pareto-fountain-pen 0.1.0

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 (51) hide show
  1. package/dist/generated/generic/resolve.d.ts +90 -0
  2. package/dist/generated/generic/resolve.js +259 -0
  3. package/dist/generated/implementation/schemas/block/migration_boilerplate.d.ts +7 -0
  4. package/dist/generated/implementation/schemas/block/migration_boilerplate.js +75 -0
  5. package/dist/generated/implementation/schemas/lines/migration_boilerplate.d.ts +3 -0
  6. package/dist/generated/implementation/schemas/lines/migration_boilerplate.js +48 -0
  7. package/dist/generated/implementation/schemas/semi_lines/migration_boilerplate.d.ts +3 -0
  8. package/dist/generated/implementation/schemas/semi_lines/migration_boilerplate.js +51 -0
  9. package/dist/generated/implementation/schemas/text/migration_boilerplate.d.ts +3 -0
  10. package/dist/generated/implementation/schemas/text/migration_boilerplate.js +48 -0
  11. package/dist/generated/interface/core/poormans_parser.d.ts +184 -0
  12. package/dist/generated/interface/core/poormans_parser.js +3 -0
  13. package/dist/generated/interface/core/resolved.d.ts +100 -0
  14. package/dist/generated/interface/core/resolved.js +3 -0
  15. package/dist/generated/interface/core/unresolved.d.ts +35 -0
  16. package/dist/generated/interface/core/unresolved.js +3 -0
  17. package/dist/generated/interface/schemas/block/migration_boilerplate.d.ts +134 -0
  18. package/dist/generated/interface/schemas/block/migration_boilerplate.js +3 -0
  19. package/dist/generated/interface/schemas/block/poormans_parser.d.ts +136 -0
  20. package/dist/generated/interface/schemas/block/poormans_parser.js +3 -0
  21. package/dist/generated/interface/schemas/block/resolved.d.ts +136 -0
  22. package/dist/generated/interface/schemas/block/resolved.js +3 -0
  23. package/dist/generated/interface/schemas/block/unresolved.d.ts +136 -0
  24. package/dist/generated/interface/schemas/block/unresolved.js +3 -0
  25. package/dist/generated/interface/schemas/lines/migration_boilerplate.d.ts +46 -0
  26. package/dist/generated/interface/schemas/lines/migration_boilerplate.js +3 -0
  27. package/dist/generated/interface/schemas/lines/poormans_parser.d.ts +39 -0
  28. package/dist/generated/interface/schemas/lines/poormans_parser.js +3 -0
  29. package/dist/generated/interface/schemas/lines/resolved.d.ts +39 -0
  30. package/dist/generated/interface/schemas/lines/resolved.js +3 -0
  31. package/dist/generated/interface/schemas/lines/unresolved.d.ts +39 -0
  32. package/dist/generated/interface/schemas/lines/unresolved.js +3 -0
  33. package/dist/generated/interface/schemas/semi_lines/migration_boilerplate.d.ts +46 -0
  34. package/dist/generated/interface/schemas/semi_lines/migration_boilerplate.js +3 -0
  35. package/dist/generated/interface/schemas/semi_lines/poormans_parser.d.ts +56 -0
  36. package/dist/generated/interface/schemas/semi_lines/poormans_parser.js +3 -0
  37. package/dist/generated/interface/schemas/semi_lines/resolved.d.ts +56 -0
  38. package/dist/generated/interface/schemas/semi_lines/resolved.js +3 -0
  39. package/dist/generated/interface/schemas/semi_lines/unresolved.d.ts +56 -0
  40. package/dist/generated/interface/schemas/semi_lines/unresolved.js +3 -0
  41. package/dist/generated/interface/schemas/text/migration_boilerplate.d.ts +46 -0
  42. package/dist/generated/interface/schemas/text/migration_boilerplate.js +3 -0
  43. package/dist/generated/interface/schemas/text/poormans_parser.d.ts +33 -0
  44. package/dist/generated/interface/schemas/text/poormans_parser.js +3 -0
  45. package/dist/generated/interface/schemas/text/resolved.d.ts +33 -0
  46. package/dist/generated/interface/schemas/text/resolved.js +3 -0
  47. package/dist/generated/interface/schemas/text/unresolved.d.ts +33 -0
  48. package/dist/generated/interface/schemas/text/unresolved.js +3 -0
  49. package/dist/globals.d.ts +24 -0
  50. package/dist/globals.js +2 -0
  51. package/package.json +55 -0
@@ -0,0 +1,184 @@
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
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicG9vcm1hbnNfcGFyc2VyLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vc3JjL2dlbmVyYXRlZC9pbnRlcmZhY2UvY29yZS9wb29ybWFuc19wYXJzZXIudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiJ9
@@ -0,0 +1,100 @@
1
+ import * as _pt from 'exupery-core-types';
2
+ export type _T_Derived_Reference<G_Source, T_Type> = T_Type;
3
+ export type _T_Dictionary<G_Source, T_D> = _pt.Dictionary<T_D>;
4
+ export type _T_List<G_Source, T_L> = _pt.Array<T_L>;
5
+ export type _T_Ordered_Dictionary<G_Source, T_D> = {
6
+ readonly 'dictionary': _pt.Dictionary<T_D>;
7
+ readonly 'ordered list': _pt.Array<_pt.Key_Value_Pair<T_D>>;
8
+ };
9
+ export type _T_Reference_To_Circular_Dependent_Sibling<G_Source, T_Dictionary_Entry> = {
10
+ readonly 'entry': _pt.Computed_Value<T_Dictionary_Entry>;
11
+ readonly 'key': string;
12
+ };
13
+ export type _T_Reference_To_Normal_Dictionary_Entry<G_Source, T_Dictionary_Entry> = {
14
+ readonly 'entry': T_Dictionary_Entry;
15
+ readonly 'key': string;
16
+ };
17
+ export type _T_Reference_To_Stacked_Dictionary_Entry<G_Source, T_Dictionary_Entry> = {
18
+ readonly 'entry': T_Dictionary_Entry;
19
+ readonly 'key': string;
20
+ readonly 'up steps': number;
21
+ };
22
+ export type _T_State_Group<G_Source, T_SG> = T_SG;
23
+ export type Derived_Reference<G_Source, T_Type> = _T_Derived_Reference<G_Source, T_Type>;
24
+ export type Dictionary<G_Source, T_D> = _T_Dictionary<G_Source, T_D>;
25
+ export type List<G_Source, T_L> = _T_List<G_Source, T_L>;
26
+ export type Ordered_Dictionary<G_Source, T_D> = _T_Ordered_Dictionary<G_Source, T_D>;
27
+ export type Reference_To_Circular_Dependent_Sibling<G_Source, T_Dictionary_Entry> = _T_Reference_To_Circular_Dependent_Sibling<G_Source, T_Dictionary_Entry>;
28
+ export type Reference_To_Normal_Dictionary_Entry<G_Source, T_Dictionary_Entry> = _T_Reference_To_Normal_Dictionary_Entry<G_Source, T_Dictionary_Entry>;
29
+ export type Reference_To_Stacked_Dictionary_Entry<G_Source, T_Dictionary_Entry> = _T_Reference_To_Stacked_Dictionary_Entry<G_Source, T_Dictionary_Entry>;
30
+ export type State_Group<G_Source, T_SG> = _T_State_Group<G_Source, T_SG>;
31
+ export declare namespace _T_Dictionary {
32
+ type D<G_Source, T_D> = T_D;
33
+ }
34
+ export declare namespace _T_List {
35
+ type L<G_Source, T_L> = T_L;
36
+ }
37
+ export declare namespace _T_Ordered_Dictionary {
38
+ namespace dictionary {
39
+ type D<G_Source, T_D> = T_D;
40
+ }
41
+ type dictionary<G_Source, T_D> = _pt.Dictionary<T_D>;
42
+ namespace ordered_list {
43
+ namespace L {
44
+ type K<G_Source, T_D> = T_D;
45
+ }
46
+ type L<G_Source, T_D> = _pt.Key_Value_Pair<T_D>;
47
+ }
48
+ type ordered_list<G_Source, T_D> = _pt.Array<_pt.Key_Value_Pair<T_D>>;
49
+ }
50
+ export declare namespace _T_Reference_To_Circular_Dependent_Sibling {
51
+ namespace entry {
52
+ type C<G_Source, T_Dictionary_Entry> = T_Dictionary_Entry;
53
+ }
54
+ type entry<G_Source, T_Dictionary_Entry> = _pt.Computed_Value<T_Dictionary_Entry>;
55
+ type key<G_Source, T_Dictionary_Entry> = string;
56
+ }
57
+ export declare namespace _T_Reference_To_Normal_Dictionary_Entry {
58
+ type entry<G_Source, T_Dictionary_Entry> = T_Dictionary_Entry;
59
+ type key<G_Source, T_Dictionary_Entry> = string;
60
+ }
61
+ export declare namespace _T_Reference_To_Stacked_Dictionary_Entry {
62
+ type entry<G_Source, T_Dictionary_Entry> = T_Dictionary_Entry;
63
+ type key<G_Source, T_Dictionary_Entry> = string;
64
+ type up_steps<G_Source, T_Dictionary_Entry> = number;
65
+ }
66
+ export declare namespace Dictionary {
67
+ type D<G_Source, T_D> = T_D;
68
+ }
69
+ export declare namespace List {
70
+ type L<G_Source, T_L> = T_L;
71
+ }
72
+ export declare namespace Ordered_Dictionary {
73
+ namespace dictionary {
74
+ type D<G_Source, T_D> = T_D;
75
+ }
76
+ type dictionary<G_Source, T_D> = _pt.Dictionary<T_D>;
77
+ namespace ordered_list {
78
+ namespace L {
79
+ type K<G_Source, T_D> = T_D;
80
+ }
81
+ type L<G_Source, T_D> = _pt.Key_Value_Pair<T_D>;
82
+ }
83
+ type ordered_list<G_Source, T_D> = _pt.Array<_pt.Key_Value_Pair<T_D>>;
84
+ }
85
+ export declare namespace Reference_To_Circular_Dependent_Sibling {
86
+ namespace entry {
87
+ type C<G_Source, T_Dictionary_Entry> = T_Dictionary_Entry;
88
+ }
89
+ type entry<G_Source, T_Dictionary_Entry> = _pt.Computed_Value<T_Dictionary_Entry>;
90
+ type key<G_Source, T_Dictionary_Entry> = string;
91
+ }
92
+ export declare namespace Reference_To_Normal_Dictionary_Entry {
93
+ type entry<G_Source, T_Dictionary_Entry> = T_Dictionary_Entry;
94
+ type key<G_Source, T_Dictionary_Entry> = string;
95
+ }
96
+ export declare namespace Reference_To_Stacked_Dictionary_Entry {
97
+ type entry<G_Source, T_Dictionary_Entry> = T_Dictionary_Entry;
98
+ type key<G_Source, T_Dictionary_Entry> = string;
99
+ type up_steps<G_Source, T_Dictionary_Entry> = number;
100
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmVzb2x2ZWQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9zcmMvZ2VuZXJhdGVkL2ludGVyZmFjZS9jb3JlL3Jlc29sdmVkLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIifQ==
@@ -0,0 +1,35 @@
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> = _pt.Dictionary<T_D>;
4
+ export type _T_List<G_Source, T_L> = _pt.Array<T_L>;
5
+ export type _T_Ordered_Dictionary<G_Source, T_D> = _pt.Dictionary<T_D>;
6
+ export type _T_Reference_To_Circular_Dependent_Sibling<G_Source, T_Dictionary_Entry> = string;
7
+ export type _T_Reference_To_Normal_Dictionary_Entry<G_Source, T_Dictionary_Entry> = string;
8
+ export type _T_Reference_To_Stacked_Dictionary_Entry<G_Source, T_Dictionary_Entry> = string;
9
+ export type _T_State_Group<G_Source, T_SG> = T_SG;
10
+ export type Derived_Reference<G_Source, T_Type> = _T_Derived_Reference<G_Source, T_Type>;
11
+ export type Dictionary<G_Source, T_D> = _T_Dictionary<G_Source, T_D>;
12
+ export type List<G_Source, T_L> = _T_List<G_Source, T_L>;
13
+ export type Ordered_Dictionary<G_Source, T_D> = _T_Ordered_Dictionary<G_Source, T_D>;
14
+ export type Reference_To_Circular_Dependent_Sibling<G_Source, T_Dictionary_Entry> = _T_Reference_To_Circular_Dependent_Sibling<G_Source, T_Dictionary_Entry>;
15
+ export type Reference_To_Normal_Dictionary_Entry<G_Source, T_Dictionary_Entry> = _T_Reference_To_Normal_Dictionary_Entry<G_Source, T_Dictionary_Entry>;
16
+ export type Reference_To_Stacked_Dictionary_Entry<G_Source, T_Dictionary_Entry> = _T_Reference_To_Stacked_Dictionary_Entry<G_Source, T_Dictionary_Entry>;
17
+ export type State_Group<G_Source, T_SG> = _T_State_Group<G_Source, T_SG>;
18
+ export declare namespace _T_Dictionary {
19
+ type D<G_Source, T_D> = T_D;
20
+ }
21
+ export declare namespace _T_List {
22
+ type L<G_Source, T_L> = T_L;
23
+ }
24
+ export declare namespace _T_Ordered_Dictionary {
25
+ type D<G_Source, T_D> = T_D;
26
+ }
27
+ export declare namespace Dictionary {
28
+ type D<G_Source, T_D> = T_D;
29
+ }
30
+ export declare namespace List {
31
+ type L<G_Source, T_L> = T_L;
32
+ }
33
+ export declare namespace Ordered_Dictionary {
34
+ type D<G_Source, T_D> = T_D;
35
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidW5yZXNvbHZlZC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3NyYy9nZW5lcmF0ZWQvaW50ZXJmYWNlL2NvcmUvdW5yZXNvbHZlZC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIn0=
@@ -0,0 +1,134 @@
1
+ import * as _i_in from "./resolved";
2
+ import * as _i_out from "./unresolved";
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_Line = ($$_: _i_in._T_Line, $$_p: null) => _i_out._T_Line;
7
+ export type _T_Line_Part = ($$_: _i_in._T_Line_Part, $$_p: null) => _i_out._T_Line_Part;
8
+ export type _T_Lines = ($$_: _i_in._T_Lines, $$_p: null) => _i_out._T_Lines;
9
+ export type Block = _T_Block;
10
+ export type Block_Part = _T_Block_Part;
11
+ export type Directory = _T_Directory;
12
+ export type Line = _T_Line;
13
+ export type Line_Part = _T_Line_Part;
14
+ export type Lines = _T_Lines;
15
+ export declare namespace _T_Block {
16
+ namespace CONTEXT {
17
+ }
18
+ type CONTEXT = _i_in._T_Block;
19
+ namespace PARAMS {
20
+ }
21
+ namespace RESULT {
22
+ }
23
+ type RESULT = _i_out._T_Block;
24
+ }
25
+ export declare namespace _T_Block_Part {
26
+ namespace CONTEXT {
27
+ }
28
+ type CONTEXT = _i_in._T_Block_Part;
29
+ namespace PARAMS {
30
+ }
31
+ namespace RESULT {
32
+ }
33
+ type RESULT = _i_out._T_Block_Part;
34
+ }
35
+ export declare namespace _T_Directory {
36
+ namespace CONTEXT {
37
+ }
38
+ type CONTEXT = _i_in._T_Directory;
39
+ namespace PARAMS {
40
+ }
41
+ namespace RESULT {
42
+ }
43
+ type RESULT = _i_out._T_Directory;
44
+ }
45
+ export declare namespace _T_Line {
46
+ namespace CONTEXT {
47
+ }
48
+ type CONTEXT = _i_in._T_Line;
49
+ namespace PARAMS {
50
+ }
51
+ namespace RESULT {
52
+ }
53
+ type RESULT = _i_out._T_Line;
54
+ }
55
+ export declare namespace _T_Line_Part {
56
+ namespace CONTEXT {
57
+ }
58
+ type CONTEXT = _i_in._T_Line_Part;
59
+ namespace PARAMS {
60
+ }
61
+ namespace RESULT {
62
+ }
63
+ type RESULT = _i_out._T_Line_Part;
64
+ }
65
+ export declare namespace _T_Lines {
66
+ namespace CONTEXT {
67
+ }
68
+ type CONTEXT = _i_in._T_Lines;
69
+ namespace PARAMS {
70
+ }
71
+ namespace RESULT {
72
+ }
73
+ type RESULT = _i_out._T_Lines;
74
+ }
75
+ export declare namespace Block {
76
+ namespace CONTEXT {
77
+ }
78
+ type CONTEXT = _i_in._T_Block;
79
+ namespace PARAMS {
80
+ }
81
+ namespace RESULT {
82
+ }
83
+ type RESULT = _i_out._T_Block;
84
+ }
85
+ export declare namespace Block_Part {
86
+ namespace CONTEXT {
87
+ }
88
+ type CONTEXT = _i_in._T_Block_Part;
89
+ namespace PARAMS {
90
+ }
91
+ namespace RESULT {
92
+ }
93
+ type RESULT = _i_out._T_Block_Part;
94
+ }
95
+ export declare namespace Directory {
96
+ namespace CONTEXT {
97
+ }
98
+ type CONTEXT = _i_in._T_Directory;
99
+ namespace PARAMS {
100
+ }
101
+ namespace RESULT {
102
+ }
103
+ type RESULT = _i_out._T_Directory;
104
+ }
105
+ export declare namespace Line {
106
+ namespace CONTEXT {
107
+ }
108
+ type CONTEXT = _i_in._T_Line;
109
+ namespace PARAMS {
110
+ }
111
+ namespace RESULT {
112
+ }
113
+ type RESULT = _i_out._T_Line;
114
+ }
115
+ export declare namespace Line_Part {
116
+ namespace CONTEXT {
117
+ }
118
+ type CONTEXT = _i_in._T_Line_Part;
119
+ namespace PARAMS {
120
+ }
121
+ namespace RESULT {
122
+ }
123
+ type RESULT = _i_out._T_Line_Part;
124
+ }
125
+ export declare namespace Lines {
126
+ namespace CONTEXT {
127
+ }
128
+ type CONTEXT = _i_in._T_Lines;
129
+ namespace PARAMS {
130
+ }
131
+ namespace RESULT {
132
+ }
133
+ type RESULT = _i_out._T_Lines;
134
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWlncmF0aW9uX2JvaWxlcnBsYXRlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vc3JjL2dlbmVyYXRlZC9pbnRlcmZhY2Uvc2NoZW1hcy9ibG9jay9taWdyYXRpb25fYm9pbGVycGxhdGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiJ9
@@ -0,0 +1,136 @@
1
+ import * as _i_core from "../../core/poormans_parser";
2
+ export type _T_Block<G_Source> = _i_core._T_List<G_Source, _T_Block_Part<G_Source>>;
3
+ export type _T_Block_Part<G_Source> = _i_core._T_State_Group<G_Source, readonly ['line', string] | readonly ['nested line', _T_Line<G_Source>] | readonly ['nothing', null] | readonly ['sub block', _T_Block<G_Source>]>;
4
+ export type _T_Directory<G_Source> = _i_core._T_Dictionary<G_Source, _i_core._T_State_Group<G_Source, readonly ['directory', _T_Directory<G_Source>] | readonly ['file', _T_Block<G_Source>]>>;
5
+ export type _T_Line<G_Source> = _i_core._T_List<G_Source, _T_Line_Part<G_Source>>;
6
+ export type _T_Line_Part<G_Source> = _i_core._T_State_Group<G_Source, readonly ['indent', _T_Block<G_Source>] | readonly ['nothing', null] | readonly ['snippet', string] | readonly ['sub line', _T_Line<G_Source>]>;
7
+ export type _T_Lines<G_Source> = _i_core._T_List<G_Source, {
8
+ readonly 'indentation': number;
9
+ readonly 'text': string;
10
+ }>;
11
+ export type Block<G_Source> = _T_Block<G_Source>;
12
+ export type Block_Part<G_Source> = _T_Block_Part<G_Source>;
13
+ export type Directory<G_Source> = _T_Directory<G_Source>;
14
+ export type Line<G_Source> = _T_Line<G_Source>;
15
+ export type Line_Part<G_Source> = _T_Line_Part<G_Source>;
16
+ export type Lines<G_Source> = _T_Lines<G_Source>;
17
+ export declare namespace _T_Block {
18
+ namespace L {
19
+ }
20
+ type L<G_Source> = _T_Block_Part<G_Source>;
21
+ }
22
+ export declare namespace _T_Block_Part {
23
+ namespace SG {
24
+ type line<G_Source> = string;
25
+ namespace nested_line {
26
+ }
27
+ type nested_line<G_Source> = _T_Line<G_Source>;
28
+ type nothing<G_Source> = null;
29
+ namespace sub_block {
30
+ }
31
+ type sub_block<G_Source> = _T_Block<G_Source>;
32
+ }
33
+ type SG<G_Source> = readonly ['line', string] | readonly ['nested line', _T_Line<G_Source>] | readonly ['nothing', null] | readonly ['sub block', _T_Block<G_Source>];
34
+ }
35
+ export declare namespace _T_Directory {
36
+ namespace D {
37
+ namespace SG {
38
+ namespace directory {
39
+ }
40
+ type directory<G_Source> = _T_Directory<G_Source>;
41
+ namespace file {
42
+ }
43
+ type file<G_Source> = _T_Block<G_Source>;
44
+ }
45
+ type SG<G_Source> = readonly ['directory', _T_Directory<G_Source>] | readonly ['file', _T_Block<G_Source>];
46
+ }
47
+ type D<G_Source> = _i_core._T_State_Group<G_Source, readonly ['directory', _T_Directory<G_Source>] | readonly ['file', _T_Block<G_Source>]>;
48
+ }
49
+ export declare namespace _T_Line {
50
+ namespace L {
51
+ }
52
+ type L<G_Source> = _T_Line_Part<G_Source>;
53
+ }
54
+ export declare namespace _T_Line_Part {
55
+ namespace SG {
56
+ namespace indent {
57
+ }
58
+ type indent<G_Source> = _T_Block<G_Source>;
59
+ type nothing<G_Source> = null;
60
+ type snippet<G_Source> = string;
61
+ namespace sub_line {
62
+ }
63
+ type sub_line<G_Source> = _T_Line<G_Source>;
64
+ }
65
+ type SG<G_Source> = readonly ['indent', _T_Block<G_Source>] | readonly ['nothing', null] | readonly ['snippet', string] | readonly ['sub line', _T_Line<G_Source>];
66
+ }
67
+ export declare namespace _T_Lines {
68
+ namespace L {
69
+ type indentation<G_Source> = number;
70
+ type text<G_Source> = string;
71
+ }
72
+ type L<G_Source> = {
73
+ readonly 'indentation': number;
74
+ readonly 'text': string;
75
+ };
76
+ }
77
+ export declare namespace Block {
78
+ namespace L {
79
+ }
80
+ type L<G_Source> = _T_Block_Part<G_Source>;
81
+ }
82
+ export declare namespace Block_Part {
83
+ namespace SG {
84
+ type line<G_Source> = string;
85
+ namespace nested_line {
86
+ }
87
+ type nested_line<G_Source> = _T_Line<G_Source>;
88
+ type nothing<G_Source> = null;
89
+ namespace sub_block {
90
+ }
91
+ type sub_block<G_Source> = _T_Block<G_Source>;
92
+ }
93
+ type SG<G_Source> = readonly ['line', string] | readonly ['nested line', _T_Line<G_Source>] | readonly ['nothing', null] | readonly ['sub block', _T_Block<G_Source>];
94
+ }
95
+ export declare namespace Directory {
96
+ namespace D {
97
+ namespace SG {
98
+ namespace directory {
99
+ }
100
+ type directory<G_Source> = _T_Directory<G_Source>;
101
+ namespace file {
102
+ }
103
+ type file<G_Source> = _T_Block<G_Source>;
104
+ }
105
+ type SG<G_Source> = readonly ['directory', _T_Directory<G_Source>] | readonly ['file', _T_Block<G_Source>];
106
+ }
107
+ type D<G_Source> = _i_core._T_State_Group<G_Source, readonly ['directory', _T_Directory<G_Source>] | readonly ['file', _T_Block<G_Source>]>;
108
+ }
109
+ export declare namespace Line {
110
+ namespace L {
111
+ }
112
+ type L<G_Source> = _T_Line_Part<G_Source>;
113
+ }
114
+ export declare namespace Line_Part {
115
+ namespace SG {
116
+ namespace indent {
117
+ }
118
+ type indent<G_Source> = _T_Block<G_Source>;
119
+ type nothing<G_Source> = null;
120
+ type snippet<G_Source> = string;
121
+ namespace sub_line {
122
+ }
123
+ type sub_line<G_Source> = _T_Line<G_Source>;
124
+ }
125
+ type SG<G_Source> = readonly ['indent', _T_Block<G_Source>] | readonly ['nothing', null] | readonly ['snippet', string] | readonly ['sub line', _T_Line<G_Source>];
126
+ }
127
+ export declare namespace Lines {
128
+ namespace L {
129
+ type indentation<G_Source> = number;
130
+ type text<G_Source> = string;
131
+ }
132
+ type L<G_Source> = {
133
+ readonly 'indentation': number;
134
+ readonly 'text': string;
135
+ };
136
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicG9vcm1hbnNfcGFyc2VyLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vc3JjL2dlbmVyYXRlZC9pbnRlcmZhY2Uvc2NoZW1hcy9ibG9jay9wb29ybWFuc19wYXJzZXIudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiJ9