astn 0.113.27 → 0.113.29

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