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,303 +1,73 @@
|
|
|
1
|
-
import * as
|
|
2
|
-
import * as
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
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
|
|
149
|
-
|
|
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
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
type
|
|
178
|
-
namespace
|
|
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
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
type
|
|
217
|
-
namespace
|
|
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
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
type
|
|
230
|
-
namespace
|
|
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
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
type
|
|
243
|
-
namespace
|
|
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
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
type
|
|
256
|
-
namespace
|
|
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
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
type
|
|
269
|
-
namespace
|
|
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
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
type
|
|
282
|
-
namespace
|
|
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
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
type
|
|
295
|
-
namespace
|
|
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
|
|
2
|
-
import * as
|
|
3
|
-
export
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
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
|
|
104
|
-
|
|
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
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
type
|
|
127
|
-
namespace
|
|
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
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
type
|
|
157
|
-
namespace
|
|
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
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
type
|
|
167
|
-
namespace
|
|
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
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
type
|
|
177
|
-
namespace
|
|
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
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
type
|
|
187
|
-
namespace
|
|
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
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
type
|
|
197
|
-
namespace
|
|
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
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
type
|
|
207
|
-
namespace
|
|
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
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
type
|
|
217
|
-
namespace
|
|
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, };
|