exupery 0.1.8 → 0.1.10

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 (61) hide show
  1. package/dist/generated/implementation/generic/resolve.d.ts +1 -1
  2. package/dist/generated/implementation/generic/unmarshall.d.ts +21 -0
  3. package/dist/generated/implementation/generic/unmarshall.js +93 -0
  4. package/dist/generated/implementation/schemas/implementation/marshall.d.ts +8 -0
  5. package/dist/generated/implementation/schemas/implementation/marshall.js +536 -0
  6. package/dist/generated/implementation/schemas/implementation/resolve.js +23 -3
  7. package/dist/generated/implementation/schemas/implementation/serializer.d.ts +8 -0
  8. package/dist/generated/implementation/schemas/implementation/serializer.js +533 -0
  9. package/dist/generated/implementation/schemas/implementation/unmarshall.d.ts +8 -0
  10. package/dist/generated/implementation/schemas/implementation/unmarshall.js +303 -0
  11. package/dist/generated/implementation/schemas/interface/marshall.d.ts +8 -0
  12. package/dist/generated/implementation/schemas/interface/marshall.js +299 -0
  13. package/dist/generated/implementation/schemas/interface/serializer.d.ts +8 -0
  14. package/dist/generated/implementation/schemas/interface/serializer.js +299 -0
  15. package/dist/generated/implementation/schemas/interface/unmarshall.d.ts +8 -0
  16. package/dist/generated/implementation/schemas/interface/unmarshall.js +163 -0
  17. package/dist/generated/implementation/schemas/typescript_light/marshall.d.ts +11 -0
  18. package/dist/generated/implementation/schemas/typescript_light/marshall.js +429 -0
  19. package/dist/generated/implementation/schemas/typescript_light/serializer.d.ts +11 -0
  20. package/dist/generated/implementation/schemas/typescript_light/serializer.js +429 -0
  21. package/dist/generated/implementation/schemas/typescript_light/unmarshall.d.ts +11 -0
  22. package/dist/generated/implementation/schemas/typescript_light/unmarshall.js +253 -0
  23. package/dist/generated/interface/core/astn_source.d.ts +116 -0
  24. package/dist/generated/interface/core/astn_source.js +3 -0
  25. package/dist/generated/interface/core/astn_target.d.ts +186 -0
  26. package/dist/generated/interface/core/astn_target.js +3 -0
  27. package/dist/generated/interface/core/resolve.d.ts +11 -0
  28. package/dist/generated/interface/core/resolve.js +3 -0
  29. package/dist/generated/interface/schemas/implementation/marshall.d.ts +256 -0
  30. package/dist/generated/interface/schemas/implementation/marshall.js +3 -0
  31. package/dist/generated/interface/schemas/implementation/migrate_boilerplate.d.ts +170 -0
  32. package/dist/generated/interface/schemas/implementation/migrate_boilerplate.js +3 -0
  33. package/dist/generated/interface/schemas/implementation/resolve.d.ts +22 -22
  34. package/dist/generated/interface/schemas/implementation/resolved.d.ts +63 -19
  35. package/dist/generated/interface/schemas/implementation/serializer.d.ts +256 -0
  36. package/dist/generated/interface/schemas/implementation/serializer.js +3 -0
  37. package/dist/generated/interface/schemas/implementation/unmarshall.d.ts +170 -0
  38. package/dist/generated/interface/schemas/implementation/unmarshall.js +3 -0
  39. package/dist/generated/interface/schemas/implementation/unresolved.d.ts +63 -19
  40. package/dist/generated/interface/schemas/interface/marshall.d.ts +256 -0
  41. package/dist/generated/interface/schemas/interface/marshall.js +3 -0
  42. package/dist/generated/interface/schemas/interface/migrate_boilerplate.d.ts +170 -0
  43. package/dist/generated/interface/schemas/interface/migrate_boilerplate.js +3 -0
  44. package/dist/generated/interface/schemas/interface/resolve.d.ts +22 -22
  45. package/dist/generated/interface/schemas/interface/serializer.d.ts +256 -0
  46. package/dist/generated/interface/schemas/interface/serializer.js +3 -0
  47. package/dist/generated/interface/schemas/interface/unmarshall.d.ts +170 -0
  48. package/dist/generated/interface/schemas/interface/unmarshall.js +3 -0
  49. package/dist/generated/interface/schemas/typescript_light/marshall.d.ts +346 -0
  50. package/dist/generated/interface/schemas/typescript_light/marshall.js +3 -0
  51. package/dist/generated/interface/schemas/typescript_light/migrate_boilerplate.d.ts +222 -0
  52. package/dist/generated/interface/schemas/typescript_light/migrate_boilerplate.js +3 -0
  53. package/dist/generated/interface/schemas/typescript_light/serializer.d.ts +346 -0
  54. package/dist/generated/interface/schemas/typescript_light/serializer.js +3 -0
  55. package/dist/generated/interface/schemas/typescript_light/unmarshall.d.ts +222 -0
  56. package/dist/generated/interface/schemas/typescript_light/unmarshall.js +3 -0
  57. package/dist/shorthands/implementation.d.ts +2 -2
  58. package/dist/shorthands/implementation.js +10 -6
  59. package/dist/transformations/implementation/typescript_light.js +24 -4
  60. package/dist/transformations/interface/typescript_light.js +1 -1
  61. package/package.json +1 -1
@@ -0,0 +1,346 @@
1
+ import * as _i_in from "./unconstrained";
2
+ import * as _i_out from "../../core/astn_target";
3
+ export type _T_Value_Serializers = {
4
+ readonly 'boolean': ($$_: boolean, $$_p: null) => string;
5
+ readonly 'custom numbers': null;
6
+ readonly 'default number': ($$_: number, $$_p: null) => string;
7
+ };
8
+ export type _T_s_Block = ($$_: _i_in._T_Block, $$_p: {
9
+ readonly 'value serializers': _T_Value_Serializers;
10
+ }) => _i_out._T_Value;
11
+ export type _T_s_Block_Part = ($$_: _i_in._T_Block_Part, $$_p: {
12
+ readonly 'value serializers': _T_Value_Serializers;
13
+ }) => _i_out._T_Value;
14
+ export type _T_s_Directory = ($$_: _i_in._T_Directory, $$_p: {
15
+ readonly 'value serializers': _T_Value_Serializers;
16
+ }) => _i_out._T_Value;
17
+ export type _T_s_Expression = ($$_: _i_in._T_Expression, $$_p: {
18
+ readonly 'value serializers': _T_Value_Serializers;
19
+ }) => _i_out._T_Value;
20
+ export type _T_s_Line = ($$_: _i_in._T_Line, $$_p: {
21
+ readonly 'value serializers': _T_Value_Serializers;
22
+ }) => _i_out._T_Value;
23
+ export type _T_s_Line_Part = ($$_: _i_in._T_Line_Part, $$_p: {
24
+ readonly 'value serializers': _T_Value_Serializers;
25
+ }) => _i_out._T_Value;
26
+ export type _T_s_Lines = ($$_: _i_in._T_Lines, $$_p: {
27
+ readonly 'value serializers': _T_Value_Serializers;
28
+ }) => _i_out._T_Value;
29
+ export type _T_s_Statements = ($$_: _i_in._T_Statements, $$_p: {
30
+ readonly 'value serializers': _T_Value_Serializers;
31
+ }) => _i_out._T_Value;
32
+ export type _T_s_String_Literal = ($$_: _i_in._T_String_Literal, $$_p: {
33
+ readonly 'value serializers': _T_Value_Serializers;
34
+ }) => _i_out._T_Value;
35
+ export type _T_s_Type = ($$_: _i_in._T_Type, $$_p: {
36
+ readonly 'value serializers': _T_Value_Serializers;
37
+ }) => _i_out._T_Value;
38
+ export type Value_Serializers = _T_Value_Serializers;
39
+ export type s_Block = _T_s_Block;
40
+ export type s_Block_Part = _T_s_Block_Part;
41
+ export type s_Directory = _T_s_Directory;
42
+ export type s_Expression = _T_s_Expression;
43
+ export type s_Line = _T_s_Line;
44
+ export type s_Line_Part = _T_s_Line_Part;
45
+ export type s_Lines = _T_s_Lines;
46
+ export type s_Statements = _T_s_Statements;
47
+ export type s_String_Literal = _T_s_String_Literal;
48
+ export type s_Type = _T_s_Type;
49
+ export declare namespace _T_Value_Serializers {
50
+ namespace _boolean {
51
+ type CONTEXT = boolean;
52
+ namespace PARAMS {
53
+ }
54
+ type RESULT = string;
55
+ }
56
+ type _boolean = ($$_: boolean, $$_p: null) => string;
57
+ namespace custom_numbers {
58
+ }
59
+ type custom_numbers = null;
60
+ namespace default_number {
61
+ type CONTEXT = number;
62
+ namespace PARAMS {
63
+ }
64
+ type RESULT = string;
65
+ }
66
+ type default_number = ($$_: number, $$_p: null) => string;
67
+ }
68
+ export declare namespace _T_s_Block {
69
+ namespace CONTEXT {
70
+ }
71
+ type CONTEXT = _i_in._T_Block;
72
+ namespace PARAMS {
73
+ namespace value_serializers {
74
+ }
75
+ type value_serializers = _T_Value_Serializers;
76
+ }
77
+ namespace RESULT {
78
+ }
79
+ type RESULT = _i_out._T_Value;
80
+ }
81
+ export declare namespace _T_s_Block_Part {
82
+ namespace CONTEXT {
83
+ }
84
+ type CONTEXT = _i_in._T_Block_Part;
85
+ namespace PARAMS {
86
+ namespace value_serializers {
87
+ }
88
+ type value_serializers = _T_Value_Serializers;
89
+ }
90
+ namespace RESULT {
91
+ }
92
+ type RESULT = _i_out._T_Value;
93
+ }
94
+ export declare namespace _T_s_Directory {
95
+ namespace CONTEXT {
96
+ }
97
+ type CONTEXT = _i_in._T_Directory;
98
+ namespace PARAMS {
99
+ namespace value_serializers {
100
+ }
101
+ type value_serializers = _T_Value_Serializers;
102
+ }
103
+ namespace RESULT {
104
+ }
105
+ type RESULT = _i_out._T_Value;
106
+ }
107
+ export declare namespace _T_s_Expression {
108
+ namespace CONTEXT {
109
+ }
110
+ type CONTEXT = _i_in._T_Expression;
111
+ namespace PARAMS {
112
+ namespace value_serializers {
113
+ }
114
+ type value_serializers = _T_Value_Serializers;
115
+ }
116
+ namespace RESULT {
117
+ }
118
+ type RESULT = _i_out._T_Value;
119
+ }
120
+ export declare namespace _T_s_Line {
121
+ namespace CONTEXT {
122
+ }
123
+ type CONTEXT = _i_in._T_Line;
124
+ namespace PARAMS {
125
+ namespace value_serializers {
126
+ }
127
+ type value_serializers = _T_Value_Serializers;
128
+ }
129
+ namespace RESULT {
130
+ }
131
+ type RESULT = _i_out._T_Value;
132
+ }
133
+ export declare namespace _T_s_Line_Part {
134
+ namespace CONTEXT {
135
+ }
136
+ type CONTEXT = _i_in._T_Line_Part;
137
+ namespace PARAMS {
138
+ namespace value_serializers {
139
+ }
140
+ type value_serializers = _T_Value_Serializers;
141
+ }
142
+ namespace RESULT {
143
+ }
144
+ type RESULT = _i_out._T_Value;
145
+ }
146
+ export declare namespace _T_s_Lines {
147
+ namespace CONTEXT {
148
+ }
149
+ type CONTEXT = _i_in._T_Lines;
150
+ namespace PARAMS {
151
+ namespace value_serializers {
152
+ }
153
+ type value_serializers = _T_Value_Serializers;
154
+ }
155
+ namespace RESULT {
156
+ }
157
+ type RESULT = _i_out._T_Value;
158
+ }
159
+ export declare namespace _T_s_Statements {
160
+ namespace CONTEXT {
161
+ }
162
+ type CONTEXT = _i_in._T_Statements;
163
+ namespace PARAMS {
164
+ namespace value_serializers {
165
+ }
166
+ type value_serializers = _T_Value_Serializers;
167
+ }
168
+ namespace RESULT {
169
+ }
170
+ type RESULT = _i_out._T_Value;
171
+ }
172
+ export declare namespace _T_s_String_Literal {
173
+ namespace CONTEXT {
174
+ }
175
+ type CONTEXT = _i_in._T_String_Literal;
176
+ namespace PARAMS {
177
+ namespace value_serializers {
178
+ }
179
+ type value_serializers = _T_Value_Serializers;
180
+ }
181
+ namespace RESULT {
182
+ }
183
+ type RESULT = _i_out._T_Value;
184
+ }
185
+ export declare namespace _T_s_Type {
186
+ namespace CONTEXT {
187
+ }
188
+ type CONTEXT = _i_in._T_Type;
189
+ namespace PARAMS {
190
+ namespace value_serializers {
191
+ }
192
+ type value_serializers = _T_Value_Serializers;
193
+ }
194
+ namespace RESULT {
195
+ }
196
+ type RESULT = _i_out._T_Value;
197
+ }
198
+ export declare namespace Value_Serializers {
199
+ namespace _boolean {
200
+ type CONTEXT = boolean;
201
+ namespace PARAMS {
202
+ }
203
+ type RESULT = string;
204
+ }
205
+ type _boolean = ($$_: boolean, $$_p: null) => string;
206
+ namespace custom_numbers {
207
+ }
208
+ type custom_numbers = null;
209
+ namespace default_number {
210
+ type CONTEXT = number;
211
+ namespace PARAMS {
212
+ }
213
+ type RESULT = string;
214
+ }
215
+ type default_number = ($$_: number, $$_p: null) => string;
216
+ }
217
+ export declare namespace s_Block {
218
+ namespace CONTEXT {
219
+ }
220
+ type CONTEXT = _i_in._T_Block;
221
+ namespace PARAMS {
222
+ namespace value_serializers {
223
+ }
224
+ type value_serializers = _T_Value_Serializers;
225
+ }
226
+ namespace RESULT {
227
+ }
228
+ type RESULT = _i_out._T_Value;
229
+ }
230
+ export declare namespace s_Block_Part {
231
+ namespace CONTEXT {
232
+ }
233
+ type CONTEXT = _i_in._T_Block_Part;
234
+ namespace PARAMS {
235
+ namespace value_serializers {
236
+ }
237
+ type value_serializers = _T_Value_Serializers;
238
+ }
239
+ namespace RESULT {
240
+ }
241
+ type RESULT = _i_out._T_Value;
242
+ }
243
+ export declare namespace s_Directory {
244
+ namespace CONTEXT {
245
+ }
246
+ type CONTEXT = _i_in._T_Directory;
247
+ namespace PARAMS {
248
+ namespace value_serializers {
249
+ }
250
+ type value_serializers = _T_Value_Serializers;
251
+ }
252
+ namespace RESULT {
253
+ }
254
+ type RESULT = _i_out._T_Value;
255
+ }
256
+ export declare namespace s_Expression {
257
+ namespace CONTEXT {
258
+ }
259
+ type CONTEXT = _i_in._T_Expression;
260
+ namespace PARAMS {
261
+ namespace value_serializers {
262
+ }
263
+ type value_serializers = _T_Value_Serializers;
264
+ }
265
+ namespace RESULT {
266
+ }
267
+ type RESULT = _i_out._T_Value;
268
+ }
269
+ export declare namespace s_Line {
270
+ namespace CONTEXT {
271
+ }
272
+ type CONTEXT = _i_in._T_Line;
273
+ namespace PARAMS {
274
+ namespace value_serializers {
275
+ }
276
+ type value_serializers = _T_Value_Serializers;
277
+ }
278
+ namespace RESULT {
279
+ }
280
+ type RESULT = _i_out._T_Value;
281
+ }
282
+ export declare namespace s_Line_Part {
283
+ namespace CONTEXT {
284
+ }
285
+ type CONTEXT = _i_in._T_Line_Part;
286
+ namespace PARAMS {
287
+ namespace value_serializers {
288
+ }
289
+ type value_serializers = _T_Value_Serializers;
290
+ }
291
+ namespace RESULT {
292
+ }
293
+ type RESULT = _i_out._T_Value;
294
+ }
295
+ export declare namespace s_Lines {
296
+ namespace CONTEXT {
297
+ }
298
+ type CONTEXT = _i_in._T_Lines;
299
+ namespace PARAMS {
300
+ namespace value_serializers {
301
+ }
302
+ type value_serializers = _T_Value_Serializers;
303
+ }
304
+ namespace RESULT {
305
+ }
306
+ type RESULT = _i_out._T_Value;
307
+ }
308
+ export declare namespace s_Statements {
309
+ namespace CONTEXT {
310
+ }
311
+ type CONTEXT = _i_in._T_Statements;
312
+ namespace PARAMS {
313
+ namespace value_serializers {
314
+ }
315
+ type value_serializers = _T_Value_Serializers;
316
+ }
317
+ namespace RESULT {
318
+ }
319
+ type RESULT = _i_out._T_Value;
320
+ }
321
+ export declare namespace s_String_Literal {
322
+ namespace CONTEXT {
323
+ }
324
+ type CONTEXT = _i_in._T_String_Literal;
325
+ namespace PARAMS {
326
+ namespace value_serializers {
327
+ }
328
+ type value_serializers = _T_Value_Serializers;
329
+ }
330
+ namespace RESULT {
331
+ }
332
+ type RESULT = _i_out._T_Value;
333
+ }
334
+ export declare namespace s_Type {
335
+ namespace CONTEXT {
336
+ }
337
+ type CONTEXT = _i_in._T_Type;
338
+ namespace PARAMS {
339
+ namespace value_serializers {
340
+ }
341
+ type value_serializers = _T_Value_Serializers;
342
+ }
343
+ namespace RESULT {
344
+ }
345
+ type RESULT = _i_out._T_Value;
346
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWFyc2hhbGwuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9zcmMvZ2VuZXJhdGVkL2ludGVyZmFjZS9zY2hlbWFzL3R5cGVzY3JpcHRfbGlnaHQvbWFyc2hhbGwudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiJ9
@@ -0,0 +1,222 @@
1
+ import * as _i_in from "./unconstrained";
2
+ import * as _i_out from "./unconstrained";
3
+ export type _T_Block = ($$_: _i_in._T_Block, $$_p: null) => _i_out._T_Block;
4
+ export type _T_Block_Part = ($$_: _i_in._T_Block_Part, $$_p: null) => _i_out._T_Block_Part;
5
+ export type _T_Directory = ($$_: _i_in._T_Directory, $$_p: null) => _i_out._T_Directory;
6
+ export type _T_Expression = ($$_: _i_in._T_Expression, $$_p: null) => _i_out._T_Expression;
7
+ export type _T_Line = ($$_: _i_in._T_Line, $$_p: null) => _i_out._T_Line;
8
+ export type _T_Line_Part = ($$_: _i_in._T_Line_Part, $$_p: null) => _i_out._T_Line_Part;
9
+ export type _T_Lines = ($$_: _i_in._T_Lines, $$_p: null) => _i_out._T_Lines;
10
+ export type _T_Statements = ($$_: _i_in._T_Statements, $$_p: null) => _i_out._T_Statements;
11
+ export type _T_String_Literal = ($$_: _i_in._T_String_Literal, $$_p: null) => _i_out._T_String_Literal;
12
+ export type _T_Type = ($$_: _i_in._T_Type, $$_p: null) => _i_out._T_Type;
13
+ export type Block = _T_Block;
14
+ export type Block_Part = _T_Block_Part;
15
+ export type Directory = _T_Directory;
16
+ export type Expression = _T_Expression;
17
+ export type Line = _T_Line;
18
+ export type Line_Part = _T_Line_Part;
19
+ export type Lines = _T_Lines;
20
+ export type Statements = _T_Statements;
21
+ export type String_Literal = _T_String_Literal;
22
+ export type Type = _T_Type;
23
+ export declare namespace _T_Block {
24
+ namespace CONTEXT {
25
+ }
26
+ type CONTEXT = _i_in._T_Block;
27
+ namespace PARAMS {
28
+ }
29
+ namespace RESULT {
30
+ }
31
+ type RESULT = _i_out._T_Block;
32
+ }
33
+ export declare namespace _T_Block_Part {
34
+ namespace CONTEXT {
35
+ }
36
+ type CONTEXT = _i_in._T_Block_Part;
37
+ namespace PARAMS {
38
+ }
39
+ namespace RESULT {
40
+ }
41
+ type RESULT = _i_out._T_Block_Part;
42
+ }
43
+ export declare namespace _T_Directory {
44
+ namespace CONTEXT {
45
+ }
46
+ type CONTEXT = _i_in._T_Directory;
47
+ namespace PARAMS {
48
+ }
49
+ namespace RESULT {
50
+ }
51
+ type RESULT = _i_out._T_Directory;
52
+ }
53
+ export declare namespace _T_Expression {
54
+ namespace CONTEXT {
55
+ }
56
+ type CONTEXT = _i_in._T_Expression;
57
+ namespace PARAMS {
58
+ }
59
+ namespace RESULT {
60
+ }
61
+ type RESULT = _i_out._T_Expression;
62
+ }
63
+ export declare namespace _T_Line {
64
+ namespace CONTEXT {
65
+ }
66
+ type CONTEXT = _i_in._T_Line;
67
+ namespace PARAMS {
68
+ }
69
+ namespace RESULT {
70
+ }
71
+ type RESULT = _i_out._T_Line;
72
+ }
73
+ export declare namespace _T_Line_Part {
74
+ namespace CONTEXT {
75
+ }
76
+ type CONTEXT = _i_in._T_Line_Part;
77
+ namespace PARAMS {
78
+ }
79
+ namespace RESULT {
80
+ }
81
+ type RESULT = _i_out._T_Line_Part;
82
+ }
83
+ export declare namespace _T_Lines {
84
+ namespace CONTEXT {
85
+ }
86
+ type CONTEXT = _i_in._T_Lines;
87
+ namespace PARAMS {
88
+ }
89
+ namespace RESULT {
90
+ }
91
+ type RESULT = _i_out._T_Lines;
92
+ }
93
+ export declare namespace _T_Statements {
94
+ namespace CONTEXT {
95
+ }
96
+ type CONTEXT = _i_in._T_Statements;
97
+ namespace PARAMS {
98
+ }
99
+ namespace RESULT {
100
+ }
101
+ type RESULT = _i_out._T_Statements;
102
+ }
103
+ export declare namespace _T_String_Literal {
104
+ namespace CONTEXT {
105
+ }
106
+ type CONTEXT = _i_in._T_String_Literal;
107
+ namespace PARAMS {
108
+ }
109
+ namespace RESULT {
110
+ }
111
+ type RESULT = _i_out._T_String_Literal;
112
+ }
113
+ export declare namespace _T_Type {
114
+ namespace CONTEXT {
115
+ }
116
+ type CONTEXT = _i_in._T_Type;
117
+ namespace PARAMS {
118
+ }
119
+ namespace RESULT {
120
+ }
121
+ type RESULT = _i_out._T_Type;
122
+ }
123
+ export declare namespace Block {
124
+ namespace CONTEXT {
125
+ }
126
+ type CONTEXT = _i_in._T_Block;
127
+ namespace PARAMS {
128
+ }
129
+ namespace RESULT {
130
+ }
131
+ type RESULT = _i_out._T_Block;
132
+ }
133
+ export declare namespace Block_Part {
134
+ namespace CONTEXT {
135
+ }
136
+ type CONTEXT = _i_in._T_Block_Part;
137
+ namespace PARAMS {
138
+ }
139
+ namespace RESULT {
140
+ }
141
+ type RESULT = _i_out._T_Block_Part;
142
+ }
143
+ export declare namespace Directory {
144
+ namespace CONTEXT {
145
+ }
146
+ type CONTEXT = _i_in._T_Directory;
147
+ namespace PARAMS {
148
+ }
149
+ namespace RESULT {
150
+ }
151
+ type RESULT = _i_out._T_Directory;
152
+ }
153
+ export declare namespace Expression {
154
+ namespace CONTEXT {
155
+ }
156
+ type CONTEXT = _i_in._T_Expression;
157
+ namespace PARAMS {
158
+ }
159
+ namespace RESULT {
160
+ }
161
+ type RESULT = _i_out._T_Expression;
162
+ }
163
+ export declare namespace Line {
164
+ namespace CONTEXT {
165
+ }
166
+ type CONTEXT = _i_in._T_Line;
167
+ namespace PARAMS {
168
+ }
169
+ namespace RESULT {
170
+ }
171
+ type RESULT = _i_out._T_Line;
172
+ }
173
+ export declare namespace Line_Part {
174
+ namespace CONTEXT {
175
+ }
176
+ type CONTEXT = _i_in._T_Line_Part;
177
+ namespace PARAMS {
178
+ }
179
+ namespace RESULT {
180
+ }
181
+ type RESULT = _i_out._T_Line_Part;
182
+ }
183
+ export declare namespace Lines {
184
+ namespace CONTEXT {
185
+ }
186
+ type CONTEXT = _i_in._T_Lines;
187
+ namespace PARAMS {
188
+ }
189
+ namespace RESULT {
190
+ }
191
+ type RESULT = _i_out._T_Lines;
192
+ }
193
+ export declare namespace Statements {
194
+ namespace CONTEXT {
195
+ }
196
+ type CONTEXT = _i_in._T_Statements;
197
+ namespace PARAMS {
198
+ }
199
+ namespace RESULT {
200
+ }
201
+ type RESULT = _i_out._T_Statements;
202
+ }
203
+ export declare namespace String_Literal {
204
+ namespace CONTEXT {
205
+ }
206
+ type CONTEXT = _i_in._T_String_Literal;
207
+ namespace PARAMS {
208
+ }
209
+ namespace RESULT {
210
+ }
211
+ type RESULT = _i_out._T_String_Literal;
212
+ }
213
+ export declare namespace Type {
214
+ namespace CONTEXT {
215
+ }
216
+ type CONTEXT = _i_in._T_Type;
217
+ namespace PARAMS {
218
+ }
219
+ namespace RESULT {
220
+ }
221
+ type RESULT = _i_out._T_Type;
222
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWlncmF0ZV9ib2lsZXJwbGF0ZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3NyYy9nZW5lcmF0ZWQvaW50ZXJmYWNlL3NjaGVtYXMvdHlwZXNjcmlwdF9saWdodC9taWdyYXRlX2JvaWxlcnBsYXRlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIifQ==