@teambit/scope 1.0.372 → 1.0.374
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 +1 -1
- package/artifacts/preview/teambit_scope_scope-preview.js +1 -1
- package/artifacts/schema.json +596 -554
- package/dist/{preview-1722914571172.js → preview-1723087263885.js} +2 -2
- package/dist/scope.main.runtime.d.ts +1 -1
- package/dist/scope.main.runtime.js +2 -2
- package/dist/scope.main.runtime.js.map +1 -1
- package/package.json +20 -20
package/artifacts/schema.json
CHANGED
|
@@ -96,7 +96,7 @@
|
|
|
96
96
|
"_legacy": {
|
|
97
97
|
"scope": "teambit.scope",
|
|
98
98
|
"name": "scope",
|
|
99
|
-
"version": "1.0.
|
|
99
|
+
"version": "1.0.374"
|
|
100
100
|
},
|
|
101
101
|
"_scope": "teambit.scope"
|
|
102
102
|
}
|
|
@@ -189,7 +189,7 @@
|
|
|
189
189
|
"_legacy": {
|
|
190
190
|
"scope": "teambit.scope",
|
|
191
191
|
"name": "scope",
|
|
192
|
-
"version": "1.0.
|
|
192
|
+
"version": "1.0.374"
|
|
193
193
|
},
|
|
194
194
|
"_scope": "teambit.scope"
|
|
195
195
|
}
|
|
@@ -4847,23 +4847,23 @@
|
|
|
4847
4847
|
"comment": "get component log sorted by the timestamp in ascending order (from the earliest to the latest)",
|
|
4848
4848
|
"tags": []
|
|
4849
4849
|
},
|
|
4850
|
-
"signature": "(method) ScopeMain.getLogs(id: ComponentID, shortHash?: boolean, startsFrom?: string): Promise<ComponentLog[]>",
|
|
4850
|
+
"signature": "(method) ScopeMain.getLogs(id: ComponentID, shortHash?: boolean, startsFrom?: string, throwIfMissing?: boolean): Promise<ComponentLog[]>",
|
|
4851
4851
|
"name": "getLogs",
|
|
4852
4852
|
"params": [
|
|
4853
4853
|
{
|
|
4854
4854
|
"__schema": "ParameterSchema",
|
|
4855
4855
|
"location": {
|
|
4856
4856
|
"filePath": "scope.main.runtime.ts",
|
|
4857
|
-
"line":
|
|
4858
|
-
"character":
|
|
4857
|
+
"line": 854,
|
|
4858
|
+
"character": 5
|
|
4859
4859
|
},
|
|
4860
4860
|
"name": "id",
|
|
4861
4861
|
"type": {
|
|
4862
4862
|
"__schema": "TypeRefSchema",
|
|
4863
4863
|
"location": {
|
|
4864
4864
|
"filePath": "scope.main.runtime.ts",
|
|
4865
|
-
"line":
|
|
4866
|
-
"character":
|
|
4865
|
+
"line": 854,
|
|
4866
|
+
"character": 9
|
|
4867
4867
|
},
|
|
4868
4868
|
"name": "ComponentID"
|
|
4869
4869
|
},
|
|
@@ -4874,16 +4874,16 @@
|
|
|
4874
4874
|
"__schema": "ParameterSchema",
|
|
4875
4875
|
"location": {
|
|
4876
4876
|
"filePath": "scope.main.runtime.ts",
|
|
4877
|
-
"line":
|
|
4878
|
-
"character":
|
|
4877
|
+
"line": 855,
|
|
4878
|
+
"character": 5
|
|
4879
4879
|
},
|
|
4880
4880
|
"name": "shortHash",
|
|
4881
4881
|
"type": {
|
|
4882
4882
|
"__schema": "InferenceTypeSchema",
|
|
4883
4883
|
"location": {
|
|
4884
4884
|
"filePath": "scope.main.runtime.ts",
|
|
4885
|
-
"line":
|
|
4886
|
-
"character":
|
|
4885
|
+
"line": 855,
|
|
4886
|
+
"character": 5
|
|
4887
4887
|
},
|
|
4888
4888
|
"type": "boolean"
|
|
4889
4889
|
},
|
|
@@ -4895,29 +4895,50 @@
|
|
|
4895
4895
|
"__schema": "ParameterSchema",
|
|
4896
4896
|
"location": {
|
|
4897
4897
|
"filePath": "scope.main.runtime.ts",
|
|
4898
|
-
"line":
|
|
4899
|
-
"character":
|
|
4898
|
+
"line": 856,
|
|
4899
|
+
"character": 5
|
|
4900
4900
|
},
|
|
4901
4901
|
"name": "startsFrom",
|
|
4902
4902
|
"type": {
|
|
4903
4903
|
"__schema": "KeywordTypeSchema",
|
|
4904
4904
|
"location": {
|
|
4905
4905
|
"filePath": "scope.main.runtime.ts",
|
|
4906
|
-
"line":
|
|
4907
|
-
"character":
|
|
4906
|
+
"line": 856,
|
|
4907
|
+
"character": 18
|
|
4908
4908
|
},
|
|
4909
4909
|
"name": "string"
|
|
4910
4910
|
},
|
|
4911
4911
|
"isOptional": true,
|
|
4912
4912
|
"isSpread": false
|
|
4913
|
+
},
|
|
4914
|
+
{
|
|
4915
|
+
"__schema": "ParameterSchema",
|
|
4916
|
+
"location": {
|
|
4917
|
+
"filePath": "scope.main.runtime.ts",
|
|
4918
|
+
"line": 857,
|
|
4919
|
+
"character": 5
|
|
4920
|
+
},
|
|
4921
|
+
"name": "throwIfMissing",
|
|
4922
|
+
"type": {
|
|
4923
|
+
"__schema": "InferenceTypeSchema",
|
|
4924
|
+
"location": {
|
|
4925
|
+
"filePath": "scope.main.runtime.ts",
|
|
4926
|
+
"line": 857,
|
|
4927
|
+
"character": 5
|
|
4928
|
+
},
|
|
4929
|
+
"type": "boolean"
|
|
4930
|
+
},
|
|
4931
|
+
"isOptional": true,
|
|
4932
|
+
"defaultValue": "false",
|
|
4933
|
+
"isSpread": false
|
|
4913
4934
|
}
|
|
4914
4935
|
],
|
|
4915
4936
|
"returnType": {
|
|
4916
4937
|
"__schema": "TypeRefSchema",
|
|
4917
4938
|
"location": {
|
|
4918
4939
|
"filePath": "scope.main.runtime.ts",
|
|
4919
|
-
"line":
|
|
4920
|
-
"character":
|
|
4940
|
+
"line": 858,
|
|
4941
|
+
"character": 6
|
|
4921
4942
|
},
|
|
4922
4943
|
"name": "Promise",
|
|
4923
4944
|
"typeArgs": [
|
|
@@ -4925,15 +4946,15 @@
|
|
|
4925
4946
|
"__schema": "TypeArraySchema",
|
|
4926
4947
|
"location": {
|
|
4927
4948
|
"filePath": "scope.main.runtime.ts",
|
|
4928
|
-
"line":
|
|
4929
|
-
"character":
|
|
4949
|
+
"line": 858,
|
|
4950
|
+
"character": 14
|
|
4930
4951
|
},
|
|
4931
4952
|
"type": {
|
|
4932
4953
|
"__schema": "TypeRefSchema",
|
|
4933
4954
|
"location": {
|
|
4934
4955
|
"filePath": "scope.main.runtime.ts",
|
|
4935
|
-
"line":
|
|
4936
|
-
"character":
|
|
4956
|
+
"line": 858,
|
|
4957
|
+
"character": 14
|
|
4937
4958
|
},
|
|
4938
4959
|
"name": "ComponentLog"
|
|
4939
4960
|
}
|
|
@@ -4948,7 +4969,7 @@
|
|
|
4948
4969
|
"__schema": "FunctionLikeSchema",
|
|
4949
4970
|
"location": {
|
|
4950
4971
|
"filePath": "scope.main.runtime.ts",
|
|
4951
|
-
"line":
|
|
4972
|
+
"line": 862,
|
|
4952
4973
|
"character": 3
|
|
4953
4974
|
},
|
|
4954
4975
|
"signature": "(method) ScopeMain.getStagedConfig(): Promise<StagedConfig>",
|
|
@@ -4958,7 +4979,7 @@
|
|
|
4958
4979
|
"__schema": "InferenceTypeSchema",
|
|
4959
4980
|
"location": {
|
|
4960
4981
|
"filePath": "scope.main.runtime.ts",
|
|
4961
|
-
"line":
|
|
4982
|
+
"line": 862,
|
|
4962
4983
|
"character": 3
|
|
4963
4984
|
},
|
|
4964
4985
|
"type": "Promise<StagedConfig>"
|
|
@@ -4971,14 +4992,14 @@
|
|
|
4971
4992
|
"__schema": "FunctionLikeSchema",
|
|
4972
4993
|
"location": {
|
|
4973
4994
|
"filePath": "scope.main.runtime.ts",
|
|
4974
|
-
"line":
|
|
4995
|
+
"line": 871,
|
|
4975
4996
|
"character": 3
|
|
4976
4997
|
},
|
|
4977
4998
|
"doc": {
|
|
4978
4999
|
"__schema": "DocSchema",
|
|
4979
5000
|
"location": {
|
|
4980
5001
|
"filePath": "scope.main.runtime.ts",
|
|
4981
|
-
"line":
|
|
5002
|
+
"line": 867,
|
|
4982
5003
|
"character": 3
|
|
4983
5004
|
},
|
|
4984
5005
|
"raw": "/**\n * whether a component is soft-removed.\n * the version is required as it can be removed on a lane. in which case, the version is the head in the lane.\n */",
|
|
@@ -4992,7 +5013,7 @@
|
|
|
4992
5013
|
"__schema": "ParameterSchema",
|
|
4993
5014
|
"location": {
|
|
4994
5015
|
"filePath": "scope.main.runtime.ts",
|
|
4995
|
-
"line":
|
|
5016
|
+
"line": 871,
|
|
4996
5017
|
"character": 28
|
|
4997
5018
|
},
|
|
4998
5019
|
"name": "id",
|
|
@@ -5000,7 +5021,7 @@
|
|
|
5000
5021
|
"__schema": "TypeRefSchema",
|
|
5001
5022
|
"location": {
|
|
5002
5023
|
"filePath": "scope.main.runtime.ts",
|
|
5003
|
-
"line":
|
|
5024
|
+
"line": 871,
|
|
5004
5025
|
"character": 32
|
|
5005
5026
|
},
|
|
5006
5027
|
"name": "ComponentID"
|
|
@@ -5013,7 +5034,7 @@
|
|
|
5013
5034
|
"__schema": "TypeRefSchema",
|
|
5014
5035
|
"location": {
|
|
5015
5036
|
"filePath": "scope.main.runtime.ts",
|
|
5016
|
-
"line":
|
|
5037
|
+
"line": 871,
|
|
5017
5038
|
"character": 46
|
|
5018
5039
|
},
|
|
5019
5040
|
"name": "Promise",
|
|
@@ -5022,7 +5043,7 @@
|
|
|
5022
5043
|
"__schema": "TypeRefSchema",
|
|
5023
5044
|
"location": {
|
|
5024
5045
|
"filePath": "scope.main.runtime.ts",
|
|
5025
|
-
"line":
|
|
5046
|
+
"line": 871,
|
|
5026
5047
|
"character": 54
|
|
5027
5048
|
},
|
|
5028
5049
|
"name": "Boolean"
|
|
@@ -5037,14 +5058,14 @@
|
|
|
5037
5058
|
"__schema": "FunctionLikeSchema",
|
|
5038
5059
|
"location": {
|
|
5039
5060
|
"filePath": "scope.main.runtime.ts",
|
|
5040
|
-
"line":
|
|
5061
|
+
"line": 882,
|
|
5041
5062
|
"character": 3
|
|
5042
5063
|
},
|
|
5043
5064
|
"doc": {
|
|
5044
5065
|
"__schema": "DocSchema",
|
|
5045
5066
|
"location": {
|
|
5046
5067
|
"filePath": "scope.main.runtime.ts",
|
|
5047
|
-
"line":
|
|
5068
|
+
"line": 879,
|
|
5048
5069
|
"character": 3
|
|
5049
5070
|
},
|
|
5050
5071
|
"raw": "/**\n * whether the id with the specified version exits in the local scope.\n */",
|
|
@@ -5058,7 +5079,7 @@
|
|
|
5058
5079
|
"__schema": "ParameterSchema",
|
|
5059
5080
|
"location": {
|
|
5060
5081
|
"filePath": "scope.main.runtime.ts",
|
|
5061
|
-
"line":
|
|
5082
|
+
"line": 882,
|
|
5062
5083
|
"character": 28
|
|
5063
5084
|
},
|
|
5064
5085
|
"name": "id",
|
|
@@ -5066,7 +5087,7 @@
|
|
|
5066
5087
|
"__schema": "TypeRefSchema",
|
|
5067
5088
|
"location": {
|
|
5068
5089
|
"filePath": "scope.main.runtime.ts",
|
|
5069
|
-
"line":
|
|
5090
|
+
"line": 882,
|
|
5070
5091
|
"character": 32
|
|
5071
5092
|
},
|
|
5072
5093
|
"name": "ComponentID"
|
|
@@ -5079,7 +5100,7 @@
|
|
|
5079
5100
|
"__schema": "TypeRefSchema",
|
|
5080
5101
|
"location": {
|
|
5081
5102
|
"filePath": "scope.main.runtime.ts",
|
|
5082
|
-
"line":
|
|
5103
|
+
"line": 882,
|
|
5083
5104
|
"character": 46
|
|
5084
5105
|
},
|
|
5085
5106
|
"name": "Promise",
|
|
@@ -5088,7 +5109,7 @@
|
|
|
5088
5109
|
"__schema": "KeywordTypeSchema",
|
|
5089
5110
|
"location": {
|
|
5090
5111
|
"filePath": "scope.main.runtime.ts",
|
|
5091
|
-
"line":
|
|
5112
|
+
"line": 882,
|
|
5092
5113
|
"character": 54
|
|
5093
5114
|
},
|
|
5094
5115
|
"name": "boolean"
|
|
@@ -5103,14 +5124,14 @@
|
|
|
5103
5124
|
"__schema": "FunctionLikeSchema",
|
|
5104
5125
|
"location": {
|
|
5105
5126
|
"filePath": "scope.main.runtime.ts",
|
|
5106
|
-
"line":
|
|
5127
|
+
"line": 890,
|
|
5107
5128
|
"character": 3
|
|
5108
5129
|
},
|
|
5109
5130
|
"doc": {
|
|
5110
5131
|
"__schema": "DocSchema",
|
|
5111
5132
|
"location": {
|
|
5112
5133
|
"filePath": "scope.main.runtime.ts",
|
|
5113
|
-
"line":
|
|
5134
|
+
"line": 886,
|
|
5114
5135
|
"character": 3
|
|
5115
5136
|
},
|
|
5116
5137
|
"raw": "/**\n * resolve a component ID.\n * @param id component ID.\n */",
|
|
@@ -5120,7 +5141,7 @@
|
|
|
5120
5141
|
"__schema": "PropertyLikeTagSchema",
|
|
5121
5142
|
"location": {
|
|
5122
5143
|
"filePath": "scope.main.runtime.ts",
|
|
5123
|
-
"line":
|
|
5144
|
+
"line": 888,
|
|
5124
5145
|
"character": 6
|
|
5125
5146
|
},
|
|
5126
5147
|
"name": "id",
|
|
@@ -5136,7 +5157,7 @@
|
|
|
5136
5157
|
"__schema": "ParameterSchema",
|
|
5137
5158
|
"location": {
|
|
5138
5159
|
"filePath": "scope.main.runtime.ts",
|
|
5139
|
-
"line":
|
|
5160
|
+
"line": 890,
|
|
5140
5161
|
"character": 28
|
|
5141
5162
|
},
|
|
5142
5163
|
"name": "id",
|
|
@@ -5144,7 +5165,7 @@
|
|
|
5144
5165
|
"__schema": "TypeUnionSchema",
|
|
5145
5166
|
"location": {
|
|
5146
5167
|
"filePath": "scope.main.runtime.ts",
|
|
5147
|
-
"line":
|
|
5168
|
+
"line": 890,
|
|
5148
5169
|
"character": 32
|
|
5149
5170
|
},
|
|
5150
5171
|
"types": [
|
|
@@ -5152,7 +5173,7 @@
|
|
|
5152
5173
|
"__schema": "KeywordTypeSchema",
|
|
5153
5174
|
"location": {
|
|
5154
5175
|
"filePath": "scope.main.runtime.ts",
|
|
5155
|
-
"line":
|
|
5176
|
+
"line": 890,
|
|
5156
5177
|
"character": 32
|
|
5157
5178
|
},
|
|
5158
5179
|
"name": "string"
|
|
@@ -5161,7 +5182,7 @@
|
|
|
5161
5182
|
"__schema": "TypeRefSchema",
|
|
5162
5183
|
"location": {
|
|
5163
5184
|
"filePath": "scope.main.runtime.ts",
|
|
5164
|
-
"line":
|
|
5185
|
+
"line": 890,
|
|
5165
5186
|
"character": 41
|
|
5166
5187
|
},
|
|
5167
5188
|
"name": "BitId"
|
|
@@ -5170,7 +5191,7 @@
|
|
|
5170
5191
|
"__schema": "TypeRefSchema",
|
|
5171
5192
|
"location": {
|
|
5172
5193
|
"filePath": "scope.main.runtime.ts",
|
|
5173
|
-
"line":
|
|
5194
|
+
"line": 890,
|
|
5174
5195
|
"character": 49
|
|
5175
5196
|
},
|
|
5176
5197
|
"name": "ComponentID"
|
|
@@ -5185,7 +5206,7 @@
|
|
|
5185
5206
|
"__schema": "TypeRefSchema",
|
|
5186
5207
|
"location": {
|
|
5187
5208
|
"filePath": "scope.main.runtime.ts",
|
|
5188
|
-
"line":
|
|
5209
|
+
"line": 890,
|
|
5189
5210
|
"character": 63
|
|
5190
5211
|
},
|
|
5191
5212
|
"name": "Promise",
|
|
@@ -5194,7 +5215,7 @@
|
|
|
5194
5215
|
"__schema": "TypeRefSchema",
|
|
5195
5216
|
"location": {
|
|
5196
5217
|
"filePath": "scope.main.runtime.ts",
|
|
5197
|
-
"line":
|
|
5218
|
+
"line": 890,
|
|
5198
5219
|
"character": 71
|
|
5199
5220
|
},
|
|
5200
5221
|
"name": "ComponentID"
|
|
@@ -5209,7 +5230,7 @@
|
|
|
5209
5230
|
"__schema": "FunctionLikeSchema",
|
|
5210
5231
|
"location": {
|
|
5211
5232
|
"filePath": "scope.main.runtime.ts",
|
|
5212
|
-
"line":
|
|
5233
|
+
"line": 912,
|
|
5213
5234
|
"character": 3
|
|
5214
5235
|
},
|
|
5215
5236
|
"signature": "(method) ScopeMain.resolveMultipleComponentIds(ids: Array<string | ComponentID | ComponentID>): Promise<ComponentID[]>",
|
|
@@ -5219,7 +5240,7 @@
|
|
|
5219
5240
|
"__schema": "ParameterSchema",
|
|
5220
5241
|
"location": {
|
|
5221
5242
|
"filePath": "scope.main.runtime.ts",
|
|
5222
|
-
"line":
|
|
5243
|
+
"line": 912,
|
|
5223
5244
|
"character": 37
|
|
5224
5245
|
},
|
|
5225
5246
|
"name": "ids",
|
|
@@ -5227,7 +5248,7 @@
|
|
|
5227
5248
|
"__schema": "TypeRefSchema",
|
|
5228
5249
|
"location": {
|
|
5229
5250
|
"filePath": "scope.main.runtime.ts",
|
|
5230
|
-
"line":
|
|
5251
|
+
"line": 912,
|
|
5231
5252
|
"character": 42
|
|
5232
5253
|
},
|
|
5233
5254
|
"name": "Array",
|
|
@@ -5236,7 +5257,7 @@
|
|
|
5236
5257
|
"__schema": "TypeUnionSchema",
|
|
5237
5258
|
"location": {
|
|
5238
5259
|
"filePath": "scope.main.runtime.ts",
|
|
5239
|
-
"line":
|
|
5260
|
+
"line": 912,
|
|
5240
5261
|
"character": 48
|
|
5241
5262
|
},
|
|
5242
5263
|
"types": [
|
|
@@ -5244,7 +5265,7 @@
|
|
|
5244
5265
|
"__schema": "KeywordTypeSchema",
|
|
5245
5266
|
"location": {
|
|
5246
5267
|
"filePath": "scope.main.runtime.ts",
|
|
5247
|
-
"line":
|
|
5268
|
+
"line": 912,
|
|
5248
5269
|
"character": 48
|
|
5249
5270
|
},
|
|
5250
5271
|
"name": "string"
|
|
@@ -5253,7 +5274,7 @@
|
|
|
5253
5274
|
"__schema": "TypeRefSchema",
|
|
5254
5275
|
"location": {
|
|
5255
5276
|
"filePath": "scope.main.runtime.ts",
|
|
5256
|
-
"line":
|
|
5277
|
+
"line": 912,
|
|
5257
5278
|
"character": 57
|
|
5258
5279
|
},
|
|
5259
5280
|
"name": "ComponentID"
|
|
@@ -5262,7 +5283,7 @@
|
|
|
5262
5283
|
"__schema": "TypeRefSchema",
|
|
5263
5284
|
"location": {
|
|
5264
5285
|
"filePath": "scope.main.runtime.ts",
|
|
5265
|
-
"line":
|
|
5286
|
+
"line": 912,
|
|
5266
5287
|
"character": 71
|
|
5267
5288
|
},
|
|
5268
5289
|
"name": "ComponentID"
|
|
@@ -5279,7 +5300,7 @@
|
|
|
5279
5300
|
"__schema": "InferenceTypeSchema",
|
|
5280
5301
|
"location": {
|
|
5281
5302
|
"filePath": "scope.main.runtime.ts",
|
|
5282
|
-
"line":
|
|
5303
|
+
"line": 912,
|
|
5283
5304
|
"character": 3
|
|
5284
5305
|
},
|
|
5285
5306
|
"type": "Promise<ComponentID[]>"
|
|
@@ -5292,14 +5313,14 @@
|
|
|
5292
5313
|
"__schema": "FunctionLikeSchema",
|
|
5293
5314
|
"location": {
|
|
5294
5315
|
"filePath": "scope.main.runtime.ts",
|
|
5295
|
-
"line":
|
|
5316
|
+
"line": 919,
|
|
5296
5317
|
"character": 3
|
|
5297
5318
|
},
|
|
5298
5319
|
"doc": {
|
|
5299
5320
|
"__schema": "DocSchema",
|
|
5300
5321
|
"location": {
|
|
5301
5322
|
"filePath": "scope.main.runtime.ts",
|
|
5302
|
-
"line":
|
|
5323
|
+
"line": 916,
|
|
5303
5324
|
"character": 3
|
|
5304
5325
|
},
|
|
5305
5326
|
"raw": "/**\n * @deprecated use `this.idsByPattern` instead for consistency, which supports also negation and list of patterns.\n */",
|
|
@@ -5309,7 +5330,7 @@
|
|
|
5309
5330
|
"__schema": "TagSchema",
|
|
5310
5331
|
"location": {
|
|
5311
5332
|
"filePath": "scope.main.runtime.ts",
|
|
5312
|
-
"line":
|
|
5333
|
+
"line": 917,
|
|
5313
5334
|
"character": 6
|
|
5314
5335
|
},
|
|
5315
5336
|
"tagName": "deprecated",
|
|
@@ -5324,7 +5345,7 @@
|
|
|
5324
5345
|
"__schema": "ParameterSchema",
|
|
5325
5346
|
"location": {
|
|
5326
5347
|
"filePath": "scope.main.runtime.ts",
|
|
5327
|
-
"line":
|
|
5348
|
+
"line": 919,
|
|
5328
5349
|
"character": 19
|
|
5329
5350
|
},
|
|
5330
5351
|
"name": "patterns",
|
|
@@ -5332,14 +5353,14 @@
|
|
|
5332
5353
|
"__schema": "TypeArraySchema",
|
|
5333
5354
|
"location": {
|
|
5334
5355
|
"filePath": "scope.main.runtime.ts",
|
|
5335
|
-
"line":
|
|
5356
|
+
"line": 919,
|
|
5336
5357
|
"character": 29
|
|
5337
5358
|
},
|
|
5338
5359
|
"type": {
|
|
5339
5360
|
"__schema": "KeywordTypeSchema",
|
|
5340
5361
|
"location": {
|
|
5341
5362
|
"filePath": "scope.main.runtime.ts",
|
|
5342
|
-
"line":
|
|
5363
|
+
"line": 919,
|
|
5343
5364
|
"character": 29
|
|
5344
5365
|
},
|
|
5345
5366
|
"name": "string"
|
|
@@ -5352,7 +5373,7 @@
|
|
|
5352
5373
|
"__schema": "ParameterSchema",
|
|
5353
5374
|
"location": {
|
|
5354
5375
|
"filePath": "scope.main.runtime.ts",
|
|
5355
|
-
"line":
|
|
5376
|
+
"line": 919,
|
|
5356
5377
|
"character": 39
|
|
5357
5378
|
},
|
|
5358
5379
|
"name": "scope",
|
|
@@ -5360,7 +5381,7 @@
|
|
|
5360
5381
|
"__schema": "InferenceTypeSchema",
|
|
5361
5382
|
"location": {
|
|
5362
5383
|
"filePath": "scope.main.runtime.ts",
|
|
5363
|
-
"line":
|
|
5384
|
+
"line": 919,
|
|
5364
5385
|
"character": 39
|
|
5365
5386
|
},
|
|
5366
5387
|
"type": "string"
|
|
@@ -5374,7 +5395,7 @@
|
|
|
5374
5395
|
"__schema": "TypeRefSchema",
|
|
5375
5396
|
"location": {
|
|
5376
5397
|
"filePath": "scope.main.runtime.ts",
|
|
5377
|
-
"line":
|
|
5398
|
+
"line": 919,
|
|
5378
5399
|
"character": 54
|
|
5379
5400
|
},
|
|
5380
5401
|
"name": "Promise",
|
|
@@ -5383,14 +5404,14 @@
|
|
|
5383
5404
|
"__schema": "TypeArraySchema",
|
|
5384
5405
|
"location": {
|
|
5385
5406
|
"filePath": "scope.main.runtime.ts",
|
|
5386
|
-
"line":
|
|
5407
|
+
"line": 919,
|
|
5387
5408
|
"character": 62
|
|
5388
5409
|
},
|
|
5389
5410
|
"type": {
|
|
5390
5411
|
"__schema": "TypeRefSchema",
|
|
5391
5412
|
"location": {
|
|
5392
5413
|
"filePath": "scope.main.runtime.ts",
|
|
5393
|
-
"line":
|
|
5414
|
+
"line": 919,
|
|
5394
5415
|
"character": 62
|
|
5395
5416
|
},
|
|
5396
5417
|
"name": "Component"
|
|
@@ -5406,14 +5427,14 @@
|
|
|
5406
5427
|
"__schema": "FunctionLikeSchema",
|
|
5407
5428
|
"location": {
|
|
5408
5429
|
"filePath": "scope.main.runtime.ts",
|
|
5409
|
-
"line":
|
|
5430
|
+
"line": 933,
|
|
5410
5431
|
"character": 3
|
|
5411
5432
|
},
|
|
5412
5433
|
"doc": {
|
|
5413
5434
|
"__schema": "DocSchema",
|
|
5414
5435
|
"location": {
|
|
5415
5436
|
"filePath": "scope.main.runtime.ts",
|
|
5416
|
-
"line":
|
|
5437
|
+
"line": 928,
|
|
5417
5438
|
"character": 3
|
|
5418
5439
|
},
|
|
5419
5440
|
"raw": "/**\n * get component-ids matching the given pattern. a pattern can have multiple patterns separated by a comma.\n * it uses multimatch (https://www.npmjs.com/package/multimatch) package for the matching algorithm, which supports\n * (among others) negate character \"!\" to exclude ids. See the package page for more supported characters.\n */",
|
|
@@ -5427,7 +5448,7 @@
|
|
|
5427
5448
|
"__schema": "ParameterSchema",
|
|
5428
5449
|
"location": {
|
|
5429
5450
|
"filePath": "scope.main.runtime.ts",
|
|
5430
|
-
"line":
|
|
5451
|
+
"line": 933,
|
|
5431
5452
|
"character": 22
|
|
5432
5453
|
},
|
|
5433
5454
|
"name": "pattern",
|
|
@@ -5435,7 +5456,7 @@
|
|
|
5435
5456
|
"__schema": "KeywordTypeSchema",
|
|
5436
5457
|
"location": {
|
|
5437
5458
|
"filePath": "scope.main.runtime.ts",
|
|
5438
|
-
"line":
|
|
5459
|
+
"line": 933,
|
|
5439
5460
|
"character": 31
|
|
5440
5461
|
},
|
|
5441
5462
|
"name": "string"
|
|
@@ -5447,7 +5468,7 @@
|
|
|
5447
5468
|
"__schema": "ParameterSchema",
|
|
5448
5469
|
"location": {
|
|
5449
5470
|
"filePath": "scope.main.runtime.ts",
|
|
5450
|
-
"line":
|
|
5471
|
+
"line": 933,
|
|
5451
5472
|
"character": 39
|
|
5452
5473
|
},
|
|
5453
5474
|
"name": "throwForNoMatch",
|
|
@@ -5455,7 +5476,7 @@
|
|
|
5455
5476
|
"__schema": "InferenceTypeSchema",
|
|
5456
5477
|
"location": {
|
|
5457
5478
|
"filePath": "scope.main.runtime.ts",
|
|
5458
|
-
"line":
|
|
5479
|
+
"line": 933,
|
|
5459
5480
|
"character": 39
|
|
5460
5481
|
},
|
|
5461
5482
|
"type": "boolean"
|
|
@@ -5469,7 +5490,7 @@
|
|
|
5469
5490
|
"__schema": "TypeRefSchema",
|
|
5470
5491
|
"location": {
|
|
5471
5492
|
"filePath": "scope.main.runtime.ts",
|
|
5472
|
-
"line":
|
|
5493
|
+
"line": 933,
|
|
5473
5494
|
"character": 64
|
|
5474
5495
|
},
|
|
5475
5496
|
"name": "Promise",
|
|
@@ -5478,14 +5499,14 @@
|
|
|
5478
5499
|
"__schema": "TypeArraySchema",
|
|
5479
5500
|
"location": {
|
|
5480
5501
|
"filePath": "scope.main.runtime.ts",
|
|
5481
|
-
"line":
|
|
5502
|
+
"line": 933,
|
|
5482
5503
|
"character": 72
|
|
5483
5504
|
},
|
|
5484
5505
|
"type": {
|
|
5485
5506
|
"__schema": "TypeRefSchema",
|
|
5486
5507
|
"location": {
|
|
5487
5508
|
"filePath": "scope.main.runtime.ts",
|
|
5488
|
-
"line":
|
|
5509
|
+
"line": 933,
|
|
5489
5510
|
"character": 72
|
|
5490
5511
|
},
|
|
5491
5512
|
"name": "ComponentID"
|
|
@@ -5501,7 +5522,7 @@
|
|
|
5501
5522
|
"__schema": "FunctionLikeSchema",
|
|
5502
5523
|
"location": {
|
|
5503
5524
|
"filePath": "scope.main.runtime.ts",
|
|
5504
|
-
"line":
|
|
5525
|
+
"line": 947,
|
|
5505
5526
|
"character": 3
|
|
5506
5527
|
},
|
|
5507
5528
|
"signature": "(method) ScopeMain.filterIdsFromPoolIdsByPattern(pattern: string, ids: ComponentID[], throwForNoMatch?: boolean, filterByStateFunc?: ((state: any, poolIds: ComponentID[]) => Promise<ComponentID[]>) | undefined): Promise<ComponentID[]>",
|
|
@@ -5511,7 +5532,7 @@
|
|
|
5511
5532
|
"__schema": "ParameterSchema",
|
|
5512
5533
|
"location": {
|
|
5513
5534
|
"filePath": "scope.main.runtime.ts",
|
|
5514
|
-
"line":
|
|
5535
|
+
"line": 948,
|
|
5515
5536
|
"character": 5
|
|
5516
5537
|
},
|
|
5517
5538
|
"name": "pattern",
|
|
@@ -5519,7 +5540,7 @@
|
|
|
5519
5540
|
"__schema": "KeywordTypeSchema",
|
|
5520
5541
|
"location": {
|
|
5521
5542
|
"filePath": "scope.main.runtime.ts",
|
|
5522
|
-
"line":
|
|
5543
|
+
"line": 948,
|
|
5523
5544
|
"character": 14
|
|
5524
5545
|
},
|
|
5525
5546
|
"name": "string"
|
|
@@ -5531,7 +5552,7 @@
|
|
|
5531
5552
|
"__schema": "ParameterSchema",
|
|
5532
5553
|
"location": {
|
|
5533
5554
|
"filePath": "scope.main.runtime.ts",
|
|
5534
|
-
"line":
|
|
5555
|
+
"line": 949,
|
|
5535
5556
|
"character": 5
|
|
5536
5557
|
},
|
|
5537
5558
|
"name": "ids",
|
|
@@ -5539,14 +5560,14 @@
|
|
|
5539
5560
|
"__schema": "TypeArraySchema",
|
|
5540
5561
|
"location": {
|
|
5541
5562
|
"filePath": "scope.main.runtime.ts",
|
|
5542
|
-
"line":
|
|
5563
|
+
"line": 949,
|
|
5543
5564
|
"character": 10
|
|
5544
5565
|
},
|
|
5545
5566
|
"type": {
|
|
5546
5567
|
"__schema": "TypeRefSchema",
|
|
5547
5568
|
"location": {
|
|
5548
5569
|
"filePath": "scope.main.runtime.ts",
|
|
5549
|
-
"line":
|
|
5570
|
+
"line": 949,
|
|
5550
5571
|
"character": 10
|
|
5551
5572
|
},
|
|
5552
5573
|
"name": "ComponentID"
|
|
@@ -5559,7 +5580,7 @@
|
|
|
5559
5580
|
"__schema": "ParameterSchema",
|
|
5560
5581
|
"location": {
|
|
5561
5582
|
"filePath": "scope.main.runtime.ts",
|
|
5562
|
-
"line":
|
|
5583
|
+
"line": 950,
|
|
5563
5584
|
"character": 5
|
|
5564
5585
|
},
|
|
5565
5586
|
"name": "throwForNoMatch",
|
|
@@ -5567,7 +5588,7 @@
|
|
|
5567
5588
|
"__schema": "InferenceTypeSchema",
|
|
5568
5589
|
"location": {
|
|
5569
5590
|
"filePath": "scope.main.runtime.ts",
|
|
5570
|
-
"line":
|
|
5591
|
+
"line": 950,
|
|
5571
5592
|
"character": 5
|
|
5572
5593
|
},
|
|
5573
5594
|
"type": "boolean"
|
|
@@ -5580,7 +5601,7 @@
|
|
|
5580
5601
|
"__schema": "ParameterSchema",
|
|
5581
5602
|
"location": {
|
|
5582
5603
|
"filePath": "scope.main.runtime.ts",
|
|
5583
|
-
"line":
|
|
5604
|
+
"line": 951,
|
|
5584
5605
|
"character": 5
|
|
5585
5606
|
},
|
|
5586
5607
|
"name": "filterByStateFunc",
|
|
@@ -5588,7 +5609,7 @@
|
|
|
5588
5609
|
"__schema": "FunctionLikeSchema",
|
|
5589
5610
|
"location": {
|
|
5590
5611
|
"filePath": "scope.main.runtime.ts",
|
|
5591
|
-
"line":
|
|
5612
|
+
"line": 951,
|
|
5592
5613
|
"character": 25
|
|
5593
5614
|
},
|
|
5594
5615
|
"signature": "(state: any, poolIds: ComponentID[]): Promise<ComponentID[]>",
|
|
@@ -5598,7 +5619,7 @@
|
|
|
5598
5619
|
"__schema": "ParameterSchema",
|
|
5599
5620
|
"location": {
|
|
5600
5621
|
"filePath": "scope.main.runtime.ts",
|
|
5601
|
-
"line":
|
|
5622
|
+
"line": 951,
|
|
5602
5623
|
"character": 26
|
|
5603
5624
|
},
|
|
5604
5625
|
"name": "state",
|
|
@@ -5606,7 +5627,7 @@
|
|
|
5606
5627
|
"__schema": "KeywordTypeSchema",
|
|
5607
5628
|
"location": {
|
|
5608
5629
|
"filePath": "scope.main.runtime.ts",
|
|
5609
|
-
"line":
|
|
5630
|
+
"line": 951,
|
|
5610
5631
|
"character": 33
|
|
5611
5632
|
},
|
|
5612
5633
|
"name": "any"
|
|
@@ -5618,7 +5639,7 @@
|
|
|
5618
5639
|
"__schema": "ParameterSchema",
|
|
5619
5640
|
"location": {
|
|
5620
5641
|
"filePath": "scope.main.runtime.ts",
|
|
5621
|
-
"line":
|
|
5642
|
+
"line": 951,
|
|
5622
5643
|
"character": 38
|
|
5623
5644
|
},
|
|
5624
5645
|
"name": "poolIds",
|
|
@@ -5626,14 +5647,14 @@
|
|
|
5626
5647
|
"__schema": "TypeArraySchema",
|
|
5627
5648
|
"location": {
|
|
5628
5649
|
"filePath": "scope.main.runtime.ts",
|
|
5629
|
-
"line":
|
|
5650
|
+
"line": 951,
|
|
5630
5651
|
"character": 47
|
|
5631
5652
|
},
|
|
5632
5653
|
"type": {
|
|
5633
5654
|
"__schema": "TypeRefSchema",
|
|
5634
5655
|
"location": {
|
|
5635
5656
|
"filePath": "scope.main.runtime.ts",
|
|
5636
|
-
"line":
|
|
5657
|
+
"line": 951,
|
|
5637
5658
|
"character": 47
|
|
5638
5659
|
},
|
|
5639
5660
|
"name": "ComponentID"
|
|
@@ -5647,7 +5668,7 @@
|
|
|
5647
5668
|
"__schema": "TypeRefSchema",
|
|
5648
5669
|
"location": {
|
|
5649
5670
|
"filePath": "scope.main.runtime.ts",
|
|
5650
|
-
"line":
|
|
5671
|
+
"line": 951,
|
|
5651
5672
|
"character": 65
|
|
5652
5673
|
},
|
|
5653
5674
|
"name": "Promise",
|
|
@@ -5656,14 +5677,14 @@
|
|
|
5656
5677
|
"__schema": "TypeArraySchema",
|
|
5657
5678
|
"location": {
|
|
5658
5679
|
"filePath": "scope.main.runtime.ts",
|
|
5659
|
-
"line":
|
|
5680
|
+
"line": 951,
|
|
5660
5681
|
"character": 73
|
|
5661
5682
|
},
|
|
5662
5683
|
"type": {
|
|
5663
5684
|
"__schema": "TypeRefSchema",
|
|
5664
5685
|
"location": {
|
|
5665
5686
|
"filePath": "scope.main.runtime.ts",
|
|
5666
|
-
"line":
|
|
5687
|
+
"line": 951,
|
|
5667
5688
|
"character": 73
|
|
5668
5689
|
},
|
|
5669
5690
|
"name": "ComponentID"
|
|
@@ -5681,7 +5702,7 @@
|
|
|
5681
5702
|
"__schema": "InferenceTypeSchema",
|
|
5682
5703
|
"location": {
|
|
5683
5704
|
"filePath": "scope.main.runtime.ts",
|
|
5684
|
-
"line":
|
|
5705
|
+
"line": 947,
|
|
5685
5706
|
"character": 3
|
|
5686
5707
|
},
|
|
5687
5708
|
"type": "Promise<ComponentID[]>"
|
|
@@ -5694,7 +5715,7 @@
|
|
|
5694
5715
|
"__schema": "FunctionLikeSchema",
|
|
5695
5716
|
"location": {
|
|
5696
5717
|
"filePath": "scope.main.runtime.ts",
|
|
5697
|
-
"line":
|
|
5718
|
+
"line": 995,
|
|
5698
5719
|
"character": 3
|
|
5699
5720
|
},
|
|
5700
5721
|
"signature": "(method) ScopeMain.getSnapDistance(id: ComponentID, throws?: boolean): Promise<SnapsDistance>",
|
|
@@ -5704,7 +5725,7 @@
|
|
|
5704
5725
|
"__schema": "ParameterSchema",
|
|
5705
5726
|
"location": {
|
|
5706
5727
|
"filePath": "scope.main.runtime.ts",
|
|
5707
|
-
"line":
|
|
5728
|
+
"line": 995,
|
|
5708
5729
|
"character": 25
|
|
5709
5730
|
},
|
|
5710
5731
|
"name": "id",
|
|
@@ -5712,7 +5733,7 @@
|
|
|
5712
5733
|
"__schema": "TypeRefSchema",
|
|
5713
5734
|
"location": {
|
|
5714
5735
|
"filePath": "scope.main.runtime.ts",
|
|
5715
|
-
"line":
|
|
5736
|
+
"line": 995,
|
|
5716
5737
|
"character": 29
|
|
5717
5738
|
},
|
|
5718
5739
|
"name": "ComponentID"
|
|
@@ -5724,7 +5745,7 @@
|
|
|
5724
5745
|
"__schema": "ParameterSchema",
|
|
5725
5746
|
"location": {
|
|
5726
5747
|
"filePath": "scope.main.runtime.ts",
|
|
5727
|
-
"line":
|
|
5748
|
+
"line": 995,
|
|
5728
5749
|
"character": 42
|
|
5729
5750
|
},
|
|
5730
5751
|
"name": "throws",
|
|
@@ -5732,7 +5753,7 @@
|
|
|
5732
5753
|
"__schema": "InferenceTypeSchema",
|
|
5733
5754
|
"location": {
|
|
5734
5755
|
"filePath": "scope.main.runtime.ts",
|
|
5735
|
-
"line":
|
|
5756
|
+
"line": 995,
|
|
5736
5757
|
"character": 42
|
|
5737
5758
|
},
|
|
5738
5759
|
"type": "boolean"
|
|
@@ -5746,7 +5767,7 @@
|
|
|
5746
5767
|
"__schema": "TypeRefSchema",
|
|
5747
5768
|
"location": {
|
|
5748
5769
|
"filePath": "scope.main.runtime.ts",
|
|
5749
|
-
"line":
|
|
5770
|
+
"line": 995,
|
|
5750
5771
|
"character": 58
|
|
5751
5772
|
},
|
|
5752
5773
|
"name": "Promise",
|
|
@@ -5755,7 +5776,7 @@
|
|
|
5755
5776
|
"__schema": "TypeRefSchema",
|
|
5756
5777
|
"location": {
|
|
5757
5778
|
"filePath": "scope.main.runtime.ts",
|
|
5758
|
-
"line":
|
|
5779
|
+
"line": 995,
|
|
5759
5780
|
"character": 66
|
|
5760
5781
|
},
|
|
5761
5782
|
"name": "SnapsDistance"
|
|
@@ -5770,14 +5791,14 @@
|
|
|
5770
5791
|
"__schema": "FunctionLikeSchema",
|
|
5771
5792
|
"location": {
|
|
5772
5793
|
"filePath": "scope.main.runtime.ts",
|
|
5773
|
-
"line":
|
|
5794
|
+
"line": 1007,
|
|
5774
5795
|
"character": 3
|
|
5775
5796
|
},
|
|
5776
5797
|
"doc": {
|
|
5777
5798
|
"__schema": "DocSchema",
|
|
5778
5799
|
"location": {
|
|
5779
5800
|
"filePath": "scope.main.runtime.ts",
|
|
5780
|
-
"line":
|
|
5801
|
+
"line": 1000,
|
|
5781
5802
|
"character": 3
|
|
5782
5803
|
},
|
|
5783
5804
|
"raw": "/**\n * get the distance for a component between two lanes. for example, lane-b forked from lane-a and lane-b added some new snaps\n * @param componentId\n * @param sourceHead head on the source lane. leave empty if the source is main\n * @param targetHead head on the target lane. leave empty if the target is main\n * @returns\n */",
|
|
@@ -5787,7 +5808,7 @@
|
|
|
5787
5808
|
"__schema": "PropertyLikeTagSchema",
|
|
5788
5809
|
"location": {
|
|
5789
5810
|
"filePath": "scope.main.runtime.ts",
|
|
5790
|
-
"line":
|
|
5811
|
+
"line": 1002,
|
|
5791
5812
|
"character": 6
|
|
5792
5813
|
},
|
|
5793
5814
|
"name": "componentId",
|
|
@@ -5797,7 +5818,7 @@
|
|
|
5797
5818
|
"__schema": "PropertyLikeTagSchema",
|
|
5798
5819
|
"location": {
|
|
5799
5820
|
"filePath": "scope.main.runtime.ts",
|
|
5800
|
-
"line":
|
|
5821
|
+
"line": 1003,
|
|
5801
5822
|
"character": 6
|
|
5802
5823
|
},
|
|
5803
5824
|
"name": "sourceHead",
|
|
@@ -5808,7 +5829,7 @@
|
|
|
5808
5829
|
"__schema": "PropertyLikeTagSchema",
|
|
5809
5830
|
"location": {
|
|
5810
5831
|
"filePath": "scope.main.runtime.ts",
|
|
5811
|
-
"line":
|
|
5832
|
+
"line": 1004,
|
|
5812
5833
|
"character": 6
|
|
5813
5834
|
},
|
|
5814
5835
|
"name": "targetHead",
|
|
@@ -5819,7 +5840,7 @@
|
|
|
5819
5840
|
"__schema": "ReturnTagSchema",
|
|
5820
5841
|
"location": {
|
|
5821
5842
|
"filePath": "scope.main.runtime.ts",
|
|
5822
|
-
"line":
|
|
5843
|
+
"line": 1005,
|
|
5823
5844
|
"character": 6
|
|
5824
5845
|
},
|
|
5825
5846
|
"tagName": "return"
|
|
@@ -5833,7 +5854,7 @@
|
|
|
5833
5854
|
"__schema": "ParameterSchema",
|
|
5834
5855
|
"location": {
|
|
5835
5856
|
"filePath": "scope.main.runtime.ts",
|
|
5836
|
-
"line":
|
|
5857
|
+
"line": 1008,
|
|
5837
5858
|
"character": 5
|
|
5838
5859
|
},
|
|
5839
5860
|
"name": "componentId",
|
|
@@ -5841,7 +5862,7 @@
|
|
|
5841
5862
|
"__schema": "TypeRefSchema",
|
|
5842
5863
|
"location": {
|
|
5843
5864
|
"filePath": "scope.main.runtime.ts",
|
|
5844
|
-
"line":
|
|
5865
|
+
"line": 1008,
|
|
5845
5866
|
"character": 18
|
|
5846
5867
|
},
|
|
5847
5868
|
"name": "ComponentID"
|
|
@@ -5853,7 +5874,7 @@
|
|
|
5853
5874
|
"__schema": "ParameterSchema",
|
|
5854
5875
|
"location": {
|
|
5855
5876
|
"filePath": "scope.main.runtime.ts",
|
|
5856
|
-
"line":
|
|
5877
|
+
"line": 1009,
|
|
5857
5878
|
"character": 5
|
|
5858
5879
|
},
|
|
5859
5880
|
"name": "sourceHead",
|
|
@@ -5861,7 +5882,7 @@
|
|
|
5861
5882
|
"__schema": "KeywordTypeSchema",
|
|
5862
5883
|
"location": {
|
|
5863
5884
|
"filePath": "scope.main.runtime.ts",
|
|
5864
|
-
"line":
|
|
5885
|
+
"line": 1009,
|
|
5865
5886
|
"character": 18
|
|
5866
5887
|
},
|
|
5867
5888
|
"name": "string"
|
|
@@ -5873,7 +5894,7 @@
|
|
|
5873
5894
|
"__schema": "ParameterSchema",
|
|
5874
5895
|
"location": {
|
|
5875
5896
|
"filePath": "scope.main.runtime.ts",
|
|
5876
|
-
"line":
|
|
5897
|
+
"line": 1010,
|
|
5877
5898
|
"character": 5
|
|
5878
5899
|
},
|
|
5879
5900
|
"name": "targetHead",
|
|
@@ -5881,7 +5902,7 @@
|
|
|
5881
5902
|
"__schema": "KeywordTypeSchema",
|
|
5882
5903
|
"location": {
|
|
5883
5904
|
"filePath": "scope.main.runtime.ts",
|
|
5884
|
-
"line":
|
|
5905
|
+
"line": 1010,
|
|
5885
5906
|
"character": 18
|
|
5886
5907
|
},
|
|
5887
5908
|
"name": "string"
|
|
@@ -5893,7 +5914,7 @@
|
|
|
5893
5914
|
"__schema": "ParameterSchema",
|
|
5894
5915
|
"location": {
|
|
5895
5916
|
"filePath": "scope.main.runtime.ts",
|
|
5896
|
-
"line":
|
|
5917
|
+
"line": 1011,
|
|
5897
5918
|
"character": 5
|
|
5898
5919
|
},
|
|
5899
5920
|
"name": "throws",
|
|
@@ -5901,7 +5922,7 @@
|
|
|
5901
5922
|
"__schema": "KeywordTypeSchema",
|
|
5902
5923
|
"location": {
|
|
5903
5924
|
"filePath": "scope.main.runtime.ts",
|
|
5904
|
-
"line":
|
|
5925
|
+
"line": 1011,
|
|
5905
5926
|
"character": 14
|
|
5906
5927
|
},
|
|
5907
5928
|
"name": "boolean"
|
|
@@ -5914,7 +5935,7 @@
|
|
|
5914
5935
|
"__schema": "TypeRefSchema",
|
|
5915
5936
|
"location": {
|
|
5916
5937
|
"filePath": "scope.main.runtime.ts",
|
|
5917
|
-
"line":
|
|
5938
|
+
"line": 1012,
|
|
5918
5939
|
"character": 6
|
|
5919
5940
|
},
|
|
5920
5941
|
"name": "Promise",
|
|
@@ -5923,7 +5944,7 @@
|
|
|
5923
5944
|
"__schema": "TypeRefSchema",
|
|
5924
5945
|
"location": {
|
|
5925
5946
|
"filePath": "scope.main.runtime.ts",
|
|
5926
|
-
"line":
|
|
5947
|
+
"line": 1012,
|
|
5927
5948
|
"character": 14
|
|
5928
5949
|
},
|
|
5929
5950
|
"name": "SnapsDistance"
|
|
@@ -5938,7 +5959,7 @@
|
|
|
5938
5959
|
"__schema": "FunctionLikeSchema",
|
|
5939
5960
|
"location": {
|
|
5940
5961
|
"filePath": "scope.main.runtime.ts",
|
|
5941
|
-
"line":
|
|
5962
|
+
"line": 1026,
|
|
5942
5963
|
"character": 3
|
|
5943
5964
|
},
|
|
5944
5965
|
"signature": "(method) ScopeMain.getExactVersionBySemverRange(id: ComponentID, range: string): Promise<string | undefined>",
|
|
@@ -5948,7 +5969,7 @@
|
|
|
5948
5969
|
"__schema": "ParameterSchema",
|
|
5949
5970
|
"location": {
|
|
5950
5971
|
"filePath": "scope.main.runtime.ts",
|
|
5951
|
-
"line":
|
|
5972
|
+
"line": 1026,
|
|
5952
5973
|
"character": 38
|
|
5953
5974
|
},
|
|
5954
5975
|
"name": "id",
|
|
@@ -5956,7 +5977,7 @@
|
|
|
5956
5977
|
"__schema": "TypeRefSchema",
|
|
5957
5978
|
"location": {
|
|
5958
5979
|
"filePath": "scope.main.runtime.ts",
|
|
5959
|
-
"line":
|
|
5980
|
+
"line": 1026,
|
|
5960
5981
|
"character": 42
|
|
5961
5982
|
},
|
|
5962
5983
|
"name": "ComponentID"
|
|
@@ -5968,7 +5989,7 @@
|
|
|
5968
5989
|
"__schema": "ParameterSchema",
|
|
5969
5990
|
"location": {
|
|
5970
5991
|
"filePath": "scope.main.runtime.ts",
|
|
5971
|
-
"line":
|
|
5992
|
+
"line": 1026,
|
|
5972
5993
|
"character": 55
|
|
5973
5994
|
},
|
|
5974
5995
|
"name": "range",
|
|
@@ -5976,7 +5997,7 @@
|
|
|
5976
5997
|
"__schema": "KeywordTypeSchema",
|
|
5977
5998
|
"location": {
|
|
5978
5999
|
"filePath": "scope.main.runtime.ts",
|
|
5979
|
-
"line":
|
|
6000
|
+
"line": 1026,
|
|
5980
6001
|
"character": 62
|
|
5981
6002
|
},
|
|
5982
6003
|
"name": "string"
|
|
@@ -5989,7 +6010,7 @@
|
|
|
5989
6010
|
"__schema": "TypeRefSchema",
|
|
5990
6011
|
"location": {
|
|
5991
6012
|
"filePath": "scope.main.runtime.ts",
|
|
5992
|
-
"line":
|
|
6013
|
+
"line": 1026,
|
|
5993
6014
|
"character": 71
|
|
5994
6015
|
},
|
|
5995
6016
|
"name": "Promise",
|
|
@@ -5998,7 +6019,7 @@
|
|
|
5998
6019
|
"__schema": "TypeUnionSchema",
|
|
5999
6020
|
"location": {
|
|
6000
6021
|
"filePath": "scope.main.runtime.ts",
|
|
6001
|
-
"line":
|
|
6022
|
+
"line": 1026,
|
|
6002
6023
|
"character": 79
|
|
6003
6024
|
},
|
|
6004
6025
|
"types": [
|
|
@@ -6006,7 +6027,7 @@
|
|
|
6006
6027
|
"__schema": "KeywordTypeSchema",
|
|
6007
6028
|
"location": {
|
|
6008
6029
|
"filePath": "scope.main.runtime.ts",
|
|
6009
|
-
"line":
|
|
6030
|
+
"line": 1026,
|
|
6010
6031
|
"character": 79
|
|
6011
6032
|
},
|
|
6012
6033
|
"name": "string"
|
|
@@ -6015,7 +6036,7 @@
|
|
|
6015
6036
|
"__schema": "KeywordTypeSchema",
|
|
6016
6037
|
"location": {
|
|
6017
6038
|
"filePath": "scope.main.runtime.ts",
|
|
6018
|
-
"line":
|
|
6039
|
+
"line": 1026,
|
|
6019
6040
|
"character": 88
|
|
6020
6041
|
},
|
|
6021
6042
|
"name": "undefined"
|
|
@@ -6032,7 +6053,7 @@
|
|
|
6032
6053
|
"__schema": "FunctionLikeSchema",
|
|
6033
6054
|
"location": {
|
|
6034
6055
|
"filePath": "scope.main.runtime.ts",
|
|
6035
|
-
"line":
|
|
6056
|
+
"line": 1032,
|
|
6036
6057
|
"character": 3
|
|
6037
6058
|
},
|
|
6038
6059
|
"signature": "(method) ScopeMain.resumeExport(exportId: string, remotes: string[]): Promise<string[]>",
|
|
@@ -6042,7 +6063,7 @@
|
|
|
6042
6063
|
"__schema": "ParameterSchema",
|
|
6043
6064
|
"location": {
|
|
6044
6065
|
"filePath": "scope.main.runtime.ts",
|
|
6045
|
-
"line":
|
|
6066
|
+
"line": 1032,
|
|
6046
6067
|
"character": 22
|
|
6047
6068
|
},
|
|
6048
6069
|
"name": "exportId",
|
|
@@ -6050,7 +6071,7 @@
|
|
|
6050
6071
|
"__schema": "KeywordTypeSchema",
|
|
6051
6072
|
"location": {
|
|
6052
6073
|
"filePath": "scope.main.runtime.ts",
|
|
6053
|
-
"line":
|
|
6074
|
+
"line": 1032,
|
|
6054
6075
|
"character": 32
|
|
6055
6076
|
},
|
|
6056
6077
|
"name": "string"
|
|
@@ -6062,7 +6083,7 @@
|
|
|
6062
6083
|
"__schema": "ParameterSchema",
|
|
6063
6084
|
"location": {
|
|
6064
6085
|
"filePath": "scope.main.runtime.ts",
|
|
6065
|
-
"line":
|
|
6086
|
+
"line": 1032,
|
|
6066
6087
|
"character": 40
|
|
6067
6088
|
},
|
|
6068
6089
|
"name": "remotes",
|
|
@@ -6070,14 +6091,14 @@
|
|
|
6070
6091
|
"__schema": "TypeArraySchema",
|
|
6071
6092
|
"location": {
|
|
6072
6093
|
"filePath": "scope.main.runtime.ts",
|
|
6073
|
-
"line":
|
|
6094
|
+
"line": 1032,
|
|
6074
6095
|
"character": 49
|
|
6075
6096
|
},
|
|
6076
6097
|
"type": {
|
|
6077
6098
|
"__schema": "KeywordTypeSchema",
|
|
6078
6099
|
"location": {
|
|
6079
6100
|
"filePath": "scope.main.runtime.ts",
|
|
6080
|
-
"line":
|
|
6101
|
+
"line": 1032,
|
|
6081
6102
|
"character": 49
|
|
6082
6103
|
},
|
|
6083
6104
|
"name": "string"
|
|
@@ -6091,7 +6112,7 @@
|
|
|
6091
6112
|
"__schema": "TypeRefSchema",
|
|
6092
6113
|
"location": {
|
|
6093
6114
|
"filePath": "scope.main.runtime.ts",
|
|
6094
|
-
"line":
|
|
6115
|
+
"line": 1032,
|
|
6095
6116
|
"character": 60
|
|
6096
6117
|
},
|
|
6097
6118
|
"name": "Promise",
|
|
@@ -6100,14 +6121,14 @@
|
|
|
6100
6121
|
"__schema": "TypeArraySchema",
|
|
6101
6122
|
"location": {
|
|
6102
6123
|
"filePath": "scope.main.runtime.ts",
|
|
6103
|
-
"line":
|
|
6124
|
+
"line": 1032,
|
|
6104
6125
|
"character": 68
|
|
6105
6126
|
},
|
|
6106
6127
|
"type": {
|
|
6107
6128
|
"__schema": "KeywordTypeSchema",
|
|
6108
6129
|
"location": {
|
|
6109
6130
|
"filePath": "scope.main.runtime.ts",
|
|
6110
|
-
"line":
|
|
6131
|
+
"line": 1032,
|
|
6111
6132
|
"character": 68
|
|
6112
6133
|
},
|
|
6113
6134
|
"name": "string"
|
|
@@ -6123,14 +6144,14 @@
|
|
|
6123
6144
|
"__schema": "FunctionLikeSchema",
|
|
6124
6145
|
"location": {
|
|
6125
6146
|
"filePath": "scope.main.runtime.ts",
|
|
6126
|
-
"line":
|
|
6147
|
+
"line": 1039,
|
|
6127
6148
|
"character": 3
|
|
6128
6149
|
},
|
|
6129
6150
|
"doc": {
|
|
6130
6151
|
"__schema": "DocSchema",
|
|
6131
6152
|
"location": {
|
|
6132
6153
|
"filePath": "scope.main.runtime.ts",
|
|
6133
|
-
"line":
|
|
6154
|
+
"line": 1036,
|
|
6134
6155
|
"character": 3
|
|
6135
6156
|
},
|
|
6136
6157
|
"raw": "/**\n * @deprecated use `this.resolveComponentId` instead.\n */",
|
|
@@ -6140,7 +6161,7 @@
|
|
|
6140
6161
|
"__schema": "TagSchema",
|
|
6141
6162
|
"location": {
|
|
6142
6163
|
"filePath": "scope.main.runtime.ts",
|
|
6143
|
-
"line":
|
|
6164
|
+
"line": 1037,
|
|
6144
6165
|
"character": 6
|
|
6145
6166
|
},
|
|
6146
6167
|
"tagName": "deprecated",
|
|
@@ -6155,7 +6176,7 @@
|
|
|
6155
6176
|
"__schema": "ParameterSchema",
|
|
6156
6177
|
"location": {
|
|
6157
6178
|
"filePath": "scope.main.runtime.ts",
|
|
6158
|
-
"line":
|
|
6179
|
+
"line": 1039,
|
|
6159
6180
|
"character": 19
|
|
6160
6181
|
},
|
|
6161
6182
|
"name": "id",
|
|
@@ -6163,7 +6184,7 @@
|
|
|
6163
6184
|
"__schema": "KeywordTypeSchema",
|
|
6164
6185
|
"location": {
|
|
6165
6186
|
"filePath": "scope.main.runtime.ts",
|
|
6166
|
-
"line":
|
|
6187
|
+
"line": 1039,
|
|
6167
6188
|
"character": 23
|
|
6168
6189
|
},
|
|
6169
6190
|
"name": "string"
|
|
@@ -6176,7 +6197,7 @@
|
|
|
6176
6197
|
"__schema": "TypeRefSchema",
|
|
6177
6198
|
"location": {
|
|
6178
6199
|
"filePath": "scope.main.runtime.ts",
|
|
6179
|
-
"line":
|
|
6200
|
+
"line": 1039,
|
|
6180
6201
|
"character": 32
|
|
6181
6202
|
},
|
|
6182
6203
|
"name": "Promise",
|
|
@@ -6185,7 +6206,7 @@
|
|
|
6185
6206
|
"__schema": "TypeRefSchema",
|
|
6186
6207
|
"location": {
|
|
6187
6208
|
"filePath": "scope.main.runtime.ts",
|
|
6188
|
-
"line":
|
|
6209
|
+
"line": 1039,
|
|
6189
6210
|
"character": 40
|
|
6190
6211
|
},
|
|
6191
6212
|
"name": "ComponentID"
|
|
@@ -6200,7 +6221,7 @@
|
|
|
6200
6221
|
"__schema": "FunctionLikeSchema",
|
|
6201
6222
|
"location": {
|
|
6202
6223
|
"filePath": "scope.main.runtime.ts",
|
|
6203
|
-
"line":
|
|
6224
|
+
"line": 1044,
|
|
6204
6225
|
"character": 3
|
|
6205
6226
|
},
|
|
6206
6227
|
"signature": "(method) ScopeMain._legacyRemotes(): Promise<Remotes>",
|
|
@@ -6210,7 +6231,7 @@
|
|
|
6210
6231
|
"__schema": "TypeRefSchema",
|
|
6211
6232
|
"location": {
|
|
6212
6233
|
"filePath": "scope.main.runtime.ts",
|
|
6213
|
-
"line":
|
|
6234
|
+
"line": 1044,
|
|
6214
6235
|
"character": 27
|
|
6215
6236
|
},
|
|
6216
6237
|
"name": "Promise",
|
|
@@ -6219,7 +6240,7 @@
|
|
|
6219
6240
|
"__schema": "TypeRefSchema",
|
|
6220
6241
|
"location": {
|
|
6221
6242
|
"filePath": "scope.main.runtime.ts",
|
|
6222
|
-
"line":
|
|
6243
|
+
"line": 1044,
|
|
6223
6244
|
"character": 35
|
|
6224
6245
|
},
|
|
6225
6246
|
"name": "Remotes"
|
|
@@ -6234,14 +6255,14 @@
|
|
|
6234
6255
|
"__schema": "FunctionLikeSchema",
|
|
6235
6256
|
"location": {
|
|
6236
6257
|
"filePath": "scope.main.runtime.ts",
|
|
6237
|
-
"line":
|
|
6258
|
+
"line": 1051,
|
|
6238
6259
|
"character": 3
|
|
6239
6260
|
},
|
|
6240
6261
|
"doc": {
|
|
6241
6262
|
"__schema": "DocSchema",
|
|
6242
6263
|
"location": {
|
|
6243
6264
|
"filePath": "scope.main.runtime.ts",
|
|
6244
|
-
"line":
|
|
6265
|
+
"line": 1048,
|
|
6245
6266
|
"character": 3
|
|
6246
6267
|
},
|
|
6247
6268
|
"raw": "/**\n * list all component ids from a remote-scope\n */",
|
|
@@ -6255,7 +6276,7 @@
|
|
|
6255
6276
|
"__schema": "ParameterSchema",
|
|
6256
6277
|
"location": {
|
|
6257
6278
|
"filePath": "scope.main.runtime.ts",
|
|
6258
|
-
"line":
|
|
6279
|
+
"line": 1051,
|
|
6259
6280
|
"character": 25
|
|
6260
6281
|
},
|
|
6261
6282
|
"name": "scopeName",
|
|
@@ -6263,7 +6284,7 @@
|
|
|
6263
6284
|
"__schema": "KeywordTypeSchema",
|
|
6264
6285
|
"location": {
|
|
6265
6286
|
"filePath": "scope.main.runtime.ts",
|
|
6266
|
-
"line":
|
|
6287
|
+
"line": 1051,
|
|
6267
6288
|
"character": 36
|
|
6268
6289
|
},
|
|
6269
6290
|
"name": "string"
|
|
@@ -6276,7 +6297,7 @@
|
|
|
6276
6297
|
"__schema": "TypeRefSchema",
|
|
6277
6298
|
"location": {
|
|
6278
6299
|
"filePath": "scope.main.runtime.ts",
|
|
6279
|
-
"line":
|
|
6300
|
+
"line": 1051,
|
|
6280
6301
|
"character": 45
|
|
6281
6302
|
},
|
|
6282
6303
|
"name": "Promise",
|
|
@@ -6285,14 +6306,14 @@
|
|
|
6285
6306
|
"__schema": "TypeArraySchema",
|
|
6286
6307
|
"location": {
|
|
6287
6308
|
"filePath": "scope.main.runtime.ts",
|
|
6288
|
-
"line":
|
|
6309
|
+
"line": 1051,
|
|
6289
6310
|
"character": 53
|
|
6290
6311
|
},
|
|
6291
6312
|
"type": {
|
|
6292
6313
|
"__schema": "TypeRefSchema",
|
|
6293
6314
|
"location": {
|
|
6294
6315
|
"filePath": "scope.main.runtime.ts",
|
|
6295
|
-
"line":
|
|
6316
|
+
"line": 1051,
|
|
6296
6317
|
"character": 53
|
|
6297
6318
|
},
|
|
6298
6319
|
"name": "ComponentID"
|
|
@@ -6308,7 +6329,7 @@
|
|
|
6308
6329
|
"__schema": "FunctionLikeSchema",
|
|
6309
6330
|
"location": {
|
|
6310
6331
|
"filePath": "scope.main.runtime.ts",
|
|
6311
|
-
"line":
|
|
6332
|
+
"line": 1058,
|
|
6312
6333
|
"character": 3
|
|
6313
6334
|
},
|
|
6314
6335
|
"signature": "(method) ScopeMain.getLegacyMinimal(id: ComponentID): Promise<ConsumerComponent | undefined>",
|
|
@@ -6318,7 +6339,7 @@
|
|
|
6318
6339
|
"__schema": "ParameterSchema",
|
|
6319
6340
|
"location": {
|
|
6320
6341
|
"filePath": "scope.main.runtime.ts",
|
|
6321
|
-
"line":
|
|
6342
|
+
"line": 1058,
|
|
6322
6343
|
"character": 26
|
|
6323
6344
|
},
|
|
6324
6345
|
"name": "id",
|
|
@@ -6326,7 +6347,7 @@
|
|
|
6326
6347
|
"__schema": "TypeRefSchema",
|
|
6327
6348
|
"location": {
|
|
6328
6349
|
"filePath": "scope.main.runtime.ts",
|
|
6329
|
-
"line":
|
|
6350
|
+
"line": 1058,
|
|
6330
6351
|
"character": 30
|
|
6331
6352
|
},
|
|
6332
6353
|
"name": "ComponentID"
|
|
@@ -6339,7 +6360,7 @@
|
|
|
6339
6360
|
"__schema": "TypeRefSchema",
|
|
6340
6361
|
"location": {
|
|
6341
6362
|
"filePath": "scope.main.runtime.ts",
|
|
6342
|
-
"line":
|
|
6363
|
+
"line": 1058,
|
|
6343
6364
|
"character": 44
|
|
6344
6365
|
},
|
|
6345
6366
|
"name": "Promise",
|
|
@@ -6348,7 +6369,7 @@
|
|
|
6348
6369
|
"__schema": "TypeUnionSchema",
|
|
6349
6370
|
"location": {
|
|
6350
6371
|
"filePath": "scope.main.runtime.ts",
|
|
6351
|
-
"line":
|
|
6372
|
+
"line": 1058,
|
|
6352
6373
|
"character": 52
|
|
6353
6374
|
},
|
|
6354
6375
|
"types": [
|
|
@@ -6356,7 +6377,7 @@
|
|
|
6356
6377
|
"__schema": "TypeRefSchema",
|
|
6357
6378
|
"location": {
|
|
6358
6379
|
"filePath": "scope.main.runtime.ts",
|
|
6359
|
-
"line":
|
|
6380
|
+
"line": 1058,
|
|
6360
6381
|
"character": 52
|
|
6361
6382
|
},
|
|
6362
6383
|
"name": "ConsumerComponent"
|
|
@@ -6365,7 +6386,7 @@
|
|
|
6365
6386
|
"__schema": "KeywordTypeSchema",
|
|
6366
6387
|
"location": {
|
|
6367
6388
|
"filePath": "scope.main.runtime.ts",
|
|
6368
|
-
"line":
|
|
6389
|
+
"line": 1058,
|
|
6369
6390
|
"character": 72
|
|
6370
6391
|
},
|
|
6371
6392
|
"name": "undefined"
|
|
@@ -6382,14 +6403,14 @@
|
|
|
6382
6403
|
"__schema": "FunctionLikeSchema",
|
|
6383
6404
|
"location": {
|
|
6384
6405
|
"filePath": "scope.main.runtime.ts",
|
|
6385
|
-
"line":
|
|
6406
|
+
"line": 1071,
|
|
6386
6407
|
"character": 3
|
|
6387
6408
|
},
|
|
6388
6409
|
"doc": {
|
|
6389
6410
|
"__schema": "DocSchema",
|
|
6390
6411
|
"location": {
|
|
6391
6412
|
"filePath": "scope.main.runtime.ts",
|
|
6392
|
-
"line":
|
|
6413
|
+
"line": 1067,
|
|
6393
6414
|
"character": 3
|
|
6394
6415
|
},
|
|
6395
6416
|
"raw": "/**\n * ModelComponent is of type `BitObject` which gets saved into the local scope as an object file.\n * It has data about the tags and the component head. It doesn't have any data about the source-files/artifacts etc.\n */",
|
|
@@ -6403,7 +6424,7 @@
|
|
|
6403
6424
|
"__schema": "ParameterSchema",
|
|
6404
6425
|
"location": {
|
|
6405
6426
|
"filePath": "scope.main.runtime.ts",
|
|
6406
|
-
"line":
|
|
6427
|
+
"line": 1071,
|
|
6407
6428
|
"character": 36
|
|
6408
6429
|
},
|
|
6409
6430
|
"name": "id",
|
|
@@ -6411,7 +6432,7 @@
|
|
|
6411
6432
|
"__schema": "TypeRefSchema",
|
|
6412
6433
|
"location": {
|
|
6413
6434
|
"filePath": "scope.main.runtime.ts",
|
|
6414
|
-
"line":
|
|
6435
|
+
"line": 1071,
|
|
6415
6436
|
"character": 40
|
|
6416
6437
|
},
|
|
6417
6438
|
"name": "ComponentID"
|
|
@@ -6423,7 +6444,7 @@
|
|
|
6423
6444
|
"__schema": "ParameterSchema",
|
|
6424
6445
|
"location": {
|
|
6425
6446
|
"filePath": "scope.main.runtime.ts",
|
|
6426
|
-
"line":
|
|
6447
|
+
"line": 1071,
|
|
6427
6448
|
"character": 53
|
|
6428
6449
|
},
|
|
6429
6450
|
"name": "throwIfNotExist",
|
|
@@ -6431,7 +6452,7 @@
|
|
|
6431
6452
|
"__schema": "InferenceTypeSchema",
|
|
6432
6453
|
"location": {
|
|
6433
6454
|
"filePath": "scope.main.runtime.ts",
|
|
6434
|
-
"line":
|
|
6455
|
+
"line": 1071,
|
|
6435
6456
|
"character": 53
|
|
6436
6457
|
},
|
|
6437
6458
|
"type": "boolean"
|
|
@@ -6445,7 +6466,7 @@
|
|
|
6445
6466
|
"__schema": "TypeRefSchema",
|
|
6446
6467
|
"location": {
|
|
6447
6468
|
"filePath": "scope.main.runtime.ts",
|
|
6448
|
-
"line":
|
|
6469
|
+
"line": 1071,
|
|
6449
6470
|
"character": 79
|
|
6450
6471
|
},
|
|
6451
6472
|
"name": "Promise",
|
|
@@ -6454,7 +6475,7 @@
|
|
|
6454
6475
|
"__schema": "TypeUnionSchema",
|
|
6455
6476
|
"location": {
|
|
6456
6477
|
"filePath": "scope.main.runtime.ts",
|
|
6457
|
-
"line":
|
|
6478
|
+
"line": 1071,
|
|
6458
6479
|
"character": 87
|
|
6459
6480
|
},
|
|
6460
6481
|
"types": [
|
|
@@ -6462,7 +6483,7 @@
|
|
|
6462
6483
|
"__schema": "TypeRefSchema",
|
|
6463
6484
|
"location": {
|
|
6464
6485
|
"filePath": "scope.main.runtime.ts",
|
|
6465
|
-
"line":
|
|
6486
|
+
"line": 1071,
|
|
6466
6487
|
"character": 87
|
|
6467
6488
|
},
|
|
6468
6489
|
"name": "ModelComponent"
|
|
@@ -6471,7 +6492,7 @@
|
|
|
6471
6492
|
"__schema": "KeywordTypeSchema",
|
|
6472
6493
|
"location": {
|
|
6473
6494
|
"filePath": "scope.main.runtime.ts",
|
|
6474
|
-
"line":
|
|
6495
|
+
"line": 1071,
|
|
6475
6496
|
"character": 104
|
|
6476
6497
|
},
|
|
6477
6498
|
"name": "undefined"
|
|
@@ -6488,14 +6509,14 @@
|
|
|
6488
6509
|
"__schema": "FunctionLikeSchema",
|
|
6489
6510
|
"location": {
|
|
6490
6511
|
"filePath": "scope.main.runtime.ts",
|
|
6491
|
-
"line":
|
|
6512
|
+
"line": 1078,
|
|
6492
6513
|
"character": 3
|
|
6493
6514
|
},
|
|
6494
6515
|
"doc": {
|
|
6495
6516
|
"__schema": "DocSchema",
|
|
6496
6517
|
"location": {
|
|
6497
6518
|
"filePath": "scope.main.runtime.ts",
|
|
6498
|
-
"line":
|
|
6519
|
+
"line": 1075,
|
|
6499
6520
|
"character": 3
|
|
6500
6521
|
},
|
|
6501
6522
|
"raw": "/**\n * Version BitObject holds the data of the source files and build artifacts of a specific snap/tag.\n */",
|
|
@@ -6509,7 +6530,7 @@
|
|
|
6509
6530
|
"__schema": "ParameterSchema",
|
|
6510
6531
|
"location": {
|
|
6511
6532
|
"filePath": "scope.main.runtime.ts",
|
|
6512
|
-
"line":
|
|
6533
|
+
"line": 1079,
|
|
6513
6534
|
"character": 5
|
|
6514
6535
|
},
|
|
6515
6536
|
"name": "modelComponent",
|
|
@@ -6517,7 +6538,7 @@
|
|
|
6517
6538
|
"__schema": "TypeRefSchema",
|
|
6518
6539
|
"location": {
|
|
6519
6540
|
"filePath": "scope.main.runtime.ts",
|
|
6520
|
-
"line":
|
|
6541
|
+
"line": 1079,
|
|
6521
6542
|
"character": 21
|
|
6522
6543
|
},
|
|
6523
6544
|
"name": "ModelComponent"
|
|
@@ -6529,7 +6550,7 @@
|
|
|
6529
6550
|
"__schema": "ParameterSchema",
|
|
6530
6551
|
"location": {
|
|
6531
6552
|
"filePath": "scope.main.runtime.ts",
|
|
6532
|
-
"line":
|
|
6553
|
+
"line": 1080,
|
|
6533
6554
|
"character": 5
|
|
6534
6555
|
},
|
|
6535
6556
|
"name": "version",
|
|
@@ -6537,7 +6558,7 @@
|
|
|
6537
6558
|
"__schema": "KeywordTypeSchema",
|
|
6538
6559
|
"location": {
|
|
6539
6560
|
"filePath": "scope.main.runtime.ts",
|
|
6540
|
-
"line":
|
|
6561
|
+
"line": 1080,
|
|
6541
6562
|
"character": 14
|
|
6542
6563
|
},
|
|
6543
6564
|
"name": "string"
|
|
@@ -6549,7 +6570,7 @@
|
|
|
6549
6570
|
"__schema": "ParameterSchema",
|
|
6550
6571
|
"location": {
|
|
6551
6572
|
"filePath": "scope.main.runtime.ts",
|
|
6552
|
-
"line":
|
|
6573
|
+
"line": 1081,
|
|
6553
6574
|
"character": 5
|
|
6554
6575
|
},
|
|
6555
6576
|
"name": "throwIfNotExist",
|
|
@@ -6557,7 +6578,7 @@
|
|
|
6557
6578
|
"__schema": "InferenceTypeSchema",
|
|
6558
6579
|
"location": {
|
|
6559
6580
|
"filePath": "scope.main.runtime.ts",
|
|
6560
|
-
"line":
|
|
6581
|
+
"line": 1081,
|
|
6561
6582
|
"character": 5
|
|
6562
6583
|
},
|
|
6563
6584
|
"type": "boolean"
|
|
@@ -6571,7 +6592,7 @@
|
|
|
6571
6592
|
"__schema": "TypeRefSchema",
|
|
6572
6593
|
"location": {
|
|
6573
6594
|
"filePath": "scope.main.runtime.ts",
|
|
6574
|
-
"line":
|
|
6595
|
+
"line": 1082,
|
|
6575
6596
|
"character": 6
|
|
6576
6597
|
},
|
|
6577
6598
|
"name": "Promise",
|
|
@@ -6580,7 +6601,7 @@
|
|
|
6580
6601
|
"__schema": "TypeUnionSchema",
|
|
6581
6602
|
"location": {
|
|
6582
6603
|
"filePath": "scope.main.runtime.ts",
|
|
6583
|
-
"line":
|
|
6604
|
+
"line": 1082,
|
|
6584
6605
|
"character": 14
|
|
6585
6606
|
},
|
|
6586
6607
|
"types": [
|
|
@@ -6588,7 +6609,7 @@
|
|
|
6588
6609
|
"__schema": "TypeRefSchema",
|
|
6589
6610
|
"location": {
|
|
6590
6611
|
"filePath": "scope.main.runtime.ts",
|
|
6591
|
-
"line":
|
|
6612
|
+
"line": 1082,
|
|
6592
6613
|
"character": 14
|
|
6593
6614
|
},
|
|
6594
6615
|
"name": "Version"
|
|
@@ -6597,7 +6618,7 @@
|
|
|
6597
6618
|
"__schema": "KeywordTypeSchema",
|
|
6598
6619
|
"location": {
|
|
6599
6620
|
"filePath": "scope.main.runtime.ts",
|
|
6600
|
-
"line":
|
|
6621
|
+
"line": 1082,
|
|
6601
6622
|
"character": 24
|
|
6602
6623
|
},
|
|
6603
6624
|
"name": "undefined"
|
|
@@ -6614,7 +6635,7 @@
|
|
|
6614
6635
|
"__schema": "FunctionLikeSchema",
|
|
6615
6636
|
"location": {
|
|
6616
6637
|
"filePath": "scope.main.runtime.ts",
|
|
6617
|
-
"line":
|
|
6638
|
+
"line": 1086,
|
|
6618
6639
|
"character": 3
|
|
6619
6640
|
},
|
|
6620
6641
|
"signature": "(method) ScopeMain.getBitObjectVersionById(id: ComponentID, throwIfNotExist?: boolean): Promise<Version | undefined>",
|
|
@@ -6624,7 +6645,7 @@
|
|
|
6624
6645
|
"__schema": "ParameterSchema",
|
|
6625
6646
|
"location": {
|
|
6626
6647
|
"filePath": "scope.main.runtime.ts",
|
|
6627
|
-
"line":
|
|
6648
|
+
"line": 1086,
|
|
6628
6649
|
"character": 33
|
|
6629
6650
|
},
|
|
6630
6651
|
"name": "id",
|
|
@@ -6632,7 +6653,7 @@
|
|
|
6632
6653
|
"__schema": "TypeRefSchema",
|
|
6633
6654
|
"location": {
|
|
6634
6655
|
"filePath": "scope.main.runtime.ts",
|
|
6635
|
-
"line":
|
|
6656
|
+
"line": 1086,
|
|
6636
6657
|
"character": 37
|
|
6637
6658
|
},
|
|
6638
6659
|
"name": "ComponentID"
|
|
@@ -6644,7 +6665,7 @@
|
|
|
6644
6665
|
"__schema": "ParameterSchema",
|
|
6645
6666
|
"location": {
|
|
6646
6667
|
"filePath": "scope.main.runtime.ts",
|
|
6647
|
-
"line":
|
|
6668
|
+
"line": 1086,
|
|
6648
6669
|
"character": 50
|
|
6649
6670
|
},
|
|
6650
6671
|
"name": "throwIfNotExist",
|
|
@@ -6652,7 +6673,7 @@
|
|
|
6652
6673
|
"__schema": "InferenceTypeSchema",
|
|
6653
6674
|
"location": {
|
|
6654
6675
|
"filePath": "scope.main.runtime.ts",
|
|
6655
|
-
"line":
|
|
6676
|
+
"line": 1086,
|
|
6656
6677
|
"character": 50
|
|
6657
6678
|
},
|
|
6658
6679
|
"type": "boolean"
|
|
@@ -6666,7 +6687,7 @@
|
|
|
6666
6687
|
"__schema": "TypeRefSchema",
|
|
6667
6688
|
"location": {
|
|
6668
6689
|
"filePath": "scope.main.runtime.ts",
|
|
6669
|
-
"line":
|
|
6690
|
+
"line": 1086,
|
|
6670
6691
|
"character": 76
|
|
6671
6692
|
},
|
|
6672
6693
|
"name": "Promise",
|
|
@@ -6675,7 +6696,7 @@
|
|
|
6675
6696
|
"__schema": "TypeUnionSchema",
|
|
6676
6697
|
"location": {
|
|
6677
6698
|
"filePath": "scope.main.runtime.ts",
|
|
6678
|
-
"line":
|
|
6699
|
+
"line": 1086,
|
|
6679
6700
|
"character": 84
|
|
6680
6701
|
},
|
|
6681
6702
|
"types": [
|
|
@@ -6683,7 +6704,7 @@
|
|
|
6683
6704
|
"__schema": "TypeRefSchema",
|
|
6684
6705
|
"location": {
|
|
6685
6706
|
"filePath": "scope.main.runtime.ts",
|
|
6686
|
-
"line":
|
|
6707
|
+
"line": 1086,
|
|
6687
6708
|
"character": 84
|
|
6688
6709
|
},
|
|
6689
6710
|
"name": "Version"
|
|
@@ -6692,7 +6713,7 @@
|
|
|
6692
6713
|
"__schema": "KeywordTypeSchema",
|
|
6693
6714
|
"location": {
|
|
6694
6715
|
"filePath": "scope.main.runtime.ts",
|
|
6695
|
-
"line":
|
|
6716
|
+
"line": 1086,
|
|
6696
6717
|
"character": 94
|
|
6697
6718
|
},
|
|
6698
6719
|
"name": "undefined"
|
|
@@ -6709,14 +6730,14 @@
|
|
|
6709
6730
|
"__schema": "FunctionLikeSchema",
|
|
6710
6731
|
"location": {
|
|
6711
6732
|
"filePath": "scope.main.runtime.ts",
|
|
6712
|
-
"line":
|
|
6733
|
+
"line": 1095,
|
|
6713
6734
|
"character": 3
|
|
6714
6735
|
},
|
|
6715
6736
|
"doc": {
|
|
6716
6737
|
"__schema": "DocSchema",
|
|
6717
6738
|
"location": {
|
|
6718
6739
|
"filePath": "scope.main.runtime.ts",
|
|
6719
|
-
"line":
|
|
6740
|
+
"line": 1092,
|
|
6720
6741
|
"character": 3
|
|
6721
6742
|
},
|
|
6722
6743
|
"raw": "/**\n * get a component and load its aspect\n */",
|
|
@@ -6730,7 +6751,7 @@
|
|
|
6730
6751
|
"__schema": "ParameterSchema",
|
|
6731
6752
|
"location": {
|
|
6732
6753
|
"filePath": "scope.main.runtime.ts",
|
|
6733
|
-
"line":
|
|
6754
|
+
"line": 1096,
|
|
6734
6755
|
"character": 5
|
|
6735
6756
|
},
|
|
6736
6757
|
"name": "id",
|
|
@@ -6738,7 +6759,7 @@
|
|
|
6738
6759
|
"__schema": "TypeRefSchema",
|
|
6739
6760
|
"location": {
|
|
6740
6761
|
"filePath": "scope.main.runtime.ts",
|
|
6741
|
-
"line":
|
|
6762
|
+
"line": 1096,
|
|
6742
6763
|
"character": 9
|
|
6743
6764
|
},
|
|
6744
6765
|
"name": "ComponentID"
|
|
@@ -6750,7 +6771,7 @@
|
|
|
6750
6771
|
"__schema": "ParameterSchema",
|
|
6751
6772
|
"location": {
|
|
6752
6773
|
"filePath": "scope.main.runtime.ts",
|
|
6753
|
-
"line":
|
|
6774
|
+
"line": 1097,
|
|
6754
6775
|
"character": 5
|
|
6755
6776
|
},
|
|
6756
6777
|
"name": "lane",
|
|
@@ -6758,7 +6779,7 @@
|
|
|
6758
6779
|
"__schema": "TypeRefSchema",
|
|
6759
6780
|
"location": {
|
|
6760
6781
|
"filePath": "scope.main.runtime.ts",
|
|
6761
|
-
"line":
|
|
6782
|
+
"line": 1097,
|
|
6762
6783
|
"character": 12
|
|
6763
6784
|
},
|
|
6764
6785
|
"name": "Lane"
|
|
@@ -6770,7 +6791,7 @@
|
|
|
6770
6791
|
"__schema": "ParameterSchema",
|
|
6771
6792
|
"location": {
|
|
6772
6793
|
"filePath": "scope.main.runtime.ts",
|
|
6773
|
-
"line":
|
|
6794
|
+
"line": 1098,
|
|
6774
6795
|
"character": 5
|
|
6775
6796
|
},
|
|
6776
6797
|
"name": "opts",
|
|
@@ -6778,7 +6799,7 @@
|
|
|
6778
6799
|
"__schema": "TypeRefSchema",
|
|
6779
6800
|
"location": {
|
|
6780
6801
|
"filePath": "scope.main.runtime.ts",
|
|
6781
|
-
"line":
|
|
6802
|
+
"line": 1098,
|
|
6782
6803
|
"character": 11
|
|
6783
6804
|
},
|
|
6784
6805
|
"name": "LoadOptions"
|
|
@@ -6792,7 +6813,7 @@
|
|
|
6792
6813
|
"__schema": "TypeRefSchema",
|
|
6793
6814
|
"location": {
|
|
6794
6815
|
"filePath": "scope.main.runtime.ts",
|
|
6795
|
-
"line":
|
|
6816
|
+
"line": 1099,
|
|
6796
6817
|
"character": 6
|
|
6797
6818
|
},
|
|
6798
6819
|
"name": "Promise",
|
|
@@ -6801,7 +6822,7 @@
|
|
|
6801
6822
|
"__schema": "TypeUnionSchema",
|
|
6802
6823
|
"location": {
|
|
6803
6824
|
"filePath": "scope.main.runtime.ts",
|
|
6804
|
-
"line":
|
|
6825
|
+
"line": 1099,
|
|
6805
6826
|
"character": 14
|
|
6806
6827
|
},
|
|
6807
6828
|
"types": [
|
|
@@ -6809,7 +6830,7 @@
|
|
|
6809
6830
|
"__schema": "TypeRefSchema",
|
|
6810
6831
|
"location": {
|
|
6811
6832
|
"filePath": "scope.main.runtime.ts",
|
|
6812
|
-
"line":
|
|
6833
|
+
"line": 1099,
|
|
6813
6834
|
"character": 14
|
|
6814
6835
|
},
|
|
6815
6836
|
"name": "Component"
|
|
@@ -6818,7 +6839,7 @@
|
|
|
6818
6839
|
"__schema": "KeywordTypeSchema",
|
|
6819
6840
|
"location": {
|
|
6820
6841
|
"filePath": "scope.main.runtime.ts",
|
|
6821
|
-
"line":
|
|
6842
|
+
"line": 1099,
|
|
6822
6843
|
"character": 26
|
|
6823
6844
|
},
|
|
6824
6845
|
"name": "undefined"
|
|
@@ -6835,7 +6856,7 @@
|
|
|
6835
6856
|
"__schema": "FunctionLikeSchema",
|
|
6836
6857
|
"location": {
|
|
6837
6858
|
"filePath": "scope.main.runtime.ts",
|
|
6838
|
-
"line":
|
|
6859
|
+
"line": 1106,
|
|
6839
6860
|
"character": 3
|
|
6840
6861
|
},
|
|
6841
6862
|
"signature": "(method) ScopeMain.loadCompAspects(component: Component, lane?: Lane, opts?: LoadOptions): Promise<Component>",
|
|
@@ -6845,7 +6866,7 @@
|
|
|
6845
6866
|
"__schema": "ParameterSchema",
|
|
6846
6867
|
"location": {
|
|
6847
6868
|
"filePath": "scope.main.runtime.ts",
|
|
6848
|
-
"line":
|
|
6869
|
+
"line": 1107,
|
|
6849
6870
|
"character": 5
|
|
6850
6871
|
},
|
|
6851
6872
|
"name": "component",
|
|
@@ -6853,7 +6874,7 @@
|
|
|
6853
6874
|
"__schema": "TypeRefSchema",
|
|
6854
6875
|
"location": {
|
|
6855
6876
|
"filePath": "scope.main.runtime.ts",
|
|
6856
|
-
"line":
|
|
6877
|
+
"line": 1107,
|
|
6857
6878
|
"character": 16
|
|
6858
6879
|
},
|
|
6859
6880
|
"name": "Component"
|
|
@@ -6865,7 +6886,7 @@
|
|
|
6865
6886
|
"__schema": "ParameterSchema",
|
|
6866
6887
|
"location": {
|
|
6867
6888
|
"filePath": "scope.main.runtime.ts",
|
|
6868
|
-
"line":
|
|
6889
|
+
"line": 1108,
|
|
6869
6890
|
"character": 5
|
|
6870
6891
|
},
|
|
6871
6892
|
"name": "lane",
|
|
@@ -6873,7 +6894,7 @@
|
|
|
6873
6894
|
"__schema": "TypeRefSchema",
|
|
6874
6895
|
"location": {
|
|
6875
6896
|
"filePath": "scope.main.runtime.ts",
|
|
6876
|
-
"line":
|
|
6897
|
+
"line": 1108,
|
|
6877
6898
|
"character": 12
|
|
6878
6899
|
},
|
|
6879
6900
|
"name": "Lane"
|
|
@@ -6885,7 +6906,7 @@
|
|
|
6885
6906
|
"__schema": "ParameterSchema",
|
|
6886
6907
|
"location": {
|
|
6887
6908
|
"filePath": "scope.main.runtime.ts",
|
|
6888
|
-
"line":
|
|
6909
|
+
"line": 1109,
|
|
6889
6910
|
"character": 5
|
|
6890
6911
|
},
|
|
6891
6912
|
"name": "opts",
|
|
@@ -6893,7 +6914,7 @@
|
|
|
6893
6914
|
"__schema": "TypeRefSchema",
|
|
6894
6915
|
"location": {
|
|
6895
6916
|
"filePath": "scope.main.runtime.ts",
|
|
6896
|
-
"line":
|
|
6917
|
+
"line": 1109,
|
|
6897
6918
|
"character": 11
|
|
6898
6919
|
},
|
|
6899
6920
|
"name": "LoadOptions"
|
|
@@ -6907,7 +6928,7 @@
|
|
|
6907
6928
|
"__schema": "TypeRefSchema",
|
|
6908
6929
|
"location": {
|
|
6909
6930
|
"filePath": "scope.main.runtime.ts",
|
|
6910
|
-
"line":
|
|
6931
|
+
"line": 1110,
|
|
6911
6932
|
"character": 6
|
|
6912
6933
|
},
|
|
6913
6934
|
"name": "Promise",
|
|
@@ -6916,7 +6937,7 @@
|
|
|
6916
6937
|
"__schema": "TypeRefSchema",
|
|
6917
6938
|
"location": {
|
|
6918
6939
|
"filePath": "scope.main.runtime.ts",
|
|
6919
|
-
"line":
|
|
6940
|
+
"line": 1110,
|
|
6920
6941
|
"character": 14
|
|
6921
6942
|
},
|
|
6922
6943
|
"name": "Component"
|
|
@@ -6931,7 +6952,7 @@
|
|
|
6931
6952
|
"__schema": "FunctionLikeSchema",
|
|
6932
6953
|
"location": {
|
|
6933
6954
|
"filePath": "scope.main.runtime.ts",
|
|
6934
|
-
"line":
|
|
6955
|
+
"line": 1137,
|
|
6935
6956
|
"character": 3
|
|
6936
6957
|
},
|
|
6937
6958
|
"signature": "(method) ScopeMain.loadComponentsAspect(component: Component): Promise<void>",
|
|
@@ -6941,7 +6962,7 @@
|
|
|
6941
6962
|
"__schema": "ParameterSchema",
|
|
6942
6963
|
"location": {
|
|
6943
6964
|
"filePath": "scope.main.runtime.ts",
|
|
6944
|
-
"line":
|
|
6965
|
+
"line": 1137,
|
|
6945
6966
|
"character": 30
|
|
6946
6967
|
},
|
|
6947
6968
|
"name": "component",
|
|
@@ -6949,7 +6970,7 @@
|
|
|
6949
6970
|
"__schema": "TypeRefSchema",
|
|
6950
6971
|
"location": {
|
|
6951
6972
|
"filePath": "scope.main.runtime.ts",
|
|
6952
|
-
"line":
|
|
6973
|
+
"line": 1137,
|
|
6953
6974
|
"character": 41
|
|
6954
6975
|
},
|
|
6955
6976
|
"name": "Component"
|
|
@@ -6962,7 +6983,7 @@
|
|
|
6962
6983
|
"__schema": "InferenceTypeSchema",
|
|
6963
6984
|
"location": {
|
|
6964
6985
|
"filePath": "scope.main.runtime.ts",
|
|
6965
|
-
"line":
|
|
6986
|
+
"line": 1137,
|
|
6966
6987
|
"character": 3
|
|
6967
6988
|
},
|
|
6968
6989
|
"type": "Promise<void>"
|
|
@@ -6975,7 +6996,7 @@
|
|
|
6975
6996
|
"__schema": "FunctionLikeSchema",
|
|
6976
6997
|
"location": {
|
|
6977
6998
|
"filePath": "scope.main.runtime.ts",
|
|
6978
|
-
"line":
|
|
6999
|
+
"line": 1142,
|
|
6979
7000
|
"character": 3
|
|
6980
7001
|
},
|
|
6981
7002
|
"signature": "(method) ScopeMain.addAspectsFromConfigObject(component: Component, configObject: Record<string, any>): Promise<void>",
|
|
@@ -6985,7 +7006,7 @@
|
|
|
6985
7006
|
"__schema": "ParameterSchema",
|
|
6986
7007
|
"location": {
|
|
6987
7008
|
"filePath": "scope.main.runtime.ts",
|
|
6988
|
-
"line":
|
|
7009
|
+
"line": 1142,
|
|
6989
7010
|
"character": 36
|
|
6990
7011
|
},
|
|
6991
7012
|
"name": "component",
|
|
@@ -6993,7 +7014,7 @@
|
|
|
6993
7014
|
"__schema": "TypeRefSchema",
|
|
6994
7015
|
"location": {
|
|
6995
7016
|
"filePath": "scope.main.runtime.ts",
|
|
6996
|
-
"line":
|
|
7017
|
+
"line": 1142,
|
|
6997
7018
|
"character": 47
|
|
6998
7019
|
},
|
|
6999
7020
|
"name": "Component"
|
|
@@ -7005,7 +7026,7 @@
|
|
|
7005
7026
|
"__schema": "ParameterSchema",
|
|
7006
7027
|
"location": {
|
|
7007
7028
|
"filePath": "scope.main.runtime.ts",
|
|
7008
|
-
"line":
|
|
7029
|
+
"line": 1142,
|
|
7009
7030
|
"character": 58
|
|
7010
7031
|
},
|
|
7011
7032
|
"name": "configObject",
|
|
@@ -7013,7 +7034,7 @@
|
|
|
7013
7034
|
"__schema": "TypeRefSchema",
|
|
7014
7035
|
"location": {
|
|
7015
7036
|
"filePath": "scope.main.runtime.ts",
|
|
7016
|
-
"line":
|
|
7037
|
+
"line": 1142,
|
|
7017
7038
|
"character": 72
|
|
7018
7039
|
},
|
|
7019
7040
|
"name": "Record",
|
|
@@ -7022,7 +7043,7 @@
|
|
|
7022
7043
|
"__schema": "KeywordTypeSchema",
|
|
7023
7044
|
"location": {
|
|
7024
7045
|
"filePath": "scope.main.runtime.ts",
|
|
7025
|
-
"line":
|
|
7046
|
+
"line": 1142,
|
|
7026
7047
|
"character": 79
|
|
7027
7048
|
},
|
|
7028
7049
|
"name": "string"
|
|
@@ -7031,7 +7052,7 @@
|
|
|
7031
7052
|
"__schema": "KeywordTypeSchema",
|
|
7032
7053
|
"location": {
|
|
7033
7054
|
"filePath": "scope.main.runtime.ts",
|
|
7034
|
-
"line":
|
|
7055
|
+
"line": 1142,
|
|
7035
7056
|
"character": 87
|
|
7036
7057
|
},
|
|
7037
7058
|
"name": "any"
|
|
@@ -7046,7 +7067,7 @@
|
|
|
7046
7067
|
"__schema": "InferenceTypeSchema",
|
|
7047
7068
|
"location": {
|
|
7048
7069
|
"filePath": "scope.main.runtime.ts",
|
|
7049
|
-
"line":
|
|
7070
|
+
"line": 1142,
|
|
7050
7071
|
"character": 3
|
|
7051
7072
|
},
|
|
7052
7073
|
"type": "Promise<void>"
|
|
@@ -7059,7 +7080,7 @@
|
|
|
7059
7080
|
"__schema": "FunctionLikeSchema",
|
|
7060
7081
|
"location": {
|
|
7061
7082
|
"filePath": "scope.main.runtime.ts",
|
|
7062
|
-
"line":
|
|
7083
|
+
"line": 1151,
|
|
7063
7084
|
"character": 3
|
|
7064
7085
|
},
|
|
7065
7086
|
"signature": "(method) ScopeMain.createAspectListFromExtensionDataList(extensionDataList: ExtensionDataList): Promise<AspectList>",
|
|
@@ -7069,7 +7090,7 @@
|
|
|
7069
7090
|
"__schema": "ParameterSchema",
|
|
7070
7091
|
"location": {
|
|
7071
7092
|
"filePath": "scope.main.runtime.ts",
|
|
7072
|
-
"line":
|
|
7093
|
+
"line": 1151,
|
|
7073
7094
|
"character": 54
|
|
7074
7095
|
},
|
|
7075
7096
|
"name": "extensionDataList",
|
|
@@ -7077,7 +7098,7 @@
|
|
|
7077
7098
|
"__schema": "TypeRefSchema",
|
|
7078
7099
|
"location": {
|
|
7079
7100
|
"filePath": "scope.main.runtime.ts",
|
|
7080
|
-
"line":
|
|
7101
|
+
"line": 1151,
|
|
7081
7102
|
"character": 73
|
|
7082
7103
|
},
|
|
7083
7104
|
"name": "ExtensionDataList"
|
|
@@ -7090,7 +7111,7 @@
|
|
|
7090
7111
|
"__schema": "InferenceTypeSchema",
|
|
7091
7112
|
"location": {
|
|
7092
7113
|
"filePath": "scope.main.runtime.ts",
|
|
7093
|
-
"line":
|
|
7114
|
+
"line": 1151,
|
|
7094
7115
|
"character": 3
|
|
7095
7116
|
},
|
|
7096
7117
|
"type": "Promise<AspectList>"
|
|
@@ -7104,7 +7125,7 @@
|
|
|
7104
7125
|
"__schema": "FunctionLikeSchema",
|
|
7105
7126
|
"location": {
|
|
7106
7127
|
"filePath": "scope.main.runtime.ts",
|
|
7107
|
-
"line":
|
|
7128
|
+
"line": 1160,
|
|
7108
7129
|
"character": 3
|
|
7109
7130
|
},
|
|
7110
7131
|
"signature": "(method) ScopeMain.getLastMergedPath(): string",
|
|
@@ -7114,7 +7135,7 @@
|
|
|
7114
7135
|
"__schema": "InferenceTypeSchema",
|
|
7115
7136
|
"location": {
|
|
7116
7137
|
"filePath": "scope.main.runtime.ts",
|
|
7117
|
-
"line":
|
|
7138
|
+
"line": 1160,
|
|
7118
7139
|
"character": 3
|
|
7119
7140
|
},
|
|
7120
7141
|
"type": "string"
|
|
@@ -7125,7 +7146,7 @@
|
|
|
7125
7146
|
"__schema": "FunctionLikeSchema",
|
|
7126
7147
|
"location": {
|
|
7127
7148
|
"filePath": "scope.main.runtime.ts",
|
|
7128
|
-
"line":
|
|
7149
|
+
"line": 1164,
|
|
7129
7150
|
"character": 3
|
|
7130
7151
|
},
|
|
7131
7152
|
"signature": "(method) ScopeMain.isModified(): Promise<boolean>",
|
|
@@ -7135,7 +7156,7 @@
|
|
|
7135
7156
|
"__schema": "TypeRefSchema",
|
|
7136
7157
|
"location": {
|
|
7137
7158
|
"filePath": "scope.main.runtime.ts",
|
|
7138
|
-
"line":
|
|
7159
|
+
"line": 1164,
|
|
7139
7160
|
"character": 23
|
|
7140
7161
|
},
|
|
7141
7162
|
"name": "Promise",
|
|
@@ -7144,7 +7165,7 @@
|
|
|
7144
7165
|
"__schema": "KeywordTypeSchema",
|
|
7145
7166
|
"location": {
|
|
7146
7167
|
"filePath": "scope.main.runtime.ts",
|
|
7147
|
-
"line":
|
|
7168
|
+
"line": 1164,
|
|
7148
7169
|
"character": 31
|
|
7149
7170
|
},
|
|
7150
7171
|
"name": "boolean"
|
|
@@ -7159,7 +7180,7 @@
|
|
|
7159
7180
|
"__schema": "FunctionLikeSchema",
|
|
7160
7181
|
"location": {
|
|
7161
7182
|
"filePath": "scope.main.runtime.ts",
|
|
7162
|
-
"line":
|
|
7183
|
+
"line": 1168,
|
|
7163
7184
|
"character": 3
|
|
7164
7185
|
},
|
|
7165
7186
|
"signature": "(method) ScopeMain.write(): Promise<void>",
|
|
@@ -7169,7 +7190,7 @@
|
|
|
7169
7190
|
"__schema": "InferenceTypeSchema",
|
|
7170
7191
|
"location": {
|
|
7171
7192
|
"filePath": "scope.main.runtime.ts",
|
|
7172
|
-
"line":
|
|
7193
|
+
"line": 1168,
|
|
7173
7194
|
"character": 3
|
|
7174
7195
|
},
|
|
7175
7196
|
"type": "Promise<void>"
|
|
@@ -7182,7 +7203,7 @@
|
|
|
7182
7203
|
"__schema": "FunctionLikeSchema",
|
|
7183
7204
|
"location": {
|
|
7184
7205
|
"filePath": "scope.main.runtime.ts",
|
|
7185
|
-
"line":
|
|
7206
|
+
"line": 1172,
|
|
7186
7207
|
"character": 3
|
|
7187
7208
|
},
|
|
7188
7209
|
"signature": "(method) ScopeMain.hasObjects(hashes: string[]): Promise<string[]>",
|
|
@@ -7192,7 +7213,7 @@
|
|
|
7192
7213
|
"__schema": "ParameterSchema",
|
|
7193
7214
|
"location": {
|
|
7194
7215
|
"filePath": "scope.main.runtime.ts",
|
|
7195
|
-
"line":
|
|
7216
|
+
"line": 1172,
|
|
7196
7217
|
"character": 20
|
|
7197
7218
|
},
|
|
7198
7219
|
"name": "hashes",
|
|
@@ -7200,14 +7221,14 @@
|
|
|
7200
7221
|
"__schema": "TypeArraySchema",
|
|
7201
7222
|
"location": {
|
|
7202
7223
|
"filePath": "scope.main.runtime.ts",
|
|
7203
|
-
"line":
|
|
7224
|
+
"line": 1172,
|
|
7204
7225
|
"character": 28
|
|
7205
7226
|
},
|
|
7206
7227
|
"type": {
|
|
7207
7228
|
"__schema": "KeywordTypeSchema",
|
|
7208
7229
|
"location": {
|
|
7209
7230
|
"filePath": "scope.main.runtime.ts",
|
|
7210
|
-
"line":
|
|
7231
|
+
"line": 1172,
|
|
7211
7232
|
"character": 28
|
|
7212
7233
|
},
|
|
7213
7234
|
"name": "string"
|
|
@@ -7221,7 +7242,7 @@
|
|
|
7221
7242
|
"__schema": "TypeRefSchema",
|
|
7222
7243
|
"location": {
|
|
7223
7244
|
"filePath": "scope.main.runtime.ts",
|
|
7224
|
-
"line":
|
|
7245
|
+
"line": 1172,
|
|
7225
7246
|
"character": 39
|
|
7226
7247
|
},
|
|
7227
7248
|
"name": "Promise",
|
|
@@ -7230,14 +7251,14 @@
|
|
|
7230
7251
|
"__schema": "TypeArraySchema",
|
|
7231
7252
|
"location": {
|
|
7232
7253
|
"filePath": "scope.main.runtime.ts",
|
|
7233
|
-
"line":
|
|
7254
|
+
"line": 1172,
|
|
7234
7255
|
"character": 47
|
|
7235
7256
|
},
|
|
7236
7257
|
"type": {
|
|
7237
7258
|
"__schema": "KeywordTypeSchema",
|
|
7238
7259
|
"location": {
|
|
7239
7260
|
"filePath": "scope.main.runtime.ts",
|
|
7240
|
-
"line":
|
|
7261
|
+
"line": 1172,
|
|
7241
7262
|
"character": 47
|
|
7242
7263
|
},
|
|
7243
7264
|
"name": "string"
|
|
@@ -7253,14 +7274,14 @@
|
|
|
7253
7274
|
"__schema": "VariableLikeSchema",
|
|
7254
7275
|
"location": {
|
|
7255
7276
|
"filePath": "scope.main.runtime.ts",
|
|
7256
|
-
"line":
|
|
7277
|
+
"line": 1181,
|
|
7257
7278
|
"character": 3
|
|
7258
7279
|
},
|
|
7259
7280
|
"doc": {
|
|
7260
7281
|
"__schema": "DocSchema",
|
|
7261
7282
|
"location": {
|
|
7262
7283
|
"filePath": "scope.main.runtime.ts",
|
|
7263
|
-
"line":
|
|
7284
|
+
"line": 1178,
|
|
7264
7285
|
"character": 3
|
|
7265
7286
|
},
|
|
7266
7287
|
"raw": "/**\n * declare the slots of scope extension.\n */",
|
|
@@ -7273,7 +7294,7 @@
|
|
|
7273
7294
|
"__schema": "InferenceTypeSchema",
|
|
7274
7295
|
"location": {
|
|
7275
7296
|
"filePath": "scope.main.runtime.ts",
|
|
7276
|
-
"line":
|
|
7297
|
+
"line": 1181,
|
|
7277
7298
|
"character": 3
|
|
7278
7299
|
},
|
|
7279
7300
|
"type": "(((registerFn: () => string) => SlotRegistry<OnPostPut>) | ((registerFn: () => string) => SlotRegistry<OnPostObjectsPersist>) | ((registerFn: () => string) => SlotRegistry<...>) | ((registerFn: () => string) => SlotRegistry<...>))[]"
|
|
@@ -7285,7 +7306,7 @@
|
|
|
7285
7306
|
"__schema": "VariableLikeSchema",
|
|
7286
7307
|
"location": {
|
|
7287
7308
|
"filePath": "scope.main.runtime.ts",
|
|
7288
|
-
"line":
|
|
7309
|
+
"line": 1189,
|
|
7289
7310
|
"character": 3
|
|
7290
7311
|
},
|
|
7291
7312
|
"signature": "(property) ScopeMain.runtime: RuntimeDefinition",
|
|
@@ -7294,7 +7315,7 @@
|
|
|
7294
7315
|
"__schema": "InferenceTypeSchema",
|
|
7295
7316
|
"location": {
|
|
7296
7317
|
"filePath": "scope.main.runtime.ts",
|
|
7297
|
-
"line":
|
|
7318
|
+
"line": 1189,
|
|
7298
7319
|
"character": 3
|
|
7299
7320
|
},
|
|
7300
7321
|
"type": "RuntimeDefinition"
|
|
@@ -7306,7 +7327,7 @@
|
|
|
7306
7327
|
"__schema": "VariableLikeSchema",
|
|
7307
7328
|
"location": {
|
|
7308
7329
|
"filePath": "scope.main.runtime.ts",
|
|
7309
|
-
"line":
|
|
7330
|
+
"line": 1191,
|
|
7310
7331
|
"character": 3
|
|
7311
7332
|
},
|
|
7312
7333
|
"signature": "(property) ScopeMain.dependencies: Aspect[]",
|
|
@@ -7315,7 +7336,7 @@
|
|
|
7315
7336
|
"__schema": "InferenceTypeSchema",
|
|
7316
7337
|
"location": {
|
|
7317
7338
|
"filePath": "scope.main.runtime.ts",
|
|
7318
|
-
"line":
|
|
7339
|
+
"line": 1191,
|
|
7319
7340
|
"character": 3
|
|
7320
7341
|
},
|
|
7321
7342
|
"type": "Aspect[]"
|
|
@@ -7327,7 +7348,7 @@
|
|
|
7327
7348
|
"__schema": "VariableLikeSchema",
|
|
7328
7349
|
"location": {
|
|
7329
7350
|
"filePath": "scope.main.runtime.ts",
|
|
7330
|
-
"line":
|
|
7351
|
+
"line": 1205,
|
|
7331
7352
|
"character": 3
|
|
7332
7353
|
},
|
|
7333
7354
|
"signature": "(property) ScopeMain.defaultConfig: ScopeConfig",
|
|
@@ -7336,7 +7357,7 @@
|
|
|
7336
7357
|
"__schema": "TypeRefSchema",
|
|
7337
7358
|
"location": {
|
|
7338
7359
|
"filePath": "scope.main.runtime.ts",
|
|
7339
|
-
"line":
|
|
7360
|
+
"line": 1205,
|
|
7340
7361
|
"character": 3
|
|
7341
7362
|
},
|
|
7342
7363
|
"name": "ScopeConfig",
|
|
@@ -7349,7 +7370,7 @@
|
|
|
7349
7370
|
"__schema": "FunctionLikeSchema",
|
|
7350
7371
|
"location": {
|
|
7351
7372
|
"filePath": "scope.main.runtime.ts",
|
|
7352
|
-
"line":
|
|
7373
|
+
"line": 1209,
|
|
7353
7374
|
"character": 3
|
|
7354
7375
|
},
|
|
7355
7376
|
"signature": "(method) ScopeMain.provider([componentExt, ui, graphql, cli, isolator, aspectLoader, express, loggerMain, envs, depsResolver, globalConfig]: [\n ComponentMain,\n UiMain,\n GraphqlMain,\n CLIMain,\n IsolatorMain,\n AspectLoaderMain,\n ExpressMain,\n LoggerMain,\n EnvsMain,\n DependencyResolverMain,\n GlobalConfigMain\n], config: ScopeConfig, [postPutSlot, postDeleteSlot, postExportSlot, postObjectsPersistSlot, preFetchObjectsSlot, OnCompAspectReCalcSlot,]: [\n OnPostPutSlot,\n OnPostDeleteSlot,\n OnPostExportSlot,\n OnPostObjectsPersistSlot,\n OnPreFetchObjectsSlot,\n OnCompAspectReCalcSlot\n], harmony: Harmony): Promise<ScopeMain | undefined>",
|
|
@@ -7359,7 +7380,7 @@
|
|
|
7359
7380
|
"__schema": "ParameterSchema",
|
|
7360
7381
|
"location": {
|
|
7361
7382
|
"filePath": "scope.main.runtime.ts",
|
|
7362
|
-
"line":
|
|
7383
|
+
"line": 1210,
|
|
7363
7384
|
"character": 5
|
|
7364
7385
|
},
|
|
7365
7386
|
"name": "[ componentExt, ui, graphql, cli, isolator, aspectLoader, express, loggerMain, envs, depsResolver, globalConfig ]",
|
|
@@ -7367,7 +7388,7 @@
|
|
|
7367
7388
|
"__schema": "TupleTypeSchema",
|
|
7368
7389
|
"location": {
|
|
7369
7390
|
"filePath": "scope.main.runtime.ts",
|
|
7370
|
-
"line":
|
|
7391
|
+
"line": 1210,
|
|
7371
7392
|
"character": 118
|
|
7372
7393
|
},
|
|
7373
7394
|
"elements": [
|
|
@@ -7375,7 +7396,7 @@
|
|
|
7375
7396
|
"__schema": "TypeRefSchema",
|
|
7376
7397
|
"location": {
|
|
7377
7398
|
"filePath": "scope.main.runtime.ts",
|
|
7378
|
-
"line":
|
|
7399
|
+
"line": 1211,
|
|
7379
7400
|
"character": 7
|
|
7380
7401
|
},
|
|
7381
7402
|
"name": "ComponentMain"
|
|
@@ -7384,7 +7405,7 @@
|
|
|
7384
7405
|
"__schema": "TypeRefSchema",
|
|
7385
7406
|
"location": {
|
|
7386
7407
|
"filePath": "scope.main.runtime.ts",
|
|
7387
|
-
"line":
|
|
7408
|
+
"line": 1212,
|
|
7388
7409
|
"character": 7
|
|
7389
7410
|
},
|
|
7390
7411
|
"name": "UiMain"
|
|
@@ -7393,7 +7414,7 @@
|
|
|
7393
7414
|
"__schema": "TypeRefSchema",
|
|
7394
7415
|
"location": {
|
|
7395
7416
|
"filePath": "scope.main.runtime.ts",
|
|
7396
|
-
"line":
|
|
7417
|
+
"line": 1213,
|
|
7397
7418
|
"character": 7
|
|
7398
7419
|
},
|
|
7399
7420
|
"name": "GraphqlMain"
|
|
@@ -7402,7 +7423,7 @@
|
|
|
7402
7423
|
"__schema": "TypeRefSchema",
|
|
7403
7424
|
"location": {
|
|
7404
7425
|
"filePath": "scope.main.runtime.ts",
|
|
7405
|
-
"line":
|
|
7426
|
+
"line": 1214,
|
|
7406
7427
|
"character": 7
|
|
7407
7428
|
},
|
|
7408
7429
|
"name": "CLIMain"
|
|
@@ -7411,7 +7432,7 @@
|
|
|
7411
7432
|
"__schema": "TypeRefSchema",
|
|
7412
7433
|
"location": {
|
|
7413
7434
|
"filePath": "scope.main.runtime.ts",
|
|
7414
|
-
"line":
|
|
7435
|
+
"line": 1215,
|
|
7415
7436
|
"character": 7
|
|
7416
7437
|
},
|
|
7417
7438
|
"name": "IsolatorMain"
|
|
@@ -7420,7 +7441,7 @@
|
|
|
7420
7441
|
"__schema": "TypeRefSchema",
|
|
7421
7442
|
"location": {
|
|
7422
7443
|
"filePath": "scope.main.runtime.ts",
|
|
7423
|
-
"line":
|
|
7444
|
+
"line": 1216,
|
|
7424
7445
|
"character": 7
|
|
7425
7446
|
},
|
|
7426
7447
|
"name": "AspectLoaderMain"
|
|
@@ -7429,7 +7450,7 @@
|
|
|
7429
7450
|
"__schema": "TypeRefSchema",
|
|
7430
7451
|
"location": {
|
|
7431
7452
|
"filePath": "scope.main.runtime.ts",
|
|
7432
|
-
"line":
|
|
7453
|
+
"line": 1217,
|
|
7433
7454
|
"character": 7
|
|
7434
7455
|
},
|
|
7435
7456
|
"name": "ExpressMain"
|
|
@@ -7438,7 +7459,7 @@
|
|
|
7438
7459
|
"__schema": "TypeRefSchema",
|
|
7439
7460
|
"location": {
|
|
7440
7461
|
"filePath": "scope.main.runtime.ts",
|
|
7441
|
-
"line":
|
|
7462
|
+
"line": 1218,
|
|
7442
7463
|
"character": 7
|
|
7443
7464
|
},
|
|
7444
7465
|
"name": "LoggerMain"
|
|
@@ -7447,7 +7468,7 @@
|
|
|
7447
7468
|
"__schema": "TypeRefSchema",
|
|
7448
7469
|
"location": {
|
|
7449
7470
|
"filePath": "scope.main.runtime.ts",
|
|
7450
|
-
"line":
|
|
7471
|
+
"line": 1219,
|
|
7451
7472
|
"character": 7
|
|
7452
7473
|
},
|
|
7453
7474
|
"name": "EnvsMain"
|
|
@@ -7456,7 +7477,7 @@
|
|
|
7456
7477
|
"__schema": "TypeRefSchema",
|
|
7457
7478
|
"location": {
|
|
7458
7479
|
"filePath": "scope.main.runtime.ts",
|
|
7459
|
-
"line":
|
|
7480
|
+
"line": 1220,
|
|
7460
7481
|
"character": 7
|
|
7461
7482
|
},
|
|
7462
7483
|
"name": "DependencyResolverMain"
|
|
@@ -7465,7 +7486,7 @@
|
|
|
7465
7486
|
"__schema": "TypeRefSchema",
|
|
7466
7487
|
"location": {
|
|
7467
7488
|
"filePath": "scope.main.runtime.ts",
|
|
7468
|
-
"line":
|
|
7489
|
+
"line": 1221,
|
|
7469
7490
|
"character": 7
|
|
7470
7491
|
},
|
|
7471
7492
|
"name": "GlobalConfigMain"
|
|
@@ -7479,7 +7500,7 @@
|
|
|
7479
7500
|
"__schema": "ParameterSchema",
|
|
7480
7501
|
"location": {
|
|
7481
7502
|
"filePath": "scope.main.runtime.ts",
|
|
7482
|
-
"line":
|
|
7503
|
+
"line": 1223,
|
|
7483
7504
|
"character": 5
|
|
7484
7505
|
},
|
|
7485
7506
|
"name": "config",
|
|
@@ -7487,7 +7508,7 @@
|
|
|
7487
7508
|
"__schema": "TypeRefSchema",
|
|
7488
7509
|
"location": {
|
|
7489
7510
|
"filePath": "scope.main.runtime.ts",
|
|
7490
|
-
"line":
|
|
7511
|
+
"line": 1223,
|
|
7491
7512
|
"character": 13
|
|
7492
7513
|
},
|
|
7493
7514
|
"name": "ScopeConfig"
|
|
@@ -7499,7 +7520,7 @@
|
|
|
7499
7520
|
"__schema": "ParameterSchema",
|
|
7500
7521
|
"location": {
|
|
7501
7522
|
"filePath": "scope.main.runtime.ts",
|
|
7502
|
-
"line":
|
|
7523
|
+
"line": 1224,
|
|
7503
7524
|
"character": 5
|
|
7504
7525
|
},
|
|
7505
7526
|
"name": "[ postPutSlot, postDeleteSlot, postExportSlot, postObjectsPersistSlot, preFetchObjectsSlot, OnCompAspectReCalcSlot ]",
|
|
@@ -7507,7 +7528,7 @@
|
|
|
7507
7528
|
"__schema": "TupleTypeSchema",
|
|
7508
7529
|
"location": {
|
|
7509
7530
|
"filePath": "scope.main.runtime.ts",
|
|
7510
|
-
"line":
|
|
7531
|
+
"line": 1231,
|
|
7511
7532
|
"character": 8
|
|
7512
7533
|
},
|
|
7513
7534
|
"elements": [
|
|
@@ -7515,7 +7536,7 @@
|
|
|
7515
7536
|
"__schema": "TypeRefSchema",
|
|
7516
7537
|
"location": {
|
|
7517
7538
|
"filePath": "scope.main.runtime.ts",
|
|
7518
|
-
"line":
|
|
7539
|
+
"line": 1232,
|
|
7519
7540
|
"character": 7
|
|
7520
7541
|
},
|
|
7521
7542
|
"name": "OnPostPutSlot"
|
|
@@ -7524,7 +7545,7 @@
|
|
|
7524
7545
|
"__schema": "TypeRefSchema",
|
|
7525
7546
|
"location": {
|
|
7526
7547
|
"filePath": "scope.main.runtime.ts",
|
|
7527
|
-
"line":
|
|
7548
|
+
"line": 1233,
|
|
7528
7549
|
"character": 7
|
|
7529
7550
|
},
|
|
7530
7551
|
"name": "OnPostDeleteSlot"
|
|
@@ -7533,7 +7554,7 @@
|
|
|
7533
7554
|
"__schema": "TypeRefSchema",
|
|
7534
7555
|
"location": {
|
|
7535
7556
|
"filePath": "scope.main.runtime.ts",
|
|
7536
|
-
"line":
|
|
7557
|
+
"line": 1234,
|
|
7537
7558
|
"character": 7
|
|
7538
7559
|
},
|
|
7539
7560
|
"name": "OnPostExportSlot"
|
|
@@ -7542,7 +7563,7 @@
|
|
|
7542
7563
|
"__schema": "TypeRefSchema",
|
|
7543
7564
|
"location": {
|
|
7544
7565
|
"filePath": "scope.main.runtime.ts",
|
|
7545
|
-
"line":
|
|
7566
|
+
"line": 1235,
|
|
7546
7567
|
"character": 7
|
|
7547
7568
|
},
|
|
7548
7569
|
"name": "OnPostObjectsPersistSlot"
|
|
@@ -7551,7 +7572,7 @@
|
|
|
7551
7572
|
"__schema": "TypeRefSchema",
|
|
7552
7573
|
"location": {
|
|
7553
7574
|
"filePath": "scope.main.runtime.ts",
|
|
7554
|
-
"line":
|
|
7575
|
+
"line": 1236,
|
|
7555
7576
|
"character": 7
|
|
7556
7577
|
},
|
|
7557
7578
|
"name": "OnPreFetchObjectsSlot"
|
|
@@ -7560,7 +7581,7 @@
|
|
|
7560
7581
|
"__schema": "TypeRefSchema",
|
|
7561
7582
|
"location": {
|
|
7562
7583
|
"filePath": "scope.main.runtime.ts",
|
|
7563
|
-
"line":
|
|
7584
|
+
"line": 1237,
|
|
7564
7585
|
"character": 7
|
|
7565
7586
|
},
|
|
7566
7587
|
"name": "OnCompAspectReCalcSlot"
|
|
@@ -7574,7 +7595,7 @@
|
|
|
7574
7595
|
"__schema": "ParameterSchema",
|
|
7575
7596
|
"location": {
|
|
7576
7597
|
"filePath": "scope.main.runtime.ts",
|
|
7577
|
-
"line":
|
|
7598
|
+
"line": 1239,
|
|
7578
7599
|
"character": 5
|
|
7579
7600
|
},
|
|
7580
7601
|
"name": "harmony",
|
|
@@ -7582,7 +7603,7 @@
|
|
|
7582
7603
|
"__schema": "TypeRefSchema",
|
|
7583
7604
|
"location": {
|
|
7584
7605
|
"filePath": "scope.main.runtime.ts",
|
|
7585
|
-
"line":
|
|
7606
|
+
"line": 1239,
|
|
7586
7607
|
"character": 14
|
|
7587
7608
|
},
|
|
7588
7609
|
"name": "Harmony"
|
|
@@ -7595,7 +7616,7 @@
|
|
|
7595
7616
|
"__schema": "InferenceTypeSchema",
|
|
7596
7617
|
"location": {
|
|
7597
7618
|
"filePath": "scope.main.runtime.ts",
|
|
7598
|
-
"line":
|
|
7619
|
+
"line": 1209,
|
|
7599
7620
|
"character": 3
|
|
7600
7621
|
},
|
|
7601
7622
|
"type": "Promise<ScopeMain | undefined>"
|
|
@@ -7629,7 +7650,7 @@
|
|
|
7629
7650
|
"_legacy": {
|
|
7630
7651
|
"scope": "teambit.scope",
|
|
7631
7652
|
"name": "scope",
|
|
7632
|
-
"version": "1.0.
|
|
7653
|
+
"version": "1.0.374"
|
|
7633
7654
|
},
|
|
7634
7655
|
"_scope": "teambit.scope"
|
|
7635
7656
|
}
|
|
@@ -10330,7 +10351,7 @@
|
|
|
10330
10351
|
"_legacy": {
|
|
10331
10352
|
"scope": "teambit.scope",
|
|
10332
10353
|
"name": "scope",
|
|
10333
|
-
"version": "1.0.
|
|
10354
|
+
"version": "1.0.374"
|
|
10334
10355
|
},
|
|
10335
10356
|
"_scope": "teambit.scope"
|
|
10336
10357
|
}
|
|
@@ -16044,23 +16065,23 @@
|
|
|
16044
16065
|
"comment": "get component log sorted by the timestamp in ascending order (from the earliest to the latest)",
|
|
16045
16066
|
"tags": []
|
|
16046
16067
|
},
|
|
16047
|
-
"signature": "(method) ScopeMain.getLogs(id: ComponentID, shortHash?: boolean, startsFrom?: string): Promise<ComponentLog[]>",
|
|
16068
|
+
"signature": "(method) ScopeMain.getLogs(id: ComponentID, shortHash?: boolean, startsFrom?: string, throwIfMissing?: boolean): Promise<ComponentLog[]>",
|
|
16048
16069
|
"name": "getLogs",
|
|
16049
16070
|
"params": [
|
|
16050
16071
|
{
|
|
16051
16072
|
"__schema": "ParameterSchema",
|
|
16052
16073
|
"location": {
|
|
16053
16074
|
"filePath": "scope.main.runtime.ts",
|
|
16054
|
-
"line":
|
|
16055
|
-
"character":
|
|
16075
|
+
"line": 854,
|
|
16076
|
+
"character": 5
|
|
16056
16077
|
},
|
|
16057
16078
|
"name": "id",
|
|
16058
16079
|
"type": {
|
|
16059
16080
|
"__schema": "TypeRefSchema",
|
|
16060
16081
|
"location": {
|
|
16061
16082
|
"filePath": "scope.main.runtime.ts",
|
|
16062
|
-
"line":
|
|
16063
|
-
"character":
|
|
16083
|
+
"line": 854,
|
|
16084
|
+
"character": 9
|
|
16064
16085
|
},
|
|
16065
16086
|
"name": "ComponentID"
|
|
16066
16087
|
},
|
|
@@ -16071,16 +16092,16 @@
|
|
|
16071
16092
|
"__schema": "ParameterSchema",
|
|
16072
16093
|
"location": {
|
|
16073
16094
|
"filePath": "scope.main.runtime.ts",
|
|
16074
|
-
"line":
|
|
16075
|
-
"character":
|
|
16095
|
+
"line": 855,
|
|
16096
|
+
"character": 5
|
|
16076
16097
|
},
|
|
16077
16098
|
"name": "shortHash",
|
|
16078
16099
|
"type": {
|
|
16079
16100
|
"__schema": "InferenceTypeSchema",
|
|
16080
16101
|
"location": {
|
|
16081
16102
|
"filePath": "scope.main.runtime.ts",
|
|
16082
|
-
"line":
|
|
16083
|
-
"character":
|
|
16103
|
+
"line": 855,
|
|
16104
|
+
"character": 5
|
|
16084
16105
|
},
|
|
16085
16106
|
"type": "boolean"
|
|
16086
16107
|
},
|
|
@@ -16092,29 +16113,50 @@
|
|
|
16092
16113
|
"__schema": "ParameterSchema",
|
|
16093
16114
|
"location": {
|
|
16094
16115
|
"filePath": "scope.main.runtime.ts",
|
|
16095
|
-
"line":
|
|
16096
|
-
"character":
|
|
16116
|
+
"line": 856,
|
|
16117
|
+
"character": 5
|
|
16097
16118
|
},
|
|
16098
16119
|
"name": "startsFrom",
|
|
16099
16120
|
"type": {
|
|
16100
16121
|
"__schema": "KeywordTypeSchema",
|
|
16101
16122
|
"location": {
|
|
16102
16123
|
"filePath": "scope.main.runtime.ts",
|
|
16103
|
-
"line":
|
|
16104
|
-
"character":
|
|
16124
|
+
"line": 856,
|
|
16125
|
+
"character": 18
|
|
16105
16126
|
},
|
|
16106
16127
|
"name": "string"
|
|
16107
16128
|
},
|
|
16108
16129
|
"isOptional": true,
|
|
16109
16130
|
"isSpread": false
|
|
16131
|
+
},
|
|
16132
|
+
{
|
|
16133
|
+
"__schema": "ParameterSchema",
|
|
16134
|
+
"location": {
|
|
16135
|
+
"filePath": "scope.main.runtime.ts",
|
|
16136
|
+
"line": 857,
|
|
16137
|
+
"character": 5
|
|
16138
|
+
},
|
|
16139
|
+
"name": "throwIfMissing",
|
|
16140
|
+
"type": {
|
|
16141
|
+
"__schema": "InferenceTypeSchema",
|
|
16142
|
+
"location": {
|
|
16143
|
+
"filePath": "scope.main.runtime.ts",
|
|
16144
|
+
"line": 857,
|
|
16145
|
+
"character": 5
|
|
16146
|
+
},
|
|
16147
|
+
"type": "boolean"
|
|
16148
|
+
},
|
|
16149
|
+
"isOptional": true,
|
|
16150
|
+
"defaultValue": "false",
|
|
16151
|
+
"isSpread": false
|
|
16110
16152
|
}
|
|
16111
16153
|
],
|
|
16112
16154
|
"returnType": {
|
|
16113
16155
|
"__schema": "TypeRefSchema",
|
|
16114
16156
|
"location": {
|
|
16115
16157
|
"filePath": "scope.main.runtime.ts",
|
|
16116
|
-
"line":
|
|
16117
|
-
"character":
|
|
16158
|
+
"line": 858,
|
|
16159
|
+
"character": 6
|
|
16118
16160
|
},
|
|
16119
16161
|
"name": "Promise",
|
|
16120
16162
|
"typeArgs": [
|
|
@@ -16122,15 +16164,15 @@
|
|
|
16122
16164
|
"__schema": "TypeArraySchema",
|
|
16123
16165
|
"location": {
|
|
16124
16166
|
"filePath": "scope.main.runtime.ts",
|
|
16125
|
-
"line":
|
|
16126
|
-
"character":
|
|
16167
|
+
"line": 858,
|
|
16168
|
+
"character": 14
|
|
16127
16169
|
},
|
|
16128
16170
|
"type": {
|
|
16129
16171
|
"__schema": "TypeRefSchema",
|
|
16130
16172
|
"location": {
|
|
16131
16173
|
"filePath": "scope.main.runtime.ts",
|
|
16132
|
-
"line":
|
|
16133
|
-
"character":
|
|
16174
|
+
"line": 858,
|
|
16175
|
+
"character": 14
|
|
16134
16176
|
},
|
|
16135
16177
|
"name": "ComponentLog"
|
|
16136
16178
|
}
|
|
@@ -16145,7 +16187,7 @@
|
|
|
16145
16187
|
"__schema": "FunctionLikeSchema",
|
|
16146
16188
|
"location": {
|
|
16147
16189
|
"filePath": "scope.main.runtime.ts",
|
|
16148
|
-
"line":
|
|
16190
|
+
"line": 862,
|
|
16149
16191
|
"character": 3
|
|
16150
16192
|
},
|
|
16151
16193
|
"signature": "(method) ScopeMain.getStagedConfig(): Promise<StagedConfig>",
|
|
@@ -16155,7 +16197,7 @@
|
|
|
16155
16197
|
"__schema": "InferenceTypeSchema",
|
|
16156
16198
|
"location": {
|
|
16157
16199
|
"filePath": "scope.main.runtime.ts",
|
|
16158
|
-
"line":
|
|
16200
|
+
"line": 862,
|
|
16159
16201
|
"character": 3
|
|
16160
16202
|
},
|
|
16161
16203
|
"type": "Promise<StagedConfig>"
|
|
@@ -16168,14 +16210,14 @@
|
|
|
16168
16210
|
"__schema": "FunctionLikeSchema",
|
|
16169
16211
|
"location": {
|
|
16170
16212
|
"filePath": "scope.main.runtime.ts",
|
|
16171
|
-
"line":
|
|
16213
|
+
"line": 871,
|
|
16172
16214
|
"character": 3
|
|
16173
16215
|
},
|
|
16174
16216
|
"doc": {
|
|
16175
16217
|
"__schema": "DocSchema",
|
|
16176
16218
|
"location": {
|
|
16177
16219
|
"filePath": "scope.main.runtime.ts",
|
|
16178
|
-
"line":
|
|
16220
|
+
"line": 867,
|
|
16179
16221
|
"character": 3
|
|
16180
16222
|
},
|
|
16181
16223
|
"raw": "/**\n * whether a component is soft-removed.\n * the version is required as it can be removed on a lane. in which case, the version is the head in the lane.\n */",
|
|
@@ -16189,7 +16231,7 @@
|
|
|
16189
16231
|
"__schema": "ParameterSchema",
|
|
16190
16232
|
"location": {
|
|
16191
16233
|
"filePath": "scope.main.runtime.ts",
|
|
16192
|
-
"line":
|
|
16234
|
+
"line": 871,
|
|
16193
16235
|
"character": 28
|
|
16194
16236
|
},
|
|
16195
16237
|
"name": "id",
|
|
@@ -16197,7 +16239,7 @@
|
|
|
16197
16239
|
"__schema": "TypeRefSchema",
|
|
16198
16240
|
"location": {
|
|
16199
16241
|
"filePath": "scope.main.runtime.ts",
|
|
16200
|
-
"line":
|
|
16242
|
+
"line": 871,
|
|
16201
16243
|
"character": 32
|
|
16202
16244
|
},
|
|
16203
16245
|
"name": "ComponentID"
|
|
@@ -16210,7 +16252,7 @@
|
|
|
16210
16252
|
"__schema": "TypeRefSchema",
|
|
16211
16253
|
"location": {
|
|
16212
16254
|
"filePath": "scope.main.runtime.ts",
|
|
16213
|
-
"line":
|
|
16255
|
+
"line": 871,
|
|
16214
16256
|
"character": 46
|
|
16215
16257
|
},
|
|
16216
16258
|
"name": "Promise",
|
|
@@ -16219,7 +16261,7 @@
|
|
|
16219
16261
|
"__schema": "TypeRefSchema",
|
|
16220
16262
|
"location": {
|
|
16221
16263
|
"filePath": "scope.main.runtime.ts",
|
|
16222
|
-
"line":
|
|
16264
|
+
"line": 871,
|
|
16223
16265
|
"character": 54
|
|
16224
16266
|
},
|
|
16225
16267
|
"name": "Boolean"
|
|
@@ -16234,14 +16276,14 @@
|
|
|
16234
16276
|
"__schema": "FunctionLikeSchema",
|
|
16235
16277
|
"location": {
|
|
16236
16278
|
"filePath": "scope.main.runtime.ts",
|
|
16237
|
-
"line":
|
|
16279
|
+
"line": 882,
|
|
16238
16280
|
"character": 3
|
|
16239
16281
|
},
|
|
16240
16282
|
"doc": {
|
|
16241
16283
|
"__schema": "DocSchema",
|
|
16242
16284
|
"location": {
|
|
16243
16285
|
"filePath": "scope.main.runtime.ts",
|
|
16244
|
-
"line":
|
|
16286
|
+
"line": 879,
|
|
16245
16287
|
"character": 3
|
|
16246
16288
|
},
|
|
16247
16289
|
"raw": "/**\n * whether the id with the specified version exits in the local scope.\n */",
|
|
@@ -16255,7 +16297,7 @@
|
|
|
16255
16297
|
"__schema": "ParameterSchema",
|
|
16256
16298
|
"location": {
|
|
16257
16299
|
"filePath": "scope.main.runtime.ts",
|
|
16258
|
-
"line":
|
|
16300
|
+
"line": 882,
|
|
16259
16301
|
"character": 28
|
|
16260
16302
|
},
|
|
16261
16303
|
"name": "id",
|
|
@@ -16263,7 +16305,7 @@
|
|
|
16263
16305
|
"__schema": "TypeRefSchema",
|
|
16264
16306
|
"location": {
|
|
16265
16307
|
"filePath": "scope.main.runtime.ts",
|
|
16266
|
-
"line":
|
|
16308
|
+
"line": 882,
|
|
16267
16309
|
"character": 32
|
|
16268
16310
|
},
|
|
16269
16311
|
"name": "ComponentID"
|
|
@@ -16276,7 +16318,7 @@
|
|
|
16276
16318
|
"__schema": "TypeRefSchema",
|
|
16277
16319
|
"location": {
|
|
16278
16320
|
"filePath": "scope.main.runtime.ts",
|
|
16279
|
-
"line":
|
|
16321
|
+
"line": 882,
|
|
16280
16322
|
"character": 46
|
|
16281
16323
|
},
|
|
16282
16324
|
"name": "Promise",
|
|
@@ -16285,7 +16327,7 @@
|
|
|
16285
16327
|
"__schema": "KeywordTypeSchema",
|
|
16286
16328
|
"location": {
|
|
16287
16329
|
"filePath": "scope.main.runtime.ts",
|
|
16288
|
-
"line":
|
|
16330
|
+
"line": 882,
|
|
16289
16331
|
"character": 54
|
|
16290
16332
|
},
|
|
16291
16333
|
"name": "boolean"
|
|
@@ -16300,14 +16342,14 @@
|
|
|
16300
16342
|
"__schema": "FunctionLikeSchema",
|
|
16301
16343
|
"location": {
|
|
16302
16344
|
"filePath": "scope.main.runtime.ts",
|
|
16303
|
-
"line":
|
|
16345
|
+
"line": 890,
|
|
16304
16346
|
"character": 3
|
|
16305
16347
|
},
|
|
16306
16348
|
"doc": {
|
|
16307
16349
|
"__schema": "DocSchema",
|
|
16308
16350
|
"location": {
|
|
16309
16351
|
"filePath": "scope.main.runtime.ts",
|
|
16310
|
-
"line":
|
|
16352
|
+
"line": 886,
|
|
16311
16353
|
"character": 3
|
|
16312
16354
|
},
|
|
16313
16355
|
"raw": "/**\n * resolve a component ID.\n * @param id component ID.\n */",
|
|
@@ -16317,7 +16359,7 @@
|
|
|
16317
16359
|
"__schema": "PropertyLikeTagSchema",
|
|
16318
16360
|
"location": {
|
|
16319
16361
|
"filePath": "scope.main.runtime.ts",
|
|
16320
|
-
"line":
|
|
16362
|
+
"line": 888,
|
|
16321
16363
|
"character": 6
|
|
16322
16364
|
},
|
|
16323
16365
|
"name": "id",
|
|
@@ -16333,7 +16375,7 @@
|
|
|
16333
16375
|
"__schema": "ParameterSchema",
|
|
16334
16376
|
"location": {
|
|
16335
16377
|
"filePath": "scope.main.runtime.ts",
|
|
16336
|
-
"line":
|
|
16378
|
+
"line": 890,
|
|
16337
16379
|
"character": 28
|
|
16338
16380
|
},
|
|
16339
16381
|
"name": "id",
|
|
@@ -16341,7 +16383,7 @@
|
|
|
16341
16383
|
"__schema": "TypeUnionSchema",
|
|
16342
16384
|
"location": {
|
|
16343
16385
|
"filePath": "scope.main.runtime.ts",
|
|
16344
|
-
"line":
|
|
16386
|
+
"line": 890,
|
|
16345
16387
|
"character": 32
|
|
16346
16388
|
},
|
|
16347
16389
|
"types": [
|
|
@@ -16349,7 +16391,7 @@
|
|
|
16349
16391
|
"__schema": "KeywordTypeSchema",
|
|
16350
16392
|
"location": {
|
|
16351
16393
|
"filePath": "scope.main.runtime.ts",
|
|
16352
|
-
"line":
|
|
16394
|
+
"line": 890,
|
|
16353
16395
|
"character": 32
|
|
16354
16396
|
},
|
|
16355
16397
|
"name": "string"
|
|
@@ -16358,7 +16400,7 @@
|
|
|
16358
16400
|
"__schema": "TypeRefSchema",
|
|
16359
16401
|
"location": {
|
|
16360
16402
|
"filePath": "scope.main.runtime.ts",
|
|
16361
|
-
"line":
|
|
16403
|
+
"line": 890,
|
|
16362
16404
|
"character": 41
|
|
16363
16405
|
},
|
|
16364
16406
|
"name": "BitId"
|
|
@@ -16367,7 +16409,7 @@
|
|
|
16367
16409
|
"__schema": "TypeRefSchema",
|
|
16368
16410
|
"location": {
|
|
16369
16411
|
"filePath": "scope.main.runtime.ts",
|
|
16370
|
-
"line":
|
|
16412
|
+
"line": 890,
|
|
16371
16413
|
"character": 49
|
|
16372
16414
|
},
|
|
16373
16415
|
"name": "ComponentID"
|
|
@@ -16382,7 +16424,7 @@
|
|
|
16382
16424
|
"__schema": "TypeRefSchema",
|
|
16383
16425
|
"location": {
|
|
16384
16426
|
"filePath": "scope.main.runtime.ts",
|
|
16385
|
-
"line":
|
|
16427
|
+
"line": 890,
|
|
16386
16428
|
"character": 63
|
|
16387
16429
|
},
|
|
16388
16430
|
"name": "Promise",
|
|
@@ -16391,7 +16433,7 @@
|
|
|
16391
16433
|
"__schema": "TypeRefSchema",
|
|
16392
16434
|
"location": {
|
|
16393
16435
|
"filePath": "scope.main.runtime.ts",
|
|
16394
|
-
"line":
|
|
16436
|
+
"line": 890,
|
|
16395
16437
|
"character": 71
|
|
16396
16438
|
},
|
|
16397
16439
|
"name": "ComponentID"
|
|
@@ -16406,7 +16448,7 @@
|
|
|
16406
16448
|
"__schema": "FunctionLikeSchema",
|
|
16407
16449
|
"location": {
|
|
16408
16450
|
"filePath": "scope.main.runtime.ts",
|
|
16409
|
-
"line":
|
|
16451
|
+
"line": 912,
|
|
16410
16452
|
"character": 3
|
|
16411
16453
|
},
|
|
16412
16454
|
"signature": "(method) ScopeMain.resolveMultipleComponentIds(ids: Array<string | ComponentID | ComponentID>): Promise<ComponentID[]>",
|
|
@@ -16416,7 +16458,7 @@
|
|
|
16416
16458
|
"__schema": "ParameterSchema",
|
|
16417
16459
|
"location": {
|
|
16418
16460
|
"filePath": "scope.main.runtime.ts",
|
|
16419
|
-
"line":
|
|
16461
|
+
"line": 912,
|
|
16420
16462
|
"character": 37
|
|
16421
16463
|
},
|
|
16422
16464
|
"name": "ids",
|
|
@@ -16424,7 +16466,7 @@
|
|
|
16424
16466
|
"__schema": "TypeRefSchema",
|
|
16425
16467
|
"location": {
|
|
16426
16468
|
"filePath": "scope.main.runtime.ts",
|
|
16427
|
-
"line":
|
|
16469
|
+
"line": 912,
|
|
16428
16470
|
"character": 42
|
|
16429
16471
|
},
|
|
16430
16472
|
"name": "Array",
|
|
@@ -16433,7 +16475,7 @@
|
|
|
16433
16475
|
"__schema": "TypeUnionSchema",
|
|
16434
16476
|
"location": {
|
|
16435
16477
|
"filePath": "scope.main.runtime.ts",
|
|
16436
|
-
"line":
|
|
16478
|
+
"line": 912,
|
|
16437
16479
|
"character": 48
|
|
16438
16480
|
},
|
|
16439
16481
|
"types": [
|
|
@@ -16441,7 +16483,7 @@
|
|
|
16441
16483
|
"__schema": "KeywordTypeSchema",
|
|
16442
16484
|
"location": {
|
|
16443
16485
|
"filePath": "scope.main.runtime.ts",
|
|
16444
|
-
"line":
|
|
16486
|
+
"line": 912,
|
|
16445
16487
|
"character": 48
|
|
16446
16488
|
},
|
|
16447
16489
|
"name": "string"
|
|
@@ -16450,7 +16492,7 @@
|
|
|
16450
16492
|
"__schema": "TypeRefSchema",
|
|
16451
16493
|
"location": {
|
|
16452
16494
|
"filePath": "scope.main.runtime.ts",
|
|
16453
|
-
"line":
|
|
16495
|
+
"line": 912,
|
|
16454
16496
|
"character": 57
|
|
16455
16497
|
},
|
|
16456
16498
|
"name": "ComponentID"
|
|
@@ -16459,7 +16501,7 @@
|
|
|
16459
16501
|
"__schema": "TypeRefSchema",
|
|
16460
16502
|
"location": {
|
|
16461
16503
|
"filePath": "scope.main.runtime.ts",
|
|
16462
|
-
"line":
|
|
16504
|
+
"line": 912,
|
|
16463
16505
|
"character": 71
|
|
16464
16506
|
},
|
|
16465
16507
|
"name": "ComponentID"
|
|
@@ -16476,7 +16518,7 @@
|
|
|
16476
16518
|
"__schema": "InferenceTypeSchema",
|
|
16477
16519
|
"location": {
|
|
16478
16520
|
"filePath": "scope.main.runtime.ts",
|
|
16479
|
-
"line":
|
|
16521
|
+
"line": 912,
|
|
16480
16522
|
"character": 3
|
|
16481
16523
|
},
|
|
16482
16524
|
"type": "Promise<ComponentID[]>"
|
|
@@ -16489,14 +16531,14 @@
|
|
|
16489
16531
|
"__schema": "FunctionLikeSchema",
|
|
16490
16532
|
"location": {
|
|
16491
16533
|
"filePath": "scope.main.runtime.ts",
|
|
16492
|
-
"line":
|
|
16534
|
+
"line": 919,
|
|
16493
16535
|
"character": 3
|
|
16494
16536
|
},
|
|
16495
16537
|
"doc": {
|
|
16496
16538
|
"__schema": "DocSchema",
|
|
16497
16539
|
"location": {
|
|
16498
16540
|
"filePath": "scope.main.runtime.ts",
|
|
16499
|
-
"line":
|
|
16541
|
+
"line": 916,
|
|
16500
16542
|
"character": 3
|
|
16501
16543
|
},
|
|
16502
16544
|
"raw": "/**\n * @deprecated use `this.idsByPattern` instead for consistency, which supports also negation and list of patterns.\n */",
|
|
@@ -16506,7 +16548,7 @@
|
|
|
16506
16548
|
"__schema": "TagSchema",
|
|
16507
16549
|
"location": {
|
|
16508
16550
|
"filePath": "scope.main.runtime.ts",
|
|
16509
|
-
"line":
|
|
16551
|
+
"line": 917,
|
|
16510
16552
|
"character": 6
|
|
16511
16553
|
},
|
|
16512
16554
|
"tagName": "deprecated",
|
|
@@ -16521,7 +16563,7 @@
|
|
|
16521
16563
|
"__schema": "ParameterSchema",
|
|
16522
16564
|
"location": {
|
|
16523
16565
|
"filePath": "scope.main.runtime.ts",
|
|
16524
|
-
"line":
|
|
16566
|
+
"line": 919,
|
|
16525
16567
|
"character": 19
|
|
16526
16568
|
},
|
|
16527
16569
|
"name": "patterns",
|
|
@@ -16529,14 +16571,14 @@
|
|
|
16529
16571
|
"__schema": "TypeArraySchema",
|
|
16530
16572
|
"location": {
|
|
16531
16573
|
"filePath": "scope.main.runtime.ts",
|
|
16532
|
-
"line":
|
|
16574
|
+
"line": 919,
|
|
16533
16575
|
"character": 29
|
|
16534
16576
|
},
|
|
16535
16577
|
"type": {
|
|
16536
16578
|
"__schema": "KeywordTypeSchema",
|
|
16537
16579
|
"location": {
|
|
16538
16580
|
"filePath": "scope.main.runtime.ts",
|
|
16539
|
-
"line":
|
|
16581
|
+
"line": 919,
|
|
16540
16582
|
"character": 29
|
|
16541
16583
|
},
|
|
16542
16584
|
"name": "string"
|
|
@@ -16549,7 +16591,7 @@
|
|
|
16549
16591
|
"__schema": "ParameterSchema",
|
|
16550
16592
|
"location": {
|
|
16551
16593
|
"filePath": "scope.main.runtime.ts",
|
|
16552
|
-
"line":
|
|
16594
|
+
"line": 919,
|
|
16553
16595
|
"character": 39
|
|
16554
16596
|
},
|
|
16555
16597
|
"name": "scope",
|
|
@@ -16557,7 +16599,7 @@
|
|
|
16557
16599
|
"__schema": "InferenceTypeSchema",
|
|
16558
16600
|
"location": {
|
|
16559
16601
|
"filePath": "scope.main.runtime.ts",
|
|
16560
|
-
"line":
|
|
16602
|
+
"line": 919,
|
|
16561
16603
|
"character": 39
|
|
16562
16604
|
},
|
|
16563
16605
|
"type": "string"
|
|
@@ -16571,7 +16613,7 @@
|
|
|
16571
16613
|
"__schema": "TypeRefSchema",
|
|
16572
16614
|
"location": {
|
|
16573
16615
|
"filePath": "scope.main.runtime.ts",
|
|
16574
|
-
"line":
|
|
16616
|
+
"line": 919,
|
|
16575
16617
|
"character": 54
|
|
16576
16618
|
},
|
|
16577
16619
|
"name": "Promise",
|
|
@@ -16580,14 +16622,14 @@
|
|
|
16580
16622
|
"__schema": "TypeArraySchema",
|
|
16581
16623
|
"location": {
|
|
16582
16624
|
"filePath": "scope.main.runtime.ts",
|
|
16583
|
-
"line":
|
|
16625
|
+
"line": 919,
|
|
16584
16626
|
"character": 62
|
|
16585
16627
|
},
|
|
16586
16628
|
"type": {
|
|
16587
16629
|
"__schema": "TypeRefSchema",
|
|
16588
16630
|
"location": {
|
|
16589
16631
|
"filePath": "scope.main.runtime.ts",
|
|
16590
|
-
"line":
|
|
16632
|
+
"line": 919,
|
|
16591
16633
|
"character": 62
|
|
16592
16634
|
},
|
|
16593
16635
|
"name": "Component"
|
|
@@ -16603,14 +16645,14 @@
|
|
|
16603
16645
|
"__schema": "FunctionLikeSchema",
|
|
16604
16646
|
"location": {
|
|
16605
16647
|
"filePath": "scope.main.runtime.ts",
|
|
16606
|
-
"line":
|
|
16648
|
+
"line": 933,
|
|
16607
16649
|
"character": 3
|
|
16608
16650
|
},
|
|
16609
16651
|
"doc": {
|
|
16610
16652
|
"__schema": "DocSchema",
|
|
16611
16653
|
"location": {
|
|
16612
16654
|
"filePath": "scope.main.runtime.ts",
|
|
16613
|
-
"line":
|
|
16655
|
+
"line": 928,
|
|
16614
16656
|
"character": 3
|
|
16615
16657
|
},
|
|
16616
16658
|
"raw": "/**\n * get component-ids matching the given pattern. a pattern can have multiple patterns separated by a comma.\n * it uses multimatch (https://www.npmjs.com/package/multimatch) package for the matching algorithm, which supports\n * (among others) negate character \"!\" to exclude ids. See the package page for more supported characters.\n */",
|
|
@@ -16624,7 +16666,7 @@
|
|
|
16624
16666
|
"__schema": "ParameterSchema",
|
|
16625
16667
|
"location": {
|
|
16626
16668
|
"filePath": "scope.main.runtime.ts",
|
|
16627
|
-
"line":
|
|
16669
|
+
"line": 933,
|
|
16628
16670
|
"character": 22
|
|
16629
16671
|
},
|
|
16630
16672
|
"name": "pattern",
|
|
@@ -16632,7 +16674,7 @@
|
|
|
16632
16674
|
"__schema": "KeywordTypeSchema",
|
|
16633
16675
|
"location": {
|
|
16634
16676
|
"filePath": "scope.main.runtime.ts",
|
|
16635
|
-
"line":
|
|
16677
|
+
"line": 933,
|
|
16636
16678
|
"character": 31
|
|
16637
16679
|
},
|
|
16638
16680
|
"name": "string"
|
|
@@ -16644,7 +16686,7 @@
|
|
|
16644
16686
|
"__schema": "ParameterSchema",
|
|
16645
16687
|
"location": {
|
|
16646
16688
|
"filePath": "scope.main.runtime.ts",
|
|
16647
|
-
"line":
|
|
16689
|
+
"line": 933,
|
|
16648
16690
|
"character": 39
|
|
16649
16691
|
},
|
|
16650
16692
|
"name": "throwForNoMatch",
|
|
@@ -16652,7 +16694,7 @@
|
|
|
16652
16694
|
"__schema": "InferenceTypeSchema",
|
|
16653
16695
|
"location": {
|
|
16654
16696
|
"filePath": "scope.main.runtime.ts",
|
|
16655
|
-
"line":
|
|
16697
|
+
"line": 933,
|
|
16656
16698
|
"character": 39
|
|
16657
16699
|
},
|
|
16658
16700
|
"type": "boolean"
|
|
@@ -16666,7 +16708,7 @@
|
|
|
16666
16708
|
"__schema": "TypeRefSchema",
|
|
16667
16709
|
"location": {
|
|
16668
16710
|
"filePath": "scope.main.runtime.ts",
|
|
16669
|
-
"line":
|
|
16711
|
+
"line": 933,
|
|
16670
16712
|
"character": 64
|
|
16671
16713
|
},
|
|
16672
16714
|
"name": "Promise",
|
|
@@ -16675,14 +16717,14 @@
|
|
|
16675
16717
|
"__schema": "TypeArraySchema",
|
|
16676
16718
|
"location": {
|
|
16677
16719
|
"filePath": "scope.main.runtime.ts",
|
|
16678
|
-
"line":
|
|
16720
|
+
"line": 933,
|
|
16679
16721
|
"character": 72
|
|
16680
16722
|
},
|
|
16681
16723
|
"type": {
|
|
16682
16724
|
"__schema": "TypeRefSchema",
|
|
16683
16725
|
"location": {
|
|
16684
16726
|
"filePath": "scope.main.runtime.ts",
|
|
16685
|
-
"line":
|
|
16727
|
+
"line": 933,
|
|
16686
16728
|
"character": 72
|
|
16687
16729
|
},
|
|
16688
16730
|
"name": "ComponentID"
|
|
@@ -16698,7 +16740,7 @@
|
|
|
16698
16740
|
"__schema": "FunctionLikeSchema",
|
|
16699
16741
|
"location": {
|
|
16700
16742
|
"filePath": "scope.main.runtime.ts",
|
|
16701
|
-
"line":
|
|
16743
|
+
"line": 947,
|
|
16702
16744
|
"character": 3
|
|
16703
16745
|
},
|
|
16704
16746
|
"signature": "(method) ScopeMain.filterIdsFromPoolIdsByPattern(pattern: string, ids: ComponentID[], throwForNoMatch?: boolean, filterByStateFunc?: ((state: any, poolIds: ComponentID[]) => Promise<ComponentID[]>) | undefined): Promise<ComponentID[]>",
|
|
@@ -16708,7 +16750,7 @@
|
|
|
16708
16750
|
"__schema": "ParameterSchema",
|
|
16709
16751
|
"location": {
|
|
16710
16752
|
"filePath": "scope.main.runtime.ts",
|
|
16711
|
-
"line":
|
|
16753
|
+
"line": 948,
|
|
16712
16754
|
"character": 5
|
|
16713
16755
|
},
|
|
16714
16756
|
"name": "pattern",
|
|
@@ -16716,7 +16758,7 @@
|
|
|
16716
16758
|
"__schema": "KeywordTypeSchema",
|
|
16717
16759
|
"location": {
|
|
16718
16760
|
"filePath": "scope.main.runtime.ts",
|
|
16719
|
-
"line":
|
|
16761
|
+
"line": 948,
|
|
16720
16762
|
"character": 14
|
|
16721
16763
|
},
|
|
16722
16764
|
"name": "string"
|
|
@@ -16728,7 +16770,7 @@
|
|
|
16728
16770
|
"__schema": "ParameterSchema",
|
|
16729
16771
|
"location": {
|
|
16730
16772
|
"filePath": "scope.main.runtime.ts",
|
|
16731
|
-
"line":
|
|
16773
|
+
"line": 949,
|
|
16732
16774
|
"character": 5
|
|
16733
16775
|
},
|
|
16734
16776
|
"name": "ids",
|
|
@@ -16736,14 +16778,14 @@
|
|
|
16736
16778
|
"__schema": "TypeArraySchema",
|
|
16737
16779
|
"location": {
|
|
16738
16780
|
"filePath": "scope.main.runtime.ts",
|
|
16739
|
-
"line":
|
|
16781
|
+
"line": 949,
|
|
16740
16782
|
"character": 10
|
|
16741
16783
|
},
|
|
16742
16784
|
"type": {
|
|
16743
16785
|
"__schema": "TypeRefSchema",
|
|
16744
16786
|
"location": {
|
|
16745
16787
|
"filePath": "scope.main.runtime.ts",
|
|
16746
|
-
"line":
|
|
16788
|
+
"line": 949,
|
|
16747
16789
|
"character": 10
|
|
16748
16790
|
},
|
|
16749
16791
|
"name": "ComponentID"
|
|
@@ -16756,7 +16798,7 @@
|
|
|
16756
16798
|
"__schema": "ParameterSchema",
|
|
16757
16799
|
"location": {
|
|
16758
16800
|
"filePath": "scope.main.runtime.ts",
|
|
16759
|
-
"line":
|
|
16801
|
+
"line": 950,
|
|
16760
16802
|
"character": 5
|
|
16761
16803
|
},
|
|
16762
16804
|
"name": "throwForNoMatch",
|
|
@@ -16764,7 +16806,7 @@
|
|
|
16764
16806
|
"__schema": "InferenceTypeSchema",
|
|
16765
16807
|
"location": {
|
|
16766
16808
|
"filePath": "scope.main.runtime.ts",
|
|
16767
|
-
"line":
|
|
16809
|
+
"line": 950,
|
|
16768
16810
|
"character": 5
|
|
16769
16811
|
},
|
|
16770
16812
|
"type": "boolean"
|
|
@@ -16777,7 +16819,7 @@
|
|
|
16777
16819
|
"__schema": "ParameterSchema",
|
|
16778
16820
|
"location": {
|
|
16779
16821
|
"filePath": "scope.main.runtime.ts",
|
|
16780
|
-
"line":
|
|
16822
|
+
"line": 951,
|
|
16781
16823
|
"character": 5
|
|
16782
16824
|
},
|
|
16783
16825
|
"name": "filterByStateFunc",
|
|
@@ -16785,7 +16827,7 @@
|
|
|
16785
16827
|
"__schema": "FunctionLikeSchema",
|
|
16786
16828
|
"location": {
|
|
16787
16829
|
"filePath": "scope.main.runtime.ts",
|
|
16788
|
-
"line":
|
|
16830
|
+
"line": 951,
|
|
16789
16831
|
"character": 25
|
|
16790
16832
|
},
|
|
16791
16833
|
"signature": "(state: any, poolIds: ComponentID[]): Promise<ComponentID[]>",
|
|
@@ -16795,7 +16837,7 @@
|
|
|
16795
16837
|
"__schema": "ParameterSchema",
|
|
16796
16838
|
"location": {
|
|
16797
16839
|
"filePath": "scope.main.runtime.ts",
|
|
16798
|
-
"line":
|
|
16840
|
+
"line": 951,
|
|
16799
16841
|
"character": 26
|
|
16800
16842
|
},
|
|
16801
16843
|
"name": "state",
|
|
@@ -16803,7 +16845,7 @@
|
|
|
16803
16845
|
"__schema": "KeywordTypeSchema",
|
|
16804
16846
|
"location": {
|
|
16805
16847
|
"filePath": "scope.main.runtime.ts",
|
|
16806
|
-
"line":
|
|
16848
|
+
"line": 951,
|
|
16807
16849
|
"character": 33
|
|
16808
16850
|
},
|
|
16809
16851
|
"name": "any"
|
|
@@ -16815,7 +16857,7 @@
|
|
|
16815
16857
|
"__schema": "ParameterSchema",
|
|
16816
16858
|
"location": {
|
|
16817
16859
|
"filePath": "scope.main.runtime.ts",
|
|
16818
|
-
"line":
|
|
16860
|
+
"line": 951,
|
|
16819
16861
|
"character": 38
|
|
16820
16862
|
},
|
|
16821
16863
|
"name": "poolIds",
|
|
@@ -16823,14 +16865,14 @@
|
|
|
16823
16865
|
"__schema": "TypeArraySchema",
|
|
16824
16866
|
"location": {
|
|
16825
16867
|
"filePath": "scope.main.runtime.ts",
|
|
16826
|
-
"line":
|
|
16868
|
+
"line": 951,
|
|
16827
16869
|
"character": 47
|
|
16828
16870
|
},
|
|
16829
16871
|
"type": {
|
|
16830
16872
|
"__schema": "TypeRefSchema",
|
|
16831
16873
|
"location": {
|
|
16832
16874
|
"filePath": "scope.main.runtime.ts",
|
|
16833
|
-
"line":
|
|
16875
|
+
"line": 951,
|
|
16834
16876
|
"character": 47
|
|
16835
16877
|
},
|
|
16836
16878
|
"name": "ComponentID"
|
|
@@ -16844,7 +16886,7 @@
|
|
|
16844
16886
|
"__schema": "TypeRefSchema",
|
|
16845
16887
|
"location": {
|
|
16846
16888
|
"filePath": "scope.main.runtime.ts",
|
|
16847
|
-
"line":
|
|
16889
|
+
"line": 951,
|
|
16848
16890
|
"character": 65
|
|
16849
16891
|
},
|
|
16850
16892
|
"name": "Promise",
|
|
@@ -16853,14 +16895,14 @@
|
|
|
16853
16895
|
"__schema": "TypeArraySchema",
|
|
16854
16896
|
"location": {
|
|
16855
16897
|
"filePath": "scope.main.runtime.ts",
|
|
16856
|
-
"line":
|
|
16898
|
+
"line": 951,
|
|
16857
16899
|
"character": 73
|
|
16858
16900
|
},
|
|
16859
16901
|
"type": {
|
|
16860
16902
|
"__schema": "TypeRefSchema",
|
|
16861
16903
|
"location": {
|
|
16862
16904
|
"filePath": "scope.main.runtime.ts",
|
|
16863
|
-
"line":
|
|
16905
|
+
"line": 951,
|
|
16864
16906
|
"character": 73
|
|
16865
16907
|
},
|
|
16866
16908
|
"name": "ComponentID"
|
|
@@ -16878,7 +16920,7 @@
|
|
|
16878
16920
|
"__schema": "InferenceTypeSchema",
|
|
16879
16921
|
"location": {
|
|
16880
16922
|
"filePath": "scope.main.runtime.ts",
|
|
16881
|
-
"line":
|
|
16923
|
+
"line": 947,
|
|
16882
16924
|
"character": 3
|
|
16883
16925
|
},
|
|
16884
16926
|
"type": "Promise<ComponentID[]>"
|
|
@@ -16891,7 +16933,7 @@
|
|
|
16891
16933
|
"__schema": "FunctionLikeSchema",
|
|
16892
16934
|
"location": {
|
|
16893
16935
|
"filePath": "scope.main.runtime.ts",
|
|
16894
|
-
"line":
|
|
16936
|
+
"line": 995,
|
|
16895
16937
|
"character": 3
|
|
16896
16938
|
},
|
|
16897
16939
|
"signature": "(method) ScopeMain.getSnapDistance(id: ComponentID, throws?: boolean): Promise<SnapsDistance>",
|
|
@@ -16901,7 +16943,7 @@
|
|
|
16901
16943
|
"__schema": "ParameterSchema",
|
|
16902
16944
|
"location": {
|
|
16903
16945
|
"filePath": "scope.main.runtime.ts",
|
|
16904
|
-
"line":
|
|
16946
|
+
"line": 995,
|
|
16905
16947
|
"character": 25
|
|
16906
16948
|
},
|
|
16907
16949
|
"name": "id",
|
|
@@ -16909,7 +16951,7 @@
|
|
|
16909
16951
|
"__schema": "TypeRefSchema",
|
|
16910
16952
|
"location": {
|
|
16911
16953
|
"filePath": "scope.main.runtime.ts",
|
|
16912
|
-
"line":
|
|
16954
|
+
"line": 995,
|
|
16913
16955
|
"character": 29
|
|
16914
16956
|
},
|
|
16915
16957
|
"name": "ComponentID"
|
|
@@ -16921,7 +16963,7 @@
|
|
|
16921
16963
|
"__schema": "ParameterSchema",
|
|
16922
16964
|
"location": {
|
|
16923
16965
|
"filePath": "scope.main.runtime.ts",
|
|
16924
|
-
"line":
|
|
16966
|
+
"line": 995,
|
|
16925
16967
|
"character": 42
|
|
16926
16968
|
},
|
|
16927
16969
|
"name": "throws",
|
|
@@ -16929,7 +16971,7 @@
|
|
|
16929
16971
|
"__schema": "InferenceTypeSchema",
|
|
16930
16972
|
"location": {
|
|
16931
16973
|
"filePath": "scope.main.runtime.ts",
|
|
16932
|
-
"line":
|
|
16974
|
+
"line": 995,
|
|
16933
16975
|
"character": 42
|
|
16934
16976
|
},
|
|
16935
16977
|
"type": "boolean"
|
|
@@ -16943,7 +16985,7 @@
|
|
|
16943
16985
|
"__schema": "TypeRefSchema",
|
|
16944
16986
|
"location": {
|
|
16945
16987
|
"filePath": "scope.main.runtime.ts",
|
|
16946
|
-
"line":
|
|
16988
|
+
"line": 995,
|
|
16947
16989
|
"character": 58
|
|
16948
16990
|
},
|
|
16949
16991
|
"name": "Promise",
|
|
@@ -16952,7 +16994,7 @@
|
|
|
16952
16994
|
"__schema": "TypeRefSchema",
|
|
16953
16995
|
"location": {
|
|
16954
16996
|
"filePath": "scope.main.runtime.ts",
|
|
16955
|
-
"line":
|
|
16997
|
+
"line": 995,
|
|
16956
16998
|
"character": 66
|
|
16957
16999
|
},
|
|
16958
17000
|
"name": "SnapsDistance"
|
|
@@ -16967,14 +17009,14 @@
|
|
|
16967
17009
|
"__schema": "FunctionLikeSchema",
|
|
16968
17010
|
"location": {
|
|
16969
17011
|
"filePath": "scope.main.runtime.ts",
|
|
16970
|
-
"line":
|
|
17012
|
+
"line": 1007,
|
|
16971
17013
|
"character": 3
|
|
16972
17014
|
},
|
|
16973
17015
|
"doc": {
|
|
16974
17016
|
"__schema": "DocSchema",
|
|
16975
17017
|
"location": {
|
|
16976
17018
|
"filePath": "scope.main.runtime.ts",
|
|
16977
|
-
"line":
|
|
17019
|
+
"line": 1000,
|
|
16978
17020
|
"character": 3
|
|
16979
17021
|
},
|
|
16980
17022
|
"raw": "/**\n * get the distance for a component between two lanes. for example, lane-b forked from lane-a and lane-b added some new snaps\n * @param componentId\n * @param sourceHead head on the source lane. leave empty if the source is main\n * @param targetHead head on the target lane. leave empty if the target is main\n * @returns\n */",
|
|
@@ -16984,7 +17026,7 @@
|
|
|
16984
17026
|
"__schema": "PropertyLikeTagSchema",
|
|
16985
17027
|
"location": {
|
|
16986
17028
|
"filePath": "scope.main.runtime.ts",
|
|
16987
|
-
"line":
|
|
17029
|
+
"line": 1002,
|
|
16988
17030
|
"character": 6
|
|
16989
17031
|
},
|
|
16990
17032
|
"name": "componentId",
|
|
@@ -16994,7 +17036,7 @@
|
|
|
16994
17036
|
"__schema": "PropertyLikeTagSchema",
|
|
16995
17037
|
"location": {
|
|
16996
17038
|
"filePath": "scope.main.runtime.ts",
|
|
16997
|
-
"line":
|
|
17039
|
+
"line": 1003,
|
|
16998
17040
|
"character": 6
|
|
16999
17041
|
},
|
|
17000
17042
|
"name": "sourceHead",
|
|
@@ -17005,7 +17047,7 @@
|
|
|
17005
17047
|
"__schema": "PropertyLikeTagSchema",
|
|
17006
17048
|
"location": {
|
|
17007
17049
|
"filePath": "scope.main.runtime.ts",
|
|
17008
|
-
"line":
|
|
17050
|
+
"line": 1004,
|
|
17009
17051
|
"character": 6
|
|
17010
17052
|
},
|
|
17011
17053
|
"name": "targetHead",
|
|
@@ -17016,7 +17058,7 @@
|
|
|
17016
17058
|
"__schema": "ReturnTagSchema",
|
|
17017
17059
|
"location": {
|
|
17018
17060
|
"filePath": "scope.main.runtime.ts",
|
|
17019
|
-
"line":
|
|
17061
|
+
"line": 1005,
|
|
17020
17062
|
"character": 6
|
|
17021
17063
|
},
|
|
17022
17064
|
"tagName": "return"
|
|
@@ -17030,7 +17072,7 @@
|
|
|
17030
17072
|
"__schema": "ParameterSchema",
|
|
17031
17073
|
"location": {
|
|
17032
17074
|
"filePath": "scope.main.runtime.ts",
|
|
17033
|
-
"line":
|
|
17075
|
+
"line": 1008,
|
|
17034
17076
|
"character": 5
|
|
17035
17077
|
},
|
|
17036
17078
|
"name": "componentId",
|
|
@@ -17038,7 +17080,7 @@
|
|
|
17038
17080
|
"__schema": "TypeRefSchema",
|
|
17039
17081
|
"location": {
|
|
17040
17082
|
"filePath": "scope.main.runtime.ts",
|
|
17041
|
-
"line":
|
|
17083
|
+
"line": 1008,
|
|
17042
17084
|
"character": 18
|
|
17043
17085
|
},
|
|
17044
17086
|
"name": "ComponentID"
|
|
@@ -17050,7 +17092,7 @@
|
|
|
17050
17092
|
"__schema": "ParameterSchema",
|
|
17051
17093
|
"location": {
|
|
17052
17094
|
"filePath": "scope.main.runtime.ts",
|
|
17053
|
-
"line":
|
|
17095
|
+
"line": 1009,
|
|
17054
17096
|
"character": 5
|
|
17055
17097
|
},
|
|
17056
17098
|
"name": "sourceHead",
|
|
@@ -17058,7 +17100,7 @@
|
|
|
17058
17100
|
"__schema": "KeywordTypeSchema",
|
|
17059
17101
|
"location": {
|
|
17060
17102
|
"filePath": "scope.main.runtime.ts",
|
|
17061
|
-
"line":
|
|
17103
|
+
"line": 1009,
|
|
17062
17104
|
"character": 18
|
|
17063
17105
|
},
|
|
17064
17106
|
"name": "string"
|
|
@@ -17070,7 +17112,7 @@
|
|
|
17070
17112
|
"__schema": "ParameterSchema",
|
|
17071
17113
|
"location": {
|
|
17072
17114
|
"filePath": "scope.main.runtime.ts",
|
|
17073
|
-
"line":
|
|
17115
|
+
"line": 1010,
|
|
17074
17116
|
"character": 5
|
|
17075
17117
|
},
|
|
17076
17118
|
"name": "targetHead",
|
|
@@ -17078,7 +17120,7 @@
|
|
|
17078
17120
|
"__schema": "KeywordTypeSchema",
|
|
17079
17121
|
"location": {
|
|
17080
17122
|
"filePath": "scope.main.runtime.ts",
|
|
17081
|
-
"line":
|
|
17123
|
+
"line": 1010,
|
|
17082
17124
|
"character": 18
|
|
17083
17125
|
},
|
|
17084
17126
|
"name": "string"
|
|
@@ -17090,7 +17132,7 @@
|
|
|
17090
17132
|
"__schema": "ParameterSchema",
|
|
17091
17133
|
"location": {
|
|
17092
17134
|
"filePath": "scope.main.runtime.ts",
|
|
17093
|
-
"line":
|
|
17135
|
+
"line": 1011,
|
|
17094
17136
|
"character": 5
|
|
17095
17137
|
},
|
|
17096
17138
|
"name": "throws",
|
|
@@ -17098,7 +17140,7 @@
|
|
|
17098
17140
|
"__schema": "KeywordTypeSchema",
|
|
17099
17141
|
"location": {
|
|
17100
17142
|
"filePath": "scope.main.runtime.ts",
|
|
17101
|
-
"line":
|
|
17143
|
+
"line": 1011,
|
|
17102
17144
|
"character": 14
|
|
17103
17145
|
},
|
|
17104
17146
|
"name": "boolean"
|
|
@@ -17111,7 +17153,7 @@
|
|
|
17111
17153
|
"__schema": "TypeRefSchema",
|
|
17112
17154
|
"location": {
|
|
17113
17155
|
"filePath": "scope.main.runtime.ts",
|
|
17114
|
-
"line":
|
|
17156
|
+
"line": 1012,
|
|
17115
17157
|
"character": 6
|
|
17116
17158
|
},
|
|
17117
17159
|
"name": "Promise",
|
|
@@ -17120,7 +17162,7 @@
|
|
|
17120
17162
|
"__schema": "TypeRefSchema",
|
|
17121
17163
|
"location": {
|
|
17122
17164
|
"filePath": "scope.main.runtime.ts",
|
|
17123
|
-
"line":
|
|
17165
|
+
"line": 1012,
|
|
17124
17166
|
"character": 14
|
|
17125
17167
|
},
|
|
17126
17168
|
"name": "SnapsDistance"
|
|
@@ -17135,7 +17177,7 @@
|
|
|
17135
17177
|
"__schema": "FunctionLikeSchema",
|
|
17136
17178
|
"location": {
|
|
17137
17179
|
"filePath": "scope.main.runtime.ts",
|
|
17138
|
-
"line":
|
|
17180
|
+
"line": 1026,
|
|
17139
17181
|
"character": 3
|
|
17140
17182
|
},
|
|
17141
17183
|
"signature": "(method) ScopeMain.getExactVersionBySemverRange(id: ComponentID, range: string): Promise<string | undefined>",
|
|
@@ -17145,7 +17187,7 @@
|
|
|
17145
17187
|
"__schema": "ParameterSchema",
|
|
17146
17188
|
"location": {
|
|
17147
17189
|
"filePath": "scope.main.runtime.ts",
|
|
17148
|
-
"line":
|
|
17190
|
+
"line": 1026,
|
|
17149
17191
|
"character": 38
|
|
17150
17192
|
},
|
|
17151
17193
|
"name": "id",
|
|
@@ -17153,7 +17195,7 @@
|
|
|
17153
17195
|
"__schema": "TypeRefSchema",
|
|
17154
17196
|
"location": {
|
|
17155
17197
|
"filePath": "scope.main.runtime.ts",
|
|
17156
|
-
"line":
|
|
17198
|
+
"line": 1026,
|
|
17157
17199
|
"character": 42
|
|
17158
17200
|
},
|
|
17159
17201
|
"name": "ComponentID"
|
|
@@ -17165,7 +17207,7 @@
|
|
|
17165
17207
|
"__schema": "ParameterSchema",
|
|
17166
17208
|
"location": {
|
|
17167
17209
|
"filePath": "scope.main.runtime.ts",
|
|
17168
|
-
"line":
|
|
17210
|
+
"line": 1026,
|
|
17169
17211
|
"character": 55
|
|
17170
17212
|
},
|
|
17171
17213
|
"name": "range",
|
|
@@ -17173,7 +17215,7 @@
|
|
|
17173
17215
|
"__schema": "KeywordTypeSchema",
|
|
17174
17216
|
"location": {
|
|
17175
17217
|
"filePath": "scope.main.runtime.ts",
|
|
17176
|
-
"line":
|
|
17218
|
+
"line": 1026,
|
|
17177
17219
|
"character": 62
|
|
17178
17220
|
},
|
|
17179
17221
|
"name": "string"
|
|
@@ -17186,7 +17228,7 @@
|
|
|
17186
17228
|
"__schema": "TypeRefSchema",
|
|
17187
17229
|
"location": {
|
|
17188
17230
|
"filePath": "scope.main.runtime.ts",
|
|
17189
|
-
"line":
|
|
17231
|
+
"line": 1026,
|
|
17190
17232
|
"character": 71
|
|
17191
17233
|
},
|
|
17192
17234
|
"name": "Promise",
|
|
@@ -17195,7 +17237,7 @@
|
|
|
17195
17237
|
"__schema": "TypeUnionSchema",
|
|
17196
17238
|
"location": {
|
|
17197
17239
|
"filePath": "scope.main.runtime.ts",
|
|
17198
|
-
"line":
|
|
17240
|
+
"line": 1026,
|
|
17199
17241
|
"character": 79
|
|
17200
17242
|
},
|
|
17201
17243
|
"types": [
|
|
@@ -17203,7 +17245,7 @@
|
|
|
17203
17245
|
"__schema": "KeywordTypeSchema",
|
|
17204
17246
|
"location": {
|
|
17205
17247
|
"filePath": "scope.main.runtime.ts",
|
|
17206
|
-
"line":
|
|
17248
|
+
"line": 1026,
|
|
17207
17249
|
"character": 79
|
|
17208
17250
|
},
|
|
17209
17251
|
"name": "string"
|
|
@@ -17212,7 +17254,7 @@
|
|
|
17212
17254
|
"__schema": "KeywordTypeSchema",
|
|
17213
17255
|
"location": {
|
|
17214
17256
|
"filePath": "scope.main.runtime.ts",
|
|
17215
|
-
"line":
|
|
17257
|
+
"line": 1026,
|
|
17216
17258
|
"character": 88
|
|
17217
17259
|
},
|
|
17218
17260
|
"name": "undefined"
|
|
@@ -17229,7 +17271,7 @@
|
|
|
17229
17271
|
"__schema": "FunctionLikeSchema",
|
|
17230
17272
|
"location": {
|
|
17231
17273
|
"filePath": "scope.main.runtime.ts",
|
|
17232
|
-
"line":
|
|
17274
|
+
"line": 1032,
|
|
17233
17275
|
"character": 3
|
|
17234
17276
|
},
|
|
17235
17277
|
"signature": "(method) ScopeMain.resumeExport(exportId: string, remotes: string[]): Promise<string[]>",
|
|
@@ -17239,7 +17281,7 @@
|
|
|
17239
17281
|
"__schema": "ParameterSchema",
|
|
17240
17282
|
"location": {
|
|
17241
17283
|
"filePath": "scope.main.runtime.ts",
|
|
17242
|
-
"line":
|
|
17284
|
+
"line": 1032,
|
|
17243
17285
|
"character": 22
|
|
17244
17286
|
},
|
|
17245
17287
|
"name": "exportId",
|
|
@@ -17247,7 +17289,7 @@
|
|
|
17247
17289
|
"__schema": "KeywordTypeSchema",
|
|
17248
17290
|
"location": {
|
|
17249
17291
|
"filePath": "scope.main.runtime.ts",
|
|
17250
|
-
"line":
|
|
17292
|
+
"line": 1032,
|
|
17251
17293
|
"character": 32
|
|
17252
17294
|
},
|
|
17253
17295
|
"name": "string"
|
|
@@ -17259,7 +17301,7 @@
|
|
|
17259
17301
|
"__schema": "ParameterSchema",
|
|
17260
17302
|
"location": {
|
|
17261
17303
|
"filePath": "scope.main.runtime.ts",
|
|
17262
|
-
"line":
|
|
17304
|
+
"line": 1032,
|
|
17263
17305
|
"character": 40
|
|
17264
17306
|
},
|
|
17265
17307
|
"name": "remotes",
|
|
@@ -17267,14 +17309,14 @@
|
|
|
17267
17309
|
"__schema": "TypeArraySchema",
|
|
17268
17310
|
"location": {
|
|
17269
17311
|
"filePath": "scope.main.runtime.ts",
|
|
17270
|
-
"line":
|
|
17312
|
+
"line": 1032,
|
|
17271
17313
|
"character": 49
|
|
17272
17314
|
},
|
|
17273
17315
|
"type": {
|
|
17274
17316
|
"__schema": "KeywordTypeSchema",
|
|
17275
17317
|
"location": {
|
|
17276
17318
|
"filePath": "scope.main.runtime.ts",
|
|
17277
|
-
"line":
|
|
17319
|
+
"line": 1032,
|
|
17278
17320
|
"character": 49
|
|
17279
17321
|
},
|
|
17280
17322
|
"name": "string"
|
|
@@ -17288,7 +17330,7 @@
|
|
|
17288
17330
|
"__schema": "TypeRefSchema",
|
|
17289
17331
|
"location": {
|
|
17290
17332
|
"filePath": "scope.main.runtime.ts",
|
|
17291
|
-
"line":
|
|
17333
|
+
"line": 1032,
|
|
17292
17334
|
"character": 60
|
|
17293
17335
|
},
|
|
17294
17336
|
"name": "Promise",
|
|
@@ -17297,14 +17339,14 @@
|
|
|
17297
17339
|
"__schema": "TypeArraySchema",
|
|
17298
17340
|
"location": {
|
|
17299
17341
|
"filePath": "scope.main.runtime.ts",
|
|
17300
|
-
"line":
|
|
17342
|
+
"line": 1032,
|
|
17301
17343
|
"character": 68
|
|
17302
17344
|
},
|
|
17303
17345
|
"type": {
|
|
17304
17346
|
"__schema": "KeywordTypeSchema",
|
|
17305
17347
|
"location": {
|
|
17306
17348
|
"filePath": "scope.main.runtime.ts",
|
|
17307
|
-
"line":
|
|
17349
|
+
"line": 1032,
|
|
17308
17350
|
"character": 68
|
|
17309
17351
|
},
|
|
17310
17352
|
"name": "string"
|
|
@@ -17320,14 +17362,14 @@
|
|
|
17320
17362
|
"__schema": "FunctionLikeSchema",
|
|
17321
17363
|
"location": {
|
|
17322
17364
|
"filePath": "scope.main.runtime.ts",
|
|
17323
|
-
"line":
|
|
17365
|
+
"line": 1039,
|
|
17324
17366
|
"character": 3
|
|
17325
17367
|
},
|
|
17326
17368
|
"doc": {
|
|
17327
17369
|
"__schema": "DocSchema",
|
|
17328
17370
|
"location": {
|
|
17329
17371
|
"filePath": "scope.main.runtime.ts",
|
|
17330
|
-
"line":
|
|
17372
|
+
"line": 1036,
|
|
17331
17373
|
"character": 3
|
|
17332
17374
|
},
|
|
17333
17375
|
"raw": "/**\n * @deprecated use `this.resolveComponentId` instead.\n */",
|
|
@@ -17337,7 +17379,7 @@
|
|
|
17337
17379
|
"__schema": "TagSchema",
|
|
17338
17380
|
"location": {
|
|
17339
17381
|
"filePath": "scope.main.runtime.ts",
|
|
17340
|
-
"line":
|
|
17382
|
+
"line": 1037,
|
|
17341
17383
|
"character": 6
|
|
17342
17384
|
},
|
|
17343
17385
|
"tagName": "deprecated",
|
|
@@ -17352,7 +17394,7 @@
|
|
|
17352
17394
|
"__schema": "ParameterSchema",
|
|
17353
17395
|
"location": {
|
|
17354
17396
|
"filePath": "scope.main.runtime.ts",
|
|
17355
|
-
"line":
|
|
17397
|
+
"line": 1039,
|
|
17356
17398
|
"character": 19
|
|
17357
17399
|
},
|
|
17358
17400
|
"name": "id",
|
|
@@ -17360,7 +17402,7 @@
|
|
|
17360
17402
|
"__schema": "KeywordTypeSchema",
|
|
17361
17403
|
"location": {
|
|
17362
17404
|
"filePath": "scope.main.runtime.ts",
|
|
17363
|
-
"line":
|
|
17405
|
+
"line": 1039,
|
|
17364
17406
|
"character": 23
|
|
17365
17407
|
},
|
|
17366
17408
|
"name": "string"
|
|
@@ -17373,7 +17415,7 @@
|
|
|
17373
17415
|
"__schema": "TypeRefSchema",
|
|
17374
17416
|
"location": {
|
|
17375
17417
|
"filePath": "scope.main.runtime.ts",
|
|
17376
|
-
"line":
|
|
17418
|
+
"line": 1039,
|
|
17377
17419
|
"character": 32
|
|
17378
17420
|
},
|
|
17379
17421
|
"name": "Promise",
|
|
@@ -17382,7 +17424,7 @@
|
|
|
17382
17424
|
"__schema": "TypeRefSchema",
|
|
17383
17425
|
"location": {
|
|
17384
17426
|
"filePath": "scope.main.runtime.ts",
|
|
17385
|
-
"line":
|
|
17427
|
+
"line": 1039,
|
|
17386
17428
|
"character": 40
|
|
17387
17429
|
},
|
|
17388
17430
|
"name": "ComponentID"
|
|
@@ -17397,7 +17439,7 @@
|
|
|
17397
17439
|
"__schema": "FunctionLikeSchema",
|
|
17398
17440
|
"location": {
|
|
17399
17441
|
"filePath": "scope.main.runtime.ts",
|
|
17400
|
-
"line":
|
|
17442
|
+
"line": 1044,
|
|
17401
17443
|
"character": 3
|
|
17402
17444
|
},
|
|
17403
17445
|
"signature": "(method) ScopeMain._legacyRemotes(): Promise<Remotes>",
|
|
@@ -17407,7 +17449,7 @@
|
|
|
17407
17449
|
"__schema": "TypeRefSchema",
|
|
17408
17450
|
"location": {
|
|
17409
17451
|
"filePath": "scope.main.runtime.ts",
|
|
17410
|
-
"line":
|
|
17452
|
+
"line": 1044,
|
|
17411
17453
|
"character": 27
|
|
17412
17454
|
},
|
|
17413
17455
|
"name": "Promise",
|
|
@@ -17416,7 +17458,7 @@
|
|
|
17416
17458
|
"__schema": "TypeRefSchema",
|
|
17417
17459
|
"location": {
|
|
17418
17460
|
"filePath": "scope.main.runtime.ts",
|
|
17419
|
-
"line":
|
|
17461
|
+
"line": 1044,
|
|
17420
17462
|
"character": 35
|
|
17421
17463
|
},
|
|
17422
17464
|
"name": "Remotes"
|
|
@@ -17431,14 +17473,14 @@
|
|
|
17431
17473
|
"__schema": "FunctionLikeSchema",
|
|
17432
17474
|
"location": {
|
|
17433
17475
|
"filePath": "scope.main.runtime.ts",
|
|
17434
|
-
"line":
|
|
17476
|
+
"line": 1051,
|
|
17435
17477
|
"character": 3
|
|
17436
17478
|
},
|
|
17437
17479
|
"doc": {
|
|
17438
17480
|
"__schema": "DocSchema",
|
|
17439
17481
|
"location": {
|
|
17440
17482
|
"filePath": "scope.main.runtime.ts",
|
|
17441
|
-
"line":
|
|
17483
|
+
"line": 1048,
|
|
17442
17484
|
"character": 3
|
|
17443
17485
|
},
|
|
17444
17486
|
"raw": "/**\n * list all component ids from a remote-scope\n */",
|
|
@@ -17452,7 +17494,7 @@
|
|
|
17452
17494
|
"__schema": "ParameterSchema",
|
|
17453
17495
|
"location": {
|
|
17454
17496
|
"filePath": "scope.main.runtime.ts",
|
|
17455
|
-
"line":
|
|
17497
|
+
"line": 1051,
|
|
17456
17498
|
"character": 25
|
|
17457
17499
|
},
|
|
17458
17500
|
"name": "scopeName",
|
|
@@ -17460,7 +17502,7 @@
|
|
|
17460
17502
|
"__schema": "KeywordTypeSchema",
|
|
17461
17503
|
"location": {
|
|
17462
17504
|
"filePath": "scope.main.runtime.ts",
|
|
17463
|
-
"line":
|
|
17505
|
+
"line": 1051,
|
|
17464
17506
|
"character": 36
|
|
17465
17507
|
},
|
|
17466
17508
|
"name": "string"
|
|
@@ -17473,7 +17515,7 @@
|
|
|
17473
17515
|
"__schema": "TypeRefSchema",
|
|
17474
17516
|
"location": {
|
|
17475
17517
|
"filePath": "scope.main.runtime.ts",
|
|
17476
|
-
"line":
|
|
17518
|
+
"line": 1051,
|
|
17477
17519
|
"character": 45
|
|
17478
17520
|
},
|
|
17479
17521
|
"name": "Promise",
|
|
@@ -17482,14 +17524,14 @@
|
|
|
17482
17524
|
"__schema": "TypeArraySchema",
|
|
17483
17525
|
"location": {
|
|
17484
17526
|
"filePath": "scope.main.runtime.ts",
|
|
17485
|
-
"line":
|
|
17527
|
+
"line": 1051,
|
|
17486
17528
|
"character": 53
|
|
17487
17529
|
},
|
|
17488
17530
|
"type": {
|
|
17489
17531
|
"__schema": "TypeRefSchema",
|
|
17490
17532
|
"location": {
|
|
17491
17533
|
"filePath": "scope.main.runtime.ts",
|
|
17492
|
-
"line":
|
|
17534
|
+
"line": 1051,
|
|
17493
17535
|
"character": 53
|
|
17494
17536
|
},
|
|
17495
17537
|
"name": "ComponentID"
|
|
@@ -17505,7 +17547,7 @@
|
|
|
17505
17547
|
"__schema": "FunctionLikeSchema",
|
|
17506
17548
|
"location": {
|
|
17507
17549
|
"filePath": "scope.main.runtime.ts",
|
|
17508
|
-
"line":
|
|
17550
|
+
"line": 1058,
|
|
17509
17551
|
"character": 3
|
|
17510
17552
|
},
|
|
17511
17553
|
"signature": "(method) ScopeMain.getLegacyMinimal(id: ComponentID): Promise<ConsumerComponent | undefined>",
|
|
@@ -17515,7 +17557,7 @@
|
|
|
17515
17557
|
"__schema": "ParameterSchema",
|
|
17516
17558
|
"location": {
|
|
17517
17559
|
"filePath": "scope.main.runtime.ts",
|
|
17518
|
-
"line":
|
|
17560
|
+
"line": 1058,
|
|
17519
17561
|
"character": 26
|
|
17520
17562
|
},
|
|
17521
17563
|
"name": "id",
|
|
@@ -17523,7 +17565,7 @@
|
|
|
17523
17565
|
"__schema": "TypeRefSchema",
|
|
17524
17566
|
"location": {
|
|
17525
17567
|
"filePath": "scope.main.runtime.ts",
|
|
17526
|
-
"line":
|
|
17568
|
+
"line": 1058,
|
|
17527
17569
|
"character": 30
|
|
17528
17570
|
},
|
|
17529
17571
|
"name": "ComponentID"
|
|
@@ -17536,7 +17578,7 @@
|
|
|
17536
17578
|
"__schema": "TypeRefSchema",
|
|
17537
17579
|
"location": {
|
|
17538
17580
|
"filePath": "scope.main.runtime.ts",
|
|
17539
|
-
"line":
|
|
17581
|
+
"line": 1058,
|
|
17540
17582
|
"character": 44
|
|
17541
17583
|
},
|
|
17542
17584
|
"name": "Promise",
|
|
@@ -17545,7 +17587,7 @@
|
|
|
17545
17587
|
"__schema": "TypeUnionSchema",
|
|
17546
17588
|
"location": {
|
|
17547
17589
|
"filePath": "scope.main.runtime.ts",
|
|
17548
|
-
"line":
|
|
17590
|
+
"line": 1058,
|
|
17549
17591
|
"character": 52
|
|
17550
17592
|
},
|
|
17551
17593
|
"types": [
|
|
@@ -17553,7 +17595,7 @@
|
|
|
17553
17595
|
"__schema": "TypeRefSchema",
|
|
17554
17596
|
"location": {
|
|
17555
17597
|
"filePath": "scope.main.runtime.ts",
|
|
17556
|
-
"line":
|
|
17598
|
+
"line": 1058,
|
|
17557
17599
|
"character": 52
|
|
17558
17600
|
},
|
|
17559
17601
|
"name": "ConsumerComponent"
|
|
@@ -17562,7 +17604,7 @@
|
|
|
17562
17604
|
"__schema": "KeywordTypeSchema",
|
|
17563
17605
|
"location": {
|
|
17564
17606
|
"filePath": "scope.main.runtime.ts",
|
|
17565
|
-
"line":
|
|
17607
|
+
"line": 1058,
|
|
17566
17608
|
"character": 72
|
|
17567
17609
|
},
|
|
17568
17610
|
"name": "undefined"
|
|
@@ -17579,14 +17621,14 @@
|
|
|
17579
17621
|
"__schema": "FunctionLikeSchema",
|
|
17580
17622
|
"location": {
|
|
17581
17623
|
"filePath": "scope.main.runtime.ts",
|
|
17582
|
-
"line":
|
|
17624
|
+
"line": 1071,
|
|
17583
17625
|
"character": 3
|
|
17584
17626
|
},
|
|
17585
17627
|
"doc": {
|
|
17586
17628
|
"__schema": "DocSchema",
|
|
17587
17629
|
"location": {
|
|
17588
17630
|
"filePath": "scope.main.runtime.ts",
|
|
17589
|
-
"line":
|
|
17631
|
+
"line": 1067,
|
|
17590
17632
|
"character": 3
|
|
17591
17633
|
},
|
|
17592
17634
|
"raw": "/**\n * ModelComponent is of type `BitObject` which gets saved into the local scope as an object file.\n * It has data about the tags and the component head. It doesn't have any data about the source-files/artifacts etc.\n */",
|
|
@@ -17600,7 +17642,7 @@
|
|
|
17600
17642
|
"__schema": "ParameterSchema",
|
|
17601
17643
|
"location": {
|
|
17602
17644
|
"filePath": "scope.main.runtime.ts",
|
|
17603
|
-
"line":
|
|
17645
|
+
"line": 1071,
|
|
17604
17646
|
"character": 36
|
|
17605
17647
|
},
|
|
17606
17648
|
"name": "id",
|
|
@@ -17608,7 +17650,7 @@
|
|
|
17608
17650
|
"__schema": "TypeRefSchema",
|
|
17609
17651
|
"location": {
|
|
17610
17652
|
"filePath": "scope.main.runtime.ts",
|
|
17611
|
-
"line":
|
|
17653
|
+
"line": 1071,
|
|
17612
17654
|
"character": 40
|
|
17613
17655
|
},
|
|
17614
17656
|
"name": "ComponentID"
|
|
@@ -17620,7 +17662,7 @@
|
|
|
17620
17662
|
"__schema": "ParameterSchema",
|
|
17621
17663
|
"location": {
|
|
17622
17664
|
"filePath": "scope.main.runtime.ts",
|
|
17623
|
-
"line":
|
|
17665
|
+
"line": 1071,
|
|
17624
17666
|
"character": 53
|
|
17625
17667
|
},
|
|
17626
17668
|
"name": "throwIfNotExist",
|
|
@@ -17628,7 +17670,7 @@
|
|
|
17628
17670
|
"__schema": "InferenceTypeSchema",
|
|
17629
17671
|
"location": {
|
|
17630
17672
|
"filePath": "scope.main.runtime.ts",
|
|
17631
|
-
"line":
|
|
17673
|
+
"line": 1071,
|
|
17632
17674
|
"character": 53
|
|
17633
17675
|
},
|
|
17634
17676
|
"type": "boolean"
|
|
@@ -17642,7 +17684,7 @@
|
|
|
17642
17684
|
"__schema": "TypeRefSchema",
|
|
17643
17685
|
"location": {
|
|
17644
17686
|
"filePath": "scope.main.runtime.ts",
|
|
17645
|
-
"line":
|
|
17687
|
+
"line": 1071,
|
|
17646
17688
|
"character": 79
|
|
17647
17689
|
},
|
|
17648
17690
|
"name": "Promise",
|
|
@@ -17651,7 +17693,7 @@
|
|
|
17651
17693
|
"__schema": "TypeUnionSchema",
|
|
17652
17694
|
"location": {
|
|
17653
17695
|
"filePath": "scope.main.runtime.ts",
|
|
17654
|
-
"line":
|
|
17696
|
+
"line": 1071,
|
|
17655
17697
|
"character": 87
|
|
17656
17698
|
},
|
|
17657
17699
|
"types": [
|
|
@@ -17659,7 +17701,7 @@
|
|
|
17659
17701
|
"__schema": "TypeRefSchema",
|
|
17660
17702
|
"location": {
|
|
17661
17703
|
"filePath": "scope.main.runtime.ts",
|
|
17662
|
-
"line":
|
|
17704
|
+
"line": 1071,
|
|
17663
17705
|
"character": 87
|
|
17664
17706
|
},
|
|
17665
17707
|
"name": "ModelComponent"
|
|
@@ -17668,7 +17710,7 @@
|
|
|
17668
17710
|
"__schema": "KeywordTypeSchema",
|
|
17669
17711
|
"location": {
|
|
17670
17712
|
"filePath": "scope.main.runtime.ts",
|
|
17671
|
-
"line":
|
|
17713
|
+
"line": 1071,
|
|
17672
17714
|
"character": 104
|
|
17673
17715
|
},
|
|
17674
17716
|
"name": "undefined"
|
|
@@ -17685,14 +17727,14 @@
|
|
|
17685
17727
|
"__schema": "FunctionLikeSchema",
|
|
17686
17728
|
"location": {
|
|
17687
17729
|
"filePath": "scope.main.runtime.ts",
|
|
17688
|
-
"line":
|
|
17730
|
+
"line": 1078,
|
|
17689
17731
|
"character": 3
|
|
17690
17732
|
},
|
|
17691
17733
|
"doc": {
|
|
17692
17734
|
"__schema": "DocSchema",
|
|
17693
17735
|
"location": {
|
|
17694
17736
|
"filePath": "scope.main.runtime.ts",
|
|
17695
|
-
"line":
|
|
17737
|
+
"line": 1075,
|
|
17696
17738
|
"character": 3
|
|
17697
17739
|
},
|
|
17698
17740
|
"raw": "/**\n * Version BitObject holds the data of the source files and build artifacts of a specific snap/tag.\n */",
|
|
@@ -17706,7 +17748,7 @@
|
|
|
17706
17748
|
"__schema": "ParameterSchema",
|
|
17707
17749
|
"location": {
|
|
17708
17750
|
"filePath": "scope.main.runtime.ts",
|
|
17709
|
-
"line":
|
|
17751
|
+
"line": 1079,
|
|
17710
17752
|
"character": 5
|
|
17711
17753
|
},
|
|
17712
17754
|
"name": "modelComponent",
|
|
@@ -17714,7 +17756,7 @@
|
|
|
17714
17756
|
"__schema": "TypeRefSchema",
|
|
17715
17757
|
"location": {
|
|
17716
17758
|
"filePath": "scope.main.runtime.ts",
|
|
17717
|
-
"line":
|
|
17759
|
+
"line": 1079,
|
|
17718
17760
|
"character": 21
|
|
17719
17761
|
},
|
|
17720
17762
|
"name": "ModelComponent"
|
|
@@ -17726,7 +17768,7 @@
|
|
|
17726
17768
|
"__schema": "ParameterSchema",
|
|
17727
17769
|
"location": {
|
|
17728
17770
|
"filePath": "scope.main.runtime.ts",
|
|
17729
|
-
"line":
|
|
17771
|
+
"line": 1080,
|
|
17730
17772
|
"character": 5
|
|
17731
17773
|
},
|
|
17732
17774
|
"name": "version",
|
|
@@ -17734,7 +17776,7 @@
|
|
|
17734
17776
|
"__schema": "KeywordTypeSchema",
|
|
17735
17777
|
"location": {
|
|
17736
17778
|
"filePath": "scope.main.runtime.ts",
|
|
17737
|
-
"line":
|
|
17779
|
+
"line": 1080,
|
|
17738
17780
|
"character": 14
|
|
17739
17781
|
},
|
|
17740
17782
|
"name": "string"
|
|
@@ -17746,7 +17788,7 @@
|
|
|
17746
17788
|
"__schema": "ParameterSchema",
|
|
17747
17789
|
"location": {
|
|
17748
17790
|
"filePath": "scope.main.runtime.ts",
|
|
17749
|
-
"line":
|
|
17791
|
+
"line": 1081,
|
|
17750
17792
|
"character": 5
|
|
17751
17793
|
},
|
|
17752
17794
|
"name": "throwIfNotExist",
|
|
@@ -17754,7 +17796,7 @@
|
|
|
17754
17796
|
"__schema": "InferenceTypeSchema",
|
|
17755
17797
|
"location": {
|
|
17756
17798
|
"filePath": "scope.main.runtime.ts",
|
|
17757
|
-
"line":
|
|
17799
|
+
"line": 1081,
|
|
17758
17800
|
"character": 5
|
|
17759
17801
|
},
|
|
17760
17802
|
"type": "boolean"
|
|
@@ -17768,7 +17810,7 @@
|
|
|
17768
17810
|
"__schema": "TypeRefSchema",
|
|
17769
17811
|
"location": {
|
|
17770
17812
|
"filePath": "scope.main.runtime.ts",
|
|
17771
|
-
"line":
|
|
17813
|
+
"line": 1082,
|
|
17772
17814
|
"character": 6
|
|
17773
17815
|
},
|
|
17774
17816
|
"name": "Promise",
|
|
@@ -17777,7 +17819,7 @@
|
|
|
17777
17819
|
"__schema": "TypeUnionSchema",
|
|
17778
17820
|
"location": {
|
|
17779
17821
|
"filePath": "scope.main.runtime.ts",
|
|
17780
|
-
"line":
|
|
17822
|
+
"line": 1082,
|
|
17781
17823
|
"character": 14
|
|
17782
17824
|
},
|
|
17783
17825
|
"types": [
|
|
@@ -17785,7 +17827,7 @@
|
|
|
17785
17827
|
"__schema": "TypeRefSchema",
|
|
17786
17828
|
"location": {
|
|
17787
17829
|
"filePath": "scope.main.runtime.ts",
|
|
17788
|
-
"line":
|
|
17830
|
+
"line": 1082,
|
|
17789
17831
|
"character": 14
|
|
17790
17832
|
},
|
|
17791
17833
|
"name": "Version"
|
|
@@ -17794,7 +17836,7 @@
|
|
|
17794
17836
|
"__schema": "KeywordTypeSchema",
|
|
17795
17837
|
"location": {
|
|
17796
17838
|
"filePath": "scope.main.runtime.ts",
|
|
17797
|
-
"line":
|
|
17839
|
+
"line": 1082,
|
|
17798
17840
|
"character": 24
|
|
17799
17841
|
},
|
|
17800
17842
|
"name": "undefined"
|
|
@@ -17811,7 +17853,7 @@
|
|
|
17811
17853
|
"__schema": "FunctionLikeSchema",
|
|
17812
17854
|
"location": {
|
|
17813
17855
|
"filePath": "scope.main.runtime.ts",
|
|
17814
|
-
"line":
|
|
17856
|
+
"line": 1086,
|
|
17815
17857
|
"character": 3
|
|
17816
17858
|
},
|
|
17817
17859
|
"signature": "(method) ScopeMain.getBitObjectVersionById(id: ComponentID, throwIfNotExist?: boolean): Promise<Version | undefined>",
|
|
@@ -17821,7 +17863,7 @@
|
|
|
17821
17863
|
"__schema": "ParameterSchema",
|
|
17822
17864
|
"location": {
|
|
17823
17865
|
"filePath": "scope.main.runtime.ts",
|
|
17824
|
-
"line":
|
|
17866
|
+
"line": 1086,
|
|
17825
17867
|
"character": 33
|
|
17826
17868
|
},
|
|
17827
17869
|
"name": "id",
|
|
@@ -17829,7 +17871,7 @@
|
|
|
17829
17871
|
"__schema": "TypeRefSchema",
|
|
17830
17872
|
"location": {
|
|
17831
17873
|
"filePath": "scope.main.runtime.ts",
|
|
17832
|
-
"line":
|
|
17874
|
+
"line": 1086,
|
|
17833
17875
|
"character": 37
|
|
17834
17876
|
},
|
|
17835
17877
|
"name": "ComponentID"
|
|
@@ -17841,7 +17883,7 @@
|
|
|
17841
17883
|
"__schema": "ParameterSchema",
|
|
17842
17884
|
"location": {
|
|
17843
17885
|
"filePath": "scope.main.runtime.ts",
|
|
17844
|
-
"line":
|
|
17886
|
+
"line": 1086,
|
|
17845
17887
|
"character": 50
|
|
17846
17888
|
},
|
|
17847
17889
|
"name": "throwIfNotExist",
|
|
@@ -17849,7 +17891,7 @@
|
|
|
17849
17891
|
"__schema": "InferenceTypeSchema",
|
|
17850
17892
|
"location": {
|
|
17851
17893
|
"filePath": "scope.main.runtime.ts",
|
|
17852
|
-
"line":
|
|
17894
|
+
"line": 1086,
|
|
17853
17895
|
"character": 50
|
|
17854
17896
|
},
|
|
17855
17897
|
"type": "boolean"
|
|
@@ -17863,7 +17905,7 @@
|
|
|
17863
17905
|
"__schema": "TypeRefSchema",
|
|
17864
17906
|
"location": {
|
|
17865
17907
|
"filePath": "scope.main.runtime.ts",
|
|
17866
|
-
"line":
|
|
17908
|
+
"line": 1086,
|
|
17867
17909
|
"character": 76
|
|
17868
17910
|
},
|
|
17869
17911
|
"name": "Promise",
|
|
@@ -17872,7 +17914,7 @@
|
|
|
17872
17914
|
"__schema": "TypeUnionSchema",
|
|
17873
17915
|
"location": {
|
|
17874
17916
|
"filePath": "scope.main.runtime.ts",
|
|
17875
|
-
"line":
|
|
17917
|
+
"line": 1086,
|
|
17876
17918
|
"character": 84
|
|
17877
17919
|
},
|
|
17878
17920
|
"types": [
|
|
@@ -17880,7 +17922,7 @@
|
|
|
17880
17922
|
"__schema": "TypeRefSchema",
|
|
17881
17923
|
"location": {
|
|
17882
17924
|
"filePath": "scope.main.runtime.ts",
|
|
17883
|
-
"line":
|
|
17925
|
+
"line": 1086,
|
|
17884
17926
|
"character": 84
|
|
17885
17927
|
},
|
|
17886
17928
|
"name": "Version"
|
|
@@ -17889,7 +17931,7 @@
|
|
|
17889
17931
|
"__schema": "KeywordTypeSchema",
|
|
17890
17932
|
"location": {
|
|
17891
17933
|
"filePath": "scope.main.runtime.ts",
|
|
17892
|
-
"line":
|
|
17934
|
+
"line": 1086,
|
|
17893
17935
|
"character": 94
|
|
17894
17936
|
},
|
|
17895
17937
|
"name": "undefined"
|
|
@@ -17906,14 +17948,14 @@
|
|
|
17906
17948
|
"__schema": "FunctionLikeSchema",
|
|
17907
17949
|
"location": {
|
|
17908
17950
|
"filePath": "scope.main.runtime.ts",
|
|
17909
|
-
"line":
|
|
17951
|
+
"line": 1095,
|
|
17910
17952
|
"character": 3
|
|
17911
17953
|
},
|
|
17912
17954
|
"doc": {
|
|
17913
17955
|
"__schema": "DocSchema",
|
|
17914
17956
|
"location": {
|
|
17915
17957
|
"filePath": "scope.main.runtime.ts",
|
|
17916
|
-
"line":
|
|
17958
|
+
"line": 1092,
|
|
17917
17959
|
"character": 3
|
|
17918
17960
|
},
|
|
17919
17961
|
"raw": "/**\n * get a component and load its aspect\n */",
|
|
@@ -17927,7 +17969,7 @@
|
|
|
17927
17969
|
"__schema": "ParameterSchema",
|
|
17928
17970
|
"location": {
|
|
17929
17971
|
"filePath": "scope.main.runtime.ts",
|
|
17930
|
-
"line":
|
|
17972
|
+
"line": 1096,
|
|
17931
17973
|
"character": 5
|
|
17932
17974
|
},
|
|
17933
17975
|
"name": "id",
|
|
@@ -17935,7 +17977,7 @@
|
|
|
17935
17977
|
"__schema": "TypeRefSchema",
|
|
17936
17978
|
"location": {
|
|
17937
17979
|
"filePath": "scope.main.runtime.ts",
|
|
17938
|
-
"line":
|
|
17980
|
+
"line": 1096,
|
|
17939
17981
|
"character": 9
|
|
17940
17982
|
},
|
|
17941
17983
|
"name": "ComponentID"
|
|
@@ -17947,7 +17989,7 @@
|
|
|
17947
17989
|
"__schema": "ParameterSchema",
|
|
17948
17990
|
"location": {
|
|
17949
17991
|
"filePath": "scope.main.runtime.ts",
|
|
17950
|
-
"line":
|
|
17992
|
+
"line": 1097,
|
|
17951
17993
|
"character": 5
|
|
17952
17994
|
},
|
|
17953
17995
|
"name": "lane",
|
|
@@ -17955,7 +17997,7 @@
|
|
|
17955
17997
|
"__schema": "TypeRefSchema",
|
|
17956
17998
|
"location": {
|
|
17957
17999
|
"filePath": "scope.main.runtime.ts",
|
|
17958
|
-
"line":
|
|
18000
|
+
"line": 1097,
|
|
17959
18001
|
"character": 12
|
|
17960
18002
|
},
|
|
17961
18003
|
"name": "Lane"
|
|
@@ -17967,7 +18009,7 @@
|
|
|
17967
18009
|
"__schema": "ParameterSchema",
|
|
17968
18010
|
"location": {
|
|
17969
18011
|
"filePath": "scope.main.runtime.ts",
|
|
17970
|
-
"line":
|
|
18012
|
+
"line": 1098,
|
|
17971
18013
|
"character": 5
|
|
17972
18014
|
},
|
|
17973
18015
|
"name": "opts",
|
|
@@ -17975,7 +18017,7 @@
|
|
|
17975
18017
|
"__schema": "TypeRefSchema",
|
|
17976
18018
|
"location": {
|
|
17977
18019
|
"filePath": "scope.main.runtime.ts",
|
|
17978
|
-
"line":
|
|
18020
|
+
"line": 1098,
|
|
17979
18021
|
"character": 11
|
|
17980
18022
|
},
|
|
17981
18023
|
"name": "LoadOptions"
|
|
@@ -17989,7 +18031,7 @@
|
|
|
17989
18031
|
"__schema": "TypeRefSchema",
|
|
17990
18032
|
"location": {
|
|
17991
18033
|
"filePath": "scope.main.runtime.ts",
|
|
17992
|
-
"line":
|
|
18034
|
+
"line": 1099,
|
|
17993
18035
|
"character": 6
|
|
17994
18036
|
},
|
|
17995
18037
|
"name": "Promise",
|
|
@@ -17998,7 +18040,7 @@
|
|
|
17998
18040
|
"__schema": "TypeUnionSchema",
|
|
17999
18041
|
"location": {
|
|
18000
18042
|
"filePath": "scope.main.runtime.ts",
|
|
18001
|
-
"line":
|
|
18043
|
+
"line": 1099,
|
|
18002
18044
|
"character": 14
|
|
18003
18045
|
},
|
|
18004
18046
|
"types": [
|
|
@@ -18006,7 +18048,7 @@
|
|
|
18006
18048
|
"__schema": "TypeRefSchema",
|
|
18007
18049
|
"location": {
|
|
18008
18050
|
"filePath": "scope.main.runtime.ts",
|
|
18009
|
-
"line":
|
|
18051
|
+
"line": 1099,
|
|
18010
18052
|
"character": 14
|
|
18011
18053
|
},
|
|
18012
18054
|
"name": "Component"
|
|
@@ -18015,7 +18057,7 @@
|
|
|
18015
18057
|
"__schema": "KeywordTypeSchema",
|
|
18016
18058
|
"location": {
|
|
18017
18059
|
"filePath": "scope.main.runtime.ts",
|
|
18018
|
-
"line":
|
|
18060
|
+
"line": 1099,
|
|
18019
18061
|
"character": 26
|
|
18020
18062
|
},
|
|
18021
18063
|
"name": "undefined"
|
|
@@ -18032,7 +18074,7 @@
|
|
|
18032
18074
|
"__schema": "FunctionLikeSchema",
|
|
18033
18075
|
"location": {
|
|
18034
18076
|
"filePath": "scope.main.runtime.ts",
|
|
18035
|
-
"line":
|
|
18077
|
+
"line": 1106,
|
|
18036
18078
|
"character": 3
|
|
18037
18079
|
},
|
|
18038
18080
|
"signature": "(method) ScopeMain.loadCompAspects(component: Component, lane?: Lane, opts?: LoadOptions): Promise<Component>",
|
|
@@ -18042,7 +18084,7 @@
|
|
|
18042
18084
|
"__schema": "ParameterSchema",
|
|
18043
18085
|
"location": {
|
|
18044
18086
|
"filePath": "scope.main.runtime.ts",
|
|
18045
|
-
"line":
|
|
18087
|
+
"line": 1107,
|
|
18046
18088
|
"character": 5
|
|
18047
18089
|
},
|
|
18048
18090
|
"name": "component",
|
|
@@ -18050,7 +18092,7 @@
|
|
|
18050
18092
|
"__schema": "TypeRefSchema",
|
|
18051
18093
|
"location": {
|
|
18052
18094
|
"filePath": "scope.main.runtime.ts",
|
|
18053
|
-
"line":
|
|
18095
|
+
"line": 1107,
|
|
18054
18096
|
"character": 16
|
|
18055
18097
|
},
|
|
18056
18098
|
"name": "Component"
|
|
@@ -18062,7 +18104,7 @@
|
|
|
18062
18104
|
"__schema": "ParameterSchema",
|
|
18063
18105
|
"location": {
|
|
18064
18106
|
"filePath": "scope.main.runtime.ts",
|
|
18065
|
-
"line":
|
|
18107
|
+
"line": 1108,
|
|
18066
18108
|
"character": 5
|
|
18067
18109
|
},
|
|
18068
18110
|
"name": "lane",
|
|
@@ -18070,7 +18112,7 @@
|
|
|
18070
18112
|
"__schema": "TypeRefSchema",
|
|
18071
18113
|
"location": {
|
|
18072
18114
|
"filePath": "scope.main.runtime.ts",
|
|
18073
|
-
"line":
|
|
18115
|
+
"line": 1108,
|
|
18074
18116
|
"character": 12
|
|
18075
18117
|
},
|
|
18076
18118
|
"name": "Lane"
|
|
@@ -18082,7 +18124,7 @@
|
|
|
18082
18124
|
"__schema": "ParameterSchema",
|
|
18083
18125
|
"location": {
|
|
18084
18126
|
"filePath": "scope.main.runtime.ts",
|
|
18085
|
-
"line":
|
|
18127
|
+
"line": 1109,
|
|
18086
18128
|
"character": 5
|
|
18087
18129
|
},
|
|
18088
18130
|
"name": "opts",
|
|
@@ -18090,7 +18132,7 @@
|
|
|
18090
18132
|
"__schema": "TypeRefSchema",
|
|
18091
18133
|
"location": {
|
|
18092
18134
|
"filePath": "scope.main.runtime.ts",
|
|
18093
|
-
"line":
|
|
18135
|
+
"line": 1109,
|
|
18094
18136
|
"character": 11
|
|
18095
18137
|
},
|
|
18096
18138
|
"name": "LoadOptions"
|
|
@@ -18104,7 +18146,7 @@
|
|
|
18104
18146
|
"__schema": "TypeRefSchema",
|
|
18105
18147
|
"location": {
|
|
18106
18148
|
"filePath": "scope.main.runtime.ts",
|
|
18107
|
-
"line":
|
|
18149
|
+
"line": 1110,
|
|
18108
18150
|
"character": 6
|
|
18109
18151
|
},
|
|
18110
18152
|
"name": "Promise",
|
|
@@ -18113,7 +18155,7 @@
|
|
|
18113
18155
|
"__schema": "TypeRefSchema",
|
|
18114
18156
|
"location": {
|
|
18115
18157
|
"filePath": "scope.main.runtime.ts",
|
|
18116
|
-
"line":
|
|
18158
|
+
"line": 1110,
|
|
18117
18159
|
"character": 14
|
|
18118
18160
|
},
|
|
18119
18161
|
"name": "Component"
|
|
@@ -18128,7 +18170,7 @@
|
|
|
18128
18170
|
"__schema": "FunctionLikeSchema",
|
|
18129
18171
|
"location": {
|
|
18130
18172
|
"filePath": "scope.main.runtime.ts",
|
|
18131
|
-
"line":
|
|
18173
|
+
"line": 1137,
|
|
18132
18174
|
"character": 3
|
|
18133
18175
|
},
|
|
18134
18176
|
"signature": "(method) ScopeMain.loadComponentsAspect(component: Component): Promise<void>",
|
|
@@ -18138,7 +18180,7 @@
|
|
|
18138
18180
|
"__schema": "ParameterSchema",
|
|
18139
18181
|
"location": {
|
|
18140
18182
|
"filePath": "scope.main.runtime.ts",
|
|
18141
|
-
"line":
|
|
18183
|
+
"line": 1137,
|
|
18142
18184
|
"character": 30
|
|
18143
18185
|
},
|
|
18144
18186
|
"name": "component",
|
|
@@ -18146,7 +18188,7 @@
|
|
|
18146
18188
|
"__schema": "TypeRefSchema",
|
|
18147
18189
|
"location": {
|
|
18148
18190
|
"filePath": "scope.main.runtime.ts",
|
|
18149
|
-
"line":
|
|
18191
|
+
"line": 1137,
|
|
18150
18192
|
"character": 41
|
|
18151
18193
|
},
|
|
18152
18194
|
"name": "Component"
|
|
@@ -18159,7 +18201,7 @@
|
|
|
18159
18201
|
"__schema": "InferenceTypeSchema",
|
|
18160
18202
|
"location": {
|
|
18161
18203
|
"filePath": "scope.main.runtime.ts",
|
|
18162
|
-
"line":
|
|
18204
|
+
"line": 1137,
|
|
18163
18205
|
"character": 3
|
|
18164
18206
|
},
|
|
18165
18207
|
"type": "Promise<void>"
|
|
@@ -18172,7 +18214,7 @@
|
|
|
18172
18214
|
"__schema": "FunctionLikeSchema",
|
|
18173
18215
|
"location": {
|
|
18174
18216
|
"filePath": "scope.main.runtime.ts",
|
|
18175
|
-
"line":
|
|
18217
|
+
"line": 1142,
|
|
18176
18218
|
"character": 3
|
|
18177
18219
|
},
|
|
18178
18220
|
"signature": "(method) ScopeMain.addAspectsFromConfigObject(component: Component, configObject: Record<string, any>): Promise<void>",
|
|
@@ -18182,7 +18224,7 @@
|
|
|
18182
18224
|
"__schema": "ParameterSchema",
|
|
18183
18225
|
"location": {
|
|
18184
18226
|
"filePath": "scope.main.runtime.ts",
|
|
18185
|
-
"line":
|
|
18227
|
+
"line": 1142,
|
|
18186
18228
|
"character": 36
|
|
18187
18229
|
},
|
|
18188
18230
|
"name": "component",
|
|
@@ -18190,7 +18232,7 @@
|
|
|
18190
18232
|
"__schema": "TypeRefSchema",
|
|
18191
18233
|
"location": {
|
|
18192
18234
|
"filePath": "scope.main.runtime.ts",
|
|
18193
|
-
"line":
|
|
18235
|
+
"line": 1142,
|
|
18194
18236
|
"character": 47
|
|
18195
18237
|
},
|
|
18196
18238
|
"name": "Component"
|
|
@@ -18202,7 +18244,7 @@
|
|
|
18202
18244
|
"__schema": "ParameterSchema",
|
|
18203
18245
|
"location": {
|
|
18204
18246
|
"filePath": "scope.main.runtime.ts",
|
|
18205
|
-
"line":
|
|
18247
|
+
"line": 1142,
|
|
18206
18248
|
"character": 58
|
|
18207
18249
|
},
|
|
18208
18250
|
"name": "configObject",
|
|
@@ -18210,7 +18252,7 @@
|
|
|
18210
18252
|
"__schema": "TypeRefSchema",
|
|
18211
18253
|
"location": {
|
|
18212
18254
|
"filePath": "scope.main.runtime.ts",
|
|
18213
|
-
"line":
|
|
18255
|
+
"line": 1142,
|
|
18214
18256
|
"character": 72
|
|
18215
18257
|
},
|
|
18216
18258
|
"name": "Record",
|
|
@@ -18219,7 +18261,7 @@
|
|
|
18219
18261
|
"__schema": "KeywordTypeSchema",
|
|
18220
18262
|
"location": {
|
|
18221
18263
|
"filePath": "scope.main.runtime.ts",
|
|
18222
|
-
"line":
|
|
18264
|
+
"line": 1142,
|
|
18223
18265
|
"character": 79
|
|
18224
18266
|
},
|
|
18225
18267
|
"name": "string"
|
|
@@ -18228,7 +18270,7 @@
|
|
|
18228
18270
|
"__schema": "KeywordTypeSchema",
|
|
18229
18271
|
"location": {
|
|
18230
18272
|
"filePath": "scope.main.runtime.ts",
|
|
18231
|
-
"line":
|
|
18273
|
+
"line": 1142,
|
|
18232
18274
|
"character": 87
|
|
18233
18275
|
},
|
|
18234
18276
|
"name": "any"
|
|
@@ -18243,7 +18285,7 @@
|
|
|
18243
18285
|
"__schema": "InferenceTypeSchema",
|
|
18244
18286
|
"location": {
|
|
18245
18287
|
"filePath": "scope.main.runtime.ts",
|
|
18246
|
-
"line":
|
|
18288
|
+
"line": 1142,
|
|
18247
18289
|
"character": 3
|
|
18248
18290
|
},
|
|
18249
18291
|
"type": "Promise<void>"
|
|
@@ -18256,7 +18298,7 @@
|
|
|
18256
18298
|
"__schema": "FunctionLikeSchema",
|
|
18257
18299
|
"location": {
|
|
18258
18300
|
"filePath": "scope.main.runtime.ts",
|
|
18259
|
-
"line":
|
|
18301
|
+
"line": 1151,
|
|
18260
18302
|
"character": 3
|
|
18261
18303
|
},
|
|
18262
18304
|
"signature": "(method) ScopeMain.createAspectListFromExtensionDataList(extensionDataList: ExtensionDataList): Promise<AspectList>",
|
|
@@ -18266,7 +18308,7 @@
|
|
|
18266
18308
|
"__schema": "ParameterSchema",
|
|
18267
18309
|
"location": {
|
|
18268
18310
|
"filePath": "scope.main.runtime.ts",
|
|
18269
|
-
"line":
|
|
18311
|
+
"line": 1151,
|
|
18270
18312
|
"character": 54
|
|
18271
18313
|
},
|
|
18272
18314
|
"name": "extensionDataList",
|
|
@@ -18274,7 +18316,7 @@
|
|
|
18274
18316
|
"__schema": "TypeRefSchema",
|
|
18275
18317
|
"location": {
|
|
18276
18318
|
"filePath": "scope.main.runtime.ts",
|
|
18277
|
-
"line":
|
|
18319
|
+
"line": 1151,
|
|
18278
18320
|
"character": 73
|
|
18279
18321
|
},
|
|
18280
18322
|
"name": "ExtensionDataList"
|
|
@@ -18287,7 +18329,7 @@
|
|
|
18287
18329
|
"__schema": "InferenceTypeSchema",
|
|
18288
18330
|
"location": {
|
|
18289
18331
|
"filePath": "scope.main.runtime.ts",
|
|
18290
|
-
"line":
|
|
18332
|
+
"line": 1151,
|
|
18291
18333
|
"character": 3
|
|
18292
18334
|
},
|
|
18293
18335
|
"type": "Promise<AspectList>"
|
|
@@ -18301,7 +18343,7 @@
|
|
|
18301
18343
|
"__schema": "FunctionLikeSchema",
|
|
18302
18344
|
"location": {
|
|
18303
18345
|
"filePath": "scope.main.runtime.ts",
|
|
18304
|
-
"line":
|
|
18346
|
+
"line": 1160,
|
|
18305
18347
|
"character": 3
|
|
18306
18348
|
},
|
|
18307
18349
|
"signature": "(method) ScopeMain.getLastMergedPath(): string",
|
|
@@ -18311,7 +18353,7 @@
|
|
|
18311
18353
|
"__schema": "InferenceTypeSchema",
|
|
18312
18354
|
"location": {
|
|
18313
18355
|
"filePath": "scope.main.runtime.ts",
|
|
18314
|
-
"line":
|
|
18356
|
+
"line": 1160,
|
|
18315
18357
|
"character": 3
|
|
18316
18358
|
},
|
|
18317
18359
|
"type": "string"
|
|
@@ -18322,7 +18364,7 @@
|
|
|
18322
18364
|
"__schema": "FunctionLikeSchema",
|
|
18323
18365
|
"location": {
|
|
18324
18366
|
"filePath": "scope.main.runtime.ts",
|
|
18325
|
-
"line":
|
|
18367
|
+
"line": 1164,
|
|
18326
18368
|
"character": 3
|
|
18327
18369
|
},
|
|
18328
18370
|
"signature": "(method) ScopeMain.isModified(): Promise<boolean>",
|
|
@@ -18332,7 +18374,7 @@
|
|
|
18332
18374
|
"__schema": "TypeRefSchema",
|
|
18333
18375
|
"location": {
|
|
18334
18376
|
"filePath": "scope.main.runtime.ts",
|
|
18335
|
-
"line":
|
|
18377
|
+
"line": 1164,
|
|
18336
18378
|
"character": 23
|
|
18337
18379
|
},
|
|
18338
18380
|
"name": "Promise",
|
|
@@ -18341,7 +18383,7 @@
|
|
|
18341
18383
|
"__schema": "KeywordTypeSchema",
|
|
18342
18384
|
"location": {
|
|
18343
18385
|
"filePath": "scope.main.runtime.ts",
|
|
18344
|
-
"line":
|
|
18386
|
+
"line": 1164,
|
|
18345
18387
|
"character": 31
|
|
18346
18388
|
},
|
|
18347
18389
|
"name": "boolean"
|
|
@@ -18356,7 +18398,7 @@
|
|
|
18356
18398
|
"__schema": "FunctionLikeSchema",
|
|
18357
18399
|
"location": {
|
|
18358
18400
|
"filePath": "scope.main.runtime.ts",
|
|
18359
|
-
"line":
|
|
18401
|
+
"line": 1168,
|
|
18360
18402
|
"character": 3
|
|
18361
18403
|
},
|
|
18362
18404
|
"signature": "(method) ScopeMain.write(): Promise<void>",
|
|
@@ -18366,7 +18408,7 @@
|
|
|
18366
18408
|
"__schema": "InferenceTypeSchema",
|
|
18367
18409
|
"location": {
|
|
18368
18410
|
"filePath": "scope.main.runtime.ts",
|
|
18369
|
-
"line":
|
|
18411
|
+
"line": 1168,
|
|
18370
18412
|
"character": 3
|
|
18371
18413
|
},
|
|
18372
18414
|
"type": "Promise<void>"
|
|
@@ -18379,7 +18421,7 @@
|
|
|
18379
18421
|
"__schema": "FunctionLikeSchema",
|
|
18380
18422
|
"location": {
|
|
18381
18423
|
"filePath": "scope.main.runtime.ts",
|
|
18382
|
-
"line":
|
|
18424
|
+
"line": 1172,
|
|
18383
18425
|
"character": 3
|
|
18384
18426
|
},
|
|
18385
18427
|
"signature": "(method) ScopeMain.hasObjects(hashes: string[]): Promise<string[]>",
|
|
@@ -18389,7 +18431,7 @@
|
|
|
18389
18431
|
"__schema": "ParameterSchema",
|
|
18390
18432
|
"location": {
|
|
18391
18433
|
"filePath": "scope.main.runtime.ts",
|
|
18392
|
-
"line":
|
|
18434
|
+
"line": 1172,
|
|
18393
18435
|
"character": 20
|
|
18394
18436
|
},
|
|
18395
18437
|
"name": "hashes",
|
|
@@ -18397,14 +18439,14 @@
|
|
|
18397
18439
|
"__schema": "TypeArraySchema",
|
|
18398
18440
|
"location": {
|
|
18399
18441
|
"filePath": "scope.main.runtime.ts",
|
|
18400
|
-
"line":
|
|
18442
|
+
"line": 1172,
|
|
18401
18443
|
"character": 28
|
|
18402
18444
|
},
|
|
18403
18445
|
"type": {
|
|
18404
18446
|
"__schema": "KeywordTypeSchema",
|
|
18405
18447
|
"location": {
|
|
18406
18448
|
"filePath": "scope.main.runtime.ts",
|
|
18407
|
-
"line":
|
|
18449
|
+
"line": 1172,
|
|
18408
18450
|
"character": 28
|
|
18409
18451
|
},
|
|
18410
18452
|
"name": "string"
|
|
@@ -18418,7 +18460,7 @@
|
|
|
18418
18460
|
"__schema": "TypeRefSchema",
|
|
18419
18461
|
"location": {
|
|
18420
18462
|
"filePath": "scope.main.runtime.ts",
|
|
18421
|
-
"line":
|
|
18463
|
+
"line": 1172,
|
|
18422
18464
|
"character": 39
|
|
18423
18465
|
},
|
|
18424
18466
|
"name": "Promise",
|
|
@@ -18427,14 +18469,14 @@
|
|
|
18427
18469
|
"__schema": "TypeArraySchema",
|
|
18428
18470
|
"location": {
|
|
18429
18471
|
"filePath": "scope.main.runtime.ts",
|
|
18430
|
-
"line":
|
|
18472
|
+
"line": 1172,
|
|
18431
18473
|
"character": 47
|
|
18432
18474
|
},
|
|
18433
18475
|
"type": {
|
|
18434
18476
|
"__schema": "KeywordTypeSchema",
|
|
18435
18477
|
"location": {
|
|
18436
18478
|
"filePath": "scope.main.runtime.ts",
|
|
18437
|
-
"line":
|
|
18479
|
+
"line": 1172,
|
|
18438
18480
|
"character": 47
|
|
18439
18481
|
},
|
|
18440
18482
|
"name": "string"
|
|
@@ -18450,14 +18492,14 @@
|
|
|
18450
18492
|
"__schema": "VariableLikeSchema",
|
|
18451
18493
|
"location": {
|
|
18452
18494
|
"filePath": "scope.main.runtime.ts",
|
|
18453
|
-
"line":
|
|
18495
|
+
"line": 1181,
|
|
18454
18496
|
"character": 3
|
|
18455
18497
|
},
|
|
18456
18498
|
"doc": {
|
|
18457
18499
|
"__schema": "DocSchema",
|
|
18458
18500
|
"location": {
|
|
18459
18501
|
"filePath": "scope.main.runtime.ts",
|
|
18460
|
-
"line":
|
|
18502
|
+
"line": 1178,
|
|
18461
18503
|
"character": 3
|
|
18462
18504
|
},
|
|
18463
18505
|
"raw": "/**\n * declare the slots of scope extension.\n */",
|
|
@@ -18470,7 +18512,7 @@
|
|
|
18470
18512
|
"__schema": "InferenceTypeSchema",
|
|
18471
18513
|
"location": {
|
|
18472
18514
|
"filePath": "scope.main.runtime.ts",
|
|
18473
|
-
"line":
|
|
18515
|
+
"line": 1181,
|
|
18474
18516
|
"character": 3
|
|
18475
18517
|
},
|
|
18476
18518
|
"type": "(((registerFn: () => string) => SlotRegistry<OnPostPut>) | ((registerFn: () => string) => SlotRegistry<OnPostObjectsPersist>) | ((registerFn: () => string) => SlotRegistry<...>) | ((registerFn: () => string) => SlotRegistry<...>))[]"
|
|
@@ -18482,7 +18524,7 @@
|
|
|
18482
18524
|
"__schema": "VariableLikeSchema",
|
|
18483
18525
|
"location": {
|
|
18484
18526
|
"filePath": "scope.main.runtime.ts",
|
|
18485
|
-
"line":
|
|
18527
|
+
"line": 1189,
|
|
18486
18528
|
"character": 3
|
|
18487
18529
|
},
|
|
18488
18530
|
"signature": "(property) ScopeMain.runtime: RuntimeDefinition",
|
|
@@ -18491,7 +18533,7 @@
|
|
|
18491
18533
|
"__schema": "InferenceTypeSchema",
|
|
18492
18534
|
"location": {
|
|
18493
18535
|
"filePath": "scope.main.runtime.ts",
|
|
18494
|
-
"line":
|
|
18536
|
+
"line": 1189,
|
|
18495
18537
|
"character": 3
|
|
18496
18538
|
},
|
|
18497
18539
|
"type": "RuntimeDefinition"
|
|
@@ -18503,7 +18545,7 @@
|
|
|
18503
18545
|
"__schema": "VariableLikeSchema",
|
|
18504
18546
|
"location": {
|
|
18505
18547
|
"filePath": "scope.main.runtime.ts",
|
|
18506
|
-
"line":
|
|
18548
|
+
"line": 1191,
|
|
18507
18549
|
"character": 3
|
|
18508
18550
|
},
|
|
18509
18551
|
"signature": "(property) ScopeMain.dependencies: Aspect[]",
|
|
@@ -18512,7 +18554,7 @@
|
|
|
18512
18554
|
"__schema": "InferenceTypeSchema",
|
|
18513
18555
|
"location": {
|
|
18514
18556
|
"filePath": "scope.main.runtime.ts",
|
|
18515
|
-
"line":
|
|
18557
|
+
"line": 1191,
|
|
18516
18558
|
"character": 3
|
|
18517
18559
|
},
|
|
18518
18560
|
"type": "Aspect[]"
|
|
@@ -18524,7 +18566,7 @@
|
|
|
18524
18566
|
"__schema": "VariableLikeSchema",
|
|
18525
18567
|
"location": {
|
|
18526
18568
|
"filePath": "scope.main.runtime.ts",
|
|
18527
|
-
"line":
|
|
18569
|
+
"line": 1205,
|
|
18528
18570
|
"character": 3
|
|
18529
18571
|
},
|
|
18530
18572
|
"signature": "(property) ScopeMain.defaultConfig: ScopeConfig",
|
|
@@ -18533,7 +18575,7 @@
|
|
|
18533
18575
|
"__schema": "TypeRefSchema",
|
|
18534
18576
|
"location": {
|
|
18535
18577
|
"filePath": "scope.main.runtime.ts",
|
|
18536
|
-
"line":
|
|
18578
|
+
"line": 1205,
|
|
18537
18579
|
"character": 3
|
|
18538
18580
|
},
|
|
18539
18581
|
"name": "ScopeConfig",
|
|
@@ -18546,7 +18588,7 @@
|
|
|
18546
18588
|
"__schema": "FunctionLikeSchema",
|
|
18547
18589
|
"location": {
|
|
18548
18590
|
"filePath": "scope.main.runtime.ts",
|
|
18549
|
-
"line":
|
|
18591
|
+
"line": 1209,
|
|
18550
18592
|
"character": 3
|
|
18551
18593
|
},
|
|
18552
18594
|
"signature": "(method) ScopeMain.provider([componentExt, ui, graphql, cli, isolator, aspectLoader, express, loggerMain, envs, depsResolver, globalConfig]: [\n ComponentMain,\n UiMain,\n GraphqlMain,\n CLIMain,\n IsolatorMain,\n AspectLoaderMain,\n ExpressMain,\n LoggerMain,\n EnvsMain,\n DependencyResolverMain,\n GlobalConfigMain\n], config: ScopeConfig, [postPutSlot, postDeleteSlot, postExportSlot, postObjectsPersistSlot, preFetchObjectsSlot, OnCompAspectReCalcSlot,]: [\n OnPostPutSlot,\n OnPostDeleteSlot,\n OnPostExportSlot,\n OnPostObjectsPersistSlot,\n OnPreFetchObjectsSlot,\n OnCompAspectReCalcSlot\n], harmony: Harmony): Promise<ScopeMain | undefined>",
|
|
@@ -18556,7 +18598,7 @@
|
|
|
18556
18598
|
"__schema": "ParameterSchema",
|
|
18557
18599
|
"location": {
|
|
18558
18600
|
"filePath": "scope.main.runtime.ts",
|
|
18559
|
-
"line":
|
|
18601
|
+
"line": 1210,
|
|
18560
18602
|
"character": 5
|
|
18561
18603
|
},
|
|
18562
18604
|
"name": "[ componentExt, ui, graphql, cli, isolator, aspectLoader, express, loggerMain, envs, depsResolver, globalConfig ]",
|
|
@@ -18564,7 +18606,7 @@
|
|
|
18564
18606
|
"__schema": "TupleTypeSchema",
|
|
18565
18607
|
"location": {
|
|
18566
18608
|
"filePath": "scope.main.runtime.ts",
|
|
18567
|
-
"line":
|
|
18609
|
+
"line": 1210,
|
|
18568
18610
|
"character": 118
|
|
18569
18611
|
},
|
|
18570
18612
|
"elements": [
|
|
@@ -18572,7 +18614,7 @@
|
|
|
18572
18614
|
"__schema": "TypeRefSchema",
|
|
18573
18615
|
"location": {
|
|
18574
18616
|
"filePath": "scope.main.runtime.ts",
|
|
18575
|
-
"line":
|
|
18617
|
+
"line": 1211,
|
|
18576
18618
|
"character": 7
|
|
18577
18619
|
},
|
|
18578
18620
|
"name": "ComponentMain"
|
|
@@ -18581,7 +18623,7 @@
|
|
|
18581
18623
|
"__schema": "TypeRefSchema",
|
|
18582
18624
|
"location": {
|
|
18583
18625
|
"filePath": "scope.main.runtime.ts",
|
|
18584
|
-
"line":
|
|
18626
|
+
"line": 1212,
|
|
18585
18627
|
"character": 7
|
|
18586
18628
|
},
|
|
18587
18629
|
"name": "UiMain"
|
|
@@ -18590,7 +18632,7 @@
|
|
|
18590
18632
|
"__schema": "TypeRefSchema",
|
|
18591
18633
|
"location": {
|
|
18592
18634
|
"filePath": "scope.main.runtime.ts",
|
|
18593
|
-
"line":
|
|
18635
|
+
"line": 1213,
|
|
18594
18636
|
"character": 7
|
|
18595
18637
|
},
|
|
18596
18638
|
"name": "GraphqlMain"
|
|
@@ -18599,7 +18641,7 @@
|
|
|
18599
18641
|
"__schema": "TypeRefSchema",
|
|
18600
18642
|
"location": {
|
|
18601
18643
|
"filePath": "scope.main.runtime.ts",
|
|
18602
|
-
"line":
|
|
18644
|
+
"line": 1214,
|
|
18603
18645
|
"character": 7
|
|
18604
18646
|
},
|
|
18605
18647
|
"name": "CLIMain"
|
|
@@ -18608,7 +18650,7 @@
|
|
|
18608
18650
|
"__schema": "TypeRefSchema",
|
|
18609
18651
|
"location": {
|
|
18610
18652
|
"filePath": "scope.main.runtime.ts",
|
|
18611
|
-
"line":
|
|
18653
|
+
"line": 1215,
|
|
18612
18654
|
"character": 7
|
|
18613
18655
|
},
|
|
18614
18656
|
"name": "IsolatorMain"
|
|
@@ -18617,7 +18659,7 @@
|
|
|
18617
18659
|
"__schema": "TypeRefSchema",
|
|
18618
18660
|
"location": {
|
|
18619
18661
|
"filePath": "scope.main.runtime.ts",
|
|
18620
|
-
"line":
|
|
18662
|
+
"line": 1216,
|
|
18621
18663
|
"character": 7
|
|
18622
18664
|
},
|
|
18623
18665
|
"name": "AspectLoaderMain"
|
|
@@ -18626,7 +18668,7 @@
|
|
|
18626
18668
|
"__schema": "TypeRefSchema",
|
|
18627
18669
|
"location": {
|
|
18628
18670
|
"filePath": "scope.main.runtime.ts",
|
|
18629
|
-
"line":
|
|
18671
|
+
"line": 1217,
|
|
18630
18672
|
"character": 7
|
|
18631
18673
|
},
|
|
18632
18674
|
"name": "ExpressMain"
|
|
@@ -18635,7 +18677,7 @@
|
|
|
18635
18677
|
"__schema": "TypeRefSchema",
|
|
18636
18678
|
"location": {
|
|
18637
18679
|
"filePath": "scope.main.runtime.ts",
|
|
18638
|
-
"line":
|
|
18680
|
+
"line": 1218,
|
|
18639
18681
|
"character": 7
|
|
18640
18682
|
},
|
|
18641
18683
|
"name": "LoggerMain"
|
|
@@ -18644,7 +18686,7 @@
|
|
|
18644
18686
|
"__schema": "TypeRefSchema",
|
|
18645
18687
|
"location": {
|
|
18646
18688
|
"filePath": "scope.main.runtime.ts",
|
|
18647
|
-
"line":
|
|
18689
|
+
"line": 1219,
|
|
18648
18690
|
"character": 7
|
|
18649
18691
|
},
|
|
18650
18692
|
"name": "EnvsMain"
|
|
@@ -18653,7 +18695,7 @@
|
|
|
18653
18695
|
"__schema": "TypeRefSchema",
|
|
18654
18696
|
"location": {
|
|
18655
18697
|
"filePath": "scope.main.runtime.ts",
|
|
18656
|
-
"line":
|
|
18698
|
+
"line": 1220,
|
|
18657
18699
|
"character": 7
|
|
18658
18700
|
},
|
|
18659
18701
|
"name": "DependencyResolverMain"
|
|
@@ -18662,7 +18704,7 @@
|
|
|
18662
18704
|
"__schema": "TypeRefSchema",
|
|
18663
18705
|
"location": {
|
|
18664
18706
|
"filePath": "scope.main.runtime.ts",
|
|
18665
|
-
"line":
|
|
18707
|
+
"line": 1221,
|
|
18666
18708
|
"character": 7
|
|
18667
18709
|
},
|
|
18668
18710
|
"name": "GlobalConfigMain"
|
|
@@ -18676,7 +18718,7 @@
|
|
|
18676
18718
|
"__schema": "ParameterSchema",
|
|
18677
18719
|
"location": {
|
|
18678
18720
|
"filePath": "scope.main.runtime.ts",
|
|
18679
|
-
"line":
|
|
18721
|
+
"line": 1223,
|
|
18680
18722
|
"character": 5
|
|
18681
18723
|
},
|
|
18682
18724
|
"name": "config",
|
|
@@ -18684,7 +18726,7 @@
|
|
|
18684
18726
|
"__schema": "TypeRefSchema",
|
|
18685
18727
|
"location": {
|
|
18686
18728
|
"filePath": "scope.main.runtime.ts",
|
|
18687
|
-
"line":
|
|
18729
|
+
"line": 1223,
|
|
18688
18730
|
"character": 13
|
|
18689
18731
|
},
|
|
18690
18732
|
"name": "ScopeConfig"
|
|
@@ -18696,7 +18738,7 @@
|
|
|
18696
18738
|
"__schema": "ParameterSchema",
|
|
18697
18739
|
"location": {
|
|
18698
18740
|
"filePath": "scope.main.runtime.ts",
|
|
18699
|
-
"line":
|
|
18741
|
+
"line": 1224,
|
|
18700
18742
|
"character": 5
|
|
18701
18743
|
},
|
|
18702
18744
|
"name": "[ postPutSlot, postDeleteSlot, postExportSlot, postObjectsPersistSlot, preFetchObjectsSlot, OnCompAspectReCalcSlot ]",
|
|
@@ -18704,7 +18746,7 @@
|
|
|
18704
18746
|
"__schema": "TupleTypeSchema",
|
|
18705
18747
|
"location": {
|
|
18706
18748
|
"filePath": "scope.main.runtime.ts",
|
|
18707
|
-
"line":
|
|
18749
|
+
"line": 1231,
|
|
18708
18750
|
"character": 8
|
|
18709
18751
|
},
|
|
18710
18752
|
"elements": [
|
|
@@ -18712,7 +18754,7 @@
|
|
|
18712
18754
|
"__schema": "TypeRefSchema",
|
|
18713
18755
|
"location": {
|
|
18714
18756
|
"filePath": "scope.main.runtime.ts",
|
|
18715
|
-
"line":
|
|
18757
|
+
"line": 1232,
|
|
18716
18758
|
"character": 7
|
|
18717
18759
|
},
|
|
18718
18760
|
"name": "OnPostPutSlot"
|
|
@@ -18721,7 +18763,7 @@
|
|
|
18721
18763
|
"__schema": "TypeRefSchema",
|
|
18722
18764
|
"location": {
|
|
18723
18765
|
"filePath": "scope.main.runtime.ts",
|
|
18724
|
-
"line":
|
|
18766
|
+
"line": 1233,
|
|
18725
18767
|
"character": 7
|
|
18726
18768
|
},
|
|
18727
18769
|
"name": "OnPostDeleteSlot"
|
|
@@ -18730,7 +18772,7 @@
|
|
|
18730
18772
|
"__schema": "TypeRefSchema",
|
|
18731
18773
|
"location": {
|
|
18732
18774
|
"filePath": "scope.main.runtime.ts",
|
|
18733
|
-
"line":
|
|
18775
|
+
"line": 1234,
|
|
18734
18776
|
"character": 7
|
|
18735
18777
|
},
|
|
18736
18778
|
"name": "OnPostExportSlot"
|
|
@@ -18739,7 +18781,7 @@
|
|
|
18739
18781
|
"__schema": "TypeRefSchema",
|
|
18740
18782
|
"location": {
|
|
18741
18783
|
"filePath": "scope.main.runtime.ts",
|
|
18742
|
-
"line":
|
|
18784
|
+
"line": 1235,
|
|
18743
18785
|
"character": 7
|
|
18744
18786
|
},
|
|
18745
18787
|
"name": "OnPostObjectsPersistSlot"
|
|
@@ -18748,7 +18790,7 @@
|
|
|
18748
18790
|
"__schema": "TypeRefSchema",
|
|
18749
18791
|
"location": {
|
|
18750
18792
|
"filePath": "scope.main.runtime.ts",
|
|
18751
|
-
"line":
|
|
18793
|
+
"line": 1236,
|
|
18752
18794
|
"character": 7
|
|
18753
18795
|
},
|
|
18754
18796
|
"name": "OnPreFetchObjectsSlot"
|
|
@@ -18757,7 +18799,7 @@
|
|
|
18757
18799
|
"__schema": "TypeRefSchema",
|
|
18758
18800
|
"location": {
|
|
18759
18801
|
"filePath": "scope.main.runtime.ts",
|
|
18760
|
-
"line":
|
|
18802
|
+
"line": 1237,
|
|
18761
18803
|
"character": 7
|
|
18762
18804
|
},
|
|
18763
18805
|
"name": "OnCompAspectReCalcSlot"
|
|
@@ -18771,7 +18813,7 @@
|
|
|
18771
18813
|
"__schema": "ParameterSchema",
|
|
18772
18814
|
"location": {
|
|
18773
18815
|
"filePath": "scope.main.runtime.ts",
|
|
18774
|
-
"line":
|
|
18816
|
+
"line": 1239,
|
|
18775
18817
|
"character": 5
|
|
18776
18818
|
},
|
|
18777
18819
|
"name": "harmony",
|
|
@@ -18779,7 +18821,7 @@
|
|
|
18779
18821
|
"__schema": "TypeRefSchema",
|
|
18780
18822
|
"location": {
|
|
18781
18823
|
"filePath": "scope.main.runtime.ts",
|
|
18782
|
-
"line":
|
|
18824
|
+
"line": 1239,
|
|
18783
18825
|
"character": 14
|
|
18784
18826
|
},
|
|
18785
18827
|
"name": "Harmony"
|
|
@@ -18792,7 +18834,7 @@
|
|
|
18792
18834
|
"__schema": "InferenceTypeSchema",
|
|
18793
18835
|
"location": {
|
|
18794
18836
|
"filePath": "scope.main.runtime.ts",
|
|
18795
|
-
"line":
|
|
18837
|
+
"line": 1209,
|
|
18796
18838
|
"character": 3
|
|
18797
18839
|
},
|
|
18798
18840
|
"type": "Promise<ScopeMain | undefined>"
|
|
@@ -18826,7 +18868,7 @@
|
|
|
18826
18868
|
"_legacy": {
|
|
18827
18869
|
"scope": "teambit.scope",
|
|
18828
18870
|
"name": "scope",
|
|
18829
|
-
"version": "1.0.
|
|
18871
|
+
"version": "1.0.374"
|
|
18830
18872
|
},
|
|
18831
18873
|
"_scope": "teambit.scope"
|
|
18832
18874
|
}
|
|
@@ -19218,7 +19260,7 @@
|
|
|
19218
19260
|
"componentId": {
|
|
19219
19261
|
"scope": "teambit.legacy",
|
|
19220
19262
|
"name": "scope-api",
|
|
19221
|
-
"version": "0.0.
|
|
19263
|
+
"version": "0.0.22"
|
|
19222
19264
|
}
|
|
19223
19265
|
},
|
|
19224
19266
|
"isOptional": false
|
|
@@ -19462,7 +19504,7 @@
|
|
|
19462
19504
|
"__schema": "UnImplementedSchema",
|
|
19463
19505
|
"location": {
|
|
19464
19506
|
"filePath": "scope.main.runtime.ts",
|
|
19465
|
-
"line":
|
|
19507
|
+
"line": 1333,
|
|
19466
19508
|
"character": 1
|
|
19467
19509
|
},
|
|
19468
19510
|
"name": "ScopeAspect.addRuntime(ScopeMain);",
|
|
@@ -22558,7 +22600,7 @@
|
|
|
22558
22600
|
"componentId": {
|
|
22559
22601
|
"scope": "teambit.scope",
|
|
22560
22602
|
"name": "scope",
|
|
22561
|
-
"version": "1.0.
|
|
22603
|
+
"version": "1.0.374"
|
|
22562
22604
|
},
|
|
22563
22605
|
"taggedModuleExports": []
|
|
22564
22606
|
}
|