astn 0.110.20 → 0.110.21

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 (57) hide show
  1. package/package.json +1 -1
  2. package/dist/generated/generic/astn_target.d.ts +0 -186
  3. package/dist/generated/generic/astn_target.js +0 -3
  4. package/dist/generated/generic/resolve.d.ts +0 -90
  5. package/dist/generated/generic/resolve.js +0 -251
  6. package/dist/generated/implementation/schemas/ast/migration_boilerplate.d.ts +0 -14
  7. package/dist/generated/implementation/schemas/ast/migration_boilerplate.js +0 -179
  8. package/dist/generated/implementation/schemas/ast/serializer.d.ts +0 -14
  9. package/dist/generated/implementation/schemas/ast/serializer.js +0 -328
  10. package/dist/generated/implementation/schemas/ide/migration_boilerplate.d.ts +0 -3
  11. package/dist/generated/implementation/schemas/ide/migration_boilerplate.js +0 -58
  12. package/dist/generated/implementation/schemas/ide/serializer.d.ts +0 -3
  13. package/dist/generated/implementation/schemas/ide/serializer.js +0 -72
  14. package/dist/generated/implementation/schemas/parse_result/migration_boilerplate.d.ts +0 -6
  15. package/dist/generated/implementation/schemas/parse_result/migration_boilerplate.js +0 -136
  16. package/dist/generated/implementation/schemas/parse_result/serializer.d.ts +0 -6
  17. package/dist/generated/implementation/schemas/parse_result/serializer.js +0 -288
  18. package/dist/generated/implementation/schemas/target/migration_boilerplate.d.ts +0 -3
  19. package/dist/generated/implementation/schemas/target/migration_boilerplate.js +0 -73
  20. package/dist/generated/implementation/schemas/target/serializer.d.ts +0 -3
  21. package/dist/generated/implementation/schemas/target/serializer.js +0 -122
  22. package/dist/generated/implementation/schemas/target_json/migration_boilerplate.d.ts +0 -3
  23. package/dist/generated/implementation/schemas/target_json/migration_boilerplate.js +0 -67
  24. package/dist/generated/interface/core/poormans_parser.d.ts +0 -184
  25. package/dist/generated/interface/core/poormans_parser.js +0 -3
  26. package/dist/generated/interface/generic/resolve.d.ts +0 -11
  27. package/dist/generated/interface/generic/resolve.js +0 -3
  28. package/dist/generated/interface/schemas/ast/migration_boilerplate.d.ts +0 -288
  29. package/dist/generated/interface/schemas/ast/migration_boilerplate.js +0 -3
  30. package/dist/generated/interface/schemas/ast/serializer.d.ts +0 -436
  31. package/dist/generated/interface/schemas/ast/serializer.js +0 -3
  32. package/dist/generated/interface/schemas/ide/migration_boilerplate.d.ts +0 -46
  33. package/dist/generated/interface/schemas/ide/migration_boilerplate.js +0 -3
  34. package/dist/generated/interface/schemas/ide/serializer.d.ts +0 -106
  35. package/dist/generated/interface/schemas/ide/serializer.js +0 -3
  36. package/dist/generated/interface/schemas/parse_result/migration_boilerplate.d.ts +0 -112
  37. package/dist/generated/interface/schemas/parse_result/migration_boilerplate.js +0 -3
  38. package/dist/generated/interface/schemas/parse_result/serializer.d.ts +0 -196
  39. package/dist/generated/interface/schemas/parse_result/serializer.js +0 -3
  40. package/dist/generated/interface/schemas/target/migration_boilerplate.d.ts +0 -46
  41. package/dist/generated/interface/schemas/target/migration_boilerplate.js +0 -3
  42. package/dist/generated/interface/schemas/target/serializer.d.ts +0 -126
  43. package/dist/generated/interface/schemas/target/serializer.js +0 -3
  44. package/dist/generated/interface/schemas/target_json/migration_boilerplate.d.ts +0 -46
  45. package/dist/generated/interface/schemas/target_json/migration_boilerplate.js +0 -3
  46. package/dist/generated/interface/schemas/target_json/unconstrained.d.ts +0 -169
  47. package/dist/generated/interface/schemas/target_json/unconstrained.js +0 -3
  48. package/dist/index.d.ts +0 -6
  49. package/dist/index.js +0 -33
  50. package/dist/parse/parse_generic.d.ts +0 -8
  51. package/dist/parse/parse_generic.js +0 -65
  52. package/dist/parse/tokenize.d.ts +0 -8
  53. package/dist/parse/tokenize.js +0 -483
  54. package/dist/serializers/json.d.ts +0 -5
  55. package/dist/serializers/json.js +0 -36
  56. package/dist/transformations/target_json/fountain_pen_block.d.ts +0 -4
  57. package/dist/transformations/target_json/fountain_pen_block.js +0 -91
@@ -1,184 +0,0 @@
1
- import * as _pt from 'exupery-core-types';
2
- export type _T_Derived_Reference<G_Source, T_Type> = null;
3
- export type _T_Dictionary<G_Source, T_D> = {
4
- readonly 'dictionary': _pt.Dictionary<{
5
- readonly 'entry': T_D;
6
- readonly 'location': G_Source;
7
- }>;
8
- readonly 'location': G_Source;
9
- };
10
- export type _T_List<G_Source, T_L> = {
11
- readonly 'list': _pt.Array<{
12
- readonly 'element': T_L;
13
- readonly 'location': G_Source;
14
- }>;
15
- readonly 'location': G_Source;
16
- };
17
- export type _T_Ordered_Dictionary<G_Source, T_D> = {
18
- readonly 'dictionary': _pt.Dictionary<{
19
- readonly 'entry': T_D;
20
- readonly 'location': G_Source;
21
- }>;
22
- readonly 'location': G_Source;
23
- };
24
- export type _T_Reference_To_Circular_Dependent_Sibling<G_Source, T_Dictionary_Entry> = {
25
- readonly 'key': string;
26
- readonly 'location': G_Source;
27
- };
28
- export type _T_Reference_To_Normal_Dictionary_Entry<G_Source, T_Dictionary_Entry> = {
29
- readonly 'key': string;
30
- readonly 'location': G_Source;
31
- };
32
- export type _T_Reference_To_Stacked_Dictionary_Entry<G_Source, T_Dictionary_Entry> = {
33
- readonly 'key': string;
34
- readonly 'location': G_Source;
35
- readonly 'up steps': number;
36
- };
37
- export type _T_State_Group<G_Source, T_SG> = {
38
- readonly 'location': G_Source;
39
- readonly 'state group': T_SG;
40
- };
41
- export type Derived_Reference<G_Source, T_Type> = _T_Derived_Reference<G_Source, T_Type>;
42
- export type Dictionary<G_Source, T_D> = _T_Dictionary<G_Source, T_D>;
43
- export type List<G_Source, T_L> = _T_List<G_Source, T_L>;
44
- export type Ordered_Dictionary<G_Source, T_D> = _T_Ordered_Dictionary<G_Source, T_D>;
45
- export type Reference_To_Circular_Dependent_Sibling<G_Source, T_Dictionary_Entry> = _T_Reference_To_Circular_Dependent_Sibling<G_Source, T_Dictionary_Entry>;
46
- export type Reference_To_Normal_Dictionary_Entry<G_Source, T_Dictionary_Entry> = _T_Reference_To_Normal_Dictionary_Entry<G_Source, T_Dictionary_Entry>;
47
- export type Reference_To_Stacked_Dictionary_Entry<G_Source, T_Dictionary_Entry> = _T_Reference_To_Stacked_Dictionary_Entry<G_Source, T_Dictionary_Entry>;
48
- export type State_Group<G_Source, T_SG> = _T_State_Group<G_Source, T_SG>;
49
- export declare namespace _T_Dictionary {
50
- namespace dictionary {
51
- namespace D {
52
- type entry<G_Source, T_D> = T_D;
53
- type location<G_Source, T_D> = G_Source;
54
- }
55
- type D<G_Source, T_D> = {
56
- readonly 'entry': T_D;
57
- readonly 'location': G_Source;
58
- };
59
- }
60
- type dictionary<G_Source, T_D> = _pt.Dictionary<{
61
- readonly 'entry': T_D;
62
- readonly 'location': G_Source;
63
- }>;
64
- type location<G_Source, T_D> = G_Source;
65
- }
66
- export declare namespace _T_List {
67
- namespace list {
68
- namespace L {
69
- type element<G_Source, T_L> = T_L;
70
- type location<G_Source, T_L> = G_Source;
71
- }
72
- type L<G_Source, T_L> = {
73
- readonly 'element': T_L;
74
- readonly 'location': G_Source;
75
- };
76
- }
77
- type list<G_Source, T_L> = _pt.Array<{
78
- readonly 'element': T_L;
79
- readonly 'location': G_Source;
80
- }>;
81
- type location<G_Source, T_L> = G_Source;
82
- }
83
- export declare namespace _T_Ordered_Dictionary {
84
- namespace dictionary {
85
- namespace D {
86
- type entry<G_Source, T_D> = T_D;
87
- type location<G_Source, T_D> = G_Source;
88
- }
89
- type D<G_Source, T_D> = {
90
- readonly 'entry': T_D;
91
- readonly 'location': G_Source;
92
- };
93
- }
94
- type dictionary<G_Source, T_D> = _pt.Dictionary<{
95
- readonly 'entry': T_D;
96
- readonly 'location': G_Source;
97
- }>;
98
- type location<G_Source, T_D> = G_Source;
99
- }
100
- export declare namespace _T_Reference_To_Circular_Dependent_Sibling {
101
- type key<G_Source, T_Dictionary_Entry> = string;
102
- type location<G_Source, T_Dictionary_Entry> = G_Source;
103
- }
104
- export declare namespace _T_Reference_To_Normal_Dictionary_Entry {
105
- type key<G_Source, T_Dictionary_Entry> = string;
106
- type location<G_Source, T_Dictionary_Entry> = G_Source;
107
- }
108
- export declare namespace _T_Reference_To_Stacked_Dictionary_Entry {
109
- type key<G_Source, T_Dictionary_Entry> = string;
110
- type location<G_Source, T_Dictionary_Entry> = G_Source;
111
- type up_steps<G_Source, T_Dictionary_Entry> = number;
112
- }
113
- export declare namespace _T_State_Group {
114
- type location<G_Source, T_SG> = G_Source;
115
- type state_group<G_Source, T_SG> = T_SG;
116
- }
117
- export declare namespace Dictionary {
118
- namespace dictionary {
119
- namespace D {
120
- type entry<G_Source, T_D> = T_D;
121
- type location<G_Source, T_D> = G_Source;
122
- }
123
- type D<G_Source, T_D> = {
124
- readonly 'entry': T_D;
125
- readonly 'location': G_Source;
126
- };
127
- }
128
- type dictionary<G_Source, T_D> = _pt.Dictionary<{
129
- readonly 'entry': T_D;
130
- readonly 'location': G_Source;
131
- }>;
132
- type location<G_Source, T_D> = G_Source;
133
- }
134
- export declare namespace List {
135
- namespace list {
136
- namespace L {
137
- type element<G_Source, T_L> = T_L;
138
- type location<G_Source, T_L> = G_Source;
139
- }
140
- type L<G_Source, T_L> = {
141
- readonly 'element': T_L;
142
- readonly 'location': G_Source;
143
- };
144
- }
145
- type list<G_Source, T_L> = _pt.Array<{
146
- readonly 'element': T_L;
147
- readonly 'location': G_Source;
148
- }>;
149
- type location<G_Source, T_L> = G_Source;
150
- }
151
- export declare namespace Ordered_Dictionary {
152
- namespace dictionary {
153
- namespace D {
154
- type entry<G_Source, T_D> = T_D;
155
- type location<G_Source, T_D> = G_Source;
156
- }
157
- type D<G_Source, T_D> = {
158
- readonly 'entry': T_D;
159
- readonly 'location': G_Source;
160
- };
161
- }
162
- type dictionary<G_Source, T_D> = _pt.Dictionary<{
163
- readonly 'entry': T_D;
164
- readonly 'location': G_Source;
165
- }>;
166
- type location<G_Source, T_D> = G_Source;
167
- }
168
- export declare namespace Reference_To_Circular_Dependent_Sibling {
169
- type key<G_Source, T_Dictionary_Entry> = string;
170
- type location<G_Source, T_Dictionary_Entry> = G_Source;
171
- }
172
- export declare namespace Reference_To_Normal_Dictionary_Entry {
173
- type key<G_Source, T_Dictionary_Entry> = string;
174
- type location<G_Source, T_Dictionary_Entry> = G_Source;
175
- }
176
- export declare namespace Reference_To_Stacked_Dictionary_Entry {
177
- type key<G_Source, T_Dictionary_Entry> = string;
178
- type location<G_Source, T_Dictionary_Entry> = G_Source;
179
- type up_steps<G_Source, T_Dictionary_Entry> = number;
180
- }
181
- export declare namespace State_Group {
182
- type location<G_Source, T_SG> = G_Source;
183
- type state_group<G_Source, T_SG> = T_SG;
184
- }
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicG9vcm1hbnNfcGFyc2VyLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vc3JjL2dlbmVyYXRlZC9pbnRlcmZhY2UvY29yZS9wb29ybWFuc19wYXJzZXIudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiJ9
@@ -1,11 +0,0 @@
1
- import * as pt from 'exupery-core-types';
2
- export type Location_to_String<Source> = ($: Source) => string;
3
- export type _T_Location_2_String<Source> = Location_to_String<Source>;
4
- export type Non_Circular_Result<T> = ['error', ['circular', pt.Array<string>]] | ['resolved', T];
5
- export type Acyclic_Lookup<T> = pt.Optional_Value<pt.Lookup<Non_Circular_Result<T>>>;
6
- export type _T_Acyclic_Lookup<T> = Acyclic_Lookup<T>;
7
- export type Possibly_Circular_Result<T> = pt.Computed_Value<T>;
8
- export type Cyclic_Lookup<T> = pt.Optional_Value<pt.Lookup<Possibly_Circular_Result<T>>>;
9
- export type _T_Cyclic_Lookup<T> = Cyclic_Lookup<T>;
10
- export type Lookup_Stack<T> = pt.Array<Acyclic_Lookup<T>>;
11
- export type _T_Lookup_Stack<T> = Lookup_Stack<T>;
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmVzb2x2ZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3NyYy9nZW5lcmF0ZWQvaW50ZXJmYWNlL2dlbmVyaWMvcmVzb2x2ZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIn0=
@@ -1,288 +0,0 @@
1
- import * as _i_in from "./unconstrained";
2
- import * as _i_out from "./unconstrained";
3
- export type _T_Document = ($$_: _i_in._T_Document, $$_p: null) => _i_out._T_Document;
4
- export type _T_Elements = ($$_: _i_in._T_Elements, $$_p: null) => _i_out._T_Elements;
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_Location = ($$_: _i_in._T_Location, $$_p: null) => _i_out._T_Location;
7
- export type _T_Range = ($$_: _i_in._T_Range, $$_p: null) => _i_out._T_Range;
8
- export type _T_Relative_Location = ($$_: _i_in._T_Relative_Location, $$_p: null) => _i_out._T_Relative_Location;
9
- export type _T_Relative_Range = ($$_: _i_in._T_Relative_Range, $$_p: null) => _i_out._T_Relative_Range;
10
- export type _T_String = ($$_: _i_in._T_String, $$_p: null) => _i_out._T_String;
11
- export type _T_String_Type = ($$_: _i_in._T_String_Type, $$_p: null) => _i_out._T_String_Type;
12
- export type _T_Structural_Token = ($$_: _i_in._T_Structural_Token, $$_p: null) => _i_out._T_Structural_Token;
13
- export type _T_Trivia = ($$_: _i_in._T_Trivia, $$_p: null) => _i_out._T_Trivia;
14
- export type _T_Value = ($$_: _i_in._T_Value, $$_p: null) => _i_out._T_Value;
15
- export type _T_Whitespace = ($$_: _i_in._T_Whitespace, $$_p: null) => _i_out._T_Whitespace;
16
- export type Document = _T_Document;
17
- export type Elements = _T_Elements;
18
- export type Key_Value_Pairs = _T_Key_Value_Pairs;
19
- export type Location = _T_Location;
20
- export type Range = _T_Range;
21
- export type Relative_Location = _T_Relative_Location;
22
- export type Relative_Range = _T_Relative_Range;
23
- export type String = _T_String;
24
- export type String_Type = _T_String_Type;
25
- export type Structural_Token = _T_Structural_Token;
26
- export type Trivia = _T_Trivia;
27
- export type Value = _T_Value;
28
- export type Whitespace = _T_Whitespace;
29
- export declare namespace _T_Document {
30
- namespace CONTEXT {
31
- }
32
- type CONTEXT = _i_in._T_Document;
33
- namespace PARAMS {
34
- }
35
- namespace RESULT {
36
- }
37
- type RESULT = _i_out._T_Document;
38
- }
39
- export declare namespace _T_Elements {
40
- namespace CONTEXT {
41
- }
42
- type CONTEXT = _i_in._T_Elements;
43
- namespace PARAMS {
44
- }
45
- namespace RESULT {
46
- }
47
- type RESULT = _i_out._T_Elements;
48
- }
49
- export declare namespace _T_Key_Value_Pairs {
50
- namespace CONTEXT {
51
- }
52
- type CONTEXT = _i_in._T_Key_Value_Pairs;
53
- namespace PARAMS {
54
- }
55
- namespace RESULT {
56
- }
57
- type RESULT = _i_out._T_Key_Value_Pairs;
58
- }
59
- export declare namespace _T_Location {
60
- namespace CONTEXT {
61
- }
62
- type CONTEXT = _i_in._T_Location;
63
- namespace PARAMS {
64
- }
65
- namespace RESULT {
66
- }
67
- type RESULT = _i_out._T_Location;
68
- }
69
- export declare namespace _T_Range {
70
- namespace CONTEXT {
71
- }
72
- type CONTEXT = _i_in._T_Range;
73
- namespace PARAMS {
74
- }
75
- namespace RESULT {
76
- }
77
- type RESULT = _i_out._T_Range;
78
- }
79
- export declare namespace _T_Relative_Location {
80
- namespace CONTEXT {
81
- }
82
- type CONTEXT = _i_in._T_Relative_Location;
83
- namespace PARAMS {
84
- }
85
- namespace RESULT {
86
- }
87
- type RESULT = _i_out._T_Relative_Location;
88
- }
89
- export declare namespace _T_Relative_Range {
90
- namespace CONTEXT {
91
- }
92
- type CONTEXT = _i_in._T_Relative_Range;
93
- namespace PARAMS {
94
- }
95
- namespace RESULT {
96
- }
97
- type RESULT = _i_out._T_Relative_Range;
98
- }
99
- export declare namespace _T_String {
100
- namespace CONTEXT {
101
- }
102
- type CONTEXT = _i_in._T_String;
103
- namespace PARAMS {
104
- }
105
- namespace RESULT {
106
- }
107
- type RESULT = _i_out._T_String;
108
- }
109
- export declare namespace _T_String_Type {
110
- namespace CONTEXT {
111
- }
112
- type CONTEXT = _i_in._T_String_Type;
113
- namespace PARAMS {
114
- }
115
- namespace RESULT {
116
- }
117
- type RESULT = _i_out._T_String_Type;
118
- }
119
- export declare namespace _T_Structural_Token {
120
- namespace CONTEXT {
121
- }
122
- type CONTEXT = _i_in._T_Structural_Token;
123
- namespace PARAMS {
124
- }
125
- namespace RESULT {
126
- }
127
- type RESULT = _i_out._T_Structural_Token;
128
- }
129
- export declare namespace _T_Trivia {
130
- namespace CONTEXT {
131
- }
132
- type CONTEXT = _i_in._T_Trivia;
133
- namespace PARAMS {
134
- }
135
- namespace RESULT {
136
- }
137
- type RESULT = _i_out._T_Trivia;
138
- }
139
- export declare namespace _T_Value {
140
- namespace CONTEXT {
141
- }
142
- type CONTEXT = _i_in._T_Value;
143
- namespace PARAMS {
144
- }
145
- namespace RESULT {
146
- }
147
- type RESULT = _i_out._T_Value;
148
- }
149
- export declare namespace _T_Whitespace {
150
- namespace CONTEXT {
151
- }
152
- type CONTEXT = _i_in._T_Whitespace;
153
- namespace PARAMS {
154
- }
155
- namespace RESULT {
156
- }
157
- type RESULT = _i_out._T_Whitespace;
158
- }
159
- export declare namespace Document {
160
- namespace CONTEXT {
161
- }
162
- type CONTEXT = _i_in._T_Document;
163
- namespace PARAMS {
164
- }
165
- namespace RESULT {
166
- }
167
- type RESULT = _i_out._T_Document;
168
- }
169
- export declare namespace Elements {
170
- namespace CONTEXT {
171
- }
172
- type CONTEXT = _i_in._T_Elements;
173
- namespace PARAMS {
174
- }
175
- namespace RESULT {
176
- }
177
- type RESULT = _i_out._T_Elements;
178
- }
179
- export declare namespace Key_Value_Pairs {
180
- namespace CONTEXT {
181
- }
182
- type CONTEXT = _i_in._T_Key_Value_Pairs;
183
- namespace PARAMS {
184
- }
185
- namespace RESULT {
186
- }
187
- type RESULT = _i_out._T_Key_Value_Pairs;
188
- }
189
- export declare namespace Location {
190
- namespace CONTEXT {
191
- }
192
- type CONTEXT = _i_in._T_Location;
193
- namespace PARAMS {
194
- }
195
- namespace RESULT {
196
- }
197
- type RESULT = _i_out._T_Location;
198
- }
199
- export declare namespace Range {
200
- namespace CONTEXT {
201
- }
202
- type CONTEXT = _i_in._T_Range;
203
- namespace PARAMS {
204
- }
205
- namespace RESULT {
206
- }
207
- type RESULT = _i_out._T_Range;
208
- }
209
- export declare namespace Relative_Location {
210
- namespace CONTEXT {
211
- }
212
- type CONTEXT = _i_in._T_Relative_Location;
213
- namespace PARAMS {
214
- }
215
- namespace RESULT {
216
- }
217
- type RESULT = _i_out._T_Relative_Location;
218
- }
219
- export declare namespace Relative_Range {
220
- namespace CONTEXT {
221
- }
222
- type CONTEXT = _i_in._T_Relative_Range;
223
- namespace PARAMS {
224
- }
225
- namespace RESULT {
226
- }
227
- type RESULT = _i_out._T_Relative_Range;
228
- }
229
- export declare namespace String {
230
- namespace CONTEXT {
231
- }
232
- type CONTEXT = _i_in._T_String;
233
- namespace PARAMS {
234
- }
235
- namespace RESULT {
236
- }
237
- type RESULT = _i_out._T_String;
238
- }
239
- export declare namespace String_Type {
240
- namespace CONTEXT {
241
- }
242
- type CONTEXT = _i_in._T_String_Type;
243
- namespace PARAMS {
244
- }
245
- namespace RESULT {
246
- }
247
- type RESULT = _i_out._T_String_Type;
248
- }
249
- export declare namespace Structural_Token {
250
- namespace CONTEXT {
251
- }
252
- type CONTEXT = _i_in._T_Structural_Token;
253
- namespace PARAMS {
254
- }
255
- namespace RESULT {
256
- }
257
- type RESULT = _i_out._T_Structural_Token;
258
- }
259
- export declare namespace Trivia {
260
- namespace CONTEXT {
261
- }
262
- type CONTEXT = _i_in._T_Trivia;
263
- namespace PARAMS {
264
- }
265
- namespace RESULT {
266
- }
267
- type RESULT = _i_out._T_Trivia;
268
- }
269
- export declare namespace Value {
270
- namespace CONTEXT {
271
- }
272
- type CONTEXT = _i_in._T_Value;
273
- namespace PARAMS {
274
- }
275
- namespace RESULT {
276
- }
277
- type RESULT = _i_out._T_Value;
278
- }
279
- export declare namespace Whitespace {
280
- namespace CONTEXT {
281
- }
282
- type CONTEXT = _i_in._T_Whitespace;
283
- namespace PARAMS {
284
- }
285
- namespace RESULT {
286
- }
287
- type RESULT = _i_out._T_Whitespace;
288
- }
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWlncmF0aW9uX2JvaWxlcnBsYXRlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vc3JjL2dlbmVyYXRlZC9pbnRlcmZhY2Uvc2NoZW1hcy9hc3QvbWlncmF0aW9uX2JvaWxlcnBsYXRlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIifQ==