astn 0.113.27 → 0.113.28

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.
Files changed (70) hide show
  1. package/dist/implementation/manual/schemas/authoring_parse_tree/productions/token.d.ts +11 -11
  2. package/dist/implementation/manual/schemas/authoring_parse_tree/productions/token.js +1 -1
  3. package/dist/interface/generated/pareto/core/location.d.ts +11 -0
  4. package/dist/interface/generated/pareto/core/location.js +3 -0
  5. package/dist/interface/generated/pareto/schemas/astn_schema/data_types/resolve.d.ts +191 -1124
  6. package/dist/interface/generated/pareto/schemas/astn_schema/data_types/source.d.ts +123 -419
  7. package/dist/interface/generated/pareto/schemas/astn_schema/data_types/target.d.ts +213 -389
  8. package/dist/interface/generated/pareto/schemas/astn_schema/deserialize.d.ts +79 -0
  9. package/dist/interface/generated/pareto/schemas/astn_schema/deserialize.js +3 -0
  10. package/dist/interface/generated/pareto/schemas/astn_schema/marshall.d.ts +58 -311
  11. package/dist/interface/generated/pareto/schemas/astn_schema/migrate_boilerplate.d.ts +58 -244
  12. package/dist/interface/generated/pareto/schemas/astn_schema/serialize.d.ts +57 -266
  13. package/dist/interface/generated/pareto/schemas/astn_schema/unmarshall.d.ts +58 -377
  14. package/dist/interface/generated/pareto/schemas/authoring_parse_result/data_types/resolve.js +1 -5
  15. package/dist/interface/generated/pareto/schemas/authoring_parse_result/data_types/source.d.ts +53 -242
  16. package/dist/interface/generated/pareto/schemas/authoring_parse_result/data_types/target.d.ts +53 -242
  17. package/dist/interface/generated/pareto/schemas/authoring_parse_result/deserialize.d.ts +9 -0
  18. package/dist/interface/generated/pareto/schemas/authoring_parse_result/deserialize.js +3 -0
  19. package/dist/interface/generated/pareto/schemas/authoring_parse_result/marshall.d.ts +8 -31
  20. package/dist/interface/generated/pareto/schemas/authoring_parse_result/migrate_boilerplate.d.ts +8 -22
  21. package/dist/interface/generated/pareto/schemas/authoring_parse_result/serialize.d.ts +7 -26
  22. package/dist/interface/generated/pareto/schemas/authoring_parse_result/unmarshall.d.ts +8 -31
  23. package/dist/interface/generated/pareto/schemas/authoring_parse_tree/data_types/resolve.js +1 -5
  24. package/dist/interface/generated/pareto/schemas/authoring_parse_tree/data_types/source.d.ts +137 -930
  25. package/dist/interface/generated/pareto/schemas/authoring_parse_tree/data_types/target.d.ts +137 -930
  26. package/dist/interface/generated/pareto/schemas/authoring_parse_tree/deserialize.d.ts +58 -0
  27. package/dist/interface/generated/pareto/schemas/authoring_parse_tree/deserialize.js +3 -0
  28. package/dist/interface/generated/pareto/schemas/authoring_parse_tree/marshall.d.ts +43 -227
  29. package/dist/interface/generated/pareto/schemas/authoring_parse_tree/migrate_boilerplate.d.ts +43 -162
  30. package/dist/interface/generated/pareto/schemas/authoring_parse_tree/serialize.d.ts +42 -194
  31. package/dist/interface/generated/pareto/schemas/authoring_parse_tree/unmarshall.d.ts +43 -227
  32. package/dist/interface/generated/pareto/schemas/authoring_target/data_types/resolve.js +1 -5
  33. package/dist/interface/generated/pareto/schemas/authoring_target/data_types/source.d.ts +64 -369
  34. package/dist/interface/generated/pareto/schemas/authoring_target/data_types/target.d.ts +64 -369
  35. package/dist/interface/generated/pareto/schemas/authoring_target/deserialize.d.ts +16 -0
  36. package/dist/interface/generated/pareto/schemas/authoring_target/deserialize.js +3 -0
  37. package/dist/interface/generated/pareto/schemas/authoring_target/marshall.d.ts +13 -59
  38. package/dist/interface/generated/pareto/schemas/authoring_target/migrate_boilerplate.d.ts +13 -42
  39. package/dist/interface/generated/pareto/schemas/authoring_target/serialize.d.ts +12 -50
  40. package/dist/interface/generated/pareto/schemas/authoring_target/unmarshall.d.ts +13 -59
  41. package/dist/interface/generated/pareto/schemas/ide/data_types/resolve.js +1 -5
  42. package/dist/interface/generated/pareto/schemas/ide/data_types/source.d.ts +38 -185
  43. package/dist/interface/generated/pareto/schemas/ide/data_types/target.d.ts +38 -185
  44. package/dist/interface/generated/pareto/schemas/ide/deserialize.d.ts +23 -0
  45. package/dist/interface/generated/pareto/schemas/ide/deserialize.js +3 -0
  46. package/dist/interface/generated/pareto/schemas/ide/marshall.d.ts +18 -87
  47. package/dist/interface/generated/pareto/schemas/ide/migrate_boilerplate.d.ts +18 -62
  48. package/dist/interface/generated/pareto/schemas/ide/serialize.d.ts +17 -74
  49. package/dist/interface/generated/pareto/schemas/ide/unmarshall.d.ts +18 -87
  50. package/dist/interface/generated/pareto/schemas/sealed_target/data_types/resolve.js +1 -5
  51. package/dist/interface/generated/pareto/schemas/sealed_target/data_types/source.d.ts +47 -207
  52. package/dist/interface/generated/pareto/schemas/sealed_target/data_types/target.d.ts +47 -207
  53. package/dist/interface/generated/pareto/schemas/sealed_target/deserialize.d.ts +16 -0
  54. package/dist/interface/generated/pareto/schemas/sealed_target/deserialize.js +3 -0
  55. package/dist/interface/generated/pareto/schemas/sealed_target/marshall.d.ts +13 -59
  56. package/dist/interface/generated/pareto/schemas/sealed_target/migrate_boilerplate.d.ts +13 -42
  57. package/dist/interface/generated/pareto/schemas/sealed_target/serialize.d.ts +12 -50
  58. package/dist/interface/generated/pareto/schemas/sealed_target/unmarshall.d.ts +13 -59
  59. package/dist/interface/generated/pareto/schemas/token/data_types/resolve.js +1 -5
  60. package/dist/interface/generated/pareto/schemas/token/data_types/source.d.ts +98 -305
  61. package/dist/interface/generated/pareto/schemas/token/data_types/target.d.ts +98 -305
  62. package/dist/interface/generated/pareto/schemas/token/deserialize.d.ts +72 -0
  63. package/dist/interface/generated/pareto/schemas/token/deserialize.js +3 -0
  64. package/dist/interface/generated/pareto/schemas/token/marshall.d.ts +53 -283
  65. package/dist/interface/generated/pareto/schemas/token/migrate_boilerplate.d.ts +53 -202
  66. package/dist/interface/generated/pareto/schemas/token/serialize.d.ts +52 -242
  67. package/dist/interface/generated/pareto/schemas/token/unmarshall.d.ts +53 -283
  68. package/dist/shorthands/parse_result.d.ts +1 -1
  69. package/dist/shorthands/parse_result.js +1 -1
  70. package/package.json +1 -1
@@ -1,377 +1,72 @@
1
- import * as _i_core from "../../../core/unconstrained";
2
- export type _T_Value = {
3
- readonly 'type': _i_core._T_State_Group<null, readonly ['list', _i_core._T_List<null, _T_Value>] | readonly ['concise group', _i_core._T_List<null, _T_Value>] | readonly [
4
- 'dictionary',
5
- _i_core._T_List<null, {
6
- readonly 'key': string;
7
- readonly 'value': _T_Value;
8
- }>
9
- ] | readonly [
10
- 'verbose group',
11
- _i_core._T_List<null, {
12
- readonly 'key': string;
13
- readonly 'value': _T_Value;
14
- }>
15
- ] | readonly [
16
- 'text',
17
- {
18
- readonly 'value': string;
19
- readonly 'delimiter': _i_core._T_State_Group<null, readonly ['none', null] | readonly ['quote', null] | readonly ['backtick', null]>;
20
- }
21
- ] | readonly ['nothing', null] | readonly [
22
- 'optional',
23
- _i_core._T_State_Group<null, readonly ['not set', null] | readonly ['set', _T_Value]>
24
- ] | readonly [
25
- 'state',
26
- _i_core._T_State_Group<null, readonly ['missing data', null] | readonly [
27
- 'set',
28
- {
29
- readonly 'state': string;
30
- readonly 'value': _T_Value;
31
- }
32
- ]>
33
- ]>;
34
- };
35
- export type _T_Document = _T_Value;
36
- export type Value = _T_Value;
37
- export type Document = _T_Document;
38
- export declare namespace _T_Value {
1
+ import * as _pi from "pareto-core-interface";
2
+ export declare namespace Value_ {
39
3
  namespace _type {
40
- namespace SG {
41
- namespace list {
42
- namespace L {
43
- }
44
- type L = _T_Value;
45
- }
46
- type list = _i_core._T_List<null, _T_Value>;
47
- namespace concise_group {
48
- namespace L {
49
- }
50
- type L = _T_Value;
51
- }
52
- type concise_group = _i_core._T_List<null, _T_Value>;
53
- namespace dictionary {
54
- namespace L {
55
- type key = string;
56
- namespace value {
57
- }
58
- type value = _T_Value;
59
- }
60
- type L = {
61
- readonly 'key': string;
62
- readonly 'value': _T_Value;
63
- };
64
- }
65
- type dictionary = _i_core._T_List<null, {
66
- readonly 'key': string;
67
- readonly 'value': _T_Value;
68
- }>;
69
- namespace verbose_group {
70
- namespace L {
71
- type key = string;
72
- namespace value {
73
- }
74
- type value = _T_Value;
75
- }
76
- type L = {
77
- readonly 'key': string;
78
- readonly 'value': _T_Value;
79
- };
80
- }
81
- type verbose_group = _i_core._T_List<null, {
82
- readonly 'key': string;
83
- readonly 'value': _T_Value;
84
- }>;
85
- namespace text {
86
- type value = string;
87
- namespace delimiter {
88
- namespace SG {
89
- type none = null;
90
- type quote = null;
91
- type backtick = null;
92
- }
93
- type SG = readonly ['none', null] | readonly ['quote', null] | readonly ['backtick', null];
94
- }
95
- type delimiter = _i_core._T_State_Group<null, readonly ['none', null] | readonly ['quote', null] | readonly ['backtick', null]>;
96
- }
97
- type text = {
98
- readonly 'value': string;
99
- readonly 'delimiter': _i_core._T_State_Group<null, readonly ['none', null] | readonly ['quote', null] | readonly ['backtick', null]>;
4
+ namespace list {
5
+ type L = Value_;
6
+ }
7
+ type list = _pi.List<list.L>;
8
+ namespace concise_group {
9
+ type L = Value_;
10
+ }
11
+ type concise_group = _pi.List<concise_group.L>;
12
+ namespace dictionary {
13
+ namespace L {
14
+ type key = string;
15
+ type value = Value_;
16
+ }
17
+ type L = {
18
+ readonly 'key': L.key;
19
+ readonly 'value': L.value;
100
20
  };
101
- type nothing = null;
102
- namespace optional {
103
- namespace SG {
104
- type not_set = null;
105
- namespace _set {
106
- }
107
- type _set = _T_Value;
108
- }
109
- type SG = readonly ['not set', null] | readonly ['set', _T_Value];
110
- }
111
- type optional = _i_core._T_State_Group<null, readonly ['not set', null] | readonly ['set', _T_Value]>;
112
- namespace state {
113
- namespace SG {
114
- type missing_data = null;
115
- namespace _set {
116
- type state = string;
117
- namespace value {
118
- }
119
- type value = _T_Value;
120
- }
121
- type _set = {
122
- readonly 'state': string;
123
- readonly 'value': _T_Value;
124
- };
125
- }
126
- type SG = readonly ['missing data', null] | readonly [
127
- 'set',
128
- {
129
- readonly 'state': string;
130
- readonly 'value': _T_Value;
131
- }
132
- ];
133
- }
134
- type state = _i_core._T_State_Group<null, readonly ['missing data', null] | readonly [
135
- 'set',
136
- {
137
- readonly 'state': string;
138
- readonly 'value': _T_Value;
139
- }
140
- ]>;
141
21
  }
142
- type SG = readonly ['list', _i_core._T_List<null, _T_Value>] | readonly ['concise group', _i_core._T_List<null, _T_Value>] | readonly [
143
- 'dictionary',
144
- _i_core._T_List<null, {
145
- readonly 'key': string;
146
- readonly 'value': _T_Value;
147
- }>
148
- ] | readonly [
149
- 'verbose group',
150
- _i_core._T_List<null, {
151
- readonly 'key': string;
152
- readonly 'value': _T_Value;
153
- }>
154
- ] | readonly [
155
- 'text',
156
- {
157
- readonly 'value': string;
158
- readonly 'delimiter': _i_core._T_State_Group<null, readonly ['none', null] | readonly ['quote', null] | readonly ['backtick', null]>;
159
- }
160
- ] | readonly ['nothing', null] | readonly [
161
- 'optional',
162
- _i_core._T_State_Group<null, readonly ['not set', null] | readonly ['set', _T_Value]>
163
- ] | readonly [
164
- 'state',
165
- _i_core._T_State_Group<null, readonly ['missing data', null] | readonly [
166
- 'set',
167
- {
168
- readonly 'state': string;
169
- readonly 'value': _T_Value;
170
- }
171
- ]>
172
- ];
173
- }
174
- type _type = _i_core._T_State_Group<null, readonly ['list', _i_core._T_List<null, _T_Value>] | readonly ['concise group', _i_core._T_List<null, _T_Value>] | readonly [
175
- 'dictionary',
176
- _i_core._T_List<null, {
177
- readonly 'key': string;
178
- readonly 'value': _T_Value;
179
- }>
180
- ] | readonly [
181
- 'verbose group',
182
- _i_core._T_List<null, {
183
- readonly 'key': string;
184
- readonly 'value': _T_Value;
185
- }>
186
- ] | readonly [
187
- 'text',
188
- {
189
- readonly 'value': string;
190
- readonly 'delimiter': _i_core._T_State_Group<null, readonly ['none', null] | readonly ['quote', null] | readonly ['backtick', null]>;
22
+ type dictionary = _pi.List<dictionary.L>;
23
+ namespace verbose_group {
24
+ namespace L {
25
+ type key = string;
26
+ type value = Value_;
27
+ }
28
+ type L = {
29
+ readonly 'key': L.key;
30
+ readonly 'value': L.value;
31
+ };
191
32
  }
192
- ] | readonly ['nothing', null] | readonly [
193
- 'optional',
194
- _i_core._T_State_Group<null, readonly ['not set', null] | readonly ['set', _T_Value]>
195
- ] | readonly [
196
- 'state',
197
- _i_core._T_State_Group<null, readonly ['missing data', null] | readonly [
198
- 'set',
199
- {
200
- readonly 'state': string;
201
- readonly 'value': _T_Value;
202
- }
203
- ]>
204
- ]>;
205
- }
206
- export declare namespace _T_Document {
207
- }
208
- export declare namespace Value {
209
- namespace _type {
210
- namespace SG {
211
- namespace list {
212
- namespace L {
213
- }
214
- type L = _T_Value;
215
- }
216
- type list = _i_core._T_List<null, _T_Value>;
217
- namespace concise_group {
218
- namespace L {
219
- }
220
- type L = _T_Value;
221
- }
222
- type concise_group = _i_core._T_List<null, _T_Value>;
223
- namespace dictionary {
224
- namespace L {
225
- type key = string;
226
- namespace value {
227
- }
228
- type value = _T_Value;
229
- }
230
- type L = {
231
- readonly 'key': string;
232
- readonly 'value': _T_Value;
233
- };
234
- }
235
- type dictionary = _i_core._T_List<null, {
236
- readonly 'key': string;
237
- readonly 'value': _T_Value;
238
- }>;
239
- namespace verbose_group {
240
- namespace L {
241
- type key = string;
242
- namespace value {
243
- }
244
- type value = _T_Value;
245
- }
246
- type L = {
247
- readonly 'key': string;
248
- readonly 'value': _T_Value;
249
- };
250
- }
251
- type verbose_group = _i_core._T_List<null, {
252
- readonly 'key': string;
253
- readonly 'value': _T_Value;
254
- }>;
255
- namespace text {
256
- type value = string;
257
- namespace delimiter {
258
- namespace SG {
259
- type none = null;
260
- type quote = null;
261
- type backtick = null;
262
- }
263
- type SG = readonly ['none', null] | readonly ['quote', null] | readonly ['backtick', null];
264
- }
265
- type delimiter = _i_core._T_State_Group<null, readonly ['none', null] | readonly ['quote', null] | readonly ['backtick', null]>;
266
- }
267
- type text = {
268
- readonly 'value': string;
269
- readonly 'delimiter': _i_core._T_State_Group<null, readonly ['none', null] | readonly ['quote', null] | readonly ['backtick', null]>;
33
+ type verbose_group = _pi.List<verbose_group.L>;
34
+ namespace text {
35
+ type value = string;
36
+ namespace delimiter {
37
+ type none = null;
38
+ type quote = null;
39
+ type backtick = null;
40
+ }
41
+ type delimiter = readonly ['none', delimiter.none] | readonly ['quote', delimiter.quote] | readonly ['backtick', delimiter.backtick];
42
+ }
43
+ type text = {
44
+ readonly 'value': text.value;
45
+ readonly 'delimiter': text.delimiter;
46
+ };
47
+ type nothing = null;
48
+ namespace optional {
49
+ type not_set = null;
50
+ type _set = Value_;
51
+ }
52
+ type optional = readonly ['not set', optional.not_set] | readonly ['set', optional._set];
53
+ namespace state {
54
+ type missing_data = null;
55
+ namespace _set {
56
+ type state = string;
57
+ type value = Value_;
58
+ }
59
+ type _set = {
60
+ readonly 'state': _set.state;
61
+ readonly 'value': _set.value;
270
62
  };
271
- type nothing = null;
272
- namespace optional {
273
- namespace SG {
274
- type not_set = null;
275
- namespace _set {
276
- }
277
- type _set = _T_Value;
278
- }
279
- type SG = readonly ['not set', null] | readonly ['set', _T_Value];
280
- }
281
- type optional = _i_core._T_State_Group<null, readonly ['not set', null] | readonly ['set', _T_Value]>;
282
- namespace state {
283
- namespace SG {
284
- type missing_data = null;
285
- namespace _set {
286
- type state = string;
287
- namespace value {
288
- }
289
- type value = _T_Value;
290
- }
291
- type _set = {
292
- readonly 'state': string;
293
- readonly 'value': _T_Value;
294
- };
295
- }
296
- type SG = readonly ['missing data', null] | readonly [
297
- 'set',
298
- {
299
- readonly 'state': string;
300
- readonly 'value': _T_Value;
301
- }
302
- ];
303
- }
304
- type state = _i_core._T_State_Group<null, readonly ['missing data', null] | readonly [
305
- 'set',
306
- {
307
- readonly 'state': string;
308
- readonly 'value': _T_Value;
309
- }
310
- ]>;
311
63
  }
312
- type SG = readonly ['list', _i_core._T_List<null, _T_Value>] | readonly ['concise group', _i_core._T_List<null, _T_Value>] | readonly [
313
- 'dictionary',
314
- _i_core._T_List<null, {
315
- readonly 'key': string;
316
- readonly 'value': _T_Value;
317
- }>
318
- ] | readonly [
319
- 'verbose group',
320
- _i_core._T_List<null, {
321
- readonly 'key': string;
322
- readonly 'value': _T_Value;
323
- }>
324
- ] | readonly [
325
- 'text',
326
- {
327
- readonly 'value': string;
328
- readonly 'delimiter': _i_core._T_State_Group<null, readonly ['none', null] | readonly ['quote', null] | readonly ['backtick', null]>;
329
- }
330
- ] | readonly ['nothing', null] | readonly [
331
- 'optional',
332
- _i_core._T_State_Group<null, readonly ['not set', null] | readonly ['set', _T_Value]>
333
- ] | readonly [
334
- 'state',
335
- _i_core._T_State_Group<null, readonly ['missing data', null] | readonly [
336
- 'set',
337
- {
338
- readonly 'state': string;
339
- readonly 'value': _T_Value;
340
- }
341
- ]>
342
- ];
64
+ type state = readonly ['missing data', state.missing_data] | readonly ['set', state._set];
343
65
  }
344
- type _type = _i_core._T_State_Group<null, readonly ['list', _i_core._T_List<null, _T_Value>] | readonly ['concise group', _i_core._T_List<null, _T_Value>] | readonly [
345
- 'dictionary',
346
- _i_core._T_List<null, {
347
- readonly 'key': string;
348
- readonly 'value': _T_Value;
349
- }>
350
- ] | readonly [
351
- 'verbose group',
352
- _i_core._T_List<null, {
353
- readonly 'key': string;
354
- readonly 'value': _T_Value;
355
- }>
356
- ] | readonly [
357
- 'text',
358
- {
359
- readonly 'value': string;
360
- readonly 'delimiter': _i_core._T_State_Group<null, readonly ['none', null] | readonly ['quote', null] | readonly ['backtick', null]>;
361
- }
362
- ] | readonly ['nothing', null] | readonly [
363
- 'optional',
364
- _i_core._T_State_Group<null, readonly ['not set', null] | readonly ['set', _T_Value]>
365
- ] | readonly [
366
- 'state',
367
- _i_core._T_State_Group<null, readonly ['missing data', null] | readonly [
368
- 'set',
369
- {
370
- readonly 'state': string;
371
- readonly 'value': _T_Value;
372
- }
373
- ]>
374
- ]>;
375
- }
376
- export declare namespace Document {
66
+ type _type = readonly ['list', _type.list] | readonly ['concise group', _type.concise_group] | readonly ['dictionary', _type.dictionary] | readonly ['verbose group', _type.verbose_group] | readonly ['text', _type.text] | readonly ['nothing', _type.nothing] | readonly ['optional', _type.optional] | readonly ['state', _type.state];
377
67
  }
68
+ export type Value_ = {
69
+ readonly 'type': Value_._type;
70
+ };
71
+ export type Document_ = Value_;
72
+ export { Value_ as Value, Document_ as Document, };
@@ -0,0 +1,16 @@
1
+ import * as i_out from "./data_types/target";
2
+ export declare namespace Value_ {
3
+ type I = string;
4
+ type O = i_out.Value;
5
+ namespace P {
6
+ }
7
+ }
8
+ export type Value_ = ($$_: Value_.I) => Value_.O;
9
+ export declare namespace Document_ {
10
+ type I = string;
11
+ type O = i_out.Document;
12
+ namespace P {
13
+ }
14
+ }
15
+ export type Document_ = ($$_: Document_.I) => Document_.O;
16
+ export { Value_ as Value, Document_ as Document, };
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGVzZXJpYWxpemUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9zcmMvaW50ZXJmYWNlL2dlbmVyYXRlZC9wYXJldG8vc2NoZW1hcy9hdXRob3JpbmdfdGFyZ2V0L2Rlc2VyaWFsaXplLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIifQ==
@@ -1,63 +1,17 @@
1
- import * as _i_out from "../../core/astn_target";
2
- import * as _i_in from "./data_types/source";
3
- import * as _i_vs from "./value_serializers";
4
- export type _T_Value = ($$_: _i_in._T_Value, $$_p: {
5
- readonly 'value serializers': _i_vs._T_Value_Serializers;
6
- }) => _i_out._T_Value;
7
- export type _T_Document = ($$_: _i_in._T_Document, $$_p: {
8
- readonly 'value serializers': _i_vs._T_Value_Serializers;
9
- }) => _i_out._T_Value;
10
- export type Value = _T_Value;
11
- export type Document = _T_Document;
12
- export declare namespace _T_Value {
13
- namespace CONTEXT {
1
+ import * as i_out from "astn/dist/interface/generated/pareto/schemas/sealed_target/data_types/target";
2
+ import * as i_in from "./data_types/source";
3
+ export declare namespace Value_ {
4
+ type I = i_in.Value;
5
+ type O = i_out.Value;
6
+ namespace P {
14
7
  }
15
- type CONTEXT = _i_in._T_Value;
16
- namespace PARAMS {
17
- namespace value_serializers {
18
- }
19
- type value_serializers = _i_vs._T_Value_Serializers;
20
- }
21
- namespace RESULT {
22
- }
23
- type RESULT = _i_out._T_Value;
24
- }
25
- export declare namespace _T_Document {
26
- namespace CONTEXT {
27
- }
28
- type CONTEXT = _i_in._T_Document;
29
- namespace PARAMS {
30
- namespace value_serializers {
31
- }
32
- type value_serializers = _i_vs._T_Value_Serializers;
33
- }
34
- namespace RESULT {
35
- }
36
- type RESULT = _i_out._T_Value;
37
8
  }
38
- export declare namespace Value {
39
- namespace CONTEXT {
40
- }
41
- type CONTEXT = _i_in._T_Value;
42
- namespace PARAMS {
43
- namespace value_serializers {
44
- }
45
- type value_serializers = _i_vs._T_Value_Serializers;
46
- }
47
- namespace RESULT {
48
- }
49
- type RESULT = _i_out._T_Value;
50
- }
51
- export declare namespace Document {
52
- namespace CONTEXT {
53
- }
54
- type CONTEXT = _i_in._T_Document;
55
- namespace PARAMS {
56
- namespace value_serializers {
57
- }
58
- type value_serializers = _i_vs._T_Value_Serializers;
59
- }
60
- namespace RESULT {
9
+ export type Value_ = ($$_: Value_.I) => Value_.O;
10
+ export declare namespace Document_ {
11
+ type I = i_in.Document;
12
+ type O = i_out.Value;
13
+ namespace P {
61
14
  }
62
- type RESULT = _i_out._T_Value;
63
15
  }
16
+ export type Document_ = ($$_: Document_.I) => Document_.O;
17
+ export { Value_ as Value, Document_ as Document, };
@@ -1,46 +1,17 @@
1
- import * as _i_out from "./data_types/target";
2
- import * as _i_in from "./data_types/source";
3
- export type _T_Value = ($$_: _i_in._T_Value, $$_p: null) => _i_out._T_Value;
4
- export type _T_Document = ($$_: _i_in._T_Document, $$_p: null) => _i_out._T_Document;
5
- export type Value = _T_Value;
6
- export type Document = _T_Document;
7
- export declare namespace _T_Value {
8
- namespace CONTEXT {
1
+ import * as i_out from "./data_types/target";
2
+ import * as i_in from "./data_types/source";
3
+ export declare namespace Value_ {
4
+ type I = i_in.Value;
5
+ type O = i_out.Value;
6
+ namespace P {
9
7
  }
10
- type CONTEXT = _i_in._T_Value;
11
- namespace PARAMS {
12
- }
13
- namespace RESULT {
14
- }
15
- type RESULT = _i_out._T_Value;
16
- }
17
- export declare namespace _T_Document {
18
- namespace CONTEXT {
19
- }
20
- type CONTEXT = _i_in._T_Document;
21
- namespace PARAMS {
22
- }
23
- namespace RESULT {
24
- }
25
- type RESULT = _i_out._T_Document;
26
8
  }
27
- export declare namespace Value {
28
- namespace CONTEXT {
29
- }
30
- type CONTEXT = _i_in._T_Value;
31
- namespace PARAMS {
32
- }
33
- namespace RESULT {
34
- }
35
- type RESULT = _i_out._T_Value;
36
- }
37
- export declare namespace Document {
38
- namespace CONTEXT {
39
- }
40
- type CONTEXT = _i_in._T_Document;
41
- namespace PARAMS {
42
- }
43
- namespace RESULT {
9
+ export type Value_ = ($$_: Value_.I) => Value_.O;
10
+ export declare namespace Document_ {
11
+ type I = i_in.Document;
12
+ type O = i_out.Document;
13
+ namespace P {
44
14
  }
45
- type RESULT = _i_out._T_Document;
46
15
  }
16
+ export type Document_ = ($$_: Document_.I) => Document_.O;
17
+ export { Value_ as Value, Document_ as Document, };
@@ -1,54 +1,16 @@
1
- import * as _i_in from "./data_types/source";
2
- import * as _i_vs from "./value_serializers";
3
- export type _T_Value = ($$_: _i_in._T_Value, $$_p: {
4
- readonly 'value serializers': _i_vs._T_Value_Serializers;
5
- }) => string;
6
- export type _T_Document = ($$_: _i_in._T_Document, $$_p: {
7
- readonly 'value serializers': _i_vs._T_Value_Serializers;
8
- }) => string;
9
- export type Value = _T_Value;
10
- export type Document = _T_Document;
11
- export declare namespace _T_Value {
12
- namespace CONTEXT {
1
+ import * as i_in from "./data_types/source";
2
+ export declare namespace Value_ {
3
+ type I = i_in.Value;
4
+ type O = string;
5
+ namespace P {
13
6
  }
14
- type CONTEXT = _i_in._T_Value;
15
- namespace PARAMS {
16
- namespace value_serializers {
17
- }
18
- type value_serializers = _i_vs._T_Value_Serializers;
19
- }
20
- type RESULT = string;
21
- }
22
- export declare namespace _T_Document {
23
- namespace CONTEXT {
24
- }
25
- type CONTEXT = _i_in._T_Document;
26
- namespace PARAMS {
27
- namespace value_serializers {
28
- }
29
- type value_serializers = _i_vs._T_Value_Serializers;
30
- }
31
- type RESULT = string;
32
7
  }
33
- export declare namespace Value {
34
- namespace CONTEXT {
35
- }
36
- type CONTEXT = _i_in._T_Value;
37
- namespace PARAMS {
38
- namespace value_serializers {
39
- }
40
- type value_serializers = _i_vs._T_Value_Serializers;
41
- }
42
- type RESULT = string;
43
- }
44
- export declare namespace Document {
45
- namespace CONTEXT {
46
- }
47
- type CONTEXT = _i_in._T_Document;
48
- namespace PARAMS {
49
- namespace value_serializers {
50
- }
51
- type value_serializers = _i_vs._T_Value_Serializers;
8
+ export type Value_ = ($$_: Value_.I) => Value_.O;
9
+ export declare namespace Document_ {
10
+ type I = i_in.Document;
11
+ type O = string;
12
+ namespace P {
52
13
  }
53
- type RESULT = string;
54
14
  }
15
+ export type Document_ = ($$_: Document_.I) => Document_.O;
16
+ export { Value_ as Value, Document_ as Document, };