exupery 0.1.10 → 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 +27 -7
- package/dist/generated/implementation/generic/unmarshall.js +126 -34
- package/dist/generated/implementation/schemas/implementation/marshall.d.ts +7 -7
- package/dist/generated/implementation/schemas/implementation/marshall.js +6 -6
- package/dist/generated/implementation/schemas/implementation/resolve.d.ts +1 -1
- package/dist/generated/implementation/schemas/implementation/unmarshall.js +386 -191
- package/dist/generated/implementation/schemas/interface/marshall.d.ts +7 -7
- package/dist/generated/implementation/schemas/interface/marshall.js +7 -3
- 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.js +179 -88
- package/dist/generated/implementation/schemas/typescript_light/marshall.d.ts +10 -10
- package/dist/generated/implementation/schemas/typescript_light/marshall.js +9 -9
- package/dist/generated/implementation/schemas/typescript_light/unmarshall.js +306 -154
- 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} +2 -2
- package/dist/generated/interface/schemas/implementation/{resolved.js → data_types/resolved.js} +1 -1
- package/dist/generated/interface/schemas/implementation/{unresolved.d.ts → data_types/unresolved.d.ts} +2 -2
- package/dist/generated/interface/schemas/{interface → implementation/data_types}/unresolved.js +1 -1
- package/dist/generated/interface/schemas/implementation/marshall.d.ts +51 -94
- package/dist/generated/interface/schemas/implementation/migrate_boilerplate.d.ts +2 -2
- package/dist/generated/interface/schemas/implementation/unmarshall.d.ts +121 -36
- 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/{resolved.js → data_types/resolved.js} +1 -1
- package/dist/generated/interface/schemas/interface/{unresolved.d.ts → data_types/unresolved.d.ts} +8 -6
- package/dist/generated/interface/schemas/{implementation → interface/data_types}/unresolved.js +1 -1
- package/dist/generated/interface/schemas/interface/marshall.d.ts +51 -94
- package/dist/generated/interface/schemas/interface/migrate_boilerplate.d.ts +2 -2
- package/dist/generated/interface/schemas/interface/unmarshall.d.ts +121 -36
- 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/marshall.d.ts +72 -115
- package/dist/generated/interface/schemas/typescript_light/migrate_boilerplate.d.ts +2 -2
- package/dist/generated/interface/schemas/typescript_light/unmarshall.d.ts +92 -11
- 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 +2 -2
- 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/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.d.ts +0 -8
- package/dist/generated/implementation/schemas/implementation/migration_boilerplate.js +0 -234
- package/dist/generated/implementation/schemas/implementation/serializer.d.ts +0 -8
- package/dist/generated/implementation/schemas/implementation/serializer.js +0 -533
- 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.d.ts +0 -8
- package/dist/generated/implementation/schemas/interface/serializer.js +0 -299
- 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.d.ts +0 -11
- package/dist/generated/implementation/schemas/typescript_light/serializer.js +0 -429
- 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.d.ts +0 -170
- package/dist/generated/interface/schemas/implementation/migration_boilerplate.js +0 -3
- package/dist/generated/interface/schemas/implementation/serializer.d.ts +0 -256
- package/dist/generated/interface/schemas/implementation/serializer.js +0 -3
- package/dist/generated/interface/schemas/interface/constrained/resolve.d.ts +0 -437
- package/dist/generated/interface/schemas/interface/migration_boilerplate.d.ts +0 -170
- 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/interface/serializer.d.ts +0 -256
- package/dist/generated/interface/schemas/interface/serializer.js +0 -3
- package/dist/generated/interface/schemas/typescript_light/migration_boilerplate.d.ts +0 -222
- package/dist/generated/interface/schemas/typescript_light/migration_boilerplate.js +0 -3
- package/dist/generated/interface/schemas/typescript_light/serializer.d.ts +0 -346
- 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
|
@@ -1,12 +1,27 @@
|
|
|
1
1
|
import * as _i_in from "../../core/astn_source";
|
|
2
|
-
import * as _i_out from "./unresolved";
|
|
3
|
-
|
|
4
|
-
export type
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
export type
|
|
8
|
-
|
|
9
|
-
|
|
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>;
|
|
10
25
|
export type Imports = _T_Imports;
|
|
11
26
|
export type Module = _T_Module;
|
|
12
27
|
export type Module_Set = _T_Module_Set;
|
|
@@ -19,152 +34,222 @@ export declare namespace _T_Imports {
|
|
|
19
34
|
}
|
|
20
35
|
type CONTEXT = _i_in._T_Value;
|
|
21
36
|
namespace PARAMS {
|
|
37
|
+
namespace value_deserializers {
|
|
38
|
+
}
|
|
39
|
+
type value_deserializers = _i_vd._T_Value_Deserializers;
|
|
22
40
|
}
|
|
23
41
|
namespace RESULT {
|
|
24
|
-
|
|
42
|
+
namespace annotation {
|
|
43
|
+
}
|
|
44
|
+
type annotation = _i_in._T_Range;
|
|
25
45
|
}
|
|
26
|
-
type RESULT = _i_out._T_Imports<
|
|
46
|
+
type RESULT = _i_out._T_Imports<_i_in._T_Range>;
|
|
27
47
|
}
|
|
28
48
|
export declare namespace _T_Module {
|
|
29
49
|
namespace CONTEXT {
|
|
30
50
|
}
|
|
31
51
|
type CONTEXT = _i_in._T_Value;
|
|
32
52
|
namespace PARAMS {
|
|
53
|
+
namespace value_deserializers {
|
|
54
|
+
}
|
|
55
|
+
type value_deserializers = _i_vd._T_Value_Deserializers;
|
|
33
56
|
}
|
|
34
57
|
namespace RESULT {
|
|
35
|
-
|
|
58
|
+
namespace annotation {
|
|
59
|
+
}
|
|
60
|
+
type annotation = _i_in._T_Range;
|
|
36
61
|
}
|
|
37
|
-
type RESULT = _i_out._T_Module<
|
|
62
|
+
type RESULT = _i_out._T_Module<_i_in._T_Range>;
|
|
38
63
|
}
|
|
39
64
|
export declare namespace _T_Module_Set {
|
|
40
65
|
namespace CONTEXT {
|
|
41
66
|
}
|
|
42
67
|
type CONTEXT = _i_in._T_Value;
|
|
43
68
|
namespace PARAMS {
|
|
69
|
+
namespace value_deserializers {
|
|
70
|
+
}
|
|
71
|
+
type value_deserializers = _i_vd._T_Value_Deserializers;
|
|
44
72
|
}
|
|
45
73
|
namespace RESULT {
|
|
46
|
-
|
|
74
|
+
namespace annotation {
|
|
75
|
+
}
|
|
76
|
+
type annotation = _i_in._T_Range;
|
|
47
77
|
}
|
|
48
|
-
type RESULT = _i_out._T_Module_Set<
|
|
78
|
+
type RESULT = _i_out._T_Module_Set<_i_in._T_Range>;
|
|
49
79
|
}
|
|
50
80
|
export declare namespace _T_Type {
|
|
51
81
|
namespace CONTEXT {
|
|
52
82
|
}
|
|
53
83
|
type CONTEXT = _i_in._T_Value;
|
|
54
84
|
namespace PARAMS {
|
|
85
|
+
namespace value_deserializers {
|
|
86
|
+
}
|
|
87
|
+
type value_deserializers = _i_vd._T_Value_Deserializers;
|
|
55
88
|
}
|
|
56
89
|
namespace RESULT {
|
|
57
|
-
|
|
90
|
+
namespace annotation {
|
|
91
|
+
}
|
|
92
|
+
type annotation = _i_in._T_Range;
|
|
58
93
|
}
|
|
59
|
-
type RESULT = _i_out._T_Type<
|
|
94
|
+
type RESULT = _i_out._T_Type<_i_in._T_Range>;
|
|
60
95
|
}
|
|
61
96
|
export declare namespace _T_Type_Arguments {
|
|
62
97
|
namespace CONTEXT {
|
|
63
98
|
}
|
|
64
99
|
type CONTEXT = _i_in._T_Value;
|
|
65
100
|
namespace PARAMS {
|
|
101
|
+
namespace value_deserializers {
|
|
102
|
+
}
|
|
103
|
+
type value_deserializers = _i_vd._T_Value_Deserializers;
|
|
66
104
|
}
|
|
67
105
|
namespace RESULT {
|
|
68
|
-
|
|
106
|
+
namespace annotation {
|
|
107
|
+
}
|
|
108
|
+
type annotation = _i_in._T_Range;
|
|
69
109
|
}
|
|
70
|
-
type RESULT = _i_out._T_Type_Arguments<
|
|
110
|
+
type RESULT = _i_out._T_Type_Arguments<_i_in._T_Range>;
|
|
71
111
|
}
|
|
72
112
|
export declare namespace _T_Type_Parameter_Selection {
|
|
73
113
|
namespace CONTEXT {
|
|
74
114
|
}
|
|
75
115
|
type CONTEXT = _i_in._T_Value;
|
|
76
116
|
namespace PARAMS {
|
|
117
|
+
namespace value_deserializers {
|
|
118
|
+
}
|
|
119
|
+
type value_deserializers = _i_vd._T_Value_Deserializers;
|
|
77
120
|
}
|
|
78
121
|
namespace RESULT {
|
|
79
|
-
|
|
122
|
+
namespace annotation {
|
|
123
|
+
}
|
|
124
|
+
type annotation = _i_in._T_Range;
|
|
80
125
|
}
|
|
81
|
-
type RESULT = _i_out._T_Type_Parameter_Selection<
|
|
126
|
+
type RESULT = _i_out._T_Type_Parameter_Selection<_i_in._T_Range>;
|
|
82
127
|
}
|
|
83
128
|
export declare namespace _T_Type_Parameters {
|
|
84
129
|
namespace CONTEXT {
|
|
85
130
|
}
|
|
86
131
|
type CONTEXT = _i_in._T_Value;
|
|
87
132
|
namespace PARAMS {
|
|
133
|
+
namespace value_deserializers {
|
|
134
|
+
}
|
|
135
|
+
type value_deserializers = _i_vd._T_Value_Deserializers;
|
|
88
136
|
}
|
|
89
137
|
namespace RESULT {
|
|
90
|
-
|
|
138
|
+
namespace annotation {
|
|
139
|
+
}
|
|
140
|
+
type annotation = _i_in._T_Range;
|
|
91
141
|
}
|
|
92
|
-
type RESULT = _i_out._T_Type_Parameters<
|
|
142
|
+
type RESULT = _i_out._T_Type_Parameters<_i_in._T_Range>;
|
|
93
143
|
}
|
|
94
144
|
export declare namespace Imports {
|
|
95
145
|
namespace CONTEXT {
|
|
96
146
|
}
|
|
97
147
|
type CONTEXT = _i_in._T_Value;
|
|
98
148
|
namespace PARAMS {
|
|
149
|
+
namespace value_deserializers {
|
|
150
|
+
}
|
|
151
|
+
type value_deserializers = _i_vd._T_Value_Deserializers;
|
|
99
152
|
}
|
|
100
153
|
namespace RESULT {
|
|
101
|
-
|
|
154
|
+
namespace annotation {
|
|
155
|
+
}
|
|
156
|
+
type annotation = _i_in._T_Range;
|
|
102
157
|
}
|
|
103
|
-
type RESULT = _i_out._T_Imports<
|
|
158
|
+
type RESULT = _i_out._T_Imports<_i_in._T_Range>;
|
|
104
159
|
}
|
|
105
160
|
export declare namespace Module {
|
|
106
161
|
namespace CONTEXT {
|
|
107
162
|
}
|
|
108
163
|
type CONTEXT = _i_in._T_Value;
|
|
109
164
|
namespace PARAMS {
|
|
165
|
+
namespace value_deserializers {
|
|
166
|
+
}
|
|
167
|
+
type value_deserializers = _i_vd._T_Value_Deserializers;
|
|
110
168
|
}
|
|
111
169
|
namespace RESULT {
|
|
112
|
-
|
|
170
|
+
namespace annotation {
|
|
171
|
+
}
|
|
172
|
+
type annotation = _i_in._T_Range;
|
|
113
173
|
}
|
|
114
|
-
type RESULT = _i_out._T_Module<
|
|
174
|
+
type RESULT = _i_out._T_Module<_i_in._T_Range>;
|
|
115
175
|
}
|
|
116
176
|
export declare namespace Module_Set {
|
|
117
177
|
namespace CONTEXT {
|
|
118
178
|
}
|
|
119
179
|
type CONTEXT = _i_in._T_Value;
|
|
120
180
|
namespace PARAMS {
|
|
181
|
+
namespace value_deserializers {
|
|
182
|
+
}
|
|
183
|
+
type value_deserializers = _i_vd._T_Value_Deserializers;
|
|
121
184
|
}
|
|
122
185
|
namespace RESULT {
|
|
123
|
-
|
|
186
|
+
namespace annotation {
|
|
187
|
+
}
|
|
188
|
+
type annotation = _i_in._T_Range;
|
|
124
189
|
}
|
|
125
|
-
type RESULT = _i_out._T_Module_Set<
|
|
190
|
+
type RESULT = _i_out._T_Module_Set<_i_in._T_Range>;
|
|
126
191
|
}
|
|
127
192
|
export declare namespace Type {
|
|
128
193
|
namespace CONTEXT {
|
|
129
194
|
}
|
|
130
195
|
type CONTEXT = _i_in._T_Value;
|
|
131
196
|
namespace PARAMS {
|
|
197
|
+
namespace value_deserializers {
|
|
198
|
+
}
|
|
199
|
+
type value_deserializers = _i_vd._T_Value_Deserializers;
|
|
132
200
|
}
|
|
133
201
|
namespace RESULT {
|
|
134
|
-
|
|
202
|
+
namespace annotation {
|
|
203
|
+
}
|
|
204
|
+
type annotation = _i_in._T_Range;
|
|
135
205
|
}
|
|
136
|
-
type RESULT = _i_out._T_Type<
|
|
206
|
+
type RESULT = _i_out._T_Type<_i_in._T_Range>;
|
|
137
207
|
}
|
|
138
208
|
export declare namespace Type_Arguments {
|
|
139
209
|
namespace CONTEXT {
|
|
140
210
|
}
|
|
141
211
|
type CONTEXT = _i_in._T_Value;
|
|
142
212
|
namespace PARAMS {
|
|
213
|
+
namespace value_deserializers {
|
|
214
|
+
}
|
|
215
|
+
type value_deserializers = _i_vd._T_Value_Deserializers;
|
|
143
216
|
}
|
|
144
217
|
namespace RESULT {
|
|
145
|
-
|
|
218
|
+
namespace annotation {
|
|
219
|
+
}
|
|
220
|
+
type annotation = _i_in._T_Range;
|
|
146
221
|
}
|
|
147
|
-
type RESULT = _i_out._T_Type_Arguments<
|
|
222
|
+
type RESULT = _i_out._T_Type_Arguments<_i_in._T_Range>;
|
|
148
223
|
}
|
|
149
224
|
export declare namespace Type_Parameter_Selection {
|
|
150
225
|
namespace CONTEXT {
|
|
151
226
|
}
|
|
152
227
|
type CONTEXT = _i_in._T_Value;
|
|
153
228
|
namespace PARAMS {
|
|
229
|
+
namespace value_deserializers {
|
|
230
|
+
}
|
|
231
|
+
type value_deserializers = _i_vd._T_Value_Deserializers;
|
|
154
232
|
}
|
|
155
233
|
namespace RESULT {
|
|
156
|
-
|
|
234
|
+
namespace annotation {
|
|
235
|
+
}
|
|
236
|
+
type annotation = _i_in._T_Range;
|
|
157
237
|
}
|
|
158
|
-
type RESULT = _i_out._T_Type_Parameter_Selection<
|
|
238
|
+
type RESULT = _i_out._T_Type_Parameter_Selection<_i_in._T_Range>;
|
|
159
239
|
}
|
|
160
240
|
export declare namespace Type_Parameters {
|
|
161
241
|
namespace CONTEXT {
|
|
162
242
|
}
|
|
163
243
|
type CONTEXT = _i_in._T_Value;
|
|
164
244
|
namespace PARAMS {
|
|
245
|
+
namespace value_deserializers {
|
|
246
|
+
}
|
|
247
|
+
type value_deserializers = _i_vd._T_Value_Deserializers;
|
|
165
248
|
}
|
|
166
249
|
namespace RESULT {
|
|
167
|
-
|
|
250
|
+
namespace annotation {
|
|
251
|
+
}
|
|
252
|
+
type annotation = _i_in._T_Range;
|
|
168
253
|
}
|
|
169
|
-
type RESULT = _i_out._T_Type_Parameters<
|
|
254
|
+
type RESULT = _i_out._T_Type_Parameters<_i_in._T_Range>;
|
|
170
255
|
}
|
|
@@ -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
|