exupery 0.1.7 → 0.1.9

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 (47) hide show
  1. package/dist/generated/implementation/generic/resolve.d.ts +81 -0
  2. package/dist/generated/implementation/generic/resolve.js +251 -0
  3. package/dist/generated/implementation/schemas/implementation/resolve.d.ts +1 -1
  4. package/dist/generated/implementation/schemas/implementation/resolve.js +12 -2
  5. package/dist/generated/implementation/schemas/implementation/serializer.d.ts +8 -0
  6. package/dist/generated/implementation/schemas/implementation/serializer.js +484 -0
  7. package/dist/generated/implementation/schemas/interface/resolve.d.ts +1 -1
  8. package/dist/generated/implementation/schemas/interface/resolve.js +2 -2
  9. package/dist/generated/implementation/schemas/interface/serializer.d.ts +8 -0
  10. package/dist/generated/implementation/schemas/interface/serializer.js +287 -0
  11. package/dist/generated/implementation/schemas/typescript_light/serializer.d.ts +11 -0
  12. package/dist/generated/implementation/schemas/typescript_light/serializer.js +409 -0
  13. package/dist/generated/interface/core/astn_target.d.ts +186 -0
  14. package/dist/generated/interface/core/astn_target.js +3 -0
  15. package/dist/generated/interface/core/resolve.d.ts +11 -0
  16. package/dist/generated/interface/core/resolve.js +3 -0
  17. package/dist/generated/interface/generic/resolve.d.ts +11 -0
  18. package/dist/generated/interface/generic/resolve.js +3 -0
  19. package/dist/generated/interface/schemas/implementation/resolve.d.ts +22 -22
  20. package/dist/generated/interface/schemas/implementation/resolved.d.ts +27 -0
  21. package/dist/generated/interface/schemas/implementation/serializer.d.ts +156 -0
  22. package/dist/generated/interface/schemas/implementation/serializer.js +3 -0
  23. package/dist/generated/interface/schemas/implementation/unresolved.d.ts +27 -0
  24. package/dist/generated/interface/schemas/interface/resolve.d.ts +22 -22
  25. package/dist/generated/interface/schemas/interface/serializer.d.ts +156 -0
  26. package/dist/generated/interface/schemas/interface/serializer.js +3 -0
  27. package/dist/generated/interface/schemas/typescript_light/migration_boilerplate.d.ts +132 -0
  28. package/dist/generated/interface/schemas/typescript_light/serializer.d.ts +222 -0
  29. package/dist/generated/interface/schemas/typescript_light/serializer.js +3 -0
  30. package/dist/generated/interface/schemas/typescript_light/unconstrained.d.ts +135 -0
  31. package/dist/shorthands/implementation.d.ts +1 -1
  32. package/dist/shorthands/implementation.js +4 -2
  33. package/dist/transformations/implementation/typescript_light.d.ts +24 -0
  34. package/dist/transformations/implementation/typescript_light.js +564 -0
  35. package/dist/transformations/implementation/typescript_temp.d.ts +1 -1
  36. package/dist/transformations/implementation/typescript_temp.js +2 -2
  37. package/dist/transformations/interface/typescript_light.d.ts +23 -0
  38. package/dist/transformations/interface/typescript_light.js +524 -0
  39. package/dist/transformations/interface/typescript_temp.d.ts +1 -1
  40. package/dist/transformations/library/typescript_light.d.ts +10 -0
  41. package/dist/transformations/library/typescript_light.js +42 -0
  42. package/dist/transformations/library/typescript_temp.d.ts +1 -1
  43. package/dist/transformations/library/typescript_temp.js +3 -3
  44. package/dist/transformations/typescript_light/fountain_pen_block.d.ts +1 -0
  45. package/dist/transformations/typescript_light/fountain_pen_block.js +6 -2
  46. package/dist/transformations/typescript_temp/fountain_pen_block.d.ts +1 -1
  47. package/package.json +4 -4
@@ -1,50 +1,50 @@
1
- import * as _i_generic from "../../../generic/resolve";
1
+ import * as _i_resolve from "../../core/resolve";
2
2
  import * as _i_resolved from "./resolved";
3
3
  import * as _i_unresolved from "./unresolved";
4
4
  export type _T_Imports<G_Source> = ($$_: _i_unresolved._T_Imports<G_Source>, $$_p: {
5
- readonly 'location 2 string': _i_generic._T_Location_2_String<G_Source>;
5
+ readonly 'location 2 string': _i_resolve._T_Location_2_String<G_Source>;
6
6
  readonly 'parameters': {
7
7
  readonly 'lookups': null;
8
8
  readonly 'values': null;
9
9
  };
10
10
  }) => _i_resolved._T_Imports;
11
11
  export type _T_Module<G_Source> = ($$_: _i_unresolved._T_Module<G_Source>, $$_p: {
12
- readonly 'location 2 string': _i_generic._T_Location_2_String<G_Source>;
12
+ readonly 'location 2 string': _i_resolve._T_Location_2_String<G_Source>;
13
13
  readonly 'parameters': {
14
14
  readonly 'lookups': null;
15
15
  readonly 'values': null;
16
16
  };
17
17
  }) => _i_resolved._T_Module;
18
18
  export type _T_Module_Set<G_Source> = ($$_: _i_unresolved._T_Module_Set<G_Source>, $$_p: {
19
- readonly 'location 2 string': _i_generic._T_Location_2_String<G_Source>;
19
+ readonly 'location 2 string': _i_resolve._T_Location_2_String<G_Source>;
20
20
  readonly 'parameters': {
21
21
  readonly 'lookups': null;
22
22
  readonly 'values': null;
23
23
  };
24
24
  }) => _i_resolved._T_Module_Set;
25
25
  export type _T_Type<G_Source> = ($$_: _i_unresolved._T_Type<G_Source>, $$_p: {
26
- readonly 'location 2 string': _i_generic._T_Location_2_String<G_Source>;
26
+ readonly 'location 2 string': _i_resolve._T_Location_2_String<G_Source>;
27
27
  readonly 'parameters': {
28
28
  readonly 'lookups': null;
29
29
  readonly 'values': null;
30
30
  };
31
31
  }) => _i_resolved._T_Type;
32
32
  export type _T_Type_Arguments<G_Source> = ($$_: _i_unresolved._T_Type_Arguments<G_Source>, $$_p: {
33
- readonly 'location 2 string': _i_generic._T_Location_2_String<G_Source>;
33
+ readonly 'location 2 string': _i_resolve._T_Location_2_String<G_Source>;
34
34
  readonly 'parameters': {
35
35
  readonly 'lookups': null;
36
36
  readonly 'values': null;
37
37
  };
38
38
  }) => _i_resolved._T_Type_Arguments;
39
39
  export type _T_Type_Parameter_Selection<G_Source> = ($$_: _i_unresolved._T_Type_Parameter_Selection<G_Source>, $$_p: {
40
- readonly 'location 2 string': _i_generic._T_Location_2_String<G_Source>;
40
+ readonly 'location 2 string': _i_resolve._T_Location_2_String<G_Source>;
41
41
  readonly 'parameters': {
42
42
  readonly 'lookups': null;
43
43
  readonly 'values': null;
44
44
  };
45
45
  }) => _i_resolved._T_Type_Parameter_Selection;
46
46
  export type _T_Type_Parameters<G_Source> = ($$_: _i_unresolved._T_Type_Parameters<G_Source>, $$_p: {
47
- readonly 'location 2 string': _i_generic._T_Location_2_String<G_Source>;
47
+ readonly 'location 2 string': _i_resolve._T_Location_2_String<G_Source>;
48
48
  readonly 'parameters': {
49
49
  readonly 'lookups': null;
50
50
  readonly 'values': null;
@@ -66,7 +66,7 @@ export declare namespace _T_Imports {
66
66
  namespace location_2_string {
67
67
  type Source<G_Source> = G_Source;
68
68
  }
69
- type location_2_string<G_Source> = _i_generic._T_Location_2_String<G_Source>;
69
+ type location_2_string<G_Source> = _i_resolve._T_Location_2_String<G_Source>;
70
70
  namespace parameters {
71
71
  namespace lookups {
72
72
  }
@@ -93,7 +93,7 @@ export declare namespace _T_Module {
93
93
  namespace location_2_string {
94
94
  type Source<G_Source> = G_Source;
95
95
  }
96
- type location_2_string<G_Source> = _i_generic._T_Location_2_String<G_Source>;
96
+ type location_2_string<G_Source> = _i_resolve._T_Location_2_String<G_Source>;
97
97
  namespace parameters {
98
98
  namespace lookups {
99
99
  }
@@ -120,7 +120,7 @@ export declare namespace _T_Module_Set {
120
120
  namespace location_2_string {
121
121
  type Source<G_Source> = G_Source;
122
122
  }
123
- type location_2_string<G_Source> = _i_generic._T_Location_2_String<G_Source>;
123
+ type location_2_string<G_Source> = _i_resolve._T_Location_2_String<G_Source>;
124
124
  namespace parameters {
125
125
  namespace lookups {
126
126
  }
@@ -147,7 +147,7 @@ export declare namespace _T_Type {
147
147
  namespace location_2_string {
148
148
  type Source<G_Source> = G_Source;
149
149
  }
150
- type location_2_string<G_Source> = _i_generic._T_Location_2_String<G_Source>;
150
+ type location_2_string<G_Source> = _i_resolve._T_Location_2_String<G_Source>;
151
151
  namespace parameters {
152
152
  namespace lookups {
153
153
  }
@@ -174,7 +174,7 @@ export declare namespace _T_Type_Arguments {
174
174
  namespace location_2_string {
175
175
  type Source<G_Source> = G_Source;
176
176
  }
177
- type location_2_string<G_Source> = _i_generic._T_Location_2_String<G_Source>;
177
+ type location_2_string<G_Source> = _i_resolve._T_Location_2_String<G_Source>;
178
178
  namespace parameters {
179
179
  namespace lookups {
180
180
  }
@@ -201,7 +201,7 @@ export declare namespace _T_Type_Parameter_Selection {
201
201
  namespace location_2_string {
202
202
  type Source<G_Source> = G_Source;
203
203
  }
204
- type location_2_string<G_Source> = _i_generic._T_Location_2_String<G_Source>;
204
+ type location_2_string<G_Source> = _i_resolve._T_Location_2_String<G_Source>;
205
205
  namespace parameters {
206
206
  namespace lookups {
207
207
  }
@@ -228,7 +228,7 @@ export declare namespace _T_Type_Parameters {
228
228
  namespace location_2_string {
229
229
  type Source<G_Source> = G_Source;
230
230
  }
231
- type location_2_string<G_Source> = _i_generic._T_Location_2_String<G_Source>;
231
+ type location_2_string<G_Source> = _i_resolve._T_Location_2_String<G_Source>;
232
232
  namespace parameters {
233
233
  namespace lookups {
234
234
  }
@@ -255,7 +255,7 @@ export declare namespace Imports {
255
255
  namespace location_2_string {
256
256
  type Source<G_Source> = G_Source;
257
257
  }
258
- type location_2_string<G_Source> = _i_generic._T_Location_2_String<G_Source>;
258
+ type location_2_string<G_Source> = _i_resolve._T_Location_2_String<G_Source>;
259
259
  namespace parameters {
260
260
  namespace lookups {
261
261
  }
@@ -282,7 +282,7 @@ export declare namespace Module {
282
282
  namespace location_2_string {
283
283
  type Source<G_Source> = G_Source;
284
284
  }
285
- type location_2_string<G_Source> = _i_generic._T_Location_2_String<G_Source>;
285
+ type location_2_string<G_Source> = _i_resolve._T_Location_2_String<G_Source>;
286
286
  namespace parameters {
287
287
  namespace lookups {
288
288
  }
@@ -309,7 +309,7 @@ export declare namespace Module_Set {
309
309
  namespace location_2_string {
310
310
  type Source<G_Source> = G_Source;
311
311
  }
312
- type location_2_string<G_Source> = _i_generic._T_Location_2_String<G_Source>;
312
+ type location_2_string<G_Source> = _i_resolve._T_Location_2_String<G_Source>;
313
313
  namespace parameters {
314
314
  namespace lookups {
315
315
  }
@@ -336,7 +336,7 @@ export declare namespace Type {
336
336
  namespace location_2_string {
337
337
  type Source<G_Source> = G_Source;
338
338
  }
339
- type location_2_string<G_Source> = _i_generic._T_Location_2_String<G_Source>;
339
+ type location_2_string<G_Source> = _i_resolve._T_Location_2_String<G_Source>;
340
340
  namespace parameters {
341
341
  namespace lookups {
342
342
  }
@@ -363,7 +363,7 @@ export declare namespace Type_Arguments {
363
363
  namespace location_2_string {
364
364
  type Source<G_Source> = G_Source;
365
365
  }
366
- type location_2_string<G_Source> = _i_generic._T_Location_2_String<G_Source>;
366
+ type location_2_string<G_Source> = _i_resolve._T_Location_2_String<G_Source>;
367
367
  namespace parameters {
368
368
  namespace lookups {
369
369
  }
@@ -390,7 +390,7 @@ export declare namespace Type_Parameter_Selection {
390
390
  namespace location_2_string {
391
391
  type Source<G_Source> = G_Source;
392
392
  }
393
- type location_2_string<G_Source> = _i_generic._T_Location_2_String<G_Source>;
393
+ type location_2_string<G_Source> = _i_resolve._T_Location_2_String<G_Source>;
394
394
  namespace parameters {
395
395
  namespace lookups {
396
396
  }
@@ -417,7 +417,7 @@ export declare namespace Type_Parameters {
417
417
  namespace location_2_string {
418
418
  type Source<G_Source> = G_Source;
419
419
  }
420
- type location_2_string<G_Source> = _i_generic._T_Location_2_String<G_Source>;
420
+ type location_2_string<G_Source> = _i_resolve._T_Location_2_String<G_Source>;
421
421
  namespace parameters {
422
422
  namespace lookups {
423
423
  }
@@ -0,0 +1,156 @@
1
+ import * as _i_in from "./resolved";
2
+ import * as _i_out from "../../core/astn_target";
3
+ export type _T_Imports = ($$_: _i_in._T_Imports, $$_p: null) => _i_out._T_Value;
4
+ export type _T_Module = ($$_: _i_in._T_Module, $$_p: null) => _i_out._T_Value;
5
+ export type _T_Module_Set = ($$_: _i_in._T_Module_Set, $$_p: null) => _i_out._T_Value;
6
+ export type _T_Type = ($$_: _i_in._T_Type, $$_p: null) => _i_out._T_Value;
7
+ export type _T_Type_Arguments = ($$_: _i_in._T_Type_Arguments, $$_p: null) => _i_out._T_Value;
8
+ export type _T_Type_Parameter_Selection = ($$_: _i_in._T_Type_Parameter_Selection, $$_p: null) => _i_out._T_Value;
9
+ export type _T_Type_Parameters = ($$_: _i_in._T_Type_Parameters, $$_p: null) => _i_out._T_Value;
10
+ export type Imports = _T_Imports;
11
+ export type Module = _T_Module;
12
+ export type Module_Set = _T_Module_Set;
13
+ export type Type = _T_Type;
14
+ export type Type_Arguments = _T_Type_Arguments;
15
+ export type Type_Parameter_Selection = _T_Type_Parameter_Selection;
16
+ export type Type_Parameters = _T_Type_Parameters;
17
+ export declare namespace _T_Imports {
18
+ namespace CONTEXT {
19
+ }
20
+ type CONTEXT = _i_in._T_Imports;
21
+ namespace PARAMS {
22
+ }
23
+ namespace RESULT {
24
+ }
25
+ type RESULT = _i_out._T_Value;
26
+ }
27
+ export declare namespace _T_Module {
28
+ namespace CONTEXT {
29
+ }
30
+ type CONTEXT = _i_in._T_Module;
31
+ namespace PARAMS {
32
+ }
33
+ namespace RESULT {
34
+ }
35
+ type RESULT = _i_out._T_Value;
36
+ }
37
+ export declare namespace _T_Module_Set {
38
+ namespace CONTEXT {
39
+ }
40
+ type CONTEXT = _i_in._T_Module_Set;
41
+ namespace PARAMS {
42
+ }
43
+ namespace RESULT {
44
+ }
45
+ type RESULT = _i_out._T_Value;
46
+ }
47
+ export declare namespace _T_Type {
48
+ namespace CONTEXT {
49
+ }
50
+ type CONTEXT = _i_in._T_Type;
51
+ namespace PARAMS {
52
+ }
53
+ namespace RESULT {
54
+ }
55
+ type RESULT = _i_out._T_Value;
56
+ }
57
+ export declare namespace _T_Type_Arguments {
58
+ namespace CONTEXT {
59
+ }
60
+ type CONTEXT = _i_in._T_Type_Arguments;
61
+ namespace PARAMS {
62
+ }
63
+ namespace RESULT {
64
+ }
65
+ type RESULT = _i_out._T_Value;
66
+ }
67
+ export declare namespace _T_Type_Parameter_Selection {
68
+ namespace CONTEXT {
69
+ }
70
+ type CONTEXT = _i_in._T_Type_Parameter_Selection;
71
+ namespace PARAMS {
72
+ }
73
+ namespace RESULT {
74
+ }
75
+ type RESULT = _i_out._T_Value;
76
+ }
77
+ export declare namespace _T_Type_Parameters {
78
+ namespace CONTEXT {
79
+ }
80
+ type CONTEXT = _i_in._T_Type_Parameters;
81
+ namespace PARAMS {
82
+ }
83
+ namespace RESULT {
84
+ }
85
+ type RESULT = _i_out._T_Value;
86
+ }
87
+ export declare namespace Imports {
88
+ namespace CONTEXT {
89
+ }
90
+ type CONTEXT = _i_in._T_Imports;
91
+ namespace PARAMS {
92
+ }
93
+ namespace RESULT {
94
+ }
95
+ type RESULT = _i_out._T_Value;
96
+ }
97
+ export declare namespace Module {
98
+ namespace CONTEXT {
99
+ }
100
+ type CONTEXT = _i_in._T_Module;
101
+ namespace PARAMS {
102
+ }
103
+ namespace RESULT {
104
+ }
105
+ type RESULT = _i_out._T_Value;
106
+ }
107
+ export declare namespace Module_Set {
108
+ namespace CONTEXT {
109
+ }
110
+ type CONTEXT = _i_in._T_Module_Set;
111
+ namespace PARAMS {
112
+ }
113
+ namespace RESULT {
114
+ }
115
+ type RESULT = _i_out._T_Value;
116
+ }
117
+ export declare namespace Type {
118
+ namespace CONTEXT {
119
+ }
120
+ type CONTEXT = _i_in._T_Type;
121
+ namespace PARAMS {
122
+ }
123
+ namespace RESULT {
124
+ }
125
+ type RESULT = _i_out._T_Value;
126
+ }
127
+ export declare namespace Type_Arguments {
128
+ namespace CONTEXT {
129
+ }
130
+ type CONTEXT = _i_in._T_Type_Arguments;
131
+ namespace PARAMS {
132
+ }
133
+ namespace RESULT {
134
+ }
135
+ type RESULT = _i_out._T_Value;
136
+ }
137
+ export declare namespace Type_Parameter_Selection {
138
+ namespace CONTEXT {
139
+ }
140
+ type CONTEXT = _i_in._T_Type_Parameter_Selection;
141
+ namespace PARAMS {
142
+ }
143
+ namespace RESULT {
144
+ }
145
+ type RESULT = _i_out._T_Value;
146
+ }
147
+ export declare namespace Type_Parameters {
148
+ namespace CONTEXT {
149
+ }
150
+ type CONTEXT = _i_in._T_Type_Parameters;
151
+ namespace PARAMS {
152
+ }
153
+ namespace RESULT {
154
+ }
155
+ type RESULT = _i_out._T_Value;
156
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2VyaWFsaXplci5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3NyYy9nZW5lcmF0ZWQvaW50ZXJmYWNlL3NjaGVtYXMvaW50ZXJmYWNlL3NlcmlhbGl6ZXIudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiJ9
@@ -1,13 +1,55 @@
1
1
  import * as _i_in from "./unconstrained";
2
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;
3
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;
4
10
  export type _T_Statements = ($$_: _i_in._T_Statements, $$_p: null) => _i_out._T_Statements;
5
11
  export type _T_String_Literal = ($$_: _i_in._T_String_Literal, $$_p: null) => _i_out._T_String_Literal;
6
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;
7
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;
8
20
  export type Statements = _T_Statements;
9
21
  export type String_Literal = _T_String_Literal;
10
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
+ }
11
53
  export declare namespace _T_Expression {
12
54
  namespace CONTEXT {
13
55
  }
@@ -18,6 +60,36 @@ export declare namespace _T_Expression {
18
60
  }
19
61
  type RESULT = _i_out._T_Expression;
20
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
+ }
21
93
  export declare namespace _T_Statements {
22
94
  namespace CONTEXT {
23
95
  }
@@ -48,6 +120,36 @@ export declare namespace _T_Type {
48
120
  }
49
121
  type RESULT = _i_out._T_Type;
50
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
+ }
51
153
  export declare namespace Expression {
52
154
  namespace CONTEXT {
53
155
  }
@@ -58,6 +160,36 @@ export declare namespace Expression {
58
160
  }
59
161
  type RESULT = _i_out._T_Expression;
60
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
+ }
61
193
  export declare namespace Statements {
62
194
  namespace CONTEXT {
63
195
  }