pareto 0.76.59 → 0.76.61
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/astn_schema/marshall.d.ts +12 -0
- package/dist/generated/implementation/schemas/astn_schema/marshall.js +232 -0
- package/dist/generated/implementation/schemas/astn_schema/resolve.d.ts +12 -0
- package/dist/generated/implementation/schemas/astn_schema/resolve.js +446 -0
- package/dist/generated/implementation/schemas/astn_schema/unmarshall.d.ts +12 -0
- package/dist/generated/implementation/schemas/astn_schema/unmarshall.js +206 -0
- package/dist/generated/implementation/schemas/schema/marshall.js +1 -28
- package/dist/generated/implementation/schemas/schema/resolve.js +1 -45
- package/dist/generated/implementation/schemas/schema/unmarshall.js +1 -10
- package/dist/generated/implementation/schemas/unmarshall_errors/marshall.js +5 -1
- package/dist/generated/implementation/schemas/unmarshall_errors/unmarshall.js +2 -1
- package/dist/generated/interface/schemas/astn_schema/data_types/resolve.d.ts +1125 -0
- package/dist/generated/interface/schemas/astn_schema/data_types/resolve.js +3 -0
- package/dist/generated/interface/schemas/astn_schema/data_types/source.d.ts +487 -0
- package/dist/generated/interface/schemas/astn_schema/data_types/source.js +3 -0
- package/dist/generated/interface/schemas/astn_schema/data_types/target.d.ts +487 -0
- package/dist/generated/interface/schemas/astn_schema/data_types/target.js +3 -0
- package/dist/generated/interface/schemas/astn_schema/marshall.d.ts +333 -0
- package/dist/generated/interface/schemas/astn_schema/marshall.js +3 -0
- package/dist/generated/interface/schemas/astn_schema/migrate_boilerplate.d.ts +266 -0
- package/dist/generated/interface/schemas/astn_schema/migrate_boilerplate.js +3 -0
- package/dist/generated/interface/schemas/astn_schema/unmarshall.d.ts +399 -0
- package/dist/generated/interface/schemas/astn_schema/unmarshall.js +3 -0
- package/dist/generated/interface/schemas/astn_schema/value_deserializers.d.ts +44 -0
- package/dist/generated/interface/schemas/astn_schema/value_deserializers.js +3 -0
- package/dist/generated/interface/schemas/astn_schema/value_serializers.d.ts +44 -0
- package/dist/generated/interface/schemas/astn_schema/value_serializers.js +3 -0
- package/dist/generated/interface/schemas/schema/data_types/source.d.ts +19 -47
- package/dist/generated/interface/schemas/schema/data_types/target.d.ts +19 -47
- package/dist/generated/interface/schemas/unmarshall_errors/data_types/source.d.ts +17 -15
- package/dist/generated/interface/schemas/unmarshall_errors/data_types/target.d.ts +17 -15
- package/dist/queries/load_pareto_document.js +1 -1
- package/dist/resolvers/schema.js +17 -47
- package/dist/shorthands/schema.d.ts +0 -2
- package/dist/shorthands/schema.js +4 -7
- package/dist/temp/temp_unmashall_result_types.d.ts +1 -4
- package/dist/temp/temporary_schemas/accounting_ruwe_data/operations.astn.js +207 -68
- package/dist/temp/temporary_schemas/astn/schemas/authoring_target/$.types.astn.js +32 -23
- package/dist/temp/temporary_schemas/exupery/operations.astn.js +207 -68
- package/dist/temp/temporary_schemas/exupery/schemas/interface/$.resolvers.astn.js +1 -2
- package/dist/temp/temporary_schemas/exupery/schemas/interface/$.types.astn.js +1 -2
- package/dist/temp/temporary_schemas/pareto/operations.astn.js +207 -68
- package/dist/temp/temporary_schemas/pareto/schema_tree.astn.js +7 -5
- package/dist/temp/temporary_schemas/pareto/schemas/astn_schema/$.globals.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/pareto/schemas/astn_schema/$.globals.astn.js +6 -0
- package/dist/temp/temporary_schemas/pareto/schemas/astn_schema/$.module.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/pareto/schemas/astn_schema/$.module.astn.js +10 -0
- package/dist/temp/temporary_schemas/pareto/schemas/astn_schema/$.resolvers.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/pareto/schemas/astn_schema/$.resolvers.astn.js +116 -0
- package/dist/temp/temporary_schemas/pareto/schemas/astn_schema/$.signatures.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/pareto/schemas/astn_schema/$.signatures.astn.js +49 -0
- package/dist/temp/temporary_schemas/pareto/schemas/astn_schema/$.types.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/pareto/schemas/astn_schema/$.types.astn.js +74 -0
- package/dist/temp/temporary_schemas/pareto/schemas/schema/$.resolvers.astn.js +3 -17
- package/dist/temp/temporary_schemas/pareto/schemas/schema/$.types.astn.js +3 -6
- package/dist/temp/temporary_schemas/pareto-boekhouding/operations.astn.js +207 -68
- package/dist/temp/temporary_schemas/pareto-vscode-backend/schemas/server/$.types.astn.js +4 -1
- package/dist/transformations/schema/astn_schema.d.ts +10 -0
- package/dist/transformations/schema/astn_schema.js +140 -0
- package/dist/transformations/schema/exupery_implementation/marshall.js +2 -4
- package/dist/transformations/schema/exupery_implementation/migrate_boilerplate.js +2 -4
- package/dist/transformations/schema/exupery_implementation/resolve.js +2 -4
- package/dist/transformations/schema/exupery_implementation/unmarshall.js +7 -3
- package/dist/transformations/schema/exupery_interface/resolve.js +1 -3
- package/dist/transformations/schema/exupery_interface/types.js +2 -5
- package/dist/transformations/unmarshall_astn_ast.js +2 -3
- package/dist/transformations/unmarshall_errors/fountain_pen.js +2 -1
- package/dist/transformations/unmarshall_result/astn_authoring_target.d.ts +3 -0
- package/dist/transformations/unmarshall_result/astn_authoring_target.js +60 -0
- package/dist/transformations/unmarshall_result/unmarshall_errors.js +1 -2
- package/package.json +2 -2
|
@@ -0,0 +1,399 @@
|
|
|
1
|
+
import * as _i_in from "../../core/astn_source";
|
|
2
|
+
import * as _i_out from "./data_types/target";
|
|
3
|
+
import * as _i_vd from "./value_deserializers";
|
|
4
|
+
export type _T_Dictionary = ($$_: _i_in._T_Value, $$_p: {
|
|
5
|
+
readonly 'value deserializers': _i_vd._T_Value_Deserializers;
|
|
6
|
+
}) => _i_out._T_Dictionary<_i_in._T_Range>;
|
|
7
|
+
export type _T_Globals = ($$_: _i_in._T_Value, $$_p: {
|
|
8
|
+
readonly 'value deserializers': _i_vd._T_Value_Deserializers;
|
|
9
|
+
}) => _i_out._T_Globals<_i_in._T_Range>;
|
|
10
|
+
export type _T_Group = ($$_: _i_in._T_Value, $$_p: {
|
|
11
|
+
readonly 'value deserializers': _i_vd._T_Value_Deserializers;
|
|
12
|
+
}) => _i_out._T_Group<_i_in._T_Range>;
|
|
13
|
+
export type _T_Imports = ($$_: _i_in._T_Value, $$_p: {
|
|
14
|
+
readonly 'value deserializers': _i_vd._T_Value_Deserializers;
|
|
15
|
+
}) => _i_out._T_Imports<_i_in._T_Range>;
|
|
16
|
+
export type _T_Schema = ($$_: _i_in._T_Value, $$_p: {
|
|
17
|
+
readonly 'value deserializers': _i_vd._T_Value_Deserializers;
|
|
18
|
+
}) => _i_out._T_Schema<_i_in._T_Range>;
|
|
19
|
+
export type _T_Schema_Tree = ($$_: _i_in._T_Value, $$_p: {
|
|
20
|
+
readonly 'value deserializers': _i_vd._T_Value_Deserializers;
|
|
21
|
+
}) => _i_out._T_Schema_Tree<_i_in._T_Range>;
|
|
22
|
+
export type _T_Schemas = ($$_: _i_in._T_Value, $$_p: {
|
|
23
|
+
readonly 'value deserializers': _i_vd._T_Value_Deserializers;
|
|
24
|
+
}) => _i_out._T_Schemas<_i_in._T_Range>;
|
|
25
|
+
export type _T_Text_Type = ($$_: _i_in._T_Value, $$_p: {
|
|
26
|
+
readonly 'value deserializers': _i_vd._T_Value_Deserializers;
|
|
27
|
+
}) => _i_out._T_Text_Type<_i_in._T_Range>;
|
|
28
|
+
export type _T_Type = ($$_: _i_in._T_Value, $$_p: {
|
|
29
|
+
readonly 'value deserializers': _i_vd._T_Value_Deserializers;
|
|
30
|
+
}) => _i_out._T_Type<_i_in._T_Range>;
|
|
31
|
+
export type _T_Type_Node = ($$_: _i_in._T_Value, $$_p: {
|
|
32
|
+
readonly 'value deserializers': _i_vd._T_Value_Deserializers;
|
|
33
|
+
}) => _i_out._T_Type_Node<_i_in._T_Range>;
|
|
34
|
+
export type _T_Types = ($$_: _i_in._T_Value, $$_p: {
|
|
35
|
+
readonly 'value deserializers': _i_vd._T_Value_Deserializers;
|
|
36
|
+
}) => _i_out._T_Types<_i_in._T_Range>;
|
|
37
|
+
export type Dictionary = _T_Dictionary;
|
|
38
|
+
export type Globals = _T_Globals;
|
|
39
|
+
export type Group = _T_Group;
|
|
40
|
+
export type Imports = _T_Imports;
|
|
41
|
+
export type Schema = _T_Schema;
|
|
42
|
+
export type Schema_Tree = _T_Schema_Tree;
|
|
43
|
+
export type Schemas = _T_Schemas;
|
|
44
|
+
export type Text_Type = _T_Text_Type;
|
|
45
|
+
export type Type = _T_Type;
|
|
46
|
+
export type Type_Node = _T_Type_Node;
|
|
47
|
+
export type Types = _T_Types;
|
|
48
|
+
export declare namespace _T_Dictionary {
|
|
49
|
+
namespace CONTEXT {
|
|
50
|
+
}
|
|
51
|
+
type CONTEXT = _i_in._T_Value;
|
|
52
|
+
namespace PARAMS {
|
|
53
|
+
namespace value_deserializers {
|
|
54
|
+
}
|
|
55
|
+
type value_deserializers = _i_vd._T_Value_Deserializers;
|
|
56
|
+
}
|
|
57
|
+
namespace RESULT {
|
|
58
|
+
namespace annotation {
|
|
59
|
+
}
|
|
60
|
+
type annotation = _i_in._T_Range;
|
|
61
|
+
}
|
|
62
|
+
type RESULT = _i_out._T_Dictionary<_i_in._T_Range>;
|
|
63
|
+
}
|
|
64
|
+
export declare namespace _T_Globals {
|
|
65
|
+
namespace CONTEXT {
|
|
66
|
+
}
|
|
67
|
+
type CONTEXT = _i_in._T_Value;
|
|
68
|
+
namespace PARAMS {
|
|
69
|
+
namespace value_deserializers {
|
|
70
|
+
}
|
|
71
|
+
type value_deserializers = _i_vd._T_Value_Deserializers;
|
|
72
|
+
}
|
|
73
|
+
namespace RESULT {
|
|
74
|
+
namespace annotation {
|
|
75
|
+
}
|
|
76
|
+
type annotation = _i_in._T_Range;
|
|
77
|
+
}
|
|
78
|
+
type RESULT = _i_out._T_Globals<_i_in._T_Range>;
|
|
79
|
+
}
|
|
80
|
+
export declare namespace _T_Group {
|
|
81
|
+
namespace CONTEXT {
|
|
82
|
+
}
|
|
83
|
+
type CONTEXT = _i_in._T_Value;
|
|
84
|
+
namespace PARAMS {
|
|
85
|
+
namespace value_deserializers {
|
|
86
|
+
}
|
|
87
|
+
type value_deserializers = _i_vd._T_Value_Deserializers;
|
|
88
|
+
}
|
|
89
|
+
namespace RESULT {
|
|
90
|
+
namespace annotation {
|
|
91
|
+
}
|
|
92
|
+
type annotation = _i_in._T_Range;
|
|
93
|
+
}
|
|
94
|
+
type RESULT = _i_out._T_Group<_i_in._T_Range>;
|
|
95
|
+
}
|
|
96
|
+
export declare namespace _T_Imports {
|
|
97
|
+
namespace CONTEXT {
|
|
98
|
+
}
|
|
99
|
+
type CONTEXT = _i_in._T_Value;
|
|
100
|
+
namespace PARAMS {
|
|
101
|
+
namespace value_deserializers {
|
|
102
|
+
}
|
|
103
|
+
type value_deserializers = _i_vd._T_Value_Deserializers;
|
|
104
|
+
}
|
|
105
|
+
namespace RESULT {
|
|
106
|
+
namespace annotation {
|
|
107
|
+
}
|
|
108
|
+
type annotation = _i_in._T_Range;
|
|
109
|
+
}
|
|
110
|
+
type RESULT = _i_out._T_Imports<_i_in._T_Range>;
|
|
111
|
+
}
|
|
112
|
+
export declare namespace _T_Schema {
|
|
113
|
+
namespace CONTEXT {
|
|
114
|
+
}
|
|
115
|
+
type CONTEXT = _i_in._T_Value;
|
|
116
|
+
namespace PARAMS {
|
|
117
|
+
namespace value_deserializers {
|
|
118
|
+
}
|
|
119
|
+
type value_deserializers = _i_vd._T_Value_Deserializers;
|
|
120
|
+
}
|
|
121
|
+
namespace RESULT {
|
|
122
|
+
namespace annotation {
|
|
123
|
+
}
|
|
124
|
+
type annotation = _i_in._T_Range;
|
|
125
|
+
}
|
|
126
|
+
type RESULT = _i_out._T_Schema<_i_in._T_Range>;
|
|
127
|
+
}
|
|
128
|
+
export declare namespace _T_Schema_Tree {
|
|
129
|
+
namespace CONTEXT {
|
|
130
|
+
}
|
|
131
|
+
type CONTEXT = _i_in._T_Value;
|
|
132
|
+
namespace PARAMS {
|
|
133
|
+
namespace value_deserializers {
|
|
134
|
+
}
|
|
135
|
+
type value_deserializers = _i_vd._T_Value_Deserializers;
|
|
136
|
+
}
|
|
137
|
+
namespace RESULT {
|
|
138
|
+
namespace annotation {
|
|
139
|
+
}
|
|
140
|
+
type annotation = _i_in._T_Range;
|
|
141
|
+
}
|
|
142
|
+
type RESULT = _i_out._T_Schema_Tree<_i_in._T_Range>;
|
|
143
|
+
}
|
|
144
|
+
export declare namespace _T_Schemas {
|
|
145
|
+
namespace CONTEXT {
|
|
146
|
+
}
|
|
147
|
+
type CONTEXT = _i_in._T_Value;
|
|
148
|
+
namespace PARAMS {
|
|
149
|
+
namespace value_deserializers {
|
|
150
|
+
}
|
|
151
|
+
type value_deserializers = _i_vd._T_Value_Deserializers;
|
|
152
|
+
}
|
|
153
|
+
namespace RESULT {
|
|
154
|
+
namespace annotation {
|
|
155
|
+
}
|
|
156
|
+
type annotation = _i_in._T_Range;
|
|
157
|
+
}
|
|
158
|
+
type RESULT = _i_out._T_Schemas<_i_in._T_Range>;
|
|
159
|
+
}
|
|
160
|
+
export declare namespace _T_Text_Type {
|
|
161
|
+
namespace CONTEXT {
|
|
162
|
+
}
|
|
163
|
+
type CONTEXT = _i_in._T_Value;
|
|
164
|
+
namespace PARAMS {
|
|
165
|
+
namespace value_deserializers {
|
|
166
|
+
}
|
|
167
|
+
type value_deserializers = _i_vd._T_Value_Deserializers;
|
|
168
|
+
}
|
|
169
|
+
namespace RESULT {
|
|
170
|
+
namespace annotation {
|
|
171
|
+
}
|
|
172
|
+
type annotation = _i_in._T_Range;
|
|
173
|
+
}
|
|
174
|
+
type RESULT = _i_out._T_Text_Type<_i_in._T_Range>;
|
|
175
|
+
}
|
|
176
|
+
export declare namespace _T_Type {
|
|
177
|
+
namespace CONTEXT {
|
|
178
|
+
}
|
|
179
|
+
type CONTEXT = _i_in._T_Value;
|
|
180
|
+
namespace PARAMS {
|
|
181
|
+
namespace value_deserializers {
|
|
182
|
+
}
|
|
183
|
+
type value_deserializers = _i_vd._T_Value_Deserializers;
|
|
184
|
+
}
|
|
185
|
+
namespace RESULT {
|
|
186
|
+
namespace annotation {
|
|
187
|
+
}
|
|
188
|
+
type annotation = _i_in._T_Range;
|
|
189
|
+
}
|
|
190
|
+
type RESULT = _i_out._T_Type<_i_in._T_Range>;
|
|
191
|
+
}
|
|
192
|
+
export declare namespace _T_Type_Node {
|
|
193
|
+
namespace CONTEXT {
|
|
194
|
+
}
|
|
195
|
+
type CONTEXT = _i_in._T_Value;
|
|
196
|
+
namespace PARAMS {
|
|
197
|
+
namespace value_deserializers {
|
|
198
|
+
}
|
|
199
|
+
type value_deserializers = _i_vd._T_Value_Deserializers;
|
|
200
|
+
}
|
|
201
|
+
namespace RESULT {
|
|
202
|
+
namespace annotation {
|
|
203
|
+
}
|
|
204
|
+
type annotation = _i_in._T_Range;
|
|
205
|
+
}
|
|
206
|
+
type RESULT = _i_out._T_Type_Node<_i_in._T_Range>;
|
|
207
|
+
}
|
|
208
|
+
export declare namespace _T_Types {
|
|
209
|
+
namespace CONTEXT {
|
|
210
|
+
}
|
|
211
|
+
type CONTEXT = _i_in._T_Value;
|
|
212
|
+
namespace PARAMS {
|
|
213
|
+
namespace value_deserializers {
|
|
214
|
+
}
|
|
215
|
+
type value_deserializers = _i_vd._T_Value_Deserializers;
|
|
216
|
+
}
|
|
217
|
+
namespace RESULT {
|
|
218
|
+
namespace annotation {
|
|
219
|
+
}
|
|
220
|
+
type annotation = _i_in._T_Range;
|
|
221
|
+
}
|
|
222
|
+
type RESULT = _i_out._T_Types<_i_in._T_Range>;
|
|
223
|
+
}
|
|
224
|
+
export declare namespace Dictionary {
|
|
225
|
+
namespace CONTEXT {
|
|
226
|
+
}
|
|
227
|
+
type CONTEXT = _i_in._T_Value;
|
|
228
|
+
namespace PARAMS {
|
|
229
|
+
namespace value_deserializers {
|
|
230
|
+
}
|
|
231
|
+
type value_deserializers = _i_vd._T_Value_Deserializers;
|
|
232
|
+
}
|
|
233
|
+
namespace RESULT {
|
|
234
|
+
namespace annotation {
|
|
235
|
+
}
|
|
236
|
+
type annotation = _i_in._T_Range;
|
|
237
|
+
}
|
|
238
|
+
type RESULT = _i_out._T_Dictionary<_i_in._T_Range>;
|
|
239
|
+
}
|
|
240
|
+
export declare namespace Globals {
|
|
241
|
+
namespace CONTEXT {
|
|
242
|
+
}
|
|
243
|
+
type CONTEXT = _i_in._T_Value;
|
|
244
|
+
namespace PARAMS {
|
|
245
|
+
namespace value_deserializers {
|
|
246
|
+
}
|
|
247
|
+
type value_deserializers = _i_vd._T_Value_Deserializers;
|
|
248
|
+
}
|
|
249
|
+
namespace RESULT {
|
|
250
|
+
namespace annotation {
|
|
251
|
+
}
|
|
252
|
+
type annotation = _i_in._T_Range;
|
|
253
|
+
}
|
|
254
|
+
type RESULT = _i_out._T_Globals<_i_in._T_Range>;
|
|
255
|
+
}
|
|
256
|
+
export declare namespace Group {
|
|
257
|
+
namespace CONTEXT {
|
|
258
|
+
}
|
|
259
|
+
type CONTEXT = _i_in._T_Value;
|
|
260
|
+
namespace PARAMS {
|
|
261
|
+
namespace value_deserializers {
|
|
262
|
+
}
|
|
263
|
+
type value_deserializers = _i_vd._T_Value_Deserializers;
|
|
264
|
+
}
|
|
265
|
+
namespace RESULT {
|
|
266
|
+
namespace annotation {
|
|
267
|
+
}
|
|
268
|
+
type annotation = _i_in._T_Range;
|
|
269
|
+
}
|
|
270
|
+
type RESULT = _i_out._T_Group<_i_in._T_Range>;
|
|
271
|
+
}
|
|
272
|
+
export declare namespace Imports {
|
|
273
|
+
namespace CONTEXT {
|
|
274
|
+
}
|
|
275
|
+
type CONTEXT = _i_in._T_Value;
|
|
276
|
+
namespace PARAMS {
|
|
277
|
+
namespace value_deserializers {
|
|
278
|
+
}
|
|
279
|
+
type value_deserializers = _i_vd._T_Value_Deserializers;
|
|
280
|
+
}
|
|
281
|
+
namespace RESULT {
|
|
282
|
+
namespace annotation {
|
|
283
|
+
}
|
|
284
|
+
type annotation = _i_in._T_Range;
|
|
285
|
+
}
|
|
286
|
+
type RESULT = _i_out._T_Imports<_i_in._T_Range>;
|
|
287
|
+
}
|
|
288
|
+
export declare namespace Schema {
|
|
289
|
+
namespace CONTEXT {
|
|
290
|
+
}
|
|
291
|
+
type CONTEXT = _i_in._T_Value;
|
|
292
|
+
namespace PARAMS {
|
|
293
|
+
namespace value_deserializers {
|
|
294
|
+
}
|
|
295
|
+
type value_deserializers = _i_vd._T_Value_Deserializers;
|
|
296
|
+
}
|
|
297
|
+
namespace RESULT {
|
|
298
|
+
namespace annotation {
|
|
299
|
+
}
|
|
300
|
+
type annotation = _i_in._T_Range;
|
|
301
|
+
}
|
|
302
|
+
type RESULT = _i_out._T_Schema<_i_in._T_Range>;
|
|
303
|
+
}
|
|
304
|
+
export declare namespace Schema_Tree {
|
|
305
|
+
namespace CONTEXT {
|
|
306
|
+
}
|
|
307
|
+
type CONTEXT = _i_in._T_Value;
|
|
308
|
+
namespace PARAMS {
|
|
309
|
+
namespace value_deserializers {
|
|
310
|
+
}
|
|
311
|
+
type value_deserializers = _i_vd._T_Value_Deserializers;
|
|
312
|
+
}
|
|
313
|
+
namespace RESULT {
|
|
314
|
+
namespace annotation {
|
|
315
|
+
}
|
|
316
|
+
type annotation = _i_in._T_Range;
|
|
317
|
+
}
|
|
318
|
+
type RESULT = _i_out._T_Schema_Tree<_i_in._T_Range>;
|
|
319
|
+
}
|
|
320
|
+
export declare namespace Schemas {
|
|
321
|
+
namespace CONTEXT {
|
|
322
|
+
}
|
|
323
|
+
type CONTEXT = _i_in._T_Value;
|
|
324
|
+
namespace PARAMS {
|
|
325
|
+
namespace value_deserializers {
|
|
326
|
+
}
|
|
327
|
+
type value_deserializers = _i_vd._T_Value_Deserializers;
|
|
328
|
+
}
|
|
329
|
+
namespace RESULT {
|
|
330
|
+
namespace annotation {
|
|
331
|
+
}
|
|
332
|
+
type annotation = _i_in._T_Range;
|
|
333
|
+
}
|
|
334
|
+
type RESULT = _i_out._T_Schemas<_i_in._T_Range>;
|
|
335
|
+
}
|
|
336
|
+
export declare namespace Text_Type {
|
|
337
|
+
namespace CONTEXT {
|
|
338
|
+
}
|
|
339
|
+
type CONTEXT = _i_in._T_Value;
|
|
340
|
+
namespace PARAMS {
|
|
341
|
+
namespace value_deserializers {
|
|
342
|
+
}
|
|
343
|
+
type value_deserializers = _i_vd._T_Value_Deserializers;
|
|
344
|
+
}
|
|
345
|
+
namespace RESULT {
|
|
346
|
+
namespace annotation {
|
|
347
|
+
}
|
|
348
|
+
type annotation = _i_in._T_Range;
|
|
349
|
+
}
|
|
350
|
+
type RESULT = _i_out._T_Text_Type<_i_in._T_Range>;
|
|
351
|
+
}
|
|
352
|
+
export declare namespace Type {
|
|
353
|
+
namespace CONTEXT {
|
|
354
|
+
}
|
|
355
|
+
type CONTEXT = _i_in._T_Value;
|
|
356
|
+
namespace PARAMS {
|
|
357
|
+
namespace value_deserializers {
|
|
358
|
+
}
|
|
359
|
+
type value_deserializers = _i_vd._T_Value_Deserializers;
|
|
360
|
+
}
|
|
361
|
+
namespace RESULT {
|
|
362
|
+
namespace annotation {
|
|
363
|
+
}
|
|
364
|
+
type annotation = _i_in._T_Range;
|
|
365
|
+
}
|
|
366
|
+
type RESULT = _i_out._T_Type<_i_in._T_Range>;
|
|
367
|
+
}
|
|
368
|
+
export declare namespace Type_Node {
|
|
369
|
+
namespace CONTEXT {
|
|
370
|
+
}
|
|
371
|
+
type CONTEXT = _i_in._T_Value;
|
|
372
|
+
namespace PARAMS {
|
|
373
|
+
namespace value_deserializers {
|
|
374
|
+
}
|
|
375
|
+
type value_deserializers = _i_vd._T_Value_Deserializers;
|
|
376
|
+
}
|
|
377
|
+
namespace RESULT {
|
|
378
|
+
namespace annotation {
|
|
379
|
+
}
|
|
380
|
+
type annotation = _i_in._T_Range;
|
|
381
|
+
}
|
|
382
|
+
type RESULT = _i_out._T_Type_Node<_i_in._T_Range>;
|
|
383
|
+
}
|
|
384
|
+
export declare namespace Types {
|
|
385
|
+
namespace CONTEXT {
|
|
386
|
+
}
|
|
387
|
+
type CONTEXT = _i_in._T_Value;
|
|
388
|
+
namespace PARAMS {
|
|
389
|
+
namespace value_deserializers {
|
|
390
|
+
}
|
|
391
|
+
type value_deserializers = _i_vd._T_Value_Deserializers;
|
|
392
|
+
}
|
|
393
|
+
namespace RESULT {
|
|
394
|
+
namespace annotation {
|
|
395
|
+
}
|
|
396
|
+
type annotation = _i_in._T_Range;
|
|
397
|
+
}
|
|
398
|
+
type RESULT = _i_out._T_Types<_i_in._T_Range>;
|
|
399
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidW5tYXJzaGFsbC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3NyYy9nZW5lcmF0ZWQvaW50ZXJmYWNlL3NjaGVtYXMvYXN0bl9zY2hlbWEvdW5tYXJzaGFsbC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIn0=
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
export type _T_Value_Deserializers = {
|
|
2
|
+
readonly 'boolean': ($$_: string, $$_p: null) => boolean;
|
|
3
|
+
readonly 'custom numbers': null;
|
|
4
|
+
readonly 'default number': ($$_: string, $$_p: null) => number;
|
|
5
|
+
};
|
|
6
|
+
export type Value_Deserializers = _T_Value_Deserializers;
|
|
7
|
+
export declare namespace _T_Value_Deserializers {
|
|
8
|
+
namespace _boolean {
|
|
9
|
+
type CONTEXT = string;
|
|
10
|
+
namespace PARAMS {
|
|
11
|
+
}
|
|
12
|
+
type RESULT = boolean;
|
|
13
|
+
}
|
|
14
|
+
type _boolean = ($$_: string, $$_p: null) => boolean;
|
|
15
|
+
namespace custom_numbers {
|
|
16
|
+
}
|
|
17
|
+
type custom_numbers = null;
|
|
18
|
+
namespace default_number {
|
|
19
|
+
type CONTEXT = string;
|
|
20
|
+
namespace PARAMS {
|
|
21
|
+
}
|
|
22
|
+
type RESULT = number;
|
|
23
|
+
}
|
|
24
|
+
type default_number = ($$_: string, $$_p: null) => number;
|
|
25
|
+
}
|
|
26
|
+
export declare namespace Value_Deserializers {
|
|
27
|
+
namespace _boolean {
|
|
28
|
+
type CONTEXT = string;
|
|
29
|
+
namespace PARAMS {
|
|
30
|
+
}
|
|
31
|
+
type RESULT = boolean;
|
|
32
|
+
}
|
|
33
|
+
type _boolean = ($$_: string, $$_p: null) => boolean;
|
|
34
|
+
namespace custom_numbers {
|
|
35
|
+
}
|
|
36
|
+
type custom_numbers = null;
|
|
37
|
+
namespace default_number {
|
|
38
|
+
type CONTEXT = string;
|
|
39
|
+
namespace PARAMS {
|
|
40
|
+
}
|
|
41
|
+
type RESULT = number;
|
|
42
|
+
}
|
|
43
|
+
type default_number = ($$_: string, $$_p: null) => number;
|
|
44
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidmFsdWVfZGVzZXJpYWxpemVycy5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3NyYy9nZW5lcmF0ZWQvaW50ZXJmYWNlL3NjaGVtYXMvYXN0bl9zY2hlbWEvdmFsdWVfZGVzZXJpYWxpemVycy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIn0=
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
export type _T_Value_Serializers = {
|
|
2
|
+
readonly 'boolean': ($$_: boolean, $$_p: null) => string;
|
|
3
|
+
readonly 'custom numbers': null;
|
|
4
|
+
readonly 'default number': ($$_: number, $$_p: null) => string;
|
|
5
|
+
};
|
|
6
|
+
export type Value_Serializers = _T_Value_Serializers;
|
|
7
|
+
export declare namespace _T_Value_Serializers {
|
|
8
|
+
namespace _boolean {
|
|
9
|
+
type CONTEXT = boolean;
|
|
10
|
+
namespace PARAMS {
|
|
11
|
+
}
|
|
12
|
+
type RESULT = string;
|
|
13
|
+
}
|
|
14
|
+
type _boolean = ($$_: boolean, $$_p: null) => string;
|
|
15
|
+
namespace custom_numbers {
|
|
16
|
+
}
|
|
17
|
+
type custom_numbers = null;
|
|
18
|
+
namespace default_number {
|
|
19
|
+
type CONTEXT = number;
|
|
20
|
+
namespace PARAMS {
|
|
21
|
+
}
|
|
22
|
+
type RESULT = string;
|
|
23
|
+
}
|
|
24
|
+
type default_number = ($$_: number, $$_p: null) => string;
|
|
25
|
+
}
|
|
26
|
+
export declare namespace Value_Serializers {
|
|
27
|
+
namespace _boolean {
|
|
28
|
+
type CONTEXT = boolean;
|
|
29
|
+
namespace PARAMS {
|
|
30
|
+
}
|
|
31
|
+
type RESULT = string;
|
|
32
|
+
}
|
|
33
|
+
type _boolean = ($$_: boolean, $$_p: null) => string;
|
|
34
|
+
namespace custom_numbers {
|
|
35
|
+
}
|
|
36
|
+
type custom_numbers = null;
|
|
37
|
+
namespace default_number {
|
|
38
|
+
type CONTEXT = number;
|
|
39
|
+
namespace PARAMS {
|
|
40
|
+
}
|
|
41
|
+
type RESULT = string;
|
|
42
|
+
}
|
|
43
|
+
type default_number = ($$_: number, $$_p: null) => string;
|
|
44
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidmFsdWVfc2VyaWFsaXplcnMuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9zcmMvZ2VuZXJhdGVkL2ludGVyZmFjZS9zY2hlbWFzL2FzdG5fc2NoZW1hL3ZhbHVlX3NlcmlhbGl6ZXJzLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIifQ==
|