astn 0.113.27 → 0.113.29
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/implementation/manual/schemas/authoring_parse_tree/productions/token.d.ts +11 -11
- package/dist/implementation/manual/schemas/authoring_parse_tree/productions/token.js +1 -1
- package/dist/implementation/manual/schemas/sealed_target/transformers/fountain_pen_block.js +4 -4
- package/dist/interface/generated/pareto/core/location.d.ts +11 -0
- package/dist/interface/generated/pareto/core/location.js +3 -0
- package/dist/interface/generated/pareto/schemas/astn_schema/data_types/resolve.d.ts +191 -1124
- package/dist/interface/generated/pareto/schemas/astn_schema/data_types/source.d.ts +123 -419
- package/dist/interface/generated/pareto/schemas/astn_schema/data_types/target.d.ts +213 -389
- package/dist/interface/generated/pareto/schemas/astn_schema/deserialize.d.ts +79 -0
- package/dist/interface/generated/pareto/schemas/astn_schema/deserialize.js +3 -0
- package/dist/interface/generated/pareto/schemas/astn_schema/marshall.d.ts +58 -311
- package/dist/interface/generated/pareto/schemas/astn_schema/migrate_boilerplate.d.ts +58 -244
- package/dist/interface/generated/pareto/schemas/astn_schema/serialize.d.ts +57 -266
- package/dist/interface/generated/pareto/schemas/astn_schema/unmarshall.d.ts +58 -377
- package/dist/interface/generated/pareto/schemas/authoring_parse_result/data_types/resolve.js +1 -5
- package/dist/interface/generated/pareto/schemas/authoring_parse_result/data_types/source.d.ts +53 -242
- package/dist/interface/generated/pareto/schemas/authoring_parse_result/data_types/target.d.ts +53 -242
- package/dist/interface/generated/pareto/schemas/authoring_parse_result/deserialize.d.ts +9 -0
- package/dist/interface/generated/pareto/schemas/authoring_parse_result/deserialize.js +3 -0
- package/dist/interface/generated/pareto/schemas/authoring_parse_result/marshall.d.ts +8 -31
- package/dist/interface/generated/pareto/schemas/authoring_parse_result/migrate_boilerplate.d.ts +8 -22
- package/dist/interface/generated/pareto/schemas/authoring_parse_result/serialize.d.ts +7 -26
- package/dist/interface/generated/pareto/schemas/authoring_parse_result/unmarshall.d.ts +8 -31
- package/dist/interface/generated/pareto/schemas/authoring_parse_tree/data_types/resolve.js +1 -5
- package/dist/interface/generated/pareto/schemas/authoring_parse_tree/data_types/source.d.ts +137 -930
- package/dist/interface/generated/pareto/schemas/authoring_parse_tree/data_types/target.d.ts +137 -930
- package/dist/interface/generated/pareto/schemas/authoring_parse_tree/deserialize.d.ts +58 -0
- package/dist/interface/generated/pareto/schemas/authoring_parse_tree/deserialize.js +3 -0
- package/dist/interface/generated/pareto/schemas/authoring_parse_tree/marshall.d.ts +43 -227
- package/dist/interface/generated/pareto/schemas/authoring_parse_tree/migrate_boilerplate.d.ts +43 -162
- package/dist/interface/generated/pareto/schemas/authoring_parse_tree/serialize.d.ts +42 -194
- package/dist/interface/generated/pareto/schemas/authoring_parse_tree/unmarshall.d.ts +43 -227
- package/dist/interface/generated/pareto/schemas/authoring_target/data_types/resolve.js +1 -5
- package/dist/interface/generated/pareto/schemas/authoring_target/data_types/source.d.ts +64 -369
- package/dist/interface/generated/pareto/schemas/authoring_target/data_types/target.d.ts +64 -369
- package/dist/interface/generated/pareto/schemas/authoring_target/deserialize.d.ts +16 -0
- package/dist/interface/generated/pareto/schemas/authoring_target/deserialize.js +3 -0
- package/dist/interface/generated/pareto/schemas/authoring_target/marshall.d.ts +13 -59
- package/dist/interface/generated/pareto/schemas/authoring_target/migrate_boilerplate.d.ts +13 -42
- package/dist/interface/generated/pareto/schemas/authoring_target/serialize.d.ts +12 -50
- package/dist/interface/generated/pareto/schemas/authoring_target/unmarshall.d.ts +13 -59
- package/dist/interface/generated/pareto/schemas/ide/data_types/resolve.js +1 -5
- package/dist/interface/generated/pareto/schemas/ide/data_types/source.d.ts +38 -185
- package/dist/interface/generated/pareto/schemas/ide/data_types/target.d.ts +38 -185
- package/dist/interface/generated/pareto/schemas/ide/deserialize.d.ts +23 -0
- package/dist/interface/generated/pareto/schemas/ide/deserialize.js +3 -0
- package/dist/interface/generated/pareto/schemas/ide/marshall.d.ts +18 -87
- package/dist/interface/generated/pareto/schemas/ide/migrate_boilerplate.d.ts +18 -62
- package/dist/interface/generated/pareto/schemas/ide/serialize.d.ts +17 -74
- package/dist/interface/generated/pareto/schemas/ide/unmarshall.d.ts +18 -87
- package/dist/interface/generated/pareto/schemas/sealed_target/data_types/resolve.js +1 -5
- package/dist/interface/generated/pareto/schemas/sealed_target/data_types/source.d.ts +40 -207
- package/dist/interface/generated/pareto/schemas/sealed_target/data_types/target.d.ts +0 -212
- package/dist/interface/generated/pareto/schemas/sealed_target/data_types/target.js +0 -1
- package/dist/interface/generated/pareto/schemas/sealed_target/deserialize.d.ts +16 -0
- package/dist/interface/generated/pareto/schemas/sealed_target/deserialize.js +3 -0
- package/dist/interface/generated/pareto/schemas/sealed_target/marshall.d.ts +13 -59
- package/dist/interface/generated/pareto/schemas/sealed_target/migrate_boilerplate.d.ts +13 -42
- package/dist/interface/generated/pareto/schemas/sealed_target/serialize.d.ts +12 -50
- package/dist/interface/generated/pareto/schemas/sealed_target/unmarshall.d.ts +13 -59
- package/dist/interface/generated/pareto/schemas/token/data_types/resolve.js +1 -5
- package/dist/interface/generated/pareto/schemas/token/data_types/source.d.ts +98 -305
- package/dist/interface/generated/pareto/schemas/token/data_types/target.d.ts +98 -305
- package/dist/interface/generated/pareto/schemas/token/deserialize.d.ts +72 -0
- package/dist/interface/generated/pareto/schemas/token/deserialize.js +3 -0
- package/dist/interface/generated/pareto/schemas/token/marshall.d.ts +53 -283
- package/dist/interface/generated/pareto/schemas/token/migrate_boilerplate.d.ts +53 -202
- package/dist/interface/generated/pareto/schemas/token/serialize.d.ts +52 -242
- package/dist/interface/generated/pareto/schemas/token/unmarshall.d.ts +53 -283
- package/dist/shorthands/parse_result.d.ts +1 -1
- package/dist/shorthands/parse_result.js +1 -1
- package/package.json +1 -1
|
@@ -1,266 +1,80 @@
|
|
|
1
|
-
import * as
|
|
2
|
-
import * as
|
|
3
|
-
export
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
export type _T_Types = ($$_: _i_in._T_Types, $$_p: null) => _i_out._T_Types<null>;
|
|
8
|
-
export type _T_Schema = ($$_: _i_in._T_Schema, $$_p: null) => _i_out._T_Schema<null>;
|
|
9
|
-
export type _T_Schema_Tree = ($$_: _i_in._T_Schema_Tree, $$_p: null) => _i_out._T_Schema_Tree<null>;
|
|
10
|
-
export type _T_Imports = ($$_: _i_in._T_Imports, $$_p: null) => _i_out._T_Imports<null>;
|
|
11
|
-
export type _T_Dictionary = ($$_: _i_in._T_Dictionary, $$_p: null) => _i_out._T_Dictionary<null>;
|
|
12
|
-
export type _T_Group = ($$_: _i_in._T_Group, $$_p: null) => _i_out._T_Group<null>;
|
|
13
|
-
export type _T_Type_Node = ($$_: _i_in._T_Type_Node, $$_p: null) => _i_out._T_Type_Node<null>;
|
|
14
|
-
export type Schemas = _T_Schemas;
|
|
15
|
-
export type Text_Type = _T_Text_Type;
|
|
16
|
-
export type Globals = _T_Globals;
|
|
17
|
-
export type Type = _T_Type;
|
|
18
|
-
export type Types = _T_Types;
|
|
19
|
-
export type Schema = _T_Schema;
|
|
20
|
-
export type Schema_Tree = _T_Schema_Tree;
|
|
21
|
-
export type Imports = _T_Imports;
|
|
22
|
-
export type Dictionary = _T_Dictionary;
|
|
23
|
-
export type Group = _T_Group;
|
|
24
|
-
export type Type_Node = _T_Type_Node;
|
|
25
|
-
export declare namespace _T_Schemas {
|
|
26
|
-
namespace CONTEXT {
|
|
1
|
+
import * as i_out from "./data_types/target";
|
|
2
|
+
import * as i_in from "./data_types/source";
|
|
3
|
+
export declare namespace Schemas_ {
|
|
4
|
+
type I = i_in.Schemas;
|
|
5
|
+
type O = i_out.Schemas;
|
|
6
|
+
namespace P {
|
|
27
7
|
}
|
|
28
|
-
type CONTEXT = _i_in._T_Schemas;
|
|
29
|
-
namespace PARAMS {
|
|
30
|
-
}
|
|
31
|
-
namespace RESULT {
|
|
32
|
-
type annotation = null;
|
|
33
|
-
}
|
|
34
|
-
type RESULT = _i_out._T_Schemas<null>;
|
|
35
|
-
}
|
|
36
|
-
export declare namespace _T_Text_Type {
|
|
37
|
-
namespace CONTEXT {
|
|
38
|
-
}
|
|
39
|
-
type CONTEXT = _i_in._T_Text_Type;
|
|
40
|
-
namespace PARAMS {
|
|
41
|
-
}
|
|
42
|
-
namespace RESULT {
|
|
43
|
-
type annotation = null;
|
|
44
|
-
}
|
|
45
|
-
type RESULT = _i_out._T_Text_Type<null>;
|
|
46
|
-
}
|
|
47
|
-
export declare namespace _T_Globals {
|
|
48
|
-
namespace CONTEXT {
|
|
49
|
-
}
|
|
50
|
-
type CONTEXT = _i_in._T_Globals;
|
|
51
|
-
namespace PARAMS {
|
|
52
|
-
}
|
|
53
|
-
namespace RESULT {
|
|
54
|
-
type annotation = null;
|
|
55
|
-
}
|
|
56
|
-
type RESULT = _i_out._T_Globals<null>;
|
|
57
|
-
}
|
|
58
|
-
export declare namespace _T_Type {
|
|
59
|
-
namespace CONTEXT {
|
|
60
|
-
}
|
|
61
|
-
type CONTEXT = _i_in._T_Type;
|
|
62
|
-
namespace PARAMS {
|
|
63
|
-
}
|
|
64
|
-
namespace RESULT {
|
|
65
|
-
type annotation = null;
|
|
66
|
-
}
|
|
67
|
-
type RESULT = _i_out._T_Type<null>;
|
|
68
|
-
}
|
|
69
|
-
export declare namespace _T_Types {
|
|
70
|
-
namespace CONTEXT {
|
|
71
|
-
}
|
|
72
|
-
type CONTEXT = _i_in._T_Types;
|
|
73
|
-
namespace PARAMS {
|
|
74
|
-
}
|
|
75
|
-
namespace RESULT {
|
|
76
|
-
type annotation = null;
|
|
77
|
-
}
|
|
78
|
-
type RESULT = _i_out._T_Types<null>;
|
|
79
|
-
}
|
|
80
|
-
export declare namespace _T_Schema {
|
|
81
|
-
namespace CONTEXT {
|
|
82
|
-
}
|
|
83
|
-
type CONTEXT = _i_in._T_Schema;
|
|
84
|
-
namespace PARAMS {
|
|
85
|
-
}
|
|
86
|
-
namespace RESULT {
|
|
87
|
-
type annotation = null;
|
|
88
|
-
}
|
|
89
|
-
type RESULT = _i_out._T_Schema<null>;
|
|
90
|
-
}
|
|
91
|
-
export declare namespace _T_Schema_Tree {
|
|
92
|
-
namespace CONTEXT {
|
|
93
|
-
}
|
|
94
|
-
type CONTEXT = _i_in._T_Schema_Tree;
|
|
95
|
-
namespace PARAMS {
|
|
96
|
-
}
|
|
97
|
-
namespace RESULT {
|
|
98
|
-
type annotation = null;
|
|
99
|
-
}
|
|
100
|
-
type RESULT = _i_out._T_Schema_Tree<null>;
|
|
101
|
-
}
|
|
102
|
-
export declare namespace _T_Imports {
|
|
103
|
-
namespace CONTEXT {
|
|
104
|
-
}
|
|
105
|
-
type CONTEXT = _i_in._T_Imports;
|
|
106
|
-
namespace PARAMS {
|
|
107
|
-
}
|
|
108
|
-
namespace RESULT {
|
|
109
|
-
type annotation = null;
|
|
110
|
-
}
|
|
111
|
-
type RESULT = _i_out._T_Imports<null>;
|
|
112
|
-
}
|
|
113
|
-
export declare namespace _T_Dictionary {
|
|
114
|
-
namespace CONTEXT {
|
|
115
|
-
}
|
|
116
|
-
type CONTEXT = _i_in._T_Dictionary;
|
|
117
|
-
namespace PARAMS {
|
|
118
|
-
}
|
|
119
|
-
namespace RESULT {
|
|
120
|
-
type annotation = null;
|
|
121
|
-
}
|
|
122
|
-
type RESULT = _i_out._T_Dictionary<null>;
|
|
123
8
|
}
|
|
124
|
-
export
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
type
|
|
128
|
-
namespace
|
|
129
|
-
}
|
|
130
|
-
namespace RESULT {
|
|
131
|
-
type annotation = null;
|
|
9
|
+
export type Schemas_ = ($$_: Schemas_.I) => Schemas_.O;
|
|
10
|
+
export declare namespace Text_Type_ {
|
|
11
|
+
type I = i_in.Text_Type;
|
|
12
|
+
type O = i_out.Text_Type;
|
|
13
|
+
namespace P {
|
|
132
14
|
}
|
|
133
|
-
type RESULT = _i_out._T_Group<null>;
|
|
134
15
|
}
|
|
135
|
-
export
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
type
|
|
139
|
-
namespace
|
|
140
|
-
}
|
|
141
|
-
namespace RESULT {
|
|
142
|
-
type annotation = null;
|
|
16
|
+
export type Text_Type_ = ($$_: Text_Type_.I) => Text_Type_.O;
|
|
17
|
+
export declare namespace Globals_ {
|
|
18
|
+
type I = i_in.Globals;
|
|
19
|
+
type O = i_out.Globals;
|
|
20
|
+
namespace P {
|
|
143
21
|
}
|
|
144
|
-
type RESULT = _i_out._T_Type_Node<null>;
|
|
145
22
|
}
|
|
146
|
-
export
|
|
147
|
-
|
|
23
|
+
export type Globals_ = ($$_: Globals_.I) => Globals_.O;
|
|
24
|
+
export declare namespace Type_ {
|
|
25
|
+
type I = i_in.Type;
|
|
26
|
+
type O = i_out.Type;
|
|
27
|
+
namespace P {
|
|
148
28
|
}
|
|
149
|
-
type CONTEXT = _i_in._T_Schemas;
|
|
150
|
-
namespace PARAMS {
|
|
151
|
-
}
|
|
152
|
-
namespace RESULT {
|
|
153
|
-
type annotation = null;
|
|
154
|
-
}
|
|
155
|
-
type RESULT = _i_out._T_Schemas<null>;
|
|
156
29
|
}
|
|
157
|
-
export
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
type
|
|
161
|
-
namespace
|
|
162
|
-
}
|
|
163
|
-
namespace RESULT {
|
|
164
|
-
type annotation = null;
|
|
30
|
+
export type Type_ = ($$_: Type_.I) => Type_.O;
|
|
31
|
+
export declare namespace Types_ {
|
|
32
|
+
type I = i_in.Types;
|
|
33
|
+
type O = i_out.Types;
|
|
34
|
+
namespace P {
|
|
165
35
|
}
|
|
166
|
-
type RESULT = _i_out._T_Text_Type<null>;
|
|
167
36
|
}
|
|
168
|
-
export
|
|
169
|
-
|
|
37
|
+
export type Types_ = ($$_: Types_.I) => Types_.O;
|
|
38
|
+
export declare namespace Schema_ {
|
|
39
|
+
type I = i_in.Schema;
|
|
40
|
+
type O = i_out.Schema;
|
|
41
|
+
namespace P {
|
|
170
42
|
}
|
|
171
|
-
type CONTEXT = _i_in._T_Globals;
|
|
172
|
-
namespace PARAMS {
|
|
173
|
-
}
|
|
174
|
-
namespace RESULT {
|
|
175
|
-
type annotation = null;
|
|
176
|
-
}
|
|
177
|
-
type RESULT = _i_out._T_Globals<null>;
|
|
178
43
|
}
|
|
179
|
-
export
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
type
|
|
183
|
-
namespace
|
|
184
|
-
}
|
|
185
|
-
namespace RESULT {
|
|
186
|
-
type annotation = null;
|
|
44
|
+
export type Schema_ = ($$_: Schema_.I) => Schema_.O;
|
|
45
|
+
export declare namespace Schema_Tree_ {
|
|
46
|
+
type I = i_in.Schema_Tree;
|
|
47
|
+
type O = i_out.Schema_Tree;
|
|
48
|
+
namespace P {
|
|
187
49
|
}
|
|
188
|
-
type RESULT = _i_out._T_Type<null>;
|
|
189
50
|
}
|
|
190
|
-
export
|
|
191
|
-
|
|
51
|
+
export type Schema_Tree_ = ($$_: Schema_Tree_.I) => Schema_Tree_.O;
|
|
52
|
+
export declare namespace Imports_ {
|
|
53
|
+
type I = i_in.Imports;
|
|
54
|
+
type O = i_out.Imports;
|
|
55
|
+
namespace P {
|
|
192
56
|
}
|
|
193
|
-
type CONTEXT = _i_in._T_Types;
|
|
194
|
-
namespace PARAMS {
|
|
195
|
-
}
|
|
196
|
-
namespace RESULT {
|
|
197
|
-
type annotation = null;
|
|
198
|
-
}
|
|
199
|
-
type RESULT = _i_out._T_Types<null>;
|
|
200
57
|
}
|
|
201
|
-
export
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
type
|
|
205
|
-
namespace
|
|
206
|
-
}
|
|
207
|
-
namespace RESULT {
|
|
208
|
-
type annotation = null;
|
|
58
|
+
export type Imports_ = ($$_: Imports_.I) => Imports_.O;
|
|
59
|
+
export declare namespace Dictionary_ {
|
|
60
|
+
type I = i_in.Dictionary;
|
|
61
|
+
type O = i_out.Dictionary;
|
|
62
|
+
namespace P {
|
|
209
63
|
}
|
|
210
|
-
type RESULT = _i_out._T_Schema<null>;
|
|
211
64
|
}
|
|
212
|
-
export
|
|
213
|
-
|
|
65
|
+
export type Dictionary_ = ($$_: Dictionary_.I) => Dictionary_.O;
|
|
66
|
+
export declare namespace Group_ {
|
|
67
|
+
type I = i_in.Group;
|
|
68
|
+
type O = i_out.Group;
|
|
69
|
+
namespace P {
|
|
214
70
|
}
|
|
215
|
-
type CONTEXT = _i_in._T_Schema_Tree;
|
|
216
|
-
namespace PARAMS {
|
|
217
|
-
}
|
|
218
|
-
namespace RESULT {
|
|
219
|
-
type annotation = null;
|
|
220
|
-
}
|
|
221
|
-
type RESULT = _i_out._T_Schema_Tree<null>;
|
|
222
|
-
}
|
|
223
|
-
export declare namespace Imports {
|
|
224
|
-
namespace CONTEXT {
|
|
225
|
-
}
|
|
226
|
-
type CONTEXT = _i_in._T_Imports;
|
|
227
|
-
namespace PARAMS {
|
|
228
|
-
}
|
|
229
|
-
namespace RESULT {
|
|
230
|
-
type annotation = null;
|
|
231
|
-
}
|
|
232
|
-
type RESULT = _i_out._T_Imports<null>;
|
|
233
|
-
}
|
|
234
|
-
export declare namespace Dictionary {
|
|
235
|
-
namespace CONTEXT {
|
|
236
|
-
}
|
|
237
|
-
type CONTEXT = _i_in._T_Dictionary;
|
|
238
|
-
namespace PARAMS {
|
|
239
|
-
}
|
|
240
|
-
namespace RESULT {
|
|
241
|
-
type annotation = null;
|
|
242
|
-
}
|
|
243
|
-
type RESULT = _i_out._T_Dictionary<null>;
|
|
244
|
-
}
|
|
245
|
-
export declare namespace Group {
|
|
246
|
-
namespace CONTEXT {
|
|
247
|
-
}
|
|
248
|
-
type CONTEXT = _i_in._T_Group;
|
|
249
|
-
namespace PARAMS {
|
|
250
|
-
}
|
|
251
|
-
namespace RESULT {
|
|
252
|
-
type annotation = null;
|
|
253
|
-
}
|
|
254
|
-
type RESULT = _i_out._T_Group<null>;
|
|
255
71
|
}
|
|
256
|
-
export
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
type
|
|
260
|
-
namespace
|
|
261
|
-
}
|
|
262
|
-
namespace RESULT {
|
|
263
|
-
type annotation = null;
|
|
72
|
+
export type Group_ = ($$_: Group_.I) => Group_.O;
|
|
73
|
+
export declare namespace Type_Node_ {
|
|
74
|
+
type I = i_in.Type_Node;
|
|
75
|
+
type O = i_out.Type_Node;
|
|
76
|
+
namespace P {
|
|
264
77
|
}
|
|
265
|
-
type RESULT = _i_out._T_Type_Node<null>;
|
|
266
78
|
}
|
|
79
|
+
export type Type_Node_ = ($$_: Type_Node_.I) => Type_Node_.O;
|
|
80
|
+
export { Schemas_ as Schemas, Text_Type_ as Text_Type, Globals_ as Globals, Type_ as Type, Types_ as Types, Schema_ as Schema, Schema_Tree_ as Schema_Tree, Imports_ as Imports, Dictionary_ as Dictionary, Group_ as Group, Type_Node_ as Type_Node, };
|
|
@@ -1,288 +1,79 @@
|
|
|
1
|
-
import * as
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
export type _T_Text_Type = ($$_: _i_in._T_Text_Type, $$_p: {
|
|
7
|
-
readonly 'value serializers': _i_vs._T_Value_Serializers;
|
|
8
|
-
}) => string;
|
|
9
|
-
export type _T_Globals = ($$_: _i_in._T_Globals, $$_p: {
|
|
10
|
-
readonly 'value serializers': _i_vs._T_Value_Serializers;
|
|
11
|
-
}) => string;
|
|
12
|
-
export type _T_Type = ($$_: _i_in._T_Type, $$_p: {
|
|
13
|
-
readonly 'value serializers': _i_vs._T_Value_Serializers;
|
|
14
|
-
}) => string;
|
|
15
|
-
export type _T_Types = ($$_: _i_in._T_Types, $$_p: {
|
|
16
|
-
readonly 'value serializers': _i_vs._T_Value_Serializers;
|
|
17
|
-
}) => string;
|
|
18
|
-
export type _T_Schema = ($$_: _i_in._T_Schema, $$_p: {
|
|
19
|
-
readonly 'value serializers': _i_vs._T_Value_Serializers;
|
|
20
|
-
}) => string;
|
|
21
|
-
export type _T_Schema_Tree = ($$_: _i_in._T_Schema_Tree, $$_p: {
|
|
22
|
-
readonly 'value serializers': _i_vs._T_Value_Serializers;
|
|
23
|
-
}) => string;
|
|
24
|
-
export type _T_Imports = ($$_: _i_in._T_Imports, $$_p: {
|
|
25
|
-
readonly 'value serializers': _i_vs._T_Value_Serializers;
|
|
26
|
-
}) => string;
|
|
27
|
-
export type _T_Dictionary = ($$_: _i_in._T_Dictionary, $$_p: {
|
|
28
|
-
readonly 'value serializers': _i_vs._T_Value_Serializers;
|
|
29
|
-
}) => string;
|
|
30
|
-
export type _T_Group = ($$_: _i_in._T_Group, $$_p: {
|
|
31
|
-
readonly 'value serializers': _i_vs._T_Value_Serializers;
|
|
32
|
-
}) => string;
|
|
33
|
-
export type _T_Type_Node = ($$_: _i_in._T_Type_Node, $$_p: {
|
|
34
|
-
readonly 'value serializers': _i_vs._T_Value_Serializers;
|
|
35
|
-
}) => string;
|
|
36
|
-
export type Schemas = _T_Schemas;
|
|
37
|
-
export type Text_Type = _T_Text_Type;
|
|
38
|
-
export type Globals = _T_Globals;
|
|
39
|
-
export type Type = _T_Type;
|
|
40
|
-
export type Types = _T_Types;
|
|
41
|
-
export type Schema = _T_Schema;
|
|
42
|
-
export type Schema_Tree = _T_Schema_Tree;
|
|
43
|
-
export type Imports = _T_Imports;
|
|
44
|
-
export type Dictionary = _T_Dictionary;
|
|
45
|
-
export type Group = _T_Group;
|
|
46
|
-
export type Type_Node = _T_Type_Node;
|
|
47
|
-
export declare namespace _T_Schemas {
|
|
48
|
-
namespace CONTEXT {
|
|
1
|
+
import * as i_in from "./data_types/source";
|
|
2
|
+
export declare namespace Schemas_ {
|
|
3
|
+
type I = i_in.Schemas;
|
|
4
|
+
type O = string;
|
|
5
|
+
namespace P {
|
|
49
6
|
}
|
|
50
|
-
type CONTEXT = _i_in._T_Schemas;
|
|
51
|
-
namespace PARAMS {
|
|
52
|
-
namespace value_serializers {
|
|
53
|
-
}
|
|
54
|
-
type value_serializers = _i_vs._T_Value_Serializers;
|
|
55
|
-
}
|
|
56
|
-
type RESULT = string;
|
|
57
|
-
}
|
|
58
|
-
export declare namespace _T_Text_Type {
|
|
59
|
-
namespace CONTEXT {
|
|
60
|
-
}
|
|
61
|
-
type CONTEXT = _i_in._T_Text_Type;
|
|
62
|
-
namespace PARAMS {
|
|
63
|
-
namespace value_serializers {
|
|
64
|
-
}
|
|
65
|
-
type value_serializers = _i_vs._T_Value_Serializers;
|
|
66
|
-
}
|
|
67
|
-
type RESULT = string;
|
|
68
|
-
}
|
|
69
|
-
export declare namespace _T_Globals {
|
|
70
|
-
namespace CONTEXT {
|
|
71
|
-
}
|
|
72
|
-
type CONTEXT = _i_in._T_Globals;
|
|
73
|
-
namespace PARAMS {
|
|
74
|
-
namespace value_serializers {
|
|
75
|
-
}
|
|
76
|
-
type value_serializers = _i_vs._T_Value_Serializers;
|
|
77
|
-
}
|
|
78
|
-
type RESULT = string;
|
|
79
|
-
}
|
|
80
|
-
export declare namespace _T_Type {
|
|
81
|
-
namespace CONTEXT {
|
|
82
|
-
}
|
|
83
|
-
type CONTEXT = _i_in._T_Type;
|
|
84
|
-
namespace PARAMS {
|
|
85
|
-
namespace value_serializers {
|
|
86
|
-
}
|
|
87
|
-
type value_serializers = _i_vs._T_Value_Serializers;
|
|
88
|
-
}
|
|
89
|
-
type RESULT = string;
|
|
90
|
-
}
|
|
91
|
-
export declare namespace _T_Types {
|
|
92
|
-
namespace CONTEXT {
|
|
93
|
-
}
|
|
94
|
-
type CONTEXT = _i_in._T_Types;
|
|
95
|
-
namespace PARAMS {
|
|
96
|
-
namespace value_serializers {
|
|
97
|
-
}
|
|
98
|
-
type value_serializers = _i_vs._T_Value_Serializers;
|
|
99
|
-
}
|
|
100
|
-
type RESULT = string;
|
|
101
|
-
}
|
|
102
|
-
export declare namespace _T_Schema {
|
|
103
|
-
namespace CONTEXT {
|
|
104
|
-
}
|
|
105
|
-
type CONTEXT = _i_in._T_Schema;
|
|
106
|
-
namespace PARAMS {
|
|
107
|
-
namespace value_serializers {
|
|
108
|
-
}
|
|
109
|
-
type value_serializers = _i_vs._T_Value_Serializers;
|
|
110
|
-
}
|
|
111
|
-
type RESULT = string;
|
|
112
|
-
}
|
|
113
|
-
export declare namespace _T_Schema_Tree {
|
|
114
|
-
namespace CONTEXT {
|
|
115
|
-
}
|
|
116
|
-
type CONTEXT = _i_in._T_Schema_Tree;
|
|
117
|
-
namespace PARAMS {
|
|
118
|
-
namespace value_serializers {
|
|
119
|
-
}
|
|
120
|
-
type value_serializers = _i_vs._T_Value_Serializers;
|
|
121
|
-
}
|
|
122
|
-
type RESULT = string;
|
|
123
|
-
}
|
|
124
|
-
export declare namespace _T_Imports {
|
|
125
|
-
namespace CONTEXT {
|
|
126
|
-
}
|
|
127
|
-
type CONTEXT = _i_in._T_Imports;
|
|
128
|
-
namespace PARAMS {
|
|
129
|
-
namespace value_serializers {
|
|
130
|
-
}
|
|
131
|
-
type value_serializers = _i_vs._T_Value_Serializers;
|
|
132
|
-
}
|
|
133
|
-
type RESULT = string;
|
|
134
7
|
}
|
|
135
|
-
export
|
|
136
|
-
|
|
8
|
+
export type Schemas_ = ($$_: Schemas_.I) => Schemas_.O;
|
|
9
|
+
export declare namespace Text_Type_ {
|
|
10
|
+
type I = i_in.Text_Type;
|
|
11
|
+
type O = string;
|
|
12
|
+
namespace P {
|
|
137
13
|
}
|
|
138
|
-
type CONTEXT = _i_in._T_Dictionary;
|
|
139
|
-
namespace PARAMS {
|
|
140
|
-
namespace value_serializers {
|
|
141
|
-
}
|
|
142
|
-
type value_serializers = _i_vs._T_Value_Serializers;
|
|
143
|
-
}
|
|
144
|
-
type RESULT = string;
|
|
145
|
-
}
|
|
146
|
-
export declare namespace _T_Group {
|
|
147
|
-
namespace CONTEXT {
|
|
148
|
-
}
|
|
149
|
-
type CONTEXT = _i_in._T_Group;
|
|
150
|
-
namespace PARAMS {
|
|
151
|
-
namespace value_serializers {
|
|
152
|
-
}
|
|
153
|
-
type value_serializers = _i_vs._T_Value_Serializers;
|
|
154
|
-
}
|
|
155
|
-
type RESULT = string;
|
|
156
|
-
}
|
|
157
|
-
export declare namespace _T_Type_Node {
|
|
158
|
-
namespace CONTEXT {
|
|
159
|
-
}
|
|
160
|
-
type CONTEXT = _i_in._T_Type_Node;
|
|
161
|
-
namespace PARAMS {
|
|
162
|
-
namespace value_serializers {
|
|
163
|
-
}
|
|
164
|
-
type value_serializers = _i_vs._T_Value_Serializers;
|
|
165
|
-
}
|
|
166
|
-
type RESULT = string;
|
|
167
|
-
}
|
|
168
|
-
export declare namespace Schemas {
|
|
169
|
-
namespace CONTEXT {
|
|
170
|
-
}
|
|
171
|
-
type CONTEXT = _i_in._T_Schemas;
|
|
172
|
-
namespace PARAMS {
|
|
173
|
-
namespace value_serializers {
|
|
174
|
-
}
|
|
175
|
-
type value_serializers = _i_vs._T_Value_Serializers;
|
|
176
|
-
}
|
|
177
|
-
type RESULT = string;
|
|
178
|
-
}
|
|
179
|
-
export declare namespace Text_Type {
|
|
180
|
-
namespace CONTEXT {
|
|
181
|
-
}
|
|
182
|
-
type CONTEXT = _i_in._T_Text_Type;
|
|
183
|
-
namespace PARAMS {
|
|
184
|
-
namespace value_serializers {
|
|
185
|
-
}
|
|
186
|
-
type value_serializers = _i_vs._T_Value_Serializers;
|
|
187
|
-
}
|
|
188
|
-
type RESULT = string;
|
|
189
14
|
}
|
|
190
|
-
export
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
type
|
|
194
|
-
namespace
|
|
195
|
-
namespace value_serializers {
|
|
196
|
-
}
|
|
197
|
-
type value_serializers = _i_vs._T_Value_Serializers;
|
|
15
|
+
export type Text_Type_ = ($$_: Text_Type_.I) => Text_Type_.O;
|
|
16
|
+
export declare namespace Globals_ {
|
|
17
|
+
type I = i_in.Globals;
|
|
18
|
+
type O = string;
|
|
19
|
+
namespace P {
|
|
198
20
|
}
|
|
199
|
-
type RESULT = string;
|
|
200
21
|
}
|
|
201
|
-
export
|
|
202
|
-
|
|
22
|
+
export type Globals_ = ($$_: Globals_.I) => Globals_.O;
|
|
23
|
+
export declare namespace Type_ {
|
|
24
|
+
type I = i_in.Type;
|
|
25
|
+
type O = string;
|
|
26
|
+
namespace P {
|
|
203
27
|
}
|
|
204
|
-
type CONTEXT = _i_in._T_Type;
|
|
205
|
-
namespace PARAMS {
|
|
206
|
-
namespace value_serializers {
|
|
207
|
-
}
|
|
208
|
-
type value_serializers = _i_vs._T_Value_Serializers;
|
|
209
|
-
}
|
|
210
|
-
type RESULT = string;
|
|
211
28
|
}
|
|
212
|
-
export
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
type
|
|
216
|
-
namespace
|
|
217
|
-
namespace value_serializers {
|
|
218
|
-
}
|
|
219
|
-
type value_serializers = _i_vs._T_Value_Serializers;
|
|
29
|
+
export type Type_ = ($$_: Type_.I) => Type_.O;
|
|
30
|
+
export declare namespace Types_ {
|
|
31
|
+
type I = i_in.Types;
|
|
32
|
+
type O = string;
|
|
33
|
+
namespace P {
|
|
220
34
|
}
|
|
221
|
-
type RESULT = string;
|
|
222
35
|
}
|
|
223
|
-
export
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
type
|
|
227
|
-
namespace
|
|
228
|
-
namespace value_serializers {
|
|
229
|
-
}
|
|
230
|
-
type value_serializers = _i_vs._T_Value_Serializers;
|
|
36
|
+
export type Types_ = ($$_: Types_.I) => Types_.O;
|
|
37
|
+
export declare namespace Schema_ {
|
|
38
|
+
type I = i_in.Schema;
|
|
39
|
+
type O = string;
|
|
40
|
+
namespace P {
|
|
231
41
|
}
|
|
232
|
-
type RESULT = string;
|
|
233
42
|
}
|
|
234
|
-
export
|
|
235
|
-
|
|
43
|
+
export type Schema_ = ($$_: Schema_.I) => Schema_.O;
|
|
44
|
+
export declare namespace Schema_Tree_ {
|
|
45
|
+
type I = i_in.Schema_Tree;
|
|
46
|
+
type O = string;
|
|
47
|
+
namespace P {
|
|
236
48
|
}
|
|
237
|
-
type CONTEXT = _i_in._T_Schema_Tree;
|
|
238
|
-
namespace PARAMS {
|
|
239
|
-
namespace value_serializers {
|
|
240
|
-
}
|
|
241
|
-
type value_serializers = _i_vs._T_Value_Serializers;
|
|
242
|
-
}
|
|
243
|
-
type RESULT = string;
|
|
244
49
|
}
|
|
245
|
-
export
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
type
|
|
249
|
-
namespace
|
|
250
|
-
namespace value_serializers {
|
|
251
|
-
}
|
|
252
|
-
type value_serializers = _i_vs._T_Value_Serializers;
|
|
50
|
+
export type Schema_Tree_ = ($$_: Schema_Tree_.I) => Schema_Tree_.O;
|
|
51
|
+
export declare namespace Imports_ {
|
|
52
|
+
type I = i_in.Imports;
|
|
53
|
+
type O = string;
|
|
54
|
+
namespace P {
|
|
253
55
|
}
|
|
254
|
-
type RESULT = string;
|
|
255
56
|
}
|
|
256
|
-
export
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
type
|
|
260
|
-
namespace
|
|
261
|
-
namespace value_serializers {
|
|
262
|
-
}
|
|
263
|
-
type value_serializers = _i_vs._T_Value_Serializers;
|
|
57
|
+
export type Imports_ = ($$_: Imports_.I) => Imports_.O;
|
|
58
|
+
export declare namespace Dictionary_ {
|
|
59
|
+
type I = i_in.Dictionary;
|
|
60
|
+
type O = string;
|
|
61
|
+
namespace P {
|
|
264
62
|
}
|
|
265
|
-
type RESULT = string;
|
|
266
63
|
}
|
|
267
|
-
export
|
|
268
|
-
|
|
64
|
+
export type Dictionary_ = ($$_: Dictionary_.I) => Dictionary_.O;
|
|
65
|
+
export declare namespace Group_ {
|
|
66
|
+
type I = i_in.Group;
|
|
67
|
+
type O = string;
|
|
68
|
+
namespace P {
|
|
269
69
|
}
|
|
270
|
-
type CONTEXT = _i_in._T_Group;
|
|
271
|
-
namespace PARAMS {
|
|
272
|
-
namespace value_serializers {
|
|
273
|
-
}
|
|
274
|
-
type value_serializers = _i_vs._T_Value_Serializers;
|
|
275
|
-
}
|
|
276
|
-
type RESULT = string;
|
|
277
70
|
}
|
|
278
|
-
export
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
type
|
|
282
|
-
namespace
|
|
283
|
-
namespace value_serializers {
|
|
284
|
-
}
|
|
285
|
-
type value_serializers = _i_vs._T_Value_Serializers;
|
|
71
|
+
export type Group_ = ($$_: Group_.I) => Group_.O;
|
|
72
|
+
export declare namespace Type_Node_ {
|
|
73
|
+
type I = i_in.Type_Node;
|
|
74
|
+
type O = string;
|
|
75
|
+
namespace P {
|
|
286
76
|
}
|
|
287
|
-
type RESULT = string;
|
|
288
77
|
}
|
|
78
|
+
export type Type_Node_ = ($$_: Type_Node_.I) => Type_Node_.O;
|
|
79
|
+
export { Schemas_ as Schemas, Text_Type_ as Text_Type, Globals_ as Globals, Type_ as Type, Types_ as Types, Schema_ as Schema, Schema_Tree_ as Schema_Tree, Imports_ as Imports, Dictionary_ as Dictionary, Group_ as Group, Type_Node_ as Type_Node, };
|