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
@@ -1,303 +1,73 @@
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_Relative_Location = ($$_: _i_in._T_Relative_Location, $$_p: {
5
- readonly 'value serializers': _i_vs._T_Value_Serializers;
6
- }) => _i_out._T_Value;
7
- export type _T_Location = ($$_: _i_in._T_Location, $$_p: {
8
- readonly 'value serializers': _i_vs._T_Value_Serializers;
9
- }) => _i_out._T_Value;
10
- export type _T_Range = ($$_: _i_in._T_Range, $$_p: {
11
- readonly 'value serializers': _i_vs._T_Value_Serializers;
12
- }) => _i_out._T_Value;
13
- export type _T_Whitespace = ($$_: _i_in._T_Whitespace, $$_p: {
14
- readonly 'value serializers': _i_vs._T_Value_Serializers;
15
- }) => _i_out._T_Value;
16
- export type _T_Trivia = ($$_: _i_in._T_Trivia, $$_p: {
17
- readonly 'value serializers': _i_vs._T_Value_Serializers;
18
- }) => _i_out._T_Value;
19
- export type _T_Delimited_String = ($$_: _i_in._T_Delimited_String, $$_p: {
20
- readonly 'value serializers': _i_vs._T_Value_Serializers;
21
- }) => _i_out._T_Value;
22
- export type _T_String_Type = ($$_: _i_in._T_String_Type, $$_p: {
23
- readonly 'value serializers': _i_vs._T_Value_Serializers;
24
- }) => _i_out._T_Value;
25
- export type _T_Token_Type = ($$_: _i_in._T_Token_Type, $$_p: {
26
- readonly 'value serializers': _i_vs._T_Value_Serializers;
27
- }) => _i_out._T_Value;
28
- export type _T_Annotated_Token = ($$_: _i_in._T_Annotated_Token, $$_p: {
29
- readonly 'value serializers': _i_vs._T_Value_Serializers;
30
- }) => _i_out._T_Value;
31
- export type _T_Tokenizer_Result = ($$_: _i_in._T_Tokenizer_Result, $$_p: {
32
- readonly 'value serializers': _i_vs._T_Value_Serializers;
33
- }) => _i_out._T_Value;
34
- export type Relative_Location = _T_Relative_Location;
35
- export type Location = _T_Location;
36
- export type Range = _T_Range;
37
- export type Whitespace = _T_Whitespace;
38
- export type Trivia = _T_Trivia;
39
- export type Delimited_String = _T_Delimited_String;
40
- export type String_Type = _T_String_Type;
41
- export type Token_Type = _T_Token_Type;
42
- export type Annotated_Token = _T_Annotated_Token;
43
- export type Tokenizer_Result = _T_Tokenizer_Result;
44
- export declare namespace _T_Relative_Location {
45
- 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 Relative_Location_ {
4
+ type I = i_in.Relative_Location;
5
+ type O = i_out.Value;
6
+ namespace P {
46
7
  }
47
- type CONTEXT = _i_in._T_Relative_Location;
48
- namespace PARAMS {
49
- namespace value_serializers {
50
- }
51
- type value_serializers = _i_vs._T_Value_Serializers;
52
- }
53
- namespace RESULT {
54
- }
55
- type RESULT = _i_out._T_Value;
56
- }
57
- export declare namespace _T_Location {
58
- namespace CONTEXT {
59
- }
60
- type CONTEXT = _i_in._T_Location;
61
- namespace PARAMS {
62
- namespace value_serializers {
63
- }
64
- type value_serializers = _i_vs._T_Value_Serializers;
65
- }
66
- namespace RESULT {
67
- }
68
- type RESULT = _i_out._T_Value;
69
- }
70
- export declare namespace _T_Range {
71
- namespace CONTEXT {
72
- }
73
- type CONTEXT = _i_in._T_Range;
74
- namespace PARAMS {
75
- namespace value_serializers {
76
- }
77
- type value_serializers = _i_vs._T_Value_Serializers;
78
- }
79
- namespace RESULT {
80
- }
81
- type RESULT = _i_out._T_Value;
82
- }
83
- export declare namespace _T_Whitespace {
84
- namespace CONTEXT {
85
- }
86
- type CONTEXT = _i_in._T_Whitespace;
87
- namespace PARAMS {
88
- namespace value_serializers {
89
- }
90
- type value_serializers = _i_vs._T_Value_Serializers;
91
- }
92
- namespace RESULT {
93
- }
94
- type RESULT = _i_out._T_Value;
95
- }
96
- export declare namespace _T_Trivia {
97
- namespace CONTEXT {
98
- }
99
- type CONTEXT = _i_in._T_Trivia;
100
- namespace PARAMS {
101
- namespace value_serializers {
102
- }
103
- type value_serializers = _i_vs._T_Value_Serializers;
104
- }
105
- namespace RESULT {
106
- }
107
- type RESULT = _i_out._T_Value;
108
- }
109
- export declare namespace _T_Delimited_String {
110
- namespace CONTEXT {
111
- }
112
- type CONTEXT = _i_in._T_Delimited_String;
113
- namespace PARAMS {
114
- namespace value_serializers {
115
- }
116
- type value_serializers = _i_vs._T_Value_Serializers;
117
- }
118
- namespace RESULT {
119
- }
120
- type RESULT = _i_out._T_Value;
121
- }
122
- export declare namespace _T_String_Type {
123
- namespace CONTEXT {
124
- }
125
- type CONTEXT = _i_in._T_String_Type;
126
- namespace PARAMS {
127
- namespace value_serializers {
128
- }
129
- type value_serializers = _i_vs._T_Value_Serializers;
130
- }
131
- namespace RESULT {
132
- }
133
- type RESULT = _i_out._T_Value;
134
- }
135
- export declare namespace _T_Token_Type {
136
- namespace CONTEXT {
137
- }
138
- type CONTEXT = _i_in._T_Token_Type;
139
- namespace PARAMS {
140
- namespace value_serializers {
141
- }
142
- type value_serializers = _i_vs._T_Value_Serializers;
143
- }
144
- namespace RESULT {
145
- }
146
- type RESULT = _i_out._T_Value;
147
8
  }
148
- export declare namespace _T_Annotated_Token {
149
- namespace CONTEXT {
9
+ export type Relative_Location_ = ($$_: Relative_Location_.I) => Relative_Location_.O;
10
+ export declare namespace Location_ {
11
+ type I = i_in.Location;
12
+ type O = i_out.Value;
13
+ namespace P {
150
14
  }
151
- type CONTEXT = _i_in._T_Annotated_Token;
152
- namespace PARAMS {
153
- namespace value_serializers {
154
- }
155
- type value_serializers = _i_vs._T_Value_Serializers;
156
- }
157
- namespace RESULT {
158
- }
159
- type RESULT = _i_out._T_Value;
160
- }
161
- export declare namespace _T_Tokenizer_Result {
162
- namespace CONTEXT {
163
- }
164
- type CONTEXT = _i_in._T_Tokenizer_Result;
165
- namespace PARAMS {
166
- namespace value_serializers {
167
- }
168
- type value_serializers = _i_vs._T_Value_Serializers;
169
- }
170
- namespace RESULT {
171
- }
172
- type RESULT = _i_out._T_Value;
173
15
  }
174
- export declare namespace Relative_Location {
175
- namespace CONTEXT {
176
- }
177
- type CONTEXT = _i_in._T_Relative_Location;
178
- namespace PARAMS {
179
- namespace value_serializers {
180
- }
181
- type value_serializers = _i_vs._T_Value_Serializers;
182
- }
183
- namespace RESULT {
184
- }
185
- type RESULT = _i_out._T_Value;
186
- }
187
- export declare namespace Location {
188
- namespace CONTEXT {
189
- }
190
- type CONTEXT = _i_in._T_Location;
191
- namespace PARAMS {
192
- namespace value_serializers {
193
- }
194
- type value_serializers = _i_vs._T_Value_Serializers;
195
- }
196
- namespace RESULT {
197
- }
198
- type RESULT = _i_out._T_Value;
199
- }
200
- export declare namespace Range {
201
- namespace CONTEXT {
202
- }
203
- type CONTEXT = _i_in._T_Range;
204
- namespace PARAMS {
205
- namespace value_serializers {
206
- }
207
- type value_serializers = _i_vs._T_Value_Serializers;
16
+ export type Location_ = ($$_: Location_.I) => Location_.O;
17
+ export declare namespace Range_ {
18
+ type I = i_in.Range;
19
+ type O = i_out.Value;
20
+ namespace P {
208
21
  }
209
- namespace RESULT {
210
- }
211
- type RESULT = _i_out._T_Value;
212
22
  }
213
- export declare namespace Whitespace {
214
- namespace CONTEXT {
215
- }
216
- type CONTEXT = _i_in._T_Whitespace;
217
- namespace PARAMS {
218
- namespace value_serializers {
219
- }
220
- type value_serializers = _i_vs._T_Value_Serializers;
23
+ export type Range_ = ($$_: Range_.I) => Range_.O;
24
+ export declare namespace Whitespace_ {
25
+ type I = i_in.Whitespace;
26
+ type O = i_out.Value;
27
+ namespace P {
221
28
  }
222
- namespace RESULT {
223
- }
224
- type RESULT = _i_out._T_Value;
225
29
  }
226
- export declare namespace Trivia {
227
- namespace CONTEXT {
228
- }
229
- type CONTEXT = _i_in._T_Trivia;
230
- namespace PARAMS {
231
- namespace value_serializers {
232
- }
233
- type value_serializers = _i_vs._T_Value_Serializers;
30
+ export type Whitespace_ = ($$_: Whitespace_.I) => Whitespace_.O;
31
+ export declare namespace Trivia_ {
32
+ type I = i_in.Trivia;
33
+ type O = i_out.Value;
34
+ namespace P {
234
35
  }
235
- namespace RESULT {
236
- }
237
- type RESULT = _i_out._T_Value;
238
36
  }
239
- export declare namespace Delimited_String {
240
- namespace CONTEXT {
241
- }
242
- type CONTEXT = _i_in._T_Delimited_String;
243
- namespace PARAMS {
244
- namespace value_serializers {
245
- }
246
- type value_serializers = _i_vs._T_Value_Serializers;
37
+ export type Trivia_ = ($$_: Trivia_.I) => Trivia_.O;
38
+ export declare namespace Delimited_String_ {
39
+ type I = i_in.Delimited_String;
40
+ type O = i_out.Value;
41
+ namespace P {
247
42
  }
248
- namespace RESULT {
249
- }
250
- type RESULT = _i_out._T_Value;
251
43
  }
252
- export declare namespace String_Type {
253
- namespace CONTEXT {
254
- }
255
- type CONTEXT = _i_in._T_String_Type;
256
- namespace PARAMS {
257
- namespace value_serializers {
258
- }
259
- type value_serializers = _i_vs._T_Value_Serializers;
44
+ export type Delimited_String_ = ($$_: Delimited_String_.I) => Delimited_String_.O;
45
+ export declare namespace String_Type_ {
46
+ type I = i_in.String_Type;
47
+ type O = i_out.Value;
48
+ namespace P {
260
49
  }
261
- namespace RESULT {
262
- }
263
- type RESULT = _i_out._T_Value;
264
50
  }
265
- export declare namespace Token_Type {
266
- namespace CONTEXT {
267
- }
268
- type CONTEXT = _i_in._T_Token_Type;
269
- namespace PARAMS {
270
- namespace value_serializers {
271
- }
272
- type value_serializers = _i_vs._T_Value_Serializers;
51
+ export type String_Type_ = ($$_: String_Type_.I) => String_Type_.O;
52
+ export declare namespace Token_Type_ {
53
+ type I = i_in.Token_Type;
54
+ type O = i_out.Value;
55
+ namespace P {
273
56
  }
274
- namespace RESULT {
275
- }
276
- type RESULT = _i_out._T_Value;
277
57
  }
278
- export declare namespace Annotated_Token {
279
- namespace CONTEXT {
280
- }
281
- type CONTEXT = _i_in._T_Annotated_Token;
282
- namespace PARAMS {
283
- namespace value_serializers {
284
- }
285
- type value_serializers = _i_vs._T_Value_Serializers;
58
+ export type Token_Type_ = ($$_: Token_Type_.I) => Token_Type_.O;
59
+ export declare namespace Annotated_Token_ {
60
+ type I = i_in.Annotated_Token;
61
+ type O = i_out.Value;
62
+ namespace P {
286
63
  }
287
- namespace RESULT {
288
- }
289
- type RESULT = _i_out._T_Value;
290
64
  }
291
- export declare namespace Tokenizer_Result {
292
- namespace CONTEXT {
293
- }
294
- type CONTEXT = _i_in._T_Tokenizer_Result;
295
- namespace PARAMS {
296
- namespace value_serializers {
297
- }
298
- type value_serializers = _i_vs._T_Value_Serializers;
299
- }
300
- namespace RESULT {
65
+ export type Annotated_Token_ = ($$_: Annotated_Token_.I) => Annotated_Token_.O;
66
+ export declare namespace Tokenizer_Result_ {
67
+ type I = i_in.Tokenizer_Result;
68
+ type O = i_out.Value;
69
+ namespace P {
301
70
  }
302
- type RESULT = _i_out._T_Value;
303
71
  }
72
+ export type Tokenizer_Result_ = ($$_: Tokenizer_Result_.I) => Tokenizer_Result_.O;
73
+ export { Relative_Location_ as Relative_Location, Location_ as Location, Range_ as Range, Whitespace_ as Whitespace, Trivia_ as Trivia, Delimited_String_ as Delimited_String, String_Type_ as String_Type, Token_Type_ as Token_Type, Annotated_Token_ as Annotated_Token, Tokenizer_Result_ as Tokenizer_Result, };
@@ -1,222 +1,73 @@
1
- import * as _i_out from "./data_types/target";
2
- import * as _i_in from "./data_types/source";
3
- export type _T_Relative_Location = ($$_: _i_in._T_Relative_Location, $$_p: null) => _i_out._T_Relative_Location;
4
- export type _T_Location = ($$_: _i_in._T_Location, $$_p: null) => _i_out._T_Location;
5
- export type _T_Range = ($$_: _i_in._T_Range, $$_p: null) => _i_out._T_Range;
6
- export type _T_Whitespace = ($$_: _i_in._T_Whitespace, $$_p: null) => _i_out._T_Whitespace;
7
- export type _T_Trivia = ($$_: _i_in._T_Trivia, $$_p: null) => _i_out._T_Trivia;
8
- export type _T_Delimited_String = ($$_: _i_in._T_Delimited_String, $$_p: null) => _i_out._T_Delimited_String;
9
- export type _T_String_Type = ($$_: _i_in._T_String_Type, $$_p: null) => _i_out._T_String_Type;
10
- export type _T_Token_Type = ($$_: _i_in._T_Token_Type, $$_p: null) => _i_out._T_Token_Type;
11
- export type _T_Annotated_Token = ($$_: _i_in._T_Annotated_Token, $$_p: null) => _i_out._T_Annotated_Token;
12
- export type _T_Tokenizer_Result = ($$_: _i_in._T_Tokenizer_Result, $$_p: null) => _i_out._T_Tokenizer_Result;
13
- export type Relative_Location = _T_Relative_Location;
14
- export type Location = _T_Location;
15
- export type Range = _T_Range;
16
- export type Whitespace = _T_Whitespace;
17
- export type Trivia = _T_Trivia;
18
- export type Delimited_String = _T_Delimited_String;
19
- export type String_Type = _T_String_Type;
20
- export type Token_Type = _T_Token_Type;
21
- export type Annotated_Token = _T_Annotated_Token;
22
- export type Tokenizer_Result = _T_Tokenizer_Result;
23
- export declare namespace _T_Relative_Location {
24
- namespace CONTEXT {
1
+ import * as i_out from "./data_types/target";
2
+ import * as i_in from "./data_types/source";
3
+ export declare namespace Relative_Location_ {
4
+ type I = i_in.Relative_Location;
5
+ type O = i_out.Relative_Location;
6
+ namespace P {
25
7
  }
26
- type CONTEXT = _i_in._T_Relative_Location;
27
- namespace PARAMS {
28
- }
29
- namespace RESULT {
30
- }
31
- type RESULT = _i_out._T_Relative_Location;
32
- }
33
- export declare namespace _T_Location {
34
- namespace CONTEXT {
35
- }
36
- type CONTEXT = _i_in._T_Location;
37
- namespace PARAMS {
38
- }
39
- namespace RESULT {
40
- }
41
- type RESULT = _i_out._T_Location;
42
- }
43
- export declare namespace _T_Range {
44
- namespace CONTEXT {
45
- }
46
- type CONTEXT = _i_in._T_Range;
47
- namespace PARAMS {
48
- }
49
- namespace RESULT {
50
- }
51
- type RESULT = _i_out._T_Range;
52
- }
53
- export declare namespace _T_Whitespace {
54
- namespace CONTEXT {
55
- }
56
- type CONTEXT = _i_in._T_Whitespace;
57
- namespace PARAMS {
58
- }
59
- namespace RESULT {
60
- }
61
- type RESULT = _i_out._T_Whitespace;
62
- }
63
- export declare namespace _T_Trivia {
64
- namespace CONTEXT {
65
- }
66
- type CONTEXT = _i_in._T_Trivia;
67
- namespace PARAMS {
68
- }
69
- namespace RESULT {
70
- }
71
- type RESULT = _i_out._T_Trivia;
72
- }
73
- export declare namespace _T_Delimited_String {
74
- namespace CONTEXT {
75
- }
76
- type CONTEXT = _i_in._T_Delimited_String;
77
- namespace PARAMS {
78
- }
79
- namespace RESULT {
80
- }
81
- type RESULT = _i_out._T_Delimited_String;
82
- }
83
- export declare namespace _T_String_Type {
84
- namespace CONTEXT {
85
- }
86
- type CONTEXT = _i_in._T_String_Type;
87
- namespace PARAMS {
88
- }
89
- namespace RESULT {
90
- }
91
- type RESULT = _i_out._T_String_Type;
92
- }
93
- export declare namespace _T_Token_Type {
94
- namespace CONTEXT {
95
- }
96
- type CONTEXT = _i_in._T_Token_Type;
97
- namespace PARAMS {
98
- }
99
- namespace RESULT {
100
- }
101
- type RESULT = _i_out._T_Token_Type;
102
8
  }
103
- export declare namespace _T_Annotated_Token {
104
- namespace CONTEXT {
9
+ export type Relative_Location_ = ($$_: Relative_Location_.I) => Relative_Location_.O;
10
+ export declare namespace Location_ {
11
+ type I = i_in.Location;
12
+ type O = i_out.Location;
13
+ namespace P {
105
14
  }
106
- type CONTEXT = _i_in._T_Annotated_Token;
107
- namespace PARAMS {
108
- }
109
- namespace RESULT {
110
- }
111
- type RESULT = _i_out._T_Annotated_Token;
112
- }
113
- export declare namespace _T_Tokenizer_Result {
114
- namespace CONTEXT {
115
- }
116
- type CONTEXT = _i_in._T_Tokenizer_Result;
117
- namespace PARAMS {
118
- }
119
- namespace RESULT {
120
- }
121
- type RESULT = _i_out._T_Tokenizer_Result;
122
15
  }
123
- export declare namespace Relative_Location {
124
- namespace CONTEXT {
125
- }
126
- type CONTEXT = _i_in._T_Relative_Location;
127
- namespace PARAMS {
128
- }
129
- namespace RESULT {
130
- }
131
- type RESULT = _i_out._T_Relative_Location;
132
- }
133
- export declare namespace Location {
134
- namespace CONTEXT {
135
- }
136
- type CONTEXT = _i_in._T_Location;
137
- namespace PARAMS {
138
- }
139
- namespace RESULT {
140
- }
141
- type RESULT = _i_out._T_Location;
142
- }
143
- export declare namespace Range {
144
- namespace CONTEXT {
145
- }
146
- type CONTEXT = _i_in._T_Range;
147
- namespace PARAMS {
16
+ export type Location_ = ($$_: Location_.I) => Location_.O;
17
+ export declare namespace Range_ {
18
+ type I = i_in.Range;
19
+ type O = i_out.Range;
20
+ namespace P {
148
21
  }
149
- namespace RESULT {
150
- }
151
- type RESULT = _i_out._T_Range;
152
22
  }
153
- export declare namespace Whitespace {
154
- namespace CONTEXT {
155
- }
156
- type CONTEXT = _i_in._T_Whitespace;
157
- namespace PARAMS {
23
+ export type Range_ = ($$_: Range_.I) => Range_.O;
24
+ export declare namespace Whitespace_ {
25
+ type I = i_in.Whitespace;
26
+ type O = i_out.Whitespace;
27
+ namespace P {
158
28
  }
159
- namespace RESULT {
160
- }
161
- type RESULT = _i_out._T_Whitespace;
162
29
  }
163
- export declare namespace Trivia {
164
- namespace CONTEXT {
165
- }
166
- type CONTEXT = _i_in._T_Trivia;
167
- namespace PARAMS {
30
+ export type Whitespace_ = ($$_: Whitespace_.I) => Whitespace_.O;
31
+ export declare namespace Trivia_ {
32
+ type I = i_in.Trivia;
33
+ type O = i_out.Trivia;
34
+ namespace P {
168
35
  }
169
- namespace RESULT {
170
- }
171
- type RESULT = _i_out._T_Trivia;
172
36
  }
173
- export declare namespace Delimited_String {
174
- namespace CONTEXT {
175
- }
176
- type CONTEXT = _i_in._T_Delimited_String;
177
- namespace PARAMS {
37
+ export type Trivia_ = ($$_: Trivia_.I) => Trivia_.O;
38
+ export declare namespace Delimited_String_ {
39
+ type I = i_in.Delimited_String;
40
+ type O = i_out.Delimited_String;
41
+ namespace P {
178
42
  }
179
- namespace RESULT {
180
- }
181
- type RESULT = _i_out._T_Delimited_String;
182
43
  }
183
- export declare namespace String_Type {
184
- namespace CONTEXT {
185
- }
186
- type CONTEXT = _i_in._T_String_Type;
187
- namespace PARAMS {
44
+ export type Delimited_String_ = ($$_: Delimited_String_.I) => Delimited_String_.O;
45
+ export declare namespace String_Type_ {
46
+ type I = i_in.String_Type;
47
+ type O = i_out.String_Type;
48
+ namespace P {
188
49
  }
189
- namespace RESULT {
190
- }
191
- type RESULT = _i_out._T_String_Type;
192
50
  }
193
- export declare namespace Token_Type {
194
- namespace CONTEXT {
195
- }
196
- type CONTEXT = _i_in._T_Token_Type;
197
- namespace PARAMS {
51
+ export type String_Type_ = ($$_: String_Type_.I) => String_Type_.O;
52
+ export declare namespace Token_Type_ {
53
+ type I = i_in.Token_Type;
54
+ type O = i_out.Token_Type;
55
+ namespace P {
198
56
  }
199
- namespace RESULT {
200
- }
201
- type RESULT = _i_out._T_Token_Type;
202
57
  }
203
- export declare namespace Annotated_Token {
204
- namespace CONTEXT {
205
- }
206
- type CONTEXT = _i_in._T_Annotated_Token;
207
- namespace PARAMS {
58
+ export type Token_Type_ = ($$_: Token_Type_.I) => Token_Type_.O;
59
+ export declare namespace Annotated_Token_ {
60
+ type I = i_in.Annotated_Token;
61
+ type O = i_out.Annotated_Token;
62
+ namespace P {
208
63
  }
209
- namespace RESULT {
210
- }
211
- type RESULT = _i_out._T_Annotated_Token;
212
64
  }
213
- export declare namespace Tokenizer_Result {
214
- namespace CONTEXT {
215
- }
216
- type CONTEXT = _i_in._T_Tokenizer_Result;
217
- namespace PARAMS {
218
- }
219
- namespace RESULT {
65
+ export type Annotated_Token_ = ($$_: Annotated_Token_.I) => Annotated_Token_.O;
66
+ export declare namespace Tokenizer_Result_ {
67
+ type I = i_in.Tokenizer_Result;
68
+ type O = i_out.Tokenizer_Result;
69
+ namespace P {
220
70
  }
221
- type RESULT = _i_out._T_Tokenizer_Result;
222
71
  }
72
+ export type Tokenizer_Result_ = ($$_: Tokenizer_Result_.I) => Tokenizer_Result_.O;
73
+ export { Relative_Location_ as Relative_Location, Location_ as Location, Range_ as Range, Whitespace_ as Whitespace, Trivia_ as Trivia, Delimited_String_ as Delimited_String, String_Type_ as String_Type, Token_Type_ as Token_Type, Annotated_Token_ as Annotated_Token, Tokenizer_Result_ as Tokenizer_Result, };