astn 0.113.21 → 0.113.23

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 (199) hide show
  1. package/dist/implementation/generated/pareto/generic/unmarshall.d.ts +28 -28
  2. package/dist/implementation/generated/pareto/generic/unmarshall.js +38 -29
  3. package/dist/implementation/generated/pareto/schemas/astn_schema/marshall.d.ts +7 -7
  4. package/dist/implementation/generated/pareto/schemas/astn_schema/marshall.js +86 -104
  5. package/dist/implementation/generated/pareto/schemas/astn_schema/resolve.d.ts +8 -8
  6. package/dist/implementation/generated/pareto/schemas/astn_schema/resolve.js +226 -244
  7. package/dist/implementation/generated/pareto/schemas/astn_schema/serialize.d.ts +12 -0
  8. package/dist/implementation/generated/pareto/schemas/astn_schema/serialize.js +73 -0
  9. package/dist/implementation/generated/pareto/schemas/astn_schema/unmarshall.d.ts +7 -7
  10. package/dist/implementation/generated/pareto/schemas/astn_schema/unmarshall.js +72 -84
  11. package/dist/implementation/generated/pareto/schemas/authoring_parse_result/marshall.js +84 -84
  12. package/dist/implementation/generated/pareto/schemas/authoring_parse_result/serialize.d.ts +3 -0
  13. package/dist/implementation/generated/pareto/schemas/authoring_parse_result/serialize.js +37 -0
  14. package/dist/implementation/generated/pareto/schemas/authoring_parse_result/unmarshall.js +42 -42
  15. package/dist/implementation/generated/pareto/schemas/authoring_parse_tree/marshall.d.ts +6 -5
  16. package/dist/implementation/generated/pareto/schemas/authoring_parse_tree/marshall.js +135 -134
  17. package/dist/implementation/generated/pareto/schemas/authoring_parse_tree/serialize.d.ts +9 -0
  18. package/dist/implementation/generated/pareto/schemas/authoring_parse_tree/serialize.js +61 -0
  19. package/dist/implementation/generated/pareto/schemas/authoring_parse_tree/unmarshall.d.ts +6 -5
  20. package/dist/implementation/generated/pareto/schemas/authoring_parse_tree/unmarshall.js +172 -175
  21. package/dist/implementation/generated/pareto/schemas/authoring_target/marshall.d.ts +1 -1
  22. package/dist/implementation/generated/pareto/schemas/authoring_target/marshall.js +72 -72
  23. package/dist/implementation/generated/pareto/schemas/authoring_target/serialize.d.ts +3 -0
  24. package/dist/implementation/generated/pareto/schemas/authoring_target/serialize.js +37 -0
  25. package/dist/implementation/generated/pareto/schemas/authoring_target/unmarshall.d.ts +1 -1
  26. package/dist/implementation/generated/pareto/schemas/authoring_target/unmarshall.js +48 -48
  27. package/dist/implementation/generated/pareto/schemas/ide/marshall.d.ts +1 -1
  28. package/dist/implementation/generated/pareto/schemas/ide/marshall.js +29 -29
  29. package/dist/implementation/generated/pareto/schemas/ide/serialize.d.ts +4 -0
  30. package/dist/implementation/generated/pareto/schemas/ide/serialize.js +41 -0
  31. package/dist/implementation/generated/pareto/schemas/ide/unmarshall.d.ts +1 -1
  32. package/dist/implementation/generated/pareto/schemas/ide/unmarshall.js +25 -25
  33. package/dist/implementation/generated/pareto/schemas/sealed_target/marshall.d.ts +1 -1
  34. package/dist/implementation/generated/pareto/schemas/sealed_target/marshall.js +66 -66
  35. package/dist/implementation/generated/pareto/schemas/sealed_target/serialize.d.ts +3 -0
  36. package/dist/implementation/generated/pareto/schemas/sealed_target/serialize.js +37 -0
  37. package/dist/implementation/generated/pareto/schemas/sealed_target/unmarshall.d.ts +1 -1
  38. package/dist/implementation/generated/pareto/schemas/sealed_target/unmarshall.js +46 -46
  39. package/dist/implementation/generated/pareto/schemas/token/marshall.d.ts +5 -5
  40. package/dist/implementation/generated/pareto/schemas/token/marshall.js +132 -132
  41. package/dist/implementation/generated/pareto/schemas/token/serialize.d.ts +11 -0
  42. package/dist/implementation/generated/pareto/schemas/token/serialize.js +69 -0
  43. package/dist/implementation/generated/pareto/schemas/token/unmarshall.d.ts +5 -5
  44. package/dist/implementation/generated/pareto/schemas/token/unmarshall.js +122 -120
  45. package/dist/implementation/manual/schemas/annotated_characters/deserializers.js +37 -21
  46. package/dist/implementation/manual/schemas/authoring_parse_result/transformers/fountain_pen.js +5 -2
  47. package/dist/implementation/manual/schemas/authoring_parse_tree/deserializers.js +37 -5
  48. package/dist/implementation/manual/schemas/authoring_parse_tree/productions/new_interface_signatures.d.ts +8 -0
  49. package/dist/implementation/manual/schemas/authoring_parse_tree/productions/new_interface_signatures.js +3 -0
  50. package/dist/implementation/manual/schemas/authoring_parse_tree/productions/temp.d.ts +3 -0
  51. package/dist/implementation/manual/schemas/authoring_parse_tree/productions/temp.js +55 -0
  52. package/dist/implementation/manual/schemas/authoring_parse_tree/productions/token.d.ts +17 -10
  53. package/dist/implementation/manual/schemas/authoring_parse_tree/productions/token.js +115 -142
  54. package/dist/implementation/manual/schemas/authoring_parse_tree/transformers/ide.js +3 -17
  55. package/dist/implementation/manual/schemas/authoring_parse_tree/transformers/json_target.js +3 -3
  56. package/dist/implementation/manual/schemas/authoring_parse_tree/transformers/token.js +3 -3
  57. package/dist/implementation/manual/schemas/token/productions/annotated_character.d.ts +12 -5
  58. package/dist/implementation/manual/schemas/token/productions/annotated_character.js +76 -63
  59. package/dist/implementation/manual/text_to_text/convert_to_json.js +1 -1
  60. package/dist/interface/generated/pareto/core/astn_source.d.ts +9 -9
  61. package/dist/interface/generated/pareto/core/astn_target.d.ts +15 -15
  62. package/dist/interface/generated/pareto/core/parse_result.d.ts +2 -2
  63. package/dist/interface/generated/pareto/core/resolved.d.ts +12 -12
  64. package/dist/interface/generated/pareto/core/token.d.ts +4 -4
  65. package/dist/interface/generated/pareto/core/unconstrained.d.ts +3 -3
  66. package/dist/interface/generated/pareto/core/unresolved.d.ts +10 -10
  67. package/dist/interface/generated/pareto/schemas/astn_schema/data_types/resolve.d.ts +548 -548
  68. package/dist/interface/generated/pareto/schemas/astn_schema/data_types/source.d.ts +119 -160
  69. package/dist/interface/generated/pareto/schemas/astn_schema/data_types/target.d.ts +119 -160
  70. package/dist/interface/generated/pareto/schemas/astn_schema/marshall.d.ts +56 -56
  71. package/dist/interface/generated/pareto/schemas/astn_schema/migrate_boilerplate.d.ts +65 -65
  72. package/dist/interface/generated/pareto/schemas/astn_schema/serialize.d.ts +288 -0
  73. package/dist/interface/generated/pareto/schemas/astn_schema/serialize.js +3 -0
  74. package/dist/interface/generated/pareto/schemas/astn_schema/unmarshall.d.ts +65 -65
  75. package/dist/interface/generated/pareto/schemas/astn_schema/value_deserializers.d.ts +10 -10
  76. package/dist/interface/generated/pareto/schemas/astn_schema/value_serializers.d.ts +10 -10
  77. package/dist/interface/generated/pareto/schemas/authoring_parse_result/data_types/resolve.js +1 -1
  78. package/dist/interface/generated/pareto/schemas/authoring_parse_result/data_types/source.d.ts +77 -77
  79. package/dist/interface/generated/pareto/schemas/authoring_parse_result/data_types/target.d.ts +77 -77
  80. package/dist/interface/generated/pareto/schemas/authoring_parse_result/marshall.d.ts +1 -1
  81. package/dist/interface/generated/pareto/schemas/authoring_parse_result/migrate_boilerplate.d.ts +1 -1
  82. package/dist/interface/generated/pareto/schemas/authoring_parse_result/serialize.d.ts +54 -0
  83. package/dist/interface/generated/pareto/schemas/authoring_parse_result/serialize.js +3 -0
  84. package/dist/interface/generated/pareto/schemas/authoring_parse_result/unmarshall.d.ts +1 -1
  85. package/dist/interface/generated/pareto/schemas/authoring_parse_result/value_deserializers.d.ts +10 -10
  86. package/dist/interface/generated/pareto/schemas/authoring_parse_result/value_serializers.d.ts +10 -10
  87. package/dist/interface/generated/pareto/schemas/authoring_parse_tree/data_types/resolve.js +1 -1
  88. package/dist/interface/generated/pareto/schemas/authoring_parse_tree/data_types/source.d.ts +347 -356
  89. package/dist/interface/generated/pareto/schemas/authoring_parse_tree/data_types/target.d.ts +347 -356
  90. package/dist/interface/generated/pareto/schemas/authoring_parse_tree/marshall.d.ts +66 -36
  91. package/dist/interface/generated/pareto/schemas/authoring_parse_tree/migrate_boilerplate.d.ts +68 -46
  92. package/dist/interface/generated/pareto/schemas/authoring_parse_tree/serialize.d.ts +210 -0
  93. package/dist/interface/generated/pareto/schemas/authoring_parse_tree/serialize.js +3 -0
  94. package/dist/interface/generated/pareto/schemas/authoring_parse_tree/unmarshall.d.ts +71 -41
  95. package/dist/interface/generated/pareto/schemas/authoring_parse_tree/value_deserializers.d.ts +10 -10
  96. package/dist/interface/generated/pareto/schemas/authoring_parse_tree/value_serializers.d.ts +10 -10
  97. package/dist/interface/generated/pareto/schemas/authoring_target/data_types/resolve.js +1 -1
  98. package/dist/interface/generated/pareto/schemas/authoring_target/data_types/source.d.ts +145 -145
  99. package/dist/interface/generated/pareto/schemas/authoring_target/data_types/target.d.ts +145 -145
  100. package/dist/interface/generated/pareto/schemas/authoring_target/marshall.d.ts +12 -12
  101. package/dist/interface/generated/pareto/schemas/authoring_target/migrate_boilerplate.d.ts +14 -14
  102. package/dist/interface/generated/pareto/schemas/authoring_target/serialize.d.ts +54 -0
  103. package/dist/interface/generated/pareto/schemas/authoring_target/serialize.js +3 -0
  104. package/dist/interface/generated/pareto/schemas/authoring_target/unmarshall.d.ts +13 -13
  105. package/dist/interface/generated/pareto/schemas/authoring_target/value_deserializers.d.ts +10 -10
  106. package/dist/interface/generated/pareto/schemas/authoring_target/value_serializers.d.ts +10 -10
  107. package/dist/interface/generated/pareto/schemas/ide/data_types/resolve.js +1 -1
  108. package/dist/interface/generated/pareto/schemas/ide/data_types/source.d.ts +54 -54
  109. package/dist/interface/generated/pareto/schemas/ide/data_types/target.d.ts +54 -54
  110. package/dist/interface/generated/pareto/schemas/ide/marshall.d.ts +17 -17
  111. package/dist/interface/generated/pareto/schemas/ide/migrate_boilerplate.d.ts +14 -14
  112. package/dist/interface/generated/pareto/schemas/ide/serialize.d.ts +80 -0
  113. package/dist/interface/generated/pareto/schemas/ide/serialize.js +3 -0
  114. package/dist/interface/generated/pareto/schemas/ide/unmarshall.d.ts +17 -17
  115. package/dist/interface/generated/pareto/schemas/ide/value_deserializers.d.ts +10 -10
  116. package/dist/interface/generated/pareto/schemas/ide/value_serializers.d.ts +10 -10
  117. package/dist/interface/generated/pareto/schemas/sealed_target/data_types/resolve.js +1 -1
  118. package/dist/interface/generated/pareto/schemas/sealed_target/data_types/source.d.ts +114 -114
  119. package/dist/interface/generated/pareto/schemas/sealed_target/data_types/target.d.ts +114 -114
  120. package/dist/interface/generated/pareto/schemas/sealed_target/marshall.d.ts +12 -12
  121. package/dist/interface/generated/pareto/schemas/sealed_target/migrate_boilerplate.d.ts +14 -14
  122. package/dist/interface/generated/pareto/schemas/sealed_target/serialize.d.ts +54 -0
  123. package/dist/interface/generated/pareto/schemas/sealed_target/serialize.js +3 -0
  124. package/dist/interface/generated/pareto/schemas/sealed_target/unmarshall.d.ts +13 -13
  125. package/dist/interface/generated/pareto/schemas/sealed_target/value_deserializers.d.ts +10 -10
  126. package/dist/interface/generated/pareto/schemas/sealed_target/value_serializers.d.ts +10 -10
  127. package/dist/interface/generated/pareto/schemas/token/data_types/resolve.js +1 -1
  128. package/dist/interface/generated/pareto/schemas/token/data_types/source.d.ts +196 -189
  129. package/dist/interface/generated/pareto/schemas/token/data_types/target.d.ts +196 -189
  130. package/dist/interface/generated/pareto/schemas/token/marshall.d.ts +56 -56
  131. package/dist/interface/generated/pareto/schemas/token/migrate_boilerplate.d.ts +66 -66
  132. package/dist/interface/generated/pareto/schemas/token/serialize.d.ts +262 -0
  133. package/dist/interface/generated/pareto/schemas/token/serialize.js +3 -0
  134. package/dist/interface/generated/pareto/schemas/token/unmarshall.d.ts +59 -59
  135. package/dist/interface/generated/pareto/schemas/token/value_deserializers.d.ts +10 -10
  136. package/dist/interface/generated/pareto/schemas/token/value_serializers.d.ts +10 -10
  137. package/dist/modules/pareto-json/implementation/generated/pareto/generic/unmarshall.d.ts +6 -6
  138. package/dist/modules/pareto-json/interface/generated/pareto/core/astn_source.d.ts +9 -9
  139. package/dist/modules/pareto-json/interface/generated/pareto/core/astn_target.d.ts +15 -15
  140. package/dist/modules/pareto-json/interface/generated/pareto/core/parse_result.d.ts +2 -2
  141. package/dist/modules/pareto-json/interface/generated/pareto/core/resolved.d.ts +12 -12
  142. package/dist/modules/pareto-json/interface/generated/pareto/core/token.d.ts +4 -4
  143. package/dist/modules/pareto-json/interface/generated/pareto/core/unconstrained.d.ts +3 -3
  144. package/dist/modules/pareto-json/interface/generated/pareto/core/unresolved.d.ts +10 -10
  145. package/dist/shorthands/parse_result.d.ts +0 -2
  146. package/dist/shorthands/parse_result.js +17 -12
  147. package/package.json +6 -6
  148. package/dist/implementation/generated/pareto/generic/parse/ast.d.ts +0 -10
  149. package/dist/implementation/generated/pareto/generic/parse/ast.js +0 -245
  150. package/dist/implementation/generated/pareto/generic/parse/astn_parse_generic.d.ts +0 -16
  151. package/dist/implementation/generated/pareto/generic/parse/astn_parse_generic.js +0 -47
  152. package/dist/implementation/generated/pareto/generic/parse/parse.d.ts +0 -5
  153. package/dist/implementation/generated/pareto/generic/parse/parse.js +0 -55
  154. package/dist/implementation/generated/pareto/generic/parse/string_iterator.d.ts +0 -40
  155. package/dist/implementation/generated/pareto/generic/parse/string_iterator.js +0 -132
  156. package/dist/implementation/generated/pareto/generic/parse/token.d.ts +0 -10
  157. package/dist/implementation/generated/pareto/generic/parse/token.js +0 -519
  158. package/dist/implementation/manual/create_stream_to_stream_command.d.ts +0 -3
  159. package/dist/implementation/manual/create_stream_to_stream_command.js +0 -53
  160. package/dist/implementation/manual/schemas/parse_result/serializers.d.ts +0 -10
  161. package/dist/implementation/manual/schemas/parse_result/serializers.js +0 -83
  162. package/dist/modules/default_tool_signatures/command_creators/create_file_to_file_command.d.ts +0 -3
  163. package/dist/modules/default_tool_signatures/command_creators/create_file_to_file_command.js +0 -59
  164. package/dist/modules/default_tool_signatures/command_creators/create_stream_to_stream_command.d.ts +0 -3
  165. package/dist/modules/default_tool_signatures/command_creators/create_stream_to_stream_command.js +0 -53
  166. package/dist/modules/default_tool_signatures/implementation/manual/command_creators/create_file_to_file_command.d.ts +0 -6
  167. package/dist/modules/default_tool_signatures/implementation/manual/command_creators/create_file_to_file_command.js +0 -59
  168. package/dist/modules/default_tool_signatures/implementation/manual/command_creators/create_stream_to_stream_command.d.ts +0 -3
  169. package/dist/modules/default_tool_signatures/implementation/manual/command_creators/create_stream_to_stream_command.js +0 -53
  170. package/dist/modules/default_tool_signatures/implementation/manual/schemas/file_in_file_out/productions/text.d.ts +0 -4
  171. package/dist/modules/default_tool_signatures/implementation/manual/schemas/file_in_file_out/productions/text.js +0 -33
  172. package/dist/modules/default_tool_signatures/implementation/manual/schemas/file_in_file_out/refiners/main.d.ts +0 -4
  173. package/dist/modules/default_tool_signatures/implementation/manual/schemas/file_in_file_out/refiners/main.js +0 -37
  174. package/dist/modules/default_tool_signatures/implementation/manual/schemas/file_in_file_out/serializers.d.ts +0 -4
  175. package/dist/modules/default_tool_signatures/implementation/manual/schemas/file_in_file_out/serializers.js +0 -59
  176. package/dist/modules/default_tool_signatures/implementation/manual/schemas/transform_file/serializers.d.ts +0 -2
  177. package/dist/modules/default_tool_signatures/implementation/manual/schemas/transform_file/serializers.js +0 -39
  178. package/dist/modules/default_tool_signatures/interface/signatures.d.ts +0 -18
  179. package/dist/modules/default_tool_signatures/interface/signatures.js +0 -3
  180. package/dist/modules/default_tool_signatures/interface/to_be_generated/file_in_file_out.d.ts +0 -11
  181. package/dist/modules/default_tool_signatures/interface/to_be_generated/file_in_file_out.js +0 -3
  182. package/dist/modules/default_tool_signatures/interface/to_be_generated/transform_file.d.ts +0 -2
  183. package/dist/modules/default_tool_signatures/interface/to_be_generated/transform_file.js +0 -3
  184. package/dist/modules/file_transformer/implementation/manual/command_creators/transform_file.d.ts +0 -5
  185. package/dist/modules/file_transformer/implementation/manual/command_creators/transform_file.js +0 -59
  186. package/dist/modules/file_transformer/implementation/manual/schemas/file_in_file_out/productions/text.d.ts +0 -4
  187. package/dist/modules/file_transformer/implementation/manual/schemas/file_in_file_out/productions/text.js +0 -33
  188. package/dist/modules/file_transformer/implementation/manual/schemas/file_in_file_out/refiners/main.d.ts +0 -4
  189. package/dist/modules/file_transformer/implementation/manual/schemas/file_in_file_out/refiners/main.js +0 -37
  190. package/dist/modules/file_transformer/implementation/manual/schemas/file_in_file_out/serializers.d.ts +0 -4
  191. package/dist/modules/file_transformer/implementation/manual/schemas/file_in_file_out/serializers.js +0 -60
  192. package/dist/modules/file_transformer/implementation/manual/schemas/transform_file/serializers.d.ts +0 -2
  193. package/dist/modules/file_transformer/implementation/manual/schemas/transform_file/serializers.js +0 -40
  194. package/dist/modules/file_transformer/interface/signatures.d.ts +0 -12
  195. package/dist/modules/file_transformer/interface/signatures.js +0 -3
  196. package/dist/modules/file_transformer/interface/to_be_generated/file_in_file_out.d.ts +0 -12
  197. package/dist/modules/file_transformer/interface/to_be_generated/file_in_file_out.js +0 -3
  198. package/dist/modules/file_transformer/interface/to_be_generated/transform_file.d.ts +0 -3
  199. package/dist/modules/file_transformer/interface/to_be_generated/transform_file.js +0 -3
@@ -1,29 +1,30 @@
1
1
  import * as _i_core from "../../../core/resolved";
2
- export type _T_Dictionary = {
3
- readonly 'node': _T_Type_Node;
4
- readonly 'ordered': boolean;
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
5
  };
6
6
  export type _T_Globals = {
7
7
  readonly 'text types': _i_core._T_Dictionary<null, _T_Text_Type>;
8
8
  };
9
- export type _T_Group = _i_core._T_Dictionary<null, _T_Type_Node>;
10
- export type _T_Imports = _i_core._T_Dictionary<null, {
11
- readonly 'schema': _i_core._T_Derived_Reference<null, _T_Schema>;
12
- readonly 'schema set child': _i_core._T_Reference_To_Stacked_Dictionary_Entry<null, _T_Schemas.D>;
13
- }>;
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>;
14
13
  export type _T_Schema = {
15
- readonly 'globals': _T_Globals;
16
14
  readonly 'imports': _T_Imports;
15
+ readonly 'globals': _T_Globals;
17
16
  readonly 'types': _T_Types;
18
17
  };
19
- export type _T_Schema_Tree = _i_core._T_State_Group<null, readonly ['schema', _T_Schema] | readonly ['set', _T_Schemas]>;
20
- export type _T_Schemas = _i_core._T_Ordered_Dictionary<null, _T_Schema_Tree>;
21
- export type _T_Text_Type = {
22
- readonly 'type': _i_core._T_State_Group<null, readonly ['multi line', null] | readonly ['single line', null]>;
23
- };
24
- export type _T_Type = {
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 = {
25
24
  readonly 'node': _T_Type_Node;
25
+ readonly 'ordered': boolean;
26
26
  };
27
+ export type _T_Group = _i_core._T_Dictionary<null, _T_Type_Node>;
27
28
  export type _T_Type_Node = _i_core._T_State_Group<null, readonly [
28
29
  'component',
29
30
  _i_core._T_State_Group<null, readonly [
@@ -38,32 +39,35 @@ export type _T_Type_Node = _i_core._T_State_Group<null, readonly [
38
39
  {
39
40
  readonly 'node': _T_Type_Node;
40
41
  }
41
- ] | readonly ['nothing', null] | readonly ['optional', _T_Type_Node] | readonly [
42
- 'reference',
43
- {
44
- readonly 'type': _i_core._T_State_Group<null, readonly ['derived', null] | readonly ['selected', null]>;
45
- }
46
- ] | readonly ['state group', _i_core._T_Dictionary<null, _T_Type_Node>] | readonly [
42
+ ] | readonly ['nothing', null] | readonly ['optional', _T_Type_Node] | readonly ['state group', _i_core._T_Dictionary<null, _T_Type_Node>] | readonly [
47
43
  'text',
48
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]>
49
45
  ]>;
50
- export type _T_Types = _i_core._T_Ordered_Dictionary<null, _T_Type>;
51
- export type Dictionary = _T_Dictionary;
52
- export type Globals = _T_Globals;
53
- export type Group = _T_Group;
54
- export type Imports = _T_Imports;
55
- export type Schema = _T_Schema;
56
- export type Schema_Tree = _T_Schema_Tree;
57
46
  export type Schemas = _T_Schemas;
58
47
  export type Text_Type = _T_Text_Type;
48
+ export type Globals = _T_Globals;
59
49
  export type Type = _T_Type;
60
- export type Type_Node = _T_Type_Node;
61
50
  export type Types = _T_Types;
62
- export declare namespace _T_Dictionary {
63
- namespace node {
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 {
64
59
  }
65
- type node = _T_Type_Node;
66
- type ordered = boolean;
60
+ type D = _T_Schema_Tree;
61
+ }
62
+ export declare namespace _T_Text_Type {
63
+ 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];
69
+ }
70
+ type _type = _i_core._T_State_Group<null, readonly ['multi line', null] | readonly ['single line', null]>;
67
71
  }
68
72
  export declare namespace _T_Globals {
69
73
  namespace text_types {
@@ -73,72 +77,68 @@ export declare namespace _T_Globals {
73
77
  }
74
78
  type text_types = _i_core._T_Dictionary<null, _T_Text_Type>;
75
79
  }
76
- export declare namespace _T_Group {
77
- namespace D {
80
+ export declare namespace _T_Type {
81
+ namespace node {
78
82
  }
79
- type D = _T_Type_Node;
83
+ type node = _T_Type_Node;
80
84
  }
81
- export declare namespace _T_Imports {
85
+ export declare namespace _T_Types {
82
86
  namespace D {
83
- namespace schema {
84
- namespace Type {
85
- }
86
- type Type = _T_Schema;
87
- }
88
- type schema = _i_core._T_Derived_Reference<null, _T_Schema>;
89
- namespace schema_set_child {
90
- namespace Dictionary_Entry {
91
- }
92
- type Dictionary_Entry = _T_Schemas.D;
93
- }
94
- type schema_set_child = _i_core._T_Reference_To_Stacked_Dictionary_Entry<null, _T_Schemas.D>;
95
87
  }
96
- type D = {
97
- readonly 'schema': _i_core._T_Derived_Reference<null, _T_Schema>;
98
- readonly 'schema set child': _i_core._T_Reference_To_Stacked_Dictionary_Entry<null, _T_Schemas.D>;
99
- };
88
+ type D = _T_Type;
100
89
  }
101
90
  export declare namespace _T_Schema {
102
- namespace globals {
103
- }
104
- type globals = _T_Globals;
105
91
  namespace imports {
106
92
  }
107
93
  type imports = _T_Imports;
94
+ namespace globals {
95
+ }
96
+ type globals = _T_Globals;
108
97
  namespace types {
109
98
  }
110
99
  type types = _T_Types;
111
100
  }
112
101
  export declare namespace _T_Schema_Tree {
113
102
  namespace SG {
114
- namespace schema {
115
- }
116
- type schema = _T_Schema;
117
103
  namespace _set {
118
104
  }
119
105
  type _set = _T_Schemas;
106
+ namespace schema {
107
+ }
108
+ type schema = _T_Schema;
120
109
  }
121
- type SG = readonly ['schema', _T_Schema] | readonly ['set', _T_Schemas];
110
+ type SG = readonly ['set', _T_Schemas] | readonly ['schema', _T_Schema];
122
111
  }
123
- export declare namespace _T_Schemas {
112
+ export declare namespace _T_Imports {
124
113
  namespace D {
125
- }
126
- type D = _T_Schema_Tree;
127
- }
128
- export declare namespace _T_Text_Type {
129
- namespace _type {
130
- namespace SG {
131
- type multi_line = null;
132
- type single_line = null;
114
+ namespace schema_set_child {
115
+ namespace Dictionary_Entry {
116
+ }
117
+ type Dictionary_Entry = _T_Schemas.D;
133
118
  }
134
- type SG = readonly ['multi line', null] | readonly ['single line', null];
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;
124
+ }
125
+ type schema = _i_core._T_Derived_Reference<null, _T_Schema>;
135
126
  }
136
- type _type = _i_core._T_State_Group<null, readonly ['multi line', null] | readonly ['single line', null]>;
127
+ 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>;
130
+ };
137
131
  }
138
- export declare namespace _T_Type {
132
+ export declare namespace _T_Dictionary {
139
133
  namespace node {
140
134
  }
141
135
  type node = _T_Type_Node;
136
+ type ordered = boolean;
137
+ }
138
+ export declare namespace _T_Group {
139
+ namespace D {
140
+ }
141
+ type D = _T_Type_Node;
142
142
  }
143
143
  export declare namespace _T_Type_Node {
144
144
  namespace SG {
@@ -208,19 +208,6 @@ export declare namespace _T_Type_Node {
208
208
  namespace optional {
209
209
  }
210
210
  type optional = _T_Type_Node;
211
- namespace reference {
212
- namespace _type {
213
- namespace SG {
214
- type derived = null;
215
- type selected = null;
216
- }
217
- type SG = readonly ['derived', null] | readonly ['selected', null];
218
- }
219
- type _type = _i_core._T_State_Group<null, readonly ['derived', null] | readonly ['selected', null]>;
220
- }
221
- type reference = {
222
- readonly 'type': _i_core._T_State_Group<null, readonly ['derived', null] | readonly ['selected', null]>;
223
- };
224
211
  namespace state_group {
225
212
  namespace D {
226
213
  }
@@ -257,26 +244,25 @@ export declare namespace _T_Type_Node {
257
244
  {
258
245
  readonly 'node': _T_Type_Node;
259
246
  }
260
- ] | readonly ['nothing', null] | readonly ['optional', _T_Type_Node] | readonly [
261
- 'reference',
262
- {
263
- readonly 'type': _i_core._T_State_Group<null, readonly ['derived', null] | readonly ['selected', null]>;
264
- }
265
- ] | readonly ['state group', _i_core._T_Dictionary<null, _T_Type_Node>] | readonly [
247
+ ] | readonly ['nothing', null] | readonly ['optional', _T_Type_Node] | readonly ['state group', _i_core._T_Dictionary<null, _T_Type_Node>] | readonly [
266
248
  'text',
267
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]>
268
250
  ];
269
251
  }
270
- export declare namespace _T_Types {
252
+ export declare namespace Schemas {
271
253
  namespace D {
272
254
  }
273
- type D = _T_Type;
255
+ type D = _T_Schema_Tree;
274
256
  }
275
- export declare namespace Dictionary {
276
- namespace node {
257
+ export declare namespace Text_Type {
258
+ namespace _type {
259
+ namespace SG {
260
+ type multi_line = null;
261
+ type single_line = null;
262
+ }
263
+ type SG = readonly ['multi line', null] | readonly ['single line', null];
277
264
  }
278
- type node = _T_Type_Node;
279
- type ordered = boolean;
265
+ type _type = _i_core._T_State_Group<null, readonly ['multi line', null] | readonly ['single line', null]>;
280
266
  }
281
267
  export declare namespace Globals {
282
268
  namespace text_types {
@@ -286,72 +272,68 @@ export declare namespace Globals {
286
272
  }
287
273
  type text_types = _i_core._T_Dictionary<null, _T_Text_Type>;
288
274
  }
289
- export declare namespace Group {
290
- namespace D {
275
+ export declare namespace Type {
276
+ namespace node {
291
277
  }
292
- type D = _T_Type_Node;
278
+ type node = _T_Type_Node;
293
279
  }
294
- export declare namespace Imports {
280
+ export declare namespace Types {
295
281
  namespace D {
296
- namespace schema {
297
- namespace Type {
298
- }
299
- type Type = _T_Schema;
300
- }
301
- type schema = _i_core._T_Derived_Reference<null, _T_Schema>;
302
- namespace schema_set_child {
303
- namespace Dictionary_Entry {
304
- }
305
- type Dictionary_Entry = _T_Schemas.D;
306
- }
307
- type schema_set_child = _i_core._T_Reference_To_Stacked_Dictionary_Entry<null, _T_Schemas.D>;
308
282
  }
309
- type D = {
310
- readonly 'schema': _i_core._T_Derived_Reference<null, _T_Schema>;
311
- readonly 'schema set child': _i_core._T_Reference_To_Stacked_Dictionary_Entry<null, _T_Schemas.D>;
312
- };
283
+ type D = _T_Type;
313
284
  }
314
285
  export declare namespace Schema {
315
- namespace globals {
316
- }
317
- type globals = _T_Globals;
318
286
  namespace imports {
319
287
  }
320
288
  type imports = _T_Imports;
289
+ namespace globals {
290
+ }
291
+ type globals = _T_Globals;
321
292
  namespace types {
322
293
  }
323
294
  type types = _T_Types;
324
295
  }
325
296
  export declare namespace Schema_Tree {
326
297
  namespace SG {
327
- namespace schema {
328
- }
329
- type schema = _T_Schema;
330
298
  namespace _set {
331
299
  }
332
300
  type _set = _T_Schemas;
301
+ namespace schema {
302
+ }
303
+ type schema = _T_Schema;
333
304
  }
334
- type SG = readonly ['schema', _T_Schema] | readonly ['set', _T_Schemas];
305
+ type SG = readonly ['set', _T_Schemas] | readonly ['schema', _T_Schema];
335
306
  }
336
- export declare namespace Schemas {
307
+ export declare namespace Imports {
337
308
  namespace D {
338
- }
339
- type D = _T_Schema_Tree;
340
- }
341
- export declare namespace Text_Type {
342
- namespace _type {
343
- namespace SG {
344
- type multi_line = null;
345
- type single_line = null;
309
+ namespace schema_set_child {
310
+ namespace Dictionary_Entry {
311
+ }
312
+ type Dictionary_Entry = _T_Schemas.D;
346
313
  }
347
- type SG = readonly ['multi line', null] | readonly ['single line', null];
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>;
348
321
  }
349
- type _type = _i_core._T_State_Group<null, readonly ['multi line', null] | readonly ['single line', null]>;
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>;
325
+ };
350
326
  }
351
- export declare namespace Type {
327
+ export declare namespace Dictionary {
352
328
  namespace node {
353
329
  }
354
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;
355
337
  }
356
338
  export declare namespace Type_Node {
357
339
  namespace SG {
@@ -421,19 +403,6 @@ export declare namespace Type_Node {
421
403
  namespace optional {
422
404
  }
423
405
  type optional = _T_Type_Node;
424
- namespace reference {
425
- namespace _type {
426
- namespace SG {
427
- type derived = null;
428
- type selected = null;
429
- }
430
- type SG = readonly ['derived', null] | readonly ['selected', null];
431
- }
432
- type _type = _i_core._T_State_Group<null, readonly ['derived', null] | readonly ['selected', null]>;
433
- }
434
- type reference = {
435
- readonly 'type': _i_core._T_State_Group<null, readonly ['derived', null] | readonly ['selected', null]>;
436
- };
437
406
  namespace state_group {
438
407
  namespace D {
439
408
  }
@@ -470,18 +439,8 @@ export declare namespace Type_Node {
470
439
  {
471
440
  readonly 'node': _T_Type_Node;
472
441
  }
473
- ] | readonly ['nothing', null] | readonly ['optional', _T_Type_Node] | readonly [
474
- 'reference',
475
- {
476
- readonly 'type': _i_core._T_State_Group<null, readonly ['derived', null] | readonly ['selected', null]>;
477
- }
478
- ] | readonly ['state group', _i_core._T_Dictionary<null, _T_Type_Node>] | readonly [
442
+ ] | readonly ['nothing', null] | readonly ['optional', _T_Type_Node] | readonly ['state group', _i_core._T_Dictionary<null, _T_Type_Node>] | readonly [
479
443
  'text',
480
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]>
481
445
  ];
482
446
  }
483
- export declare namespace Types {
484
- namespace D {
485
- }
486
- type D = _T_Type;
487
- }