@teambit/lanes 1.0.383 → 1.0.385
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 +11 -11
- package/artifacts/preview/teambit_lanes_lanes-preview.js +1 -1
- package/artifacts/schema.json +215 -215
- package/dist/lane.cmd.js +3 -3
- package/dist/lane.cmd.js.map +1 -1
- package/dist/lanes.main.runtime.js +9 -8
- package/dist/lanes.main.runtime.js.map +1 -1
- package/dist/lanes.ui.runtime.d.ts +1 -1
- package/dist/{preview-1724037552319.js → preview-1724210355889.js} +2 -2
- package/dist/switch-lanes.js +4 -4
- package/dist/switch-lanes.js.map +1 -1
- package/package.json +25 -26
- package/dist/create-lane.d.ts +0 -8
- package/dist/create-lane.js +0 -168
- package/dist/create-lane.js.map +0 -1
package/artifacts/schema.json
CHANGED
@@ -2636,14 +2636,14 @@
|
|
2636
2636
|
"__schema": "FunctionLikeSchema",
|
2637
2637
|
"location": {
|
2638
2638
|
"filePath": "lanes.main.runtime.ts",
|
2639
|
-
"line":
|
2639
|
+
"line": 619,
|
2640
2640
|
"character": 3
|
2641
2641
|
},
|
2642
2642
|
"doc": {
|
2643
2643
|
"__schema": "DocSchema",
|
2644
2644
|
"location": {
|
2645
2645
|
"filePath": "lanes.main.runtime.ts",
|
2646
|
-
"line":
|
2646
|
+
"line": 613,
|
2647
2647
|
"character": 3
|
2648
2648
|
},
|
2649
2649
|
"raw": "/**\n * the values array may include zero to two values and will be processed as following:\n * [] => diff between the current lane and default lane. (only inside workspace).\n * [to] => diff between the current lane (or default-lane when in scope) and \"to\" lane.\n * [from, to] => diff between \"from\" lane and \"to\" lane.\n */",
|
@@ -2657,7 +2657,7 @@
|
|
2657
2657
|
"__schema": "ParameterSchema",
|
2658
2658
|
"location": {
|
2659
2659
|
"filePath": "lanes.main.runtime.ts",
|
2660
|
-
"line":
|
2660
|
+
"line": 619,
|
2661
2661
|
"character": 24
|
2662
2662
|
},
|
2663
2663
|
"name": "values",
|
@@ -2665,14 +2665,14 @@
|
|
2665
2665
|
"__schema": "TypeArraySchema",
|
2666
2666
|
"location": {
|
2667
2667
|
"filePath": "lanes.main.runtime.ts",
|
2668
|
-
"line":
|
2668
|
+
"line": 619,
|
2669
2669
|
"character": 32
|
2670
2670
|
},
|
2671
2671
|
"type": {
|
2672
2672
|
"__schema": "KeywordTypeSchema",
|
2673
2673
|
"location": {
|
2674
2674
|
"filePath": "lanes.main.runtime.ts",
|
2675
|
-
"line":
|
2675
|
+
"line": 619,
|
2676
2676
|
"character": 32
|
2677
2677
|
},
|
2678
2678
|
"name": "string"
|
@@ -2685,7 +2685,7 @@
|
|
2685
2685
|
"__schema": "ParameterSchema",
|
2686
2686
|
"location": {
|
2687
2687
|
"filePath": "lanes.main.runtime.ts",
|
2688
|
-
"line":
|
2688
|
+
"line": 619,
|
2689
2689
|
"character": 42
|
2690
2690
|
},
|
2691
2691
|
"name": "diffOptions",
|
@@ -2693,7 +2693,7 @@
|
|
2693
2693
|
"__schema": "TypeRefSchema",
|
2694
2694
|
"location": {
|
2695
2695
|
"filePath": "lanes.main.runtime.ts",
|
2696
|
-
"line":
|
2696
|
+
"line": 619,
|
2697
2697
|
"character": 55
|
2698
2698
|
},
|
2699
2699
|
"name": "DiffOptions"
|
@@ -2706,7 +2706,7 @@
|
|
2706
2706
|
"__schema": "ParameterSchema",
|
2707
2707
|
"location": {
|
2708
2708
|
"filePath": "lanes.main.runtime.ts",
|
2709
|
-
"line":
|
2709
|
+
"line": 619,
|
2710
2710
|
"character": 73
|
2711
2711
|
},
|
2712
2712
|
"name": "pattern",
|
@@ -2714,7 +2714,7 @@
|
|
2714
2714
|
"__schema": "KeywordTypeSchema",
|
2715
2715
|
"location": {
|
2716
2716
|
"filePath": "lanes.main.runtime.ts",
|
2717
|
-
"line":
|
2717
|
+
"line": 619,
|
2718
2718
|
"character": 83
|
2719
2719
|
},
|
2720
2720
|
"name": "string"
|
@@ -2727,7 +2727,7 @@
|
|
2727
2727
|
"__schema": "TypeRefSchema",
|
2728
2728
|
"location": {
|
2729
2729
|
"filePath": "lanes.main.runtime.ts",
|
2730
|
-
"line":
|
2730
|
+
"line": 619,
|
2731
2731
|
"character": 92
|
2732
2732
|
},
|
2733
2733
|
"name": "Promise",
|
@@ -2736,7 +2736,7 @@
|
|
2736
2736
|
"__schema": "TypeRefSchema",
|
2737
2737
|
"location": {
|
2738
2738
|
"filePath": "lanes.main.runtime.ts",
|
2739
|
-
"line":
|
2739
|
+
"line": 619,
|
2740
2740
|
"character": 100
|
2741
2741
|
},
|
2742
2742
|
"name": "LaneDiffResults"
|
@@ -2752,7 +2752,7 @@
|
|
2752
2752
|
"__schema": "FunctionLikeSchema",
|
2753
2753
|
"location": {
|
2754
2754
|
"filePath": "lanes.main.runtime.ts",
|
2755
|
-
"line":
|
2755
|
+
"line": 624,
|
2756
2756
|
"character": 3
|
2757
2757
|
},
|
2758
2758
|
"signature": "(method) LanesMain.getLaneComponentModels(lane: LaneData): Promise<Component[]>",
|
@@ -2762,7 +2762,7 @@
|
|
2762
2762
|
"__schema": "ParameterSchema",
|
2763
2763
|
"location": {
|
2764
2764
|
"filePath": "lanes.main.runtime.ts",
|
2765
|
-
"line":
|
2765
|
+
"line": 624,
|
2766
2766
|
"character": 32
|
2767
2767
|
},
|
2768
2768
|
"name": "lane",
|
@@ -2770,7 +2770,7 @@
|
|
2770
2770
|
"__schema": "TypeRefSchema",
|
2771
2771
|
"location": {
|
2772
2772
|
"filePath": "lanes.main.runtime.ts",
|
2773
|
-
"line":
|
2773
|
+
"line": 624,
|
2774
2774
|
"character": 38
|
2775
2775
|
},
|
2776
2776
|
"name": "LaneData"
|
@@ -2783,7 +2783,7 @@
|
|
2783
2783
|
"__schema": "TypeRefSchema",
|
2784
2784
|
"location": {
|
2785
2785
|
"filePath": "lanes.main.runtime.ts",
|
2786
|
-
"line":
|
2786
|
+
"line": 624,
|
2787
2787
|
"character": 49
|
2788
2788
|
},
|
2789
2789
|
"name": "Promise",
|
@@ -2792,14 +2792,14 @@
|
|
2792
2792
|
"__schema": "TypeArraySchema",
|
2793
2793
|
"location": {
|
2794
2794
|
"filePath": "lanes.main.runtime.ts",
|
2795
|
-
"line":
|
2795
|
+
"line": 624,
|
2796
2796
|
"character": 57
|
2797
2797
|
},
|
2798
2798
|
"type": {
|
2799
2799
|
"__schema": "TypeRefSchema",
|
2800
2800
|
"location": {
|
2801
2801
|
"filePath": "lanes.main.runtime.ts",
|
2802
|
-
"line":
|
2802
|
+
"line": 624,
|
2803
2803
|
"character": 57
|
2804
2804
|
},
|
2805
2805
|
"name": "Component"
|
@@ -2815,7 +2815,7 @@
|
|
2815
2815
|
"__schema": "FunctionLikeSchema",
|
2816
2816
|
"location": {
|
2817
2817
|
"filePath": "lanes.main.runtime.ts",
|
2818
|
-
"line":
|
2818
|
+
"line": 631,
|
2819
2819
|
"character": 3
|
2820
2820
|
},
|
2821
2821
|
"signature": "(method) LanesMain.getLaneComponentIds(lane: LaneData): Promise<ComponentID[]>",
|
@@ -2825,7 +2825,7 @@
|
|
2825
2825
|
"__schema": "ParameterSchema",
|
2826
2826
|
"location": {
|
2827
2827
|
"filePath": "lanes.main.runtime.ts",
|
2828
|
-
"line":
|
2828
|
+
"line": 631,
|
2829
2829
|
"character": 29
|
2830
2830
|
},
|
2831
2831
|
"name": "lane",
|
@@ -2833,7 +2833,7 @@
|
|
2833
2833
|
"__schema": "TypeRefSchema",
|
2834
2834
|
"location": {
|
2835
2835
|
"filePath": "lanes.main.runtime.ts",
|
2836
|
-
"line":
|
2836
|
+
"line": 631,
|
2837
2837
|
"character": 35
|
2838
2838
|
},
|
2839
2839
|
"name": "LaneData"
|
@@ -2846,7 +2846,7 @@
|
|
2846
2846
|
"__schema": "TypeRefSchema",
|
2847
2847
|
"location": {
|
2848
2848
|
"filePath": "lanes.main.runtime.ts",
|
2849
|
-
"line":
|
2849
|
+
"line": 631,
|
2850
2850
|
"character": 46
|
2851
2851
|
},
|
2852
2852
|
"name": "Promise",
|
@@ -2855,14 +2855,14 @@
|
|
2855
2855
|
"__schema": "TypeArraySchema",
|
2856
2856
|
"location": {
|
2857
2857
|
"filePath": "lanes.main.runtime.ts",
|
2858
|
-
"line":
|
2858
|
+
"line": 631,
|
2859
2859
|
"character": 54
|
2860
2860
|
},
|
2861
2861
|
"type": {
|
2862
2862
|
"__schema": "TypeRefSchema",
|
2863
2863
|
"location": {
|
2864
2864
|
"filePath": "lanes.main.runtime.ts",
|
2865
|
-
"line":
|
2865
|
+
"line": 631,
|
2866
2866
|
"character": 54
|
2867
2867
|
},
|
2868
2868
|
"name": "ComponentID"
|
@@ -2878,7 +2878,7 @@
|
|
2878
2878
|
"__schema": "FunctionLikeSchema",
|
2879
2879
|
"location": {
|
2880
2880
|
"filePath": "lanes.main.runtime.ts",
|
2881
|
-
"line":
|
2881
|
+
"line": 647,
|
2882
2882
|
"character": 3
|
2883
2883
|
},
|
2884
2884
|
"signature": "(method) LanesMain.getLaneReadmeComponent(lane: LaneData): Promise<Component | undefined>",
|
@@ -2888,7 +2888,7 @@
|
|
2888
2888
|
"__schema": "ParameterSchema",
|
2889
2889
|
"location": {
|
2890
2890
|
"filePath": "lanes.main.runtime.ts",
|
2891
|
-
"line":
|
2891
|
+
"line": 647,
|
2892
2892
|
"character": 32
|
2893
2893
|
},
|
2894
2894
|
"name": "lane",
|
@@ -2896,7 +2896,7 @@
|
|
2896
2896
|
"__schema": "TypeRefSchema",
|
2897
2897
|
"location": {
|
2898
2898
|
"filePath": "lanes.main.runtime.ts",
|
2899
|
-
"line":
|
2899
|
+
"line": 647,
|
2900
2900
|
"character": 38
|
2901
2901
|
},
|
2902
2902
|
"name": "LaneData"
|
@@ -2909,7 +2909,7 @@
|
|
2909
2909
|
"__schema": "TypeRefSchema",
|
2910
2910
|
"location": {
|
2911
2911
|
"filePath": "lanes.main.runtime.ts",
|
2912
|
-
"line":
|
2912
|
+
"line": 647,
|
2913
2913
|
"character": 49
|
2914
2914
|
},
|
2915
2915
|
"name": "Promise",
|
@@ -2918,7 +2918,7 @@
|
|
2918
2918
|
"__schema": "TypeUnionSchema",
|
2919
2919
|
"location": {
|
2920
2920
|
"filePath": "lanes.main.runtime.ts",
|
2921
|
-
"line":
|
2921
|
+
"line": 647,
|
2922
2922
|
"character": 57
|
2923
2923
|
},
|
2924
2924
|
"types": [
|
@@ -2926,7 +2926,7 @@
|
|
2926
2926
|
"__schema": "TypeRefSchema",
|
2927
2927
|
"location": {
|
2928
2928
|
"filePath": "lanes.main.runtime.ts",
|
2929
|
-
"line":
|
2929
|
+
"line": 647,
|
2930
2930
|
"character": 57
|
2931
2931
|
},
|
2932
2932
|
"name": "Component"
|
@@ -2935,7 +2935,7 @@
|
|
2935
2935
|
"__schema": "KeywordTypeSchema",
|
2936
2936
|
"location": {
|
2937
2937
|
"filePath": "lanes.main.runtime.ts",
|
2938
|
-
"line":
|
2938
|
+
"line": 647,
|
2939
2939
|
"character": 69
|
2940
2940
|
},
|
2941
2941
|
"name": "undefined"
|
@@ -2952,7 +2952,7 @@
|
|
2952
2952
|
"__schema": "FunctionLikeSchema",
|
2953
2953
|
"location": {
|
2954
2954
|
"filePath": "lanes.main.runtime.ts",
|
2955
|
-
"line":
|
2955
|
+
"line": 657,
|
2956
2956
|
"character": 3
|
2957
2957
|
},
|
2958
2958
|
"signature": "(method) LanesMain.removeLaneReadme(laneName?: string): Promise<{\n result: boolean;\n message?: string;\n}>",
|
@@ -2962,7 +2962,7 @@
|
|
2962
2962
|
"__schema": "ParameterSchema",
|
2963
2963
|
"location": {
|
2964
2964
|
"filePath": "lanes.main.runtime.ts",
|
2965
|
-
"line":
|
2965
|
+
"line": 657,
|
2966
2966
|
"character": 26
|
2967
2967
|
},
|
2968
2968
|
"name": "laneName",
|
@@ -2970,7 +2970,7 @@
|
|
2970
2970
|
"__schema": "KeywordTypeSchema",
|
2971
2971
|
"location": {
|
2972
2972
|
"filePath": "lanes.main.runtime.ts",
|
2973
|
-
"line":
|
2973
|
+
"line": 657,
|
2974
2974
|
"character": 37
|
2975
2975
|
},
|
2976
2976
|
"name": "string"
|
@@ -2983,7 +2983,7 @@
|
|
2983
2983
|
"__schema": "TypeRefSchema",
|
2984
2984
|
"location": {
|
2985
2985
|
"filePath": "lanes.main.runtime.ts",
|
2986
|
-
"line":
|
2986
|
+
"line": 657,
|
2987
2987
|
"character": 46
|
2988
2988
|
},
|
2989
2989
|
"name": "Promise",
|
@@ -2992,7 +2992,7 @@
|
|
2992
2992
|
"__schema": "TypeLiteralSchema",
|
2993
2993
|
"location": {
|
2994
2994
|
"filePath": "lanes.main.runtime.ts",
|
2995
|
-
"line":
|
2995
|
+
"line": 657,
|
2996
2996
|
"character": 54
|
2997
2997
|
},
|
2998
2998
|
"members": [
|
@@ -3000,7 +3000,7 @@
|
|
3000
3000
|
"__schema": "VariableLikeSchema",
|
3001
3001
|
"location": {
|
3002
3002
|
"filePath": "lanes.main.runtime.ts",
|
3003
|
-
"line":
|
3003
|
+
"line": 657,
|
3004
3004
|
"character": 56
|
3005
3005
|
},
|
3006
3006
|
"signature": "(property) result: boolean",
|
@@ -3009,7 +3009,7 @@
|
|
3009
3009
|
"__schema": "KeywordTypeSchema",
|
3010
3010
|
"location": {
|
3011
3011
|
"filePath": "lanes.main.runtime.ts",
|
3012
|
-
"line":
|
3012
|
+
"line": 657,
|
3013
3013
|
"character": 64
|
3014
3014
|
},
|
3015
3015
|
"name": "boolean"
|
@@ -3020,7 +3020,7 @@
|
|
3020
3020
|
"__schema": "VariableLikeSchema",
|
3021
3021
|
"location": {
|
3022
3022
|
"filePath": "lanes.main.runtime.ts",
|
3023
|
-
"line":
|
3023
|
+
"line": 657,
|
3024
3024
|
"character": 73
|
3025
3025
|
},
|
3026
3026
|
"signature": "(property) message?: string | undefined",
|
@@ -3029,7 +3029,7 @@
|
|
3029
3029
|
"__schema": "KeywordTypeSchema",
|
3030
3030
|
"location": {
|
3031
3031
|
"filePath": "lanes.main.runtime.ts",
|
3032
|
-
"line":
|
3032
|
+
"line": 657,
|
3033
3033
|
"character": 83
|
3034
3034
|
},
|
3035
3035
|
"name": "string"
|
@@ -3048,7 +3048,7 @@
|
|
3048
3048
|
"__schema": "FunctionLikeSchema",
|
3049
3049
|
"location": {
|
3050
3050
|
"filePath": "lanes.main.runtime.ts",
|
3051
|
-
"line":
|
3051
|
+
"line": 699,
|
3052
3052
|
"character": 3
|
3053
3053
|
},
|
3054
3054
|
"signature": "(method) LanesMain.diffStatus(sourceLaneId: LaneId, targetLaneId?: LaneId, options?: LaneDiffStatusOptions): Promise<LaneDiffStatus>",
|
@@ -3058,7 +3058,7 @@
|
|
3058
3058
|
"__schema": "ParameterSchema",
|
3059
3059
|
"location": {
|
3060
3060
|
"filePath": "lanes.main.runtime.ts",
|
3061
|
-
"line":
|
3061
|
+
"line": 700,
|
3062
3062
|
"character": 5
|
3063
3063
|
},
|
3064
3064
|
"name": "sourceLaneId",
|
@@ -3066,7 +3066,7 @@
|
|
3066
3066
|
"__schema": "TypeRefSchema",
|
3067
3067
|
"location": {
|
3068
3068
|
"filePath": "lanes.main.runtime.ts",
|
3069
|
-
"line":
|
3069
|
+
"line": 700,
|
3070
3070
|
"character": 19
|
3071
3071
|
},
|
3072
3072
|
"name": "LaneId"
|
@@ -3078,7 +3078,7 @@
|
|
3078
3078
|
"__schema": "ParameterSchema",
|
3079
3079
|
"location": {
|
3080
3080
|
"filePath": "lanes.main.runtime.ts",
|
3081
|
-
"line":
|
3081
|
+
"line": 701,
|
3082
3082
|
"character": 5
|
3083
3083
|
},
|
3084
3084
|
"name": "targetLaneId",
|
@@ -3086,7 +3086,7 @@
|
|
3086
3086
|
"__schema": "TypeRefSchema",
|
3087
3087
|
"location": {
|
3088
3088
|
"filePath": "lanes.main.runtime.ts",
|
3089
|
-
"line":
|
3089
|
+
"line": 701,
|
3090
3090
|
"character": 20
|
3091
3091
|
},
|
3092
3092
|
"name": "LaneId"
|
@@ -3098,7 +3098,7 @@
|
|
3098
3098
|
"__schema": "ParameterSchema",
|
3099
3099
|
"location": {
|
3100
3100
|
"filePath": "lanes.main.runtime.ts",
|
3101
|
-
"line":
|
3101
|
+
"line": 702,
|
3102
3102
|
"character": 5
|
3103
3103
|
},
|
3104
3104
|
"name": "options",
|
@@ -3106,7 +3106,7 @@
|
|
3106
3106
|
"__schema": "TypeRefSchema",
|
3107
3107
|
"location": {
|
3108
3108
|
"filePath": "lanes.main.runtime.ts",
|
3109
|
-
"line":
|
3109
|
+
"line": 702,
|
3110
3110
|
"character": 15
|
3111
3111
|
},
|
3112
3112
|
"name": "LaneDiffStatusOptions"
|
@@ -3119,7 +3119,7 @@
|
|
3119
3119
|
"__schema": "TypeRefSchema",
|
3120
3120
|
"location": {
|
3121
3121
|
"filePath": "lanes.main.runtime.ts",
|
3122
|
-
"line":
|
3122
|
+
"line": 703,
|
3123
3123
|
"character": 6
|
3124
3124
|
},
|
3125
3125
|
"name": "Promise",
|
@@ -3128,7 +3128,7 @@
|
|
3128
3128
|
"__schema": "TypeRefSchema",
|
3129
3129
|
"location": {
|
3130
3130
|
"filePath": "lanes.main.runtime.ts",
|
3131
|
-
"line":
|
3131
|
+
"line": 703,
|
3132
3132
|
"character": 14
|
3133
3133
|
},
|
3134
3134
|
"name": "LaneDiffStatus"
|
@@ -3143,7 +3143,7 @@
|
|
3143
3143
|
"__schema": "FunctionLikeSchema",
|
3144
3144
|
"location": {
|
3145
3145
|
"filePath": "lanes.main.runtime.ts",
|
3146
|
-
"line":
|
3146
|
+
"line": 916,
|
3147
3147
|
"character": 3
|
3148
3148
|
},
|
3149
3149
|
"signature": "(method) LanesMain.componentDiffStatusOld(componentId: ComponentID, sourceHead: string, targetHead?: string, options?: LaneDiffStatusOptions): Promise<LaneComponentDiffStatus>",
|
@@ -3153,7 +3153,7 @@
|
|
3153
3153
|
"__schema": "ParameterSchema",
|
3154
3154
|
"location": {
|
3155
3155
|
"filePath": "lanes.main.runtime.ts",
|
3156
|
-
"line":
|
3156
|
+
"line": 917,
|
3157
3157
|
"character": 5
|
3158
3158
|
},
|
3159
3159
|
"name": "componentId",
|
@@ -3161,7 +3161,7 @@
|
|
3161
3161
|
"__schema": "TypeRefSchema",
|
3162
3162
|
"location": {
|
3163
3163
|
"filePath": "lanes.main.runtime.ts",
|
3164
|
-
"line":
|
3164
|
+
"line": 917,
|
3165
3165
|
"character": 18
|
3166
3166
|
},
|
3167
3167
|
"name": "ComponentID"
|
@@ -3173,7 +3173,7 @@
|
|
3173
3173
|
"__schema": "ParameterSchema",
|
3174
3174
|
"location": {
|
3175
3175
|
"filePath": "lanes.main.runtime.ts",
|
3176
|
-
"line":
|
3176
|
+
"line": 918,
|
3177
3177
|
"character": 5
|
3178
3178
|
},
|
3179
3179
|
"name": "sourceHead",
|
@@ -3181,7 +3181,7 @@
|
|
3181
3181
|
"__schema": "KeywordTypeSchema",
|
3182
3182
|
"location": {
|
3183
3183
|
"filePath": "lanes.main.runtime.ts",
|
3184
|
-
"line":
|
3184
|
+
"line": 918,
|
3185
3185
|
"character": 17
|
3186
3186
|
},
|
3187
3187
|
"name": "string"
|
@@ -3193,7 +3193,7 @@
|
|
3193
3193
|
"__schema": "ParameterSchema",
|
3194
3194
|
"location": {
|
3195
3195
|
"filePath": "lanes.main.runtime.ts",
|
3196
|
-
"line":
|
3196
|
+
"line": 919,
|
3197
3197
|
"character": 5
|
3198
3198
|
},
|
3199
3199
|
"name": "targetHead",
|
@@ -3201,7 +3201,7 @@
|
|
3201
3201
|
"__schema": "KeywordTypeSchema",
|
3202
3202
|
"location": {
|
3203
3203
|
"filePath": "lanes.main.runtime.ts",
|
3204
|
-
"line":
|
3204
|
+
"line": 919,
|
3205
3205
|
"character": 18
|
3206
3206
|
},
|
3207
3207
|
"name": "string"
|
@@ -3213,7 +3213,7 @@
|
|
3213
3213
|
"__schema": "ParameterSchema",
|
3214
3214
|
"location": {
|
3215
3215
|
"filePath": "lanes.main.runtime.ts",
|
3216
|
-
"line":
|
3216
|
+
"line": 920,
|
3217
3217
|
"character": 5
|
3218
3218
|
},
|
3219
3219
|
"name": "options",
|
@@ -3221,7 +3221,7 @@
|
|
3221
3221
|
"__schema": "TypeRefSchema",
|
3222
3222
|
"location": {
|
3223
3223
|
"filePath": "lanes.main.runtime.ts",
|
3224
|
-
"line":
|
3224
|
+
"line": 920,
|
3225
3225
|
"character": 15
|
3226
3226
|
},
|
3227
3227
|
"name": "LaneDiffStatusOptions"
|
@@ -3234,7 +3234,7 @@
|
|
3234
3234
|
"__schema": "TypeRefSchema",
|
3235
3235
|
"location": {
|
3236
3236
|
"filePath": "lanes.main.runtime.ts",
|
3237
|
-
"line":
|
3237
|
+
"line": 921,
|
3238
3238
|
"character": 6
|
3239
3239
|
},
|
3240
3240
|
"name": "Promise",
|
@@ -3243,7 +3243,7 @@
|
|
3243
3243
|
"__schema": "TypeRefSchema",
|
3244
3244
|
"location": {
|
3245
3245
|
"filePath": "lanes.main.runtime.ts",
|
3246
|
-
"line":
|
3246
|
+
"line": 921,
|
3247
3247
|
"character": 14
|
3248
3248
|
},
|
3249
3249
|
"name": "LaneComponentDiffStatus"
|
@@ -3258,14 +3258,14 @@
|
|
3258
3258
|
"__schema": "FunctionLikeSchema",
|
3259
3259
|
"location": {
|
3260
3260
|
"filePath": "lanes.main.runtime.ts",
|
3261
|
-
"line":
|
3261
|
+
"line": 1004,
|
3262
3262
|
"character": 3
|
3263
3263
|
},
|
3264
3264
|
"doc": {
|
3265
3265
|
"__schema": "DocSchema",
|
3266
3266
|
"location": {
|
3267
3267
|
"filePath": "lanes.main.runtime.ts",
|
3268
|
-
"line":
|
3268
|
+
"line": 1000,
|
3269
3269
|
"character": 3
|
3270
3270
|
},
|
3271
3271
|
"raw": "/**\n * if the local lane was forked from another lane, this gets the differences between the two.\n * it also fetches the original lane from the remote to make sure the data is up to date.\n */",
|
@@ -3279,7 +3279,7 @@
|
|
3279
3279
|
"__schema": "ParameterSchema",
|
3280
3280
|
"location": {
|
3281
3281
|
"filePath": "lanes.main.runtime.ts",
|
3282
|
-
"line":
|
3282
|
+
"line": 1004,
|
3283
3283
|
"character": 31
|
3284
3284
|
},
|
3285
3285
|
"name": "componentsList",
|
@@ -3287,7 +3287,7 @@
|
|
3287
3287
|
"__schema": "TypeRefSchema",
|
3288
3288
|
"location": {
|
3289
3289
|
"filePath": "lanes.main.runtime.ts",
|
3290
|
-
"line":
|
3290
|
+
"line": 1004,
|
3291
3291
|
"character": 47
|
3292
3292
|
},
|
3293
3293
|
"name": "ComponentsList"
|
@@ -3300,7 +3300,7 @@
|
|
3300
3300
|
"__schema": "TypeRefSchema",
|
3301
3301
|
"location": {
|
3302
3302
|
"filePath": "lanes.main.runtime.ts",
|
3303
|
-
"line":
|
3303
|
+
"line": 1004,
|
3304
3304
|
"character": 64
|
3305
3305
|
},
|
3306
3306
|
"name": "Promise",
|
@@ -3309,14 +3309,14 @@
|
|
3309
3309
|
"__schema": "TypeArraySchema",
|
3310
3310
|
"location": {
|
3311
3311
|
"filePath": "lanes.main.runtime.ts",
|
3312
|
-
"line":
|
3312
|
+
"line": 1004,
|
3313
3313
|
"character": 72
|
3314
3314
|
},
|
3315
3315
|
"type": {
|
3316
3316
|
"__schema": "TypeRefSchema",
|
3317
3317
|
"location": {
|
3318
3318
|
"filePath": "lanes.main.runtime.ts",
|
3319
|
-
"line":
|
3319
|
+
"line": 1004,
|
3320
3320
|
"character": 72
|
3321
3321
|
},
|
3322
3322
|
"name": "DivergeDataPerId"
|
@@ -3332,14 +3332,14 @@
|
|
3332
3332
|
"__schema": "FunctionLikeSchema",
|
3333
3333
|
"location": {
|
3334
3334
|
"filePath": "lanes.main.runtime.ts",
|
3335
|
-
"line":
|
3335
|
+
"line": 1058,
|
3336
3336
|
"character": 3
|
3337
3337
|
},
|
3338
3338
|
"doc": {
|
3339
3339
|
"__schema": "DocSchema",
|
3340
3340
|
"location": {
|
3341
3341
|
"filePath": "lanes.main.runtime.ts",
|
3342
|
-
"line":
|
3342
|
+
"line": 1054,
|
3343
3343
|
"character": 3
|
3344
3344
|
},
|
3345
3345
|
"raw": "/**\n * default to remove all of them.\n * returns true if the lane has changed\n */",
|
@@ -3353,7 +3353,7 @@
|
|
3353
3353
|
"__schema": "ParameterSchema",
|
3354
3354
|
"location": {
|
3355
3355
|
"filePath": "lanes.main.runtime.ts",
|
3356
|
-
"line":
|
3356
|
+
"line": 1058,
|
3357
3357
|
"character": 32
|
3358
3358
|
},
|
3359
3359
|
"name": "laneId",
|
@@ -3361,7 +3361,7 @@
|
|
3361
3361
|
"__schema": "TypeRefSchema",
|
3362
3362
|
"location": {
|
3363
3363
|
"filePath": "lanes.main.runtime.ts",
|
3364
|
-
"line":
|
3364
|
+
"line": 1058,
|
3365
3365
|
"character": 40
|
3366
3366
|
},
|
3367
3367
|
"name": "LaneId"
|
@@ -3373,7 +3373,7 @@
|
|
3373
3373
|
"__schema": "ParameterSchema",
|
3374
3374
|
"location": {
|
3375
3375
|
"filePath": "lanes.main.runtime.ts",
|
3376
|
-
"line":
|
3376
|
+
"line": 1058,
|
3377
3377
|
"character": 48
|
3378
3378
|
},
|
3379
3379
|
"name": "ids",
|
@@ -3381,14 +3381,14 @@
|
|
3381
3381
|
"__schema": "TypeArraySchema",
|
3382
3382
|
"location": {
|
3383
3383
|
"filePath": "lanes.main.runtime.ts",
|
3384
|
-
"line":
|
3384
|
+
"line": 1058,
|
3385
3385
|
"character": 54
|
3386
3386
|
},
|
3387
3387
|
"type": {
|
3388
3388
|
"__schema": "TypeRefSchema",
|
3389
3389
|
"location": {
|
3390
3390
|
"filePath": "lanes.main.runtime.ts",
|
3391
|
-
"line":
|
3391
|
+
"line": 1058,
|
3392
3392
|
"character": 54
|
3393
3393
|
},
|
3394
3394
|
"name": "ComponentID"
|
@@ -3402,7 +3402,7 @@
|
|
3402
3402
|
"__schema": "TypeRefSchema",
|
3403
3403
|
"location": {
|
3404
3404
|
"filePath": "lanes.main.runtime.ts",
|
3405
|
-
"line":
|
3405
|
+
"line": 1058,
|
3406
3406
|
"character": 70
|
3407
3407
|
},
|
3408
3408
|
"name": "Promise",
|
@@ -3411,7 +3411,7 @@
|
|
3411
3411
|
"__schema": "TypeRefSchema",
|
3412
3412
|
"location": {
|
3413
3413
|
"filePath": "lanes.main.runtime.ts",
|
3414
|
-
"line":
|
3414
|
+
"line": 1058,
|
3415
3415
|
"character": 78
|
3416
3416
|
},
|
3417
3417
|
"name": "Boolean"
|
@@ -3426,7 +3426,7 @@
|
|
3426
3426
|
"__schema": "GetAccessorSchema",
|
3427
3427
|
"location": {
|
3428
3428
|
"filePath": "lanes.main.runtime.ts",
|
3429
|
-
"line":
|
3429
|
+
"line": 1093,
|
3430
3430
|
"character": 3
|
3431
3431
|
},
|
3432
3432
|
"signature": "(getter) LanesMain.createRoutePath: string",
|
@@ -3435,7 +3435,7 @@
|
|
3435
3435
|
"__schema": "InferenceTypeSchema",
|
3436
3436
|
"location": {
|
3437
3437
|
"filePath": "lanes.main.runtime.ts",
|
3438
|
-
"line":
|
3438
|
+
"line": 1093,
|
3439
3439
|
"character": 3
|
3440
3440
|
},
|
3441
3441
|
"type": "string"
|
@@ -3445,7 +3445,7 @@
|
|
3445
3445
|
"__schema": "GetAccessorSchema",
|
3446
3446
|
"location": {
|
3447
3447
|
"filePath": "lanes.main.runtime.ts",
|
3448
|
-
"line":
|
3448
|
+
"line": 1097,
|
3449
3449
|
"character": 3
|
3450
3450
|
},
|
3451
3451
|
"signature": "(getter) LanesMain.deleteRoutePath: string",
|
@@ -3454,7 +3454,7 @@
|
|
3454
3454
|
"__schema": "InferenceTypeSchema",
|
3455
3455
|
"location": {
|
3456
3456
|
"filePath": "lanes.main.runtime.ts",
|
3457
|
-
"line":
|
3457
|
+
"line": 1097,
|
3458
3458
|
"character": 3
|
3459
3459
|
},
|
3460
3460
|
"type": "string"
|
@@ -3464,7 +3464,7 @@
|
|
3464
3464
|
"__schema": "GetAccessorSchema",
|
3465
3465
|
"location": {
|
3466
3466
|
"filePath": "lanes.main.runtime.ts",
|
3467
|
-
"line":
|
3467
|
+
"line": 1101,
|
3468
3468
|
"character": 3
|
3469
3469
|
},
|
3470
3470
|
"signature": "(getter) LanesMain.restoreRoutePath: string",
|
@@ -3473,7 +3473,7 @@
|
|
3473
3473
|
"__schema": "InferenceTypeSchema",
|
3474
3474
|
"location": {
|
3475
3475
|
"filePath": "lanes.main.runtime.ts",
|
3476
|
-
"line":
|
3476
|
+
"line": 1101,
|
3477
3477
|
"character": 3
|
3478
3478
|
},
|
3479
3479
|
"type": "string"
|
@@ -3483,7 +3483,7 @@
|
|
3483
3483
|
"__schema": "VariableLikeSchema",
|
3484
3484
|
"location": {
|
3485
3485
|
"filePath": "lanes.main.runtime.ts",
|
3486
|
-
"line":
|
3486
|
+
"line": 1105,
|
3487
3487
|
"character": 3
|
3488
3488
|
},
|
3489
3489
|
"signature": "(property) LanesMain.slots: never[]",
|
@@ -3492,7 +3492,7 @@
|
|
3492
3492
|
"__schema": "InferenceTypeSchema",
|
3493
3493
|
"location": {
|
3494
3494
|
"filePath": "lanes.main.runtime.ts",
|
3495
|
-
"line":
|
3495
|
+
"line": 1105,
|
3496
3496
|
"character": 3
|
3497
3497
|
},
|
3498
3498
|
"type": "never[]"
|
@@ -3504,7 +3504,7 @@
|
|
3504
3504
|
"__schema": "VariableLikeSchema",
|
3505
3505
|
"location": {
|
3506
3506
|
"filePath": "lanes.main.runtime.ts",
|
3507
|
-
"line":
|
3507
|
+
"line": 1106,
|
3508
3508
|
"character": 3
|
3509
3509
|
},
|
3510
3510
|
"signature": "(property) LanesMain.dependencies: Aspect[]",
|
@@ -3513,7 +3513,7 @@
|
|
3513
3513
|
"__schema": "InferenceTypeSchema",
|
3514
3514
|
"location": {
|
3515
3515
|
"filePath": "lanes.main.runtime.ts",
|
3516
|
-
"line":
|
3516
|
+
"line": 1106,
|
3517
3517
|
"character": 3
|
3518
3518
|
},
|
3519
3519
|
"type": "Aspect[]"
|
@@ -3525,7 +3525,7 @@
|
|
3525
3525
|
"__schema": "VariableLikeSchema",
|
3526
3526
|
"location": {
|
3527
3527
|
"filePath": "lanes.main.runtime.ts",
|
3528
|
-
"line":
|
3528
|
+
"line": 1123,
|
3529
3529
|
"character": 3
|
3530
3530
|
},
|
3531
3531
|
"signature": "(property) LanesMain.runtime: RuntimeDefinition",
|
@@ -3534,7 +3534,7 @@
|
|
3534
3534
|
"__schema": "InferenceTypeSchema",
|
3535
3535
|
"location": {
|
3536
3536
|
"filePath": "lanes.main.runtime.ts",
|
3537
|
-
"line":
|
3537
|
+
"line": 1123,
|
3538
3538
|
"character": 3
|
3539
3539
|
},
|
3540
3540
|
"type": "RuntimeDefinition"
|
@@ -3546,7 +3546,7 @@
|
|
3546
3546
|
"__schema": "FunctionLikeSchema",
|
3547
3547
|
"location": {
|
3548
3548
|
"filePath": "lanes.main.runtime.ts",
|
3549
|
-
"line":
|
3549
|
+
"line": 1124,
|
3550
3550
|
"character": 3
|
3551
3551
|
},
|
3552
3552
|
"signature": "(method) LanesMain.provider([cli, scope, workspace, graphql, merging, component, loggerMain, importer, exporter, express, componentCompare, componentWriter, remove, checkout, install,]: [\n CLIMain,\n ScopeMain,\n Workspace,\n GraphqlMain,\n MergingMain,\n ComponentMain,\n LoggerMain,\n ImporterMain,\n ExportMain,\n ExpressMain,\n ComponentCompareMain,\n ComponentWriterMain,\n RemoveMain,\n CheckoutMain,\n InstallMain\n]): Promise<LanesMain>",
|
@@ -3556,7 +3556,7 @@
|
|
3556
3556
|
"__schema": "ParameterSchema",
|
3557
3557
|
"location": {
|
3558
3558
|
"filePath": "lanes.main.runtime.ts",
|
3559
|
-
"line":
|
3559
|
+
"line": 1124,
|
3560
3560
|
"character": 25
|
3561
3561
|
},
|
3562
3562
|
"name": "[ cli, scope, workspace, graphql, merging, component, loggerMain, importer, exporter, express, componentCompare, componentWriter, remove, checkout, install ]",
|
@@ -3564,7 +3564,7 @@
|
|
3564
3564
|
"__schema": "TupleTypeSchema",
|
3565
3565
|
"location": {
|
3566
3566
|
"filePath": "lanes.main.runtime.ts",
|
3567
|
-
"line":
|
3567
|
+
"line": 1140,
|
3568
3568
|
"character": 6
|
3569
3569
|
},
|
3570
3570
|
"elements": [
|
@@ -3572,7 +3572,7 @@
|
|
3572
3572
|
"__schema": "TypeRefSchema",
|
3573
3573
|
"location": {
|
3574
3574
|
"filePath": "lanes.main.runtime.ts",
|
3575
|
-
"line":
|
3575
|
+
"line": 1141,
|
3576
3576
|
"character": 5
|
3577
3577
|
},
|
3578
3578
|
"name": "CLIMain"
|
@@ -3581,7 +3581,7 @@
|
|
3581
3581
|
"__schema": "TypeRefSchema",
|
3582
3582
|
"location": {
|
3583
3583
|
"filePath": "lanes.main.runtime.ts",
|
3584
|
-
"line":
|
3584
|
+
"line": 1142,
|
3585
3585
|
"character": 5
|
3586
3586
|
},
|
3587
3587
|
"name": "ScopeMain"
|
@@ -3590,7 +3590,7 @@
|
|
3590
3590
|
"__schema": "TypeRefSchema",
|
3591
3591
|
"location": {
|
3592
3592
|
"filePath": "lanes.main.runtime.ts",
|
3593
|
-
"line":
|
3593
|
+
"line": 1143,
|
3594
3594
|
"character": 5
|
3595
3595
|
},
|
3596
3596
|
"name": "Workspace"
|
@@ -3599,7 +3599,7 @@
|
|
3599
3599
|
"__schema": "TypeRefSchema",
|
3600
3600
|
"location": {
|
3601
3601
|
"filePath": "lanes.main.runtime.ts",
|
3602
|
-
"line":
|
3602
|
+
"line": 1144,
|
3603
3603
|
"character": 5
|
3604
3604
|
},
|
3605
3605
|
"name": "GraphqlMain"
|
@@ -3608,7 +3608,7 @@
|
|
3608
3608
|
"__schema": "TypeRefSchema",
|
3609
3609
|
"location": {
|
3610
3610
|
"filePath": "lanes.main.runtime.ts",
|
3611
|
-
"line":
|
3611
|
+
"line": 1145,
|
3612
3612
|
"character": 5
|
3613
3613
|
},
|
3614
3614
|
"name": "MergingMain"
|
@@ -3617,7 +3617,7 @@
|
|
3617
3617
|
"__schema": "TypeRefSchema",
|
3618
3618
|
"location": {
|
3619
3619
|
"filePath": "lanes.main.runtime.ts",
|
3620
|
-
"line":
|
3620
|
+
"line": 1146,
|
3621
3621
|
"character": 5
|
3622
3622
|
},
|
3623
3623
|
"name": "ComponentMain"
|
@@ -3626,7 +3626,7 @@
|
|
3626
3626
|
"__schema": "TypeRefSchema",
|
3627
3627
|
"location": {
|
3628
3628
|
"filePath": "lanes.main.runtime.ts",
|
3629
|
-
"line":
|
3629
|
+
"line": 1147,
|
3630
3630
|
"character": 5
|
3631
3631
|
},
|
3632
3632
|
"name": "LoggerMain"
|
@@ -3635,7 +3635,7 @@
|
|
3635
3635
|
"__schema": "TypeRefSchema",
|
3636
3636
|
"location": {
|
3637
3637
|
"filePath": "lanes.main.runtime.ts",
|
3638
|
-
"line":
|
3638
|
+
"line": 1148,
|
3639
3639
|
"character": 5
|
3640
3640
|
},
|
3641
3641
|
"name": "ImporterMain"
|
@@ -3644,7 +3644,7 @@
|
|
3644
3644
|
"__schema": "TypeRefSchema",
|
3645
3645
|
"location": {
|
3646
3646
|
"filePath": "lanes.main.runtime.ts",
|
3647
|
-
"line":
|
3647
|
+
"line": 1149,
|
3648
3648
|
"character": 5
|
3649
3649
|
},
|
3650
3650
|
"name": "ExportMain"
|
@@ -3653,7 +3653,7 @@
|
|
3653
3653
|
"__schema": "TypeRefSchema",
|
3654
3654
|
"location": {
|
3655
3655
|
"filePath": "lanes.main.runtime.ts",
|
3656
|
-
"line":
|
3656
|
+
"line": 1150,
|
3657
3657
|
"character": 5
|
3658
3658
|
},
|
3659
3659
|
"name": "ExpressMain"
|
@@ -3662,7 +3662,7 @@
|
|
3662
3662
|
"__schema": "TypeRefSchema",
|
3663
3663
|
"location": {
|
3664
3664
|
"filePath": "lanes.main.runtime.ts",
|
3665
|
-
"line":
|
3665
|
+
"line": 1151,
|
3666
3666
|
"character": 5
|
3667
3667
|
},
|
3668
3668
|
"name": "ComponentCompareMain"
|
@@ -3671,7 +3671,7 @@
|
|
3671
3671
|
"__schema": "TypeRefSchema",
|
3672
3672
|
"location": {
|
3673
3673
|
"filePath": "lanes.main.runtime.ts",
|
3674
|
-
"line":
|
3674
|
+
"line": 1152,
|
3675
3675
|
"character": 5
|
3676
3676
|
},
|
3677
3677
|
"name": "ComponentWriterMain"
|
@@ -3680,7 +3680,7 @@
|
|
3680
3680
|
"__schema": "TypeRefSchema",
|
3681
3681
|
"location": {
|
3682
3682
|
"filePath": "lanes.main.runtime.ts",
|
3683
|
-
"line":
|
3683
|
+
"line": 1153,
|
3684
3684
|
"character": 5
|
3685
3685
|
},
|
3686
3686
|
"name": "RemoveMain"
|
@@ -3689,7 +3689,7 @@
|
|
3689
3689
|
"__schema": "TypeRefSchema",
|
3690
3690
|
"location": {
|
3691
3691
|
"filePath": "lanes.main.runtime.ts",
|
3692
|
-
"line":
|
3692
|
+
"line": 1154,
|
3693
3693
|
"character": 5
|
3694
3694
|
},
|
3695
3695
|
"name": "CheckoutMain"
|
@@ -3698,7 +3698,7 @@
|
|
3698
3698
|
"__schema": "TypeRefSchema",
|
3699
3699
|
"location": {
|
3700
3700
|
"filePath": "lanes.main.runtime.ts",
|
3701
|
-
"line":
|
3701
|
+
"line": 1155,
|
3702
3702
|
"character": 5
|
3703
3703
|
},
|
3704
3704
|
"name": "InstallMain"
|
@@ -3713,7 +3713,7 @@
|
|
3713
3713
|
"__schema": "InferenceTypeSchema",
|
3714
3714
|
"location": {
|
3715
3715
|
"filePath": "lanes.main.runtime.ts",
|
3716
|
-
"line":
|
3716
|
+
"line": 1124,
|
3717
3717
|
"character": 3
|
3718
3718
|
},
|
3719
3719
|
"type": "Promise<LanesMain>"
|
@@ -8746,14 +8746,14 @@
|
|
8746
8746
|
"__schema": "FunctionLikeSchema",
|
8747
8747
|
"location": {
|
8748
8748
|
"filePath": "lanes.main.runtime.ts",
|
8749
|
-
"line":
|
8749
|
+
"line": 619,
|
8750
8750
|
"character": 3
|
8751
8751
|
},
|
8752
8752
|
"doc": {
|
8753
8753
|
"__schema": "DocSchema",
|
8754
8754
|
"location": {
|
8755
8755
|
"filePath": "lanes.main.runtime.ts",
|
8756
|
-
"line":
|
8756
|
+
"line": 613,
|
8757
8757
|
"character": 3
|
8758
8758
|
},
|
8759
8759
|
"raw": "/**\n * the values array may include zero to two values and will be processed as following:\n * [] => diff between the current lane and default lane. (only inside workspace).\n * [to] => diff between the current lane (or default-lane when in scope) and \"to\" lane.\n * [from, to] => diff between \"from\" lane and \"to\" lane.\n */",
|
@@ -8767,7 +8767,7 @@
|
|
8767
8767
|
"__schema": "ParameterSchema",
|
8768
8768
|
"location": {
|
8769
8769
|
"filePath": "lanes.main.runtime.ts",
|
8770
|
-
"line":
|
8770
|
+
"line": 619,
|
8771
8771
|
"character": 24
|
8772
8772
|
},
|
8773
8773
|
"name": "values",
|
@@ -8775,14 +8775,14 @@
|
|
8775
8775
|
"__schema": "TypeArraySchema",
|
8776
8776
|
"location": {
|
8777
8777
|
"filePath": "lanes.main.runtime.ts",
|
8778
|
-
"line":
|
8778
|
+
"line": 619,
|
8779
8779
|
"character": 32
|
8780
8780
|
},
|
8781
8781
|
"type": {
|
8782
8782
|
"__schema": "KeywordTypeSchema",
|
8783
8783
|
"location": {
|
8784
8784
|
"filePath": "lanes.main.runtime.ts",
|
8785
|
-
"line":
|
8785
|
+
"line": 619,
|
8786
8786
|
"character": 32
|
8787
8787
|
},
|
8788
8788
|
"name": "string"
|
@@ -8795,7 +8795,7 @@
|
|
8795
8795
|
"__schema": "ParameterSchema",
|
8796
8796
|
"location": {
|
8797
8797
|
"filePath": "lanes.main.runtime.ts",
|
8798
|
-
"line":
|
8798
|
+
"line": 619,
|
8799
8799
|
"character": 42
|
8800
8800
|
},
|
8801
8801
|
"name": "diffOptions",
|
@@ -8803,7 +8803,7 @@
|
|
8803
8803
|
"__schema": "TypeRefSchema",
|
8804
8804
|
"location": {
|
8805
8805
|
"filePath": "lanes.main.runtime.ts",
|
8806
|
-
"line":
|
8806
|
+
"line": 619,
|
8807
8807
|
"character": 55
|
8808
8808
|
},
|
8809
8809
|
"name": "DiffOptions"
|
@@ -8816,7 +8816,7 @@
|
|
8816
8816
|
"__schema": "ParameterSchema",
|
8817
8817
|
"location": {
|
8818
8818
|
"filePath": "lanes.main.runtime.ts",
|
8819
|
-
"line":
|
8819
|
+
"line": 619,
|
8820
8820
|
"character": 73
|
8821
8821
|
},
|
8822
8822
|
"name": "pattern",
|
@@ -8824,7 +8824,7 @@
|
|
8824
8824
|
"__schema": "KeywordTypeSchema",
|
8825
8825
|
"location": {
|
8826
8826
|
"filePath": "lanes.main.runtime.ts",
|
8827
|
-
"line":
|
8827
|
+
"line": 619,
|
8828
8828
|
"character": 83
|
8829
8829
|
},
|
8830
8830
|
"name": "string"
|
@@ -8837,7 +8837,7 @@
|
|
8837
8837
|
"__schema": "TypeRefSchema",
|
8838
8838
|
"location": {
|
8839
8839
|
"filePath": "lanes.main.runtime.ts",
|
8840
|
-
"line":
|
8840
|
+
"line": 619,
|
8841
8841
|
"character": 92
|
8842
8842
|
},
|
8843
8843
|
"name": "Promise",
|
@@ -8846,7 +8846,7 @@
|
|
8846
8846
|
"__schema": "TypeRefSchema",
|
8847
8847
|
"location": {
|
8848
8848
|
"filePath": "lanes.main.runtime.ts",
|
8849
|
-
"line":
|
8849
|
+
"line": 619,
|
8850
8850
|
"character": 100
|
8851
8851
|
},
|
8852
8852
|
"name": "LaneDiffResults"
|
@@ -8862,7 +8862,7 @@
|
|
8862
8862
|
"__schema": "FunctionLikeSchema",
|
8863
8863
|
"location": {
|
8864
8864
|
"filePath": "lanes.main.runtime.ts",
|
8865
|
-
"line":
|
8865
|
+
"line": 624,
|
8866
8866
|
"character": 3
|
8867
8867
|
},
|
8868
8868
|
"signature": "(method) LanesMain.getLaneComponentModels(lane: LaneData): Promise<Component[]>",
|
@@ -8872,7 +8872,7 @@
|
|
8872
8872
|
"__schema": "ParameterSchema",
|
8873
8873
|
"location": {
|
8874
8874
|
"filePath": "lanes.main.runtime.ts",
|
8875
|
-
"line":
|
8875
|
+
"line": 624,
|
8876
8876
|
"character": 32
|
8877
8877
|
},
|
8878
8878
|
"name": "lane",
|
@@ -8880,7 +8880,7 @@
|
|
8880
8880
|
"__schema": "TypeRefSchema",
|
8881
8881
|
"location": {
|
8882
8882
|
"filePath": "lanes.main.runtime.ts",
|
8883
|
-
"line":
|
8883
|
+
"line": 624,
|
8884
8884
|
"character": 38
|
8885
8885
|
},
|
8886
8886
|
"name": "LaneData"
|
@@ -8893,7 +8893,7 @@
|
|
8893
8893
|
"__schema": "TypeRefSchema",
|
8894
8894
|
"location": {
|
8895
8895
|
"filePath": "lanes.main.runtime.ts",
|
8896
|
-
"line":
|
8896
|
+
"line": 624,
|
8897
8897
|
"character": 49
|
8898
8898
|
},
|
8899
8899
|
"name": "Promise",
|
@@ -8902,14 +8902,14 @@
|
|
8902
8902
|
"__schema": "TypeArraySchema",
|
8903
8903
|
"location": {
|
8904
8904
|
"filePath": "lanes.main.runtime.ts",
|
8905
|
-
"line":
|
8905
|
+
"line": 624,
|
8906
8906
|
"character": 57
|
8907
8907
|
},
|
8908
8908
|
"type": {
|
8909
8909
|
"__schema": "TypeRefSchema",
|
8910
8910
|
"location": {
|
8911
8911
|
"filePath": "lanes.main.runtime.ts",
|
8912
|
-
"line":
|
8912
|
+
"line": 624,
|
8913
8913
|
"character": 57
|
8914
8914
|
},
|
8915
8915
|
"name": "Component"
|
@@ -8925,7 +8925,7 @@
|
|
8925
8925
|
"__schema": "FunctionLikeSchema",
|
8926
8926
|
"location": {
|
8927
8927
|
"filePath": "lanes.main.runtime.ts",
|
8928
|
-
"line":
|
8928
|
+
"line": 631,
|
8929
8929
|
"character": 3
|
8930
8930
|
},
|
8931
8931
|
"signature": "(method) LanesMain.getLaneComponentIds(lane: LaneData): Promise<ComponentID[]>",
|
@@ -8935,7 +8935,7 @@
|
|
8935
8935
|
"__schema": "ParameterSchema",
|
8936
8936
|
"location": {
|
8937
8937
|
"filePath": "lanes.main.runtime.ts",
|
8938
|
-
"line":
|
8938
|
+
"line": 631,
|
8939
8939
|
"character": 29
|
8940
8940
|
},
|
8941
8941
|
"name": "lane",
|
@@ -8943,7 +8943,7 @@
|
|
8943
8943
|
"__schema": "TypeRefSchema",
|
8944
8944
|
"location": {
|
8945
8945
|
"filePath": "lanes.main.runtime.ts",
|
8946
|
-
"line":
|
8946
|
+
"line": 631,
|
8947
8947
|
"character": 35
|
8948
8948
|
},
|
8949
8949
|
"name": "LaneData"
|
@@ -8956,7 +8956,7 @@
|
|
8956
8956
|
"__schema": "TypeRefSchema",
|
8957
8957
|
"location": {
|
8958
8958
|
"filePath": "lanes.main.runtime.ts",
|
8959
|
-
"line":
|
8959
|
+
"line": 631,
|
8960
8960
|
"character": 46
|
8961
8961
|
},
|
8962
8962
|
"name": "Promise",
|
@@ -8965,14 +8965,14 @@
|
|
8965
8965
|
"__schema": "TypeArraySchema",
|
8966
8966
|
"location": {
|
8967
8967
|
"filePath": "lanes.main.runtime.ts",
|
8968
|
-
"line":
|
8968
|
+
"line": 631,
|
8969
8969
|
"character": 54
|
8970
8970
|
},
|
8971
8971
|
"type": {
|
8972
8972
|
"__schema": "TypeRefSchema",
|
8973
8973
|
"location": {
|
8974
8974
|
"filePath": "lanes.main.runtime.ts",
|
8975
|
-
"line":
|
8975
|
+
"line": 631,
|
8976
8976
|
"character": 54
|
8977
8977
|
},
|
8978
8978
|
"name": "ComponentID"
|
@@ -8988,7 +8988,7 @@
|
|
8988
8988
|
"__schema": "FunctionLikeSchema",
|
8989
8989
|
"location": {
|
8990
8990
|
"filePath": "lanes.main.runtime.ts",
|
8991
|
-
"line":
|
8991
|
+
"line": 647,
|
8992
8992
|
"character": 3
|
8993
8993
|
},
|
8994
8994
|
"signature": "(method) LanesMain.getLaneReadmeComponent(lane: LaneData): Promise<Component | undefined>",
|
@@ -8998,7 +8998,7 @@
|
|
8998
8998
|
"__schema": "ParameterSchema",
|
8999
8999
|
"location": {
|
9000
9000
|
"filePath": "lanes.main.runtime.ts",
|
9001
|
-
"line":
|
9001
|
+
"line": 647,
|
9002
9002
|
"character": 32
|
9003
9003
|
},
|
9004
9004
|
"name": "lane",
|
@@ -9006,7 +9006,7 @@
|
|
9006
9006
|
"__schema": "TypeRefSchema",
|
9007
9007
|
"location": {
|
9008
9008
|
"filePath": "lanes.main.runtime.ts",
|
9009
|
-
"line":
|
9009
|
+
"line": 647,
|
9010
9010
|
"character": 38
|
9011
9011
|
},
|
9012
9012
|
"name": "LaneData"
|
@@ -9019,7 +9019,7 @@
|
|
9019
9019
|
"__schema": "TypeRefSchema",
|
9020
9020
|
"location": {
|
9021
9021
|
"filePath": "lanes.main.runtime.ts",
|
9022
|
-
"line":
|
9022
|
+
"line": 647,
|
9023
9023
|
"character": 49
|
9024
9024
|
},
|
9025
9025
|
"name": "Promise",
|
@@ -9028,7 +9028,7 @@
|
|
9028
9028
|
"__schema": "TypeUnionSchema",
|
9029
9029
|
"location": {
|
9030
9030
|
"filePath": "lanes.main.runtime.ts",
|
9031
|
-
"line":
|
9031
|
+
"line": 647,
|
9032
9032
|
"character": 57
|
9033
9033
|
},
|
9034
9034
|
"types": [
|
@@ -9036,7 +9036,7 @@
|
|
9036
9036
|
"__schema": "TypeRefSchema",
|
9037
9037
|
"location": {
|
9038
9038
|
"filePath": "lanes.main.runtime.ts",
|
9039
|
-
"line":
|
9039
|
+
"line": 647,
|
9040
9040
|
"character": 57
|
9041
9041
|
},
|
9042
9042
|
"name": "Component"
|
@@ -9045,7 +9045,7 @@
|
|
9045
9045
|
"__schema": "KeywordTypeSchema",
|
9046
9046
|
"location": {
|
9047
9047
|
"filePath": "lanes.main.runtime.ts",
|
9048
|
-
"line":
|
9048
|
+
"line": 647,
|
9049
9049
|
"character": 69
|
9050
9050
|
},
|
9051
9051
|
"name": "undefined"
|
@@ -9062,7 +9062,7 @@
|
|
9062
9062
|
"__schema": "FunctionLikeSchema",
|
9063
9063
|
"location": {
|
9064
9064
|
"filePath": "lanes.main.runtime.ts",
|
9065
|
-
"line":
|
9065
|
+
"line": 657,
|
9066
9066
|
"character": 3
|
9067
9067
|
},
|
9068
9068
|
"signature": "(method) LanesMain.removeLaneReadme(laneName?: string): Promise<{\n result: boolean;\n message?: string;\n}>",
|
@@ -9072,7 +9072,7 @@
|
|
9072
9072
|
"__schema": "ParameterSchema",
|
9073
9073
|
"location": {
|
9074
9074
|
"filePath": "lanes.main.runtime.ts",
|
9075
|
-
"line":
|
9075
|
+
"line": 657,
|
9076
9076
|
"character": 26
|
9077
9077
|
},
|
9078
9078
|
"name": "laneName",
|
@@ -9080,7 +9080,7 @@
|
|
9080
9080
|
"__schema": "KeywordTypeSchema",
|
9081
9081
|
"location": {
|
9082
9082
|
"filePath": "lanes.main.runtime.ts",
|
9083
|
-
"line":
|
9083
|
+
"line": 657,
|
9084
9084
|
"character": 37
|
9085
9085
|
},
|
9086
9086
|
"name": "string"
|
@@ -9093,7 +9093,7 @@
|
|
9093
9093
|
"__schema": "TypeRefSchema",
|
9094
9094
|
"location": {
|
9095
9095
|
"filePath": "lanes.main.runtime.ts",
|
9096
|
-
"line":
|
9096
|
+
"line": 657,
|
9097
9097
|
"character": 46
|
9098
9098
|
},
|
9099
9099
|
"name": "Promise",
|
@@ -9102,7 +9102,7 @@
|
|
9102
9102
|
"__schema": "TypeLiteralSchema",
|
9103
9103
|
"location": {
|
9104
9104
|
"filePath": "lanes.main.runtime.ts",
|
9105
|
-
"line":
|
9105
|
+
"line": 657,
|
9106
9106
|
"character": 54
|
9107
9107
|
},
|
9108
9108
|
"members": [
|
@@ -9110,7 +9110,7 @@
|
|
9110
9110
|
"__schema": "VariableLikeSchema",
|
9111
9111
|
"location": {
|
9112
9112
|
"filePath": "lanes.main.runtime.ts",
|
9113
|
-
"line":
|
9113
|
+
"line": 657,
|
9114
9114
|
"character": 56
|
9115
9115
|
},
|
9116
9116
|
"signature": "(property) result: boolean",
|
@@ -9119,7 +9119,7 @@
|
|
9119
9119
|
"__schema": "KeywordTypeSchema",
|
9120
9120
|
"location": {
|
9121
9121
|
"filePath": "lanes.main.runtime.ts",
|
9122
|
-
"line":
|
9122
|
+
"line": 657,
|
9123
9123
|
"character": 64
|
9124
9124
|
},
|
9125
9125
|
"name": "boolean"
|
@@ -9130,7 +9130,7 @@
|
|
9130
9130
|
"__schema": "VariableLikeSchema",
|
9131
9131
|
"location": {
|
9132
9132
|
"filePath": "lanes.main.runtime.ts",
|
9133
|
-
"line":
|
9133
|
+
"line": 657,
|
9134
9134
|
"character": 73
|
9135
9135
|
},
|
9136
9136
|
"signature": "(property) message?: string | undefined",
|
@@ -9139,7 +9139,7 @@
|
|
9139
9139
|
"__schema": "KeywordTypeSchema",
|
9140
9140
|
"location": {
|
9141
9141
|
"filePath": "lanes.main.runtime.ts",
|
9142
|
-
"line":
|
9142
|
+
"line": 657,
|
9143
9143
|
"character": 83
|
9144
9144
|
},
|
9145
9145
|
"name": "string"
|
@@ -9158,7 +9158,7 @@
|
|
9158
9158
|
"__schema": "FunctionLikeSchema",
|
9159
9159
|
"location": {
|
9160
9160
|
"filePath": "lanes.main.runtime.ts",
|
9161
|
-
"line":
|
9161
|
+
"line": 699,
|
9162
9162
|
"character": 3
|
9163
9163
|
},
|
9164
9164
|
"signature": "(method) LanesMain.diffStatus(sourceLaneId: LaneId, targetLaneId?: LaneId, options?: LaneDiffStatusOptions): Promise<LaneDiffStatus>",
|
@@ -9168,7 +9168,7 @@
|
|
9168
9168
|
"__schema": "ParameterSchema",
|
9169
9169
|
"location": {
|
9170
9170
|
"filePath": "lanes.main.runtime.ts",
|
9171
|
-
"line":
|
9171
|
+
"line": 700,
|
9172
9172
|
"character": 5
|
9173
9173
|
},
|
9174
9174
|
"name": "sourceLaneId",
|
@@ -9176,7 +9176,7 @@
|
|
9176
9176
|
"__schema": "TypeRefSchema",
|
9177
9177
|
"location": {
|
9178
9178
|
"filePath": "lanes.main.runtime.ts",
|
9179
|
-
"line":
|
9179
|
+
"line": 700,
|
9180
9180
|
"character": 19
|
9181
9181
|
},
|
9182
9182
|
"name": "LaneId"
|
@@ -9188,7 +9188,7 @@
|
|
9188
9188
|
"__schema": "ParameterSchema",
|
9189
9189
|
"location": {
|
9190
9190
|
"filePath": "lanes.main.runtime.ts",
|
9191
|
-
"line":
|
9191
|
+
"line": 701,
|
9192
9192
|
"character": 5
|
9193
9193
|
},
|
9194
9194
|
"name": "targetLaneId",
|
@@ -9196,7 +9196,7 @@
|
|
9196
9196
|
"__schema": "TypeRefSchema",
|
9197
9197
|
"location": {
|
9198
9198
|
"filePath": "lanes.main.runtime.ts",
|
9199
|
-
"line":
|
9199
|
+
"line": 701,
|
9200
9200
|
"character": 20
|
9201
9201
|
},
|
9202
9202
|
"name": "LaneId"
|
@@ -9208,7 +9208,7 @@
|
|
9208
9208
|
"__schema": "ParameterSchema",
|
9209
9209
|
"location": {
|
9210
9210
|
"filePath": "lanes.main.runtime.ts",
|
9211
|
-
"line":
|
9211
|
+
"line": 702,
|
9212
9212
|
"character": 5
|
9213
9213
|
},
|
9214
9214
|
"name": "options",
|
@@ -9216,7 +9216,7 @@
|
|
9216
9216
|
"__schema": "TypeRefSchema",
|
9217
9217
|
"location": {
|
9218
9218
|
"filePath": "lanes.main.runtime.ts",
|
9219
|
-
"line":
|
9219
|
+
"line": 702,
|
9220
9220
|
"character": 15
|
9221
9221
|
},
|
9222
9222
|
"name": "LaneDiffStatusOptions"
|
@@ -9229,7 +9229,7 @@
|
|
9229
9229
|
"__schema": "TypeRefSchema",
|
9230
9230
|
"location": {
|
9231
9231
|
"filePath": "lanes.main.runtime.ts",
|
9232
|
-
"line":
|
9232
|
+
"line": 703,
|
9233
9233
|
"character": 6
|
9234
9234
|
},
|
9235
9235
|
"name": "Promise",
|
@@ -9238,7 +9238,7 @@
|
|
9238
9238
|
"__schema": "TypeRefSchema",
|
9239
9239
|
"location": {
|
9240
9240
|
"filePath": "lanes.main.runtime.ts",
|
9241
|
-
"line":
|
9241
|
+
"line": 703,
|
9242
9242
|
"character": 14
|
9243
9243
|
},
|
9244
9244
|
"name": "LaneDiffStatus"
|
@@ -9253,7 +9253,7 @@
|
|
9253
9253
|
"__schema": "FunctionLikeSchema",
|
9254
9254
|
"location": {
|
9255
9255
|
"filePath": "lanes.main.runtime.ts",
|
9256
|
-
"line":
|
9256
|
+
"line": 916,
|
9257
9257
|
"character": 3
|
9258
9258
|
},
|
9259
9259
|
"signature": "(method) LanesMain.componentDiffStatusOld(componentId: ComponentID, sourceHead: string, targetHead?: string, options?: LaneDiffStatusOptions): Promise<LaneComponentDiffStatus>",
|
@@ -9263,7 +9263,7 @@
|
|
9263
9263
|
"__schema": "ParameterSchema",
|
9264
9264
|
"location": {
|
9265
9265
|
"filePath": "lanes.main.runtime.ts",
|
9266
|
-
"line":
|
9266
|
+
"line": 917,
|
9267
9267
|
"character": 5
|
9268
9268
|
},
|
9269
9269
|
"name": "componentId",
|
@@ -9271,7 +9271,7 @@
|
|
9271
9271
|
"__schema": "TypeRefSchema",
|
9272
9272
|
"location": {
|
9273
9273
|
"filePath": "lanes.main.runtime.ts",
|
9274
|
-
"line":
|
9274
|
+
"line": 917,
|
9275
9275
|
"character": 18
|
9276
9276
|
},
|
9277
9277
|
"name": "ComponentID"
|
@@ -9283,7 +9283,7 @@
|
|
9283
9283
|
"__schema": "ParameterSchema",
|
9284
9284
|
"location": {
|
9285
9285
|
"filePath": "lanes.main.runtime.ts",
|
9286
|
-
"line":
|
9286
|
+
"line": 918,
|
9287
9287
|
"character": 5
|
9288
9288
|
},
|
9289
9289
|
"name": "sourceHead",
|
@@ -9291,7 +9291,7 @@
|
|
9291
9291
|
"__schema": "KeywordTypeSchema",
|
9292
9292
|
"location": {
|
9293
9293
|
"filePath": "lanes.main.runtime.ts",
|
9294
|
-
"line":
|
9294
|
+
"line": 918,
|
9295
9295
|
"character": 17
|
9296
9296
|
},
|
9297
9297
|
"name": "string"
|
@@ -9303,7 +9303,7 @@
|
|
9303
9303
|
"__schema": "ParameterSchema",
|
9304
9304
|
"location": {
|
9305
9305
|
"filePath": "lanes.main.runtime.ts",
|
9306
|
-
"line":
|
9306
|
+
"line": 919,
|
9307
9307
|
"character": 5
|
9308
9308
|
},
|
9309
9309
|
"name": "targetHead",
|
@@ -9311,7 +9311,7 @@
|
|
9311
9311
|
"__schema": "KeywordTypeSchema",
|
9312
9312
|
"location": {
|
9313
9313
|
"filePath": "lanes.main.runtime.ts",
|
9314
|
-
"line":
|
9314
|
+
"line": 919,
|
9315
9315
|
"character": 18
|
9316
9316
|
},
|
9317
9317
|
"name": "string"
|
@@ -9323,7 +9323,7 @@
|
|
9323
9323
|
"__schema": "ParameterSchema",
|
9324
9324
|
"location": {
|
9325
9325
|
"filePath": "lanes.main.runtime.ts",
|
9326
|
-
"line":
|
9326
|
+
"line": 920,
|
9327
9327
|
"character": 5
|
9328
9328
|
},
|
9329
9329
|
"name": "options",
|
@@ -9331,7 +9331,7 @@
|
|
9331
9331
|
"__schema": "TypeRefSchema",
|
9332
9332
|
"location": {
|
9333
9333
|
"filePath": "lanes.main.runtime.ts",
|
9334
|
-
"line":
|
9334
|
+
"line": 920,
|
9335
9335
|
"character": 15
|
9336
9336
|
},
|
9337
9337
|
"name": "LaneDiffStatusOptions"
|
@@ -9344,7 +9344,7 @@
|
|
9344
9344
|
"__schema": "TypeRefSchema",
|
9345
9345
|
"location": {
|
9346
9346
|
"filePath": "lanes.main.runtime.ts",
|
9347
|
-
"line":
|
9347
|
+
"line": 921,
|
9348
9348
|
"character": 6
|
9349
9349
|
},
|
9350
9350
|
"name": "Promise",
|
@@ -9353,7 +9353,7 @@
|
|
9353
9353
|
"__schema": "TypeRefSchema",
|
9354
9354
|
"location": {
|
9355
9355
|
"filePath": "lanes.main.runtime.ts",
|
9356
|
-
"line":
|
9356
|
+
"line": 921,
|
9357
9357
|
"character": 14
|
9358
9358
|
},
|
9359
9359
|
"name": "LaneComponentDiffStatus"
|
@@ -9368,14 +9368,14 @@
|
|
9368
9368
|
"__schema": "FunctionLikeSchema",
|
9369
9369
|
"location": {
|
9370
9370
|
"filePath": "lanes.main.runtime.ts",
|
9371
|
-
"line":
|
9371
|
+
"line": 1004,
|
9372
9372
|
"character": 3
|
9373
9373
|
},
|
9374
9374
|
"doc": {
|
9375
9375
|
"__schema": "DocSchema",
|
9376
9376
|
"location": {
|
9377
9377
|
"filePath": "lanes.main.runtime.ts",
|
9378
|
-
"line":
|
9378
|
+
"line": 1000,
|
9379
9379
|
"character": 3
|
9380
9380
|
},
|
9381
9381
|
"raw": "/**\n * if the local lane was forked from another lane, this gets the differences between the two.\n * it also fetches the original lane from the remote to make sure the data is up to date.\n */",
|
@@ -9389,7 +9389,7 @@
|
|
9389
9389
|
"__schema": "ParameterSchema",
|
9390
9390
|
"location": {
|
9391
9391
|
"filePath": "lanes.main.runtime.ts",
|
9392
|
-
"line":
|
9392
|
+
"line": 1004,
|
9393
9393
|
"character": 31
|
9394
9394
|
},
|
9395
9395
|
"name": "componentsList",
|
@@ -9397,7 +9397,7 @@
|
|
9397
9397
|
"__schema": "TypeRefSchema",
|
9398
9398
|
"location": {
|
9399
9399
|
"filePath": "lanes.main.runtime.ts",
|
9400
|
-
"line":
|
9400
|
+
"line": 1004,
|
9401
9401
|
"character": 47
|
9402
9402
|
},
|
9403
9403
|
"name": "ComponentsList"
|
@@ -9410,7 +9410,7 @@
|
|
9410
9410
|
"__schema": "TypeRefSchema",
|
9411
9411
|
"location": {
|
9412
9412
|
"filePath": "lanes.main.runtime.ts",
|
9413
|
-
"line":
|
9413
|
+
"line": 1004,
|
9414
9414
|
"character": 64
|
9415
9415
|
},
|
9416
9416
|
"name": "Promise",
|
@@ -9419,14 +9419,14 @@
|
|
9419
9419
|
"__schema": "TypeArraySchema",
|
9420
9420
|
"location": {
|
9421
9421
|
"filePath": "lanes.main.runtime.ts",
|
9422
|
-
"line":
|
9422
|
+
"line": 1004,
|
9423
9423
|
"character": 72
|
9424
9424
|
},
|
9425
9425
|
"type": {
|
9426
9426
|
"__schema": "TypeRefSchema",
|
9427
9427
|
"location": {
|
9428
9428
|
"filePath": "lanes.main.runtime.ts",
|
9429
|
-
"line":
|
9429
|
+
"line": 1004,
|
9430
9430
|
"character": 72
|
9431
9431
|
},
|
9432
9432
|
"name": "DivergeDataPerId"
|
@@ -9442,14 +9442,14 @@
|
|
9442
9442
|
"__schema": "FunctionLikeSchema",
|
9443
9443
|
"location": {
|
9444
9444
|
"filePath": "lanes.main.runtime.ts",
|
9445
|
-
"line":
|
9445
|
+
"line": 1058,
|
9446
9446
|
"character": 3
|
9447
9447
|
},
|
9448
9448
|
"doc": {
|
9449
9449
|
"__schema": "DocSchema",
|
9450
9450
|
"location": {
|
9451
9451
|
"filePath": "lanes.main.runtime.ts",
|
9452
|
-
"line":
|
9452
|
+
"line": 1054,
|
9453
9453
|
"character": 3
|
9454
9454
|
},
|
9455
9455
|
"raw": "/**\n * default to remove all of them.\n * returns true if the lane has changed\n */",
|
@@ -9463,7 +9463,7 @@
|
|
9463
9463
|
"__schema": "ParameterSchema",
|
9464
9464
|
"location": {
|
9465
9465
|
"filePath": "lanes.main.runtime.ts",
|
9466
|
-
"line":
|
9466
|
+
"line": 1058,
|
9467
9467
|
"character": 32
|
9468
9468
|
},
|
9469
9469
|
"name": "laneId",
|
@@ -9471,7 +9471,7 @@
|
|
9471
9471
|
"__schema": "TypeRefSchema",
|
9472
9472
|
"location": {
|
9473
9473
|
"filePath": "lanes.main.runtime.ts",
|
9474
|
-
"line":
|
9474
|
+
"line": 1058,
|
9475
9475
|
"character": 40
|
9476
9476
|
},
|
9477
9477
|
"name": "LaneId"
|
@@ -9483,7 +9483,7 @@
|
|
9483
9483
|
"__schema": "ParameterSchema",
|
9484
9484
|
"location": {
|
9485
9485
|
"filePath": "lanes.main.runtime.ts",
|
9486
|
-
"line":
|
9486
|
+
"line": 1058,
|
9487
9487
|
"character": 48
|
9488
9488
|
},
|
9489
9489
|
"name": "ids",
|
@@ -9491,14 +9491,14 @@
|
|
9491
9491
|
"__schema": "TypeArraySchema",
|
9492
9492
|
"location": {
|
9493
9493
|
"filePath": "lanes.main.runtime.ts",
|
9494
|
-
"line":
|
9494
|
+
"line": 1058,
|
9495
9495
|
"character": 54
|
9496
9496
|
},
|
9497
9497
|
"type": {
|
9498
9498
|
"__schema": "TypeRefSchema",
|
9499
9499
|
"location": {
|
9500
9500
|
"filePath": "lanes.main.runtime.ts",
|
9501
|
-
"line":
|
9501
|
+
"line": 1058,
|
9502
9502
|
"character": 54
|
9503
9503
|
},
|
9504
9504
|
"name": "ComponentID"
|
@@ -9512,7 +9512,7 @@
|
|
9512
9512
|
"__schema": "TypeRefSchema",
|
9513
9513
|
"location": {
|
9514
9514
|
"filePath": "lanes.main.runtime.ts",
|
9515
|
-
"line":
|
9515
|
+
"line": 1058,
|
9516
9516
|
"character": 70
|
9517
9517
|
},
|
9518
9518
|
"name": "Promise",
|
@@ -9521,7 +9521,7 @@
|
|
9521
9521
|
"__schema": "TypeRefSchema",
|
9522
9522
|
"location": {
|
9523
9523
|
"filePath": "lanes.main.runtime.ts",
|
9524
|
-
"line":
|
9524
|
+
"line": 1058,
|
9525
9525
|
"character": 78
|
9526
9526
|
},
|
9527
9527
|
"name": "Boolean"
|
@@ -9536,7 +9536,7 @@
|
|
9536
9536
|
"__schema": "GetAccessorSchema",
|
9537
9537
|
"location": {
|
9538
9538
|
"filePath": "lanes.main.runtime.ts",
|
9539
|
-
"line":
|
9539
|
+
"line": 1093,
|
9540
9540
|
"character": 3
|
9541
9541
|
},
|
9542
9542
|
"signature": "(getter) LanesMain.createRoutePath: string",
|
@@ -9545,7 +9545,7 @@
|
|
9545
9545
|
"__schema": "InferenceTypeSchema",
|
9546
9546
|
"location": {
|
9547
9547
|
"filePath": "lanes.main.runtime.ts",
|
9548
|
-
"line":
|
9548
|
+
"line": 1093,
|
9549
9549
|
"character": 3
|
9550
9550
|
},
|
9551
9551
|
"type": "string"
|
@@ -9555,7 +9555,7 @@
|
|
9555
9555
|
"__schema": "GetAccessorSchema",
|
9556
9556
|
"location": {
|
9557
9557
|
"filePath": "lanes.main.runtime.ts",
|
9558
|
-
"line":
|
9558
|
+
"line": 1097,
|
9559
9559
|
"character": 3
|
9560
9560
|
},
|
9561
9561
|
"signature": "(getter) LanesMain.deleteRoutePath: string",
|
@@ -9564,7 +9564,7 @@
|
|
9564
9564
|
"__schema": "InferenceTypeSchema",
|
9565
9565
|
"location": {
|
9566
9566
|
"filePath": "lanes.main.runtime.ts",
|
9567
|
-
"line":
|
9567
|
+
"line": 1097,
|
9568
9568
|
"character": 3
|
9569
9569
|
},
|
9570
9570
|
"type": "string"
|
@@ -9574,7 +9574,7 @@
|
|
9574
9574
|
"__schema": "GetAccessorSchema",
|
9575
9575
|
"location": {
|
9576
9576
|
"filePath": "lanes.main.runtime.ts",
|
9577
|
-
"line":
|
9577
|
+
"line": 1101,
|
9578
9578
|
"character": 3
|
9579
9579
|
},
|
9580
9580
|
"signature": "(getter) LanesMain.restoreRoutePath: string",
|
@@ -9583,7 +9583,7 @@
|
|
9583
9583
|
"__schema": "InferenceTypeSchema",
|
9584
9584
|
"location": {
|
9585
9585
|
"filePath": "lanes.main.runtime.ts",
|
9586
|
-
"line":
|
9586
|
+
"line": 1101,
|
9587
9587
|
"character": 3
|
9588
9588
|
},
|
9589
9589
|
"type": "string"
|
@@ -9593,7 +9593,7 @@
|
|
9593
9593
|
"__schema": "VariableLikeSchema",
|
9594
9594
|
"location": {
|
9595
9595
|
"filePath": "lanes.main.runtime.ts",
|
9596
|
-
"line":
|
9596
|
+
"line": 1105,
|
9597
9597
|
"character": 3
|
9598
9598
|
},
|
9599
9599
|
"signature": "(property) LanesMain.slots: never[]",
|
@@ -9602,7 +9602,7 @@
|
|
9602
9602
|
"__schema": "InferenceTypeSchema",
|
9603
9603
|
"location": {
|
9604
9604
|
"filePath": "lanes.main.runtime.ts",
|
9605
|
-
"line":
|
9605
|
+
"line": 1105,
|
9606
9606
|
"character": 3
|
9607
9607
|
},
|
9608
9608
|
"type": "never[]"
|
@@ -9614,7 +9614,7 @@
|
|
9614
9614
|
"__schema": "VariableLikeSchema",
|
9615
9615
|
"location": {
|
9616
9616
|
"filePath": "lanes.main.runtime.ts",
|
9617
|
-
"line":
|
9617
|
+
"line": 1106,
|
9618
9618
|
"character": 3
|
9619
9619
|
},
|
9620
9620
|
"signature": "(property) LanesMain.dependencies: Aspect[]",
|
@@ -9623,7 +9623,7 @@
|
|
9623
9623
|
"__schema": "InferenceTypeSchema",
|
9624
9624
|
"location": {
|
9625
9625
|
"filePath": "lanes.main.runtime.ts",
|
9626
|
-
"line":
|
9626
|
+
"line": 1106,
|
9627
9627
|
"character": 3
|
9628
9628
|
},
|
9629
9629
|
"type": "Aspect[]"
|
@@ -9635,7 +9635,7 @@
|
|
9635
9635
|
"__schema": "VariableLikeSchema",
|
9636
9636
|
"location": {
|
9637
9637
|
"filePath": "lanes.main.runtime.ts",
|
9638
|
-
"line":
|
9638
|
+
"line": 1123,
|
9639
9639
|
"character": 3
|
9640
9640
|
},
|
9641
9641
|
"signature": "(property) LanesMain.runtime: RuntimeDefinition",
|
@@ -9644,7 +9644,7 @@
|
|
9644
9644
|
"__schema": "InferenceTypeSchema",
|
9645
9645
|
"location": {
|
9646
9646
|
"filePath": "lanes.main.runtime.ts",
|
9647
|
-
"line":
|
9647
|
+
"line": 1123,
|
9648
9648
|
"character": 3
|
9649
9649
|
},
|
9650
9650
|
"type": "RuntimeDefinition"
|
@@ -9656,7 +9656,7 @@
|
|
9656
9656
|
"__schema": "FunctionLikeSchema",
|
9657
9657
|
"location": {
|
9658
9658
|
"filePath": "lanes.main.runtime.ts",
|
9659
|
-
"line":
|
9659
|
+
"line": 1124,
|
9660
9660
|
"character": 3
|
9661
9661
|
},
|
9662
9662
|
"signature": "(method) LanesMain.provider([cli, scope, workspace, graphql, merging, component, loggerMain, importer, exporter, express, componentCompare, componentWriter, remove, checkout, install,]: [\n CLIMain,\n ScopeMain,\n Workspace,\n GraphqlMain,\n MergingMain,\n ComponentMain,\n LoggerMain,\n ImporterMain,\n ExportMain,\n ExpressMain,\n ComponentCompareMain,\n ComponentWriterMain,\n RemoveMain,\n CheckoutMain,\n InstallMain\n]): Promise<LanesMain>",
|
@@ -9666,7 +9666,7 @@
|
|
9666
9666
|
"__schema": "ParameterSchema",
|
9667
9667
|
"location": {
|
9668
9668
|
"filePath": "lanes.main.runtime.ts",
|
9669
|
-
"line":
|
9669
|
+
"line": 1124,
|
9670
9670
|
"character": 25
|
9671
9671
|
},
|
9672
9672
|
"name": "[ cli, scope, workspace, graphql, merging, component, loggerMain, importer, exporter, express, componentCompare, componentWriter, remove, checkout, install ]",
|
@@ -9674,7 +9674,7 @@
|
|
9674
9674
|
"__schema": "TupleTypeSchema",
|
9675
9675
|
"location": {
|
9676
9676
|
"filePath": "lanes.main.runtime.ts",
|
9677
|
-
"line":
|
9677
|
+
"line": 1140,
|
9678
9678
|
"character": 6
|
9679
9679
|
},
|
9680
9680
|
"elements": [
|
@@ -9682,7 +9682,7 @@
|
|
9682
9682
|
"__schema": "TypeRefSchema",
|
9683
9683
|
"location": {
|
9684
9684
|
"filePath": "lanes.main.runtime.ts",
|
9685
|
-
"line":
|
9685
|
+
"line": 1141,
|
9686
9686
|
"character": 5
|
9687
9687
|
},
|
9688
9688
|
"name": "CLIMain"
|
@@ -9691,7 +9691,7 @@
|
|
9691
9691
|
"__schema": "TypeRefSchema",
|
9692
9692
|
"location": {
|
9693
9693
|
"filePath": "lanes.main.runtime.ts",
|
9694
|
-
"line":
|
9694
|
+
"line": 1142,
|
9695
9695
|
"character": 5
|
9696
9696
|
},
|
9697
9697
|
"name": "ScopeMain"
|
@@ -9700,7 +9700,7 @@
|
|
9700
9700
|
"__schema": "TypeRefSchema",
|
9701
9701
|
"location": {
|
9702
9702
|
"filePath": "lanes.main.runtime.ts",
|
9703
|
-
"line":
|
9703
|
+
"line": 1143,
|
9704
9704
|
"character": 5
|
9705
9705
|
},
|
9706
9706
|
"name": "Workspace"
|
@@ -9709,7 +9709,7 @@
|
|
9709
9709
|
"__schema": "TypeRefSchema",
|
9710
9710
|
"location": {
|
9711
9711
|
"filePath": "lanes.main.runtime.ts",
|
9712
|
-
"line":
|
9712
|
+
"line": 1144,
|
9713
9713
|
"character": 5
|
9714
9714
|
},
|
9715
9715
|
"name": "GraphqlMain"
|
@@ -9718,7 +9718,7 @@
|
|
9718
9718
|
"__schema": "TypeRefSchema",
|
9719
9719
|
"location": {
|
9720
9720
|
"filePath": "lanes.main.runtime.ts",
|
9721
|
-
"line":
|
9721
|
+
"line": 1145,
|
9722
9722
|
"character": 5
|
9723
9723
|
},
|
9724
9724
|
"name": "MergingMain"
|
@@ -9727,7 +9727,7 @@
|
|
9727
9727
|
"__schema": "TypeRefSchema",
|
9728
9728
|
"location": {
|
9729
9729
|
"filePath": "lanes.main.runtime.ts",
|
9730
|
-
"line":
|
9730
|
+
"line": 1146,
|
9731
9731
|
"character": 5
|
9732
9732
|
},
|
9733
9733
|
"name": "ComponentMain"
|
@@ -9736,7 +9736,7 @@
|
|
9736
9736
|
"__schema": "TypeRefSchema",
|
9737
9737
|
"location": {
|
9738
9738
|
"filePath": "lanes.main.runtime.ts",
|
9739
|
-
"line":
|
9739
|
+
"line": 1147,
|
9740
9740
|
"character": 5
|
9741
9741
|
},
|
9742
9742
|
"name": "LoggerMain"
|
@@ -9745,7 +9745,7 @@
|
|
9745
9745
|
"__schema": "TypeRefSchema",
|
9746
9746
|
"location": {
|
9747
9747
|
"filePath": "lanes.main.runtime.ts",
|
9748
|
-
"line":
|
9748
|
+
"line": 1148,
|
9749
9749
|
"character": 5
|
9750
9750
|
},
|
9751
9751
|
"name": "ImporterMain"
|
@@ -9754,7 +9754,7 @@
|
|
9754
9754
|
"__schema": "TypeRefSchema",
|
9755
9755
|
"location": {
|
9756
9756
|
"filePath": "lanes.main.runtime.ts",
|
9757
|
-
"line":
|
9757
|
+
"line": 1149,
|
9758
9758
|
"character": 5
|
9759
9759
|
},
|
9760
9760
|
"name": "ExportMain"
|
@@ -9763,7 +9763,7 @@
|
|
9763
9763
|
"__schema": "TypeRefSchema",
|
9764
9764
|
"location": {
|
9765
9765
|
"filePath": "lanes.main.runtime.ts",
|
9766
|
-
"line":
|
9766
|
+
"line": 1150,
|
9767
9767
|
"character": 5
|
9768
9768
|
},
|
9769
9769
|
"name": "ExpressMain"
|
@@ -9772,7 +9772,7 @@
|
|
9772
9772
|
"__schema": "TypeRefSchema",
|
9773
9773
|
"location": {
|
9774
9774
|
"filePath": "lanes.main.runtime.ts",
|
9775
|
-
"line":
|
9775
|
+
"line": 1151,
|
9776
9776
|
"character": 5
|
9777
9777
|
},
|
9778
9778
|
"name": "ComponentCompareMain"
|
@@ -9781,7 +9781,7 @@
|
|
9781
9781
|
"__schema": "TypeRefSchema",
|
9782
9782
|
"location": {
|
9783
9783
|
"filePath": "lanes.main.runtime.ts",
|
9784
|
-
"line":
|
9784
|
+
"line": 1152,
|
9785
9785
|
"character": 5
|
9786
9786
|
},
|
9787
9787
|
"name": "ComponentWriterMain"
|
@@ -9790,7 +9790,7 @@
|
|
9790
9790
|
"__schema": "TypeRefSchema",
|
9791
9791
|
"location": {
|
9792
9792
|
"filePath": "lanes.main.runtime.ts",
|
9793
|
-
"line":
|
9793
|
+
"line": 1153,
|
9794
9794
|
"character": 5
|
9795
9795
|
},
|
9796
9796
|
"name": "RemoveMain"
|
@@ -9799,7 +9799,7 @@
|
|
9799
9799
|
"__schema": "TypeRefSchema",
|
9800
9800
|
"location": {
|
9801
9801
|
"filePath": "lanes.main.runtime.ts",
|
9802
|
-
"line":
|
9802
|
+
"line": 1154,
|
9803
9803
|
"character": 5
|
9804
9804
|
},
|
9805
9805
|
"name": "CheckoutMain"
|
@@ -9808,7 +9808,7 @@
|
|
9808
9808
|
"__schema": "TypeRefSchema",
|
9809
9809
|
"location": {
|
9810
9810
|
"filePath": "lanes.main.runtime.ts",
|
9811
|
-
"line":
|
9811
|
+
"line": 1155,
|
9812
9812
|
"character": 5
|
9813
9813
|
},
|
9814
9814
|
"name": "InstallMain"
|
@@ -9823,7 +9823,7 @@
|
|
9823
9823
|
"__schema": "InferenceTypeSchema",
|
9824
9824
|
"location": {
|
9825
9825
|
"filePath": "lanes.main.runtime.ts",
|
9826
|
-
"line":
|
9826
|
+
"line": 1124,
|
9827
9827
|
"character": 3
|
9828
9828
|
},
|
9829
9829
|
"type": "Promise<LanesMain>"
|
@@ -9841,7 +9841,7 @@
|
|
9841
9841
|
"__schema": "UnImplementedSchema",
|
9842
9842
|
"location": {
|
9843
9843
|
"filePath": "lanes.main.runtime.ts",
|
9844
|
-
"line":
|
9844
|
+
"line": 1212,
|
9845
9845
|
"character": 16
|
9846
9846
|
},
|
9847
9847
|
"name": "LanesMain",
|
@@ -9853,7 +9853,7 @@
|
|
9853
9853
|
"__schema": "UnImplementedSchema",
|
9854
9854
|
"location": {
|
9855
9855
|
"filePath": "lanes.main.runtime.ts",
|
9856
|
-
"line":
|
9856
|
+
"line": 1210,
|
9857
9857
|
"character": 1
|
9858
9858
|
},
|
9859
9859
|
"name": "LanesAspect.addRuntime(LanesMain);",
|
@@ -11375,7 +11375,7 @@
|
|
11375
11375
|
"componentId": {
|
11376
11376
|
"scope": "teambit.lanes",
|
11377
11377
|
"name": "lanes",
|
11378
|
-
"version": "1.0.
|
11378
|
+
"version": "1.0.385"
|
11379
11379
|
},
|
11380
11380
|
"taggedModuleExports": []
|
11381
11381
|
}
|