astn 0.113.27 → 0.113.28

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 (70) hide show
  1. package/dist/implementation/manual/schemas/authoring_parse_tree/productions/token.d.ts +11 -11
  2. package/dist/implementation/manual/schemas/authoring_parse_tree/productions/token.js +1 -1
  3. package/dist/interface/generated/pareto/core/location.d.ts +11 -0
  4. package/dist/interface/generated/pareto/core/location.js +3 -0
  5. package/dist/interface/generated/pareto/schemas/astn_schema/data_types/resolve.d.ts +191 -1124
  6. package/dist/interface/generated/pareto/schemas/astn_schema/data_types/source.d.ts +123 -419
  7. package/dist/interface/generated/pareto/schemas/astn_schema/data_types/target.d.ts +213 -389
  8. package/dist/interface/generated/pareto/schemas/astn_schema/deserialize.d.ts +79 -0
  9. package/dist/interface/generated/pareto/schemas/astn_schema/deserialize.js +3 -0
  10. package/dist/interface/generated/pareto/schemas/astn_schema/marshall.d.ts +58 -311
  11. package/dist/interface/generated/pareto/schemas/astn_schema/migrate_boilerplate.d.ts +58 -244
  12. package/dist/interface/generated/pareto/schemas/astn_schema/serialize.d.ts +57 -266
  13. package/dist/interface/generated/pareto/schemas/astn_schema/unmarshall.d.ts +58 -377
  14. package/dist/interface/generated/pareto/schemas/authoring_parse_result/data_types/resolve.js +1 -5
  15. package/dist/interface/generated/pareto/schemas/authoring_parse_result/data_types/source.d.ts +53 -242
  16. package/dist/interface/generated/pareto/schemas/authoring_parse_result/data_types/target.d.ts +53 -242
  17. package/dist/interface/generated/pareto/schemas/authoring_parse_result/deserialize.d.ts +9 -0
  18. package/dist/interface/generated/pareto/schemas/authoring_parse_result/deserialize.js +3 -0
  19. package/dist/interface/generated/pareto/schemas/authoring_parse_result/marshall.d.ts +8 -31
  20. package/dist/interface/generated/pareto/schemas/authoring_parse_result/migrate_boilerplate.d.ts +8 -22
  21. package/dist/interface/generated/pareto/schemas/authoring_parse_result/serialize.d.ts +7 -26
  22. package/dist/interface/generated/pareto/schemas/authoring_parse_result/unmarshall.d.ts +8 -31
  23. package/dist/interface/generated/pareto/schemas/authoring_parse_tree/data_types/resolve.js +1 -5
  24. package/dist/interface/generated/pareto/schemas/authoring_parse_tree/data_types/source.d.ts +137 -930
  25. package/dist/interface/generated/pareto/schemas/authoring_parse_tree/data_types/target.d.ts +137 -930
  26. package/dist/interface/generated/pareto/schemas/authoring_parse_tree/deserialize.d.ts +58 -0
  27. package/dist/interface/generated/pareto/schemas/authoring_parse_tree/deserialize.js +3 -0
  28. package/dist/interface/generated/pareto/schemas/authoring_parse_tree/marshall.d.ts +43 -227
  29. package/dist/interface/generated/pareto/schemas/authoring_parse_tree/migrate_boilerplate.d.ts +43 -162
  30. package/dist/interface/generated/pareto/schemas/authoring_parse_tree/serialize.d.ts +42 -194
  31. package/dist/interface/generated/pareto/schemas/authoring_parse_tree/unmarshall.d.ts +43 -227
  32. package/dist/interface/generated/pareto/schemas/authoring_target/data_types/resolve.js +1 -5
  33. package/dist/interface/generated/pareto/schemas/authoring_target/data_types/source.d.ts +64 -369
  34. package/dist/interface/generated/pareto/schemas/authoring_target/data_types/target.d.ts +64 -369
  35. package/dist/interface/generated/pareto/schemas/authoring_target/deserialize.d.ts +16 -0
  36. package/dist/interface/generated/pareto/schemas/authoring_target/deserialize.js +3 -0
  37. package/dist/interface/generated/pareto/schemas/authoring_target/marshall.d.ts +13 -59
  38. package/dist/interface/generated/pareto/schemas/authoring_target/migrate_boilerplate.d.ts +13 -42
  39. package/dist/interface/generated/pareto/schemas/authoring_target/serialize.d.ts +12 -50
  40. package/dist/interface/generated/pareto/schemas/authoring_target/unmarshall.d.ts +13 -59
  41. package/dist/interface/generated/pareto/schemas/ide/data_types/resolve.js +1 -5
  42. package/dist/interface/generated/pareto/schemas/ide/data_types/source.d.ts +38 -185
  43. package/dist/interface/generated/pareto/schemas/ide/data_types/target.d.ts +38 -185
  44. package/dist/interface/generated/pareto/schemas/ide/deserialize.d.ts +23 -0
  45. package/dist/interface/generated/pareto/schemas/ide/deserialize.js +3 -0
  46. package/dist/interface/generated/pareto/schemas/ide/marshall.d.ts +18 -87
  47. package/dist/interface/generated/pareto/schemas/ide/migrate_boilerplate.d.ts +18 -62
  48. package/dist/interface/generated/pareto/schemas/ide/serialize.d.ts +17 -74
  49. package/dist/interface/generated/pareto/schemas/ide/unmarshall.d.ts +18 -87
  50. package/dist/interface/generated/pareto/schemas/sealed_target/data_types/resolve.js +1 -5
  51. package/dist/interface/generated/pareto/schemas/sealed_target/data_types/source.d.ts +47 -207
  52. package/dist/interface/generated/pareto/schemas/sealed_target/data_types/target.d.ts +47 -207
  53. package/dist/interface/generated/pareto/schemas/sealed_target/deserialize.d.ts +16 -0
  54. package/dist/interface/generated/pareto/schemas/sealed_target/deserialize.js +3 -0
  55. package/dist/interface/generated/pareto/schemas/sealed_target/marshall.d.ts +13 -59
  56. package/dist/interface/generated/pareto/schemas/sealed_target/migrate_boilerplate.d.ts +13 -42
  57. package/dist/interface/generated/pareto/schemas/sealed_target/serialize.d.ts +12 -50
  58. package/dist/interface/generated/pareto/schemas/sealed_target/unmarshall.d.ts +13 -59
  59. package/dist/interface/generated/pareto/schemas/token/data_types/resolve.js +1 -5
  60. package/dist/interface/generated/pareto/schemas/token/data_types/source.d.ts +98 -305
  61. package/dist/interface/generated/pareto/schemas/token/data_types/target.d.ts +98 -305
  62. package/dist/interface/generated/pareto/schemas/token/deserialize.d.ts +72 -0
  63. package/dist/interface/generated/pareto/schemas/token/deserialize.js +3 -0
  64. package/dist/interface/generated/pareto/schemas/token/marshall.d.ts +53 -283
  65. package/dist/interface/generated/pareto/schemas/token/migrate_boilerplate.d.ts +53 -202
  66. package/dist/interface/generated/pareto/schemas/token/serialize.d.ts +52 -242
  67. package/dist/interface/generated/pareto/schemas/token/unmarshall.d.ts +53 -283
  68. package/dist/shorthands/parse_result.d.ts +1 -1
  69. package/dist/shorthands/parse_result.js +1 -1
  70. package/package.json +1 -1
@@ -1,446 +1,270 @@
1
- import * as _i_core from "../../../core/unresolved";
2
- export type _T_Schemas<M_Source> = _i_core._T_Ordered_Dictionary<M_Source, _T_Schema_Tree<M_Source>>;
3
- export type _T_Text_Type<M_Source> = {
4
- readonly 'type': _i_core._T_State_Group<M_Source, readonly ['multi line', null] | readonly ['single line', null]>;
5
- };
6
- export type _T_Globals<M_Source> = {
7
- readonly 'text types': _i_core._T_Dictionary<M_Source, _T_Text_Type<M_Source>>;
8
- };
9
- export type _T_Type<M_Source> = {
10
- readonly 'node': _T_Type_Node<M_Source>;
11
- };
12
- export type _T_Types<M_Source> = _i_core._T_Ordered_Dictionary<M_Source, _T_Type<M_Source>>;
13
- export type _T_Schema<M_Source> = {
14
- readonly 'imports': _T_Imports<M_Source>;
15
- readonly 'globals': _T_Globals<M_Source>;
16
- readonly 'types': _T_Types<M_Source>;
17
- };
18
- export type _T_Schema_Tree<M_Source> = _i_core._T_State_Group<M_Source, readonly ['set', _T_Schemas<M_Source>] | readonly ['schema', _T_Schema<M_Source>]>;
19
- export type _T_Imports<M_Source> = _i_core._T_Dictionary<M_Source, {
20
- readonly 'schema set child': _i_core._T_Reference_To_Stacked_Dictionary_Entry<M_Source, _T_Schemas.D<M_Source>>;
21
- readonly 'schema': _i_core._T_Derived_Reference<M_Source, _T_Schema<M_Source>>;
22
- }>;
23
- export type _T_Dictionary<M_Source> = {
24
- readonly 'node': _T_Type_Node<M_Source>;
25
- readonly 'ordered': boolean;
26
- };
27
- export type _T_Group<M_Source> = _i_core._T_Dictionary<M_Source, _T_Type_Node<M_Source>>;
28
- export type _T_Type_Node<M_Source> = _i_core._T_State_Group<M_Source, readonly [
29
- 'component',
30
- _i_core._T_State_Group<M_Source, readonly [
31
- 'external',
32
- {
33
- readonly 'import': _i_core._T_Reference_To_Normal_Dictionary_Entry<M_Source, _T_Imports.D<M_Source>>;
34
- readonly 'type': _i_core._T_Reference_To_Normal_Dictionary_Entry<M_Source, _T_Types.D<M_Source>>;
1
+ import * as _pi from "pareto-core-interface";
2
+ import * as i_location__ from "../../../core/location";
3
+ export declare namespace Schemas_ {
4
+ type location = i_location__.Location;
5
+ namespace dictionary {
6
+ namespace D {
7
+ type location = i_location__.Location;
8
+ type entry = Schema_Tree_;
35
9
  }
36
- ] | readonly ['internal', _i_core._T_Reference_To_Normal_Dictionary_Entry<M_Source, _T_Types.D<M_Source>>] | readonly ['internal cyclic', _i_core._T_Reference_To_Circular_Dependent_Sibling<M_Source, _T_Types.D<M_Source>>]>
37
- ] | readonly ['dictionary', _T_Dictionary<M_Source>] | readonly ['group', _T_Group<M_Source>] | readonly [
38
- 'list',
39
- {
40
- readonly 'node': _T_Type_Node<M_Source>;
41
- }
42
- ] | readonly ['nothing', null] | readonly ['optional', _T_Type_Node<M_Source>] | readonly ['state group', _i_core._T_Dictionary<M_Source, _T_Type_Node<M_Source>>] | readonly [
43
- 'text',
44
- _i_core._T_State_Group<M_Source, readonly ['global', _i_core._T_Reference_To_Normal_Dictionary_Entry<M_Source, _T_Globals.text_types.D<M_Source>>] | readonly ['local', _T_Text_Type<M_Source>]>
45
- ]>;
46
- export type Schemas<M_Source> = _T_Schemas<M_Source>;
47
- export type Text_Type<M_Source> = _T_Text_Type<M_Source>;
48
- export type Globals<M_Source> = _T_Globals<M_Source>;
49
- export type Type<M_Source> = _T_Type<M_Source>;
50
- export type Types<M_Source> = _T_Types<M_Source>;
51
- export type Schema<M_Source> = _T_Schema<M_Source>;
52
- export type Schema_Tree<M_Source> = _T_Schema_Tree<M_Source>;
53
- export type Imports<M_Source> = _T_Imports<M_Source>;
54
- export type Dictionary<M_Source> = _T_Dictionary<M_Source>;
55
- export type Group<M_Source> = _T_Group<M_Source>;
56
- export type Type_Node<M_Source> = _T_Type_Node<M_Source>;
57
- export declare namespace _T_Schemas {
58
- namespace D {
10
+ type D = {
11
+ readonly 'location': D.location;
12
+ readonly 'entry': D.entry;
13
+ };
59
14
  }
60
- type D<M_Source> = _T_Schema_Tree<M_Source>;
15
+ type dictionary = _pi.Dictionary<dictionary.D>;
61
16
  }
62
- export declare namespace _T_Text_Type {
17
+ export type Schemas_ = {
18
+ readonly 'location': Schemas_.location;
19
+ readonly 'dictionary': Schemas_.dictionary;
20
+ };
21
+ export declare namespace Text_Type_ {
63
22
  namespace _type {
64
- namespace SG {
65
- type multi_line<M_Source> = null;
66
- type single_line<M_Source> = null;
23
+ type location = i_location__.Location;
24
+ namespace state_group {
25
+ type multi_line = null;
26
+ type single_line = null;
67
27
  }
68
- type SG<M_Source> = readonly ['multi line', null] | readonly ['single line', null];
28
+ type state_group = readonly ['multi line', state_group.multi_line] | readonly ['single line', state_group.single_line];
69
29
  }
70
- type _type<M_Source> = _i_core._T_State_Group<M_Source, readonly ['multi line', null] | readonly ['single line', null]>;
30
+ type _type = {
31
+ readonly 'location': _type.location;
32
+ readonly 'state group': _type.state_group;
33
+ };
71
34
  }
72
- export declare namespace _T_Globals {
35
+ export type Text_Type_ = {
36
+ readonly 'type': Text_Type_._type;
37
+ };
38
+ export declare namespace Globals_ {
73
39
  namespace text_types {
74
- namespace D {
40
+ type location = i_location__.Location;
41
+ namespace dictionary {
42
+ namespace D {
43
+ type location = i_location__.Location;
44
+ type entry = Text_Type_;
45
+ }
46
+ type D = {
47
+ readonly 'location': D.location;
48
+ readonly 'entry': D.entry;
49
+ };
75
50
  }
76
- type D<M_Source> = _T_Text_Type<M_Source>;
51
+ type dictionary = _pi.Dictionary<dictionary.D>;
77
52
  }
78
- type text_types<M_Source> = _i_core._T_Dictionary<M_Source, _T_Text_Type<M_Source>>;
79
- }
80
- export declare namespace _T_Type {
81
- namespace node {
82
- }
83
- type node<M_Source> = _T_Type_Node<M_Source>;
84
- }
85
- export declare namespace _T_Types {
86
- namespace D {
87
- }
88
- type D<M_Source> = _T_Type<M_Source>;
89
- }
90
- export declare namespace _T_Schema {
91
- namespace imports {
92
- }
93
- type imports<M_Source> = _T_Imports<M_Source>;
94
- namespace globals {
95
- }
96
- type globals<M_Source> = _T_Globals<M_Source>;
97
- namespace types {
98
- }
99
- type types<M_Source> = _T_Types<M_Source>;
53
+ type text_types = {
54
+ readonly 'location': text_types.location;
55
+ readonly 'dictionary': text_types.dictionary;
56
+ };
100
57
  }
101
- export declare namespace _T_Schema_Tree {
102
- namespace SG {
103
- namespace _set {
104
- }
105
- type _set<M_Source> = _T_Schemas<M_Source>;
106
- namespace schema {
107
- }
108
- type schema<M_Source> = _T_Schema<M_Source>;
109
- }
110
- type SG<M_Source> = readonly ['set', _T_Schemas<M_Source>] | readonly ['schema', _T_Schema<M_Source>];
58
+ export type Globals_ = {
59
+ readonly 'text types': Globals_.text_types;
60
+ };
61
+ export declare namespace Type_ {
62
+ type node = Type_Node_;
111
63
  }
112
- export declare namespace _T_Imports {
113
- namespace D {
114
- namespace schema_set_child {
115
- namespace Dictionary_Entry {
116
- }
117
- type Dictionary_Entry<M_Source> = _T_Schemas.D<M_Source>;
118
- }
119
- type schema_set_child<M_Source> = _i_core._T_Reference_To_Stacked_Dictionary_Entry<M_Source, _T_Schemas.D<M_Source>>;
120
- namespace schema {
121
- namespace Type {
122
- }
123
- type Type<M_Source> = _T_Schema<M_Source>;
64
+ export type Type_ = {
65
+ readonly 'node': Type_.node;
66
+ };
67
+ export declare namespace Types_ {
68
+ type location = i_location__.Location;
69
+ namespace dictionary {
70
+ namespace D {
71
+ type location = i_location__.Location;
72
+ type entry = Type_;
124
73
  }
125
- type schema<M_Source> = _i_core._T_Derived_Reference<M_Source, _T_Schema<M_Source>>;
74
+ type D = {
75
+ readonly 'location': D.location;
76
+ readonly 'entry': D.entry;
77
+ };
126
78
  }
127
- type D<M_Source> = {
128
- readonly 'schema set child': _i_core._T_Reference_To_Stacked_Dictionary_Entry<M_Source, _T_Schemas.D<M_Source>>;
129
- readonly 'schema': _i_core._T_Derived_Reference<M_Source, _T_Schema<M_Source>>;
130
- };
79
+ type dictionary = _pi.Dictionary<dictionary.D>;
131
80
  }
132
- export declare namespace _T_Dictionary {
133
- namespace node {
134
- }
135
- type node<M_Source> = _T_Type_Node<M_Source>;
136
- type ordered<M_Source> = boolean;
81
+ export type Types_ = {
82
+ readonly 'location': Types_.location;
83
+ readonly 'dictionary': Types_.dictionary;
84
+ };
85
+ export declare namespace Schema_ {
86
+ type imports = Imports_;
87
+ type globals = Globals_;
88
+ type types = Types_;
137
89
  }
138
- export declare namespace _T_Group {
139
- namespace D {
90
+ export type Schema_ = {
91
+ readonly 'imports': Schema_.imports;
92
+ readonly 'globals': Schema_.globals;
93
+ readonly 'types': Schema_.types;
94
+ };
95
+ export declare namespace Schema_Tree_ {
96
+ type location = i_location__.Location;
97
+ namespace state_group {
98
+ type _set = Schemas_;
99
+ type schema = Schema_;
140
100
  }
141
- type D<M_Source> = _T_Type_Node<M_Source>;
101
+ type state_group = readonly ['set', state_group._set] | readonly ['schema', state_group.schema];
142
102
  }
143
- export declare namespace _T_Type_Node {
144
- namespace SG {
145
- namespace component {
146
- namespace SG {
147
- namespace external {
148
- namespace _import {
149
- namespace Dictionary_Entry {
150
- }
151
- type Dictionary_Entry<M_Source> = _T_Imports.D<M_Source>;
152
- }
153
- type _import<M_Source> = _i_core._T_Reference_To_Normal_Dictionary_Entry<M_Source, _T_Imports.D<M_Source>>;
154
- namespace _type {
155
- namespace Dictionary_Entry {
156
- }
157
- type Dictionary_Entry<M_Source> = _T_Types.D<M_Source>;
158
- }
159
- type _type<M_Source> = _i_core._T_Reference_To_Normal_Dictionary_Entry<M_Source, _T_Types.D<M_Source>>;
103
+ export type Schema_Tree_ = {
104
+ readonly 'location': Schema_Tree_.location;
105
+ readonly 'state group': Schema_Tree_.state_group;
106
+ };
107
+ export declare namespace Imports_ {
108
+ type location = i_location__.Location;
109
+ namespace dictionary {
110
+ namespace D {
111
+ type location = i_location__.Location;
112
+ namespace entry {
113
+ namespace schema_set_child {
114
+ type location = i_location__.Location;
115
+ type key = string;
160
116
  }
161
- type external<M_Source> = {
162
- readonly 'import': _i_core._T_Reference_To_Normal_Dictionary_Entry<M_Source, _T_Imports.D<M_Source>>;
163
- readonly 'type': _i_core._T_Reference_To_Normal_Dictionary_Entry<M_Source, _T_Types.D<M_Source>>;
117
+ type schema_set_child = {
118
+ readonly 'location': schema_set_child.location;
119
+ readonly 'key': schema_set_child.key;
164
120
  };
165
- namespace internal {
166
- namespace Dictionary_Entry {
167
- }
168
- type Dictionary_Entry<M_Source> = _T_Types.D<M_Source>;
169
- }
170
- type internal<M_Source> = _i_core._T_Reference_To_Normal_Dictionary_Entry<M_Source, _T_Types.D<M_Source>>;
171
- namespace internal_cyclic {
172
- namespace Dictionary_Entry {
173
- }
174
- type Dictionary_Entry<M_Source> = _T_Types.D<M_Source>;
175
- }
176
- type internal_cyclic<M_Source> = _i_core._T_Reference_To_Circular_Dependent_Sibling<M_Source, _T_Types.D<M_Source>>;
177
- }
178
- type SG<M_Source> = readonly [
179
- 'external',
180
- {
181
- readonly 'import': _i_core._T_Reference_To_Normal_Dictionary_Entry<M_Source, _T_Imports.D<M_Source>>;
182
- readonly 'type': _i_core._T_Reference_To_Normal_Dictionary_Entry<M_Source, _T_Types.D<M_Source>>;
183
- }
184
- ] | readonly ['internal', _i_core._T_Reference_To_Normal_Dictionary_Entry<M_Source, _T_Types.D<M_Source>>] | readonly ['internal cyclic', _i_core._T_Reference_To_Circular_Dependent_Sibling<M_Source, _T_Types.D<M_Source>>];
185
- }
186
- type component<M_Source> = _i_core._T_State_Group<M_Source, readonly [
187
- 'external',
188
- {
189
- readonly 'import': _i_core._T_Reference_To_Normal_Dictionary_Entry<M_Source, _T_Imports.D<M_Source>>;
190
- readonly 'type': _i_core._T_Reference_To_Normal_Dictionary_Entry<M_Source, _T_Types.D<M_Source>>;
191
- }
192
- ] | readonly ['internal', _i_core._T_Reference_To_Normal_Dictionary_Entry<M_Source, _T_Types.D<M_Source>>] | readonly ['internal cyclic', _i_core._T_Reference_To_Circular_Dependent_Sibling<M_Source, _T_Types.D<M_Source>>]>;
193
- namespace dictionary {
194
- }
195
- type dictionary<M_Source> = _T_Dictionary<M_Source>;
196
- namespace group {
197
- }
198
- type group<M_Source> = _T_Group<M_Source>;
199
- namespace list {
200
- namespace node {
121
+ type schema = null;
201
122
  }
202
- type node<M_Source> = _T_Type_Node<M_Source>;
123
+ type entry = {
124
+ readonly 'schema set child': entry.schema_set_child;
125
+ readonly 'schema': entry.schema;
126
+ };
203
127
  }
204
- type list<M_Source> = {
205
- readonly 'node': _T_Type_Node<M_Source>;
128
+ type D = {
129
+ readonly 'location': D.location;
130
+ readonly 'entry': D.entry;
206
131
  };
207
- type nothing<M_Source> = null;
208
- namespace optional {
209
- }
210
- type optional<M_Source> = _T_Type_Node<M_Source>;
211
- namespace state_group {
212
- namespace D {
213
- }
214
- type D<M_Source> = _T_Type_Node<M_Source>;
215
- }
216
- type state_group<M_Source> = _i_core._T_Dictionary<M_Source, _T_Type_Node<M_Source>>;
217
- namespace text {
218
- namespace SG {
219
- namespace global {
220
- namespace Dictionary_Entry {
221
- }
222
- type Dictionary_Entry<M_Source> = _T_Globals.text_types.D<M_Source>;
223
- }
224
- type global<M_Source> = _i_core._T_Reference_To_Normal_Dictionary_Entry<M_Source, _T_Globals.text_types.D<M_Source>>;
225
- namespace local {
226
- }
227
- type local<M_Source> = _T_Text_Type<M_Source>;
228
- }
229
- type SG<M_Source> = readonly ['global', _i_core._T_Reference_To_Normal_Dictionary_Entry<M_Source, _T_Globals.text_types.D<M_Source>>] | readonly ['local', _T_Text_Type<M_Source>];
230
- }
231
- type text<M_Source> = _i_core._T_State_Group<M_Source, readonly ['global', _i_core._T_Reference_To_Normal_Dictionary_Entry<M_Source, _T_Globals.text_types.D<M_Source>>] | readonly ['local', _T_Text_Type<M_Source>]>;
232
132
  }
233
- type SG<M_Source> = readonly [
234
- 'component',
235
- _i_core._T_State_Group<M_Source, readonly [
236
- 'external',
237
- {
238
- readonly 'import': _i_core._T_Reference_To_Normal_Dictionary_Entry<M_Source, _T_Imports.D<M_Source>>;
239
- readonly 'type': _i_core._T_Reference_To_Normal_Dictionary_Entry<M_Source, _T_Types.D<M_Source>>;
240
- }
241
- ] | readonly ['internal', _i_core._T_Reference_To_Normal_Dictionary_Entry<M_Source, _T_Types.D<M_Source>>] | readonly ['internal cyclic', _i_core._T_Reference_To_Circular_Dependent_Sibling<M_Source, _T_Types.D<M_Source>>]>
242
- ] | readonly ['dictionary', _T_Dictionary<M_Source>] | readonly ['group', _T_Group<M_Source>] | readonly [
243
- 'list',
244
- {
245
- readonly 'node': _T_Type_Node<M_Source>;
246
- }
247
- ] | readonly ['nothing', null] | readonly ['optional', _T_Type_Node<M_Source>] | readonly ['state group', _i_core._T_Dictionary<M_Source, _T_Type_Node<M_Source>>] | readonly [
248
- 'text',
249
- _i_core._T_State_Group<M_Source, readonly ['global', _i_core._T_Reference_To_Normal_Dictionary_Entry<M_Source, _T_Globals.text_types.D<M_Source>>] | readonly ['local', _T_Text_Type<M_Source>]>
250
- ];
133
+ type dictionary = _pi.Dictionary<dictionary.D>;
251
134
  }
252
- export declare namespace Schemas {
253
- namespace D {
254
- }
255
- type D<M_Source> = _T_Schema_Tree<M_Source>;
256
- }
257
- export declare namespace Text_Type {
258
- namespace _type {
259
- namespace SG {
260
- type multi_line<M_Source> = null;
261
- type single_line<M_Source> = null;
262
- }
263
- type SG<M_Source> = readonly ['multi line', null] | readonly ['single line', null];
264
- }
265
- type _type<M_Source> = _i_core._T_State_Group<M_Source, readonly ['multi line', null] | readonly ['single line', null]>;
135
+ export type Imports_ = {
136
+ readonly 'location': Imports_.location;
137
+ readonly 'dictionary': Imports_.dictionary;
138
+ };
139
+ export declare namespace Dictionary_ {
140
+ type node = Type_Node_;
141
+ type ordered = boolean;
266
142
  }
267
- export declare namespace Globals {
268
- namespace text_types {
143
+ export type Dictionary_ = {
144
+ readonly 'node': Dictionary_.node;
145
+ readonly 'ordered': Dictionary_.ordered;
146
+ };
147
+ export declare namespace Group_ {
148
+ type location = i_location__.Location;
149
+ namespace dictionary {
269
150
  namespace D {
151
+ type location = i_location__.Location;
152
+ type entry = Type_Node_;
270
153
  }
271
- type D<M_Source> = _T_Text_Type<M_Source>;
272
- }
273
- type text_types<M_Source> = _i_core._T_Dictionary<M_Source, _T_Text_Type<M_Source>>;
274
- }
275
- export declare namespace Type {
276
- namespace node {
277
- }
278
- type node<M_Source> = _T_Type_Node<M_Source>;
279
- }
280
- export declare namespace Types {
281
- namespace D {
282
- }
283
- type D<M_Source> = _T_Type<M_Source>;
284
- }
285
- export declare namespace Schema {
286
- namespace imports {
287
- }
288
- type imports<M_Source> = _T_Imports<M_Source>;
289
- namespace globals {
290
- }
291
- type globals<M_Source> = _T_Globals<M_Source>;
292
- namespace types {
293
- }
294
- type types<M_Source> = _T_Types<M_Source>;
295
- }
296
- export declare namespace Schema_Tree {
297
- namespace SG {
298
- namespace _set {
299
- }
300
- type _set<M_Source> = _T_Schemas<M_Source>;
301
- namespace schema {
302
- }
303
- type schema<M_Source> = _T_Schema<M_Source>;
304
- }
305
- type SG<M_Source> = readonly ['set', _T_Schemas<M_Source>] | readonly ['schema', _T_Schema<M_Source>];
306
- }
307
- export declare namespace Imports {
308
- namespace D {
309
- namespace schema_set_child {
310
- namespace Dictionary_Entry {
311
- }
312
- type Dictionary_Entry<M_Source> = _T_Schemas.D<M_Source>;
313
- }
314
- type schema_set_child<M_Source> = _i_core._T_Reference_To_Stacked_Dictionary_Entry<M_Source, _T_Schemas.D<M_Source>>;
315
- namespace schema {
316
- namespace Type {
317
- }
318
- type Type<M_Source> = _T_Schema<M_Source>;
319
- }
320
- type schema<M_Source> = _i_core._T_Derived_Reference<M_Source, _T_Schema<M_Source>>;
321
- }
322
- type D<M_Source> = {
323
- readonly 'schema set child': _i_core._T_Reference_To_Stacked_Dictionary_Entry<M_Source, _T_Schemas.D<M_Source>>;
324
- readonly 'schema': _i_core._T_Derived_Reference<M_Source, _T_Schema<M_Source>>;
325
- };
326
- }
327
- export declare namespace Dictionary {
328
- namespace node {
329
- }
330
- type node<M_Source> = _T_Type_Node<M_Source>;
331
- type ordered<M_Source> = boolean;
332
- }
333
- export declare namespace Group {
334
- namespace D {
154
+ type D = {
155
+ readonly 'location': D.location;
156
+ readonly 'entry': D.entry;
157
+ };
335
158
  }
336
- type D<M_Source> = _T_Type_Node<M_Source>;
159
+ type dictionary = _pi.Dictionary<dictionary.D>;
337
160
  }
338
- export declare namespace Type_Node {
339
- namespace SG {
161
+ export type Group_ = {
162
+ readonly 'location': Group_.location;
163
+ readonly 'dictionary': Group_.dictionary;
164
+ };
165
+ export declare namespace Type_Node_ {
166
+ type location = i_location__.Location;
167
+ namespace state_group {
340
168
  namespace component {
341
- namespace SG {
169
+ type location = i_location__.Location;
170
+ namespace state_group {
342
171
  namespace external {
343
172
  namespace _import {
344
- namespace Dictionary_Entry {
345
- }
346
- type Dictionary_Entry<M_Source> = _T_Imports.D<M_Source>;
173
+ type location = i_location__.Location;
174
+ type key = string;
347
175
  }
348
- type _import<M_Source> = _i_core._T_Reference_To_Normal_Dictionary_Entry<M_Source, _T_Imports.D<M_Source>>;
176
+ type _import = {
177
+ readonly 'location': _import.location;
178
+ readonly 'key': _import.key;
179
+ };
349
180
  namespace _type {
350
- namespace Dictionary_Entry {
351
- }
352
- type Dictionary_Entry<M_Source> = _T_Types.D<M_Source>;
181
+ type location = i_location__.Location;
182
+ type key = string;
353
183
  }
354
- type _type<M_Source> = _i_core._T_Reference_To_Normal_Dictionary_Entry<M_Source, _T_Types.D<M_Source>>;
184
+ type _type = {
185
+ readonly 'location': _type.location;
186
+ readonly 'key': _type.key;
187
+ };
355
188
  }
356
- type external<M_Source> = {
357
- readonly 'import': _i_core._T_Reference_To_Normal_Dictionary_Entry<M_Source, _T_Imports.D<M_Source>>;
358
- readonly 'type': _i_core._T_Reference_To_Normal_Dictionary_Entry<M_Source, _T_Types.D<M_Source>>;
189
+ type external = {
190
+ readonly 'import': external._import;
191
+ readonly 'type': external._type;
359
192
  };
360
193
  namespace internal {
361
- namespace Dictionary_Entry {
362
- }
363
- type Dictionary_Entry<M_Source> = _T_Types.D<M_Source>;
194
+ type location = i_location__.Location;
195
+ type key = string;
364
196
  }
365
- type internal<M_Source> = _i_core._T_Reference_To_Normal_Dictionary_Entry<M_Source, _T_Types.D<M_Source>>;
197
+ type internal = {
198
+ readonly 'location': internal.location;
199
+ readonly 'key': internal.key;
200
+ };
366
201
  namespace internal_cyclic {
367
- namespace Dictionary_Entry {
368
- }
369
- type Dictionary_Entry<M_Source> = _T_Types.D<M_Source>;
202
+ type location = i_location__.Location;
203
+ type key = string;
370
204
  }
371
- type internal_cyclic<M_Source> = _i_core._T_Reference_To_Circular_Dependent_Sibling<M_Source, _T_Types.D<M_Source>>;
372
- }
373
- type SG<M_Source> = readonly [
374
- 'external',
375
- {
376
- readonly 'import': _i_core._T_Reference_To_Normal_Dictionary_Entry<M_Source, _T_Imports.D<M_Source>>;
377
- readonly 'type': _i_core._T_Reference_To_Normal_Dictionary_Entry<M_Source, _T_Types.D<M_Source>>;
378
- }
379
- ] | readonly ['internal', _i_core._T_Reference_To_Normal_Dictionary_Entry<M_Source, _T_Types.D<M_Source>>] | readonly ['internal cyclic', _i_core._T_Reference_To_Circular_Dependent_Sibling<M_Source, _T_Types.D<M_Source>>];
380
- }
381
- type component<M_Source> = _i_core._T_State_Group<M_Source, readonly [
382
- 'external',
383
- {
384
- readonly 'import': _i_core._T_Reference_To_Normal_Dictionary_Entry<M_Source, _T_Imports.D<M_Source>>;
385
- readonly 'type': _i_core._T_Reference_To_Normal_Dictionary_Entry<M_Source, _T_Types.D<M_Source>>;
205
+ type internal_cyclic = {
206
+ readonly 'location': internal_cyclic.location;
207
+ readonly 'key': internal_cyclic.key;
208
+ };
386
209
  }
387
- ] | readonly ['internal', _i_core._T_Reference_To_Normal_Dictionary_Entry<M_Source, _T_Types.D<M_Source>>] | readonly ['internal cyclic', _i_core._T_Reference_To_Circular_Dependent_Sibling<M_Source, _T_Types.D<M_Source>>]>;
388
- namespace dictionary {
389
- }
390
- type dictionary<M_Source> = _T_Dictionary<M_Source>;
391
- namespace group {
210
+ type state_group = readonly ['external', state_group.external] | readonly ['internal', state_group.internal] | readonly ['internal cyclic', state_group.internal_cyclic];
392
211
  }
393
- type group<M_Source> = _T_Group<M_Source>;
212
+ type component = {
213
+ readonly 'location': component.location;
214
+ readonly 'state group': component.state_group;
215
+ };
216
+ type dictionary = Dictionary_;
217
+ type group = Group_;
394
218
  namespace list {
395
- namespace node {
396
- }
397
- type node<M_Source> = _T_Type_Node<M_Source>;
219
+ type node = Type_Node_;
398
220
  }
399
- type list<M_Source> = {
400
- readonly 'node': _T_Type_Node<M_Source>;
221
+ type list = {
222
+ readonly 'node': list.node;
401
223
  };
402
- type nothing<M_Source> = null;
403
- namespace optional {
404
- }
405
- type optional<M_Source> = _T_Type_Node<M_Source>;
224
+ type nothing = null;
225
+ type optional = Type_Node_;
406
226
  namespace state_group {
407
- namespace D {
227
+ type location = i_location__.Location;
228
+ namespace dictionary {
229
+ namespace D {
230
+ type location = i_location__.Location;
231
+ type entry = Type_Node_;
232
+ }
233
+ type D = {
234
+ readonly 'location': D.location;
235
+ readonly 'entry': D.entry;
236
+ };
408
237
  }
409
- type D<M_Source> = _T_Type_Node<M_Source>;
238
+ type dictionary = _pi.Dictionary<dictionary.D>;
410
239
  }
411
- type state_group<M_Source> = _i_core._T_Dictionary<M_Source, _T_Type_Node<M_Source>>;
240
+ type state_group = {
241
+ readonly 'location': state_group.location;
242
+ readonly 'dictionary': state_group.dictionary;
243
+ };
412
244
  namespace text {
413
- namespace SG {
245
+ type location = i_location__.Location;
246
+ namespace state_group {
414
247
  namespace global {
415
- namespace Dictionary_Entry {
416
- }
417
- type Dictionary_Entry<M_Source> = _T_Globals.text_types.D<M_Source>;
248
+ type location = i_location__.Location;
249
+ type key = string;
418
250
  }
419
- type global<M_Source> = _i_core._T_Reference_To_Normal_Dictionary_Entry<M_Source, _T_Globals.text_types.D<M_Source>>;
420
- namespace local {
421
- }
422
- type local<M_Source> = _T_Text_Type<M_Source>;
251
+ type global = {
252
+ readonly 'location': global.location;
253
+ readonly 'key': global.key;
254
+ };
255
+ type local = Text_Type_;
423
256
  }
424
- type SG<M_Source> = readonly ['global', _i_core._T_Reference_To_Normal_Dictionary_Entry<M_Source, _T_Globals.text_types.D<M_Source>>] | readonly ['local', _T_Text_Type<M_Source>];
257
+ type state_group = readonly ['global', state_group.global] | readonly ['local', state_group.local];
425
258
  }
426
- type text<M_Source> = _i_core._T_State_Group<M_Source, readonly ['global', _i_core._T_Reference_To_Normal_Dictionary_Entry<M_Source, _T_Globals.text_types.D<M_Source>>] | readonly ['local', _T_Text_Type<M_Source>]>;
259
+ type text = {
260
+ readonly 'location': text.location;
261
+ readonly 'state group': text.state_group;
262
+ };
427
263
  }
428
- type SG<M_Source> = readonly [
429
- 'component',
430
- _i_core._T_State_Group<M_Source, readonly [
431
- 'external',
432
- {
433
- readonly 'import': _i_core._T_Reference_To_Normal_Dictionary_Entry<M_Source, _T_Imports.D<M_Source>>;
434
- readonly 'type': _i_core._T_Reference_To_Normal_Dictionary_Entry<M_Source, _T_Types.D<M_Source>>;
435
- }
436
- ] | readonly ['internal', _i_core._T_Reference_To_Normal_Dictionary_Entry<M_Source, _T_Types.D<M_Source>>] | readonly ['internal cyclic', _i_core._T_Reference_To_Circular_Dependent_Sibling<M_Source, _T_Types.D<M_Source>>]>
437
- ] | readonly ['dictionary', _T_Dictionary<M_Source>] | readonly ['group', _T_Group<M_Source>] | readonly [
438
- 'list',
439
- {
440
- readonly 'node': _T_Type_Node<M_Source>;
441
- }
442
- ] | readonly ['nothing', null] | readonly ['optional', _T_Type_Node<M_Source>] | readonly ['state group', _i_core._T_Dictionary<M_Source, _T_Type_Node<M_Source>>] | readonly [
443
- 'text',
444
- _i_core._T_State_Group<M_Source, readonly ['global', _i_core._T_Reference_To_Normal_Dictionary_Entry<M_Source, _T_Globals.text_types.D<M_Source>>] | readonly ['local', _T_Text_Type<M_Source>]>
445
- ];
264
+ type state_group = readonly ['component', state_group.component] | readonly ['dictionary', state_group.dictionary] | readonly ['group', state_group.group] | readonly ['list', state_group.list] | readonly ['nothing', state_group.nothing] | readonly ['optional', state_group.optional] | readonly ['state group', state_group.state_group] | readonly ['text', state_group.text];
446
265
  }
266
+ export type Type_Node_ = {
267
+ readonly 'location': Type_Node_.location;
268
+ readonly 'state group': Type_Node_.state_group;
269
+ };
270
+ export { Schemas_ as Schemas, Text_Type_ as Text_Type, Globals_ as Globals, Type_ as Type, Types_ as Types, Schema_ as Schema, Schema_Tree_ as Schema_Tree, Imports_ as Imports, Dictionary_ as Dictionary, Group_ as Group, Type_Node_ as Type_Node, };