exupery 0.1.9 → 0.1.11
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/generic/unmarshall.d.ts +41 -0
- package/dist/generated/implementation/generic/unmarshall.js +185 -0
- package/dist/generated/implementation/schemas/implementation/{serializer.d.ts → marshall.d.ts} +1 -1
- package/dist/generated/implementation/schemas/implementation/marshall.js +536 -0
- package/dist/generated/implementation/schemas/implementation/resolve.d.ts +1 -1
- package/dist/generated/implementation/schemas/implementation/resolve.js +15 -5
- package/dist/generated/implementation/schemas/implementation/{migration_boilerplate.d.ts → unmarshall.d.ts} +1 -1
- package/dist/generated/implementation/schemas/implementation/unmarshall.js +498 -0
- package/dist/generated/implementation/schemas/interface/{serializer.d.ts → marshall.d.ts} +1 -1
- package/dist/generated/implementation/schemas/interface/marshall.js +303 -0
- package/dist/generated/implementation/schemas/interface/resolve.d.ts +1 -1
- package/dist/generated/implementation/schemas/interface/resolve.js +4 -1
- package/dist/generated/implementation/schemas/interface/unmarshall.d.ts +8 -0
- package/dist/generated/implementation/schemas/interface/unmarshall.js +254 -0
- package/dist/generated/implementation/schemas/typescript_light/{serializer.d.ts → marshall.d.ts} +1 -1
- package/dist/generated/implementation/schemas/typescript_light/marshall.js +429 -0
- package/dist/generated/implementation/schemas/typescript_light/unmarshall.d.ts +11 -0
- package/dist/generated/implementation/schemas/typescript_light/unmarshall.js +405 -0
- package/dist/generated/interface/core/astn_source.d.ts +116 -0
- package/dist/generated/interface/core/astn_source.js +3 -0
- package/dist/generated/interface/schemas/implementation/{resolve.d.ts → data_types/resolve.d.ts} +1 -1
- package/dist/generated/interface/schemas/implementation/{resolve.js → data_types/resolve.js} +1 -1
- package/dist/generated/interface/schemas/implementation/{resolved.d.ts → data_types/resolved.d.ts} +57 -40
- package/dist/generated/interface/schemas/implementation/data_types/resolved.js +3 -0
- package/dist/generated/interface/schemas/implementation/{unresolved.d.ts → data_types/unresolved.d.ts} +57 -40
- package/dist/generated/interface/schemas/implementation/data_types/unresolved.js +3 -0
- package/dist/generated/interface/schemas/implementation/{serializer.d.ts → marshall.d.ts} +65 -8
- package/dist/generated/interface/schemas/implementation/{resolved.js → marshall.js} +1 -1
- package/dist/generated/interface/schemas/implementation/{migration_boilerplate.d.ts → migrate_boilerplate.d.ts} +2 -2
- package/dist/generated/interface/schemas/implementation/migrate_boilerplate.js +3 -0
- package/dist/generated/interface/schemas/implementation/unmarshall.d.ts +255 -0
- package/dist/generated/interface/schemas/implementation/{serializer.js → unmarshall.js} +1 -1
- package/dist/generated/interface/schemas/implementation/value_deserializers.d.ts +44 -0
- package/dist/generated/interface/schemas/implementation/value_deserializers.js +3 -0
- package/dist/generated/interface/schemas/implementation/value_serializers.d.ts +44 -0
- package/dist/generated/interface/schemas/implementation/value_serializers.js +3 -0
- package/dist/generated/interface/schemas/interface/{resolve.d.ts → data_types/resolve.d.ts} +1 -1
- package/dist/generated/interface/schemas/interface/{constrained → data_types}/resolve.js +1 -1
- package/dist/generated/interface/schemas/interface/{resolved.d.ts → data_types/resolved.d.ts} +8 -6
- package/dist/generated/interface/schemas/interface/data_types/resolved.js +3 -0
- package/dist/generated/interface/schemas/interface/{unresolved.d.ts → data_types/unresolved.d.ts} +8 -6
- package/dist/generated/interface/schemas/interface/{unresolved.js → data_types/unresolved.js} +1 -1
- package/dist/generated/interface/schemas/interface/{serializer.d.ts → marshall.d.ts} +65 -8
- package/dist/generated/interface/schemas/interface/{resolved.js → marshall.js} +1 -1
- package/dist/generated/interface/schemas/interface/{migration_boilerplate.d.ts → migrate_boilerplate.d.ts} +2 -2
- package/dist/generated/interface/schemas/interface/migrate_boilerplate.js +3 -0
- package/dist/generated/interface/schemas/interface/unmarshall.d.ts +255 -0
- package/dist/generated/interface/schemas/interface/{serializer.js → unmarshall.js} +1 -1
- package/dist/generated/interface/schemas/interface/value_deserializers.d.ts +44 -0
- package/dist/generated/interface/schemas/interface/value_deserializers.js +3 -0
- package/dist/generated/interface/schemas/interface/value_serializers.d.ts +44 -0
- package/dist/generated/interface/schemas/interface/value_serializers.js +3 -0
- package/dist/generated/interface/schemas/typescript_light/{unconstrained.d.ts → data_types/unconstrained.d.ts} +1 -1
- package/dist/generated/interface/schemas/typescript_light/{unconstrained.js → data_types/unconstrained.js} +1 -1
- package/dist/generated/interface/schemas/typescript_light/{serializer.d.ts → marshall.d.ts} +92 -11
- package/dist/generated/interface/schemas/typescript_light/marshall.js +3 -0
- package/dist/generated/interface/schemas/typescript_light/{migration_boilerplate.d.ts → migrate_boilerplate.d.ts} +2 -2
- package/dist/generated/interface/schemas/typescript_light/migrate_boilerplate.js +3 -0
- package/dist/generated/interface/schemas/typescript_light/unmarshall.d.ts +303 -0
- package/dist/generated/interface/schemas/{implementation/unresolved.js → typescript_light/unmarshall.js} +1 -1
- package/dist/generated/interface/schemas/typescript_light/value_deserializers.d.ts +44 -0
- package/dist/generated/interface/schemas/typescript_light/value_deserializers.js +3 -0
- package/dist/generated/interface/schemas/typescript_light/value_serializers.d.ts +44 -0
- package/dist/generated/interface/schemas/typescript_light/value_serializers.js +3 -0
- package/dist/shorthands/implementation.d.ts +3 -3
- package/dist/shorthands/implementation.js +8 -6
- package/dist/shorthands/interface.d.ts +4 -3
- package/dist/shorthands/interface.js +9 -3
- package/dist/shorthands/typescript_light.d.ts +1 -1
- package/dist/transformations/implementation/typescript_light.d.ts +3 -3
- package/dist/transformations/implementation/typescript_light.js +14 -4
- package/dist/transformations/interface/typescript_light.d.ts +3 -3
- package/dist/transformations/interface/typescript_light.js +5 -4
- package/dist/transformations/library/typescript_light.d.ts +3 -3
- package/dist/transformations/typescript_light/fountain_pen_block.d.ts +1 -1
- package/package.json +3 -3
- package/dist/generated/generic/resolve.d.ts +0 -90
- package/dist/generated/generic/resolve.js +0 -251
- package/dist/generated/implementation/schemas/implementation/migration_boilerplate.js +0 -234
- package/dist/generated/implementation/schemas/implementation/serializer.js +0 -484
- package/dist/generated/implementation/schemas/interface/migration_boilerplate.d.ts +0 -0
- package/dist/generated/implementation/schemas/interface/migration_boilerplate.js +0 -165
- package/dist/generated/implementation/schemas/interface/serializer.js +0 -287
- package/dist/generated/implementation/schemas/typescript_light/migration_boilerplate.d.ts +0 -5
- package/dist/generated/implementation/schemas/typescript_light/migration_boilerplate.js +0 -144
- package/dist/generated/implementation/schemas/typescript_light/serializer.js +0 -409
- package/dist/generated/interface/core/poormans_parser.d.ts +0 -184
- package/dist/generated/interface/core/poormans_parser.js +0 -3
- package/dist/generated/interface/generic/resolve.d.ts +0 -11
- package/dist/generated/interface/generic/resolve.js +0 -3
- package/dist/generated/interface/schemas/implementation/migration_boilerplate.js +0 -3
- package/dist/generated/interface/schemas/interface/constrained/resolve.d.ts +0 -437
- package/dist/generated/interface/schemas/interface/migration_boilerplate.js +0 -3
- package/dist/generated/interface/schemas/interface/resolve.js +0 -3
- package/dist/generated/interface/schemas/typescript_light/migration_boilerplate.js +0 -3
- package/dist/generated/interface/schemas/typescript_light/serializer.js +0 -3
- package/dist/generated/interface/schemas/typescript_temp/migration_boilerplate.d.ts +0 -134
- package/dist/generated/interface/schemas/typescript_temp/migration_boilerplate.js +0 -3
- package/dist/generated/interface/schemas/typescript_temp/unconstrained.d.ts +0 -136
- package/dist/generated/interface/schemas/typescript_temp/unconstrained.js +0 -3
- package/dist/transformations/implementation/fountain_pen.d.ts +0 -6
- package/dist/transformations/implementation/fountain_pen.js +0 -36
- package/dist/transformations/implementation/typescript.d.ts +0 -24
- package/dist/transformations/implementation/typescript.js +0 -554
- package/dist/transformations/implementation/typescript_temp.d.ts +0 -24
- package/dist/transformations/implementation/typescript_temp.js +0 -554
- package/dist/transformations/interface/fountain_pen.d.ts +0 -4
- package/dist/transformations/interface/fountain_pen.js +0 -47
- package/dist/transformations/interface/typescript.d.ts +0 -23
- package/dist/transformations/interface/typescript.js +0 -524
- package/dist/transformations/interface/typescript_temp.d.ts +0 -23
- package/dist/transformations/interface/typescript_temp.js +0 -524
- package/dist/transformations/library/typescript_temp.d.ts +0 -10
- package/dist/transformations/library/typescript_temp.js +0 -42
- package/dist/transformations/typescript/fountain_pen.d.ts +0 -15
- package/dist/transformations/typescript/fountain_pen.js +0 -281
- package/dist/transformations/typescript/fountain_pen_block.d.ts +0 -15
- package/dist/transformations/typescript/fountain_pen_block.js +0 -281
- package/dist/transformations/typescript/operations/create_identifier.d.ts +0 -1
- package/dist/transformations/typescript/operations/create_identifier.js +0 -260
- package/dist/transformations/typescript_temp/fountain_pen_block.d.ts +0 -3
- package/dist/transformations/typescript_temp/fountain_pen_block.js +0 -8
|
@@ -0,0 +1,255 @@
|
|
|
1
|
+
import * as _i_in from "../../core/astn_source";
|
|
2
|
+
import * as _i_out from "./data_types/unresolved";
|
|
3
|
+
import * as _i_vd from "./value_deserializers";
|
|
4
|
+
export type _T_Imports = ($$_: _i_in._T_Value, $$_p: {
|
|
5
|
+
readonly 'value deserializers': _i_vd._T_Value_Deserializers;
|
|
6
|
+
}) => _i_out._T_Imports<_i_in._T_Range>;
|
|
7
|
+
export type _T_Module = ($$_: _i_in._T_Value, $$_p: {
|
|
8
|
+
readonly 'value deserializers': _i_vd._T_Value_Deserializers;
|
|
9
|
+
}) => _i_out._T_Module<_i_in._T_Range>;
|
|
10
|
+
export type _T_Module_Set = ($$_: _i_in._T_Value, $$_p: {
|
|
11
|
+
readonly 'value deserializers': _i_vd._T_Value_Deserializers;
|
|
12
|
+
}) => _i_out._T_Module_Set<_i_in._T_Range>;
|
|
13
|
+
export type _T_Type = ($$_: _i_in._T_Value, $$_p: {
|
|
14
|
+
readonly 'value deserializers': _i_vd._T_Value_Deserializers;
|
|
15
|
+
}) => _i_out._T_Type<_i_in._T_Range>;
|
|
16
|
+
export type _T_Type_Arguments = ($$_: _i_in._T_Value, $$_p: {
|
|
17
|
+
readonly 'value deserializers': _i_vd._T_Value_Deserializers;
|
|
18
|
+
}) => _i_out._T_Type_Arguments<_i_in._T_Range>;
|
|
19
|
+
export type _T_Type_Parameter_Selection = ($$_: _i_in._T_Value, $$_p: {
|
|
20
|
+
readonly 'value deserializers': _i_vd._T_Value_Deserializers;
|
|
21
|
+
}) => _i_out._T_Type_Parameter_Selection<_i_in._T_Range>;
|
|
22
|
+
export type _T_Type_Parameters = ($$_: _i_in._T_Value, $$_p: {
|
|
23
|
+
readonly 'value deserializers': _i_vd._T_Value_Deserializers;
|
|
24
|
+
}) => _i_out._T_Type_Parameters<_i_in._T_Range>;
|
|
25
|
+
export type Imports = _T_Imports;
|
|
26
|
+
export type Module = _T_Module;
|
|
27
|
+
export type Module_Set = _T_Module_Set;
|
|
28
|
+
export type Type = _T_Type;
|
|
29
|
+
export type Type_Arguments = _T_Type_Arguments;
|
|
30
|
+
export type Type_Parameter_Selection = _T_Type_Parameter_Selection;
|
|
31
|
+
export type Type_Parameters = _T_Type_Parameters;
|
|
32
|
+
export declare namespace _T_Imports {
|
|
33
|
+
namespace CONTEXT {
|
|
34
|
+
}
|
|
35
|
+
type CONTEXT = _i_in._T_Value;
|
|
36
|
+
namespace PARAMS {
|
|
37
|
+
namespace value_deserializers {
|
|
38
|
+
}
|
|
39
|
+
type value_deserializers = _i_vd._T_Value_Deserializers;
|
|
40
|
+
}
|
|
41
|
+
namespace RESULT {
|
|
42
|
+
namespace annotation {
|
|
43
|
+
}
|
|
44
|
+
type annotation = _i_in._T_Range;
|
|
45
|
+
}
|
|
46
|
+
type RESULT = _i_out._T_Imports<_i_in._T_Range>;
|
|
47
|
+
}
|
|
48
|
+
export declare namespace _T_Module {
|
|
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_Module<_i_in._T_Range>;
|
|
63
|
+
}
|
|
64
|
+
export declare namespace _T_Module_Set {
|
|
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_Module_Set<_i_in._T_Range>;
|
|
79
|
+
}
|
|
80
|
+
export declare namespace _T_Type {
|
|
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_Type<_i_in._T_Range>;
|
|
95
|
+
}
|
|
96
|
+
export declare namespace _T_Type_Arguments {
|
|
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_Type_Arguments<_i_in._T_Range>;
|
|
111
|
+
}
|
|
112
|
+
export declare namespace _T_Type_Parameter_Selection {
|
|
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_Type_Parameter_Selection<_i_in._T_Range>;
|
|
127
|
+
}
|
|
128
|
+
export declare namespace _T_Type_Parameters {
|
|
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_Type_Parameters<_i_in._T_Range>;
|
|
143
|
+
}
|
|
144
|
+
export declare namespace Imports {
|
|
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_Imports<_i_in._T_Range>;
|
|
159
|
+
}
|
|
160
|
+
export declare namespace Module {
|
|
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_Module<_i_in._T_Range>;
|
|
175
|
+
}
|
|
176
|
+
export declare namespace Module_Set {
|
|
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_Module_Set<_i_in._T_Range>;
|
|
191
|
+
}
|
|
192
|
+
export declare namespace Type {
|
|
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<_i_in._T_Range>;
|
|
207
|
+
}
|
|
208
|
+
export declare namespace Type_Arguments {
|
|
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_Type_Arguments<_i_in._T_Range>;
|
|
223
|
+
}
|
|
224
|
+
export declare namespace Type_Parameter_Selection {
|
|
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_Type_Parameter_Selection<_i_in._T_Range>;
|
|
239
|
+
}
|
|
240
|
+
export declare namespace Type_Parameters {
|
|
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_Type_Parameters<_i_in._T_Range>;
|
|
255
|
+
}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidW5tYXJzaGFsbC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3NyYy9nZW5lcmF0ZWQvaW50ZXJmYWNlL3NjaGVtYXMvaW50ZXJmYWNlL3VubWFyc2hhbGwudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiJ9
|
|
@@ -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,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidmFsdWVfZGVzZXJpYWxpemVycy5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3NyYy9nZW5lcmF0ZWQvaW50ZXJmYWNlL3NjaGVtYXMvaW50ZXJmYWNlL3ZhbHVlX2Rlc2VyaWFsaXplcnMudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiJ9
|
|
@@ -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,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidmFsdWVfc2VyaWFsaXplcnMuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9zcmMvZ2VuZXJhdGVkL2ludGVyZmFjZS9zY2hlbWFzL2ludGVyZmFjZS92YWx1ZV9zZXJpYWxpemVycy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIn0=
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as _pt from 'exupery-core-types';
|
|
2
|
-
import * as _i_core from "
|
|
2
|
+
import * as _i_core from "../../../core/unconstrained";
|
|
3
3
|
export type _T_Block = _i_core._T_List<null, _T_Block_Part>;
|
|
4
4
|
export type _T_Block_Part = _i_core._T_State_Group<null, readonly ['line', string] | readonly ['nested line', _T_Line] | readonly ['nothing', null] | readonly ['sub block', _T_Block]>;
|
|
5
5
|
export type _T_Directory = _i_core._T_Dictionary<null, _i_core._T_State_Group<null, readonly ['directory', _T_Directory] | readonly ['file', _T_Block]>>;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidW5jb25zdHJhaW5lZC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy9nZW5lcmF0ZWQvaW50ZXJmYWNlL3NjaGVtYXMvdHlwZXNjcmlwdF9saWdodC9kYXRhX3R5cGVzL3VuY29uc3RyYWluZWQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiJ9
|
|
@@ -1,15 +1,36 @@
|
|
|
1
|
-
import * as _i_in from "./unconstrained";
|
|
1
|
+
import * as _i_in from "./data_types/unconstrained";
|
|
2
2
|
import * as _i_out from "../../core/astn_target";
|
|
3
|
-
|
|
4
|
-
export type
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
export type
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
export type
|
|
11
|
-
|
|
12
|
-
|
|
3
|
+
import * as _i_vs from "./value_serializers";
|
|
4
|
+
export type _T_Block = ($$_: _i_in._T_Block, $$_p: {
|
|
5
|
+
readonly 'value serializers': _i_vs._T_Value_Serializers;
|
|
6
|
+
}) => _i_out._T_Value;
|
|
7
|
+
export type _T_Block_Part = ($$_: _i_in._T_Block_Part, $$_p: {
|
|
8
|
+
readonly 'value serializers': _i_vs._T_Value_Serializers;
|
|
9
|
+
}) => _i_out._T_Value;
|
|
10
|
+
export type _T_Directory = ($$_: _i_in._T_Directory, $$_p: {
|
|
11
|
+
readonly 'value serializers': _i_vs._T_Value_Serializers;
|
|
12
|
+
}) => _i_out._T_Value;
|
|
13
|
+
export type _T_Expression = ($$_: _i_in._T_Expression, $$_p: {
|
|
14
|
+
readonly 'value serializers': _i_vs._T_Value_Serializers;
|
|
15
|
+
}) => _i_out._T_Value;
|
|
16
|
+
export type _T_Line = ($$_: _i_in._T_Line, $$_p: {
|
|
17
|
+
readonly 'value serializers': _i_vs._T_Value_Serializers;
|
|
18
|
+
}) => _i_out._T_Value;
|
|
19
|
+
export type _T_Line_Part = ($$_: _i_in._T_Line_Part, $$_p: {
|
|
20
|
+
readonly 'value serializers': _i_vs._T_Value_Serializers;
|
|
21
|
+
}) => _i_out._T_Value;
|
|
22
|
+
export type _T_Lines = ($$_: _i_in._T_Lines, $$_p: {
|
|
23
|
+
readonly 'value serializers': _i_vs._T_Value_Serializers;
|
|
24
|
+
}) => _i_out._T_Value;
|
|
25
|
+
export type _T_Statements = ($$_: _i_in._T_Statements, $$_p: {
|
|
26
|
+
readonly 'value serializers': _i_vs._T_Value_Serializers;
|
|
27
|
+
}) => _i_out._T_Value;
|
|
28
|
+
export type _T_String_Literal = ($$_: _i_in._T_String_Literal, $$_p: {
|
|
29
|
+
readonly 'value serializers': _i_vs._T_Value_Serializers;
|
|
30
|
+
}) => _i_out._T_Value;
|
|
31
|
+
export type _T_Type = ($$_: _i_in._T_Type, $$_p: {
|
|
32
|
+
readonly 'value serializers': _i_vs._T_Value_Serializers;
|
|
33
|
+
}) => _i_out._T_Value;
|
|
13
34
|
export type Block = _T_Block;
|
|
14
35
|
export type Block_Part = _T_Block_Part;
|
|
15
36
|
export type Directory = _T_Directory;
|
|
@@ -25,6 +46,9 @@ export declare namespace _T_Block {
|
|
|
25
46
|
}
|
|
26
47
|
type CONTEXT = _i_in._T_Block;
|
|
27
48
|
namespace PARAMS {
|
|
49
|
+
namespace value_serializers {
|
|
50
|
+
}
|
|
51
|
+
type value_serializers = _i_vs._T_Value_Serializers;
|
|
28
52
|
}
|
|
29
53
|
namespace RESULT {
|
|
30
54
|
}
|
|
@@ -35,6 +59,9 @@ export declare namespace _T_Block_Part {
|
|
|
35
59
|
}
|
|
36
60
|
type CONTEXT = _i_in._T_Block_Part;
|
|
37
61
|
namespace PARAMS {
|
|
62
|
+
namespace value_serializers {
|
|
63
|
+
}
|
|
64
|
+
type value_serializers = _i_vs._T_Value_Serializers;
|
|
38
65
|
}
|
|
39
66
|
namespace RESULT {
|
|
40
67
|
}
|
|
@@ -45,6 +72,9 @@ export declare namespace _T_Directory {
|
|
|
45
72
|
}
|
|
46
73
|
type CONTEXT = _i_in._T_Directory;
|
|
47
74
|
namespace PARAMS {
|
|
75
|
+
namespace value_serializers {
|
|
76
|
+
}
|
|
77
|
+
type value_serializers = _i_vs._T_Value_Serializers;
|
|
48
78
|
}
|
|
49
79
|
namespace RESULT {
|
|
50
80
|
}
|
|
@@ -55,6 +85,9 @@ export declare namespace _T_Expression {
|
|
|
55
85
|
}
|
|
56
86
|
type CONTEXT = _i_in._T_Expression;
|
|
57
87
|
namespace PARAMS {
|
|
88
|
+
namespace value_serializers {
|
|
89
|
+
}
|
|
90
|
+
type value_serializers = _i_vs._T_Value_Serializers;
|
|
58
91
|
}
|
|
59
92
|
namespace RESULT {
|
|
60
93
|
}
|
|
@@ -65,6 +98,9 @@ export declare namespace _T_Line {
|
|
|
65
98
|
}
|
|
66
99
|
type CONTEXT = _i_in._T_Line;
|
|
67
100
|
namespace PARAMS {
|
|
101
|
+
namespace value_serializers {
|
|
102
|
+
}
|
|
103
|
+
type value_serializers = _i_vs._T_Value_Serializers;
|
|
68
104
|
}
|
|
69
105
|
namespace RESULT {
|
|
70
106
|
}
|
|
@@ -75,6 +111,9 @@ export declare namespace _T_Line_Part {
|
|
|
75
111
|
}
|
|
76
112
|
type CONTEXT = _i_in._T_Line_Part;
|
|
77
113
|
namespace PARAMS {
|
|
114
|
+
namespace value_serializers {
|
|
115
|
+
}
|
|
116
|
+
type value_serializers = _i_vs._T_Value_Serializers;
|
|
78
117
|
}
|
|
79
118
|
namespace RESULT {
|
|
80
119
|
}
|
|
@@ -85,6 +124,9 @@ export declare namespace _T_Lines {
|
|
|
85
124
|
}
|
|
86
125
|
type CONTEXT = _i_in._T_Lines;
|
|
87
126
|
namespace PARAMS {
|
|
127
|
+
namespace value_serializers {
|
|
128
|
+
}
|
|
129
|
+
type value_serializers = _i_vs._T_Value_Serializers;
|
|
88
130
|
}
|
|
89
131
|
namespace RESULT {
|
|
90
132
|
}
|
|
@@ -95,6 +137,9 @@ export declare namespace _T_Statements {
|
|
|
95
137
|
}
|
|
96
138
|
type CONTEXT = _i_in._T_Statements;
|
|
97
139
|
namespace PARAMS {
|
|
140
|
+
namespace value_serializers {
|
|
141
|
+
}
|
|
142
|
+
type value_serializers = _i_vs._T_Value_Serializers;
|
|
98
143
|
}
|
|
99
144
|
namespace RESULT {
|
|
100
145
|
}
|
|
@@ -105,6 +150,9 @@ export declare namespace _T_String_Literal {
|
|
|
105
150
|
}
|
|
106
151
|
type CONTEXT = _i_in._T_String_Literal;
|
|
107
152
|
namespace PARAMS {
|
|
153
|
+
namespace value_serializers {
|
|
154
|
+
}
|
|
155
|
+
type value_serializers = _i_vs._T_Value_Serializers;
|
|
108
156
|
}
|
|
109
157
|
namespace RESULT {
|
|
110
158
|
}
|
|
@@ -115,6 +163,9 @@ export declare namespace _T_Type {
|
|
|
115
163
|
}
|
|
116
164
|
type CONTEXT = _i_in._T_Type;
|
|
117
165
|
namespace PARAMS {
|
|
166
|
+
namespace value_serializers {
|
|
167
|
+
}
|
|
168
|
+
type value_serializers = _i_vs._T_Value_Serializers;
|
|
118
169
|
}
|
|
119
170
|
namespace RESULT {
|
|
120
171
|
}
|
|
@@ -125,6 +176,9 @@ export declare namespace Block {
|
|
|
125
176
|
}
|
|
126
177
|
type CONTEXT = _i_in._T_Block;
|
|
127
178
|
namespace PARAMS {
|
|
179
|
+
namespace value_serializers {
|
|
180
|
+
}
|
|
181
|
+
type value_serializers = _i_vs._T_Value_Serializers;
|
|
128
182
|
}
|
|
129
183
|
namespace RESULT {
|
|
130
184
|
}
|
|
@@ -135,6 +189,9 @@ export declare namespace Block_Part {
|
|
|
135
189
|
}
|
|
136
190
|
type CONTEXT = _i_in._T_Block_Part;
|
|
137
191
|
namespace PARAMS {
|
|
192
|
+
namespace value_serializers {
|
|
193
|
+
}
|
|
194
|
+
type value_serializers = _i_vs._T_Value_Serializers;
|
|
138
195
|
}
|
|
139
196
|
namespace RESULT {
|
|
140
197
|
}
|
|
@@ -145,6 +202,9 @@ export declare namespace Directory {
|
|
|
145
202
|
}
|
|
146
203
|
type CONTEXT = _i_in._T_Directory;
|
|
147
204
|
namespace PARAMS {
|
|
205
|
+
namespace value_serializers {
|
|
206
|
+
}
|
|
207
|
+
type value_serializers = _i_vs._T_Value_Serializers;
|
|
148
208
|
}
|
|
149
209
|
namespace RESULT {
|
|
150
210
|
}
|
|
@@ -155,6 +215,9 @@ export declare namespace Expression {
|
|
|
155
215
|
}
|
|
156
216
|
type CONTEXT = _i_in._T_Expression;
|
|
157
217
|
namespace PARAMS {
|
|
218
|
+
namespace value_serializers {
|
|
219
|
+
}
|
|
220
|
+
type value_serializers = _i_vs._T_Value_Serializers;
|
|
158
221
|
}
|
|
159
222
|
namespace RESULT {
|
|
160
223
|
}
|
|
@@ -165,6 +228,9 @@ export declare namespace Line {
|
|
|
165
228
|
}
|
|
166
229
|
type CONTEXT = _i_in._T_Line;
|
|
167
230
|
namespace PARAMS {
|
|
231
|
+
namespace value_serializers {
|
|
232
|
+
}
|
|
233
|
+
type value_serializers = _i_vs._T_Value_Serializers;
|
|
168
234
|
}
|
|
169
235
|
namespace RESULT {
|
|
170
236
|
}
|
|
@@ -175,6 +241,9 @@ export declare namespace Line_Part {
|
|
|
175
241
|
}
|
|
176
242
|
type CONTEXT = _i_in._T_Line_Part;
|
|
177
243
|
namespace PARAMS {
|
|
244
|
+
namespace value_serializers {
|
|
245
|
+
}
|
|
246
|
+
type value_serializers = _i_vs._T_Value_Serializers;
|
|
178
247
|
}
|
|
179
248
|
namespace RESULT {
|
|
180
249
|
}
|
|
@@ -185,6 +254,9 @@ export declare namespace Lines {
|
|
|
185
254
|
}
|
|
186
255
|
type CONTEXT = _i_in._T_Lines;
|
|
187
256
|
namespace PARAMS {
|
|
257
|
+
namespace value_serializers {
|
|
258
|
+
}
|
|
259
|
+
type value_serializers = _i_vs._T_Value_Serializers;
|
|
188
260
|
}
|
|
189
261
|
namespace RESULT {
|
|
190
262
|
}
|
|
@@ -195,6 +267,9 @@ export declare namespace Statements {
|
|
|
195
267
|
}
|
|
196
268
|
type CONTEXT = _i_in._T_Statements;
|
|
197
269
|
namespace PARAMS {
|
|
270
|
+
namespace value_serializers {
|
|
271
|
+
}
|
|
272
|
+
type value_serializers = _i_vs._T_Value_Serializers;
|
|
198
273
|
}
|
|
199
274
|
namespace RESULT {
|
|
200
275
|
}
|
|
@@ -205,6 +280,9 @@ export declare namespace String_Literal {
|
|
|
205
280
|
}
|
|
206
281
|
type CONTEXT = _i_in._T_String_Literal;
|
|
207
282
|
namespace PARAMS {
|
|
283
|
+
namespace value_serializers {
|
|
284
|
+
}
|
|
285
|
+
type value_serializers = _i_vs._T_Value_Serializers;
|
|
208
286
|
}
|
|
209
287
|
namespace RESULT {
|
|
210
288
|
}
|
|
@@ -215,6 +293,9 @@ export declare namespace Type {
|
|
|
215
293
|
}
|
|
216
294
|
type CONTEXT = _i_in._T_Type;
|
|
217
295
|
namespace PARAMS {
|
|
296
|
+
namespace value_serializers {
|
|
297
|
+
}
|
|
298
|
+
type value_serializers = _i_vs._T_Value_Serializers;
|
|
218
299
|
}
|
|
219
300
|
namespace RESULT {
|
|
220
301
|
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWFyc2hhbGwuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9zcmMvZ2VuZXJhdGVkL2ludGVyZmFjZS9zY2hlbWFzL3R5cGVzY3JpcHRfbGlnaHQvbWFyc2hhbGwudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiJ9
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import * as _i_in from "./unconstrained";
|
|
2
|
-
import * as _i_out from "./unconstrained";
|
|
1
|
+
import * as _i_in from "./data_types/unconstrained";
|
|
2
|
+
import * as _i_out from "./data_types/unconstrained";
|
|
3
3
|
export type _T_Block = ($$_: _i_in._T_Block, $$_p: null) => _i_out._T_Block;
|
|
4
4
|
export type _T_Block_Part = ($$_: _i_in._T_Block_Part, $$_p: null) => _i_out._T_Block_Part;
|
|
5
5
|
export type _T_Directory = ($$_: _i_in._T_Directory, $$_p: null) => _i_out._T_Directory;
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWlncmF0ZV9ib2lsZXJwbGF0ZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3NyYy9nZW5lcmF0ZWQvaW50ZXJmYWNlL3NjaGVtYXMvdHlwZXNjcmlwdF9saWdodC9taWdyYXRlX2JvaWxlcnBsYXRlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIifQ==
|