pareto 0.76.25 → 0.76.26
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/dist/generated/implementation/schemas/module/serializer.js +25 -4
- package/dist/generated/implementation/schemas/schema/serializer.js +904 -36
- package/dist/generated/implementation/schemas/unmarshall_errors/serializer.js +137 -6
- package/dist/generated/interface/schemas/module/serializer.d.ts +7 -11
- package/dist/generated/interface/schemas/schema/serializer.d.ts +103 -171
- package/dist/transformations/schema/exupery_implementation/main.js +2 -2
- package/dist/transformations/schema/exupery_implementation/serializer.d.ts +1 -1
- package/dist/transformations/schema/exupery_implementation/serializer.js +8 -6
- package/dist/transformations/schema/exupery_interface/main.js +4 -3
- package/dist/transformations/schema/exupery_interface/migration_boilerplate.js +8 -16
- package/dist/transformations/schema/exupery_interface/serializer.d.ts +1 -1
- package/dist/transformations/schema/exupery_interface/serializer.js +29 -18
- package/dist/transformations/schema/exupery_interface/types.js +38 -45
- package/package.json +2 -2
|
@@ -1,39 +1,39 @@
|
|
|
1
1
|
import * as _i_in from "./resolved";
|
|
2
|
-
import * as _i_out from "
|
|
3
|
-
export type _T_Benchmark = ($$_: _i_in._T_Benchmark, $$_p: null) => _i_out.
|
|
4
|
-
export type _T_Constraint = ($$_: _i_in._T_Constraint, $$_p: null) => _i_out.
|
|
5
|
-
export type _T_Dictionary = ($$_: _i_in._T_Dictionary, $$_p: null) => _i_out.
|
|
6
|
-
export type _T_Globals = ($$_: _i_in._T_Globals, $$_p: null) => _i_out.
|
|
7
|
-
export type _T_Group = ($$_: _i_in._T_Group, $$_p: null) => _i_out.
|
|
8
|
-
export type _T_Guaranteed_Value_Selection = ($$_: _i_in._T_Guaranteed_Value_Selection, $$_p: null) => _i_out.
|
|
9
|
-
export type _T_Imports = ($$_: _i_in._T_Imports, $$_p: null) => _i_out.
|
|
10
|
-
export type _T_Lookup_Selection = ($$_: _i_in._T_Lookup_Selection, $$_p: null) => _i_out.
|
|
11
|
-
export type _T_Node_Resolver = ($$_: _i_in._T_Node_Resolver, $$_p: null) => _i_out.
|
|
12
|
-
export type _T_Node_Resolver_Group = ($$_: _i_in._T_Node_Resolver_Group, $$_p: null) => _i_out.
|
|
13
|
-
export type _T_Node_Resolver_List_Result = ($$_: _i_in._T_Node_Resolver_List_Result, $$_p: null) => _i_out.
|
|
14
|
-
export type _T_Number_Type = ($$_: _i_in._T_Number_Type, $$_p: null) => _i_out.
|
|
15
|
-
export type _T_Option_Constraints = ($$_: _i_in._T_Option_Constraints, $$_p: null) => _i_out.
|
|
16
|
-
export type _T_Optional_Value_Initialization = ($$_: _i_in._T_Optional_Value_Initialization, $$_p: null) => _i_out.
|
|
17
|
-
export type _T_Possible_Value_Selection = ($$_: _i_in._T_Possible_Value_Selection, $$_p: null) => _i_out.
|
|
18
|
-
export type _T_Presence = ($$_: _i_in._T_Presence, $$_p: null) => _i_out.
|
|
19
|
-
export type _T_Property_Constraint = ($$_: _i_in._T_Property_Constraint, $$_p: null) => _i_out.
|
|
20
|
-
export type _T_Property_Constraints = ($$_: _i_in._T_Property_Constraints, $$_p: null) => _i_out.
|
|
21
|
-
export type _T_Reference_To_Property_Constraint = ($$_: _i_in._T_Reference_To_Property_Constraint, $$_p: null) => _i_out.
|
|
22
|
-
export type _T_Relative_Value_Selection = ($$_: _i_in._T_Relative_Value_Selection, $$_p: null) => _i_out.
|
|
23
|
-
export type _T_Resolve_Logic = ($$_: _i_in._T_Resolve_Logic, $$_p: null) => _i_out.
|
|
24
|
-
export type _T_Resolvers = ($$_: _i_in._T_Resolvers, $$_p: null) => _i_out.
|
|
25
|
-
export type _T_Schema = ($$_: _i_in._T_Schema, $$_p: null) => _i_out.
|
|
26
|
-
export type _T_Schemas = ($$_: _i_in._T_Schemas, $$_p: null) => _i_out.
|
|
27
|
-
export type _T_Signature = ($$_: _i_in._T_Signature, $$_p: null) => _i_out.
|
|
28
|
-
export type _T_Signature_Parameters = ($$_: _i_in._T_Signature_Parameters, $$_p: null) => _i_out.
|
|
29
|
-
export type _T_Signatures = ($$_: _i_in._T_Signatures, $$_p: null) => _i_out.
|
|
30
|
-
export type _T_Text_Type = ($$_: _i_in._T_Text_Type, $$_p: null) => _i_out.
|
|
31
|
-
export type _T_Type = ($$_: _i_in._T_Type, $$_p: null) => _i_out.
|
|
32
|
-
export type _T_Type_Node = ($$_: _i_in._T_Type_Node, $$_p: null) => _i_out.
|
|
33
|
-
export type _T_Type_Node_Reference = ($$_: _i_in._T_Type_Node_Reference, $$_p: null) => _i_out.
|
|
34
|
-
export type _T_Type_Parameters = ($$_: _i_in._T_Type_Parameters, $$_p: null) => _i_out.
|
|
35
|
-
export type _T_Type_Reference = ($$_: _i_in._T_Type_Reference, $$_p: null) => _i_out.
|
|
36
|
-
export type _T_Types = ($$_: _i_in._T_Types, $$_p: null) => _i_out.
|
|
2
|
+
import * as _i_out from "../../core/astn_target";
|
|
3
|
+
export type _T_Benchmark = ($$_: _i_in._T_Benchmark, $$_p: null) => _i_out._T_Value;
|
|
4
|
+
export type _T_Constraint = ($$_: _i_in._T_Constraint, $$_p: null) => _i_out._T_Value;
|
|
5
|
+
export type _T_Dictionary = ($$_: _i_in._T_Dictionary, $$_p: null) => _i_out._T_Value;
|
|
6
|
+
export type _T_Globals = ($$_: _i_in._T_Globals, $$_p: null) => _i_out._T_Value;
|
|
7
|
+
export type _T_Group = ($$_: _i_in._T_Group, $$_p: null) => _i_out._T_Value;
|
|
8
|
+
export type _T_Guaranteed_Value_Selection = ($$_: _i_in._T_Guaranteed_Value_Selection, $$_p: null) => _i_out._T_Value;
|
|
9
|
+
export type _T_Imports = ($$_: _i_in._T_Imports, $$_p: null) => _i_out._T_Value;
|
|
10
|
+
export type _T_Lookup_Selection = ($$_: _i_in._T_Lookup_Selection, $$_p: null) => _i_out._T_Value;
|
|
11
|
+
export type _T_Node_Resolver = ($$_: _i_in._T_Node_Resolver, $$_p: null) => _i_out._T_Value;
|
|
12
|
+
export type _T_Node_Resolver_Group = ($$_: _i_in._T_Node_Resolver_Group, $$_p: null) => _i_out._T_Value;
|
|
13
|
+
export type _T_Node_Resolver_List_Result = ($$_: _i_in._T_Node_Resolver_List_Result, $$_p: null) => _i_out._T_Value;
|
|
14
|
+
export type _T_Number_Type = ($$_: _i_in._T_Number_Type, $$_p: null) => _i_out._T_Value;
|
|
15
|
+
export type _T_Option_Constraints = ($$_: _i_in._T_Option_Constraints, $$_p: null) => _i_out._T_Value;
|
|
16
|
+
export type _T_Optional_Value_Initialization = ($$_: _i_in._T_Optional_Value_Initialization, $$_p: null) => _i_out._T_Value;
|
|
17
|
+
export type _T_Possible_Value_Selection = ($$_: _i_in._T_Possible_Value_Selection, $$_p: null) => _i_out._T_Value;
|
|
18
|
+
export type _T_Presence = ($$_: _i_in._T_Presence, $$_p: null) => _i_out._T_Value;
|
|
19
|
+
export type _T_Property_Constraint = ($$_: _i_in._T_Property_Constraint, $$_p: null) => _i_out._T_Value;
|
|
20
|
+
export type _T_Property_Constraints = ($$_: _i_in._T_Property_Constraints, $$_p: null) => _i_out._T_Value;
|
|
21
|
+
export type _T_Reference_To_Property_Constraint = ($$_: _i_in._T_Reference_To_Property_Constraint, $$_p: null) => _i_out._T_Value;
|
|
22
|
+
export type _T_Relative_Value_Selection = ($$_: _i_in._T_Relative_Value_Selection, $$_p: null) => _i_out._T_Value;
|
|
23
|
+
export type _T_Resolve_Logic = ($$_: _i_in._T_Resolve_Logic, $$_p: null) => _i_out._T_Value;
|
|
24
|
+
export type _T_Resolvers = ($$_: _i_in._T_Resolvers, $$_p: null) => _i_out._T_Value;
|
|
25
|
+
export type _T_Schema = ($$_: _i_in._T_Schema, $$_p: null) => _i_out._T_Value;
|
|
26
|
+
export type _T_Schemas = ($$_: _i_in._T_Schemas, $$_p: null) => _i_out._T_Value;
|
|
27
|
+
export type _T_Signature = ($$_: _i_in._T_Signature, $$_p: null) => _i_out._T_Value;
|
|
28
|
+
export type _T_Signature_Parameters = ($$_: _i_in._T_Signature_Parameters, $$_p: null) => _i_out._T_Value;
|
|
29
|
+
export type _T_Signatures = ($$_: _i_in._T_Signatures, $$_p: null) => _i_out._T_Value;
|
|
30
|
+
export type _T_Text_Type = ($$_: _i_in._T_Text_Type, $$_p: null) => _i_out._T_Value;
|
|
31
|
+
export type _T_Type = ($$_: _i_in._T_Type, $$_p: null) => _i_out._T_Value;
|
|
32
|
+
export type _T_Type_Node = ($$_: _i_in._T_Type_Node, $$_p: null) => _i_out._T_Value;
|
|
33
|
+
export type _T_Type_Node_Reference = ($$_: _i_in._T_Type_Node_Reference, $$_p: null) => _i_out._T_Value;
|
|
34
|
+
export type _T_Type_Parameters = ($$_: _i_in._T_Type_Parameters, $$_p: null) => _i_out._T_Value;
|
|
35
|
+
export type _T_Type_Reference = ($$_: _i_in._T_Type_Reference, $$_p: null) => _i_out._T_Value;
|
|
36
|
+
export type _T_Types = ($$_: _i_in._T_Types, $$_p: null) => _i_out._T_Value;
|
|
37
37
|
export type Benchmark = _T_Benchmark;
|
|
38
38
|
export type Constraint = _T_Constraint;
|
|
39
39
|
export type Dictionary = _T_Dictionary;
|
|
@@ -75,9 +75,8 @@ export declare namespace _T_Benchmark {
|
|
|
75
75
|
namespace PARAMS {
|
|
76
76
|
}
|
|
77
77
|
namespace RESULT {
|
|
78
|
-
type annotation = null;
|
|
79
78
|
}
|
|
80
|
-
type RESULT = _i_out.
|
|
79
|
+
type RESULT = _i_out._T_Value;
|
|
81
80
|
}
|
|
82
81
|
export declare namespace _T_Constraint {
|
|
83
82
|
namespace CONTEXT {
|
|
@@ -86,9 +85,8 @@ export declare namespace _T_Constraint {
|
|
|
86
85
|
namespace PARAMS {
|
|
87
86
|
}
|
|
88
87
|
namespace RESULT {
|
|
89
|
-
type annotation = null;
|
|
90
88
|
}
|
|
91
|
-
type RESULT = _i_out.
|
|
89
|
+
type RESULT = _i_out._T_Value;
|
|
92
90
|
}
|
|
93
91
|
export declare namespace _T_Dictionary {
|
|
94
92
|
namespace CONTEXT {
|
|
@@ -97,9 +95,8 @@ export declare namespace _T_Dictionary {
|
|
|
97
95
|
namespace PARAMS {
|
|
98
96
|
}
|
|
99
97
|
namespace RESULT {
|
|
100
|
-
type annotation = null;
|
|
101
98
|
}
|
|
102
|
-
type RESULT = _i_out.
|
|
99
|
+
type RESULT = _i_out._T_Value;
|
|
103
100
|
}
|
|
104
101
|
export declare namespace _T_Globals {
|
|
105
102
|
namespace CONTEXT {
|
|
@@ -108,9 +105,8 @@ export declare namespace _T_Globals {
|
|
|
108
105
|
namespace PARAMS {
|
|
109
106
|
}
|
|
110
107
|
namespace RESULT {
|
|
111
|
-
type annotation = null;
|
|
112
108
|
}
|
|
113
|
-
type RESULT = _i_out.
|
|
109
|
+
type RESULT = _i_out._T_Value;
|
|
114
110
|
}
|
|
115
111
|
export declare namespace _T_Group {
|
|
116
112
|
namespace CONTEXT {
|
|
@@ -119,9 +115,8 @@ export declare namespace _T_Group {
|
|
|
119
115
|
namespace PARAMS {
|
|
120
116
|
}
|
|
121
117
|
namespace RESULT {
|
|
122
|
-
type annotation = null;
|
|
123
118
|
}
|
|
124
|
-
type RESULT = _i_out.
|
|
119
|
+
type RESULT = _i_out._T_Value;
|
|
125
120
|
}
|
|
126
121
|
export declare namespace _T_Guaranteed_Value_Selection {
|
|
127
122
|
namespace CONTEXT {
|
|
@@ -130,9 +125,8 @@ export declare namespace _T_Guaranteed_Value_Selection {
|
|
|
130
125
|
namespace PARAMS {
|
|
131
126
|
}
|
|
132
127
|
namespace RESULT {
|
|
133
|
-
type annotation = null;
|
|
134
128
|
}
|
|
135
|
-
type RESULT = _i_out.
|
|
129
|
+
type RESULT = _i_out._T_Value;
|
|
136
130
|
}
|
|
137
131
|
export declare namespace _T_Imports {
|
|
138
132
|
namespace CONTEXT {
|
|
@@ -141,9 +135,8 @@ export declare namespace _T_Imports {
|
|
|
141
135
|
namespace PARAMS {
|
|
142
136
|
}
|
|
143
137
|
namespace RESULT {
|
|
144
|
-
type annotation = null;
|
|
145
138
|
}
|
|
146
|
-
type RESULT = _i_out.
|
|
139
|
+
type RESULT = _i_out._T_Value;
|
|
147
140
|
}
|
|
148
141
|
export declare namespace _T_Lookup_Selection {
|
|
149
142
|
namespace CONTEXT {
|
|
@@ -152,9 +145,8 @@ export declare namespace _T_Lookup_Selection {
|
|
|
152
145
|
namespace PARAMS {
|
|
153
146
|
}
|
|
154
147
|
namespace RESULT {
|
|
155
|
-
type annotation = null;
|
|
156
148
|
}
|
|
157
|
-
type RESULT = _i_out.
|
|
149
|
+
type RESULT = _i_out._T_Value;
|
|
158
150
|
}
|
|
159
151
|
export declare namespace _T_Node_Resolver {
|
|
160
152
|
namespace CONTEXT {
|
|
@@ -163,9 +155,8 @@ export declare namespace _T_Node_Resolver {
|
|
|
163
155
|
namespace PARAMS {
|
|
164
156
|
}
|
|
165
157
|
namespace RESULT {
|
|
166
|
-
type annotation = null;
|
|
167
158
|
}
|
|
168
|
-
type RESULT = _i_out.
|
|
159
|
+
type RESULT = _i_out._T_Value;
|
|
169
160
|
}
|
|
170
161
|
export declare namespace _T_Node_Resolver_Group {
|
|
171
162
|
namespace CONTEXT {
|
|
@@ -174,9 +165,8 @@ export declare namespace _T_Node_Resolver_Group {
|
|
|
174
165
|
namespace PARAMS {
|
|
175
166
|
}
|
|
176
167
|
namespace RESULT {
|
|
177
|
-
type annotation = null;
|
|
178
168
|
}
|
|
179
|
-
type RESULT = _i_out.
|
|
169
|
+
type RESULT = _i_out._T_Value;
|
|
180
170
|
}
|
|
181
171
|
export declare namespace _T_Node_Resolver_List_Result {
|
|
182
172
|
namespace CONTEXT {
|
|
@@ -185,9 +175,8 @@ export declare namespace _T_Node_Resolver_List_Result {
|
|
|
185
175
|
namespace PARAMS {
|
|
186
176
|
}
|
|
187
177
|
namespace RESULT {
|
|
188
|
-
type annotation = null;
|
|
189
178
|
}
|
|
190
|
-
type RESULT = _i_out.
|
|
179
|
+
type RESULT = _i_out._T_Value;
|
|
191
180
|
}
|
|
192
181
|
export declare namespace _T_Number_Type {
|
|
193
182
|
namespace CONTEXT {
|
|
@@ -196,9 +185,8 @@ export declare namespace _T_Number_Type {
|
|
|
196
185
|
namespace PARAMS {
|
|
197
186
|
}
|
|
198
187
|
namespace RESULT {
|
|
199
|
-
type annotation = null;
|
|
200
188
|
}
|
|
201
|
-
type RESULT = _i_out.
|
|
189
|
+
type RESULT = _i_out._T_Value;
|
|
202
190
|
}
|
|
203
191
|
export declare namespace _T_Option_Constraints {
|
|
204
192
|
namespace CONTEXT {
|
|
@@ -207,9 +195,8 @@ export declare namespace _T_Option_Constraints {
|
|
|
207
195
|
namespace PARAMS {
|
|
208
196
|
}
|
|
209
197
|
namespace RESULT {
|
|
210
|
-
type annotation = null;
|
|
211
198
|
}
|
|
212
|
-
type RESULT = _i_out.
|
|
199
|
+
type RESULT = _i_out._T_Value;
|
|
213
200
|
}
|
|
214
201
|
export declare namespace _T_Optional_Value_Initialization {
|
|
215
202
|
namespace CONTEXT {
|
|
@@ -218,9 +205,8 @@ export declare namespace _T_Optional_Value_Initialization {
|
|
|
218
205
|
namespace PARAMS {
|
|
219
206
|
}
|
|
220
207
|
namespace RESULT {
|
|
221
|
-
type annotation = null;
|
|
222
208
|
}
|
|
223
|
-
type RESULT = _i_out.
|
|
209
|
+
type RESULT = _i_out._T_Value;
|
|
224
210
|
}
|
|
225
211
|
export declare namespace _T_Possible_Value_Selection {
|
|
226
212
|
namespace CONTEXT {
|
|
@@ -229,9 +215,8 @@ export declare namespace _T_Possible_Value_Selection {
|
|
|
229
215
|
namespace PARAMS {
|
|
230
216
|
}
|
|
231
217
|
namespace RESULT {
|
|
232
|
-
type annotation = null;
|
|
233
218
|
}
|
|
234
|
-
type RESULT = _i_out.
|
|
219
|
+
type RESULT = _i_out._T_Value;
|
|
235
220
|
}
|
|
236
221
|
export declare namespace _T_Presence {
|
|
237
222
|
namespace CONTEXT {
|
|
@@ -240,9 +225,8 @@ export declare namespace _T_Presence {
|
|
|
240
225
|
namespace PARAMS {
|
|
241
226
|
}
|
|
242
227
|
namespace RESULT {
|
|
243
|
-
type annotation = null;
|
|
244
228
|
}
|
|
245
|
-
type RESULT = _i_out.
|
|
229
|
+
type RESULT = _i_out._T_Value;
|
|
246
230
|
}
|
|
247
231
|
export declare namespace _T_Property_Constraint {
|
|
248
232
|
namespace CONTEXT {
|
|
@@ -251,9 +235,8 @@ export declare namespace _T_Property_Constraint {
|
|
|
251
235
|
namespace PARAMS {
|
|
252
236
|
}
|
|
253
237
|
namespace RESULT {
|
|
254
|
-
type annotation = null;
|
|
255
238
|
}
|
|
256
|
-
type RESULT = _i_out.
|
|
239
|
+
type RESULT = _i_out._T_Value;
|
|
257
240
|
}
|
|
258
241
|
export declare namespace _T_Property_Constraints {
|
|
259
242
|
namespace CONTEXT {
|
|
@@ -262,9 +245,8 @@ export declare namespace _T_Property_Constraints {
|
|
|
262
245
|
namespace PARAMS {
|
|
263
246
|
}
|
|
264
247
|
namespace RESULT {
|
|
265
|
-
type annotation = null;
|
|
266
248
|
}
|
|
267
|
-
type RESULT = _i_out.
|
|
249
|
+
type RESULT = _i_out._T_Value;
|
|
268
250
|
}
|
|
269
251
|
export declare namespace _T_Reference_To_Property_Constraint {
|
|
270
252
|
namespace CONTEXT {
|
|
@@ -273,9 +255,8 @@ export declare namespace _T_Reference_To_Property_Constraint {
|
|
|
273
255
|
namespace PARAMS {
|
|
274
256
|
}
|
|
275
257
|
namespace RESULT {
|
|
276
|
-
type annotation = null;
|
|
277
258
|
}
|
|
278
|
-
type RESULT = _i_out.
|
|
259
|
+
type RESULT = _i_out._T_Value;
|
|
279
260
|
}
|
|
280
261
|
export declare namespace _T_Relative_Value_Selection {
|
|
281
262
|
namespace CONTEXT {
|
|
@@ -284,9 +265,8 @@ export declare namespace _T_Relative_Value_Selection {
|
|
|
284
265
|
namespace PARAMS {
|
|
285
266
|
}
|
|
286
267
|
namespace RESULT {
|
|
287
|
-
type annotation = null;
|
|
288
268
|
}
|
|
289
|
-
type RESULT = _i_out.
|
|
269
|
+
type RESULT = _i_out._T_Value;
|
|
290
270
|
}
|
|
291
271
|
export declare namespace _T_Resolve_Logic {
|
|
292
272
|
namespace CONTEXT {
|
|
@@ -295,9 +275,8 @@ export declare namespace _T_Resolve_Logic {
|
|
|
295
275
|
namespace PARAMS {
|
|
296
276
|
}
|
|
297
277
|
namespace RESULT {
|
|
298
|
-
type annotation = null;
|
|
299
278
|
}
|
|
300
|
-
type RESULT = _i_out.
|
|
279
|
+
type RESULT = _i_out._T_Value;
|
|
301
280
|
}
|
|
302
281
|
export declare namespace _T_Resolvers {
|
|
303
282
|
namespace CONTEXT {
|
|
@@ -306,9 +285,8 @@ export declare namespace _T_Resolvers {
|
|
|
306
285
|
namespace PARAMS {
|
|
307
286
|
}
|
|
308
287
|
namespace RESULT {
|
|
309
|
-
type annotation = null;
|
|
310
288
|
}
|
|
311
|
-
type RESULT = _i_out.
|
|
289
|
+
type RESULT = _i_out._T_Value;
|
|
312
290
|
}
|
|
313
291
|
export declare namespace _T_Schema {
|
|
314
292
|
namespace CONTEXT {
|
|
@@ -317,9 +295,8 @@ export declare namespace _T_Schema {
|
|
|
317
295
|
namespace PARAMS {
|
|
318
296
|
}
|
|
319
297
|
namespace RESULT {
|
|
320
|
-
type annotation = null;
|
|
321
298
|
}
|
|
322
|
-
type RESULT = _i_out.
|
|
299
|
+
type RESULT = _i_out._T_Value;
|
|
323
300
|
}
|
|
324
301
|
export declare namespace _T_Schemas {
|
|
325
302
|
namespace CONTEXT {
|
|
@@ -328,9 +305,8 @@ export declare namespace _T_Schemas {
|
|
|
328
305
|
namespace PARAMS {
|
|
329
306
|
}
|
|
330
307
|
namespace RESULT {
|
|
331
|
-
type annotation = null;
|
|
332
308
|
}
|
|
333
|
-
type RESULT = _i_out.
|
|
309
|
+
type RESULT = _i_out._T_Value;
|
|
334
310
|
}
|
|
335
311
|
export declare namespace _T_Signature {
|
|
336
312
|
namespace CONTEXT {
|
|
@@ -339,9 +315,8 @@ export declare namespace _T_Signature {
|
|
|
339
315
|
namespace PARAMS {
|
|
340
316
|
}
|
|
341
317
|
namespace RESULT {
|
|
342
|
-
type annotation = null;
|
|
343
318
|
}
|
|
344
|
-
type RESULT = _i_out.
|
|
319
|
+
type RESULT = _i_out._T_Value;
|
|
345
320
|
}
|
|
346
321
|
export declare namespace _T_Signature_Parameters {
|
|
347
322
|
namespace CONTEXT {
|
|
@@ -350,9 +325,8 @@ export declare namespace _T_Signature_Parameters {
|
|
|
350
325
|
namespace PARAMS {
|
|
351
326
|
}
|
|
352
327
|
namespace RESULT {
|
|
353
|
-
type annotation = null;
|
|
354
328
|
}
|
|
355
|
-
type RESULT = _i_out.
|
|
329
|
+
type RESULT = _i_out._T_Value;
|
|
356
330
|
}
|
|
357
331
|
export declare namespace _T_Signatures {
|
|
358
332
|
namespace CONTEXT {
|
|
@@ -361,9 +335,8 @@ export declare namespace _T_Signatures {
|
|
|
361
335
|
namespace PARAMS {
|
|
362
336
|
}
|
|
363
337
|
namespace RESULT {
|
|
364
|
-
type annotation = null;
|
|
365
338
|
}
|
|
366
|
-
type RESULT = _i_out.
|
|
339
|
+
type RESULT = _i_out._T_Value;
|
|
367
340
|
}
|
|
368
341
|
export declare namespace _T_Text_Type {
|
|
369
342
|
namespace CONTEXT {
|
|
@@ -372,9 +345,8 @@ export declare namespace _T_Text_Type {
|
|
|
372
345
|
namespace PARAMS {
|
|
373
346
|
}
|
|
374
347
|
namespace RESULT {
|
|
375
|
-
type annotation = null;
|
|
376
348
|
}
|
|
377
|
-
type RESULT = _i_out.
|
|
349
|
+
type RESULT = _i_out._T_Value;
|
|
378
350
|
}
|
|
379
351
|
export declare namespace _T_Type {
|
|
380
352
|
namespace CONTEXT {
|
|
@@ -383,9 +355,8 @@ export declare namespace _T_Type {
|
|
|
383
355
|
namespace PARAMS {
|
|
384
356
|
}
|
|
385
357
|
namespace RESULT {
|
|
386
|
-
type annotation = null;
|
|
387
358
|
}
|
|
388
|
-
type RESULT = _i_out.
|
|
359
|
+
type RESULT = _i_out._T_Value;
|
|
389
360
|
}
|
|
390
361
|
export declare namespace _T_Type_Node {
|
|
391
362
|
namespace CONTEXT {
|
|
@@ -394,9 +365,8 @@ export declare namespace _T_Type_Node {
|
|
|
394
365
|
namespace PARAMS {
|
|
395
366
|
}
|
|
396
367
|
namespace RESULT {
|
|
397
|
-
type annotation = null;
|
|
398
368
|
}
|
|
399
|
-
type RESULT = _i_out.
|
|
369
|
+
type RESULT = _i_out._T_Value;
|
|
400
370
|
}
|
|
401
371
|
export declare namespace _T_Type_Node_Reference {
|
|
402
372
|
namespace CONTEXT {
|
|
@@ -405,9 +375,8 @@ export declare namespace _T_Type_Node_Reference {
|
|
|
405
375
|
namespace PARAMS {
|
|
406
376
|
}
|
|
407
377
|
namespace RESULT {
|
|
408
|
-
type annotation = null;
|
|
409
378
|
}
|
|
410
|
-
type RESULT = _i_out.
|
|
379
|
+
type RESULT = _i_out._T_Value;
|
|
411
380
|
}
|
|
412
381
|
export declare namespace _T_Type_Parameters {
|
|
413
382
|
namespace CONTEXT {
|
|
@@ -416,9 +385,8 @@ export declare namespace _T_Type_Parameters {
|
|
|
416
385
|
namespace PARAMS {
|
|
417
386
|
}
|
|
418
387
|
namespace RESULT {
|
|
419
|
-
type annotation = null;
|
|
420
388
|
}
|
|
421
|
-
type RESULT = _i_out.
|
|
389
|
+
type RESULT = _i_out._T_Value;
|
|
422
390
|
}
|
|
423
391
|
export declare namespace _T_Type_Reference {
|
|
424
392
|
namespace CONTEXT {
|
|
@@ -427,9 +395,8 @@ export declare namespace _T_Type_Reference {
|
|
|
427
395
|
namespace PARAMS {
|
|
428
396
|
}
|
|
429
397
|
namespace RESULT {
|
|
430
|
-
type annotation = null;
|
|
431
398
|
}
|
|
432
|
-
type RESULT = _i_out.
|
|
399
|
+
type RESULT = _i_out._T_Value;
|
|
433
400
|
}
|
|
434
401
|
export declare namespace _T_Types {
|
|
435
402
|
namespace CONTEXT {
|
|
@@ -438,9 +405,8 @@ export declare namespace _T_Types {
|
|
|
438
405
|
namespace PARAMS {
|
|
439
406
|
}
|
|
440
407
|
namespace RESULT {
|
|
441
|
-
type annotation = null;
|
|
442
408
|
}
|
|
443
|
-
type RESULT = _i_out.
|
|
409
|
+
type RESULT = _i_out._T_Value;
|
|
444
410
|
}
|
|
445
411
|
export declare namespace Benchmark {
|
|
446
412
|
namespace CONTEXT {
|
|
@@ -449,9 +415,8 @@ export declare namespace Benchmark {
|
|
|
449
415
|
namespace PARAMS {
|
|
450
416
|
}
|
|
451
417
|
namespace RESULT {
|
|
452
|
-
type annotation = null;
|
|
453
418
|
}
|
|
454
|
-
type RESULT = _i_out.
|
|
419
|
+
type RESULT = _i_out._T_Value;
|
|
455
420
|
}
|
|
456
421
|
export declare namespace Constraint {
|
|
457
422
|
namespace CONTEXT {
|
|
@@ -460,9 +425,8 @@ export declare namespace Constraint {
|
|
|
460
425
|
namespace PARAMS {
|
|
461
426
|
}
|
|
462
427
|
namespace RESULT {
|
|
463
|
-
type annotation = null;
|
|
464
428
|
}
|
|
465
|
-
type RESULT = _i_out.
|
|
429
|
+
type RESULT = _i_out._T_Value;
|
|
466
430
|
}
|
|
467
431
|
export declare namespace Dictionary {
|
|
468
432
|
namespace CONTEXT {
|
|
@@ -471,9 +435,8 @@ export declare namespace Dictionary {
|
|
|
471
435
|
namespace PARAMS {
|
|
472
436
|
}
|
|
473
437
|
namespace RESULT {
|
|
474
|
-
type annotation = null;
|
|
475
438
|
}
|
|
476
|
-
type RESULT = _i_out.
|
|
439
|
+
type RESULT = _i_out._T_Value;
|
|
477
440
|
}
|
|
478
441
|
export declare namespace Globals {
|
|
479
442
|
namespace CONTEXT {
|
|
@@ -482,9 +445,8 @@ export declare namespace Globals {
|
|
|
482
445
|
namespace PARAMS {
|
|
483
446
|
}
|
|
484
447
|
namespace RESULT {
|
|
485
|
-
type annotation = null;
|
|
486
448
|
}
|
|
487
|
-
type RESULT = _i_out.
|
|
449
|
+
type RESULT = _i_out._T_Value;
|
|
488
450
|
}
|
|
489
451
|
export declare namespace Group {
|
|
490
452
|
namespace CONTEXT {
|
|
@@ -493,9 +455,8 @@ export declare namespace Group {
|
|
|
493
455
|
namespace PARAMS {
|
|
494
456
|
}
|
|
495
457
|
namespace RESULT {
|
|
496
|
-
type annotation = null;
|
|
497
458
|
}
|
|
498
|
-
type RESULT = _i_out.
|
|
459
|
+
type RESULT = _i_out._T_Value;
|
|
499
460
|
}
|
|
500
461
|
export declare namespace Guaranteed_Value_Selection {
|
|
501
462
|
namespace CONTEXT {
|
|
@@ -504,9 +465,8 @@ export declare namespace Guaranteed_Value_Selection {
|
|
|
504
465
|
namespace PARAMS {
|
|
505
466
|
}
|
|
506
467
|
namespace RESULT {
|
|
507
|
-
type annotation = null;
|
|
508
468
|
}
|
|
509
|
-
type RESULT = _i_out.
|
|
469
|
+
type RESULT = _i_out._T_Value;
|
|
510
470
|
}
|
|
511
471
|
export declare namespace Imports {
|
|
512
472
|
namespace CONTEXT {
|
|
@@ -515,9 +475,8 @@ export declare namespace Imports {
|
|
|
515
475
|
namespace PARAMS {
|
|
516
476
|
}
|
|
517
477
|
namespace RESULT {
|
|
518
|
-
type annotation = null;
|
|
519
478
|
}
|
|
520
|
-
type RESULT = _i_out.
|
|
479
|
+
type RESULT = _i_out._T_Value;
|
|
521
480
|
}
|
|
522
481
|
export declare namespace Lookup_Selection {
|
|
523
482
|
namespace CONTEXT {
|
|
@@ -526,9 +485,8 @@ export declare namespace Lookup_Selection {
|
|
|
526
485
|
namespace PARAMS {
|
|
527
486
|
}
|
|
528
487
|
namespace RESULT {
|
|
529
|
-
type annotation = null;
|
|
530
488
|
}
|
|
531
|
-
type RESULT = _i_out.
|
|
489
|
+
type RESULT = _i_out._T_Value;
|
|
532
490
|
}
|
|
533
491
|
export declare namespace Node_Resolver {
|
|
534
492
|
namespace CONTEXT {
|
|
@@ -537,9 +495,8 @@ export declare namespace Node_Resolver {
|
|
|
537
495
|
namespace PARAMS {
|
|
538
496
|
}
|
|
539
497
|
namespace RESULT {
|
|
540
|
-
type annotation = null;
|
|
541
498
|
}
|
|
542
|
-
type RESULT = _i_out.
|
|
499
|
+
type RESULT = _i_out._T_Value;
|
|
543
500
|
}
|
|
544
501
|
export declare namespace Node_Resolver_Group {
|
|
545
502
|
namespace CONTEXT {
|
|
@@ -548,9 +505,8 @@ export declare namespace Node_Resolver_Group {
|
|
|
548
505
|
namespace PARAMS {
|
|
549
506
|
}
|
|
550
507
|
namespace RESULT {
|
|
551
|
-
type annotation = null;
|
|
552
508
|
}
|
|
553
|
-
type RESULT = _i_out.
|
|
509
|
+
type RESULT = _i_out._T_Value;
|
|
554
510
|
}
|
|
555
511
|
export declare namespace Node_Resolver_List_Result {
|
|
556
512
|
namespace CONTEXT {
|
|
@@ -559,9 +515,8 @@ export declare namespace Node_Resolver_List_Result {
|
|
|
559
515
|
namespace PARAMS {
|
|
560
516
|
}
|
|
561
517
|
namespace RESULT {
|
|
562
|
-
type annotation = null;
|
|
563
518
|
}
|
|
564
|
-
type RESULT = _i_out.
|
|
519
|
+
type RESULT = _i_out._T_Value;
|
|
565
520
|
}
|
|
566
521
|
export declare namespace Number_Type {
|
|
567
522
|
namespace CONTEXT {
|
|
@@ -570,9 +525,8 @@ export declare namespace Number_Type {
|
|
|
570
525
|
namespace PARAMS {
|
|
571
526
|
}
|
|
572
527
|
namespace RESULT {
|
|
573
|
-
type annotation = null;
|
|
574
528
|
}
|
|
575
|
-
type RESULT = _i_out.
|
|
529
|
+
type RESULT = _i_out._T_Value;
|
|
576
530
|
}
|
|
577
531
|
export declare namespace Option_Constraints {
|
|
578
532
|
namespace CONTEXT {
|
|
@@ -581,9 +535,8 @@ export declare namespace Option_Constraints {
|
|
|
581
535
|
namespace PARAMS {
|
|
582
536
|
}
|
|
583
537
|
namespace RESULT {
|
|
584
|
-
type annotation = null;
|
|
585
538
|
}
|
|
586
|
-
type RESULT = _i_out.
|
|
539
|
+
type RESULT = _i_out._T_Value;
|
|
587
540
|
}
|
|
588
541
|
export declare namespace Optional_Value_Initialization {
|
|
589
542
|
namespace CONTEXT {
|
|
@@ -592,9 +545,8 @@ export declare namespace Optional_Value_Initialization {
|
|
|
592
545
|
namespace PARAMS {
|
|
593
546
|
}
|
|
594
547
|
namespace RESULT {
|
|
595
|
-
type annotation = null;
|
|
596
548
|
}
|
|
597
|
-
type RESULT = _i_out.
|
|
549
|
+
type RESULT = _i_out._T_Value;
|
|
598
550
|
}
|
|
599
551
|
export declare namespace Possible_Value_Selection {
|
|
600
552
|
namespace CONTEXT {
|
|
@@ -603,9 +555,8 @@ export declare namespace Possible_Value_Selection {
|
|
|
603
555
|
namespace PARAMS {
|
|
604
556
|
}
|
|
605
557
|
namespace RESULT {
|
|
606
|
-
type annotation = null;
|
|
607
558
|
}
|
|
608
|
-
type RESULT = _i_out.
|
|
559
|
+
type RESULT = _i_out._T_Value;
|
|
609
560
|
}
|
|
610
561
|
export declare namespace Presence {
|
|
611
562
|
namespace CONTEXT {
|
|
@@ -614,9 +565,8 @@ export declare namespace Presence {
|
|
|
614
565
|
namespace PARAMS {
|
|
615
566
|
}
|
|
616
567
|
namespace RESULT {
|
|
617
|
-
type annotation = null;
|
|
618
568
|
}
|
|
619
|
-
type RESULT = _i_out.
|
|
569
|
+
type RESULT = _i_out._T_Value;
|
|
620
570
|
}
|
|
621
571
|
export declare namespace Property_Constraint {
|
|
622
572
|
namespace CONTEXT {
|
|
@@ -625,9 +575,8 @@ export declare namespace Property_Constraint {
|
|
|
625
575
|
namespace PARAMS {
|
|
626
576
|
}
|
|
627
577
|
namespace RESULT {
|
|
628
|
-
type annotation = null;
|
|
629
578
|
}
|
|
630
|
-
type RESULT = _i_out.
|
|
579
|
+
type RESULT = _i_out._T_Value;
|
|
631
580
|
}
|
|
632
581
|
export declare namespace Property_Constraints {
|
|
633
582
|
namespace CONTEXT {
|
|
@@ -636,9 +585,8 @@ export declare namespace Property_Constraints {
|
|
|
636
585
|
namespace PARAMS {
|
|
637
586
|
}
|
|
638
587
|
namespace RESULT {
|
|
639
|
-
type annotation = null;
|
|
640
588
|
}
|
|
641
|
-
type RESULT = _i_out.
|
|
589
|
+
type RESULT = _i_out._T_Value;
|
|
642
590
|
}
|
|
643
591
|
export declare namespace Reference_To_Property_Constraint {
|
|
644
592
|
namespace CONTEXT {
|
|
@@ -647,9 +595,8 @@ export declare namespace Reference_To_Property_Constraint {
|
|
|
647
595
|
namespace PARAMS {
|
|
648
596
|
}
|
|
649
597
|
namespace RESULT {
|
|
650
|
-
type annotation = null;
|
|
651
598
|
}
|
|
652
|
-
type RESULT = _i_out.
|
|
599
|
+
type RESULT = _i_out._T_Value;
|
|
653
600
|
}
|
|
654
601
|
export declare namespace Relative_Value_Selection {
|
|
655
602
|
namespace CONTEXT {
|
|
@@ -658,9 +605,8 @@ export declare namespace Relative_Value_Selection {
|
|
|
658
605
|
namespace PARAMS {
|
|
659
606
|
}
|
|
660
607
|
namespace RESULT {
|
|
661
|
-
type annotation = null;
|
|
662
608
|
}
|
|
663
|
-
type RESULT = _i_out.
|
|
609
|
+
type RESULT = _i_out._T_Value;
|
|
664
610
|
}
|
|
665
611
|
export declare namespace Resolve_Logic {
|
|
666
612
|
namespace CONTEXT {
|
|
@@ -669,9 +615,8 @@ export declare namespace Resolve_Logic {
|
|
|
669
615
|
namespace PARAMS {
|
|
670
616
|
}
|
|
671
617
|
namespace RESULT {
|
|
672
|
-
type annotation = null;
|
|
673
618
|
}
|
|
674
|
-
type RESULT = _i_out.
|
|
619
|
+
type RESULT = _i_out._T_Value;
|
|
675
620
|
}
|
|
676
621
|
export declare namespace Resolvers {
|
|
677
622
|
namespace CONTEXT {
|
|
@@ -680,9 +625,8 @@ export declare namespace Resolvers {
|
|
|
680
625
|
namespace PARAMS {
|
|
681
626
|
}
|
|
682
627
|
namespace RESULT {
|
|
683
|
-
type annotation = null;
|
|
684
628
|
}
|
|
685
|
-
type RESULT = _i_out.
|
|
629
|
+
type RESULT = _i_out._T_Value;
|
|
686
630
|
}
|
|
687
631
|
export declare namespace Schema {
|
|
688
632
|
namespace CONTEXT {
|
|
@@ -691,9 +635,8 @@ export declare namespace Schema {
|
|
|
691
635
|
namespace PARAMS {
|
|
692
636
|
}
|
|
693
637
|
namespace RESULT {
|
|
694
|
-
type annotation = null;
|
|
695
638
|
}
|
|
696
|
-
type RESULT = _i_out.
|
|
639
|
+
type RESULT = _i_out._T_Value;
|
|
697
640
|
}
|
|
698
641
|
export declare namespace Schemas {
|
|
699
642
|
namespace CONTEXT {
|
|
@@ -702,9 +645,8 @@ export declare namespace Schemas {
|
|
|
702
645
|
namespace PARAMS {
|
|
703
646
|
}
|
|
704
647
|
namespace RESULT {
|
|
705
|
-
type annotation = null;
|
|
706
648
|
}
|
|
707
|
-
type RESULT = _i_out.
|
|
649
|
+
type RESULT = _i_out._T_Value;
|
|
708
650
|
}
|
|
709
651
|
export declare namespace Signature {
|
|
710
652
|
namespace CONTEXT {
|
|
@@ -713,9 +655,8 @@ export declare namespace Signature {
|
|
|
713
655
|
namespace PARAMS {
|
|
714
656
|
}
|
|
715
657
|
namespace RESULT {
|
|
716
|
-
type annotation = null;
|
|
717
658
|
}
|
|
718
|
-
type RESULT = _i_out.
|
|
659
|
+
type RESULT = _i_out._T_Value;
|
|
719
660
|
}
|
|
720
661
|
export declare namespace Signature_Parameters {
|
|
721
662
|
namespace CONTEXT {
|
|
@@ -724,9 +665,8 @@ export declare namespace Signature_Parameters {
|
|
|
724
665
|
namespace PARAMS {
|
|
725
666
|
}
|
|
726
667
|
namespace RESULT {
|
|
727
|
-
type annotation = null;
|
|
728
668
|
}
|
|
729
|
-
type RESULT = _i_out.
|
|
669
|
+
type RESULT = _i_out._T_Value;
|
|
730
670
|
}
|
|
731
671
|
export declare namespace Signatures {
|
|
732
672
|
namespace CONTEXT {
|
|
@@ -735,9 +675,8 @@ export declare namespace Signatures {
|
|
|
735
675
|
namespace PARAMS {
|
|
736
676
|
}
|
|
737
677
|
namespace RESULT {
|
|
738
|
-
type annotation = null;
|
|
739
678
|
}
|
|
740
|
-
type RESULT = _i_out.
|
|
679
|
+
type RESULT = _i_out._T_Value;
|
|
741
680
|
}
|
|
742
681
|
export declare namespace Text_Type {
|
|
743
682
|
namespace CONTEXT {
|
|
@@ -746,9 +685,8 @@ export declare namespace Text_Type {
|
|
|
746
685
|
namespace PARAMS {
|
|
747
686
|
}
|
|
748
687
|
namespace RESULT {
|
|
749
|
-
type annotation = null;
|
|
750
688
|
}
|
|
751
|
-
type RESULT = _i_out.
|
|
689
|
+
type RESULT = _i_out._T_Value;
|
|
752
690
|
}
|
|
753
691
|
export declare namespace Type {
|
|
754
692
|
namespace CONTEXT {
|
|
@@ -757,9 +695,8 @@ export declare namespace Type {
|
|
|
757
695
|
namespace PARAMS {
|
|
758
696
|
}
|
|
759
697
|
namespace RESULT {
|
|
760
|
-
type annotation = null;
|
|
761
698
|
}
|
|
762
|
-
type RESULT = _i_out.
|
|
699
|
+
type RESULT = _i_out._T_Value;
|
|
763
700
|
}
|
|
764
701
|
export declare namespace Type_Node {
|
|
765
702
|
namespace CONTEXT {
|
|
@@ -768,9 +705,8 @@ export declare namespace Type_Node {
|
|
|
768
705
|
namespace PARAMS {
|
|
769
706
|
}
|
|
770
707
|
namespace RESULT {
|
|
771
|
-
type annotation = null;
|
|
772
708
|
}
|
|
773
|
-
type RESULT = _i_out.
|
|
709
|
+
type RESULT = _i_out._T_Value;
|
|
774
710
|
}
|
|
775
711
|
export declare namespace Type_Node_Reference {
|
|
776
712
|
namespace CONTEXT {
|
|
@@ -779,9 +715,8 @@ export declare namespace Type_Node_Reference {
|
|
|
779
715
|
namespace PARAMS {
|
|
780
716
|
}
|
|
781
717
|
namespace RESULT {
|
|
782
|
-
type annotation = null;
|
|
783
718
|
}
|
|
784
|
-
type RESULT = _i_out.
|
|
719
|
+
type RESULT = _i_out._T_Value;
|
|
785
720
|
}
|
|
786
721
|
export declare namespace Type_Parameters {
|
|
787
722
|
namespace CONTEXT {
|
|
@@ -790,9 +725,8 @@ export declare namespace Type_Parameters {
|
|
|
790
725
|
namespace PARAMS {
|
|
791
726
|
}
|
|
792
727
|
namespace RESULT {
|
|
793
|
-
type annotation = null;
|
|
794
728
|
}
|
|
795
|
-
type RESULT = _i_out.
|
|
729
|
+
type RESULT = _i_out._T_Value;
|
|
796
730
|
}
|
|
797
731
|
export declare namespace Type_Reference {
|
|
798
732
|
namespace CONTEXT {
|
|
@@ -801,9 +735,8 @@ export declare namespace Type_Reference {
|
|
|
801
735
|
namespace PARAMS {
|
|
802
736
|
}
|
|
803
737
|
namespace RESULT {
|
|
804
|
-
type annotation = null;
|
|
805
738
|
}
|
|
806
|
-
type RESULT = _i_out.
|
|
739
|
+
type RESULT = _i_out._T_Value;
|
|
807
740
|
}
|
|
808
741
|
export declare namespace Types {
|
|
809
742
|
namespace CONTEXT {
|
|
@@ -812,7 +745,6 @@ export declare namespace Types {
|
|
|
812
745
|
namespace PARAMS {
|
|
813
746
|
}
|
|
814
747
|
namespace RESULT {
|
|
815
|
-
type annotation = null;
|
|
816
748
|
}
|
|
817
|
-
type RESULT = _i_out.
|
|
749
|
+
type RESULT = _i_out._T_Value;
|
|
818
750
|
}
|