astn 0.113.26 → 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 (93) hide show
  1. package/dist/implementation/generated/pareto/schemas/astn_schema/marshall.js +1 -1
  2. package/dist/implementation/generated/pareto/schemas/astn_schema/resolve.js +3 -3
  3. package/dist/implementation/generated/pareto/schemas/astn_schema/serialize.js +1 -1
  4. package/dist/implementation/generated/pareto/schemas/astn_schema/unmarshall.js +1 -1
  5. package/dist/implementation/generated/pareto/schemas/authoring_parse_result/marshall.js +1 -1
  6. package/dist/implementation/generated/pareto/schemas/authoring_parse_result/serialize.js +1 -1
  7. package/dist/implementation/generated/pareto/schemas/authoring_parse_result/unmarshall.js +1 -1
  8. package/dist/implementation/generated/pareto/schemas/authoring_parse_tree/marshall.js +1 -1
  9. package/dist/implementation/generated/pareto/schemas/authoring_parse_tree/serialize.js +1 -1
  10. package/dist/implementation/generated/pareto/schemas/authoring_parse_tree/unmarshall.js +1 -1
  11. package/dist/implementation/generated/pareto/schemas/authoring_target/marshall.js +1 -1
  12. package/dist/implementation/generated/pareto/schemas/authoring_target/serialize.js +1 -1
  13. package/dist/implementation/generated/pareto/schemas/authoring_target/unmarshall.js +1 -1
  14. package/dist/implementation/generated/pareto/schemas/ide/marshall.js +1 -1
  15. package/dist/implementation/generated/pareto/schemas/ide/serialize.js +1 -1
  16. package/dist/implementation/generated/pareto/schemas/ide/unmarshall.js +1 -1
  17. package/dist/implementation/generated/pareto/schemas/sealed_target/marshall.js +1 -1
  18. package/dist/implementation/generated/pareto/schemas/sealed_target/serialize.js +1 -1
  19. package/dist/implementation/generated/pareto/schemas/sealed_target/unmarshall.js +1 -1
  20. package/dist/implementation/generated/pareto/schemas/token/marshall.js +1 -1
  21. package/dist/implementation/generated/pareto/schemas/token/serialize.js +1 -1
  22. package/dist/implementation/generated/pareto/schemas/token/unmarshall.js +1 -1
  23. package/dist/implementation/manual/schemas/authoring_parse_tree/productions/token.d.ts +11 -11
  24. package/dist/implementation/manual/schemas/authoring_parse_tree/productions/token.js +1 -1
  25. package/dist/implementation/manual/schemas/sealed_target/transformers/fountain_pen_block.js +2 -2
  26. package/dist/interface/generated/pareto/core/location.d.ts +11 -0
  27. package/dist/interface/generated/pareto/core/location.js +3 -0
  28. package/dist/interface/generated/pareto/schemas/astn_schema/data_types/resolve.d.ts +192 -1125
  29. package/dist/interface/generated/pareto/schemas/astn_schema/data_types/source.d.ts +123 -419
  30. package/dist/interface/generated/pareto/schemas/astn_schema/data_types/target.d.ts +213 -389
  31. package/dist/interface/generated/pareto/schemas/astn_schema/deserialize.d.ts +79 -0
  32. package/dist/interface/generated/pareto/schemas/astn_schema/deserialize.js +3 -0
  33. package/dist/interface/generated/pareto/schemas/astn_schema/marshall.d.ts +58 -311
  34. package/dist/interface/generated/pareto/schemas/astn_schema/migrate_boilerplate.d.ts +58 -244
  35. package/dist/interface/generated/pareto/schemas/astn_schema/serialize.d.ts +57 -266
  36. package/dist/interface/generated/pareto/schemas/astn_schema/unmarshall.d.ts +58 -377
  37. package/dist/interface/generated/pareto/schemas/authoring_parse_result/data_types/resolve.js +1 -5
  38. package/dist/interface/generated/pareto/schemas/authoring_parse_result/data_types/source.d.ts +54 -243
  39. package/dist/interface/generated/pareto/schemas/authoring_parse_result/data_types/target.d.ts +54 -243
  40. package/dist/interface/generated/pareto/schemas/authoring_parse_result/deserialize.d.ts +9 -0
  41. package/dist/interface/generated/pareto/schemas/authoring_parse_result/deserialize.js +3 -0
  42. package/dist/interface/generated/pareto/schemas/authoring_parse_result/marshall.d.ts +8 -31
  43. package/dist/interface/generated/pareto/schemas/authoring_parse_result/migrate_boilerplate.d.ts +8 -22
  44. package/dist/interface/generated/pareto/schemas/authoring_parse_result/serialize.d.ts +7 -26
  45. package/dist/interface/generated/pareto/schemas/authoring_parse_result/unmarshall.d.ts +8 -31
  46. package/dist/interface/generated/pareto/schemas/authoring_parse_tree/data_types/resolve.js +1 -5
  47. package/dist/interface/generated/pareto/schemas/authoring_parse_tree/data_types/source.d.ts +138 -931
  48. package/dist/interface/generated/pareto/schemas/authoring_parse_tree/data_types/target.d.ts +138 -931
  49. package/dist/interface/generated/pareto/schemas/authoring_parse_tree/deserialize.d.ts +58 -0
  50. package/dist/interface/generated/pareto/schemas/authoring_parse_tree/deserialize.js +3 -0
  51. package/dist/interface/generated/pareto/schemas/authoring_parse_tree/marshall.d.ts +43 -227
  52. package/dist/interface/generated/pareto/schemas/authoring_parse_tree/migrate_boilerplate.d.ts +43 -162
  53. package/dist/interface/generated/pareto/schemas/authoring_parse_tree/serialize.d.ts +42 -194
  54. package/dist/interface/generated/pareto/schemas/authoring_parse_tree/unmarshall.d.ts +43 -227
  55. package/dist/interface/generated/pareto/schemas/authoring_target/data_types/resolve.js +1 -5
  56. package/dist/interface/generated/pareto/schemas/authoring_target/data_types/source.d.ts +64 -369
  57. package/dist/interface/generated/pareto/schemas/authoring_target/data_types/target.d.ts +64 -369
  58. package/dist/interface/generated/pareto/schemas/authoring_target/deserialize.d.ts +16 -0
  59. package/dist/interface/generated/pareto/schemas/authoring_target/deserialize.js +3 -0
  60. package/dist/interface/generated/pareto/schemas/authoring_target/marshall.d.ts +13 -59
  61. package/dist/interface/generated/pareto/schemas/authoring_target/migrate_boilerplate.d.ts +13 -42
  62. package/dist/interface/generated/pareto/schemas/authoring_target/serialize.d.ts +12 -50
  63. package/dist/interface/generated/pareto/schemas/authoring_target/unmarshall.d.ts +13 -59
  64. package/dist/interface/generated/pareto/schemas/ide/data_types/resolve.js +1 -5
  65. package/dist/interface/generated/pareto/schemas/ide/data_types/source.d.ts +38 -185
  66. package/dist/interface/generated/pareto/schemas/ide/data_types/target.d.ts +38 -185
  67. package/dist/interface/generated/pareto/schemas/ide/deserialize.d.ts +23 -0
  68. package/dist/interface/generated/pareto/schemas/ide/deserialize.js +3 -0
  69. package/dist/interface/generated/pareto/schemas/ide/marshall.d.ts +18 -87
  70. package/dist/interface/generated/pareto/schemas/ide/migrate_boilerplate.d.ts +18 -62
  71. package/dist/interface/generated/pareto/schemas/ide/serialize.d.ts +17 -74
  72. package/dist/interface/generated/pareto/schemas/ide/unmarshall.d.ts +18 -87
  73. package/dist/interface/generated/pareto/schemas/sealed_target/data_types/resolve.js +1 -5
  74. package/dist/interface/generated/pareto/schemas/sealed_target/data_types/source.d.ts +47 -245
  75. package/dist/interface/generated/pareto/schemas/sealed_target/data_types/target.d.ts +47 -245
  76. package/dist/interface/generated/pareto/schemas/sealed_target/deserialize.d.ts +16 -0
  77. package/dist/interface/generated/pareto/schemas/sealed_target/deserialize.js +3 -0
  78. package/dist/interface/generated/pareto/schemas/sealed_target/marshall.d.ts +13 -59
  79. package/dist/interface/generated/pareto/schemas/sealed_target/migrate_boilerplate.d.ts +13 -42
  80. package/dist/interface/generated/pareto/schemas/sealed_target/serialize.d.ts +12 -50
  81. package/dist/interface/generated/pareto/schemas/sealed_target/unmarshall.d.ts +13 -59
  82. package/dist/interface/generated/pareto/schemas/token/data_types/resolve.js +1 -5
  83. package/dist/interface/generated/pareto/schemas/token/data_types/source.d.ts +98 -305
  84. package/dist/interface/generated/pareto/schemas/token/data_types/target.d.ts +98 -305
  85. package/dist/interface/generated/pareto/schemas/token/deserialize.d.ts +72 -0
  86. package/dist/interface/generated/pareto/schemas/token/deserialize.js +3 -0
  87. package/dist/interface/generated/pareto/schemas/token/marshall.d.ts +53 -283
  88. package/dist/interface/generated/pareto/schemas/token/migrate_boilerplate.d.ts +53 -202
  89. package/dist/interface/generated/pareto/schemas/token/serialize.d.ts +52 -242
  90. package/dist/interface/generated/pareto/schemas/token/unmarshall.d.ts +53 -283
  91. package/dist/shorthands/parse_result.d.ts +1 -1
  92. package/dist/shorthands/parse_result.js +1 -1
  93. package/package.json +3 -3
@@ -0,0 +1,58 @@
1
+ import * as i_out from "./data_types/target";
2
+ export declare namespace Structural_Token_ {
3
+ type I = string;
4
+ type O = i_out.Structural_Token;
5
+ namespace P {
6
+ }
7
+ }
8
+ export type Structural_Token_ = ($$_: Structural_Token_.I) => Structural_Token_.O;
9
+ export declare namespace String_ {
10
+ type I = string;
11
+ type O = i_out.String;
12
+ namespace P {
13
+ }
14
+ }
15
+ export type String_ = ($$_: String_.I) => String_.O;
16
+ export declare namespace Key_Value_Pairs_ {
17
+ type I = string;
18
+ type O = i_out.Key_Value_Pairs;
19
+ namespace P {
20
+ }
21
+ }
22
+ export type Key_Value_Pairs_ = ($$_: Key_Value_Pairs_.I) => Key_Value_Pairs_.O;
23
+ export declare namespace Elements_ {
24
+ type I = string;
25
+ type O = i_out.Elements;
26
+ namespace P {
27
+ }
28
+ }
29
+ export type Elements_ = ($$_: Elements_.I) => Elements_.O;
30
+ export declare namespace Concrete_Value_ {
31
+ type I = string;
32
+ type O = i_out.Concrete_Value;
33
+ namespace P {
34
+ }
35
+ }
36
+ export type Concrete_Value_ = ($$_: Concrete_Value_.I) => Concrete_Value_.O;
37
+ export declare namespace Value_ {
38
+ type I = string;
39
+ type O = i_out.Value;
40
+ namespace P {
41
+ }
42
+ }
43
+ export type Value_ = ($$_: Value_.I) => Value_.O;
44
+ export declare namespace Content_ {
45
+ type I = string;
46
+ type O = i_out.Content;
47
+ namespace P {
48
+ }
49
+ }
50
+ export type Content_ = ($$_: Content_.I) => Content_.O;
51
+ export declare namespace Document_ {
52
+ type I = string;
53
+ type O = i_out.Document;
54
+ namespace P {
55
+ }
56
+ }
57
+ export type Document_ = ($$_: Document_.I) => Document_.O;
58
+ export { Structural_Token_ as Structural_Token, String_ as String, Key_Value_Pairs_ as Key_Value_Pairs, Elements_ as Elements, Concrete_Value_ as Concrete_Value, Value_ as Value, Content_ as Content, Document_ as Document, };
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGVzZXJpYWxpemUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9zcmMvaW50ZXJmYWNlL2dlbmVyYXRlZC9wYXJldG8vc2NoZW1hcy9hdXRob3JpbmdfcGFyc2VfdHJlZS9kZXNlcmlhbGl6ZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIn0=
@@ -1,243 +1,59 @@
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_Structural_Token = ($$_: _i_in._T_Structural_Token, $$_p: {
5
- readonly 'value serializers': _i_vs._T_Value_Serializers;
6
- }) => _i_out._T_Value;
7
- export type _T_String = ($$_: _i_in._T_String, $$_p: {
8
- readonly 'value serializers': _i_vs._T_Value_Serializers;
9
- }) => _i_out._T_Value;
10
- export type _T_Key_Value_Pairs = ($$_: _i_in._T_Key_Value_Pairs, $$_p: {
11
- readonly 'value serializers': _i_vs._T_Value_Serializers;
12
- }) => _i_out._T_Value;
13
- export type _T_Elements = ($$_: _i_in._T_Elements, $$_p: {
14
- readonly 'value serializers': _i_vs._T_Value_Serializers;
15
- }) => _i_out._T_Value;
16
- export type _T_Concrete_Value = ($$_: _i_in._T_Concrete_Value, $$_p: {
17
- readonly 'value serializers': _i_vs._T_Value_Serializers;
18
- }) => _i_out._T_Value;
19
- export type _T_Value = ($$_: _i_in._T_Value, $$_p: {
20
- readonly 'value serializers': _i_vs._T_Value_Serializers;
21
- }) => _i_out._T_Value;
22
- export type _T_Content = ($$_: _i_in._T_Content, $$_p: {
23
- readonly 'value serializers': _i_vs._T_Value_Serializers;
24
- }) => _i_out._T_Value;
25
- export type _T_Document = ($$_: _i_in._T_Document, $$_p: {
26
- readonly 'value serializers': _i_vs._T_Value_Serializers;
27
- }) => _i_out._T_Value;
28
- export type Structural_Token = _T_Structural_Token;
29
- export type String = _T_String;
30
- export type Key_Value_Pairs = _T_Key_Value_Pairs;
31
- export type Elements = _T_Elements;
32
- export type Concrete_Value = _T_Concrete_Value;
33
- export type Value = _T_Value;
34
- export type Content = _T_Content;
35
- export type Document = _T_Document;
36
- export declare namespace _T_Structural_Token {
37
- 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 Structural_Token_ {
4
+ type I = i_in.Structural_Token;
5
+ type O = i_out.Value;
6
+ namespace P {
38
7
  }
39
- type CONTEXT = _i_in._T_Structural_Token;
40
- namespace PARAMS {
41
- namespace value_serializers {
42
- }
43
- type value_serializers = _i_vs._T_Value_Serializers;
44
- }
45
- namespace RESULT {
46
- }
47
- type RESULT = _i_out._T_Value;
48
- }
49
- export declare namespace _T_String {
50
- namespace CONTEXT {
51
- }
52
- type CONTEXT = _i_in._T_String;
53
- namespace PARAMS {
54
- namespace value_serializers {
55
- }
56
- type value_serializers = _i_vs._T_Value_Serializers;
57
- }
58
- namespace RESULT {
59
- }
60
- type RESULT = _i_out._T_Value;
61
- }
62
- export declare namespace _T_Key_Value_Pairs {
63
- namespace CONTEXT {
64
- }
65
- type CONTEXT = _i_in._T_Key_Value_Pairs;
66
- namespace PARAMS {
67
- namespace value_serializers {
68
- }
69
- type value_serializers = _i_vs._T_Value_Serializers;
70
- }
71
- namespace RESULT {
72
- }
73
- type RESULT = _i_out._T_Value;
74
- }
75
- export declare namespace _T_Elements {
76
- namespace CONTEXT {
77
- }
78
- type CONTEXT = _i_in._T_Elements;
79
- namespace PARAMS {
80
- namespace value_serializers {
81
- }
82
- type value_serializers = _i_vs._T_Value_Serializers;
83
- }
84
- namespace RESULT {
85
- }
86
- type RESULT = _i_out._T_Value;
87
- }
88
- export declare namespace _T_Concrete_Value {
89
- namespace CONTEXT {
90
- }
91
- type CONTEXT = _i_in._T_Concrete_Value;
92
- namespace PARAMS {
93
- namespace value_serializers {
94
- }
95
- type value_serializers = _i_vs._T_Value_Serializers;
96
- }
97
- namespace RESULT {
98
- }
99
- type RESULT = _i_out._T_Value;
100
- }
101
- export declare namespace _T_Value {
102
- namespace CONTEXT {
103
- }
104
- type CONTEXT = _i_in._T_Value;
105
- namespace PARAMS {
106
- namespace value_serializers {
107
- }
108
- type value_serializers = _i_vs._T_Value_Serializers;
109
- }
110
- namespace RESULT {
111
- }
112
- type RESULT = _i_out._T_Value;
113
- }
114
- export declare namespace _T_Content {
115
- namespace CONTEXT {
116
- }
117
- type CONTEXT = _i_in._T_Content;
118
- namespace PARAMS {
119
- namespace value_serializers {
120
- }
121
- type value_serializers = _i_vs._T_Value_Serializers;
122
- }
123
- namespace RESULT {
124
- }
125
- type RESULT = _i_out._T_Value;
126
- }
127
- export declare namespace _T_Document {
128
- namespace CONTEXT {
129
- }
130
- type CONTEXT = _i_in._T_Document;
131
- namespace PARAMS {
132
- namespace value_serializers {
133
- }
134
- type value_serializers = _i_vs._T_Value_Serializers;
135
- }
136
- namespace RESULT {
137
- }
138
- type RESULT = _i_out._T_Value;
139
8
  }
140
- export declare namespace Structural_Token {
141
- namespace CONTEXT {
142
- }
143
- type CONTEXT = _i_in._T_Structural_Token;
144
- namespace PARAMS {
145
- namespace value_serializers {
146
- }
147
- type value_serializers = _i_vs._T_Value_Serializers;
148
- }
149
- namespace RESULT {
150
- }
151
- type RESULT = _i_out._T_Value;
152
- }
153
- export declare namespace String {
154
- namespace CONTEXT {
155
- }
156
- type CONTEXT = _i_in._T_String;
157
- namespace PARAMS {
158
- namespace value_serializers {
159
- }
160
- type value_serializers = _i_vs._T_Value_Serializers;
161
- }
162
- namespace RESULT {
9
+ export type Structural_Token_ = ($$_: Structural_Token_.I) => Structural_Token_.O;
10
+ export declare namespace String_ {
11
+ type I = i_in.String;
12
+ type O = i_out.Value;
13
+ namespace P {
163
14
  }
164
- type RESULT = _i_out._T_Value;
165
15
  }
166
- export declare namespace Key_Value_Pairs {
167
- namespace CONTEXT {
16
+ export type String_ = ($$_: String_.I) => String_.O;
17
+ export declare namespace Key_Value_Pairs_ {
18
+ type I = i_in.Key_Value_Pairs;
19
+ type O = i_out.Value;
20
+ namespace P {
168
21
  }
169
- type CONTEXT = _i_in._T_Key_Value_Pairs;
170
- namespace PARAMS {
171
- namespace value_serializers {
172
- }
173
- type value_serializers = _i_vs._T_Value_Serializers;
174
- }
175
- namespace RESULT {
176
- }
177
- type RESULT = _i_out._T_Value;
178
22
  }
179
- export declare namespace Elements {
180
- namespace CONTEXT {
181
- }
182
- type CONTEXT = _i_in._T_Elements;
183
- namespace PARAMS {
184
- namespace value_serializers {
185
- }
186
- type value_serializers = _i_vs._T_Value_Serializers;
23
+ export type Key_Value_Pairs_ = ($$_: Key_Value_Pairs_.I) => Key_Value_Pairs_.O;
24
+ export declare namespace Elements_ {
25
+ type I = i_in.Elements;
26
+ type O = i_out.Value;
27
+ namespace P {
187
28
  }
188
- namespace RESULT {
189
- }
190
- type RESULT = _i_out._T_Value;
191
29
  }
192
- export declare namespace Concrete_Value {
193
- namespace CONTEXT {
194
- }
195
- type CONTEXT = _i_in._T_Concrete_Value;
196
- namespace PARAMS {
197
- namespace value_serializers {
198
- }
199
- type value_serializers = _i_vs._T_Value_Serializers;
200
- }
201
- namespace RESULT {
30
+ export type Elements_ = ($$_: Elements_.I) => Elements_.O;
31
+ export declare namespace Concrete_Value_ {
32
+ type I = i_in.Concrete_Value;
33
+ type O = i_out.Value;
34
+ namespace P {
202
35
  }
203
- type RESULT = _i_out._T_Value;
204
36
  }
205
- export declare namespace Value {
206
- namespace CONTEXT {
37
+ export type Concrete_Value_ = ($$_: Concrete_Value_.I) => Concrete_Value_.O;
38
+ export declare namespace Value_ {
39
+ type I = i_in.Value;
40
+ type O = i_out.Value;
41
+ namespace P {
207
42
  }
208
- type CONTEXT = _i_in._T_Value;
209
- namespace PARAMS {
210
- namespace value_serializers {
211
- }
212
- type value_serializers = _i_vs._T_Value_Serializers;
213
- }
214
- namespace RESULT {
215
- }
216
- type RESULT = _i_out._T_Value;
217
43
  }
218
- export declare namespace Content {
219
- namespace CONTEXT {
220
- }
221
- type CONTEXT = _i_in._T_Content;
222
- namespace PARAMS {
223
- namespace value_serializers {
224
- }
225
- type value_serializers = _i_vs._T_Value_Serializers;
44
+ export type Value_ = ($$_: Value_.I) => Value_.O;
45
+ export declare namespace Content_ {
46
+ type I = i_in.Content;
47
+ type O = i_out.Value;
48
+ namespace P {
226
49
  }
227
- namespace RESULT {
228
- }
229
- type RESULT = _i_out._T_Value;
230
50
  }
231
- export declare namespace Document {
232
- namespace CONTEXT {
233
- }
234
- type CONTEXT = _i_in._T_Document;
235
- namespace PARAMS {
236
- namespace value_serializers {
237
- }
238
- type value_serializers = _i_vs._T_Value_Serializers;
239
- }
240
- namespace RESULT {
51
+ export type Content_ = ($$_: Content_.I) => Content_.O;
52
+ export declare namespace Document_ {
53
+ type I = i_in.Document;
54
+ type O = i_out.Value;
55
+ namespace P {
241
56
  }
242
- type RESULT = _i_out._T_Value;
243
57
  }
58
+ export type Document_ = ($$_: Document_.I) => Document_.O;
59
+ export { Structural_Token_ as Structural_Token, String_ as String, Key_Value_Pairs_ as Key_Value_Pairs, Elements_ as Elements, Concrete_Value_ as Concrete_Value, Value_ as Value, Content_ as Content, Document_ as Document, };
@@ -1,178 +1,59 @@
1
- import * as _i_out from "./data_types/target";
2
- import * as _i_in from "./data_types/source";
3
- export type _T_Structural_Token = ($$_: _i_in._T_Structural_Token, $$_p: null) => _i_out._T_Structural_Token;
4
- export type _T_String = ($$_: _i_in._T_String, $$_p: null) => _i_out._T_String;
5
- export type _T_Key_Value_Pairs = ($$_: _i_in._T_Key_Value_Pairs, $$_p: null) => _i_out._T_Key_Value_Pairs;
6
- export type _T_Elements = ($$_: _i_in._T_Elements, $$_p: null) => _i_out._T_Elements;
7
- export type _T_Concrete_Value = ($$_: _i_in._T_Concrete_Value, $$_p: null) => _i_out._T_Concrete_Value;
8
- export type _T_Value = ($$_: _i_in._T_Value, $$_p: null) => _i_out._T_Value;
9
- export type _T_Content = ($$_: _i_in._T_Content, $$_p: null) => _i_out._T_Content;
10
- export type _T_Document = ($$_: _i_in._T_Document, $$_p: null) => _i_out._T_Document;
11
- export type Structural_Token = _T_Structural_Token;
12
- export type String = _T_String;
13
- export type Key_Value_Pairs = _T_Key_Value_Pairs;
14
- export type Elements = _T_Elements;
15
- export type Concrete_Value = _T_Concrete_Value;
16
- export type Value = _T_Value;
17
- export type Content = _T_Content;
18
- export type Document = _T_Document;
19
- export declare namespace _T_Structural_Token {
20
- namespace CONTEXT {
1
+ import * as i_out from "./data_types/target";
2
+ import * as i_in from "./data_types/source";
3
+ export declare namespace Structural_Token_ {
4
+ type I = i_in.Structural_Token;
5
+ type O = i_out.Structural_Token;
6
+ namespace P {
21
7
  }
22
- type CONTEXT = _i_in._T_Structural_Token;
23
- namespace PARAMS {
24
- }
25
- namespace RESULT {
26
- }
27
- type RESULT = _i_out._T_Structural_Token;
28
- }
29
- export declare namespace _T_String {
30
- namespace CONTEXT {
31
- }
32
- type CONTEXT = _i_in._T_String;
33
- namespace PARAMS {
34
- }
35
- namespace RESULT {
36
- }
37
- type RESULT = _i_out._T_String;
38
- }
39
- export declare namespace _T_Key_Value_Pairs {
40
- namespace CONTEXT {
41
- }
42
- type CONTEXT = _i_in._T_Key_Value_Pairs;
43
- namespace PARAMS {
44
- }
45
- namespace RESULT {
46
- }
47
- type RESULT = _i_out._T_Key_Value_Pairs;
48
- }
49
- export declare namespace _T_Elements {
50
- namespace CONTEXT {
51
- }
52
- type CONTEXT = _i_in._T_Elements;
53
- namespace PARAMS {
54
- }
55
- namespace RESULT {
56
- }
57
- type RESULT = _i_out._T_Elements;
58
- }
59
- export declare namespace _T_Concrete_Value {
60
- namespace CONTEXT {
61
- }
62
- type CONTEXT = _i_in._T_Concrete_Value;
63
- namespace PARAMS {
64
- }
65
- namespace RESULT {
66
- }
67
- type RESULT = _i_out._T_Concrete_Value;
68
- }
69
- export declare namespace _T_Value {
70
- namespace CONTEXT {
71
- }
72
- type CONTEXT = _i_in._T_Value;
73
- namespace PARAMS {
74
- }
75
- namespace RESULT {
76
- }
77
- type RESULT = _i_out._T_Value;
78
- }
79
- export declare namespace _T_Content {
80
- namespace CONTEXT {
81
- }
82
- type CONTEXT = _i_in._T_Content;
83
- namespace PARAMS {
84
- }
85
- namespace RESULT {
86
- }
87
- type RESULT = _i_out._T_Content;
88
- }
89
- export declare namespace _T_Document {
90
- namespace CONTEXT {
91
- }
92
- type CONTEXT = _i_in._T_Document;
93
- namespace PARAMS {
94
- }
95
- namespace RESULT {
96
- }
97
- type RESULT = _i_out._T_Document;
98
8
  }
99
- export declare namespace Structural_Token {
100
- namespace CONTEXT {
101
- }
102
- type CONTEXT = _i_in._T_Structural_Token;
103
- namespace PARAMS {
104
- }
105
- namespace RESULT {
106
- }
107
- type RESULT = _i_out._T_Structural_Token;
108
- }
109
- export declare namespace String {
110
- namespace CONTEXT {
111
- }
112
- type CONTEXT = _i_in._T_String;
113
- namespace PARAMS {
114
- }
115
- namespace RESULT {
9
+ export type Structural_Token_ = ($$_: Structural_Token_.I) => Structural_Token_.O;
10
+ export declare namespace String_ {
11
+ type I = i_in.String;
12
+ type O = i_out.String;
13
+ namespace P {
116
14
  }
117
- type RESULT = _i_out._T_String;
118
15
  }
119
- export declare namespace Key_Value_Pairs {
120
- namespace CONTEXT {
16
+ export type String_ = ($$_: String_.I) => String_.O;
17
+ export declare namespace Key_Value_Pairs_ {
18
+ type I = i_in.Key_Value_Pairs;
19
+ type O = i_out.Key_Value_Pairs;
20
+ namespace P {
121
21
  }
122
- type CONTEXT = _i_in._T_Key_Value_Pairs;
123
- namespace PARAMS {
124
- }
125
- namespace RESULT {
126
- }
127
- type RESULT = _i_out._T_Key_Value_Pairs;
128
22
  }
129
- export declare namespace Elements {
130
- namespace CONTEXT {
131
- }
132
- type CONTEXT = _i_in._T_Elements;
133
- namespace PARAMS {
23
+ export type Key_Value_Pairs_ = ($$_: Key_Value_Pairs_.I) => Key_Value_Pairs_.O;
24
+ export declare namespace Elements_ {
25
+ type I = i_in.Elements;
26
+ type O = i_out.Elements;
27
+ namespace P {
134
28
  }
135
- namespace RESULT {
136
- }
137
- type RESULT = _i_out._T_Elements;
138
29
  }
139
- export declare namespace Concrete_Value {
140
- namespace CONTEXT {
141
- }
142
- type CONTEXT = _i_in._T_Concrete_Value;
143
- namespace PARAMS {
144
- }
145
- namespace RESULT {
30
+ export type Elements_ = ($$_: Elements_.I) => Elements_.O;
31
+ export declare namespace Concrete_Value_ {
32
+ type I = i_in.Concrete_Value;
33
+ type O = i_out.Concrete_Value;
34
+ namespace P {
146
35
  }
147
- type RESULT = _i_out._T_Concrete_Value;
148
36
  }
149
- export declare namespace Value {
150
- namespace CONTEXT {
37
+ export type Concrete_Value_ = ($$_: Concrete_Value_.I) => Concrete_Value_.O;
38
+ export declare namespace Value_ {
39
+ type I = i_in.Value;
40
+ type O = i_out.Value;
41
+ namespace P {
151
42
  }
152
- type CONTEXT = _i_in._T_Value;
153
- namespace PARAMS {
154
- }
155
- namespace RESULT {
156
- }
157
- type RESULT = _i_out._T_Value;
158
43
  }
159
- export declare namespace Content {
160
- namespace CONTEXT {
161
- }
162
- type CONTEXT = _i_in._T_Content;
163
- namespace PARAMS {
44
+ export type Value_ = ($$_: Value_.I) => Value_.O;
45
+ export declare namespace Content_ {
46
+ type I = i_in.Content;
47
+ type O = i_out.Content;
48
+ namespace P {
164
49
  }
165
- namespace RESULT {
166
- }
167
- type RESULT = _i_out._T_Content;
168
50
  }
169
- export declare namespace Document {
170
- namespace CONTEXT {
171
- }
172
- type CONTEXT = _i_in._T_Document;
173
- namespace PARAMS {
174
- }
175
- namespace RESULT {
51
+ export type Content_ = ($$_: Content_.I) => Content_.O;
52
+ export declare namespace Document_ {
53
+ type I = i_in.Document;
54
+ type O = i_out.Document;
55
+ namespace P {
176
56
  }
177
- type RESULT = _i_out._T_Document;
178
57
  }
58
+ export type Document_ = ($$_: Document_.I) => Document_.O;
59
+ export { Structural_Token_ as Structural_Token, String_ as String, Key_Value_Pairs_ as Key_Value_Pairs, Elements_ as Elements, Concrete_Value_ as Concrete_Value, Value_ as Value, Content_ as Content, Document_ as Document, };