@teambit/snapping 1.0.243 → 1.0.245
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 +4 -4
- package/artifacts/schema.json +547 -660
- package/dist/reset-component.d.ts +3 -3
- package/dist/reset-component.js.map +1 -1
- package/dist/snapping.main.runtime.d.ts +2 -2
- package/dist/snapping.main.runtime.js +6 -6
- package/dist/snapping.main.runtime.js.map +1 -1
- package/dist/tag-model-component.js +7 -2
- package/dist/tag-model-component.js.map +1 -1
- package/package.json +16 -16
- /package/dist/{preview-1713410404591.js → preview-1713583295964.js} +0 -0
package/artifacts/schema.json
CHANGED
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"__schema": "TypeSchema",
|
|
18
18
|
"location": {
|
|
19
19
|
"filePath": "tag-model-component.ts",
|
|
20
|
-
"line":
|
|
20
|
+
"line": 528,
|
|
21
21
|
"character": 1
|
|
22
22
|
},
|
|
23
23
|
"signature": "type BitCloudUser = {\n username?: string | undefined;\n name?: string | undefined;\n displayName?: string | undefined;\n profileImage?: string | undefined;\n}",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"__schema": "TypeLiteralSchema",
|
|
27
27
|
"location": {
|
|
28
28
|
"filePath": "tag-model-component.ts",
|
|
29
|
-
"line":
|
|
29
|
+
"line": 528,
|
|
30
30
|
"character": 28
|
|
31
31
|
},
|
|
32
32
|
"members": [
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"__schema": "VariableLikeSchema",
|
|
35
35
|
"location": {
|
|
36
36
|
"filePath": "tag-model-component.ts",
|
|
37
|
-
"line":
|
|
37
|
+
"line": 529,
|
|
38
38
|
"character": 3
|
|
39
39
|
},
|
|
40
40
|
"signature": "(property) username?: string | undefined",
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"__schema": "KeywordTypeSchema",
|
|
44
44
|
"location": {
|
|
45
45
|
"filePath": "tag-model-component.ts",
|
|
46
|
-
"line":
|
|
46
|
+
"line": 529,
|
|
47
47
|
"character": 14
|
|
48
48
|
},
|
|
49
49
|
"name": "string"
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"__schema": "VariableLikeSchema",
|
|
55
55
|
"location": {
|
|
56
56
|
"filePath": "tag-model-component.ts",
|
|
57
|
-
"line":
|
|
57
|
+
"line": 530,
|
|
58
58
|
"character": 3
|
|
59
59
|
},
|
|
60
60
|
"signature": "(property) name?: string | undefined",
|
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
"__schema": "KeywordTypeSchema",
|
|
64
64
|
"location": {
|
|
65
65
|
"filePath": "tag-model-component.ts",
|
|
66
|
-
"line":
|
|
66
|
+
"line": 530,
|
|
67
67
|
"character": 10
|
|
68
68
|
},
|
|
69
69
|
"name": "string"
|
|
@@ -74,7 +74,7 @@
|
|
|
74
74
|
"__schema": "VariableLikeSchema",
|
|
75
75
|
"location": {
|
|
76
76
|
"filePath": "tag-model-component.ts",
|
|
77
|
-
"line":
|
|
77
|
+
"line": 531,
|
|
78
78
|
"character": 3
|
|
79
79
|
},
|
|
80
80
|
"signature": "(property) displayName?: string | undefined",
|
|
@@ -83,7 +83,7 @@
|
|
|
83
83
|
"__schema": "KeywordTypeSchema",
|
|
84
84
|
"location": {
|
|
85
85
|
"filePath": "tag-model-component.ts",
|
|
86
|
-
"line":
|
|
86
|
+
"line": 531,
|
|
87
87
|
"character": 17
|
|
88
88
|
},
|
|
89
89
|
"name": "string"
|
|
@@ -94,7 +94,7 @@
|
|
|
94
94
|
"__schema": "VariableLikeSchema",
|
|
95
95
|
"location": {
|
|
96
96
|
"filePath": "tag-model-component.ts",
|
|
97
|
-
"line":
|
|
97
|
+
"line": 532,
|
|
98
98
|
"character": 3
|
|
99
99
|
},
|
|
100
100
|
"signature": "(property) profileImage?: string | undefined",
|
|
@@ -103,7 +103,7 @@
|
|
|
103
103
|
"__schema": "KeywordTypeSchema",
|
|
104
104
|
"location": {
|
|
105
105
|
"filePath": "tag-model-component.ts",
|
|
106
|
-
"line":
|
|
106
|
+
"line": 532,
|
|
107
107
|
"character": 18
|
|
108
108
|
},
|
|
109
109
|
"name": "string"
|
|
@@ -2395,7 +2395,7 @@
|
|
|
2395
2395
|
"__schema": "FunctionLikeSchema",
|
|
2396
2396
|
"location": {
|
|
2397
2397
|
"filePath": "snapping.main.runtime.ts",
|
|
2398
|
-
"line":
|
|
2398
|
+
"line": 750,
|
|
2399
2399
|
"character": 3
|
|
2400
2400
|
},
|
|
2401
2401
|
"signature": "(method) SnappingMain.throwForDepsFromAnotherLane(components: ConsumerComponent[]): Promise<void>",
|
|
@@ -2405,7 +2405,7 @@
|
|
|
2405
2405
|
"__schema": "ParameterSchema",
|
|
2406
2406
|
"location": {
|
|
2407
2407
|
"filePath": "snapping.main.runtime.ts",
|
|
2408
|
-
"line":
|
|
2408
|
+
"line": 750,
|
|
2409
2409
|
"character": 37
|
|
2410
2410
|
},
|
|
2411
2411
|
"name": "components",
|
|
@@ -2413,14 +2413,14 @@
|
|
|
2413
2413
|
"__schema": "TypeArraySchema",
|
|
2414
2414
|
"location": {
|
|
2415
2415
|
"filePath": "snapping.main.runtime.ts",
|
|
2416
|
-
"line":
|
|
2416
|
+
"line": 750,
|
|
2417
2417
|
"character": 49
|
|
2418
2418
|
},
|
|
2419
2419
|
"type": {
|
|
2420
2420
|
"__schema": "TypeRefSchema",
|
|
2421
2421
|
"location": {
|
|
2422
2422
|
"filePath": "snapping.main.runtime.ts",
|
|
2423
|
-
"line":
|
|
2423
|
+
"line": 750,
|
|
2424
2424
|
"character": 49
|
|
2425
2425
|
},
|
|
2426
2426
|
"name": "ConsumerComponent",
|
|
@@ -2435,7 +2435,7 @@
|
|
|
2435
2435
|
"__schema": "InferenceTypeSchema",
|
|
2436
2436
|
"location": {
|
|
2437
2437
|
"filePath": "snapping.main.runtime.ts",
|
|
2438
|
-
"line":
|
|
2438
|
+
"line": 750,
|
|
2439
2439
|
"character": 3
|
|
2440
2440
|
},
|
|
2441
2441
|
"type": "Promise<void>"
|
|
@@ -2448,7 +2448,7 @@
|
|
|
2448
2448
|
"__schema": "FunctionLikeSchema",
|
|
2449
2449
|
"location": {
|
|
2450
2450
|
"filePath": "snapping.main.runtime.ts",
|
|
2451
|
-
"line":
|
|
2451
|
+
"line": 833,
|
|
2452
2452
|
"character": 3
|
|
2453
2453
|
},
|
|
2454
2454
|
"signature": "(method) SnappingMain._addFlattenedDepsGraphToComponents(components: ConsumerComponent[]): Promise<void>",
|
|
@@ -2458,7 +2458,7 @@
|
|
|
2458
2458
|
"__schema": "ParameterSchema",
|
|
2459
2459
|
"location": {
|
|
2460
2460
|
"filePath": "snapping.main.runtime.ts",
|
|
2461
|
-
"line":
|
|
2461
|
+
"line": 833,
|
|
2462
2462
|
"character": 44
|
|
2463
2463
|
},
|
|
2464
2464
|
"name": "components",
|
|
@@ -2466,14 +2466,14 @@
|
|
|
2466
2466
|
"__schema": "TypeArraySchema",
|
|
2467
2467
|
"location": {
|
|
2468
2468
|
"filePath": "snapping.main.runtime.ts",
|
|
2469
|
-
"line":
|
|
2469
|
+
"line": 833,
|
|
2470
2470
|
"character": 56
|
|
2471
2471
|
},
|
|
2472
2472
|
"type": {
|
|
2473
2473
|
"__schema": "TypeRefSchema",
|
|
2474
2474
|
"location": {
|
|
2475
2475
|
"filePath": "snapping.main.runtime.ts",
|
|
2476
|
-
"line":
|
|
2476
|
+
"line": 833,
|
|
2477
2477
|
"character": 56
|
|
2478
2478
|
},
|
|
2479
2479
|
"name": "ConsumerComponent",
|
|
@@ -2488,7 +2488,7 @@
|
|
|
2488
2488
|
"__schema": "InferenceTypeSchema",
|
|
2489
2489
|
"location": {
|
|
2490
2490
|
"filePath": "snapping.main.runtime.ts",
|
|
2491
|
-
"line":
|
|
2491
|
+
"line": 833,
|
|
2492
2492
|
"character": 3
|
|
2493
2493
|
},
|
|
2494
2494
|
"type": "Promise<void>"
|
|
@@ -2501,7 +2501,7 @@
|
|
|
2501
2501
|
"__schema": "FunctionLikeSchema",
|
|
2502
2502
|
"location": {
|
|
2503
2503
|
"filePath": "snapping.main.runtime.ts",
|
|
2504
|
-
"line":
|
|
2504
|
+
"line": 899,
|
|
2505
2505
|
"character": 3
|
|
2506
2506
|
},
|
|
2507
2507
|
"signature": "(method) SnappingMain._updateComponentsByTagResult(components: ConsumerComponent[], tagResult: LegacyOnTagResult[]): void",
|
|
@@ -2511,7 +2511,7 @@
|
|
|
2511
2511
|
"__schema": "ParameterSchema",
|
|
2512
2512
|
"location": {
|
|
2513
2513
|
"filePath": "snapping.main.runtime.ts",
|
|
2514
|
-
"line":
|
|
2514
|
+
"line": 899,
|
|
2515
2515
|
"character": 32
|
|
2516
2516
|
},
|
|
2517
2517
|
"name": "components",
|
|
@@ -2519,14 +2519,14 @@
|
|
|
2519
2519
|
"__schema": "TypeArraySchema",
|
|
2520
2520
|
"location": {
|
|
2521
2521
|
"filePath": "snapping.main.runtime.ts",
|
|
2522
|
-
"line":
|
|
2522
|
+
"line": 899,
|
|
2523
2523
|
"character": 44
|
|
2524
2524
|
},
|
|
2525
2525
|
"type": {
|
|
2526
2526
|
"__schema": "TypeRefSchema",
|
|
2527
2527
|
"location": {
|
|
2528
2528
|
"filePath": "snapping.main.runtime.ts",
|
|
2529
|
-
"line":
|
|
2529
|
+
"line": 899,
|
|
2530
2530
|
"character": 44
|
|
2531
2531
|
},
|
|
2532
2532
|
"name": "ConsumerComponent",
|
|
@@ -2540,7 +2540,7 @@
|
|
|
2540
2540
|
"__schema": "ParameterSchema",
|
|
2541
2541
|
"location": {
|
|
2542
2542
|
"filePath": "snapping.main.runtime.ts",
|
|
2543
|
-
"line":
|
|
2543
|
+
"line": 899,
|
|
2544
2544
|
"character": 65
|
|
2545
2545
|
},
|
|
2546
2546
|
"name": "tagResult",
|
|
@@ -2548,14 +2548,14 @@
|
|
|
2548
2548
|
"__schema": "TypeArraySchema",
|
|
2549
2549
|
"location": {
|
|
2550
2550
|
"filePath": "snapping.main.runtime.ts",
|
|
2551
|
-
"line":
|
|
2551
|
+
"line": 899,
|
|
2552
2552
|
"character": 76
|
|
2553
2553
|
},
|
|
2554
2554
|
"type": {
|
|
2555
2555
|
"__schema": "TypeRefSchema",
|
|
2556
2556
|
"location": {
|
|
2557
2557
|
"filePath": "snapping.main.runtime.ts",
|
|
2558
|
-
"line":
|
|
2558
|
+
"line": 899,
|
|
2559
2559
|
"character": 76
|
|
2560
2560
|
},
|
|
2561
2561
|
"name": "LegacyOnTagResult",
|
|
@@ -2570,7 +2570,7 @@
|
|
|
2570
2570
|
"__schema": "InferenceTypeSchema",
|
|
2571
2571
|
"location": {
|
|
2572
2572
|
"filePath": "snapping.main.runtime.ts",
|
|
2573
|
-
"line":
|
|
2573
|
+
"line": 899,
|
|
2574
2574
|
"character": 3
|
|
2575
2575
|
},
|
|
2576
2576
|
"type": "void"
|
|
@@ -2581,7 +2581,7 @@
|
|
|
2581
2581
|
"__schema": "FunctionLikeSchema",
|
|
2582
2582
|
"location": {
|
|
2583
2583
|
"filePath": "snapping.main.runtime.ts",
|
|
2584
|
-
"line":
|
|
2584
|
+
"line": 910,
|
|
2585
2585
|
"character": 3
|
|
2586
2586
|
},
|
|
2587
2587
|
"signature": "(method) SnappingMain._getPublishedPackages(components: ConsumerComponent[]): string[]",
|
|
@@ -2591,7 +2591,7 @@
|
|
|
2591
2591
|
"__schema": "ParameterSchema",
|
|
2592
2592
|
"location": {
|
|
2593
2593
|
"filePath": "snapping.main.runtime.ts",
|
|
2594
|
-
"line":
|
|
2594
|
+
"line": 910,
|
|
2595
2595
|
"character": 25
|
|
2596
2596
|
},
|
|
2597
2597
|
"name": "components",
|
|
@@ -2599,14 +2599,14 @@
|
|
|
2599
2599
|
"__schema": "TypeArraySchema",
|
|
2600
2600
|
"location": {
|
|
2601
2601
|
"filePath": "snapping.main.runtime.ts",
|
|
2602
|
-
"line":
|
|
2602
|
+
"line": 910,
|
|
2603
2603
|
"character": 37
|
|
2604
2604
|
},
|
|
2605
2605
|
"type": {
|
|
2606
2606
|
"__schema": "TypeRefSchema",
|
|
2607
2607
|
"location": {
|
|
2608
2608
|
"filePath": "snapping.main.runtime.ts",
|
|
2609
|
-
"line":
|
|
2609
|
+
"line": 910,
|
|
2610
2610
|
"character": 37
|
|
2611
2611
|
},
|
|
2612
2612
|
"name": "ConsumerComponent",
|
|
@@ -2621,14 +2621,14 @@
|
|
|
2621
2621
|
"__schema": "TypeArraySchema",
|
|
2622
2622
|
"location": {
|
|
2623
2623
|
"filePath": "snapping.main.runtime.ts",
|
|
2624
|
-
"line":
|
|
2624
|
+
"line": 910,
|
|
2625
2625
|
"character": 59
|
|
2626
2626
|
},
|
|
2627
2627
|
"type": {
|
|
2628
2628
|
"__schema": "KeywordTypeSchema",
|
|
2629
2629
|
"location": {
|
|
2630
2630
|
"filePath": "snapping.main.runtime.ts",
|
|
2631
|
-
"line":
|
|
2631
|
+
"line": 910,
|
|
2632
2632
|
"character": 59
|
|
2633
2633
|
},
|
|
2634
2634
|
"name": "string"
|
|
@@ -2640,17 +2640,17 @@
|
|
|
2640
2640
|
"__schema": "FunctionLikeSchema",
|
|
2641
2641
|
"location": {
|
|
2642
2642
|
"filePath": "snapping.main.runtime.ts",
|
|
2643
|
-
"line":
|
|
2643
|
+
"line": 919,
|
|
2644
2644
|
"character": 3
|
|
2645
2645
|
},
|
|
2646
|
-
"signature": "(method) SnappingMain._addCompToObjects({ source, lane, shouldValidateVersion, updateDependentsOnLane, }: {\n source: ConsumerComponent;\n lane
|
|
2646
|
+
"signature": "(method) SnappingMain._addCompToObjects({ source, lane, shouldValidateVersion, updateDependentsOnLane, }: {\n source: ConsumerComponent;\n lane?: Lane;\n shouldValidateVersion?: boolean;\n updateDependentsOnLane?: boolean;\n}): Promise<{\n component: ModelComponent;\n version: Version;\n}>",
|
|
2647
2647
|
"name": "_addCompToObjects",
|
|
2648
2648
|
"params": [
|
|
2649
2649
|
{
|
|
2650
2650
|
"__schema": "ParameterSchema",
|
|
2651
2651
|
"location": {
|
|
2652
2652
|
"filePath": "snapping.main.runtime.ts",
|
|
2653
|
-
"line":
|
|
2653
|
+
"line": 919,
|
|
2654
2654
|
"character": 27
|
|
2655
2655
|
},
|
|
2656
2656
|
"name": "{ source, lane, shouldValidateVersion = false, updateDependentsOnLane = false }",
|
|
@@ -2658,7 +2658,7 @@
|
|
|
2658
2658
|
"__schema": "TypeLiteralSchema",
|
|
2659
2659
|
"location": {
|
|
2660
2660
|
"filePath": "snapping.main.runtime.ts",
|
|
2661
|
-
"line":
|
|
2661
|
+
"line": 924,
|
|
2662
2662
|
"character": 6
|
|
2663
2663
|
},
|
|
2664
2664
|
"members": [
|
|
@@ -2666,7 +2666,7 @@
|
|
|
2666
2666
|
"__schema": "VariableLikeSchema",
|
|
2667
2667
|
"location": {
|
|
2668
2668
|
"filePath": "snapping.main.runtime.ts",
|
|
2669
|
-
"line":
|
|
2669
|
+
"line": 925,
|
|
2670
2670
|
"character": 5
|
|
2671
2671
|
},
|
|
2672
2672
|
"signature": "(property) source: ConsumerComponent",
|
|
@@ -2675,7 +2675,7 @@
|
|
|
2675
2675
|
"__schema": "TypeRefSchema",
|
|
2676
2676
|
"location": {
|
|
2677
2677
|
"filePath": "snapping.main.runtime.ts",
|
|
2678
|
-
"line":
|
|
2678
|
+
"line": 925,
|
|
2679
2679
|
"character": 5
|
|
2680
2680
|
},
|
|
2681
2681
|
"name": "ConsumerComponent",
|
|
@@ -2687,47 +2687,28 @@
|
|
|
2687
2687
|
"__schema": "VariableLikeSchema",
|
|
2688
2688
|
"location": {
|
|
2689
2689
|
"filePath": "snapping.main.runtime.ts",
|
|
2690
|
-
"line":
|
|
2690
|
+
"line": 926,
|
|
2691
2691
|
"character": 5
|
|
2692
2692
|
},
|
|
2693
|
-
"signature": "(property) lane
|
|
2693
|
+
"signature": "(property) lane?: Lane | undefined",
|
|
2694
2694
|
"name": "lane",
|
|
2695
2695
|
"type": {
|
|
2696
|
-
"__schema": "
|
|
2696
|
+
"__schema": "TypeRefSchema",
|
|
2697
2697
|
"location": {
|
|
2698
2698
|
"filePath": "snapping.main.runtime.ts",
|
|
2699
|
-
"line":
|
|
2700
|
-
"character":
|
|
2699
|
+
"line": 926,
|
|
2700
|
+
"character": 12
|
|
2701
2701
|
},
|
|
2702
|
-
"
|
|
2703
|
-
|
|
2704
|
-
"__schema": "TypeRefSchema",
|
|
2705
|
-
"location": {
|
|
2706
|
-
"filePath": "snapping.main.runtime.ts",
|
|
2707
|
-
"line": 930,
|
|
2708
|
-
"character": 11
|
|
2709
|
-
},
|
|
2710
|
-
"name": "Lane",
|
|
2711
|
-
"packageName": "@teambit/legacy/dist/scope/models"
|
|
2712
|
-
},
|
|
2713
|
-
{
|
|
2714
|
-
"__schema": "LiteralTypeSchema",
|
|
2715
|
-
"location": {
|
|
2716
|
-
"filePath": "snapping.main.runtime.ts",
|
|
2717
|
-
"line": 930,
|
|
2718
|
-
"character": 18
|
|
2719
|
-
},
|
|
2720
|
-
"name": "null"
|
|
2721
|
-
}
|
|
2722
|
-
]
|
|
2702
|
+
"name": "Lane",
|
|
2703
|
+
"packageName": "@teambit/legacy/dist/scope/models"
|
|
2723
2704
|
},
|
|
2724
|
-
"isOptional":
|
|
2705
|
+
"isOptional": true
|
|
2725
2706
|
},
|
|
2726
2707
|
{
|
|
2727
2708
|
"__schema": "VariableLikeSchema",
|
|
2728
2709
|
"location": {
|
|
2729
2710
|
"filePath": "snapping.main.runtime.ts",
|
|
2730
|
-
"line":
|
|
2711
|
+
"line": 927,
|
|
2731
2712
|
"character": 5
|
|
2732
2713
|
},
|
|
2733
2714
|
"signature": "(property) shouldValidateVersion?: boolean | undefined",
|
|
@@ -2736,7 +2717,7 @@
|
|
|
2736
2717
|
"__schema": "KeywordTypeSchema",
|
|
2737
2718
|
"location": {
|
|
2738
2719
|
"filePath": "snapping.main.runtime.ts",
|
|
2739
|
-
"line":
|
|
2720
|
+
"line": 927,
|
|
2740
2721
|
"character": 29
|
|
2741
2722
|
},
|
|
2742
2723
|
"name": "boolean"
|
|
@@ -2747,7 +2728,7 @@
|
|
|
2747
2728
|
"__schema": "VariableLikeSchema",
|
|
2748
2729
|
"location": {
|
|
2749
2730
|
"filePath": "snapping.main.runtime.ts",
|
|
2750
|
-
"line":
|
|
2731
|
+
"line": 928,
|
|
2751
2732
|
"character": 5
|
|
2752
2733
|
},
|
|
2753
2734
|
"signature": "(property) updateDependentsOnLane?: boolean | undefined",
|
|
@@ -2756,7 +2737,7 @@
|
|
|
2756
2737
|
"__schema": "KeywordTypeSchema",
|
|
2757
2738
|
"location": {
|
|
2758
2739
|
"filePath": "snapping.main.runtime.ts",
|
|
2759
|
-
"line":
|
|
2740
|
+
"line": 928,
|
|
2760
2741
|
"character": 30
|
|
2761
2742
|
},
|
|
2762
2743
|
"name": "boolean"
|
|
@@ -2771,7 +2752,7 @@
|
|
|
2771
2752
|
"__schema": "VariableLikeSchema",
|
|
2772
2753
|
"location": {
|
|
2773
2754
|
"filePath": "snapping.main.runtime.ts",
|
|
2774
|
-
"line":
|
|
2755
|
+
"line": 925,
|
|
2775
2756
|
"character": 5
|
|
2776
2757
|
},
|
|
2777
2758
|
"signature": "(property) source: ConsumerComponent",
|
|
@@ -2780,7 +2761,7 @@
|
|
|
2780
2761
|
"__schema": "TypeRefSchema",
|
|
2781
2762
|
"location": {
|
|
2782
2763
|
"filePath": "snapping.main.runtime.ts",
|
|
2783
|
-
"line":
|
|
2764
|
+
"line": 925,
|
|
2784
2765
|
"character": 5
|
|
2785
2766
|
},
|
|
2786
2767
|
"name": "ConsumerComponent",
|
|
@@ -2792,47 +2773,28 @@
|
|
|
2792
2773
|
"__schema": "VariableLikeSchema",
|
|
2793
2774
|
"location": {
|
|
2794
2775
|
"filePath": "snapping.main.runtime.ts",
|
|
2795
|
-
"line":
|
|
2776
|
+
"line": 926,
|
|
2796
2777
|
"character": 5
|
|
2797
2778
|
},
|
|
2798
|
-
"signature": "(property) lane
|
|
2779
|
+
"signature": "(property) lane?: Lane | undefined",
|
|
2799
2780
|
"name": "lane",
|
|
2800
2781
|
"type": {
|
|
2801
|
-
"__schema": "
|
|
2782
|
+
"__schema": "TypeRefSchema",
|
|
2802
2783
|
"location": {
|
|
2803
2784
|
"filePath": "snapping.main.runtime.ts",
|
|
2804
|
-
"line":
|
|
2805
|
-
"character":
|
|
2785
|
+
"line": 926,
|
|
2786
|
+
"character": 12
|
|
2806
2787
|
},
|
|
2807
|
-
"
|
|
2808
|
-
|
|
2809
|
-
"__schema": "TypeRefSchema",
|
|
2810
|
-
"location": {
|
|
2811
|
-
"filePath": "snapping.main.runtime.ts",
|
|
2812
|
-
"line": 930,
|
|
2813
|
-
"character": 11
|
|
2814
|
-
},
|
|
2815
|
-
"name": "Lane",
|
|
2816
|
-
"packageName": "@teambit/legacy/dist/scope/models"
|
|
2817
|
-
},
|
|
2818
|
-
{
|
|
2819
|
-
"__schema": "LiteralTypeSchema",
|
|
2820
|
-
"location": {
|
|
2821
|
-
"filePath": "snapping.main.runtime.ts",
|
|
2822
|
-
"line": 930,
|
|
2823
|
-
"character": 18
|
|
2824
|
-
},
|
|
2825
|
-
"name": "null"
|
|
2826
|
-
}
|
|
2827
|
-
]
|
|
2788
|
+
"name": "Lane",
|
|
2789
|
+
"packageName": "@teambit/legacy/dist/scope/models"
|
|
2828
2790
|
},
|
|
2829
|
-
"isOptional":
|
|
2791
|
+
"isOptional": true
|
|
2830
2792
|
},
|
|
2831
2793
|
{
|
|
2832
2794
|
"__schema": "VariableLikeSchema",
|
|
2833
2795
|
"location": {
|
|
2834
2796
|
"filePath": "snapping.main.runtime.ts",
|
|
2835
|
-
"line":
|
|
2797
|
+
"line": 927,
|
|
2836
2798
|
"character": 5
|
|
2837
2799
|
},
|
|
2838
2800
|
"signature": "(property) shouldValidateVersion?: boolean | undefined",
|
|
@@ -2841,7 +2803,7 @@
|
|
|
2841
2803
|
"__schema": "KeywordTypeSchema",
|
|
2842
2804
|
"location": {
|
|
2843
2805
|
"filePath": "snapping.main.runtime.ts",
|
|
2844
|
-
"line":
|
|
2806
|
+
"line": 927,
|
|
2845
2807
|
"character": 29
|
|
2846
2808
|
},
|
|
2847
2809
|
"name": "boolean"
|
|
@@ -2852,7 +2814,7 @@
|
|
|
2852
2814
|
"__schema": "VariableLikeSchema",
|
|
2853
2815
|
"location": {
|
|
2854
2816
|
"filePath": "snapping.main.runtime.ts",
|
|
2855
|
-
"line":
|
|
2817
|
+
"line": 928,
|
|
2856
2818
|
"character": 5
|
|
2857
2819
|
},
|
|
2858
2820
|
"signature": "(property) updateDependentsOnLane?: boolean | undefined",
|
|
@@ -2861,7 +2823,7 @@
|
|
|
2861
2823
|
"__schema": "KeywordTypeSchema",
|
|
2862
2824
|
"location": {
|
|
2863
2825
|
"filePath": "snapping.main.runtime.ts",
|
|
2864
|
-
"line":
|
|
2826
|
+
"line": 928,
|
|
2865
2827
|
"character": 30
|
|
2866
2828
|
},
|
|
2867
2829
|
"name": "boolean"
|
|
@@ -2876,7 +2838,7 @@
|
|
|
2876
2838
|
"__schema": "TypeRefSchema",
|
|
2877
2839
|
"location": {
|
|
2878
2840
|
"filePath": "snapping.main.runtime.ts",
|
|
2879
|
-
"line":
|
|
2841
|
+
"line": 929,
|
|
2880
2842
|
"character": 7
|
|
2881
2843
|
},
|
|
2882
2844
|
"name": "Promise",
|
|
@@ -2885,7 +2847,7 @@
|
|
|
2885
2847
|
"__schema": "TypeLiteralSchema",
|
|
2886
2848
|
"location": {
|
|
2887
2849
|
"filePath": "snapping.main.runtime.ts",
|
|
2888
|
-
"line":
|
|
2850
|
+
"line": 929,
|
|
2889
2851
|
"character": 15
|
|
2890
2852
|
},
|
|
2891
2853
|
"members": [
|
|
@@ -2893,7 +2855,7 @@
|
|
|
2893
2855
|
"__schema": "VariableLikeSchema",
|
|
2894
2856
|
"location": {
|
|
2895
2857
|
"filePath": "snapping.main.runtime.ts",
|
|
2896
|
-
"line":
|
|
2858
|
+
"line": 930,
|
|
2897
2859
|
"character": 5
|
|
2898
2860
|
},
|
|
2899
2861
|
"signature": "(property) component: ModelComponent",
|
|
@@ -2902,7 +2864,7 @@
|
|
|
2902
2864
|
"__schema": "TypeRefSchema",
|
|
2903
2865
|
"location": {
|
|
2904
2866
|
"filePath": "snapping.main.runtime.ts",
|
|
2905
|
-
"line":
|
|
2867
|
+
"line": 930,
|
|
2906
2868
|
"character": 5
|
|
2907
2869
|
},
|
|
2908
2870
|
"name": "ModelComponent",
|
|
@@ -2914,7 +2876,7 @@
|
|
|
2914
2876
|
"__schema": "VariableLikeSchema",
|
|
2915
2877
|
"location": {
|
|
2916
2878
|
"filePath": "snapping.main.runtime.ts",
|
|
2917
|
-
"line":
|
|
2879
|
+
"line": 931,
|
|
2918
2880
|
"character": 5
|
|
2919
2881
|
},
|
|
2920
2882
|
"signature": "(property) version: Version",
|
|
@@ -2923,7 +2885,7 @@
|
|
|
2923
2885
|
"__schema": "TypeRefSchema",
|
|
2924
2886
|
"location": {
|
|
2925
2887
|
"filePath": "snapping.main.runtime.ts",
|
|
2926
|
-
"line":
|
|
2888
|
+
"line": 931,
|
|
2927
2889
|
"character": 14
|
|
2928
2890
|
},
|
|
2929
2891
|
"name": "Version"
|
|
@@ -2942,17 +2904,17 @@
|
|
|
2942
2904
|
"__schema": "FunctionLikeSchema",
|
|
2943
2905
|
"location": {
|
|
2944
2906
|
"filePath": "snapping.main.runtime.ts",
|
|
2945
|
-
"line":
|
|
2907
|
+
"line": 969,
|
|
2946
2908
|
"character": 3
|
|
2947
2909
|
},
|
|
2948
|
-
"signature": "(method) SnappingMain._addCompFromScopeToObjects(source: ConsumerComponent, lane
|
|
2910
|
+
"signature": "(method) SnappingMain._addCompFromScopeToObjects(source: ConsumerComponent, lane?: Lane, updateDependentsOnLane?: boolean): Promise<{\n component: ModelComponent;\n version: Version;\n}>",
|
|
2949
2911
|
"name": "_addCompFromScopeToObjects",
|
|
2950
2912
|
"params": [
|
|
2951
2913
|
{
|
|
2952
2914
|
"__schema": "ParameterSchema",
|
|
2953
2915
|
"location": {
|
|
2954
2916
|
"filePath": "snapping.main.runtime.ts",
|
|
2955
|
-
"line":
|
|
2917
|
+
"line": 970,
|
|
2956
2918
|
"character": 5
|
|
2957
2919
|
},
|
|
2958
2920
|
"name": "source",
|
|
@@ -2960,7 +2922,7 @@
|
|
|
2960
2922
|
"__schema": "TypeRefSchema",
|
|
2961
2923
|
"location": {
|
|
2962
2924
|
"filePath": "snapping.main.runtime.ts",
|
|
2963
|
-
"line":
|
|
2925
|
+
"line": 970,
|
|
2964
2926
|
"character": 13
|
|
2965
2927
|
},
|
|
2966
2928
|
"name": "ConsumerComponent",
|
|
@@ -2973,47 +2935,28 @@
|
|
|
2973
2935
|
"__schema": "ParameterSchema",
|
|
2974
2936
|
"location": {
|
|
2975
2937
|
"filePath": "snapping.main.runtime.ts",
|
|
2976
|
-
"line":
|
|
2938
|
+
"line": 971,
|
|
2977
2939
|
"character": 5
|
|
2978
2940
|
},
|
|
2979
2941
|
"name": "lane",
|
|
2980
2942
|
"type": {
|
|
2981
|
-
"__schema": "
|
|
2943
|
+
"__schema": "TypeRefSchema",
|
|
2982
2944
|
"location": {
|
|
2983
2945
|
"filePath": "snapping.main.runtime.ts",
|
|
2984
|
-
"line":
|
|
2985
|
-
"character":
|
|
2946
|
+
"line": 971,
|
|
2947
|
+
"character": 12
|
|
2986
2948
|
},
|
|
2987
|
-
"
|
|
2988
|
-
|
|
2989
|
-
"__schema": "TypeRefSchema",
|
|
2990
|
-
"location": {
|
|
2991
|
-
"filePath": "snapping.main.runtime.ts",
|
|
2992
|
-
"line": 975,
|
|
2993
|
-
"character": 11
|
|
2994
|
-
},
|
|
2995
|
-
"name": "Lane",
|
|
2996
|
-
"packageName": "@teambit/legacy/dist/scope/models"
|
|
2997
|
-
},
|
|
2998
|
-
{
|
|
2999
|
-
"__schema": "LiteralTypeSchema",
|
|
3000
|
-
"location": {
|
|
3001
|
-
"filePath": "snapping.main.runtime.ts",
|
|
3002
|
-
"line": 975,
|
|
3003
|
-
"character": 18
|
|
3004
|
-
},
|
|
3005
|
-
"name": "null"
|
|
3006
|
-
}
|
|
3007
|
-
]
|
|
2949
|
+
"name": "Lane",
|
|
2950
|
+
"packageName": "@teambit/legacy/dist/scope/models"
|
|
3008
2951
|
},
|
|
3009
|
-
"isOptional":
|
|
2952
|
+
"isOptional": true,
|
|
3010
2953
|
"isSpread": false
|
|
3011
2954
|
},
|
|
3012
2955
|
{
|
|
3013
2956
|
"__schema": "ParameterSchema",
|
|
3014
2957
|
"location": {
|
|
3015
2958
|
"filePath": "snapping.main.runtime.ts",
|
|
3016
|
-
"line":
|
|
2959
|
+
"line": 972,
|
|
3017
2960
|
"character": 5
|
|
3018
2961
|
},
|
|
3019
2962
|
"name": "updateDependentsOnLane",
|
|
@@ -3021,7 +2964,7 @@
|
|
|
3021
2964
|
"__schema": "InferenceTypeSchema",
|
|
3022
2965
|
"location": {
|
|
3023
2966
|
"filePath": "snapping.main.runtime.ts",
|
|
3024
|
-
"line":
|
|
2967
|
+
"line": 972,
|
|
3025
2968
|
"character": 5
|
|
3026
2969
|
},
|
|
3027
2970
|
"type": "boolean"
|
|
@@ -3035,7 +2978,7 @@
|
|
|
3035
2978
|
"__schema": "TypeRefSchema",
|
|
3036
2979
|
"location": {
|
|
3037
2980
|
"filePath": "snapping.main.runtime.ts",
|
|
3038
|
-
"line":
|
|
2981
|
+
"line": 973,
|
|
3039
2982
|
"character": 6
|
|
3040
2983
|
},
|
|
3041
2984
|
"name": "Promise",
|
|
@@ -3044,7 +2987,7 @@
|
|
|
3044
2987
|
"__schema": "TypeLiteralSchema",
|
|
3045
2988
|
"location": {
|
|
3046
2989
|
"filePath": "snapping.main.runtime.ts",
|
|
3047
|
-
"line":
|
|
2990
|
+
"line": 973,
|
|
3048
2991
|
"character": 14
|
|
3049
2992
|
},
|
|
3050
2993
|
"members": [
|
|
@@ -3052,7 +2995,7 @@
|
|
|
3052
2995
|
"__schema": "VariableLikeSchema",
|
|
3053
2996
|
"location": {
|
|
3054
2997
|
"filePath": "snapping.main.runtime.ts",
|
|
3055
|
-
"line":
|
|
2998
|
+
"line": 974,
|
|
3056
2999
|
"character": 5
|
|
3057
3000
|
},
|
|
3058
3001
|
"signature": "(property) component: ModelComponent",
|
|
@@ -3061,7 +3004,7 @@
|
|
|
3061
3004
|
"__schema": "TypeRefSchema",
|
|
3062
3005
|
"location": {
|
|
3063
3006
|
"filePath": "snapping.main.runtime.ts",
|
|
3064
|
-
"line":
|
|
3007
|
+
"line": 974,
|
|
3065
3008
|
"character": 5
|
|
3066
3009
|
},
|
|
3067
3010
|
"name": "ModelComponent",
|
|
@@ -3073,7 +3016,7 @@
|
|
|
3073
3016
|
"__schema": "VariableLikeSchema",
|
|
3074
3017
|
"location": {
|
|
3075
3018
|
"filePath": "snapping.main.runtime.ts",
|
|
3076
|
-
"line":
|
|
3019
|
+
"line": 975,
|
|
3077
3020
|
"character": 5
|
|
3078
3021
|
},
|
|
3079
3022
|
"signature": "(property) version: Version",
|
|
@@ -3082,7 +3025,7 @@
|
|
|
3082
3025
|
"__schema": "TypeRefSchema",
|
|
3083
3026
|
"location": {
|
|
3084
3027
|
"filePath": "snapping.main.runtime.ts",
|
|
3085
|
-
"line":
|
|
3028
|
+
"line": 975,
|
|
3086
3029
|
"character": 14
|
|
3087
3030
|
},
|
|
3088
3031
|
"name": "Version"
|
|
@@ -3101,7 +3044,7 @@
|
|
|
3101
3044
|
"__schema": "FunctionLikeSchema",
|
|
3102
3045
|
"location": {
|
|
3103
3046
|
"filePath": "snapping.main.runtime.ts",
|
|
3104
|
-
"line":
|
|
3047
|
+
"line": 999,
|
|
3105
3048
|
"character": 3
|
|
3106
3049
|
},
|
|
3107
3050
|
"signature": "(method) SnappingMain._enrichComp(consumerComponent: ConsumerComponent, modifiedLog?: Log): Promise<ConsumerComponent>",
|
|
@@ -3111,7 +3054,7 @@
|
|
|
3111
3054
|
"__schema": "ParameterSchema",
|
|
3112
3055
|
"location": {
|
|
3113
3056
|
"filePath": "snapping.main.runtime.ts",
|
|
3114
|
-
"line":
|
|
3057
|
+
"line": 999,
|
|
3115
3058
|
"character": 21
|
|
3116
3059
|
},
|
|
3117
3060
|
"name": "consumerComponent",
|
|
@@ -3119,7 +3062,7 @@
|
|
|
3119
3062
|
"__schema": "TypeRefSchema",
|
|
3120
3063
|
"location": {
|
|
3121
3064
|
"filePath": "snapping.main.runtime.ts",
|
|
3122
|
-
"line":
|
|
3065
|
+
"line": 999,
|
|
3123
3066
|
"character": 40
|
|
3124
3067
|
},
|
|
3125
3068
|
"name": "ConsumerComponent",
|
|
@@ -3132,7 +3075,7 @@
|
|
|
3132
3075
|
"__schema": "ParameterSchema",
|
|
3133
3076
|
"location": {
|
|
3134
3077
|
"filePath": "snapping.main.runtime.ts",
|
|
3135
|
-
"line":
|
|
3078
|
+
"line": 999,
|
|
3136
3079
|
"character": 59
|
|
3137
3080
|
},
|
|
3138
3081
|
"name": "modifiedLog",
|
|
@@ -3140,7 +3083,7 @@
|
|
|
3140
3083
|
"__schema": "TypeRefSchema",
|
|
3141
3084
|
"location": {
|
|
3142
3085
|
"filePath": "snapping.main.runtime.ts",
|
|
3143
|
-
"line":
|
|
3086
|
+
"line": 999,
|
|
3144
3087
|
"character": 73
|
|
3145
3088
|
},
|
|
3146
3089
|
"name": "Log",
|
|
@@ -3154,7 +3097,7 @@
|
|
|
3154
3097
|
"__schema": "InferenceTypeSchema",
|
|
3155
3098
|
"location": {
|
|
3156
3099
|
"filePath": "snapping.main.runtime.ts",
|
|
3157
|
-
"line":
|
|
3100
|
+
"line": 999,
|
|
3158
3101
|
"character": 3
|
|
3159
3102
|
},
|
|
3160
3103
|
"type": "Promise<ConsumerComponent>"
|
|
@@ -3167,7 +3110,7 @@
|
|
|
3167
3110
|
"__schema": "FunctionLikeSchema",
|
|
3168
3111
|
"location": {
|
|
3169
3112
|
"filePath": "snapping.main.runtime.ts",
|
|
3170
|
-
"line":
|
|
3113
|
+
"line": 1005,
|
|
3171
3114
|
"character": 3
|
|
3172
3115
|
},
|
|
3173
3116
|
"signature": "(method) SnappingMain._getObjectsToEnrichComp(consumerComponent: ConsumerComponent, modifiedLog?: Log): Promise<BitObject[]>",
|
|
@@ -3177,7 +3120,7 @@
|
|
|
3177
3120
|
"__schema": "ParameterSchema",
|
|
3178
3121
|
"location": {
|
|
3179
3122
|
"filePath": "snapping.main.runtime.ts",
|
|
3180
|
-
"line":
|
|
3123
|
+
"line": 1005,
|
|
3181
3124
|
"character": 33
|
|
3182
3125
|
},
|
|
3183
3126
|
"name": "consumerComponent",
|
|
@@ -3185,7 +3128,7 @@
|
|
|
3185
3128
|
"__schema": "TypeRefSchema",
|
|
3186
3129
|
"location": {
|
|
3187
3130
|
"filePath": "snapping.main.runtime.ts",
|
|
3188
|
-
"line":
|
|
3131
|
+
"line": 1005,
|
|
3189
3132
|
"character": 52
|
|
3190
3133
|
},
|
|
3191
3134
|
"name": "ConsumerComponent",
|
|
@@ -3198,7 +3141,7 @@
|
|
|
3198
3141
|
"__schema": "ParameterSchema",
|
|
3199
3142
|
"location": {
|
|
3200
3143
|
"filePath": "snapping.main.runtime.ts",
|
|
3201
|
-
"line":
|
|
3144
|
+
"line": 1005,
|
|
3202
3145
|
"character": 71
|
|
3203
3146
|
},
|
|
3204
3147
|
"name": "modifiedLog",
|
|
@@ -3206,7 +3149,7 @@
|
|
|
3206
3149
|
"__schema": "TypeRefSchema",
|
|
3207
3150
|
"location": {
|
|
3208
3151
|
"filePath": "snapping.main.runtime.ts",
|
|
3209
|
-
"line":
|
|
3152
|
+
"line": 1005,
|
|
3210
3153
|
"character": 85
|
|
3211
3154
|
},
|
|
3212
3155
|
"name": "Log",
|
|
@@ -3220,7 +3163,7 @@
|
|
|
3220
3163
|
"__schema": "TypeRefSchema",
|
|
3221
3164
|
"location": {
|
|
3222
3165
|
"filePath": "snapping.main.runtime.ts",
|
|
3223
|
-
"line":
|
|
3166
|
+
"line": 1005,
|
|
3224
3167
|
"character": 91
|
|
3225
3168
|
},
|
|
3226
3169
|
"name": "Promise",
|
|
@@ -3229,14 +3172,14 @@
|
|
|
3229
3172
|
"__schema": "TypeArraySchema",
|
|
3230
3173
|
"location": {
|
|
3231
3174
|
"filePath": "snapping.main.runtime.ts",
|
|
3232
|
-
"line":
|
|
3175
|
+
"line": 1005,
|
|
3233
3176
|
"character": 99
|
|
3234
3177
|
},
|
|
3235
3178
|
"type": {
|
|
3236
3179
|
"__schema": "TypeRefSchema",
|
|
3237
3180
|
"location": {
|
|
3238
3181
|
"filePath": "snapping.main.runtime.ts",
|
|
3239
|
-
"line":
|
|
3182
|
+
"line": 1005,
|
|
3240
3183
|
"character": 99
|
|
3241
3184
|
},
|
|
3242
3185
|
"name": "BitObject",
|
|
@@ -3253,14 +3196,14 @@
|
|
|
3253
3196
|
"__schema": "FunctionLikeSchema",
|
|
3254
3197
|
"location": {
|
|
3255
3198
|
"filePath": "snapping.main.runtime.ts",
|
|
3256
|
-
"line":
|
|
3199
|
+
"line": 1098,
|
|
3257
3200
|
"character": 3
|
|
3258
3201
|
},
|
|
3259
3202
|
"doc": {
|
|
3260
3203
|
"__schema": "DocSchema",
|
|
3261
3204
|
"location": {
|
|
3262
3205
|
"filePath": "snapping.main.runtime.ts",
|
|
3263
|
-
"line":
|
|
3206
|
+
"line": 1092,
|
|
3264
3207
|
"character": 3
|
|
3265
3208
|
},
|
|
3266
3209
|
"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 */",
|
|
@@ -3273,7 +3216,7 @@
|
|
|
3273
3216
|
"__schema": "ParameterSchema",
|
|
3274
3217
|
"location": {
|
|
3275
3218
|
"filePath": "snapping.main.runtime.ts",
|
|
3276
|
-
"line":
|
|
3219
|
+
"line": 1098,
|
|
3277
3220
|
"character": 52
|
|
3278
3221
|
},
|
|
3279
3222
|
"name": "compId",
|
|
@@ -3281,7 +3224,7 @@
|
|
|
3281
3224
|
"__schema": "TypeRefSchema",
|
|
3282
3225
|
"location": {
|
|
3283
3226
|
"filePath": "snapping.main.runtime.ts",
|
|
3284
|
-
"line":
|
|
3227
|
+
"line": 1098,
|
|
3285
3228
|
"character": 60
|
|
3286
3229
|
},
|
|
3287
3230
|
"name": "ComponentID",
|
|
@@ -3299,7 +3242,7 @@
|
|
|
3299
3242
|
"__schema": "TypeRefSchema",
|
|
3300
3243
|
"location": {
|
|
3301
3244
|
"filePath": "snapping.main.runtime.ts",
|
|
3302
|
-
"line":
|
|
3245
|
+
"line": 1098,
|
|
3303
3246
|
"character": 74
|
|
3304
3247
|
},
|
|
3305
3248
|
"name": "Promise",
|
|
@@ -3308,7 +3251,7 @@
|
|
|
3308
3251
|
"__schema": "TypeRefSchema",
|
|
3309
3252
|
"location": {
|
|
3310
3253
|
"filePath": "snapping.main.runtime.ts",
|
|
3311
|
-
"line":
|
|
3254
|
+
"line": 1098,
|
|
3312
3255
|
"character": 82
|
|
3313
3256
|
},
|
|
3314
3257
|
"name": "ComponentID",
|
|
@@ -3328,7 +3271,7 @@
|
|
|
3328
3271
|
"__schema": "FunctionLikeSchema",
|
|
3329
3272
|
"location": {
|
|
3330
3273
|
"filePath": "snapping.main.runtime.ts",
|
|
3331
|
-
"line":
|
|
3274
|
+
"line": 1136,
|
|
3332
3275
|
"character": 3
|
|
3333
3276
|
},
|
|
3334
3277
|
"signature": "(method) SnappingMain.updateDependenciesVersionsOfComponent(component: Component, dependencies: ComponentID[], currentBitIds: ComponentID[]): Promise<void>",
|
|
@@ -3338,7 +3281,7 @@
|
|
|
3338
3281
|
"__schema": "ParameterSchema",
|
|
3339
3282
|
"location": {
|
|
3340
3283
|
"filePath": "snapping.main.runtime.ts",
|
|
3341
|
-
"line":
|
|
3284
|
+
"line": 1137,
|
|
3342
3285
|
"character": 5
|
|
3343
3286
|
},
|
|
3344
3287
|
"name": "component",
|
|
@@ -3346,7 +3289,7 @@
|
|
|
3346
3289
|
"__schema": "TypeRefSchema",
|
|
3347
3290
|
"location": {
|
|
3348
3291
|
"filePath": "snapping.main.runtime.ts",
|
|
3349
|
-
"line":
|
|
3292
|
+
"line": 1137,
|
|
3350
3293
|
"character": 16
|
|
3351
3294
|
},
|
|
3352
3295
|
"name": "Component",
|
|
@@ -3362,7 +3305,7 @@
|
|
|
3362
3305
|
"__schema": "ParameterSchema",
|
|
3363
3306
|
"location": {
|
|
3364
3307
|
"filePath": "snapping.main.runtime.ts",
|
|
3365
|
-
"line":
|
|
3308
|
+
"line": 1138,
|
|
3366
3309
|
"character": 5
|
|
3367
3310
|
},
|
|
3368
3311
|
"name": "dependencies",
|
|
@@ -3370,14 +3313,14 @@
|
|
|
3370
3313
|
"__schema": "TypeArraySchema",
|
|
3371
3314
|
"location": {
|
|
3372
3315
|
"filePath": "snapping.main.runtime.ts",
|
|
3373
|
-
"line":
|
|
3316
|
+
"line": 1138,
|
|
3374
3317
|
"character": 19
|
|
3375
3318
|
},
|
|
3376
3319
|
"type": {
|
|
3377
3320
|
"__schema": "TypeRefSchema",
|
|
3378
3321
|
"location": {
|
|
3379
3322
|
"filePath": "snapping.main.runtime.ts",
|
|
3380
|
-
"line":
|
|
3323
|
+
"line": 1138,
|
|
3381
3324
|
"character": 19
|
|
3382
3325
|
},
|
|
3383
3326
|
"name": "ComponentID",
|
|
@@ -3395,7 +3338,7 @@
|
|
|
3395
3338
|
"__schema": "ParameterSchema",
|
|
3396
3339
|
"location": {
|
|
3397
3340
|
"filePath": "snapping.main.runtime.ts",
|
|
3398
|
-
"line":
|
|
3341
|
+
"line": 1139,
|
|
3399
3342
|
"character": 5
|
|
3400
3343
|
},
|
|
3401
3344
|
"name": "currentBitIds",
|
|
@@ -3403,14 +3346,14 @@
|
|
|
3403
3346
|
"__schema": "TypeArraySchema",
|
|
3404
3347
|
"location": {
|
|
3405
3348
|
"filePath": "snapping.main.runtime.ts",
|
|
3406
|
-
"line":
|
|
3349
|
+
"line": 1139,
|
|
3407
3350
|
"character": 20
|
|
3408
3351
|
},
|
|
3409
3352
|
"type": {
|
|
3410
3353
|
"__schema": "TypeRefSchema",
|
|
3411
3354
|
"location": {
|
|
3412
3355
|
"filePath": "snapping.main.runtime.ts",
|
|
3413
|
-
"line":
|
|
3356
|
+
"line": 1139,
|
|
3414
3357
|
"character": 20
|
|
3415
3358
|
},
|
|
3416
3359
|
"name": "ComponentID",
|
|
@@ -3429,7 +3372,7 @@
|
|
|
3429
3372
|
"__schema": "InferenceTypeSchema",
|
|
3430
3373
|
"location": {
|
|
3431
3374
|
"filePath": "snapping.main.runtime.ts",
|
|
3432
|
-
"line":
|
|
3375
|
+
"line": 1136,
|
|
3433
3376
|
"character": 3
|
|
3434
3377
|
},
|
|
3435
3378
|
"type": "Promise<void>"
|
|
@@ -3442,7 +3385,7 @@
|
|
|
3442
3385
|
"__schema": "VariableLikeSchema",
|
|
3443
3386
|
"location": {
|
|
3444
3387
|
"filePath": "snapping.main.runtime.ts",
|
|
3445
|
-
"line":
|
|
3388
|
+
"line": 1253,
|
|
3446
3389
|
"character": 3
|
|
3447
3390
|
},
|
|
3448
3391
|
"signature": "(property) SnappingMain.slots: never[]",
|
|
@@ -3451,7 +3394,7 @@
|
|
|
3451
3394
|
"__schema": "InferenceTypeSchema",
|
|
3452
3395
|
"location": {
|
|
3453
3396
|
"filePath": "snapping.main.runtime.ts",
|
|
3454
|
-
"line":
|
|
3397
|
+
"line": 1253,
|
|
3455
3398
|
"character": 3
|
|
3456
3399
|
},
|
|
3457
3400
|
"type": "never[]"
|
|
@@ -3463,7 +3406,7 @@
|
|
|
3463
3406
|
"__schema": "VariableLikeSchema",
|
|
3464
3407
|
"location": {
|
|
3465
3408
|
"filePath": "snapping.main.runtime.ts",
|
|
3466
|
-
"line":
|
|
3409
|
+
"line": 1254,
|
|
3467
3410
|
"character": 3
|
|
3468
3411
|
},
|
|
3469
3412
|
"signature": "(property) SnappingMain.dependencies: Aspect[]",
|
|
@@ -3472,7 +3415,7 @@
|
|
|
3472
3415
|
"__schema": "InferenceTypeSchema",
|
|
3473
3416
|
"location": {
|
|
3474
3417
|
"filePath": "snapping.main.runtime.ts",
|
|
3475
|
-
"line":
|
|
3418
|
+
"line": 1254,
|
|
3476
3419
|
"character": 3
|
|
3477
3420
|
},
|
|
3478
3421
|
"type": "Aspect[]"
|
|
@@ -3484,7 +3427,7 @@
|
|
|
3484
3427
|
"__schema": "VariableLikeSchema",
|
|
3485
3428
|
"location": {
|
|
3486
3429
|
"filePath": "snapping.main.runtime.ts",
|
|
3487
|
-
"line":
|
|
3430
|
+
"line": 1268,
|
|
3488
3431
|
"character": 3
|
|
3489
3432
|
},
|
|
3490
3433
|
"signature": "(property) SnappingMain.runtime: RuntimeDefinition",
|
|
@@ -3493,7 +3436,7 @@
|
|
|
3493
3436
|
"__schema": "InferenceTypeSchema",
|
|
3494
3437
|
"location": {
|
|
3495
3438
|
"filePath": "snapping.main.runtime.ts",
|
|
3496
|
-
"line":
|
|
3439
|
+
"line": 1268,
|
|
3497
3440
|
"character": 3
|
|
3498
3441
|
},
|
|
3499
3442
|
"type": "RuntimeDefinition"
|
|
@@ -3505,7 +3448,7 @@
|
|
|
3505
3448
|
"__schema": "FunctionLikeSchema",
|
|
3506
3449
|
"location": {
|
|
3507
3450
|
"filePath": "snapping.main.runtime.ts",
|
|
3508
|
-
"line":
|
|
3451
|
+
"line": 1269,
|
|
3509
3452
|
"character": 3
|
|
3510
3453
|
},
|
|
3511
3454
|
"signature": "(method) SnappingMain.provider([workspace, cli, loggerMain, issues, insights, dependencyResolver, scope, exporter, builder, importer, globalConfig, deps,]: [\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]): Promise<SnappingMain>",
|
|
@@ -3515,7 +3458,7 @@
|
|
|
3515
3458
|
"__schema": "ParameterSchema",
|
|
3516
3459
|
"location": {
|
|
3517
3460
|
"filePath": "snapping.main.runtime.ts",
|
|
3518
|
-
"line":
|
|
3461
|
+
"line": 1269,
|
|
3519
3462
|
"character": 25
|
|
3520
3463
|
},
|
|
3521
3464
|
"name": "[ workspace, cli, loggerMain, issues, insights, dependencyResolver, scope, exporter, builder, importer, globalConfig, deps ]",
|
|
@@ -3523,7 +3466,7 @@
|
|
|
3523
3466
|
"__schema": "TupleTypeSchema",
|
|
3524
3467
|
"location": {
|
|
3525
3468
|
"filePath": "snapping.main.runtime.ts",
|
|
3526
|
-
"line":
|
|
3469
|
+
"line": 1282,
|
|
3527
3470
|
"character": 6
|
|
3528
3471
|
},
|
|
3529
3472
|
"elements": [
|
|
@@ -3531,7 +3474,7 @@
|
|
|
3531
3474
|
"__schema": "TypeRefSchema",
|
|
3532
3475
|
"location": {
|
|
3533
3476
|
"filePath": "snapping.main.runtime.ts",
|
|
3534
|
-
"line":
|
|
3477
|
+
"line": 1283,
|
|
3535
3478
|
"character": 5
|
|
3536
3479
|
},
|
|
3537
3480
|
"name": "Workspace",
|
|
@@ -3544,7 +3487,7 @@
|
|
|
3544
3487
|
"__schema": "TypeRefSchema",
|
|
3545
3488
|
"location": {
|
|
3546
3489
|
"filePath": "snapping.main.runtime.ts",
|
|
3547
|
-
"line":
|
|
3490
|
+
"line": 1284,
|
|
3548
3491
|
"character": 5
|
|
3549
3492
|
},
|
|
3550
3493
|
"name": "CLIMain",
|
|
@@ -3557,7 +3500,7 @@
|
|
|
3557
3500
|
"__schema": "TypeRefSchema",
|
|
3558
3501
|
"location": {
|
|
3559
3502
|
"filePath": "snapping.main.runtime.ts",
|
|
3560
|
-
"line":
|
|
3503
|
+
"line": 1285,
|
|
3561
3504
|
"character": 5
|
|
3562
3505
|
},
|
|
3563
3506
|
"name": "LoggerMain",
|
|
@@ -3570,7 +3513,7 @@
|
|
|
3570
3513
|
"__schema": "TypeRefSchema",
|
|
3571
3514
|
"location": {
|
|
3572
3515
|
"filePath": "snapping.main.runtime.ts",
|
|
3573
|
-
"line":
|
|
3516
|
+
"line": 1286,
|
|
3574
3517
|
"character": 5
|
|
3575
3518
|
},
|
|
3576
3519
|
"name": "IssuesMain",
|
|
@@ -3583,7 +3526,7 @@
|
|
|
3583
3526
|
"__schema": "TypeRefSchema",
|
|
3584
3527
|
"location": {
|
|
3585
3528
|
"filePath": "snapping.main.runtime.ts",
|
|
3586
|
-
"line":
|
|
3529
|
+
"line": 1287,
|
|
3587
3530
|
"character": 5
|
|
3588
3531
|
},
|
|
3589
3532
|
"name": "InsightsMain",
|
|
@@ -3596,7 +3539,7 @@
|
|
|
3596
3539
|
"__schema": "TypeRefSchema",
|
|
3597
3540
|
"location": {
|
|
3598
3541
|
"filePath": "snapping.main.runtime.ts",
|
|
3599
|
-
"line":
|
|
3542
|
+
"line": 1288,
|
|
3600
3543
|
"character": 5
|
|
3601
3544
|
},
|
|
3602
3545
|
"name": "DependencyResolverMain",
|
|
@@ -3609,7 +3552,7 @@
|
|
|
3609
3552
|
"__schema": "TypeRefSchema",
|
|
3610
3553
|
"location": {
|
|
3611
3554
|
"filePath": "snapping.main.runtime.ts",
|
|
3612
|
-
"line":
|
|
3555
|
+
"line": 1289,
|
|
3613
3556
|
"character": 5
|
|
3614
3557
|
},
|
|
3615
3558
|
"name": "ScopeMain",
|
|
@@ -3622,7 +3565,7 @@
|
|
|
3622
3565
|
"__schema": "TypeRefSchema",
|
|
3623
3566
|
"location": {
|
|
3624
3567
|
"filePath": "snapping.main.runtime.ts",
|
|
3625
|
-
"line":
|
|
3568
|
+
"line": 1290,
|
|
3626
3569
|
"character": 5
|
|
3627
3570
|
},
|
|
3628
3571
|
"name": "ExportMain",
|
|
@@ -3635,7 +3578,7 @@
|
|
|
3635
3578
|
"__schema": "TypeRefSchema",
|
|
3636
3579
|
"location": {
|
|
3637
3580
|
"filePath": "snapping.main.runtime.ts",
|
|
3638
|
-
"line":
|
|
3581
|
+
"line": 1291,
|
|
3639
3582
|
"character": 5
|
|
3640
3583
|
},
|
|
3641
3584
|
"name": "BuilderMain",
|
|
@@ -3648,7 +3591,7 @@
|
|
|
3648
3591
|
"__schema": "TypeRefSchema",
|
|
3649
3592
|
"location": {
|
|
3650
3593
|
"filePath": "snapping.main.runtime.ts",
|
|
3651
|
-
"line":
|
|
3594
|
+
"line": 1292,
|
|
3652
3595
|
"character": 5
|
|
3653
3596
|
},
|
|
3654
3597
|
"name": "ImporterMain",
|
|
@@ -3661,7 +3604,7 @@
|
|
|
3661
3604
|
"__schema": "TypeRefSchema",
|
|
3662
3605
|
"location": {
|
|
3663
3606
|
"filePath": "snapping.main.runtime.ts",
|
|
3664
|
-
"line":
|
|
3607
|
+
"line": 1293,
|
|
3665
3608
|
"character": 5
|
|
3666
3609
|
},
|
|
3667
3610
|
"name": "GlobalConfigMain",
|
|
@@ -3674,7 +3617,7 @@
|
|
|
3674
3617
|
"__schema": "TypeRefSchema",
|
|
3675
3618
|
"location": {
|
|
3676
3619
|
"filePath": "snapping.main.runtime.ts",
|
|
3677
|
-
"line":
|
|
3620
|
+
"line": 1294,
|
|
3678
3621
|
"character": 5
|
|
3679
3622
|
},
|
|
3680
3623
|
"name": "DependenciesMain",
|
|
@@ -3693,7 +3636,7 @@
|
|
|
3693
3636
|
"__schema": "InferenceTypeSchema",
|
|
3694
3637
|
"location": {
|
|
3695
3638
|
"filePath": "snapping.main.runtime.ts",
|
|
3696
|
-
"line":
|
|
3639
|
+
"line": 1269,
|
|
3697
3640
|
"character": 3
|
|
3698
3641
|
},
|
|
3699
3642
|
"type": "Promise<SnappingMain>"
|
|
@@ -4547,7 +4490,7 @@
|
|
|
4547
4490
|
"line": 92,
|
|
4548
4491
|
"character": 5
|
|
4549
4492
|
},
|
|
4550
|
-
"signature": "(property) type: \"dev\" | \"
|
|
4493
|
+
"signature": "(property) type: \"dev\" | \"runtime\" | \"peer\"",
|
|
4551
4494
|
"name": "type",
|
|
4552
4495
|
"type": {
|
|
4553
4496
|
"__schema": "TypeUnionSchema",
|
|
@@ -7402,7 +7345,7 @@
|
|
|
7402
7345
|
"__schema": "FunctionLikeSchema",
|
|
7403
7346
|
"location": {
|
|
7404
7347
|
"filePath": "snapping.main.runtime.ts",
|
|
7405
|
-
"line":
|
|
7348
|
+
"line": 750,
|
|
7406
7349
|
"character": 3
|
|
7407
7350
|
},
|
|
7408
7351
|
"signature": "(method) SnappingMain.throwForDepsFromAnotherLane(components: ConsumerComponent[]): Promise<void>",
|
|
@@ -7412,7 +7355,7 @@
|
|
|
7412
7355
|
"__schema": "ParameterSchema",
|
|
7413
7356
|
"location": {
|
|
7414
7357
|
"filePath": "snapping.main.runtime.ts",
|
|
7415
|
-
"line":
|
|
7358
|
+
"line": 750,
|
|
7416
7359
|
"character": 37
|
|
7417
7360
|
},
|
|
7418
7361
|
"name": "components",
|
|
@@ -7420,14 +7363,14 @@
|
|
|
7420
7363
|
"__schema": "TypeArraySchema",
|
|
7421
7364
|
"location": {
|
|
7422
7365
|
"filePath": "snapping.main.runtime.ts",
|
|
7423
|
-
"line":
|
|
7366
|
+
"line": 750,
|
|
7424
7367
|
"character": 49
|
|
7425
7368
|
},
|
|
7426
7369
|
"type": {
|
|
7427
7370
|
"__schema": "TypeRefSchema",
|
|
7428
7371
|
"location": {
|
|
7429
7372
|
"filePath": "snapping.main.runtime.ts",
|
|
7430
|
-
"line":
|
|
7373
|
+
"line": 750,
|
|
7431
7374
|
"character": 49
|
|
7432
7375
|
},
|
|
7433
7376
|
"name": "ConsumerComponent",
|
|
@@ -7442,7 +7385,7 @@
|
|
|
7442
7385
|
"__schema": "InferenceTypeSchema",
|
|
7443
7386
|
"location": {
|
|
7444
7387
|
"filePath": "snapping.main.runtime.ts",
|
|
7445
|
-
"line":
|
|
7388
|
+
"line": 750,
|
|
7446
7389
|
"character": 3
|
|
7447
7390
|
},
|
|
7448
7391
|
"type": "Promise<void>"
|
|
@@ -7455,7 +7398,7 @@
|
|
|
7455
7398
|
"__schema": "FunctionLikeSchema",
|
|
7456
7399
|
"location": {
|
|
7457
7400
|
"filePath": "snapping.main.runtime.ts",
|
|
7458
|
-
"line":
|
|
7401
|
+
"line": 833,
|
|
7459
7402
|
"character": 3
|
|
7460
7403
|
},
|
|
7461
7404
|
"signature": "(method) SnappingMain._addFlattenedDepsGraphToComponents(components: ConsumerComponent[]): Promise<void>",
|
|
@@ -7465,7 +7408,7 @@
|
|
|
7465
7408
|
"__schema": "ParameterSchema",
|
|
7466
7409
|
"location": {
|
|
7467
7410
|
"filePath": "snapping.main.runtime.ts",
|
|
7468
|
-
"line":
|
|
7411
|
+
"line": 833,
|
|
7469
7412
|
"character": 44
|
|
7470
7413
|
},
|
|
7471
7414
|
"name": "components",
|
|
@@ -7473,14 +7416,14 @@
|
|
|
7473
7416
|
"__schema": "TypeArraySchema",
|
|
7474
7417
|
"location": {
|
|
7475
7418
|
"filePath": "snapping.main.runtime.ts",
|
|
7476
|
-
"line":
|
|
7419
|
+
"line": 833,
|
|
7477
7420
|
"character": 56
|
|
7478
7421
|
},
|
|
7479
7422
|
"type": {
|
|
7480
7423
|
"__schema": "TypeRefSchema",
|
|
7481
7424
|
"location": {
|
|
7482
7425
|
"filePath": "snapping.main.runtime.ts",
|
|
7483
|
-
"line":
|
|
7426
|
+
"line": 833,
|
|
7484
7427
|
"character": 56
|
|
7485
7428
|
},
|
|
7486
7429
|
"name": "ConsumerComponent",
|
|
@@ -7495,7 +7438,7 @@
|
|
|
7495
7438
|
"__schema": "InferenceTypeSchema",
|
|
7496
7439
|
"location": {
|
|
7497
7440
|
"filePath": "snapping.main.runtime.ts",
|
|
7498
|
-
"line":
|
|
7441
|
+
"line": 833,
|
|
7499
7442
|
"character": 3
|
|
7500
7443
|
},
|
|
7501
7444
|
"type": "Promise<void>"
|
|
@@ -7508,7 +7451,7 @@
|
|
|
7508
7451
|
"__schema": "FunctionLikeSchema",
|
|
7509
7452
|
"location": {
|
|
7510
7453
|
"filePath": "snapping.main.runtime.ts",
|
|
7511
|
-
"line":
|
|
7454
|
+
"line": 899,
|
|
7512
7455
|
"character": 3
|
|
7513
7456
|
},
|
|
7514
7457
|
"signature": "(method) SnappingMain._updateComponentsByTagResult(components: ConsumerComponent[], tagResult: LegacyOnTagResult[]): void",
|
|
@@ -7518,7 +7461,7 @@
|
|
|
7518
7461
|
"__schema": "ParameterSchema",
|
|
7519
7462
|
"location": {
|
|
7520
7463
|
"filePath": "snapping.main.runtime.ts",
|
|
7521
|
-
"line":
|
|
7464
|
+
"line": 899,
|
|
7522
7465
|
"character": 32
|
|
7523
7466
|
},
|
|
7524
7467
|
"name": "components",
|
|
@@ -7526,14 +7469,14 @@
|
|
|
7526
7469
|
"__schema": "TypeArraySchema",
|
|
7527
7470
|
"location": {
|
|
7528
7471
|
"filePath": "snapping.main.runtime.ts",
|
|
7529
|
-
"line":
|
|
7472
|
+
"line": 899,
|
|
7530
7473
|
"character": 44
|
|
7531
7474
|
},
|
|
7532
7475
|
"type": {
|
|
7533
7476
|
"__schema": "TypeRefSchema",
|
|
7534
7477
|
"location": {
|
|
7535
7478
|
"filePath": "snapping.main.runtime.ts",
|
|
7536
|
-
"line":
|
|
7479
|
+
"line": 899,
|
|
7537
7480
|
"character": 44
|
|
7538
7481
|
},
|
|
7539
7482
|
"name": "ConsumerComponent",
|
|
@@ -7547,7 +7490,7 @@
|
|
|
7547
7490
|
"__schema": "ParameterSchema",
|
|
7548
7491
|
"location": {
|
|
7549
7492
|
"filePath": "snapping.main.runtime.ts",
|
|
7550
|
-
"line":
|
|
7493
|
+
"line": 899,
|
|
7551
7494
|
"character": 65
|
|
7552
7495
|
},
|
|
7553
7496
|
"name": "tagResult",
|
|
@@ -7555,14 +7498,14 @@
|
|
|
7555
7498
|
"__schema": "TypeArraySchema",
|
|
7556
7499
|
"location": {
|
|
7557
7500
|
"filePath": "snapping.main.runtime.ts",
|
|
7558
|
-
"line":
|
|
7501
|
+
"line": 899,
|
|
7559
7502
|
"character": 76
|
|
7560
7503
|
},
|
|
7561
7504
|
"type": {
|
|
7562
7505
|
"__schema": "TypeRefSchema",
|
|
7563
7506
|
"location": {
|
|
7564
7507
|
"filePath": "snapping.main.runtime.ts",
|
|
7565
|
-
"line":
|
|
7508
|
+
"line": 899,
|
|
7566
7509
|
"character": 76
|
|
7567
7510
|
},
|
|
7568
7511
|
"name": "LegacyOnTagResult",
|
|
@@ -7577,7 +7520,7 @@
|
|
|
7577
7520
|
"__schema": "InferenceTypeSchema",
|
|
7578
7521
|
"location": {
|
|
7579
7522
|
"filePath": "snapping.main.runtime.ts",
|
|
7580
|
-
"line":
|
|
7523
|
+
"line": 899,
|
|
7581
7524
|
"character": 3
|
|
7582
7525
|
},
|
|
7583
7526
|
"type": "void"
|
|
@@ -7588,7 +7531,7 @@
|
|
|
7588
7531
|
"__schema": "FunctionLikeSchema",
|
|
7589
7532
|
"location": {
|
|
7590
7533
|
"filePath": "snapping.main.runtime.ts",
|
|
7591
|
-
"line":
|
|
7534
|
+
"line": 910,
|
|
7592
7535
|
"character": 3
|
|
7593
7536
|
},
|
|
7594
7537
|
"signature": "(method) SnappingMain._getPublishedPackages(components: ConsumerComponent[]): string[]",
|
|
@@ -7598,7 +7541,7 @@
|
|
|
7598
7541
|
"__schema": "ParameterSchema",
|
|
7599
7542
|
"location": {
|
|
7600
7543
|
"filePath": "snapping.main.runtime.ts",
|
|
7601
|
-
"line":
|
|
7544
|
+
"line": 910,
|
|
7602
7545
|
"character": 25
|
|
7603
7546
|
},
|
|
7604
7547
|
"name": "components",
|
|
@@ -7606,14 +7549,14 @@
|
|
|
7606
7549
|
"__schema": "TypeArraySchema",
|
|
7607
7550
|
"location": {
|
|
7608
7551
|
"filePath": "snapping.main.runtime.ts",
|
|
7609
|
-
"line":
|
|
7552
|
+
"line": 910,
|
|
7610
7553
|
"character": 37
|
|
7611
7554
|
},
|
|
7612
7555
|
"type": {
|
|
7613
7556
|
"__schema": "TypeRefSchema",
|
|
7614
7557
|
"location": {
|
|
7615
7558
|
"filePath": "snapping.main.runtime.ts",
|
|
7616
|
-
"line":
|
|
7559
|
+
"line": 910,
|
|
7617
7560
|
"character": 37
|
|
7618
7561
|
},
|
|
7619
7562
|
"name": "ConsumerComponent",
|
|
@@ -7628,14 +7571,14 @@
|
|
|
7628
7571
|
"__schema": "TypeArraySchema",
|
|
7629
7572
|
"location": {
|
|
7630
7573
|
"filePath": "snapping.main.runtime.ts",
|
|
7631
|
-
"line":
|
|
7574
|
+
"line": 910,
|
|
7632
7575
|
"character": 59
|
|
7633
7576
|
},
|
|
7634
7577
|
"type": {
|
|
7635
7578
|
"__schema": "KeywordTypeSchema",
|
|
7636
7579
|
"location": {
|
|
7637
7580
|
"filePath": "snapping.main.runtime.ts",
|
|
7638
|
-
"line":
|
|
7581
|
+
"line": 910,
|
|
7639
7582
|
"character": 59
|
|
7640
7583
|
},
|
|
7641
7584
|
"name": "string"
|
|
@@ -7647,17 +7590,17 @@
|
|
|
7647
7590
|
"__schema": "FunctionLikeSchema",
|
|
7648
7591
|
"location": {
|
|
7649
7592
|
"filePath": "snapping.main.runtime.ts",
|
|
7650
|
-
"line":
|
|
7593
|
+
"line": 919,
|
|
7651
7594
|
"character": 3
|
|
7652
7595
|
},
|
|
7653
|
-
"signature": "(method) SnappingMain._addCompToObjects({ source, lane, shouldValidateVersion, updateDependentsOnLane, }: {\n source: ConsumerComponent;\n lane
|
|
7596
|
+
"signature": "(method) SnappingMain._addCompToObjects({ source, lane, shouldValidateVersion, updateDependentsOnLane, }: {\n source: ConsumerComponent;\n lane?: Lane;\n shouldValidateVersion?: boolean;\n updateDependentsOnLane?: boolean;\n}): Promise<{\n component: ModelComponent;\n version: Version;\n}>",
|
|
7654
7597
|
"name": "_addCompToObjects",
|
|
7655
7598
|
"params": [
|
|
7656
7599
|
{
|
|
7657
7600
|
"__schema": "ParameterSchema",
|
|
7658
7601
|
"location": {
|
|
7659
7602
|
"filePath": "snapping.main.runtime.ts",
|
|
7660
|
-
"line":
|
|
7603
|
+
"line": 919,
|
|
7661
7604
|
"character": 27
|
|
7662
7605
|
},
|
|
7663
7606
|
"name": "{ source, lane, shouldValidateVersion = false, updateDependentsOnLane = false }",
|
|
@@ -7665,7 +7608,7 @@
|
|
|
7665
7608
|
"__schema": "TypeLiteralSchema",
|
|
7666
7609
|
"location": {
|
|
7667
7610
|
"filePath": "snapping.main.runtime.ts",
|
|
7668
|
-
"line":
|
|
7611
|
+
"line": 924,
|
|
7669
7612
|
"character": 6
|
|
7670
7613
|
},
|
|
7671
7614
|
"members": [
|
|
@@ -7673,7 +7616,7 @@
|
|
|
7673
7616
|
"__schema": "VariableLikeSchema",
|
|
7674
7617
|
"location": {
|
|
7675
7618
|
"filePath": "snapping.main.runtime.ts",
|
|
7676
|
-
"line":
|
|
7619
|
+
"line": 925,
|
|
7677
7620
|
"character": 5
|
|
7678
7621
|
},
|
|
7679
7622
|
"signature": "(property) source: ConsumerComponent",
|
|
@@ -7682,7 +7625,7 @@
|
|
|
7682
7625
|
"__schema": "TypeRefSchema",
|
|
7683
7626
|
"location": {
|
|
7684
7627
|
"filePath": "snapping.main.runtime.ts",
|
|
7685
|
-
"line":
|
|
7628
|
+
"line": 925,
|
|
7686
7629
|
"character": 5
|
|
7687
7630
|
},
|
|
7688
7631
|
"name": "ConsumerComponent",
|
|
@@ -7694,47 +7637,28 @@
|
|
|
7694
7637
|
"__schema": "VariableLikeSchema",
|
|
7695
7638
|
"location": {
|
|
7696
7639
|
"filePath": "snapping.main.runtime.ts",
|
|
7697
|
-
"line":
|
|
7640
|
+
"line": 926,
|
|
7698
7641
|
"character": 5
|
|
7699
7642
|
},
|
|
7700
|
-
"signature": "(property) lane
|
|
7643
|
+
"signature": "(property) lane?: Lane | undefined",
|
|
7701
7644
|
"name": "lane",
|
|
7702
7645
|
"type": {
|
|
7703
|
-
"__schema": "
|
|
7646
|
+
"__schema": "TypeRefSchema",
|
|
7704
7647
|
"location": {
|
|
7705
7648
|
"filePath": "snapping.main.runtime.ts",
|
|
7706
|
-
"line":
|
|
7707
|
-
"character":
|
|
7649
|
+
"line": 926,
|
|
7650
|
+
"character": 12
|
|
7708
7651
|
},
|
|
7709
|
-
"
|
|
7710
|
-
|
|
7711
|
-
"__schema": "TypeRefSchema",
|
|
7712
|
-
"location": {
|
|
7713
|
-
"filePath": "snapping.main.runtime.ts",
|
|
7714
|
-
"line": 930,
|
|
7715
|
-
"character": 11
|
|
7716
|
-
},
|
|
7717
|
-
"name": "Lane",
|
|
7718
|
-
"packageName": "@teambit/legacy/dist/scope/models"
|
|
7719
|
-
},
|
|
7720
|
-
{
|
|
7721
|
-
"__schema": "LiteralTypeSchema",
|
|
7722
|
-
"location": {
|
|
7723
|
-
"filePath": "snapping.main.runtime.ts",
|
|
7724
|
-
"line": 930,
|
|
7725
|
-
"character": 18
|
|
7726
|
-
},
|
|
7727
|
-
"name": "null"
|
|
7728
|
-
}
|
|
7729
|
-
]
|
|
7652
|
+
"name": "Lane",
|
|
7653
|
+
"packageName": "@teambit/legacy/dist/scope/models"
|
|
7730
7654
|
},
|
|
7731
|
-
"isOptional":
|
|
7655
|
+
"isOptional": true
|
|
7732
7656
|
},
|
|
7733
7657
|
{
|
|
7734
7658
|
"__schema": "VariableLikeSchema",
|
|
7735
7659
|
"location": {
|
|
7736
7660
|
"filePath": "snapping.main.runtime.ts",
|
|
7737
|
-
"line":
|
|
7661
|
+
"line": 927,
|
|
7738
7662
|
"character": 5
|
|
7739
7663
|
},
|
|
7740
7664
|
"signature": "(property) shouldValidateVersion?: boolean | undefined",
|
|
@@ -7743,7 +7667,7 @@
|
|
|
7743
7667
|
"__schema": "KeywordTypeSchema",
|
|
7744
7668
|
"location": {
|
|
7745
7669
|
"filePath": "snapping.main.runtime.ts",
|
|
7746
|
-
"line":
|
|
7670
|
+
"line": 927,
|
|
7747
7671
|
"character": 29
|
|
7748
7672
|
},
|
|
7749
7673
|
"name": "boolean"
|
|
@@ -7754,7 +7678,7 @@
|
|
|
7754
7678
|
"__schema": "VariableLikeSchema",
|
|
7755
7679
|
"location": {
|
|
7756
7680
|
"filePath": "snapping.main.runtime.ts",
|
|
7757
|
-
"line":
|
|
7681
|
+
"line": 928,
|
|
7758
7682
|
"character": 5
|
|
7759
7683
|
},
|
|
7760
7684
|
"signature": "(property) updateDependentsOnLane?: boolean | undefined",
|
|
@@ -7763,7 +7687,7 @@
|
|
|
7763
7687
|
"__schema": "KeywordTypeSchema",
|
|
7764
7688
|
"location": {
|
|
7765
7689
|
"filePath": "snapping.main.runtime.ts",
|
|
7766
|
-
"line":
|
|
7690
|
+
"line": 928,
|
|
7767
7691
|
"character": 30
|
|
7768
7692
|
},
|
|
7769
7693
|
"name": "boolean"
|
|
@@ -7778,7 +7702,7 @@
|
|
|
7778
7702
|
"__schema": "VariableLikeSchema",
|
|
7779
7703
|
"location": {
|
|
7780
7704
|
"filePath": "snapping.main.runtime.ts",
|
|
7781
|
-
"line":
|
|
7705
|
+
"line": 925,
|
|
7782
7706
|
"character": 5
|
|
7783
7707
|
},
|
|
7784
7708
|
"signature": "(property) source: ConsumerComponent",
|
|
@@ -7787,7 +7711,7 @@
|
|
|
7787
7711
|
"__schema": "TypeRefSchema",
|
|
7788
7712
|
"location": {
|
|
7789
7713
|
"filePath": "snapping.main.runtime.ts",
|
|
7790
|
-
"line":
|
|
7714
|
+
"line": 925,
|
|
7791
7715
|
"character": 5
|
|
7792
7716
|
},
|
|
7793
7717
|
"name": "ConsumerComponent",
|
|
@@ -7799,47 +7723,28 @@
|
|
|
7799
7723
|
"__schema": "VariableLikeSchema",
|
|
7800
7724
|
"location": {
|
|
7801
7725
|
"filePath": "snapping.main.runtime.ts",
|
|
7802
|
-
"line":
|
|
7726
|
+
"line": 926,
|
|
7803
7727
|
"character": 5
|
|
7804
7728
|
},
|
|
7805
|
-
"signature": "(property) lane
|
|
7729
|
+
"signature": "(property) lane?: Lane | undefined",
|
|
7806
7730
|
"name": "lane",
|
|
7807
7731
|
"type": {
|
|
7808
|
-
"__schema": "
|
|
7732
|
+
"__schema": "TypeRefSchema",
|
|
7809
7733
|
"location": {
|
|
7810
7734
|
"filePath": "snapping.main.runtime.ts",
|
|
7811
|
-
"line":
|
|
7812
|
-
"character":
|
|
7735
|
+
"line": 926,
|
|
7736
|
+
"character": 12
|
|
7813
7737
|
},
|
|
7814
|
-
"
|
|
7815
|
-
|
|
7816
|
-
"__schema": "TypeRefSchema",
|
|
7817
|
-
"location": {
|
|
7818
|
-
"filePath": "snapping.main.runtime.ts",
|
|
7819
|
-
"line": 930,
|
|
7820
|
-
"character": 11
|
|
7821
|
-
},
|
|
7822
|
-
"name": "Lane",
|
|
7823
|
-
"packageName": "@teambit/legacy/dist/scope/models"
|
|
7824
|
-
},
|
|
7825
|
-
{
|
|
7826
|
-
"__schema": "LiteralTypeSchema",
|
|
7827
|
-
"location": {
|
|
7828
|
-
"filePath": "snapping.main.runtime.ts",
|
|
7829
|
-
"line": 930,
|
|
7830
|
-
"character": 18
|
|
7831
|
-
},
|
|
7832
|
-
"name": "null"
|
|
7833
|
-
}
|
|
7834
|
-
]
|
|
7738
|
+
"name": "Lane",
|
|
7739
|
+
"packageName": "@teambit/legacy/dist/scope/models"
|
|
7835
7740
|
},
|
|
7836
|
-
"isOptional":
|
|
7741
|
+
"isOptional": true
|
|
7837
7742
|
},
|
|
7838
7743
|
{
|
|
7839
7744
|
"__schema": "VariableLikeSchema",
|
|
7840
7745
|
"location": {
|
|
7841
7746
|
"filePath": "snapping.main.runtime.ts",
|
|
7842
|
-
"line":
|
|
7747
|
+
"line": 927,
|
|
7843
7748
|
"character": 5
|
|
7844
7749
|
},
|
|
7845
7750
|
"signature": "(property) shouldValidateVersion?: boolean | undefined",
|
|
@@ -7848,7 +7753,7 @@
|
|
|
7848
7753
|
"__schema": "KeywordTypeSchema",
|
|
7849
7754
|
"location": {
|
|
7850
7755
|
"filePath": "snapping.main.runtime.ts",
|
|
7851
|
-
"line":
|
|
7756
|
+
"line": 927,
|
|
7852
7757
|
"character": 29
|
|
7853
7758
|
},
|
|
7854
7759
|
"name": "boolean"
|
|
@@ -7859,7 +7764,7 @@
|
|
|
7859
7764
|
"__schema": "VariableLikeSchema",
|
|
7860
7765
|
"location": {
|
|
7861
7766
|
"filePath": "snapping.main.runtime.ts",
|
|
7862
|
-
"line":
|
|
7767
|
+
"line": 928,
|
|
7863
7768
|
"character": 5
|
|
7864
7769
|
},
|
|
7865
7770
|
"signature": "(property) updateDependentsOnLane?: boolean | undefined",
|
|
@@ -7868,7 +7773,7 @@
|
|
|
7868
7773
|
"__schema": "KeywordTypeSchema",
|
|
7869
7774
|
"location": {
|
|
7870
7775
|
"filePath": "snapping.main.runtime.ts",
|
|
7871
|
-
"line":
|
|
7776
|
+
"line": 928,
|
|
7872
7777
|
"character": 30
|
|
7873
7778
|
},
|
|
7874
7779
|
"name": "boolean"
|
|
@@ -7883,7 +7788,7 @@
|
|
|
7883
7788
|
"__schema": "TypeRefSchema",
|
|
7884
7789
|
"location": {
|
|
7885
7790
|
"filePath": "snapping.main.runtime.ts",
|
|
7886
|
-
"line":
|
|
7791
|
+
"line": 929,
|
|
7887
7792
|
"character": 7
|
|
7888
7793
|
},
|
|
7889
7794
|
"name": "Promise",
|
|
@@ -7892,7 +7797,7 @@
|
|
|
7892
7797
|
"__schema": "TypeLiteralSchema",
|
|
7893
7798
|
"location": {
|
|
7894
7799
|
"filePath": "snapping.main.runtime.ts",
|
|
7895
|
-
"line":
|
|
7800
|
+
"line": 929,
|
|
7896
7801
|
"character": 15
|
|
7897
7802
|
},
|
|
7898
7803
|
"members": [
|
|
@@ -7900,7 +7805,7 @@
|
|
|
7900
7805
|
"__schema": "VariableLikeSchema",
|
|
7901
7806
|
"location": {
|
|
7902
7807
|
"filePath": "snapping.main.runtime.ts",
|
|
7903
|
-
"line":
|
|
7808
|
+
"line": 930,
|
|
7904
7809
|
"character": 5
|
|
7905
7810
|
},
|
|
7906
7811
|
"signature": "(property) component: ModelComponent",
|
|
@@ -7909,7 +7814,7 @@
|
|
|
7909
7814
|
"__schema": "TypeRefSchema",
|
|
7910
7815
|
"location": {
|
|
7911
7816
|
"filePath": "snapping.main.runtime.ts",
|
|
7912
|
-
"line":
|
|
7817
|
+
"line": 930,
|
|
7913
7818
|
"character": 5
|
|
7914
7819
|
},
|
|
7915
7820
|
"name": "ModelComponent",
|
|
@@ -7921,7 +7826,7 @@
|
|
|
7921
7826
|
"__schema": "VariableLikeSchema",
|
|
7922
7827
|
"location": {
|
|
7923
7828
|
"filePath": "snapping.main.runtime.ts",
|
|
7924
|
-
"line":
|
|
7829
|
+
"line": 931,
|
|
7925
7830
|
"character": 5
|
|
7926
7831
|
},
|
|
7927
7832
|
"signature": "(property) version: Version",
|
|
@@ -7930,7 +7835,7 @@
|
|
|
7930
7835
|
"__schema": "TypeRefSchema",
|
|
7931
7836
|
"location": {
|
|
7932
7837
|
"filePath": "snapping.main.runtime.ts",
|
|
7933
|
-
"line":
|
|
7838
|
+
"line": 931,
|
|
7934
7839
|
"character": 14
|
|
7935
7840
|
},
|
|
7936
7841
|
"name": "Version"
|
|
@@ -7949,17 +7854,17 @@
|
|
|
7949
7854
|
"__schema": "FunctionLikeSchema",
|
|
7950
7855
|
"location": {
|
|
7951
7856
|
"filePath": "snapping.main.runtime.ts",
|
|
7952
|
-
"line":
|
|
7857
|
+
"line": 969,
|
|
7953
7858
|
"character": 3
|
|
7954
7859
|
},
|
|
7955
|
-
"signature": "(method) SnappingMain._addCompFromScopeToObjects(source: ConsumerComponent, lane
|
|
7860
|
+
"signature": "(method) SnappingMain._addCompFromScopeToObjects(source: ConsumerComponent, lane?: Lane, updateDependentsOnLane?: boolean): Promise<{\n component: ModelComponent;\n version: Version;\n}>",
|
|
7956
7861
|
"name": "_addCompFromScopeToObjects",
|
|
7957
7862
|
"params": [
|
|
7958
7863
|
{
|
|
7959
7864
|
"__schema": "ParameterSchema",
|
|
7960
7865
|
"location": {
|
|
7961
7866
|
"filePath": "snapping.main.runtime.ts",
|
|
7962
|
-
"line":
|
|
7867
|
+
"line": 970,
|
|
7963
7868
|
"character": 5
|
|
7964
7869
|
},
|
|
7965
7870
|
"name": "source",
|
|
@@ -7967,7 +7872,7 @@
|
|
|
7967
7872
|
"__schema": "TypeRefSchema",
|
|
7968
7873
|
"location": {
|
|
7969
7874
|
"filePath": "snapping.main.runtime.ts",
|
|
7970
|
-
"line":
|
|
7875
|
+
"line": 970,
|
|
7971
7876
|
"character": 13
|
|
7972
7877
|
},
|
|
7973
7878
|
"name": "ConsumerComponent",
|
|
@@ -7980,47 +7885,28 @@
|
|
|
7980
7885
|
"__schema": "ParameterSchema",
|
|
7981
7886
|
"location": {
|
|
7982
7887
|
"filePath": "snapping.main.runtime.ts",
|
|
7983
|
-
"line":
|
|
7888
|
+
"line": 971,
|
|
7984
7889
|
"character": 5
|
|
7985
7890
|
},
|
|
7986
7891
|
"name": "lane",
|
|
7987
7892
|
"type": {
|
|
7988
|
-
"__schema": "
|
|
7893
|
+
"__schema": "TypeRefSchema",
|
|
7989
7894
|
"location": {
|
|
7990
7895
|
"filePath": "snapping.main.runtime.ts",
|
|
7991
|
-
"line":
|
|
7992
|
-
"character":
|
|
7896
|
+
"line": 971,
|
|
7897
|
+
"character": 12
|
|
7993
7898
|
},
|
|
7994
|
-
"
|
|
7995
|
-
|
|
7996
|
-
"__schema": "TypeRefSchema",
|
|
7997
|
-
"location": {
|
|
7998
|
-
"filePath": "snapping.main.runtime.ts",
|
|
7999
|
-
"line": 975,
|
|
8000
|
-
"character": 11
|
|
8001
|
-
},
|
|
8002
|
-
"name": "Lane",
|
|
8003
|
-
"packageName": "@teambit/legacy/dist/scope/models"
|
|
8004
|
-
},
|
|
8005
|
-
{
|
|
8006
|
-
"__schema": "LiteralTypeSchema",
|
|
8007
|
-
"location": {
|
|
8008
|
-
"filePath": "snapping.main.runtime.ts",
|
|
8009
|
-
"line": 975,
|
|
8010
|
-
"character": 18
|
|
8011
|
-
},
|
|
8012
|
-
"name": "null"
|
|
8013
|
-
}
|
|
8014
|
-
]
|
|
7899
|
+
"name": "Lane",
|
|
7900
|
+
"packageName": "@teambit/legacy/dist/scope/models"
|
|
8015
7901
|
},
|
|
8016
|
-
"isOptional":
|
|
7902
|
+
"isOptional": true,
|
|
8017
7903
|
"isSpread": false
|
|
8018
7904
|
},
|
|
8019
7905
|
{
|
|
8020
7906
|
"__schema": "ParameterSchema",
|
|
8021
7907
|
"location": {
|
|
8022
7908
|
"filePath": "snapping.main.runtime.ts",
|
|
8023
|
-
"line":
|
|
7909
|
+
"line": 972,
|
|
8024
7910
|
"character": 5
|
|
8025
7911
|
},
|
|
8026
7912
|
"name": "updateDependentsOnLane",
|
|
@@ -8028,7 +7914,7 @@
|
|
|
8028
7914
|
"__schema": "InferenceTypeSchema",
|
|
8029
7915
|
"location": {
|
|
8030
7916
|
"filePath": "snapping.main.runtime.ts",
|
|
8031
|
-
"line":
|
|
7917
|
+
"line": 972,
|
|
8032
7918
|
"character": 5
|
|
8033
7919
|
},
|
|
8034
7920
|
"type": "boolean"
|
|
@@ -8042,7 +7928,7 @@
|
|
|
8042
7928
|
"__schema": "TypeRefSchema",
|
|
8043
7929
|
"location": {
|
|
8044
7930
|
"filePath": "snapping.main.runtime.ts",
|
|
8045
|
-
"line":
|
|
7931
|
+
"line": 973,
|
|
8046
7932
|
"character": 6
|
|
8047
7933
|
},
|
|
8048
7934
|
"name": "Promise",
|
|
@@ -8051,7 +7937,7 @@
|
|
|
8051
7937
|
"__schema": "TypeLiteralSchema",
|
|
8052
7938
|
"location": {
|
|
8053
7939
|
"filePath": "snapping.main.runtime.ts",
|
|
8054
|
-
"line":
|
|
7940
|
+
"line": 973,
|
|
8055
7941
|
"character": 14
|
|
8056
7942
|
},
|
|
8057
7943
|
"members": [
|
|
@@ -8059,7 +7945,7 @@
|
|
|
8059
7945
|
"__schema": "VariableLikeSchema",
|
|
8060
7946
|
"location": {
|
|
8061
7947
|
"filePath": "snapping.main.runtime.ts",
|
|
8062
|
-
"line":
|
|
7948
|
+
"line": 974,
|
|
8063
7949
|
"character": 5
|
|
8064
7950
|
},
|
|
8065
7951
|
"signature": "(property) component: ModelComponent",
|
|
@@ -8068,7 +7954,7 @@
|
|
|
8068
7954
|
"__schema": "TypeRefSchema",
|
|
8069
7955
|
"location": {
|
|
8070
7956
|
"filePath": "snapping.main.runtime.ts",
|
|
8071
|
-
"line":
|
|
7957
|
+
"line": 974,
|
|
8072
7958
|
"character": 5
|
|
8073
7959
|
},
|
|
8074
7960
|
"name": "ModelComponent",
|
|
@@ -8080,7 +7966,7 @@
|
|
|
8080
7966
|
"__schema": "VariableLikeSchema",
|
|
8081
7967
|
"location": {
|
|
8082
7968
|
"filePath": "snapping.main.runtime.ts",
|
|
8083
|
-
"line":
|
|
7969
|
+
"line": 975,
|
|
8084
7970
|
"character": 5
|
|
8085
7971
|
},
|
|
8086
7972
|
"signature": "(property) version: Version",
|
|
@@ -8089,7 +7975,7 @@
|
|
|
8089
7975
|
"__schema": "TypeRefSchema",
|
|
8090
7976
|
"location": {
|
|
8091
7977
|
"filePath": "snapping.main.runtime.ts",
|
|
8092
|
-
"line":
|
|
7978
|
+
"line": 975,
|
|
8093
7979
|
"character": 14
|
|
8094
7980
|
},
|
|
8095
7981
|
"name": "Version"
|
|
@@ -8108,7 +7994,7 @@
|
|
|
8108
7994
|
"__schema": "FunctionLikeSchema",
|
|
8109
7995
|
"location": {
|
|
8110
7996
|
"filePath": "snapping.main.runtime.ts",
|
|
8111
|
-
"line":
|
|
7997
|
+
"line": 999,
|
|
8112
7998
|
"character": 3
|
|
8113
7999
|
},
|
|
8114
8000
|
"signature": "(method) SnappingMain._enrichComp(consumerComponent: ConsumerComponent, modifiedLog?: Log): Promise<ConsumerComponent>",
|
|
@@ -8118,7 +8004,7 @@
|
|
|
8118
8004
|
"__schema": "ParameterSchema",
|
|
8119
8005
|
"location": {
|
|
8120
8006
|
"filePath": "snapping.main.runtime.ts",
|
|
8121
|
-
"line":
|
|
8007
|
+
"line": 999,
|
|
8122
8008
|
"character": 21
|
|
8123
8009
|
},
|
|
8124
8010
|
"name": "consumerComponent",
|
|
@@ -8126,7 +8012,7 @@
|
|
|
8126
8012
|
"__schema": "TypeRefSchema",
|
|
8127
8013
|
"location": {
|
|
8128
8014
|
"filePath": "snapping.main.runtime.ts",
|
|
8129
|
-
"line":
|
|
8015
|
+
"line": 999,
|
|
8130
8016
|
"character": 40
|
|
8131
8017
|
},
|
|
8132
8018
|
"name": "ConsumerComponent",
|
|
@@ -8139,7 +8025,7 @@
|
|
|
8139
8025
|
"__schema": "ParameterSchema",
|
|
8140
8026
|
"location": {
|
|
8141
8027
|
"filePath": "snapping.main.runtime.ts",
|
|
8142
|
-
"line":
|
|
8028
|
+
"line": 999,
|
|
8143
8029
|
"character": 59
|
|
8144
8030
|
},
|
|
8145
8031
|
"name": "modifiedLog",
|
|
@@ -8147,7 +8033,7 @@
|
|
|
8147
8033
|
"__schema": "TypeRefSchema",
|
|
8148
8034
|
"location": {
|
|
8149
8035
|
"filePath": "snapping.main.runtime.ts",
|
|
8150
|
-
"line":
|
|
8036
|
+
"line": 999,
|
|
8151
8037
|
"character": 73
|
|
8152
8038
|
},
|
|
8153
8039
|
"name": "Log",
|
|
@@ -8161,7 +8047,7 @@
|
|
|
8161
8047
|
"__schema": "InferenceTypeSchema",
|
|
8162
8048
|
"location": {
|
|
8163
8049
|
"filePath": "snapping.main.runtime.ts",
|
|
8164
|
-
"line":
|
|
8050
|
+
"line": 999,
|
|
8165
8051
|
"character": 3
|
|
8166
8052
|
},
|
|
8167
8053
|
"type": "Promise<ConsumerComponent>"
|
|
@@ -8174,7 +8060,7 @@
|
|
|
8174
8060
|
"__schema": "FunctionLikeSchema",
|
|
8175
8061
|
"location": {
|
|
8176
8062
|
"filePath": "snapping.main.runtime.ts",
|
|
8177
|
-
"line":
|
|
8063
|
+
"line": 1005,
|
|
8178
8064
|
"character": 3
|
|
8179
8065
|
},
|
|
8180
8066
|
"signature": "(method) SnappingMain._getObjectsToEnrichComp(consumerComponent: ConsumerComponent, modifiedLog?: Log): Promise<BitObject[]>",
|
|
@@ -8184,7 +8070,7 @@
|
|
|
8184
8070
|
"__schema": "ParameterSchema",
|
|
8185
8071
|
"location": {
|
|
8186
8072
|
"filePath": "snapping.main.runtime.ts",
|
|
8187
|
-
"line":
|
|
8073
|
+
"line": 1005,
|
|
8188
8074
|
"character": 33
|
|
8189
8075
|
},
|
|
8190
8076
|
"name": "consumerComponent",
|
|
@@ -8192,7 +8078,7 @@
|
|
|
8192
8078
|
"__schema": "TypeRefSchema",
|
|
8193
8079
|
"location": {
|
|
8194
8080
|
"filePath": "snapping.main.runtime.ts",
|
|
8195
|
-
"line":
|
|
8081
|
+
"line": 1005,
|
|
8196
8082
|
"character": 52
|
|
8197
8083
|
},
|
|
8198
8084
|
"name": "ConsumerComponent",
|
|
@@ -8205,7 +8091,7 @@
|
|
|
8205
8091
|
"__schema": "ParameterSchema",
|
|
8206
8092
|
"location": {
|
|
8207
8093
|
"filePath": "snapping.main.runtime.ts",
|
|
8208
|
-
"line":
|
|
8094
|
+
"line": 1005,
|
|
8209
8095
|
"character": 71
|
|
8210
8096
|
},
|
|
8211
8097
|
"name": "modifiedLog",
|
|
@@ -8213,7 +8099,7 @@
|
|
|
8213
8099
|
"__schema": "TypeRefSchema",
|
|
8214
8100
|
"location": {
|
|
8215
8101
|
"filePath": "snapping.main.runtime.ts",
|
|
8216
|
-
"line":
|
|
8102
|
+
"line": 1005,
|
|
8217
8103
|
"character": 85
|
|
8218
8104
|
},
|
|
8219
8105
|
"name": "Log",
|
|
@@ -8227,7 +8113,7 @@
|
|
|
8227
8113
|
"__schema": "TypeRefSchema",
|
|
8228
8114
|
"location": {
|
|
8229
8115
|
"filePath": "snapping.main.runtime.ts",
|
|
8230
|
-
"line":
|
|
8116
|
+
"line": 1005,
|
|
8231
8117
|
"character": 91
|
|
8232
8118
|
},
|
|
8233
8119
|
"name": "Promise",
|
|
@@ -8236,14 +8122,14 @@
|
|
|
8236
8122
|
"__schema": "TypeArraySchema",
|
|
8237
8123
|
"location": {
|
|
8238
8124
|
"filePath": "snapping.main.runtime.ts",
|
|
8239
|
-
"line":
|
|
8125
|
+
"line": 1005,
|
|
8240
8126
|
"character": 99
|
|
8241
8127
|
},
|
|
8242
8128
|
"type": {
|
|
8243
8129
|
"__schema": "TypeRefSchema",
|
|
8244
8130
|
"location": {
|
|
8245
8131
|
"filePath": "snapping.main.runtime.ts",
|
|
8246
|
-
"line":
|
|
8132
|
+
"line": 1005,
|
|
8247
8133
|
"character": 99
|
|
8248
8134
|
},
|
|
8249
8135
|
"name": "BitObject",
|
|
@@ -8260,14 +8146,14 @@
|
|
|
8260
8146
|
"__schema": "FunctionLikeSchema",
|
|
8261
8147
|
"location": {
|
|
8262
8148
|
"filePath": "snapping.main.runtime.ts",
|
|
8263
|
-
"line":
|
|
8149
|
+
"line": 1098,
|
|
8264
8150
|
"character": 3
|
|
8265
8151
|
},
|
|
8266
8152
|
"doc": {
|
|
8267
8153
|
"__schema": "DocSchema",
|
|
8268
8154
|
"location": {
|
|
8269
8155
|
"filePath": "snapping.main.runtime.ts",
|
|
8270
|
-
"line":
|
|
8156
|
+
"line": 1092,
|
|
8271
8157
|
"character": 3
|
|
8272
8158
|
},
|
|
8273
8159
|
"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 */",
|
|
@@ -8280,7 +8166,7 @@
|
|
|
8280
8166
|
"__schema": "ParameterSchema",
|
|
8281
8167
|
"location": {
|
|
8282
8168
|
"filePath": "snapping.main.runtime.ts",
|
|
8283
|
-
"line":
|
|
8169
|
+
"line": 1098,
|
|
8284
8170
|
"character": 52
|
|
8285
8171
|
},
|
|
8286
8172
|
"name": "compId",
|
|
@@ -8288,7 +8174,7 @@
|
|
|
8288
8174
|
"__schema": "TypeRefSchema",
|
|
8289
8175
|
"location": {
|
|
8290
8176
|
"filePath": "snapping.main.runtime.ts",
|
|
8291
|
-
"line":
|
|
8177
|
+
"line": 1098,
|
|
8292
8178
|
"character": 60
|
|
8293
8179
|
},
|
|
8294
8180
|
"name": "ComponentID",
|
|
@@ -8306,7 +8192,7 @@
|
|
|
8306
8192
|
"__schema": "TypeRefSchema",
|
|
8307
8193
|
"location": {
|
|
8308
8194
|
"filePath": "snapping.main.runtime.ts",
|
|
8309
|
-
"line":
|
|
8195
|
+
"line": 1098,
|
|
8310
8196
|
"character": 74
|
|
8311
8197
|
},
|
|
8312
8198
|
"name": "Promise",
|
|
@@ -8315,7 +8201,7 @@
|
|
|
8315
8201
|
"__schema": "TypeRefSchema",
|
|
8316
8202
|
"location": {
|
|
8317
8203
|
"filePath": "snapping.main.runtime.ts",
|
|
8318
|
-
"line":
|
|
8204
|
+
"line": 1098,
|
|
8319
8205
|
"character": 82
|
|
8320
8206
|
},
|
|
8321
8207
|
"name": "ComponentID",
|
|
@@ -8335,7 +8221,7 @@
|
|
|
8335
8221
|
"__schema": "FunctionLikeSchema",
|
|
8336
8222
|
"location": {
|
|
8337
8223
|
"filePath": "snapping.main.runtime.ts",
|
|
8338
|
-
"line":
|
|
8224
|
+
"line": 1136,
|
|
8339
8225
|
"character": 3
|
|
8340
8226
|
},
|
|
8341
8227
|
"signature": "(method) SnappingMain.updateDependenciesVersionsOfComponent(component: Component, dependencies: ComponentID[], currentBitIds: ComponentID[]): Promise<void>",
|
|
@@ -8345,7 +8231,7 @@
|
|
|
8345
8231
|
"__schema": "ParameterSchema",
|
|
8346
8232
|
"location": {
|
|
8347
8233
|
"filePath": "snapping.main.runtime.ts",
|
|
8348
|
-
"line":
|
|
8234
|
+
"line": 1137,
|
|
8349
8235
|
"character": 5
|
|
8350
8236
|
},
|
|
8351
8237
|
"name": "component",
|
|
@@ -8353,7 +8239,7 @@
|
|
|
8353
8239
|
"__schema": "TypeRefSchema",
|
|
8354
8240
|
"location": {
|
|
8355
8241
|
"filePath": "snapping.main.runtime.ts",
|
|
8356
|
-
"line":
|
|
8242
|
+
"line": 1137,
|
|
8357
8243
|
"character": 16
|
|
8358
8244
|
},
|
|
8359
8245
|
"name": "Component",
|
|
@@ -8369,7 +8255,7 @@
|
|
|
8369
8255
|
"__schema": "ParameterSchema",
|
|
8370
8256
|
"location": {
|
|
8371
8257
|
"filePath": "snapping.main.runtime.ts",
|
|
8372
|
-
"line":
|
|
8258
|
+
"line": 1138,
|
|
8373
8259
|
"character": 5
|
|
8374
8260
|
},
|
|
8375
8261
|
"name": "dependencies",
|
|
@@ -8377,14 +8263,14 @@
|
|
|
8377
8263
|
"__schema": "TypeArraySchema",
|
|
8378
8264
|
"location": {
|
|
8379
8265
|
"filePath": "snapping.main.runtime.ts",
|
|
8380
|
-
"line":
|
|
8266
|
+
"line": 1138,
|
|
8381
8267
|
"character": 19
|
|
8382
8268
|
},
|
|
8383
8269
|
"type": {
|
|
8384
8270
|
"__schema": "TypeRefSchema",
|
|
8385
8271
|
"location": {
|
|
8386
8272
|
"filePath": "snapping.main.runtime.ts",
|
|
8387
|
-
"line":
|
|
8273
|
+
"line": 1138,
|
|
8388
8274
|
"character": 19
|
|
8389
8275
|
},
|
|
8390
8276
|
"name": "ComponentID",
|
|
@@ -8402,7 +8288,7 @@
|
|
|
8402
8288
|
"__schema": "ParameterSchema",
|
|
8403
8289
|
"location": {
|
|
8404
8290
|
"filePath": "snapping.main.runtime.ts",
|
|
8405
|
-
"line":
|
|
8291
|
+
"line": 1139,
|
|
8406
8292
|
"character": 5
|
|
8407
8293
|
},
|
|
8408
8294
|
"name": "currentBitIds",
|
|
@@ -8410,14 +8296,14 @@
|
|
|
8410
8296
|
"__schema": "TypeArraySchema",
|
|
8411
8297
|
"location": {
|
|
8412
8298
|
"filePath": "snapping.main.runtime.ts",
|
|
8413
|
-
"line":
|
|
8299
|
+
"line": 1139,
|
|
8414
8300
|
"character": 20
|
|
8415
8301
|
},
|
|
8416
8302
|
"type": {
|
|
8417
8303
|
"__schema": "TypeRefSchema",
|
|
8418
8304
|
"location": {
|
|
8419
8305
|
"filePath": "snapping.main.runtime.ts",
|
|
8420
|
-
"line":
|
|
8306
|
+
"line": 1139,
|
|
8421
8307
|
"character": 20
|
|
8422
8308
|
},
|
|
8423
8309
|
"name": "ComponentID",
|
|
@@ -8436,7 +8322,7 @@
|
|
|
8436
8322
|
"__schema": "InferenceTypeSchema",
|
|
8437
8323
|
"location": {
|
|
8438
8324
|
"filePath": "snapping.main.runtime.ts",
|
|
8439
|
-
"line":
|
|
8325
|
+
"line": 1136,
|
|
8440
8326
|
"character": 3
|
|
8441
8327
|
},
|
|
8442
8328
|
"type": "Promise<void>"
|
|
@@ -8449,7 +8335,7 @@
|
|
|
8449
8335
|
"__schema": "VariableLikeSchema",
|
|
8450
8336
|
"location": {
|
|
8451
8337
|
"filePath": "snapping.main.runtime.ts",
|
|
8452
|
-
"line":
|
|
8338
|
+
"line": 1253,
|
|
8453
8339
|
"character": 3
|
|
8454
8340
|
},
|
|
8455
8341
|
"signature": "(property) SnappingMain.slots: never[]",
|
|
@@ -8458,7 +8344,7 @@
|
|
|
8458
8344
|
"__schema": "InferenceTypeSchema",
|
|
8459
8345
|
"location": {
|
|
8460
8346
|
"filePath": "snapping.main.runtime.ts",
|
|
8461
|
-
"line":
|
|
8347
|
+
"line": 1253,
|
|
8462
8348
|
"character": 3
|
|
8463
8349
|
},
|
|
8464
8350
|
"type": "never[]"
|
|
@@ -8470,7 +8356,7 @@
|
|
|
8470
8356
|
"__schema": "VariableLikeSchema",
|
|
8471
8357
|
"location": {
|
|
8472
8358
|
"filePath": "snapping.main.runtime.ts",
|
|
8473
|
-
"line":
|
|
8359
|
+
"line": 1254,
|
|
8474
8360
|
"character": 3
|
|
8475
8361
|
},
|
|
8476
8362
|
"signature": "(property) SnappingMain.dependencies: Aspect[]",
|
|
@@ -8479,7 +8365,7 @@
|
|
|
8479
8365
|
"__schema": "InferenceTypeSchema",
|
|
8480
8366
|
"location": {
|
|
8481
8367
|
"filePath": "snapping.main.runtime.ts",
|
|
8482
|
-
"line":
|
|
8368
|
+
"line": 1254,
|
|
8483
8369
|
"character": 3
|
|
8484
8370
|
},
|
|
8485
8371
|
"type": "Aspect[]"
|
|
@@ -8491,7 +8377,7 @@
|
|
|
8491
8377
|
"__schema": "VariableLikeSchema",
|
|
8492
8378
|
"location": {
|
|
8493
8379
|
"filePath": "snapping.main.runtime.ts",
|
|
8494
|
-
"line":
|
|
8380
|
+
"line": 1268,
|
|
8495
8381
|
"character": 3
|
|
8496
8382
|
},
|
|
8497
8383
|
"signature": "(property) SnappingMain.runtime: RuntimeDefinition",
|
|
@@ -8500,7 +8386,7 @@
|
|
|
8500
8386
|
"__schema": "InferenceTypeSchema",
|
|
8501
8387
|
"location": {
|
|
8502
8388
|
"filePath": "snapping.main.runtime.ts",
|
|
8503
|
-
"line":
|
|
8389
|
+
"line": 1268,
|
|
8504
8390
|
"character": 3
|
|
8505
8391
|
},
|
|
8506
8392
|
"type": "RuntimeDefinition"
|
|
@@ -8512,7 +8398,7 @@
|
|
|
8512
8398
|
"__schema": "FunctionLikeSchema",
|
|
8513
8399
|
"location": {
|
|
8514
8400
|
"filePath": "snapping.main.runtime.ts",
|
|
8515
|
-
"line":
|
|
8401
|
+
"line": 1269,
|
|
8516
8402
|
"character": 3
|
|
8517
8403
|
},
|
|
8518
8404
|
"signature": "(method) SnappingMain.provider([workspace, cli, loggerMain, issues, insights, dependencyResolver, scope, exporter, builder, importer, globalConfig, deps,]: [\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]): Promise<SnappingMain>",
|
|
@@ -8522,7 +8408,7 @@
|
|
|
8522
8408
|
"__schema": "ParameterSchema",
|
|
8523
8409
|
"location": {
|
|
8524
8410
|
"filePath": "snapping.main.runtime.ts",
|
|
8525
|
-
"line":
|
|
8411
|
+
"line": 1269,
|
|
8526
8412
|
"character": 25
|
|
8527
8413
|
},
|
|
8528
8414
|
"name": "[ workspace, cli, loggerMain, issues, insights, dependencyResolver, scope, exporter, builder, importer, globalConfig, deps ]",
|
|
@@ -8530,7 +8416,7 @@
|
|
|
8530
8416
|
"__schema": "TupleTypeSchema",
|
|
8531
8417
|
"location": {
|
|
8532
8418
|
"filePath": "snapping.main.runtime.ts",
|
|
8533
|
-
"line":
|
|
8419
|
+
"line": 1282,
|
|
8534
8420
|
"character": 6
|
|
8535
8421
|
},
|
|
8536
8422
|
"elements": [
|
|
@@ -8538,7 +8424,7 @@
|
|
|
8538
8424
|
"__schema": "TypeRefSchema",
|
|
8539
8425
|
"location": {
|
|
8540
8426
|
"filePath": "snapping.main.runtime.ts",
|
|
8541
|
-
"line":
|
|
8427
|
+
"line": 1283,
|
|
8542
8428
|
"character": 5
|
|
8543
8429
|
},
|
|
8544
8430
|
"name": "Workspace",
|
|
@@ -8551,7 +8437,7 @@
|
|
|
8551
8437
|
"__schema": "TypeRefSchema",
|
|
8552
8438
|
"location": {
|
|
8553
8439
|
"filePath": "snapping.main.runtime.ts",
|
|
8554
|
-
"line":
|
|
8440
|
+
"line": 1284,
|
|
8555
8441
|
"character": 5
|
|
8556
8442
|
},
|
|
8557
8443
|
"name": "CLIMain",
|
|
@@ -8564,7 +8450,7 @@
|
|
|
8564
8450
|
"__schema": "TypeRefSchema",
|
|
8565
8451
|
"location": {
|
|
8566
8452
|
"filePath": "snapping.main.runtime.ts",
|
|
8567
|
-
"line":
|
|
8453
|
+
"line": 1285,
|
|
8568
8454
|
"character": 5
|
|
8569
8455
|
},
|
|
8570
8456
|
"name": "LoggerMain",
|
|
@@ -8577,7 +8463,7 @@
|
|
|
8577
8463
|
"__schema": "TypeRefSchema",
|
|
8578
8464
|
"location": {
|
|
8579
8465
|
"filePath": "snapping.main.runtime.ts",
|
|
8580
|
-
"line":
|
|
8466
|
+
"line": 1286,
|
|
8581
8467
|
"character": 5
|
|
8582
8468
|
},
|
|
8583
8469
|
"name": "IssuesMain",
|
|
@@ -8590,7 +8476,7 @@
|
|
|
8590
8476
|
"__schema": "TypeRefSchema",
|
|
8591
8477
|
"location": {
|
|
8592
8478
|
"filePath": "snapping.main.runtime.ts",
|
|
8593
|
-
"line":
|
|
8479
|
+
"line": 1287,
|
|
8594
8480
|
"character": 5
|
|
8595
8481
|
},
|
|
8596
8482
|
"name": "InsightsMain",
|
|
@@ -8603,7 +8489,7 @@
|
|
|
8603
8489
|
"__schema": "TypeRefSchema",
|
|
8604
8490
|
"location": {
|
|
8605
8491
|
"filePath": "snapping.main.runtime.ts",
|
|
8606
|
-
"line":
|
|
8492
|
+
"line": 1288,
|
|
8607
8493
|
"character": 5
|
|
8608
8494
|
},
|
|
8609
8495
|
"name": "DependencyResolverMain",
|
|
@@ -8616,7 +8502,7 @@
|
|
|
8616
8502
|
"__schema": "TypeRefSchema",
|
|
8617
8503
|
"location": {
|
|
8618
8504
|
"filePath": "snapping.main.runtime.ts",
|
|
8619
|
-
"line":
|
|
8505
|
+
"line": 1289,
|
|
8620
8506
|
"character": 5
|
|
8621
8507
|
},
|
|
8622
8508
|
"name": "ScopeMain",
|
|
@@ -8629,7 +8515,7 @@
|
|
|
8629
8515
|
"__schema": "TypeRefSchema",
|
|
8630
8516
|
"location": {
|
|
8631
8517
|
"filePath": "snapping.main.runtime.ts",
|
|
8632
|
-
"line":
|
|
8518
|
+
"line": 1290,
|
|
8633
8519
|
"character": 5
|
|
8634
8520
|
},
|
|
8635
8521
|
"name": "ExportMain",
|
|
@@ -8642,7 +8528,7 @@
|
|
|
8642
8528
|
"__schema": "TypeRefSchema",
|
|
8643
8529
|
"location": {
|
|
8644
8530
|
"filePath": "snapping.main.runtime.ts",
|
|
8645
|
-
"line":
|
|
8531
|
+
"line": 1291,
|
|
8646
8532
|
"character": 5
|
|
8647
8533
|
},
|
|
8648
8534
|
"name": "BuilderMain",
|
|
@@ -8655,7 +8541,7 @@
|
|
|
8655
8541
|
"__schema": "TypeRefSchema",
|
|
8656
8542
|
"location": {
|
|
8657
8543
|
"filePath": "snapping.main.runtime.ts",
|
|
8658
|
-
"line":
|
|
8544
|
+
"line": 1292,
|
|
8659
8545
|
"character": 5
|
|
8660
8546
|
},
|
|
8661
8547
|
"name": "ImporterMain",
|
|
@@ -8668,7 +8554,7 @@
|
|
|
8668
8554
|
"__schema": "TypeRefSchema",
|
|
8669
8555
|
"location": {
|
|
8670
8556
|
"filePath": "snapping.main.runtime.ts",
|
|
8671
|
-
"line":
|
|
8557
|
+
"line": 1293,
|
|
8672
8558
|
"character": 5
|
|
8673
8559
|
},
|
|
8674
8560
|
"name": "GlobalConfigMain",
|
|
@@ -8681,7 +8567,7 @@
|
|
|
8681
8567
|
"__schema": "TypeRefSchema",
|
|
8682
8568
|
"location": {
|
|
8683
8569
|
"filePath": "snapping.main.runtime.ts",
|
|
8684
|
-
"line":
|
|
8570
|
+
"line": 1294,
|
|
8685
8571
|
"character": 5
|
|
8686
8572
|
},
|
|
8687
8573
|
"name": "DependenciesMain",
|
|
@@ -8700,7 +8586,7 @@
|
|
|
8700
8586
|
"__schema": "InferenceTypeSchema",
|
|
8701
8587
|
"location": {
|
|
8702
8588
|
"filePath": "snapping.main.runtime.ts",
|
|
8703
|
-
"line":
|
|
8589
|
+
"line": 1269,
|
|
8704
8590
|
"character": 3
|
|
8705
8591
|
},
|
|
8706
8592
|
"type": "Promise<SnappingMain>"
|
|
@@ -8718,7 +8604,7 @@
|
|
|
8718
8604
|
"__schema": "UnImplementedSchema",
|
|
8719
8605
|
"location": {
|
|
8720
8606
|
"filePath": "snapping.main.runtime.ts",
|
|
8721
|
-
"line":
|
|
8607
|
+
"line": 1322,
|
|
8722
8608
|
"character": 16
|
|
8723
8609
|
},
|
|
8724
8610
|
"name": "SnappingMain",
|
|
@@ -8762,7 +8648,7 @@
|
|
|
8762
8648
|
"__schema": "UnImplementedSchema",
|
|
8763
8649
|
"location": {
|
|
8764
8650
|
"filePath": "snapping.main.runtime.ts",
|
|
8765
|
-
"line":
|
|
8651
|
+
"line": 1320,
|
|
8766
8652
|
"character": 1
|
|
8767
8653
|
},
|
|
8768
8654
|
"name": "SnappingAspect.addRuntime(SnappingMain);",
|
|
@@ -9240,7 +9126,7 @@
|
|
|
9240
9126
|
"__schema": "FunctionLikeSchema",
|
|
9241
9127
|
"location": {
|
|
9242
9128
|
"filePath": "tag-model-component.ts",
|
|
9243
|
-
"line":
|
|
9129
|
+
"line": 174,
|
|
9244
9130
|
"character": 1
|
|
9245
9131
|
},
|
|
9246
9132
|
"signature": "function tagModelComponent({ workspace, scope, snapping, builder, consumerComponents, ids, tagDataPerComp, populateArtifactsFrom, message, editor, exactVersion, releaseType, preReleaseId, ignoreNewestVersion, skipTests, skipTasks, skipAutoTag, soft, build, persist, isSnap, disableTagAndSnapPipelines, ignoreBuildErrors, rebuildDepsGraph, incrementBy, packageManagerConfigRootDir, dependencyResolver, copyLogFromPreviousSnap, exitOnFirstFailedTask, updateDependentsOnLane, }: {\n workspace?: Workspace;\n scope: ScopeMain;\n snapping: SnappingMain;\n builder: BuilderMain;\n consumerComponents: ConsumerComponent[];\n ids: ComponentIdList;\n tagDataPerComp?: TagDataPerComp[];\n populateArtifactsFrom?: ComponentID[];\n copyLogFromPreviousSnap?: boolean;\n exactVersion?: string | null | undefined;\n releaseType?: ReleaseType;\n incrementBy?: number;\n isSnap?: boolean;\n packageManagerConfigRootDir?: string;\n dependencyResolver: DependencyResolverMain;\n exitOnFirstFailedTask?: boolean;\n updateDependentsOnLane?: boolean;\n} & BasicTagParams): Promise<{\n taggedComponents: ConsumerComponent[];\n autoTaggedResults: AutoTagResult[];\n publishedPackages: string[];\n stagedConfig?: StagedConfig | undefined;\n removedComponents?: ComponentIdList | undefined;\n}>",
|
|
@@ -9250,7 +9136,7 @@
|
|
|
9250
9136
|
"__schema": "ParameterSchema",
|
|
9251
9137
|
"location": {
|
|
9252
9138
|
"filePath": "tag-model-component.ts",
|
|
9253
|
-
"line":
|
|
9139
|
+
"line": 174,
|
|
9254
9140
|
"character": 41
|
|
9255
9141
|
},
|
|
9256
9142
|
"name": "{ workspace, scope, snapping, builder, consumerComponents, ids, tagDataPerComp, populateArtifactsFrom, message, editor, exactVersion, releaseType, preReleaseId, ignoreNewestVersion = false, skipTests = false, skipTasks, skipAutoTag, soft, build, persist, isSnap = false, disableTagAndSnapPipelines, ignoreBuildErrors, rebuildDepsGraph, incrementBy, packageManagerConfigRootDir, dependencyResolver, copyLogFromPreviousSnap = false, exitOnFirstFailedTask = false, updateDependentsOnLane = false }",
|
|
@@ -9258,7 +9144,7 @@
|
|
|
9258
9144
|
"__schema": "TypeIntersectionSchema",
|
|
9259
9145
|
"location": {
|
|
9260
9146
|
"filePath": "tag-model-component.ts",
|
|
9261
|
-
"line":
|
|
9147
|
+
"line": 205,
|
|
9262
9148
|
"character": 4
|
|
9263
9149
|
},
|
|
9264
9150
|
"types": [
|
|
@@ -9266,7 +9152,7 @@
|
|
|
9266
9152
|
"__schema": "TypeLiteralSchema",
|
|
9267
9153
|
"location": {
|
|
9268
9154
|
"filePath": "tag-model-component.ts",
|
|
9269
|
-
"line":
|
|
9155
|
+
"line": 205,
|
|
9270
9156
|
"character": 4
|
|
9271
9157
|
},
|
|
9272
9158
|
"members": [
|
|
@@ -9274,7 +9160,7 @@
|
|
|
9274
9160
|
"__schema": "VariableLikeSchema",
|
|
9275
9161
|
"location": {
|
|
9276
9162
|
"filePath": "tag-model-component.ts",
|
|
9277
|
-
"line":
|
|
9163
|
+
"line": 206,
|
|
9278
9164
|
"character": 3
|
|
9279
9165
|
},
|
|
9280
9166
|
"signature": "(property) workspace?: Workspace | undefined",
|
|
@@ -9283,7 +9169,7 @@
|
|
|
9283
9169
|
"__schema": "TypeRefSchema",
|
|
9284
9170
|
"location": {
|
|
9285
9171
|
"filePath": "tag-model-component.ts",
|
|
9286
|
-
"line":
|
|
9172
|
+
"line": 206,
|
|
9287
9173
|
"character": 15
|
|
9288
9174
|
},
|
|
9289
9175
|
"name": "Workspace",
|
|
@@ -9298,7 +9184,7 @@
|
|
|
9298
9184
|
"__schema": "VariableLikeSchema",
|
|
9299
9185
|
"location": {
|
|
9300
9186
|
"filePath": "tag-model-component.ts",
|
|
9301
|
-
"line":
|
|
9187
|
+
"line": 207,
|
|
9302
9188
|
"character": 3
|
|
9303
9189
|
},
|
|
9304
9190
|
"signature": "(property) scope: ScopeMain",
|
|
@@ -9307,7 +9193,7 @@
|
|
|
9307
9193
|
"__schema": "TypeRefSchema",
|
|
9308
9194
|
"location": {
|
|
9309
9195
|
"filePath": "tag-model-component.ts",
|
|
9310
|
-
"line":
|
|
9196
|
+
"line": 207,
|
|
9311
9197
|
"character": 3
|
|
9312
9198
|
},
|
|
9313
9199
|
"name": "ScopeMain",
|
|
@@ -9322,7 +9208,7 @@
|
|
|
9322
9208
|
"__schema": "VariableLikeSchema",
|
|
9323
9209
|
"location": {
|
|
9324
9210
|
"filePath": "tag-model-component.ts",
|
|
9325
|
-
"line":
|
|
9211
|
+
"line": 208,
|
|
9326
9212
|
"character": 3
|
|
9327
9213
|
},
|
|
9328
9214
|
"signature": "(property) snapping: SnappingMain",
|
|
@@ -9331,7 +9217,7 @@
|
|
|
9331
9217
|
"__schema": "TypeRefSchema",
|
|
9332
9218
|
"location": {
|
|
9333
9219
|
"filePath": "tag-model-component.ts",
|
|
9334
|
-
"line":
|
|
9220
|
+
"line": 208,
|
|
9335
9221
|
"character": 3
|
|
9336
9222
|
},
|
|
9337
9223
|
"name": "SnappingMain"
|
|
@@ -9342,7 +9228,7 @@
|
|
|
9342
9228
|
"__schema": "VariableLikeSchema",
|
|
9343
9229
|
"location": {
|
|
9344
9230
|
"filePath": "tag-model-component.ts",
|
|
9345
|
-
"line":
|
|
9231
|
+
"line": 209,
|
|
9346
9232
|
"character": 3
|
|
9347
9233
|
},
|
|
9348
9234
|
"signature": "(property) builder: BuilderMain",
|
|
@@ -9351,7 +9237,7 @@
|
|
|
9351
9237
|
"__schema": "TypeRefSchema",
|
|
9352
9238
|
"location": {
|
|
9353
9239
|
"filePath": "tag-model-component.ts",
|
|
9354
|
-
"line":
|
|
9240
|
+
"line": 209,
|
|
9355
9241
|
"character": 3
|
|
9356
9242
|
},
|
|
9357
9243
|
"name": "BuilderMain",
|
|
@@ -9366,7 +9252,7 @@
|
|
|
9366
9252
|
"__schema": "VariableLikeSchema",
|
|
9367
9253
|
"location": {
|
|
9368
9254
|
"filePath": "tag-model-component.ts",
|
|
9369
|
-
"line":
|
|
9255
|
+
"line": 210,
|
|
9370
9256
|
"character": 3
|
|
9371
9257
|
},
|
|
9372
9258
|
"signature": "(property) consumerComponents: ConsumerComponent[]",
|
|
@@ -9375,14 +9261,14 @@
|
|
|
9375
9261
|
"__schema": "TypeArraySchema",
|
|
9376
9262
|
"location": {
|
|
9377
9263
|
"filePath": "tag-model-component.ts",
|
|
9378
|
-
"line":
|
|
9264
|
+
"line": 210,
|
|
9379
9265
|
"character": 23
|
|
9380
9266
|
},
|
|
9381
9267
|
"type": {
|
|
9382
9268
|
"__schema": "TypeRefSchema",
|
|
9383
9269
|
"location": {
|
|
9384
9270
|
"filePath": "tag-model-component.ts",
|
|
9385
|
-
"line":
|
|
9271
|
+
"line": 210,
|
|
9386
9272
|
"character": 23
|
|
9387
9273
|
},
|
|
9388
9274
|
"name": "ConsumerComponent",
|
|
@@ -9395,7 +9281,7 @@
|
|
|
9395
9281
|
"__schema": "VariableLikeSchema",
|
|
9396
9282
|
"location": {
|
|
9397
9283
|
"filePath": "tag-model-component.ts",
|
|
9398
|
-
"line":
|
|
9284
|
+
"line": 211,
|
|
9399
9285
|
"character": 3
|
|
9400
9286
|
},
|
|
9401
9287
|
"signature": "(property) ids: ComponentIdList",
|
|
@@ -9404,7 +9290,7 @@
|
|
|
9404
9290
|
"__schema": "TypeRefSchema",
|
|
9405
9291
|
"location": {
|
|
9406
9292
|
"filePath": "tag-model-component.ts",
|
|
9407
|
-
"line":
|
|
9293
|
+
"line": 211,
|
|
9408
9294
|
"character": 3
|
|
9409
9295
|
},
|
|
9410
9296
|
"name": "ComponentIdList",
|
|
@@ -9420,7 +9306,7 @@
|
|
|
9420
9306
|
"__schema": "VariableLikeSchema",
|
|
9421
9307
|
"location": {
|
|
9422
9308
|
"filePath": "tag-model-component.ts",
|
|
9423
|
-
"line":
|
|
9309
|
+
"line": 212,
|
|
9424
9310
|
"character": 3
|
|
9425
9311
|
},
|
|
9426
9312
|
"signature": "(property) tagDataPerComp?: TagDataPerComp[] | undefined",
|
|
@@ -9429,14 +9315,14 @@
|
|
|
9429
9315
|
"__schema": "TypeArraySchema",
|
|
9430
9316
|
"location": {
|
|
9431
9317
|
"filePath": "tag-model-component.ts",
|
|
9432
|
-
"line":
|
|
9318
|
+
"line": 212,
|
|
9433
9319
|
"character": 20
|
|
9434
9320
|
},
|
|
9435
9321
|
"type": {
|
|
9436
9322
|
"__schema": "TypeRefSchema",
|
|
9437
9323
|
"location": {
|
|
9438
9324
|
"filePath": "tag-model-component.ts",
|
|
9439
|
-
"line":
|
|
9325
|
+
"line": 212,
|
|
9440
9326
|
"character": 20
|
|
9441
9327
|
},
|
|
9442
9328
|
"name": "TagDataPerComp",
|
|
@@ -9449,7 +9335,7 @@
|
|
|
9449
9335
|
"__schema": "VariableLikeSchema",
|
|
9450
9336
|
"location": {
|
|
9451
9337
|
"filePath": "tag-model-component.ts",
|
|
9452
|
-
"line":
|
|
9338
|
+
"line": 213,
|
|
9453
9339
|
"character": 3
|
|
9454
9340
|
},
|
|
9455
9341
|
"signature": "(property) populateArtifactsFrom?: ComponentID[] | undefined",
|
|
@@ -9458,14 +9344,14 @@
|
|
|
9458
9344
|
"__schema": "TypeArraySchema",
|
|
9459
9345
|
"location": {
|
|
9460
9346
|
"filePath": "tag-model-component.ts",
|
|
9461
|
-
"line":
|
|
9347
|
+
"line": 213,
|
|
9462
9348
|
"character": 27
|
|
9463
9349
|
},
|
|
9464
9350
|
"type": {
|
|
9465
9351
|
"__schema": "TypeRefSchema",
|
|
9466
9352
|
"location": {
|
|
9467
9353
|
"filePath": "tag-model-component.ts",
|
|
9468
|
-
"line":
|
|
9354
|
+
"line": 213,
|
|
9469
9355
|
"character": 27
|
|
9470
9356
|
},
|
|
9471
9357
|
"name": "ComponentID",
|
|
@@ -9482,7 +9368,7 @@
|
|
|
9482
9368
|
"__schema": "VariableLikeSchema",
|
|
9483
9369
|
"location": {
|
|
9484
9370
|
"filePath": "tag-model-component.ts",
|
|
9485
|
-
"line":
|
|
9371
|
+
"line": 214,
|
|
9486
9372
|
"character": 3
|
|
9487
9373
|
},
|
|
9488
9374
|
"signature": "(property) copyLogFromPreviousSnap?: boolean | undefined",
|
|
@@ -9491,7 +9377,7 @@
|
|
|
9491
9377
|
"__schema": "KeywordTypeSchema",
|
|
9492
9378
|
"location": {
|
|
9493
9379
|
"filePath": "tag-model-component.ts",
|
|
9494
|
-
"line":
|
|
9380
|
+
"line": 214,
|
|
9495
9381
|
"character": 29
|
|
9496
9382
|
},
|
|
9497
9383
|
"name": "boolean"
|
|
@@ -9502,7 +9388,7 @@
|
|
|
9502
9388
|
"__schema": "VariableLikeSchema",
|
|
9503
9389
|
"location": {
|
|
9504
9390
|
"filePath": "tag-model-component.ts",
|
|
9505
|
-
"line":
|
|
9391
|
+
"line": 215,
|
|
9506
9392
|
"character": 3
|
|
9507
9393
|
},
|
|
9508
9394
|
"signature": "(property) exactVersion?: string | null | undefined",
|
|
@@ -9511,7 +9397,7 @@
|
|
|
9511
9397
|
"__schema": "TypeUnionSchema",
|
|
9512
9398
|
"location": {
|
|
9513
9399
|
"filePath": "tag-model-component.ts",
|
|
9514
|
-
"line":
|
|
9400
|
+
"line": 215,
|
|
9515
9401
|
"character": 18
|
|
9516
9402
|
},
|
|
9517
9403
|
"types": [
|
|
@@ -9519,7 +9405,7 @@
|
|
|
9519
9405
|
"__schema": "KeywordTypeSchema",
|
|
9520
9406
|
"location": {
|
|
9521
9407
|
"filePath": "tag-model-component.ts",
|
|
9522
|
-
"line":
|
|
9408
|
+
"line": 215,
|
|
9523
9409
|
"character": 18
|
|
9524
9410
|
},
|
|
9525
9411
|
"name": "string"
|
|
@@ -9528,7 +9414,7 @@
|
|
|
9528
9414
|
"__schema": "LiteralTypeSchema",
|
|
9529
9415
|
"location": {
|
|
9530
9416
|
"filePath": "tag-model-component.ts",
|
|
9531
|
-
"line":
|
|
9417
|
+
"line": 215,
|
|
9532
9418
|
"character": 27
|
|
9533
9419
|
},
|
|
9534
9420
|
"name": "null"
|
|
@@ -9537,7 +9423,7 @@
|
|
|
9537
9423
|
"__schema": "KeywordTypeSchema",
|
|
9538
9424
|
"location": {
|
|
9539
9425
|
"filePath": "tag-model-component.ts",
|
|
9540
|
-
"line":
|
|
9426
|
+
"line": 215,
|
|
9541
9427
|
"character": 34
|
|
9542
9428
|
},
|
|
9543
9429
|
"name": "undefined"
|
|
@@ -9550,7 +9436,7 @@
|
|
|
9550
9436
|
"__schema": "VariableLikeSchema",
|
|
9551
9437
|
"location": {
|
|
9552
9438
|
"filePath": "tag-model-component.ts",
|
|
9553
|
-
"line":
|
|
9439
|
+
"line": 216,
|
|
9554
9440
|
"character": 3
|
|
9555
9441
|
},
|
|
9556
9442
|
"signature": "(property) releaseType?: ReleaseType | undefined",
|
|
@@ -9559,7 +9445,7 @@
|
|
|
9559
9445
|
"__schema": "TypeRefSchema",
|
|
9560
9446
|
"location": {
|
|
9561
9447
|
"filePath": "tag-model-component.ts",
|
|
9562
|
-
"line":
|
|
9448
|
+
"line": 216,
|
|
9563
9449
|
"character": 17
|
|
9564
9450
|
},
|
|
9565
9451
|
"name": "ReleaseType",
|
|
@@ -9571,7 +9457,7 @@
|
|
|
9571
9457
|
"__schema": "VariableLikeSchema",
|
|
9572
9458
|
"location": {
|
|
9573
9459
|
"filePath": "tag-model-component.ts",
|
|
9574
|
-
"line":
|
|
9460
|
+
"line": 217,
|
|
9575
9461
|
"character": 3
|
|
9576
9462
|
},
|
|
9577
9463
|
"signature": "(property) incrementBy?: number | undefined",
|
|
@@ -9580,7 +9466,7 @@
|
|
|
9580
9466
|
"__schema": "KeywordTypeSchema",
|
|
9581
9467
|
"location": {
|
|
9582
9468
|
"filePath": "tag-model-component.ts",
|
|
9583
|
-
"line":
|
|
9469
|
+
"line": 217,
|
|
9584
9470
|
"character": 17
|
|
9585
9471
|
},
|
|
9586
9472
|
"name": "number"
|
|
@@ -9591,7 +9477,7 @@
|
|
|
9591
9477
|
"__schema": "VariableLikeSchema",
|
|
9592
9478
|
"location": {
|
|
9593
9479
|
"filePath": "tag-model-component.ts",
|
|
9594
|
-
"line":
|
|
9480
|
+
"line": 218,
|
|
9595
9481
|
"character": 3
|
|
9596
9482
|
},
|
|
9597
9483
|
"signature": "(property) isSnap?: boolean | undefined",
|
|
@@ -9600,7 +9486,7 @@
|
|
|
9600
9486
|
"__schema": "KeywordTypeSchema",
|
|
9601
9487
|
"location": {
|
|
9602
9488
|
"filePath": "tag-model-component.ts",
|
|
9603
|
-
"line":
|
|
9489
|
+
"line": 218,
|
|
9604
9490
|
"character": 12
|
|
9605
9491
|
},
|
|
9606
9492
|
"name": "boolean"
|
|
@@ -9611,7 +9497,7 @@
|
|
|
9611
9497
|
"__schema": "VariableLikeSchema",
|
|
9612
9498
|
"location": {
|
|
9613
9499
|
"filePath": "tag-model-component.ts",
|
|
9614
|
-
"line":
|
|
9500
|
+
"line": 219,
|
|
9615
9501
|
"character": 3
|
|
9616
9502
|
},
|
|
9617
9503
|
"signature": "(property) packageManagerConfigRootDir?: string | undefined",
|
|
@@ -9620,7 +9506,7 @@
|
|
|
9620
9506
|
"__schema": "KeywordTypeSchema",
|
|
9621
9507
|
"location": {
|
|
9622
9508
|
"filePath": "tag-model-component.ts",
|
|
9623
|
-
"line":
|
|
9509
|
+
"line": 219,
|
|
9624
9510
|
"character": 33
|
|
9625
9511
|
},
|
|
9626
9512
|
"name": "string"
|
|
@@ -9631,7 +9517,7 @@
|
|
|
9631
9517
|
"__schema": "VariableLikeSchema",
|
|
9632
9518
|
"location": {
|
|
9633
9519
|
"filePath": "tag-model-component.ts",
|
|
9634
|
-
"line":
|
|
9520
|
+
"line": 220,
|
|
9635
9521
|
"character": 3
|
|
9636
9522
|
},
|
|
9637
9523
|
"signature": "(property) dependencyResolver: DependencyResolverMain",
|
|
@@ -9640,7 +9526,7 @@
|
|
|
9640
9526
|
"__schema": "TypeRefSchema",
|
|
9641
9527
|
"location": {
|
|
9642
9528
|
"filePath": "tag-model-component.ts",
|
|
9643
|
-
"line":
|
|
9529
|
+
"line": 220,
|
|
9644
9530
|
"character": 3
|
|
9645
9531
|
},
|
|
9646
9532
|
"name": "DependencyResolverMain",
|
|
@@ -9655,7 +9541,7 @@
|
|
|
9655
9541
|
"__schema": "VariableLikeSchema",
|
|
9656
9542
|
"location": {
|
|
9657
9543
|
"filePath": "tag-model-component.ts",
|
|
9658
|
-
"line":
|
|
9544
|
+
"line": 221,
|
|
9659
9545
|
"character": 3
|
|
9660
9546
|
},
|
|
9661
9547
|
"signature": "(property) exitOnFirstFailedTask?: boolean | undefined",
|
|
@@ -9664,7 +9550,7 @@
|
|
|
9664
9550
|
"__schema": "KeywordTypeSchema",
|
|
9665
9551
|
"location": {
|
|
9666
9552
|
"filePath": "tag-model-component.ts",
|
|
9667
|
-
"line":
|
|
9553
|
+
"line": 221,
|
|
9668
9554
|
"character": 27
|
|
9669
9555
|
},
|
|
9670
9556
|
"name": "boolean"
|
|
@@ -9675,7 +9561,7 @@
|
|
|
9675
9561
|
"__schema": "VariableLikeSchema",
|
|
9676
9562
|
"location": {
|
|
9677
9563
|
"filePath": "tag-model-component.ts",
|
|
9678
|
-
"line":
|
|
9564
|
+
"line": 222,
|
|
9679
9565
|
"character": 3
|
|
9680
9566
|
},
|
|
9681
9567
|
"signature": "(property) updateDependentsOnLane?: boolean | undefined",
|
|
@@ -9684,7 +9570,7 @@
|
|
|
9684
9570
|
"__schema": "KeywordTypeSchema",
|
|
9685
9571
|
"location": {
|
|
9686
9572
|
"filePath": "tag-model-component.ts",
|
|
9687
|
-
"line":
|
|
9573
|
+
"line": 222,
|
|
9688
9574
|
"character": 28
|
|
9689
9575
|
},
|
|
9690
9576
|
"name": "boolean"
|
|
@@ -9697,7 +9583,7 @@
|
|
|
9697
9583
|
"__schema": "TypeRefSchema",
|
|
9698
9584
|
"location": {
|
|
9699
9585
|
"filePath": "tag-model-component.ts",
|
|
9700
|
-
"line":
|
|
9586
|
+
"line": 223,
|
|
9701
9587
|
"character": 5
|
|
9702
9588
|
},
|
|
9703
9589
|
"name": "BasicTagParams",
|
|
@@ -9711,7 +9597,7 @@
|
|
|
9711
9597
|
"__schema": "VariableLikeSchema",
|
|
9712
9598
|
"location": {
|
|
9713
9599
|
"filePath": "tag-model-component.ts",
|
|
9714
|
-
"line":
|
|
9600
|
+
"line": 206,
|
|
9715
9601
|
"character": 3
|
|
9716
9602
|
},
|
|
9717
9603
|
"signature": "(property) workspace?: Workspace | undefined",
|
|
@@ -9720,7 +9606,7 @@
|
|
|
9720
9606
|
"__schema": "TypeRefSchema",
|
|
9721
9607
|
"location": {
|
|
9722
9608
|
"filePath": "tag-model-component.ts",
|
|
9723
|
-
"line":
|
|
9609
|
+
"line": 206,
|
|
9724
9610
|
"character": 15
|
|
9725
9611
|
},
|
|
9726
9612
|
"name": "Workspace",
|
|
@@ -9735,7 +9621,7 @@
|
|
|
9735
9621
|
"__schema": "VariableLikeSchema",
|
|
9736
9622
|
"location": {
|
|
9737
9623
|
"filePath": "tag-model-component.ts",
|
|
9738
|
-
"line":
|
|
9624
|
+
"line": 207,
|
|
9739
9625
|
"character": 3
|
|
9740
9626
|
},
|
|
9741
9627
|
"signature": "(property) scope: ScopeMain",
|
|
@@ -9744,7 +9630,7 @@
|
|
|
9744
9630
|
"__schema": "TypeRefSchema",
|
|
9745
9631
|
"location": {
|
|
9746
9632
|
"filePath": "tag-model-component.ts",
|
|
9747
|
-
"line":
|
|
9633
|
+
"line": 207,
|
|
9748
9634
|
"character": 3
|
|
9749
9635
|
},
|
|
9750
9636
|
"name": "ScopeMain",
|
|
@@ -9759,7 +9645,7 @@
|
|
|
9759
9645
|
"__schema": "VariableLikeSchema",
|
|
9760
9646
|
"location": {
|
|
9761
9647
|
"filePath": "tag-model-component.ts",
|
|
9762
|
-
"line":
|
|
9648
|
+
"line": 208,
|
|
9763
9649
|
"character": 3
|
|
9764
9650
|
},
|
|
9765
9651
|
"signature": "(property) snapping: SnappingMain",
|
|
@@ -9768,7 +9654,7 @@
|
|
|
9768
9654
|
"__schema": "TypeRefSchema",
|
|
9769
9655
|
"location": {
|
|
9770
9656
|
"filePath": "tag-model-component.ts",
|
|
9771
|
-
"line":
|
|
9657
|
+
"line": 208,
|
|
9772
9658
|
"character": 3
|
|
9773
9659
|
},
|
|
9774
9660
|
"name": "SnappingMain"
|
|
@@ -9779,7 +9665,7 @@
|
|
|
9779
9665
|
"__schema": "VariableLikeSchema",
|
|
9780
9666
|
"location": {
|
|
9781
9667
|
"filePath": "tag-model-component.ts",
|
|
9782
|
-
"line":
|
|
9668
|
+
"line": 209,
|
|
9783
9669
|
"character": 3
|
|
9784
9670
|
},
|
|
9785
9671
|
"signature": "(property) builder: BuilderMain",
|
|
@@ -9788,7 +9674,7 @@
|
|
|
9788
9674
|
"__schema": "TypeRefSchema",
|
|
9789
9675
|
"location": {
|
|
9790
9676
|
"filePath": "tag-model-component.ts",
|
|
9791
|
-
"line":
|
|
9677
|
+
"line": 209,
|
|
9792
9678
|
"character": 3
|
|
9793
9679
|
},
|
|
9794
9680
|
"name": "BuilderMain",
|
|
@@ -9803,7 +9689,7 @@
|
|
|
9803
9689
|
"__schema": "VariableLikeSchema",
|
|
9804
9690
|
"location": {
|
|
9805
9691
|
"filePath": "tag-model-component.ts",
|
|
9806
|
-
"line":
|
|
9692
|
+
"line": 210,
|
|
9807
9693
|
"character": 3
|
|
9808
9694
|
},
|
|
9809
9695
|
"signature": "(property) consumerComponents: ConsumerComponent[]",
|
|
@@ -9812,14 +9698,14 @@
|
|
|
9812
9698
|
"__schema": "TypeArraySchema",
|
|
9813
9699
|
"location": {
|
|
9814
9700
|
"filePath": "tag-model-component.ts",
|
|
9815
|
-
"line":
|
|
9701
|
+
"line": 210,
|
|
9816
9702
|
"character": 23
|
|
9817
9703
|
},
|
|
9818
9704
|
"type": {
|
|
9819
9705
|
"__schema": "TypeRefSchema",
|
|
9820
9706
|
"location": {
|
|
9821
9707
|
"filePath": "tag-model-component.ts",
|
|
9822
|
-
"line":
|
|
9708
|
+
"line": 210,
|
|
9823
9709
|
"character": 23
|
|
9824
9710
|
},
|
|
9825
9711
|
"name": "ConsumerComponent",
|
|
@@ -9832,7 +9718,7 @@
|
|
|
9832
9718
|
"__schema": "VariableLikeSchema",
|
|
9833
9719
|
"location": {
|
|
9834
9720
|
"filePath": "tag-model-component.ts",
|
|
9835
|
-
"line":
|
|
9721
|
+
"line": 211,
|
|
9836
9722
|
"character": 3
|
|
9837
9723
|
},
|
|
9838
9724
|
"signature": "(property) ids: ComponentIdList",
|
|
@@ -9841,7 +9727,7 @@
|
|
|
9841
9727
|
"__schema": "TypeRefSchema",
|
|
9842
9728
|
"location": {
|
|
9843
9729
|
"filePath": "tag-model-component.ts",
|
|
9844
|
-
"line":
|
|
9730
|
+
"line": 211,
|
|
9845
9731
|
"character": 3
|
|
9846
9732
|
},
|
|
9847
9733
|
"name": "ComponentIdList",
|
|
@@ -9857,7 +9743,7 @@
|
|
|
9857
9743
|
"__schema": "VariableLikeSchema",
|
|
9858
9744
|
"location": {
|
|
9859
9745
|
"filePath": "tag-model-component.ts",
|
|
9860
|
-
"line":
|
|
9746
|
+
"line": 212,
|
|
9861
9747
|
"character": 3
|
|
9862
9748
|
},
|
|
9863
9749
|
"signature": "(property) tagDataPerComp?: TagDataPerComp[] | undefined",
|
|
@@ -9866,14 +9752,14 @@
|
|
|
9866
9752
|
"__schema": "TypeArraySchema",
|
|
9867
9753
|
"location": {
|
|
9868
9754
|
"filePath": "tag-model-component.ts",
|
|
9869
|
-
"line":
|
|
9755
|
+
"line": 212,
|
|
9870
9756
|
"character": 20
|
|
9871
9757
|
},
|
|
9872
9758
|
"type": {
|
|
9873
9759
|
"__schema": "TypeRefSchema",
|
|
9874
9760
|
"location": {
|
|
9875
9761
|
"filePath": "tag-model-component.ts",
|
|
9876
|
-
"line":
|
|
9762
|
+
"line": 212,
|
|
9877
9763
|
"character": 20
|
|
9878
9764
|
},
|
|
9879
9765
|
"name": "TagDataPerComp",
|
|
@@ -9886,7 +9772,7 @@
|
|
|
9886
9772
|
"__schema": "VariableLikeSchema",
|
|
9887
9773
|
"location": {
|
|
9888
9774
|
"filePath": "tag-model-component.ts",
|
|
9889
|
-
"line":
|
|
9775
|
+
"line": 213,
|
|
9890
9776
|
"character": 3
|
|
9891
9777
|
},
|
|
9892
9778
|
"signature": "(property) populateArtifactsFrom?: ComponentID[] | undefined",
|
|
@@ -9895,14 +9781,14 @@
|
|
|
9895
9781
|
"__schema": "TypeArraySchema",
|
|
9896
9782
|
"location": {
|
|
9897
9783
|
"filePath": "tag-model-component.ts",
|
|
9898
|
-
"line":
|
|
9784
|
+
"line": 213,
|
|
9899
9785
|
"character": 27
|
|
9900
9786
|
},
|
|
9901
9787
|
"type": {
|
|
9902
9788
|
"__schema": "TypeRefSchema",
|
|
9903
9789
|
"location": {
|
|
9904
9790
|
"filePath": "tag-model-component.ts",
|
|
9905
|
-
"line":
|
|
9791
|
+
"line": 213,
|
|
9906
9792
|
"character": 27
|
|
9907
9793
|
},
|
|
9908
9794
|
"name": "ComponentID",
|
|
@@ -9919,7 +9805,7 @@
|
|
|
9919
9805
|
"__schema": "InferenceTypeSchema",
|
|
9920
9806
|
"location": {
|
|
9921
9807
|
"filePath": "tag-model-component.ts",
|
|
9922
|
-
"line":
|
|
9808
|
+
"line": 183,
|
|
9923
9809
|
"character": 3
|
|
9924
9810
|
},
|
|
9925
9811
|
"name": "message",
|
|
@@ -9930,7 +9816,7 @@
|
|
|
9930
9816
|
"__schema": "InferenceTypeSchema",
|
|
9931
9817
|
"location": {
|
|
9932
9818
|
"filePath": "tag-model-component.ts",
|
|
9933
|
-
"line":
|
|
9819
|
+
"line": 184,
|
|
9934
9820
|
"character": 3
|
|
9935
9821
|
},
|
|
9936
9822
|
"name": "editor",
|
|
@@ -9941,7 +9827,7 @@
|
|
|
9941
9827
|
"__schema": "VariableLikeSchema",
|
|
9942
9828
|
"location": {
|
|
9943
9829
|
"filePath": "tag-model-component.ts",
|
|
9944
|
-
"line":
|
|
9830
|
+
"line": 215,
|
|
9945
9831
|
"character": 3
|
|
9946
9832
|
},
|
|
9947
9833
|
"signature": "(property) exactVersion?: string | null | undefined",
|
|
@@ -9950,7 +9836,7 @@
|
|
|
9950
9836
|
"__schema": "TypeUnionSchema",
|
|
9951
9837
|
"location": {
|
|
9952
9838
|
"filePath": "tag-model-component.ts",
|
|
9953
|
-
"line":
|
|
9839
|
+
"line": 215,
|
|
9954
9840
|
"character": 18
|
|
9955
9841
|
},
|
|
9956
9842
|
"types": [
|
|
@@ -9958,7 +9844,7 @@
|
|
|
9958
9844
|
"__schema": "KeywordTypeSchema",
|
|
9959
9845
|
"location": {
|
|
9960
9846
|
"filePath": "tag-model-component.ts",
|
|
9961
|
-
"line":
|
|
9847
|
+
"line": 215,
|
|
9962
9848
|
"character": 18
|
|
9963
9849
|
},
|
|
9964
9850
|
"name": "string"
|
|
@@ -9967,7 +9853,7 @@
|
|
|
9967
9853
|
"__schema": "LiteralTypeSchema",
|
|
9968
9854
|
"location": {
|
|
9969
9855
|
"filePath": "tag-model-component.ts",
|
|
9970
|
-
"line":
|
|
9856
|
+
"line": 215,
|
|
9971
9857
|
"character": 27
|
|
9972
9858
|
},
|
|
9973
9859
|
"name": "null"
|
|
@@ -9976,7 +9862,7 @@
|
|
|
9976
9862
|
"__schema": "KeywordTypeSchema",
|
|
9977
9863
|
"location": {
|
|
9978
9864
|
"filePath": "tag-model-component.ts",
|
|
9979
|
-
"line":
|
|
9865
|
+
"line": 215,
|
|
9980
9866
|
"character": 34
|
|
9981
9867
|
},
|
|
9982
9868
|
"name": "undefined"
|
|
@@ -9989,7 +9875,7 @@
|
|
|
9989
9875
|
"__schema": "VariableLikeSchema",
|
|
9990
9876
|
"location": {
|
|
9991
9877
|
"filePath": "tag-model-component.ts",
|
|
9992
|
-
"line":
|
|
9878
|
+
"line": 216,
|
|
9993
9879
|
"character": 3
|
|
9994
9880
|
},
|
|
9995
9881
|
"signature": "(property) releaseType?: ReleaseType | undefined",
|
|
@@ -9998,7 +9884,7 @@
|
|
|
9998
9884
|
"__schema": "TypeRefSchema",
|
|
9999
9885
|
"location": {
|
|
10000
9886
|
"filePath": "tag-model-component.ts",
|
|
10001
|
-
"line":
|
|
9887
|
+
"line": 216,
|
|
10002
9888
|
"character": 17
|
|
10003
9889
|
},
|
|
10004
9890
|
"name": "ReleaseType",
|
|
@@ -10010,7 +9896,7 @@
|
|
|
10010
9896
|
"__schema": "InferenceTypeSchema",
|
|
10011
9897
|
"location": {
|
|
10012
9898
|
"filePath": "tag-model-component.ts",
|
|
10013
|
-
"line":
|
|
9899
|
+
"line": 187,
|
|
10014
9900
|
"character": 3
|
|
10015
9901
|
},
|
|
10016
9902
|
"name": "preReleaseId",
|
|
@@ -10021,7 +9907,7 @@
|
|
|
10021
9907
|
"__schema": "InferenceTypeSchema",
|
|
10022
9908
|
"location": {
|
|
10023
9909
|
"filePath": "tag-model-component.ts",
|
|
10024
|
-
"line":
|
|
9910
|
+
"line": 188,
|
|
10025
9911
|
"character": 3
|
|
10026
9912
|
},
|
|
10027
9913
|
"name": "ignoreNewestVersion",
|
|
@@ -10033,7 +9919,7 @@
|
|
|
10033
9919
|
"__schema": "InferenceTypeSchema",
|
|
10034
9920
|
"location": {
|
|
10035
9921
|
"filePath": "tag-model-component.ts",
|
|
10036
|
-
"line":
|
|
9922
|
+
"line": 189,
|
|
10037
9923
|
"character": 3
|
|
10038
9924
|
},
|
|
10039
9925
|
"name": "skipTests",
|
|
@@ -10045,7 +9931,7 @@
|
|
|
10045
9931
|
"__schema": "InferenceTypeSchema",
|
|
10046
9932
|
"location": {
|
|
10047
9933
|
"filePath": "tag-model-component.ts",
|
|
10048
|
-
"line":
|
|
9934
|
+
"line": 190,
|
|
10049
9935
|
"character": 3
|
|
10050
9936
|
},
|
|
10051
9937
|
"name": "skipTasks",
|
|
@@ -10056,7 +9942,7 @@
|
|
|
10056
9942
|
"__schema": "InferenceTypeSchema",
|
|
10057
9943
|
"location": {
|
|
10058
9944
|
"filePath": "tag-model-component.ts",
|
|
10059
|
-
"line":
|
|
9945
|
+
"line": 191,
|
|
10060
9946
|
"character": 3
|
|
10061
9947
|
},
|
|
10062
9948
|
"name": "skipAutoTag",
|
|
@@ -10067,7 +9953,7 @@
|
|
|
10067
9953
|
"__schema": "InferenceTypeSchema",
|
|
10068
9954
|
"location": {
|
|
10069
9955
|
"filePath": "tag-model-component.ts",
|
|
10070
|
-
"line":
|
|
9956
|
+
"line": 192,
|
|
10071
9957
|
"character": 3
|
|
10072
9958
|
},
|
|
10073
9959
|
"name": "soft",
|
|
@@ -10078,7 +9964,7 @@
|
|
|
10078
9964
|
"__schema": "InferenceTypeSchema",
|
|
10079
9965
|
"location": {
|
|
10080
9966
|
"filePath": "tag-model-component.ts",
|
|
10081
|
-
"line":
|
|
9967
|
+
"line": 193,
|
|
10082
9968
|
"character": 3
|
|
10083
9969
|
},
|
|
10084
9970
|
"name": "build",
|
|
@@ -10089,7 +9975,7 @@
|
|
|
10089
9975
|
"__schema": "InferenceTypeSchema",
|
|
10090
9976
|
"location": {
|
|
10091
9977
|
"filePath": "tag-model-component.ts",
|
|
10092
|
-
"line":
|
|
9978
|
+
"line": 194,
|
|
10093
9979
|
"character": 3
|
|
10094
9980
|
},
|
|
10095
9981
|
"name": "persist",
|
|
@@ -10100,7 +9986,7 @@
|
|
|
10100
9986
|
"__schema": "VariableLikeSchema",
|
|
10101
9987
|
"location": {
|
|
10102
9988
|
"filePath": "tag-model-component.ts",
|
|
10103
|
-
"line":
|
|
9989
|
+
"line": 218,
|
|
10104
9990
|
"character": 3
|
|
10105
9991
|
},
|
|
10106
9992
|
"signature": "(property) isSnap?: boolean | undefined",
|
|
@@ -10109,7 +9995,7 @@
|
|
|
10109
9995
|
"__schema": "KeywordTypeSchema",
|
|
10110
9996
|
"location": {
|
|
10111
9997
|
"filePath": "tag-model-component.ts",
|
|
10112
|
-
"line":
|
|
9998
|
+
"line": 218,
|
|
10113
9999
|
"character": 12
|
|
10114
10000
|
},
|
|
10115
10001
|
"name": "boolean"
|
|
@@ -10120,7 +10006,7 @@
|
|
|
10120
10006
|
"__schema": "InferenceTypeSchema",
|
|
10121
10007
|
"location": {
|
|
10122
10008
|
"filePath": "tag-model-component.ts",
|
|
10123
|
-
"line":
|
|
10009
|
+
"line": 196,
|
|
10124
10010
|
"character": 3
|
|
10125
10011
|
},
|
|
10126
10012
|
"name": "disableTagAndSnapPipelines",
|
|
@@ -10131,7 +10017,7 @@
|
|
|
10131
10017
|
"__schema": "InferenceTypeSchema",
|
|
10132
10018
|
"location": {
|
|
10133
10019
|
"filePath": "tag-model-component.ts",
|
|
10134
|
-
"line":
|
|
10020
|
+
"line": 197,
|
|
10135
10021
|
"character": 3
|
|
10136
10022
|
},
|
|
10137
10023
|
"name": "ignoreBuildErrors",
|
|
@@ -10142,7 +10028,7 @@
|
|
|
10142
10028
|
"__schema": "InferenceTypeSchema",
|
|
10143
10029
|
"location": {
|
|
10144
10030
|
"filePath": "tag-model-component.ts",
|
|
10145
|
-
"line":
|
|
10031
|
+
"line": 198,
|
|
10146
10032
|
"character": 3
|
|
10147
10033
|
},
|
|
10148
10034
|
"name": "rebuildDepsGraph",
|
|
@@ -10153,7 +10039,7 @@
|
|
|
10153
10039
|
"__schema": "VariableLikeSchema",
|
|
10154
10040
|
"location": {
|
|
10155
10041
|
"filePath": "tag-model-component.ts",
|
|
10156
|
-
"line":
|
|
10042
|
+
"line": 217,
|
|
10157
10043
|
"character": 3
|
|
10158
10044
|
},
|
|
10159
10045
|
"signature": "(property) incrementBy?: number | undefined",
|
|
@@ -10162,7 +10048,7 @@
|
|
|
10162
10048
|
"__schema": "KeywordTypeSchema",
|
|
10163
10049
|
"location": {
|
|
10164
10050
|
"filePath": "tag-model-component.ts",
|
|
10165
|
-
"line":
|
|
10051
|
+
"line": 217,
|
|
10166
10052
|
"character": 17
|
|
10167
10053
|
},
|
|
10168
10054
|
"name": "number"
|
|
@@ -10173,7 +10059,7 @@
|
|
|
10173
10059
|
"__schema": "VariableLikeSchema",
|
|
10174
10060
|
"location": {
|
|
10175
10061
|
"filePath": "tag-model-component.ts",
|
|
10176
|
-
"line":
|
|
10062
|
+
"line": 219,
|
|
10177
10063
|
"character": 3
|
|
10178
10064
|
},
|
|
10179
10065
|
"signature": "(property) packageManagerConfigRootDir?: string | undefined",
|
|
@@ -10182,7 +10068,7 @@
|
|
|
10182
10068
|
"__schema": "KeywordTypeSchema",
|
|
10183
10069
|
"location": {
|
|
10184
10070
|
"filePath": "tag-model-component.ts",
|
|
10185
|
-
"line":
|
|
10071
|
+
"line": 219,
|
|
10186
10072
|
"character": 33
|
|
10187
10073
|
},
|
|
10188
10074
|
"name": "string"
|
|
@@ -10193,7 +10079,7 @@
|
|
|
10193
10079
|
"__schema": "VariableLikeSchema",
|
|
10194
10080
|
"location": {
|
|
10195
10081
|
"filePath": "tag-model-component.ts",
|
|
10196
|
-
"line":
|
|
10082
|
+
"line": 220,
|
|
10197
10083
|
"character": 3
|
|
10198
10084
|
},
|
|
10199
10085
|
"signature": "(property) dependencyResolver: DependencyResolverMain",
|
|
@@ -10202,7 +10088,7 @@
|
|
|
10202
10088
|
"__schema": "TypeRefSchema",
|
|
10203
10089
|
"location": {
|
|
10204
10090
|
"filePath": "tag-model-component.ts",
|
|
10205
|
-
"line":
|
|
10091
|
+
"line": 220,
|
|
10206
10092
|
"character": 3
|
|
10207
10093
|
},
|
|
10208
10094
|
"name": "DependencyResolverMain",
|
|
@@ -10217,7 +10103,7 @@
|
|
|
10217
10103
|
"__schema": "VariableLikeSchema",
|
|
10218
10104
|
"location": {
|
|
10219
10105
|
"filePath": "tag-model-component.ts",
|
|
10220
|
-
"line":
|
|
10106
|
+
"line": 214,
|
|
10221
10107
|
"character": 3
|
|
10222
10108
|
},
|
|
10223
10109
|
"signature": "(property) copyLogFromPreviousSnap?: boolean | undefined",
|
|
@@ -10226,7 +10112,7 @@
|
|
|
10226
10112
|
"__schema": "KeywordTypeSchema",
|
|
10227
10113
|
"location": {
|
|
10228
10114
|
"filePath": "tag-model-component.ts",
|
|
10229
|
-
"line":
|
|
10115
|
+
"line": 214,
|
|
10230
10116
|
"character": 29
|
|
10231
10117
|
},
|
|
10232
10118
|
"name": "boolean"
|
|
@@ -10237,7 +10123,7 @@
|
|
|
10237
10123
|
"__schema": "VariableLikeSchema",
|
|
10238
10124
|
"location": {
|
|
10239
10125
|
"filePath": "tag-model-component.ts",
|
|
10240
|
-
"line":
|
|
10126
|
+
"line": 221,
|
|
10241
10127
|
"character": 3
|
|
10242
10128
|
},
|
|
10243
10129
|
"signature": "(property) exitOnFirstFailedTask?: boolean | undefined",
|
|
@@ -10246,7 +10132,7 @@
|
|
|
10246
10132
|
"__schema": "KeywordTypeSchema",
|
|
10247
10133
|
"location": {
|
|
10248
10134
|
"filePath": "tag-model-component.ts",
|
|
10249
|
-
"line":
|
|
10135
|
+
"line": 221,
|
|
10250
10136
|
"character": 27
|
|
10251
10137
|
},
|
|
10252
10138
|
"name": "boolean"
|
|
@@ -10257,7 +10143,7 @@
|
|
|
10257
10143
|
"__schema": "VariableLikeSchema",
|
|
10258
10144
|
"location": {
|
|
10259
10145
|
"filePath": "tag-model-component.ts",
|
|
10260
|
-
"line":
|
|
10146
|
+
"line": 222,
|
|
10261
10147
|
"character": 3
|
|
10262
10148
|
},
|
|
10263
10149
|
"signature": "(property) updateDependentsOnLane?: boolean | undefined",
|
|
@@ -10266,7 +10152,7 @@
|
|
|
10266
10152
|
"__schema": "KeywordTypeSchema",
|
|
10267
10153
|
"location": {
|
|
10268
10154
|
"filePath": "tag-model-component.ts",
|
|
10269
|
-
"line":
|
|
10155
|
+
"line": 222,
|
|
10270
10156
|
"character": 28
|
|
10271
10157
|
},
|
|
10272
10158
|
"name": "boolean"
|
|
@@ -10281,7 +10167,7 @@
|
|
|
10281
10167
|
"__schema": "TypeRefSchema",
|
|
10282
10168
|
"location": {
|
|
10283
10169
|
"filePath": "tag-model-component.ts",
|
|
10284
|
-
"line":
|
|
10170
|
+
"line": 223,
|
|
10285
10171
|
"character": 22
|
|
10286
10172
|
},
|
|
10287
10173
|
"name": "Promise",
|
|
@@ -10290,7 +10176,7 @@
|
|
|
10290
10176
|
"__schema": "TypeLiteralSchema",
|
|
10291
10177
|
"location": {
|
|
10292
10178
|
"filePath": "tag-model-component.ts",
|
|
10293
|
-
"line":
|
|
10179
|
+
"line": 223,
|
|
10294
10180
|
"character": 30
|
|
10295
10181
|
},
|
|
10296
10182
|
"members": [
|
|
@@ -10298,7 +10184,7 @@
|
|
|
10298
10184
|
"__schema": "VariableLikeSchema",
|
|
10299
10185
|
"location": {
|
|
10300
10186
|
"filePath": "tag-model-component.ts",
|
|
10301
|
-
"line":
|
|
10187
|
+
"line": 224,
|
|
10302
10188
|
"character": 3
|
|
10303
10189
|
},
|
|
10304
10190
|
"signature": "(property) taggedComponents: ConsumerComponent[]",
|
|
@@ -10307,14 +10193,14 @@
|
|
|
10307
10193
|
"__schema": "TypeArraySchema",
|
|
10308
10194
|
"location": {
|
|
10309
10195
|
"filePath": "tag-model-component.ts",
|
|
10310
|
-
"line":
|
|
10196
|
+
"line": 224,
|
|
10311
10197
|
"character": 21
|
|
10312
10198
|
},
|
|
10313
10199
|
"type": {
|
|
10314
10200
|
"__schema": "TypeRefSchema",
|
|
10315
10201
|
"location": {
|
|
10316
10202
|
"filePath": "tag-model-component.ts",
|
|
10317
|
-
"line":
|
|
10203
|
+
"line": 224,
|
|
10318
10204
|
"character": 21
|
|
10319
10205
|
},
|
|
10320
10206
|
"name": "ConsumerComponent",
|
|
@@ -10327,7 +10213,7 @@
|
|
|
10327
10213
|
"__schema": "VariableLikeSchema",
|
|
10328
10214
|
"location": {
|
|
10329
10215
|
"filePath": "tag-model-component.ts",
|
|
10330
|
-
"line":
|
|
10216
|
+
"line": 225,
|
|
10331
10217
|
"character": 3
|
|
10332
10218
|
},
|
|
10333
10219
|
"signature": "(property) autoTaggedResults: AutoTagResult[]",
|
|
@@ -10336,14 +10222,14 @@
|
|
|
10336
10222
|
"__schema": "TypeArraySchema",
|
|
10337
10223
|
"location": {
|
|
10338
10224
|
"filePath": "tag-model-component.ts",
|
|
10339
|
-
"line":
|
|
10225
|
+
"line": 225,
|
|
10340
10226
|
"character": 22
|
|
10341
10227
|
},
|
|
10342
10228
|
"type": {
|
|
10343
10229
|
"__schema": "TypeRefSchema",
|
|
10344
10230
|
"location": {
|
|
10345
10231
|
"filePath": "tag-model-component.ts",
|
|
10346
|
-
"line":
|
|
10232
|
+
"line": 225,
|
|
10347
10233
|
"character": 22
|
|
10348
10234
|
},
|
|
10349
10235
|
"name": "AutoTagResult",
|
|
@@ -10356,7 +10242,7 @@
|
|
|
10356
10242
|
"__schema": "VariableLikeSchema",
|
|
10357
10243
|
"location": {
|
|
10358
10244
|
"filePath": "tag-model-component.ts",
|
|
10359
|
-
"line":
|
|
10245
|
+
"line": 226,
|
|
10360
10246
|
"character": 3
|
|
10361
10247
|
},
|
|
10362
10248
|
"signature": "(property) publishedPackages: string[]",
|
|
@@ -10365,14 +10251,14 @@
|
|
|
10365
10251
|
"__schema": "TypeArraySchema",
|
|
10366
10252
|
"location": {
|
|
10367
10253
|
"filePath": "tag-model-component.ts",
|
|
10368
|
-
"line":
|
|
10254
|
+
"line": 226,
|
|
10369
10255
|
"character": 22
|
|
10370
10256
|
},
|
|
10371
10257
|
"type": {
|
|
10372
10258
|
"__schema": "KeywordTypeSchema",
|
|
10373
10259
|
"location": {
|
|
10374
10260
|
"filePath": "tag-model-component.ts",
|
|
10375
|
-
"line":
|
|
10261
|
+
"line": 226,
|
|
10376
10262
|
"character": 22
|
|
10377
10263
|
},
|
|
10378
10264
|
"name": "string"
|
|
@@ -10384,7 +10270,7 @@
|
|
|
10384
10270
|
"__schema": "VariableLikeSchema",
|
|
10385
10271
|
"location": {
|
|
10386
10272
|
"filePath": "tag-model-component.ts",
|
|
10387
|
-
"line":
|
|
10273
|
+
"line": 227,
|
|
10388
10274
|
"character": 3
|
|
10389
10275
|
},
|
|
10390
10276
|
"signature": "(property) stagedConfig?: StagedConfig | undefined",
|
|
@@ -10393,7 +10279,7 @@
|
|
|
10393
10279
|
"__schema": "TypeRefSchema",
|
|
10394
10280
|
"location": {
|
|
10395
10281
|
"filePath": "tag-model-component.ts",
|
|
10396
|
-
"line":
|
|
10282
|
+
"line": 227,
|
|
10397
10283
|
"character": 18
|
|
10398
10284
|
},
|
|
10399
10285
|
"name": "StagedConfig",
|
|
@@ -10408,7 +10294,7 @@
|
|
|
10408
10294
|
"__schema": "VariableLikeSchema",
|
|
10409
10295
|
"location": {
|
|
10410
10296
|
"filePath": "tag-model-component.ts",
|
|
10411
|
-
"line":
|
|
10297
|
+
"line": 228,
|
|
10412
10298
|
"character": 3
|
|
10413
10299
|
},
|
|
10414
10300
|
"signature": "(property) removedComponents?: ComponentIdList | undefined",
|
|
@@ -10417,7 +10303,7 @@
|
|
|
10417
10303
|
"__schema": "TypeRefSchema",
|
|
10418
10304
|
"location": {
|
|
10419
10305
|
"filePath": "tag-model-component.ts",
|
|
10420
|
-
"line":
|
|
10306
|
+
"line": 228,
|
|
10421
10307
|
"character": 23
|
|
10422
10308
|
},
|
|
10423
10309
|
"name": "ComponentIdList",
|
|
@@ -10442,7 +10328,7 @@
|
|
|
10442
10328
|
"__schema": "TypeSchema",
|
|
10443
10329
|
"location": {
|
|
10444
10330
|
"filePath": "tag-model-component.ts",
|
|
10445
|
-
"line":
|
|
10331
|
+
"line": 528,
|
|
10446
10332
|
"character": 1
|
|
10447
10333
|
},
|
|
10448
10334
|
"signature": "type BitCloudUser = {\n username?: string | undefined;\n name?: string | undefined;\n displayName?: string | undefined;\n profileImage?: string | undefined;\n}",
|
|
@@ -10451,7 +10337,7 @@
|
|
|
10451
10337
|
"__schema": "TypeLiteralSchema",
|
|
10452
10338
|
"location": {
|
|
10453
10339
|
"filePath": "tag-model-component.ts",
|
|
10454
|
-
"line":
|
|
10340
|
+
"line": 528,
|
|
10455
10341
|
"character": 28
|
|
10456
10342
|
},
|
|
10457
10343
|
"members": [
|
|
@@ -10459,7 +10345,7 @@
|
|
|
10459
10345
|
"__schema": "VariableLikeSchema",
|
|
10460
10346
|
"location": {
|
|
10461
10347
|
"filePath": "tag-model-component.ts",
|
|
10462
|
-
"line":
|
|
10348
|
+
"line": 529,
|
|
10463
10349
|
"character": 3
|
|
10464
10350
|
},
|
|
10465
10351
|
"signature": "(property) username?: string | undefined",
|
|
@@ -10468,7 +10354,7 @@
|
|
|
10468
10354
|
"__schema": "KeywordTypeSchema",
|
|
10469
10355
|
"location": {
|
|
10470
10356
|
"filePath": "tag-model-component.ts",
|
|
10471
|
-
"line":
|
|
10357
|
+
"line": 529,
|
|
10472
10358
|
"character": 14
|
|
10473
10359
|
},
|
|
10474
10360
|
"name": "string"
|
|
@@ -10479,7 +10365,7 @@
|
|
|
10479
10365
|
"__schema": "VariableLikeSchema",
|
|
10480
10366
|
"location": {
|
|
10481
10367
|
"filePath": "tag-model-component.ts",
|
|
10482
|
-
"line":
|
|
10368
|
+
"line": 530,
|
|
10483
10369
|
"character": 3
|
|
10484
10370
|
},
|
|
10485
10371
|
"signature": "(property) name?: string | undefined",
|
|
@@ -10488,7 +10374,7 @@
|
|
|
10488
10374
|
"__schema": "KeywordTypeSchema",
|
|
10489
10375
|
"location": {
|
|
10490
10376
|
"filePath": "tag-model-component.ts",
|
|
10491
|
-
"line":
|
|
10377
|
+
"line": 530,
|
|
10492
10378
|
"character": 10
|
|
10493
10379
|
},
|
|
10494
10380
|
"name": "string"
|
|
@@ -10499,7 +10385,7 @@
|
|
|
10499
10385
|
"__schema": "VariableLikeSchema",
|
|
10500
10386
|
"location": {
|
|
10501
10387
|
"filePath": "tag-model-component.ts",
|
|
10502
|
-
"line":
|
|
10388
|
+
"line": 531,
|
|
10503
10389
|
"character": 3
|
|
10504
10390
|
},
|
|
10505
10391
|
"signature": "(property) displayName?: string | undefined",
|
|
@@ -10508,7 +10394,7 @@
|
|
|
10508
10394
|
"__schema": "KeywordTypeSchema",
|
|
10509
10395
|
"location": {
|
|
10510
10396
|
"filePath": "tag-model-component.ts",
|
|
10511
|
-
"line":
|
|
10397
|
+
"line": 531,
|
|
10512
10398
|
"character": 17
|
|
10513
10399
|
},
|
|
10514
10400
|
"name": "string"
|
|
@@ -10519,7 +10405,7 @@
|
|
|
10519
10405
|
"__schema": "VariableLikeSchema",
|
|
10520
10406
|
"location": {
|
|
10521
10407
|
"filePath": "tag-model-component.ts",
|
|
10522
|
-
"line":
|
|
10408
|
+
"line": 532,
|
|
10523
10409
|
"character": 3
|
|
10524
10410
|
},
|
|
10525
10411
|
"signature": "(property) profileImage?: string | undefined",
|
|
@@ -10528,7 +10414,7 @@
|
|
|
10528
10414
|
"__schema": "KeywordTypeSchema",
|
|
10529
10415
|
"location": {
|
|
10530
10416
|
"filePath": "tag-model-component.ts",
|
|
10531
|
-
"line":
|
|
10417
|
+
"line": 532,
|
|
10532
10418
|
"character": 18
|
|
10533
10419
|
},
|
|
10534
10420
|
"name": "string"
|
|
@@ -10542,7 +10428,7 @@
|
|
|
10542
10428
|
"__schema": "FunctionLikeSchema",
|
|
10543
10429
|
"location": {
|
|
10544
10430
|
"filePath": "tag-model-component.ts",
|
|
10545
|
-
"line":
|
|
10431
|
+
"line": 547,
|
|
10546
10432
|
"character": 1
|
|
10547
10433
|
},
|
|
10548
10434
|
"signature": "function updateComponentsVersions(workspace: Workspace, components: Array<ModelComponent>, isTag?: boolean): Promise<StagedConfig>",
|
|
@@ -10552,7 +10438,7 @@
|
|
|
10552
10438
|
"__schema": "ParameterSchema",
|
|
10553
10439
|
"location": {
|
|
10554
10440
|
"filePath": "tag-model-component.ts",
|
|
10555
|
-
"line":
|
|
10441
|
+
"line": 548,
|
|
10556
10442
|
"character": 3
|
|
10557
10443
|
},
|
|
10558
10444
|
"name": "workspace",
|
|
@@ -10560,7 +10446,7 @@
|
|
|
10560
10446
|
"__schema": "TypeRefSchema",
|
|
10561
10447
|
"location": {
|
|
10562
10448
|
"filePath": "tag-model-component.ts",
|
|
10563
|
-
"line":
|
|
10449
|
+
"line": 548,
|
|
10564
10450
|
"character": 14
|
|
10565
10451
|
},
|
|
10566
10452
|
"name": "Workspace",
|
|
@@ -10576,7 +10462,7 @@
|
|
|
10576
10462
|
"__schema": "ParameterSchema",
|
|
10577
10463
|
"location": {
|
|
10578
10464
|
"filePath": "tag-model-component.ts",
|
|
10579
|
-
"line":
|
|
10465
|
+
"line": 549,
|
|
10580
10466
|
"character": 3
|
|
10581
10467
|
},
|
|
10582
10468
|
"name": "components",
|
|
@@ -10584,7 +10470,7 @@
|
|
|
10584
10470
|
"__schema": "TypeRefSchema",
|
|
10585
10471
|
"location": {
|
|
10586
10472
|
"filePath": "tag-model-component.ts",
|
|
10587
|
-
"line":
|
|
10473
|
+
"line": 549,
|
|
10588
10474
|
"character": 15
|
|
10589
10475
|
},
|
|
10590
10476
|
"name": "Array",
|
|
@@ -10593,7 +10479,7 @@
|
|
|
10593
10479
|
"__schema": "TypeRefSchema",
|
|
10594
10480
|
"location": {
|
|
10595
10481
|
"filePath": "tag-model-component.ts",
|
|
10596
|
-
"line":
|
|
10482
|
+
"line": 549,
|
|
10597
10483
|
"character": 21
|
|
10598
10484
|
},
|
|
10599
10485
|
"name": "ModelComponent",
|
|
@@ -10608,7 +10494,7 @@
|
|
|
10608
10494
|
"__schema": "ParameterSchema",
|
|
10609
10495
|
"location": {
|
|
10610
10496
|
"filePath": "tag-model-component.ts",
|
|
10611
|
-
"line":
|
|
10497
|
+
"line": 550,
|
|
10612
10498
|
"character": 3
|
|
10613
10499
|
},
|
|
10614
10500
|
"name": "isTag",
|
|
@@ -10616,7 +10502,7 @@
|
|
|
10616
10502
|
"__schema": "InferenceTypeSchema",
|
|
10617
10503
|
"location": {
|
|
10618
10504
|
"filePath": "tag-model-component.ts",
|
|
10619
|
-
"line":
|
|
10505
|
+
"line": 550,
|
|
10620
10506
|
"character": 3
|
|
10621
10507
|
},
|
|
10622
10508
|
"type": "boolean"
|
|
@@ -10630,7 +10516,7 @@
|
|
|
10630
10516
|
"__schema": "TypeRefSchema",
|
|
10631
10517
|
"location": {
|
|
10632
10518
|
"filePath": "tag-model-component.ts",
|
|
10633
|
-
"line":
|
|
10519
|
+
"line": 551,
|
|
10634
10520
|
"character": 4
|
|
10635
10521
|
},
|
|
10636
10522
|
"name": "Promise",
|
|
@@ -10639,7 +10525,7 @@
|
|
|
10639
10525
|
"__schema": "TypeRefSchema",
|
|
10640
10526
|
"location": {
|
|
10641
10527
|
"filePath": "tag-model-component.ts",
|
|
10642
|
-
"line":
|
|
10528
|
+
"line": 551,
|
|
10643
10529
|
"character": 12
|
|
10644
10530
|
},
|
|
10645
10531
|
"name": "StagedConfig",
|
|
@@ -10664,7 +10550,7 @@
|
|
|
10664
10550
|
"line": 55,
|
|
10665
10551
|
"character": 1
|
|
10666
10552
|
},
|
|
10667
|
-
"signature": "function updateDependenciesVersions(
|
|
10553
|
+
"signature": "function updateDependenciesVersions(allComponentsToTag: ConsumerComponent[], dependencyResolver: DependencyResolverMain): void",
|
|
10668
10554
|
"name": "updateDependenciesVersions",
|
|
10669
10555
|
"params": [
|
|
10670
10556
|
{
|
|
@@ -10674,20 +10560,20 @@
|
|
|
10674
10560
|
"line": 56,
|
|
10675
10561
|
"character": 3
|
|
10676
10562
|
},
|
|
10677
|
-
"name": "
|
|
10563
|
+
"name": "allComponentsToTag",
|
|
10678
10564
|
"type": {
|
|
10679
10565
|
"__schema": "TypeArraySchema",
|
|
10680
10566
|
"location": {
|
|
10681
10567
|
"filePath": "tag-model-component.ts",
|
|
10682
10568
|
"line": 56,
|
|
10683
|
-
"character":
|
|
10569
|
+
"character": 23
|
|
10684
10570
|
},
|
|
10685
10571
|
"type": {
|
|
10686
10572
|
"__schema": "TypeRefSchema",
|
|
10687
10573
|
"location": {
|
|
10688
10574
|
"filePath": "tag-model-component.ts",
|
|
10689
10575
|
"line": 56,
|
|
10690
|
-
"character":
|
|
10576
|
+
"character": 23
|
|
10691
10577
|
},
|
|
10692
10578
|
"name": "ConsumerComponent",
|
|
10693
10579
|
"packageName": "@teambit/legacy/dist/consumer/component/consumer-component"
|
|
@@ -10722,13 +10608,14 @@
|
|
|
10722
10608
|
}
|
|
10723
10609
|
],
|
|
10724
10610
|
"returnType": {
|
|
10725
|
-
"__schema": "
|
|
10611
|
+
"__schema": "TypeRefSchema",
|
|
10726
10612
|
"location": {
|
|
10727
10613
|
"filePath": "tag-model-component.ts",
|
|
10728
|
-
"line":
|
|
10729
|
-
"character":
|
|
10614
|
+
"line": 55,
|
|
10615
|
+
"character": 1
|
|
10730
10616
|
},
|
|
10731
|
-
"name": "
|
|
10617
|
+
"name": "updateDependenciesVersions",
|
|
10618
|
+
"internalFilePath": "tag-model-component.ts"
|
|
10732
10619
|
},
|
|
10733
10620
|
"modifiers": []
|
|
10734
10621
|
},
|
|
@@ -10736,7 +10623,7 @@
|
|
|
10736
10623
|
"__schema": "FunctionLikeSchema",
|
|
10737
10624
|
"location": {
|
|
10738
10625
|
"filePath": "tag-model-component.ts",
|
|
10739
|
-
"line":
|
|
10626
|
+
"line": 88,
|
|
10740
10627
|
"character": 1
|
|
10741
10628
|
},
|
|
10742
10629
|
"signature": "function setHashes(componentsToTag: ConsumerComponent[]): void",
|
|
@@ -10746,7 +10633,7 @@
|
|
|
10746
10633
|
"__schema": "ParameterSchema",
|
|
10747
10634
|
"location": {
|
|
10748
10635
|
"filePath": "tag-model-component.ts",
|
|
10749
|
-
"line":
|
|
10636
|
+
"line": 88,
|
|
10750
10637
|
"character": 20
|
|
10751
10638
|
},
|
|
10752
10639
|
"name": "componentsToTag",
|
|
@@ -10754,14 +10641,14 @@
|
|
|
10754
10641
|
"__schema": "TypeArraySchema",
|
|
10755
10642
|
"location": {
|
|
10756
10643
|
"filePath": "tag-model-component.ts",
|
|
10757
|
-
"line":
|
|
10644
|
+
"line": 88,
|
|
10758
10645
|
"character": 37
|
|
10759
10646
|
},
|
|
10760
10647
|
"type": {
|
|
10761
10648
|
"__schema": "TypeRefSchema",
|
|
10762
10649
|
"location": {
|
|
10763
10650
|
"filePath": "tag-model-component.ts",
|
|
10764
|
-
"line":
|
|
10651
|
+
"line": 88,
|
|
10765
10652
|
"character": 37
|
|
10766
10653
|
},
|
|
10767
10654
|
"name": "ConsumerComponent",
|
|
@@ -10776,7 +10663,7 @@
|
|
|
10776
10663
|
"__schema": "KeywordTypeSchema",
|
|
10777
10664
|
"location": {
|
|
10778
10665
|
"filePath": "tag-model-component.ts",
|
|
10779
|
-
"line":
|
|
10666
|
+
"line": 88,
|
|
10780
10667
|
"character": 59
|
|
10781
10668
|
},
|
|
10782
10669
|
"name": "void"
|
|
@@ -10787,7 +10674,7 @@
|
|
|
10787
10674
|
"__schema": "FunctionLikeSchema",
|
|
10788
10675
|
"location": {
|
|
10789
10676
|
"filePath": "tag-model-component.ts",
|
|
10790
|
-
"line":
|
|
10677
|
+
"line": 94,
|
|
10791
10678
|
"character": 1
|
|
10792
10679
|
},
|
|
10793
10680
|
"signature": "function setFutureVersions(componentsToTag: ConsumerComponent[], scope: Scope, releaseType: ReleaseType | undefined, exactVersion: string | null | undefined, persist: boolean, autoTagIds: ComponentIdList, ids: ComponentIdList, incrementBy?: number, preReleaseId?: string, soft?: boolean, tagDataPerComp?: TagDataPerComp[]): Promise<void>",
|
|
@@ -10797,7 +10684,7 @@
|
|
|
10797
10684
|
"__schema": "ParameterSchema",
|
|
10798
10685
|
"location": {
|
|
10799
10686
|
"filePath": "tag-model-component.ts",
|
|
10800
|
-
"line":
|
|
10687
|
+
"line": 95,
|
|
10801
10688
|
"character": 3
|
|
10802
10689
|
},
|
|
10803
10690
|
"name": "componentsToTag",
|
|
@@ -10805,14 +10692,14 @@
|
|
|
10805
10692
|
"__schema": "TypeArraySchema",
|
|
10806
10693
|
"location": {
|
|
10807
10694
|
"filePath": "tag-model-component.ts",
|
|
10808
|
-
"line":
|
|
10695
|
+
"line": 95,
|
|
10809
10696
|
"character": 20
|
|
10810
10697
|
},
|
|
10811
10698
|
"type": {
|
|
10812
10699
|
"__schema": "TypeRefSchema",
|
|
10813
10700
|
"location": {
|
|
10814
10701
|
"filePath": "tag-model-component.ts",
|
|
10815
|
-
"line":
|
|
10702
|
+
"line": 95,
|
|
10816
10703
|
"character": 20
|
|
10817
10704
|
},
|
|
10818
10705
|
"name": "ConsumerComponent",
|
|
@@ -10826,7 +10713,7 @@
|
|
|
10826
10713
|
"__schema": "ParameterSchema",
|
|
10827
10714
|
"location": {
|
|
10828
10715
|
"filePath": "tag-model-component.ts",
|
|
10829
|
-
"line":
|
|
10716
|
+
"line": 96,
|
|
10830
10717
|
"character": 3
|
|
10831
10718
|
},
|
|
10832
10719
|
"name": "scope",
|
|
@@ -10834,7 +10721,7 @@
|
|
|
10834
10721
|
"__schema": "TypeRefSchema",
|
|
10835
10722
|
"location": {
|
|
10836
10723
|
"filePath": "tag-model-component.ts",
|
|
10837
|
-
"line":
|
|
10724
|
+
"line": 96,
|
|
10838
10725
|
"character": 10
|
|
10839
10726
|
},
|
|
10840
10727
|
"name": "Scope",
|
|
@@ -10847,7 +10734,7 @@
|
|
|
10847
10734
|
"__schema": "ParameterSchema",
|
|
10848
10735
|
"location": {
|
|
10849
10736
|
"filePath": "tag-model-component.ts",
|
|
10850
|
-
"line":
|
|
10737
|
+
"line": 97,
|
|
10851
10738
|
"character": 3
|
|
10852
10739
|
},
|
|
10853
10740
|
"name": "releaseType",
|
|
@@ -10855,7 +10742,7 @@
|
|
|
10855
10742
|
"__schema": "TypeUnionSchema",
|
|
10856
10743
|
"location": {
|
|
10857
10744
|
"filePath": "tag-model-component.ts",
|
|
10858
|
-
"line":
|
|
10745
|
+
"line": 97,
|
|
10859
10746
|
"character": 16
|
|
10860
10747
|
},
|
|
10861
10748
|
"types": [
|
|
@@ -10863,7 +10750,7 @@
|
|
|
10863
10750
|
"__schema": "TypeRefSchema",
|
|
10864
10751
|
"location": {
|
|
10865
10752
|
"filePath": "tag-model-component.ts",
|
|
10866
|
-
"line":
|
|
10753
|
+
"line": 97,
|
|
10867
10754
|
"character": 16
|
|
10868
10755
|
},
|
|
10869
10756
|
"name": "ReleaseType",
|
|
@@ -10873,7 +10760,7 @@
|
|
|
10873
10760
|
"__schema": "KeywordTypeSchema",
|
|
10874
10761
|
"location": {
|
|
10875
10762
|
"filePath": "tag-model-component.ts",
|
|
10876
|
-
"line":
|
|
10763
|
+
"line": 97,
|
|
10877
10764
|
"character": 30
|
|
10878
10765
|
},
|
|
10879
10766
|
"name": "undefined"
|
|
@@ -10887,7 +10774,7 @@
|
|
|
10887
10774
|
"__schema": "ParameterSchema",
|
|
10888
10775
|
"location": {
|
|
10889
10776
|
"filePath": "tag-model-component.ts",
|
|
10890
|
-
"line":
|
|
10777
|
+
"line": 98,
|
|
10891
10778
|
"character": 3
|
|
10892
10779
|
},
|
|
10893
10780
|
"name": "exactVersion",
|
|
@@ -10895,7 +10782,7 @@
|
|
|
10895
10782
|
"__schema": "TypeUnionSchema",
|
|
10896
10783
|
"location": {
|
|
10897
10784
|
"filePath": "tag-model-component.ts",
|
|
10898
|
-
"line":
|
|
10785
|
+
"line": 98,
|
|
10899
10786
|
"character": 17
|
|
10900
10787
|
},
|
|
10901
10788
|
"types": [
|
|
@@ -10903,7 +10790,7 @@
|
|
|
10903
10790
|
"__schema": "KeywordTypeSchema",
|
|
10904
10791
|
"location": {
|
|
10905
10792
|
"filePath": "tag-model-component.ts",
|
|
10906
|
-
"line":
|
|
10793
|
+
"line": 98,
|
|
10907
10794
|
"character": 17
|
|
10908
10795
|
},
|
|
10909
10796
|
"name": "string"
|
|
@@ -10912,7 +10799,7 @@
|
|
|
10912
10799
|
"__schema": "LiteralTypeSchema",
|
|
10913
10800
|
"location": {
|
|
10914
10801
|
"filePath": "tag-model-component.ts",
|
|
10915
|
-
"line":
|
|
10802
|
+
"line": 98,
|
|
10916
10803
|
"character": 26
|
|
10917
10804
|
},
|
|
10918
10805
|
"name": "null"
|
|
@@ -10921,7 +10808,7 @@
|
|
|
10921
10808
|
"__schema": "KeywordTypeSchema",
|
|
10922
10809
|
"location": {
|
|
10923
10810
|
"filePath": "tag-model-component.ts",
|
|
10924
|
-
"line":
|
|
10811
|
+
"line": 98,
|
|
10925
10812
|
"character": 33
|
|
10926
10813
|
},
|
|
10927
10814
|
"name": "undefined"
|
|
@@ -10935,7 +10822,7 @@
|
|
|
10935
10822
|
"__schema": "ParameterSchema",
|
|
10936
10823
|
"location": {
|
|
10937
10824
|
"filePath": "tag-model-component.ts",
|
|
10938
|
-
"line":
|
|
10825
|
+
"line": 99,
|
|
10939
10826
|
"character": 3
|
|
10940
10827
|
},
|
|
10941
10828
|
"name": "persist",
|
|
@@ -10943,7 +10830,7 @@
|
|
|
10943
10830
|
"__schema": "KeywordTypeSchema",
|
|
10944
10831
|
"location": {
|
|
10945
10832
|
"filePath": "tag-model-component.ts",
|
|
10946
|
-
"line":
|
|
10833
|
+
"line": 99,
|
|
10947
10834
|
"character": 12
|
|
10948
10835
|
},
|
|
10949
10836
|
"name": "boolean"
|
|
@@ -10955,7 +10842,7 @@
|
|
|
10955
10842
|
"__schema": "ParameterSchema",
|
|
10956
10843
|
"location": {
|
|
10957
10844
|
"filePath": "tag-model-component.ts",
|
|
10958
|
-
"line":
|
|
10845
|
+
"line": 100,
|
|
10959
10846
|
"character": 3
|
|
10960
10847
|
},
|
|
10961
10848
|
"name": "autoTagIds",
|
|
@@ -10963,7 +10850,7 @@
|
|
|
10963
10850
|
"__schema": "TypeRefSchema",
|
|
10964
10851
|
"location": {
|
|
10965
10852
|
"filePath": "tag-model-component.ts",
|
|
10966
|
-
"line":
|
|
10853
|
+
"line": 100,
|
|
10967
10854
|
"character": 15
|
|
10968
10855
|
},
|
|
10969
10856
|
"name": "ComponentIdList",
|
|
@@ -10980,7 +10867,7 @@
|
|
|
10980
10867
|
"__schema": "ParameterSchema",
|
|
10981
10868
|
"location": {
|
|
10982
10869
|
"filePath": "tag-model-component.ts",
|
|
10983
|
-
"line":
|
|
10870
|
+
"line": 101,
|
|
10984
10871
|
"character": 3
|
|
10985
10872
|
},
|
|
10986
10873
|
"name": "ids",
|
|
@@ -10988,7 +10875,7 @@
|
|
|
10988
10875
|
"__schema": "TypeRefSchema",
|
|
10989
10876
|
"location": {
|
|
10990
10877
|
"filePath": "tag-model-component.ts",
|
|
10991
|
-
"line":
|
|
10878
|
+
"line": 101,
|
|
10992
10879
|
"character": 8
|
|
10993
10880
|
},
|
|
10994
10881
|
"name": "ComponentIdList",
|
|
@@ -11005,7 +10892,7 @@
|
|
|
11005
10892
|
"__schema": "ParameterSchema",
|
|
11006
10893
|
"location": {
|
|
11007
10894
|
"filePath": "tag-model-component.ts",
|
|
11008
|
-
"line":
|
|
10895
|
+
"line": 102,
|
|
11009
10896
|
"character": 3
|
|
11010
10897
|
},
|
|
11011
10898
|
"name": "incrementBy",
|
|
@@ -11013,7 +10900,7 @@
|
|
|
11013
10900
|
"__schema": "KeywordTypeSchema",
|
|
11014
10901
|
"location": {
|
|
11015
10902
|
"filePath": "tag-model-component.ts",
|
|
11016
|
-
"line":
|
|
10903
|
+
"line": 102,
|
|
11017
10904
|
"character": 17
|
|
11018
10905
|
},
|
|
11019
10906
|
"name": "number"
|
|
@@ -11025,7 +10912,7 @@
|
|
|
11025
10912
|
"__schema": "ParameterSchema",
|
|
11026
10913
|
"location": {
|
|
11027
10914
|
"filePath": "tag-model-component.ts",
|
|
11028
|
-
"line":
|
|
10915
|
+
"line": 103,
|
|
11029
10916
|
"character": 3
|
|
11030
10917
|
},
|
|
11031
10918
|
"name": "preReleaseId",
|
|
@@ -11033,7 +10920,7 @@
|
|
|
11033
10920
|
"__schema": "KeywordTypeSchema",
|
|
11034
10921
|
"location": {
|
|
11035
10922
|
"filePath": "tag-model-component.ts",
|
|
11036
|
-
"line":
|
|
10923
|
+
"line": 103,
|
|
11037
10924
|
"character": 18
|
|
11038
10925
|
},
|
|
11039
10926
|
"name": "string"
|
|
@@ -11045,7 +10932,7 @@
|
|
|
11045
10932
|
"__schema": "ParameterSchema",
|
|
11046
10933
|
"location": {
|
|
11047
10934
|
"filePath": "tag-model-component.ts",
|
|
11048
|
-
"line":
|
|
10935
|
+
"line": 104,
|
|
11049
10936
|
"character": 3
|
|
11050
10937
|
},
|
|
11051
10938
|
"name": "soft",
|
|
@@ -11053,7 +10940,7 @@
|
|
|
11053
10940
|
"__schema": "KeywordTypeSchema",
|
|
11054
10941
|
"location": {
|
|
11055
10942
|
"filePath": "tag-model-component.ts",
|
|
11056
|
-
"line":
|
|
10943
|
+
"line": 104,
|
|
11057
10944
|
"character": 10
|
|
11058
10945
|
},
|
|
11059
10946
|
"name": "boolean"
|
|
@@ -11065,7 +10952,7 @@
|
|
|
11065
10952
|
"__schema": "ParameterSchema",
|
|
11066
10953
|
"location": {
|
|
11067
10954
|
"filePath": "tag-model-component.ts",
|
|
11068
|
-
"line":
|
|
10955
|
+
"line": 105,
|
|
11069
10956
|
"character": 3
|
|
11070
10957
|
},
|
|
11071
10958
|
"name": "tagDataPerComp",
|
|
@@ -11073,14 +10960,14 @@
|
|
|
11073
10960
|
"__schema": "TypeArraySchema",
|
|
11074
10961
|
"location": {
|
|
11075
10962
|
"filePath": "tag-model-component.ts",
|
|
11076
|
-
"line":
|
|
10963
|
+
"line": 105,
|
|
11077
10964
|
"character": 20
|
|
11078
10965
|
},
|
|
11079
10966
|
"type": {
|
|
11080
10967
|
"__schema": "TypeRefSchema",
|
|
11081
10968
|
"location": {
|
|
11082
10969
|
"filePath": "tag-model-component.ts",
|
|
11083
|
-
"line":
|
|
10970
|
+
"line": 105,
|
|
11084
10971
|
"character": 20
|
|
11085
10972
|
},
|
|
11086
10973
|
"name": "TagDataPerComp",
|
|
@@ -11095,7 +10982,7 @@
|
|
|
11095
10982
|
"__schema": "TypeRefSchema",
|
|
11096
10983
|
"location": {
|
|
11097
10984
|
"filePath": "tag-model-component.ts",
|
|
11098
|
-
"line":
|
|
10985
|
+
"line": 106,
|
|
11099
10986
|
"character": 4
|
|
11100
10987
|
},
|
|
11101
10988
|
"name": "Promise",
|
|
@@ -11104,7 +10991,7 @@
|
|
|
11104
10991
|
"__schema": "KeywordTypeSchema",
|
|
11105
10992
|
"location": {
|
|
11106
10993
|
"filePath": "tag-model-component.ts",
|
|
11107
|
-
"line":
|
|
10994
|
+
"line": 106,
|
|
11108
10995
|
"character": 12
|
|
11109
10996
|
},
|
|
11110
10997
|
"name": "void"
|
|
@@ -11119,7 +11006,7 @@
|
|
|
11119
11006
|
"__schema": "FunctionLikeSchema",
|
|
11120
11007
|
"location": {
|
|
11121
11008
|
"filePath": "tag-model-component.ts",
|
|
11122
|
-
"line":
|
|
11009
|
+
"line": 158,
|
|
11123
11010
|
"character": 1
|
|
11124
11011
|
},
|
|
11125
11012
|
"signature": "function getVersionByEnteredId(enteredIds: ComponentIdList, component: ConsumerComponent, modelComponent: ModelComponent): string | undefined",
|
|
@@ -11129,7 +11016,7 @@
|
|
|
11129
11016
|
"__schema": "ParameterSchema",
|
|
11130
11017
|
"location": {
|
|
11131
11018
|
"filePath": "tag-model-component.ts",
|
|
11132
|
-
"line":
|
|
11019
|
+
"line": 159,
|
|
11133
11020
|
"character": 3
|
|
11134
11021
|
},
|
|
11135
11022
|
"name": "enteredIds",
|
|
@@ -11137,7 +11024,7 @@
|
|
|
11137
11024
|
"__schema": "TypeRefSchema",
|
|
11138
11025
|
"location": {
|
|
11139
11026
|
"filePath": "tag-model-component.ts",
|
|
11140
|
-
"line":
|
|
11027
|
+
"line": 159,
|
|
11141
11028
|
"character": 15
|
|
11142
11029
|
},
|
|
11143
11030
|
"name": "ComponentIdList",
|
|
@@ -11154,7 +11041,7 @@
|
|
|
11154
11041
|
"__schema": "ParameterSchema",
|
|
11155
11042
|
"location": {
|
|
11156
11043
|
"filePath": "tag-model-component.ts",
|
|
11157
|
-
"line":
|
|
11044
|
+
"line": 160,
|
|
11158
11045
|
"character": 3
|
|
11159
11046
|
},
|
|
11160
11047
|
"name": "component",
|
|
@@ -11162,7 +11049,7 @@
|
|
|
11162
11049
|
"__schema": "TypeRefSchema",
|
|
11163
11050
|
"location": {
|
|
11164
11051
|
"filePath": "tag-model-component.ts",
|
|
11165
|
-
"line":
|
|
11052
|
+
"line": 160,
|
|
11166
11053
|
"character": 14
|
|
11167
11054
|
},
|
|
11168
11055
|
"name": "ConsumerComponent",
|
|
@@ -11175,7 +11062,7 @@
|
|
|
11175
11062
|
"__schema": "ParameterSchema",
|
|
11176
11063
|
"location": {
|
|
11177
11064
|
"filePath": "tag-model-component.ts",
|
|
11178
|
-
"line":
|
|
11065
|
+
"line": 161,
|
|
11179
11066
|
"character": 3
|
|
11180
11067
|
},
|
|
11181
11068
|
"name": "modelComponent",
|
|
@@ -11183,7 +11070,7 @@
|
|
|
11183
11070
|
"__schema": "TypeRefSchema",
|
|
11184
11071
|
"location": {
|
|
11185
11072
|
"filePath": "tag-model-component.ts",
|
|
11186
|
-
"line":
|
|
11073
|
+
"line": 161,
|
|
11187
11074
|
"character": 19
|
|
11188
11075
|
},
|
|
11189
11076
|
"name": "ModelComponent",
|
|
@@ -11197,7 +11084,7 @@
|
|
|
11197
11084
|
"__schema": "TypeUnionSchema",
|
|
11198
11085
|
"location": {
|
|
11199
11086
|
"filePath": "tag-model-component.ts",
|
|
11200
|
-
"line":
|
|
11087
|
+
"line": 162,
|
|
11201
11088
|
"character": 4
|
|
11202
11089
|
},
|
|
11203
11090
|
"types": [
|
|
@@ -11205,7 +11092,7 @@
|
|
|
11205
11092
|
"__schema": "KeywordTypeSchema",
|
|
11206
11093
|
"location": {
|
|
11207
11094
|
"filePath": "tag-model-component.ts",
|
|
11208
|
-
"line":
|
|
11095
|
+
"line": 162,
|
|
11209
11096
|
"character": 4
|
|
11210
11097
|
},
|
|
11211
11098
|
"name": "string"
|
|
@@ -11214,7 +11101,7 @@
|
|
|
11214
11101
|
"__schema": "KeywordTypeSchema",
|
|
11215
11102
|
"location": {
|
|
11216
11103
|
"filePath": "tag-model-component.ts",
|
|
11217
|
-
"line":
|
|
11104
|
+
"line": 162,
|
|
11218
11105
|
"character": 13
|
|
11219
11106
|
},
|
|
11220
11107
|
"name": "undefined"
|
|
@@ -11227,7 +11114,7 @@
|
|
|
11227
11114
|
"__schema": "FunctionLikeSchema",
|
|
11228
11115
|
"location": {
|
|
11229
11116
|
"filePath": "tag-model-component.ts",
|
|
11230
|
-
"line":
|
|
11117
|
+
"line": 401,
|
|
11231
11118
|
"character": 1
|
|
11232
11119
|
},
|
|
11233
11120
|
"signature": "function removeDeletedComponentsFromBitmap(comps: ConsumerComponent[], workspace?: Workspace): Promise<ComponentIdList | undefined>",
|
|
@@ -11237,7 +11124,7 @@
|
|
|
11237
11124
|
"__schema": "ParameterSchema",
|
|
11238
11125
|
"location": {
|
|
11239
11126
|
"filePath": "tag-model-component.ts",
|
|
11240
|
-
"line":
|
|
11127
|
+
"line": 402,
|
|
11241
11128
|
"character": 3
|
|
11242
11129
|
},
|
|
11243
11130
|
"name": "comps",
|
|
@@ -11245,14 +11132,14 @@
|
|
|
11245
11132
|
"__schema": "TypeArraySchema",
|
|
11246
11133
|
"location": {
|
|
11247
11134
|
"filePath": "tag-model-component.ts",
|
|
11248
|
-
"line":
|
|
11135
|
+
"line": 402,
|
|
11249
11136
|
"character": 10
|
|
11250
11137
|
},
|
|
11251
11138
|
"type": {
|
|
11252
11139
|
"__schema": "TypeRefSchema",
|
|
11253
11140
|
"location": {
|
|
11254
11141
|
"filePath": "tag-model-component.ts",
|
|
11255
|
-
"line":
|
|
11142
|
+
"line": 402,
|
|
11256
11143
|
"character": 10
|
|
11257
11144
|
},
|
|
11258
11145
|
"name": "ConsumerComponent",
|
|
@@ -11266,7 +11153,7 @@
|
|
|
11266
11153
|
"__schema": "ParameterSchema",
|
|
11267
11154
|
"location": {
|
|
11268
11155
|
"filePath": "tag-model-component.ts",
|
|
11269
|
-
"line":
|
|
11156
|
+
"line": 403,
|
|
11270
11157
|
"character": 3
|
|
11271
11158
|
},
|
|
11272
11159
|
"name": "workspace",
|
|
@@ -11274,7 +11161,7 @@
|
|
|
11274
11161
|
"__schema": "TypeRefSchema",
|
|
11275
11162
|
"location": {
|
|
11276
11163
|
"filePath": "tag-model-component.ts",
|
|
11277
|
-
"line":
|
|
11164
|
+
"line": 403,
|
|
11278
11165
|
"character": 15
|
|
11279
11166
|
},
|
|
11280
11167
|
"name": "Workspace",
|
|
@@ -11291,7 +11178,7 @@
|
|
|
11291
11178
|
"__schema": "TypeRefSchema",
|
|
11292
11179
|
"location": {
|
|
11293
11180
|
"filePath": "tag-model-component.ts",
|
|
11294
|
-
"line":
|
|
11181
|
+
"line": 404,
|
|
11295
11182
|
"character": 4
|
|
11296
11183
|
},
|
|
11297
11184
|
"name": "Promise",
|
|
@@ -11300,7 +11187,7 @@
|
|
|
11300
11187
|
"__schema": "TypeUnionSchema",
|
|
11301
11188
|
"location": {
|
|
11302
11189
|
"filePath": "tag-model-component.ts",
|
|
11303
|
-
"line":
|
|
11190
|
+
"line": 404,
|
|
11304
11191
|
"character": 12
|
|
11305
11192
|
},
|
|
11306
11193
|
"types": [
|
|
@@ -11308,7 +11195,7 @@
|
|
|
11308
11195
|
"__schema": "TypeRefSchema",
|
|
11309
11196
|
"location": {
|
|
11310
11197
|
"filePath": "tag-model-component.ts",
|
|
11311
|
-
"line":
|
|
11198
|
+
"line": 404,
|
|
11312
11199
|
"character": 12
|
|
11313
11200
|
},
|
|
11314
11201
|
"name": "ComponentIdList",
|
|
@@ -11322,7 +11209,7 @@
|
|
|
11322
11209
|
"__schema": "KeywordTypeSchema",
|
|
11323
11210
|
"location": {
|
|
11324
11211
|
"filePath": "tag-model-component.ts",
|
|
11325
|
-
"line":
|
|
11212
|
+
"line": 404,
|
|
11326
11213
|
"character": 30
|
|
11327
11214
|
},
|
|
11328
11215
|
"name": "undefined"
|
|
@@ -11339,7 +11226,7 @@
|
|
|
11339
11226
|
"__schema": "FunctionLikeSchema",
|
|
11340
11227
|
"location": {
|
|
11341
11228
|
"filePath": "tag-model-component.ts",
|
|
11342
|
-
"line":
|
|
11229
|
+
"line": 417,
|
|
11343
11230
|
"character": 1
|
|
11344
11231
|
},
|
|
11345
11232
|
"signature": "function removeMergeConfigFromComponents(unmergedComps: ComponentID[], components: ConsumerComponent[], workspace?: Workspace): Promise<void>",
|
|
@@ -11349,7 +11236,7 @@
|
|
|
11349
11236
|
"__schema": "ParameterSchema",
|
|
11350
11237
|
"location": {
|
|
11351
11238
|
"filePath": "tag-model-component.ts",
|
|
11352
|
-
"line":
|
|
11239
|
+
"line": 418,
|
|
11353
11240
|
"character": 3
|
|
11354
11241
|
},
|
|
11355
11242
|
"name": "unmergedComps",
|
|
@@ -11357,14 +11244,14 @@
|
|
|
11357
11244
|
"__schema": "TypeArraySchema",
|
|
11358
11245
|
"location": {
|
|
11359
11246
|
"filePath": "tag-model-component.ts",
|
|
11360
|
-
"line":
|
|
11247
|
+
"line": 418,
|
|
11361
11248
|
"character": 18
|
|
11362
11249
|
},
|
|
11363
11250
|
"type": {
|
|
11364
11251
|
"__schema": "TypeRefSchema",
|
|
11365
11252
|
"location": {
|
|
11366
11253
|
"filePath": "tag-model-component.ts",
|
|
11367
|
-
"line":
|
|
11254
|
+
"line": 418,
|
|
11368
11255
|
"character": 18
|
|
11369
11256
|
},
|
|
11370
11257
|
"name": "ComponentID",
|
|
@@ -11382,7 +11269,7 @@
|
|
|
11382
11269
|
"__schema": "ParameterSchema",
|
|
11383
11270
|
"location": {
|
|
11384
11271
|
"filePath": "tag-model-component.ts",
|
|
11385
|
-
"line":
|
|
11272
|
+
"line": 419,
|
|
11386
11273
|
"character": 3
|
|
11387
11274
|
},
|
|
11388
11275
|
"name": "components",
|
|
@@ -11390,14 +11277,14 @@
|
|
|
11390
11277
|
"__schema": "TypeArraySchema",
|
|
11391
11278
|
"location": {
|
|
11392
11279
|
"filePath": "tag-model-component.ts",
|
|
11393
|
-
"line":
|
|
11280
|
+
"line": 419,
|
|
11394
11281
|
"character": 15
|
|
11395
11282
|
},
|
|
11396
11283
|
"type": {
|
|
11397
11284
|
"__schema": "TypeRefSchema",
|
|
11398
11285
|
"location": {
|
|
11399
11286
|
"filePath": "tag-model-component.ts",
|
|
11400
|
-
"line":
|
|
11287
|
+
"line": 419,
|
|
11401
11288
|
"character": 15
|
|
11402
11289
|
},
|
|
11403
11290
|
"name": "ConsumerComponent",
|
|
@@ -11411,7 +11298,7 @@
|
|
|
11411
11298
|
"__schema": "ParameterSchema",
|
|
11412
11299
|
"location": {
|
|
11413
11300
|
"filePath": "tag-model-component.ts",
|
|
11414
|
-
"line":
|
|
11301
|
+
"line": 420,
|
|
11415
11302
|
"character": 3
|
|
11416
11303
|
},
|
|
11417
11304
|
"name": "workspace",
|
|
@@ -11419,7 +11306,7 @@
|
|
|
11419
11306
|
"__schema": "TypeRefSchema",
|
|
11420
11307
|
"location": {
|
|
11421
11308
|
"filePath": "tag-model-component.ts",
|
|
11422
|
-
"line":
|
|
11309
|
+
"line": 420,
|
|
11423
11310
|
"character": 15
|
|
11424
11311
|
},
|
|
11425
11312
|
"name": "Workspace",
|
|
@@ -11436,7 +11323,7 @@
|
|
|
11436
11323
|
"__schema": "InferenceTypeSchema",
|
|
11437
11324
|
"location": {
|
|
11438
11325
|
"filePath": "tag-model-component.ts",
|
|
11439
|
-
"line":
|
|
11326
|
+
"line": 417,
|
|
11440
11327
|
"character": 1
|
|
11441
11328
|
},
|
|
11442
11329
|
"type": "Promise<void>"
|
|
@@ -11449,17 +11336,17 @@
|
|
|
11449
11336
|
"__schema": "FunctionLikeSchema",
|
|
11450
11337
|
"location": {
|
|
11451
11338
|
"filePath": "tag-model-component.ts",
|
|
11452
|
-
"line":
|
|
11339
|
+
"line": 443,
|
|
11453
11340
|
"character": 1
|
|
11454
11341
|
},
|
|
11455
|
-
"signature": "function addComponentsToScope(snapping: SnappingMain, components: ConsumerComponent[], lane: Lane |
|
|
11342
|
+
"signature": "function addComponentsToScope(snapping: SnappingMain, components: ConsumerComponent[], lane: Lane | undefined, shouldValidateVersion: boolean, consumer?: Consumer, tagDataPerComp?: TagDataPerComp[], updateDependentsOnLane?: boolean): Promise<void>",
|
|
11456
11343
|
"name": "addComponentsToScope",
|
|
11457
11344
|
"params": [
|
|
11458
11345
|
{
|
|
11459
11346
|
"__schema": "ParameterSchema",
|
|
11460
11347
|
"location": {
|
|
11461
11348
|
"filePath": "tag-model-component.ts",
|
|
11462
|
-
"line":
|
|
11349
|
+
"line": 444,
|
|
11463
11350
|
"character": 3
|
|
11464
11351
|
},
|
|
11465
11352
|
"name": "snapping",
|
|
@@ -11467,7 +11354,7 @@
|
|
|
11467
11354
|
"__schema": "TypeRefSchema",
|
|
11468
11355
|
"location": {
|
|
11469
11356
|
"filePath": "tag-model-component.ts",
|
|
11470
|
-
"line":
|
|
11357
|
+
"line": 444,
|
|
11471
11358
|
"character": 13
|
|
11472
11359
|
},
|
|
11473
11360
|
"name": "SnappingMain"
|
|
@@ -11479,7 +11366,7 @@
|
|
|
11479
11366
|
"__schema": "ParameterSchema",
|
|
11480
11367
|
"location": {
|
|
11481
11368
|
"filePath": "tag-model-component.ts",
|
|
11482
|
-
"line":
|
|
11369
|
+
"line": 445,
|
|
11483
11370
|
"character": 3
|
|
11484
11371
|
},
|
|
11485
11372
|
"name": "components",
|
|
@@ -11487,14 +11374,14 @@
|
|
|
11487
11374
|
"__schema": "TypeArraySchema",
|
|
11488
11375
|
"location": {
|
|
11489
11376
|
"filePath": "tag-model-component.ts",
|
|
11490
|
-
"line":
|
|
11377
|
+
"line": 445,
|
|
11491
11378
|
"character": 15
|
|
11492
11379
|
},
|
|
11493
11380
|
"type": {
|
|
11494
11381
|
"__schema": "TypeRefSchema",
|
|
11495
11382
|
"location": {
|
|
11496
11383
|
"filePath": "tag-model-component.ts",
|
|
11497
|
-
"line":
|
|
11384
|
+
"line": 445,
|
|
11498
11385
|
"character": 15
|
|
11499
11386
|
},
|
|
11500
11387
|
"name": "ConsumerComponent",
|
|
@@ -11508,7 +11395,7 @@
|
|
|
11508
11395
|
"__schema": "ParameterSchema",
|
|
11509
11396
|
"location": {
|
|
11510
11397
|
"filePath": "tag-model-component.ts",
|
|
11511
|
-
"line":
|
|
11398
|
+
"line": 446,
|
|
11512
11399
|
"character": 3
|
|
11513
11400
|
},
|
|
11514
11401
|
"name": "lane",
|
|
@@ -11516,7 +11403,7 @@
|
|
|
11516
11403
|
"__schema": "TypeUnionSchema",
|
|
11517
11404
|
"location": {
|
|
11518
11405
|
"filePath": "tag-model-component.ts",
|
|
11519
|
-
"line":
|
|
11406
|
+
"line": 446,
|
|
11520
11407
|
"character": 9
|
|
11521
11408
|
},
|
|
11522
11409
|
"types": [
|
|
@@ -11524,20 +11411,20 @@
|
|
|
11524
11411
|
"__schema": "TypeRefSchema",
|
|
11525
11412
|
"location": {
|
|
11526
11413
|
"filePath": "tag-model-component.ts",
|
|
11527
|
-
"line":
|
|
11414
|
+
"line": 446,
|
|
11528
11415
|
"character": 9
|
|
11529
11416
|
},
|
|
11530
11417
|
"name": "Lane",
|
|
11531
11418
|
"packageName": "@teambit/legacy/dist/scope/models"
|
|
11532
11419
|
},
|
|
11533
11420
|
{
|
|
11534
|
-
"__schema": "
|
|
11421
|
+
"__schema": "KeywordTypeSchema",
|
|
11535
11422
|
"location": {
|
|
11536
11423
|
"filePath": "tag-model-component.ts",
|
|
11537
|
-
"line":
|
|
11424
|
+
"line": 446,
|
|
11538
11425
|
"character": 16
|
|
11539
11426
|
},
|
|
11540
|
-
"name": "
|
|
11427
|
+
"name": "undefined"
|
|
11541
11428
|
}
|
|
11542
11429
|
]
|
|
11543
11430
|
},
|
|
@@ -11548,7 +11435,7 @@
|
|
|
11548
11435
|
"__schema": "ParameterSchema",
|
|
11549
11436
|
"location": {
|
|
11550
11437
|
"filePath": "tag-model-component.ts",
|
|
11551
|
-
"line":
|
|
11438
|
+
"line": 447,
|
|
11552
11439
|
"character": 3
|
|
11553
11440
|
},
|
|
11554
11441
|
"name": "shouldValidateVersion",
|
|
@@ -11556,7 +11443,7 @@
|
|
|
11556
11443
|
"__schema": "KeywordTypeSchema",
|
|
11557
11444
|
"location": {
|
|
11558
11445
|
"filePath": "tag-model-component.ts",
|
|
11559
|
-
"line":
|
|
11446
|
+
"line": 447,
|
|
11560
11447
|
"character": 26
|
|
11561
11448
|
},
|
|
11562
11449
|
"name": "boolean"
|
|
@@ -11568,7 +11455,7 @@
|
|
|
11568
11455
|
"__schema": "ParameterSchema",
|
|
11569
11456
|
"location": {
|
|
11570
11457
|
"filePath": "tag-model-component.ts",
|
|
11571
|
-
"line":
|
|
11458
|
+
"line": 448,
|
|
11572
11459
|
"character": 3
|
|
11573
11460
|
},
|
|
11574
11461
|
"name": "consumer",
|
|
@@ -11576,7 +11463,7 @@
|
|
|
11576
11463
|
"__schema": "TypeRefSchema",
|
|
11577
11464
|
"location": {
|
|
11578
11465
|
"filePath": "tag-model-component.ts",
|
|
11579
|
-
"line":
|
|
11466
|
+
"line": 448,
|
|
11580
11467
|
"character": 14
|
|
11581
11468
|
},
|
|
11582
11469
|
"name": "Consumer",
|
|
@@ -11589,7 +11476,7 @@
|
|
|
11589
11476
|
"__schema": "ParameterSchema",
|
|
11590
11477
|
"location": {
|
|
11591
11478
|
"filePath": "tag-model-component.ts",
|
|
11592
|
-
"line":
|
|
11479
|
+
"line": 449,
|
|
11593
11480
|
"character": 3
|
|
11594
11481
|
},
|
|
11595
11482
|
"name": "tagDataPerComp",
|
|
@@ -11597,14 +11484,14 @@
|
|
|
11597
11484
|
"__schema": "TypeArraySchema",
|
|
11598
11485
|
"location": {
|
|
11599
11486
|
"filePath": "tag-model-component.ts",
|
|
11600
|
-
"line":
|
|
11487
|
+
"line": 449,
|
|
11601
11488
|
"character": 20
|
|
11602
11489
|
},
|
|
11603
11490
|
"type": {
|
|
11604
11491
|
"__schema": "TypeRefSchema",
|
|
11605
11492
|
"location": {
|
|
11606
11493
|
"filePath": "tag-model-component.ts",
|
|
11607
|
-
"line":
|
|
11494
|
+
"line": 449,
|
|
11608
11495
|
"character": 20
|
|
11609
11496
|
},
|
|
11610
11497
|
"name": "TagDataPerComp",
|
|
@@ -11618,7 +11505,7 @@
|
|
|
11618
11505
|
"__schema": "ParameterSchema",
|
|
11619
11506
|
"location": {
|
|
11620
11507
|
"filePath": "tag-model-component.ts",
|
|
11621
|
-
"line":
|
|
11508
|
+
"line": 450,
|
|
11622
11509
|
"character": 3
|
|
11623
11510
|
},
|
|
11624
11511
|
"name": "updateDependentsOnLane",
|
|
@@ -11626,7 +11513,7 @@
|
|
|
11626
11513
|
"__schema": "KeywordTypeSchema",
|
|
11627
11514
|
"location": {
|
|
11628
11515
|
"filePath": "tag-model-component.ts",
|
|
11629
|
-
"line":
|
|
11516
|
+
"line": 450,
|
|
11630
11517
|
"character": 28
|
|
11631
11518
|
},
|
|
11632
11519
|
"name": "boolean"
|
|
@@ -11639,7 +11526,7 @@
|
|
|
11639
11526
|
"__schema": "InferenceTypeSchema",
|
|
11640
11527
|
"location": {
|
|
11641
11528
|
"filePath": "tag-model-component.ts",
|
|
11642
|
-
"line":
|
|
11529
|
+
"line": 443,
|
|
11643
11530
|
"character": 1
|
|
11644
11531
|
},
|
|
11645
11532
|
"type": "Promise<void>"
|
|
@@ -11652,14 +11539,14 @@
|
|
|
11652
11539
|
"__schema": "FunctionLikeSchema",
|
|
11653
11540
|
"location": {
|
|
11654
11541
|
"filePath": "tag-model-component.ts",
|
|
11655
|
-
"line":
|
|
11542
|
+
"line": 470,
|
|
11656
11543
|
"character": 1
|
|
11657
11544
|
},
|
|
11658
11545
|
"doc": {
|
|
11659
11546
|
"__schema": "DocSchema",
|
|
11660
11547
|
"location": {
|
|
11661
11548
|
"filePath": "tag-model-component.ts",
|
|
11662
|
-
"line":
|
|
11549
|
+
"line": 466,
|
|
11663
11550
|
"character": 1
|
|
11664
11551
|
},
|
|
11665
11552
|
"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 */",
|
|
@@ -11672,7 +11559,7 @@
|
|
|
11672
11559
|
"__schema": "ParameterSchema",
|
|
11673
11560
|
"location": {
|
|
11674
11561
|
"filePath": "tag-model-component.ts",
|
|
11675
|
-
"line":
|
|
11562
|
+
"line": 470,
|
|
11676
11563
|
"character": 27
|
|
11677
11564
|
},
|
|
11678
11565
|
"name": "components",
|
|
@@ -11680,14 +11567,14 @@
|
|
|
11680
11567
|
"__schema": "TypeArraySchema",
|
|
11681
11568
|
"location": {
|
|
11682
11569
|
"filePath": "tag-model-component.ts",
|
|
11683
|
-
"line":
|
|
11570
|
+
"line": 470,
|
|
11684
11571
|
"character": 39
|
|
11685
11572
|
},
|
|
11686
11573
|
"type": {
|
|
11687
11574
|
"__schema": "TypeRefSchema",
|
|
11688
11575
|
"location": {
|
|
11689
11576
|
"filePath": "tag-model-component.ts",
|
|
11690
|
-
"line":
|
|
11577
|
+
"line": 470,
|
|
11691
11578
|
"character": 39
|
|
11692
11579
|
},
|
|
11693
11580
|
"name": "ConsumerComponent",
|
|
@@ -11702,7 +11589,7 @@
|
|
|
11702
11589
|
"__schema": "TypeRefSchema",
|
|
11703
11590
|
"location": {
|
|
11704
11591
|
"filePath": "tag-model-component.ts",
|
|
11705
|
-
"line":
|
|
11592
|
+
"line": 470,
|
|
11706
11593
|
"character": 1
|
|
11707
11594
|
},
|
|
11708
11595
|
"name": "emptyBuilderData",
|
|
@@ -11714,7 +11601,7 @@
|
|
|
11714
11601
|
"__schema": "FunctionLikeSchema",
|
|
11715
11602
|
"location": {
|
|
11716
11603
|
"filePath": "tag-model-component.ts",
|
|
11717
|
-
"line":
|
|
11604
|
+
"line": 478,
|
|
11718
11605
|
"character": 1
|
|
11719
11606
|
},
|
|
11720
11607
|
"signature": "function addLogToComponents(components: ConsumerComponent[], autoTagComps: ConsumerComponent[], persist: boolean, message: string, messagePerComponent: MessagePerComponent[], copyLogFromPreviousSnap?: boolean): Promise<void>",
|
|
@@ -11724,7 +11611,7 @@
|
|
|
11724
11611
|
"__schema": "ParameterSchema",
|
|
11725
11612
|
"location": {
|
|
11726
11613
|
"filePath": "tag-model-component.ts",
|
|
11727
|
-
"line":
|
|
11614
|
+
"line": 479,
|
|
11728
11615
|
"character": 3
|
|
11729
11616
|
},
|
|
11730
11617
|
"name": "components",
|
|
@@ -11732,14 +11619,14 @@
|
|
|
11732
11619
|
"__schema": "TypeArraySchema",
|
|
11733
11620
|
"location": {
|
|
11734
11621
|
"filePath": "tag-model-component.ts",
|
|
11735
|
-
"line":
|
|
11622
|
+
"line": 479,
|
|
11736
11623
|
"character": 15
|
|
11737
11624
|
},
|
|
11738
11625
|
"type": {
|
|
11739
11626
|
"__schema": "TypeRefSchema",
|
|
11740
11627
|
"location": {
|
|
11741
11628
|
"filePath": "tag-model-component.ts",
|
|
11742
|
-
"line":
|
|
11629
|
+
"line": 479,
|
|
11743
11630
|
"character": 15
|
|
11744
11631
|
},
|
|
11745
11632
|
"name": "ConsumerComponent",
|
|
@@ -11753,7 +11640,7 @@
|
|
|
11753
11640
|
"__schema": "ParameterSchema",
|
|
11754
11641
|
"location": {
|
|
11755
11642
|
"filePath": "tag-model-component.ts",
|
|
11756
|
-
"line":
|
|
11643
|
+
"line": 480,
|
|
11757
11644
|
"character": 3
|
|
11758
11645
|
},
|
|
11759
11646
|
"name": "autoTagComps",
|
|
@@ -11761,14 +11648,14 @@
|
|
|
11761
11648
|
"__schema": "TypeArraySchema",
|
|
11762
11649
|
"location": {
|
|
11763
11650
|
"filePath": "tag-model-component.ts",
|
|
11764
|
-
"line":
|
|
11651
|
+
"line": 480,
|
|
11765
11652
|
"character": 17
|
|
11766
11653
|
},
|
|
11767
11654
|
"type": {
|
|
11768
11655
|
"__schema": "TypeRefSchema",
|
|
11769
11656
|
"location": {
|
|
11770
11657
|
"filePath": "tag-model-component.ts",
|
|
11771
|
-
"line":
|
|
11658
|
+
"line": 480,
|
|
11772
11659
|
"character": 17
|
|
11773
11660
|
},
|
|
11774
11661
|
"name": "ConsumerComponent",
|
|
@@ -11782,7 +11669,7 @@
|
|
|
11782
11669
|
"__schema": "ParameterSchema",
|
|
11783
11670
|
"location": {
|
|
11784
11671
|
"filePath": "tag-model-component.ts",
|
|
11785
|
-
"line":
|
|
11672
|
+
"line": 481,
|
|
11786
11673
|
"character": 3
|
|
11787
11674
|
},
|
|
11788
11675
|
"name": "persist",
|
|
@@ -11790,7 +11677,7 @@
|
|
|
11790
11677
|
"__schema": "KeywordTypeSchema",
|
|
11791
11678
|
"location": {
|
|
11792
11679
|
"filePath": "tag-model-component.ts",
|
|
11793
|
-
"line":
|
|
11680
|
+
"line": 481,
|
|
11794
11681
|
"character": 12
|
|
11795
11682
|
},
|
|
11796
11683
|
"name": "boolean"
|
|
@@ -11802,7 +11689,7 @@
|
|
|
11802
11689
|
"__schema": "ParameterSchema",
|
|
11803
11690
|
"location": {
|
|
11804
11691
|
"filePath": "tag-model-component.ts",
|
|
11805
|
-
"line":
|
|
11692
|
+
"line": 482,
|
|
11806
11693
|
"character": 3
|
|
11807
11694
|
},
|
|
11808
11695
|
"name": "message",
|
|
@@ -11810,7 +11697,7 @@
|
|
|
11810
11697
|
"__schema": "KeywordTypeSchema",
|
|
11811
11698
|
"location": {
|
|
11812
11699
|
"filePath": "tag-model-component.ts",
|
|
11813
|
-
"line":
|
|
11700
|
+
"line": 482,
|
|
11814
11701
|
"character": 12
|
|
11815
11702
|
},
|
|
11816
11703
|
"name": "string"
|
|
@@ -11822,7 +11709,7 @@
|
|
|
11822
11709
|
"__schema": "ParameterSchema",
|
|
11823
11710
|
"location": {
|
|
11824
11711
|
"filePath": "tag-model-component.ts",
|
|
11825
|
-
"line":
|
|
11712
|
+
"line": 483,
|
|
11826
11713
|
"character": 3
|
|
11827
11714
|
},
|
|
11828
11715
|
"name": "messagePerComponent",
|
|
@@ -11830,14 +11717,14 @@
|
|
|
11830
11717
|
"__schema": "TypeArraySchema",
|
|
11831
11718
|
"location": {
|
|
11832
11719
|
"filePath": "tag-model-component.ts",
|
|
11833
|
-
"line":
|
|
11720
|
+
"line": 483,
|
|
11834
11721
|
"character": 24
|
|
11835
11722
|
},
|
|
11836
11723
|
"type": {
|
|
11837
11724
|
"__schema": "TypeRefSchema",
|
|
11838
11725
|
"location": {
|
|
11839
11726
|
"filePath": "tag-model-component.ts",
|
|
11840
|
-
"line":
|
|
11727
|
+
"line": 483,
|
|
11841
11728
|
"character": 24
|
|
11842
11729
|
},
|
|
11843
11730
|
"name": "MessagePerComponent",
|
|
@@ -11851,7 +11738,7 @@
|
|
|
11851
11738
|
"__schema": "ParameterSchema",
|
|
11852
11739
|
"location": {
|
|
11853
11740
|
"filePath": "tag-model-component.ts",
|
|
11854
|
-
"line":
|
|
11741
|
+
"line": 484,
|
|
11855
11742
|
"character": 3
|
|
11856
11743
|
},
|
|
11857
11744
|
"name": "copyLogFromPreviousSnap",
|
|
@@ -11859,7 +11746,7 @@
|
|
|
11859
11746
|
"__schema": "InferenceTypeSchema",
|
|
11860
11747
|
"location": {
|
|
11861
11748
|
"filePath": "tag-model-component.ts",
|
|
11862
|
-
"line":
|
|
11749
|
+
"line": 484,
|
|
11863
11750
|
"character": 3
|
|
11864
11751
|
},
|
|
11865
11752
|
"type": "boolean"
|
|
@@ -11873,7 +11760,7 @@
|
|
|
11873
11760
|
"__schema": "InferenceTypeSchema",
|
|
11874
11761
|
"location": {
|
|
11875
11762
|
"filePath": "tag-model-component.ts",
|
|
11876
|
-
"line":
|
|
11763
|
+
"line": 478,
|
|
11877
11764
|
"character": 1
|
|
11878
11765
|
},
|
|
11879
11766
|
"type": "Promise<void>"
|
|
@@ -11886,7 +11773,7 @@
|
|
|
11886
11773
|
"__schema": "FunctionLikeSchema",
|
|
11887
11774
|
"location": {
|
|
11888
11775
|
"filePath": "tag-model-component.ts",
|
|
11889
|
-
"line":
|
|
11776
|
+
"line": 535,
|
|
11890
11777
|
"character": 1
|
|
11891
11778
|
},
|
|
11892
11779
|
"signature": "function setCurrentSchema(components: ConsumerComponent[]): void",
|
|
@@ -11896,7 +11783,7 @@
|
|
|
11896
11783
|
"__schema": "ParameterSchema",
|
|
11897
11784
|
"location": {
|
|
11898
11785
|
"filePath": "tag-model-component.ts",
|
|
11899
|
-
"line":
|
|
11786
|
+
"line": 535,
|
|
11900
11787
|
"character": 27
|
|
11901
11788
|
},
|
|
11902
11789
|
"name": "components",
|
|
@@ -11904,14 +11791,14 @@
|
|
|
11904
11791
|
"__schema": "TypeArraySchema",
|
|
11905
11792
|
"location": {
|
|
11906
11793
|
"filePath": "tag-model-component.ts",
|
|
11907
|
-
"line":
|
|
11794
|
+
"line": 535,
|
|
11908
11795
|
"character": 39
|
|
11909
11796
|
},
|
|
11910
11797
|
"type": {
|
|
11911
11798
|
"__schema": "TypeRefSchema",
|
|
11912
11799
|
"location": {
|
|
11913
11800
|
"filePath": "tag-model-component.ts",
|
|
11914
|
-
"line":
|
|
11801
|
+
"line": 535,
|
|
11915
11802
|
"character": 39
|
|
11916
11803
|
},
|
|
11917
11804
|
"name": "ConsumerComponent",
|
|
@@ -11926,7 +11813,7 @@
|
|
|
11926
11813
|
"__schema": "TypeRefSchema",
|
|
11927
11814
|
"location": {
|
|
11928
11815
|
"filePath": "tag-model-component.ts",
|
|
11929
|
-
"line":
|
|
11816
|
+
"line": 535,
|
|
11930
11817
|
"character": 1
|
|
11931
11818
|
},
|
|
11932
11819
|
"name": "setCurrentSchema",
|
|
@@ -11938,7 +11825,7 @@
|
|
|
11938
11825
|
"__schema": "FunctionLikeSchema",
|
|
11939
11826
|
"location": {
|
|
11940
11827
|
"filePath": "tag-model-component.ts",
|
|
11941
|
-
"line":
|
|
11828
|
+
"line": 541,
|
|
11942
11829
|
"character": 1
|
|
11943
11830
|
},
|
|
11944
11831
|
"signature": "function addBuildStatus(components: ConsumerComponent[], buildStatus: BuildStatus): void",
|
|
@@ -11948,7 +11835,7 @@
|
|
|
11948
11835
|
"__schema": "ParameterSchema",
|
|
11949
11836
|
"location": {
|
|
11950
11837
|
"filePath": "tag-model-component.ts",
|
|
11951
|
-
"line":
|
|
11838
|
+
"line": 541,
|
|
11952
11839
|
"character": 25
|
|
11953
11840
|
},
|
|
11954
11841
|
"name": "components",
|
|
@@ -11956,14 +11843,14 @@
|
|
|
11956
11843
|
"__schema": "TypeArraySchema",
|
|
11957
11844
|
"location": {
|
|
11958
11845
|
"filePath": "tag-model-component.ts",
|
|
11959
|
-
"line":
|
|
11846
|
+
"line": 541,
|
|
11960
11847
|
"character": 37
|
|
11961
11848
|
},
|
|
11962
11849
|
"type": {
|
|
11963
11850
|
"__schema": "TypeRefSchema",
|
|
11964
11851
|
"location": {
|
|
11965
11852
|
"filePath": "tag-model-component.ts",
|
|
11966
|
-
"line":
|
|
11853
|
+
"line": 541,
|
|
11967
11854
|
"character": 37
|
|
11968
11855
|
},
|
|
11969
11856
|
"name": "ConsumerComponent",
|
|
@@ -11977,7 +11864,7 @@
|
|
|
11977
11864
|
"__schema": "ParameterSchema",
|
|
11978
11865
|
"location": {
|
|
11979
11866
|
"filePath": "tag-model-component.ts",
|
|
11980
|
-
"line":
|
|
11867
|
+
"line": 541,
|
|
11981
11868
|
"character": 58
|
|
11982
11869
|
},
|
|
11983
11870
|
"name": "buildStatus",
|
|
@@ -11985,7 +11872,7 @@
|
|
|
11985
11872
|
"__schema": "TypeRefSchema",
|
|
11986
11873
|
"location": {
|
|
11987
11874
|
"filePath": "tag-model-component.ts",
|
|
11988
|
-
"line":
|
|
11875
|
+
"line": 541,
|
|
11989
11876
|
"character": 71
|
|
11990
11877
|
},
|
|
11991
11878
|
"name": "BuildStatus",
|
|
@@ -11999,7 +11886,7 @@
|
|
|
11999
11886
|
"__schema": "TypeRefSchema",
|
|
12000
11887
|
"location": {
|
|
12001
11888
|
"filePath": "tag-model-component.ts",
|
|
12002
|
-
"line":
|
|
11889
|
+
"line": 541,
|
|
12003
11890
|
"character": 1
|
|
12004
11891
|
},
|
|
12005
11892
|
"name": "addBuildStatus",
|
|
@@ -12013,7 +11900,7 @@
|
|
|
12013
11900
|
"componentId": {
|
|
12014
11901
|
"scope": "teambit.component",
|
|
12015
11902
|
"name": "snapping",
|
|
12016
|
-
"version": "1.0.
|
|
11903
|
+
"version": "1.0.245"
|
|
12017
11904
|
},
|
|
12018
11905
|
"taggedModuleExports": []
|
|
12019
11906
|
}
|