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,51 +1,51 @@
1
- import * as _i_in from "../../core/astn_source";
2
1
  import * as _i_out from "./data_types/target";
2
+ import * as _i_in from "../../core/astn_source";
3
3
  import * as _i_vd from "./value_deserializers";
4
- export type _T_Dictionary = ($$_: _i_in._T_Value, $$_p: {
4
+ export type _T_Schemas = ($$_: _i_in._T_Value, $$_p: {
5
5
  readonly 'value deserializers': _i_vd._T_Value_Deserializers;
6
- }) => _i_out._T_Dictionary<_i_in._T_Range>;
6
+ }) => _i_out._T_Schemas<_i_in._T_Range>;
7
+ export type _T_Text_Type = ($$_: _i_in._T_Value, $$_p: {
8
+ readonly 'value deserializers': _i_vd._T_Value_Deserializers;
9
+ }) => _i_out._T_Text_Type<_i_in._T_Range>;
7
10
  export type _T_Globals = ($$_: _i_in._T_Value, $$_p: {
8
11
  readonly 'value deserializers': _i_vd._T_Value_Deserializers;
9
12
  }) => _i_out._T_Globals<_i_in._T_Range>;
10
- export type _T_Group = ($$_: _i_in._T_Value, $$_p: {
13
+ export type _T_Type = ($$_: _i_in._T_Value, $$_p: {
11
14
  readonly 'value deserializers': _i_vd._T_Value_Deserializers;
12
- }) => _i_out._T_Group<_i_in._T_Range>;
13
- export type _T_Imports = ($$_: _i_in._T_Value, $$_p: {
15
+ }) => _i_out._T_Type<_i_in._T_Range>;
16
+ export type _T_Types = ($$_: _i_in._T_Value, $$_p: {
14
17
  readonly 'value deserializers': _i_vd._T_Value_Deserializers;
15
- }) => _i_out._T_Imports<_i_in._T_Range>;
18
+ }) => _i_out._T_Types<_i_in._T_Range>;
16
19
  export type _T_Schema = ($$_: _i_in._T_Value, $$_p: {
17
20
  readonly 'value deserializers': _i_vd._T_Value_Deserializers;
18
21
  }) => _i_out._T_Schema<_i_in._T_Range>;
19
22
  export type _T_Schema_Tree = ($$_: _i_in._T_Value, $$_p: {
20
23
  readonly 'value deserializers': _i_vd._T_Value_Deserializers;
21
24
  }) => _i_out._T_Schema_Tree<_i_in._T_Range>;
22
- export type _T_Schemas = ($$_: _i_in._T_Value, $$_p: {
25
+ export type _T_Imports = ($$_: _i_in._T_Value, $$_p: {
23
26
  readonly 'value deserializers': _i_vd._T_Value_Deserializers;
24
- }) => _i_out._T_Schemas<_i_in._T_Range>;
25
- export type _T_Text_Type = ($$_: _i_in._T_Value, $$_p: {
27
+ }) => _i_out._T_Imports<_i_in._T_Range>;
28
+ export type _T_Dictionary = ($$_: _i_in._T_Value, $$_p: {
26
29
  readonly 'value deserializers': _i_vd._T_Value_Deserializers;
27
- }) => _i_out._T_Text_Type<_i_in._T_Range>;
28
- export type _T_Type = ($$_: _i_in._T_Value, $$_p: {
30
+ }) => _i_out._T_Dictionary<_i_in._T_Range>;
31
+ export type _T_Group = ($$_: _i_in._T_Value, $$_p: {
29
32
  readonly 'value deserializers': _i_vd._T_Value_Deserializers;
30
- }) => _i_out._T_Type<_i_in._T_Range>;
33
+ }) => _i_out._T_Group<_i_in._T_Range>;
31
34
  export type _T_Type_Node = ($$_: _i_in._T_Value, $$_p: {
32
35
  readonly 'value deserializers': _i_vd._T_Value_Deserializers;
33
36
  }) => _i_out._T_Type_Node<_i_in._T_Range>;
34
- export type _T_Types = ($$_: _i_in._T_Value, $$_p: {
35
- readonly 'value deserializers': _i_vd._T_Value_Deserializers;
36
- }) => _i_out._T_Types<_i_in._T_Range>;
37
- export type Dictionary = _T_Dictionary;
38
- export type Globals = _T_Globals;
39
- export type Group = _T_Group;
40
- export type Imports = _T_Imports;
41
- export type Schema = _T_Schema;
42
- export type Schema_Tree = _T_Schema_Tree;
43
37
  export type Schemas = _T_Schemas;
44
38
  export type Text_Type = _T_Text_Type;
39
+ export type Globals = _T_Globals;
45
40
  export type Type = _T_Type;
46
- export type Type_Node = _T_Type_Node;
47
41
  export type Types = _T_Types;
48
- export declare namespace _T_Dictionary {
42
+ export type Schema = _T_Schema;
43
+ export type Schema_Tree = _T_Schema_Tree;
44
+ export type Imports = _T_Imports;
45
+ export type Dictionary = _T_Dictionary;
46
+ export type Group = _T_Group;
47
+ export type Type_Node = _T_Type_Node;
48
+ export declare namespace _T_Schemas {
49
49
  namespace CONTEXT {
50
50
  }
51
51
  type CONTEXT = _i_in._T_Value;
@@ -59,7 +59,23 @@ export declare namespace _T_Dictionary {
59
59
  }
60
60
  type annotation = _i_in._T_Range;
61
61
  }
62
- type RESULT = _i_out._T_Dictionary<_i_in._T_Range>;
62
+ type RESULT = _i_out._T_Schemas<_i_in._T_Range>;
63
+ }
64
+ export declare namespace _T_Text_Type {
65
+ namespace CONTEXT {
66
+ }
67
+ type CONTEXT = _i_in._T_Value;
68
+ namespace PARAMS {
69
+ namespace value_deserializers {
70
+ }
71
+ type value_deserializers = _i_vd._T_Value_Deserializers;
72
+ }
73
+ namespace RESULT {
74
+ namespace annotation {
75
+ }
76
+ type annotation = _i_in._T_Range;
77
+ }
78
+ type RESULT = _i_out._T_Text_Type<_i_in._T_Range>;
63
79
  }
64
80
  export declare namespace _T_Globals {
65
81
  namespace CONTEXT {
@@ -77,7 +93,7 @@ export declare namespace _T_Globals {
77
93
  }
78
94
  type RESULT = _i_out._T_Globals<_i_in._T_Range>;
79
95
  }
80
- export declare namespace _T_Group {
96
+ export declare namespace _T_Type {
81
97
  namespace CONTEXT {
82
98
  }
83
99
  type CONTEXT = _i_in._T_Value;
@@ -91,9 +107,9 @@ export declare namespace _T_Group {
91
107
  }
92
108
  type annotation = _i_in._T_Range;
93
109
  }
94
- type RESULT = _i_out._T_Group<_i_in._T_Range>;
110
+ type RESULT = _i_out._T_Type<_i_in._T_Range>;
95
111
  }
96
- export declare namespace _T_Imports {
112
+ export declare namespace _T_Types {
97
113
  namespace CONTEXT {
98
114
  }
99
115
  type CONTEXT = _i_in._T_Value;
@@ -107,7 +123,7 @@ export declare namespace _T_Imports {
107
123
  }
108
124
  type annotation = _i_in._T_Range;
109
125
  }
110
- type RESULT = _i_out._T_Imports<_i_in._T_Range>;
126
+ type RESULT = _i_out._T_Types<_i_in._T_Range>;
111
127
  }
112
128
  export declare namespace _T_Schema {
113
129
  namespace CONTEXT {
@@ -141,7 +157,7 @@ export declare namespace _T_Schema_Tree {
141
157
  }
142
158
  type RESULT = _i_out._T_Schema_Tree<_i_in._T_Range>;
143
159
  }
144
- export declare namespace _T_Schemas {
160
+ export declare namespace _T_Imports {
145
161
  namespace CONTEXT {
146
162
  }
147
163
  type CONTEXT = _i_in._T_Value;
@@ -155,9 +171,9 @@ export declare namespace _T_Schemas {
155
171
  }
156
172
  type annotation = _i_in._T_Range;
157
173
  }
158
- type RESULT = _i_out._T_Schemas<_i_in._T_Range>;
174
+ type RESULT = _i_out._T_Imports<_i_in._T_Range>;
159
175
  }
160
- export declare namespace _T_Text_Type {
176
+ export declare namespace _T_Dictionary {
161
177
  namespace CONTEXT {
162
178
  }
163
179
  type CONTEXT = _i_in._T_Value;
@@ -171,9 +187,9 @@ export declare namespace _T_Text_Type {
171
187
  }
172
188
  type annotation = _i_in._T_Range;
173
189
  }
174
- type RESULT = _i_out._T_Text_Type<_i_in._T_Range>;
190
+ type RESULT = _i_out._T_Dictionary<_i_in._T_Range>;
175
191
  }
176
- export declare namespace _T_Type {
192
+ export declare namespace _T_Group {
177
193
  namespace CONTEXT {
178
194
  }
179
195
  type CONTEXT = _i_in._T_Value;
@@ -187,7 +203,7 @@ export declare namespace _T_Type {
187
203
  }
188
204
  type annotation = _i_in._T_Range;
189
205
  }
190
- type RESULT = _i_out._T_Type<_i_in._T_Range>;
206
+ type RESULT = _i_out._T_Group<_i_in._T_Range>;
191
207
  }
192
208
  export declare namespace _T_Type_Node {
193
209
  namespace CONTEXT {
@@ -205,7 +221,7 @@ export declare namespace _T_Type_Node {
205
221
  }
206
222
  type RESULT = _i_out._T_Type_Node<_i_in._T_Range>;
207
223
  }
208
- export declare namespace _T_Types {
224
+ export declare namespace Schemas {
209
225
  namespace CONTEXT {
210
226
  }
211
227
  type CONTEXT = _i_in._T_Value;
@@ -219,9 +235,9 @@ export declare namespace _T_Types {
219
235
  }
220
236
  type annotation = _i_in._T_Range;
221
237
  }
222
- type RESULT = _i_out._T_Types<_i_in._T_Range>;
238
+ type RESULT = _i_out._T_Schemas<_i_in._T_Range>;
223
239
  }
224
- export declare namespace Dictionary {
240
+ export declare namespace Text_Type {
225
241
  namespace CONTEXT {
226
242
  }
227
243
  type CONTEXT = _i_in._T_Value;
@@ -235,7 +251,7 @@ export declare namespace Dictionary {
235
251
  }
236
252
  type annotation = _i_in._T_Range;
237
253
  }
238
- type RESULT = _i_out._T_Dictionary<_i_in._T_Range>;
254
+ type RESULT = _i_out._T_Text_Type<_i_in._T_Range>;
239
255
  }
240
256
  export declare namespace Globals {
241
257
  namespace CONTEXT {
@@ -253,7 +269,7 @@ export declare namespace Globals {
253
269
  }
254
270
  type RESULT = _i_out._T_Globals<_i_in._T_Range>;
255
271
  }
256
- export declare namespace Group {
272
+ export declare namespace Type {
257
273
  namespace CONTEXT {
258
274
  }
259
275
  type CONTEXT = _i_in._T_Value;
@@ -267,9 +283,9 @@ export declare namespace Group {
267
283
  }
268
284
  type annotation = _i_in._T_Range;
269
285
  }
270
- type RESULT = _i_out._T_Group<_i_in._T_Range>;
286
+ type RESULT = _i_out._T_Type<_i_in._T_Range>;
271
287
  }
272
- export declare namespace Imports {
288
+ export declare namespace Types {
273
289
  namespace CONTEXT {
274
290
  }
275
291
  type CONTEXT = _i_in._T_Value;
@@ -283,7 +299,7 @@ export declare namespace Imports {
283
299
  }
284
300
  type annotation = _i_in._T_Range;
285
301
  }
286
- type RESULT = _i_out._T_Imports<_i_in._T_Range>;
302
+ type RESULT = _i_out._T_Types<_i_in._T_Range>;
287
303
  }
288
304
  export declare namespace Schema {
289
305
  namespace CONTEXT {
@@ -317,7 +333,7 @@ export declare namespace Schema_Tree {
317
333
  }
318
334
  type RESULT = _i_out._T_Schema_Tree<_i_in._T_Range>;
319
335
  }
320
- export declare namespace Schemas {
336
+ export declare namespace Imports {
321
337
  namespace CONTEXT {
322
338
  }
323
339
  type CONTEXT = _i_in._T_Value;
@@ -331,9 +347,9 @@ export declare namespace Schemas {
331
347
  }
332
348
  type annotation = _i_in._T_Range;
333
349
  }
334
- type RESULT = _i_out._T_Schemas<_i_in._T_Range>;
350
+ type RESULT = _i_out._T_Imports<_i_in._T_Range>;
335
351
  }
336
- export declare namespace Text_Type {
352
+ export declare namespace Dictionary {
337
353
  namespace CONTEXT {
338
354
  }
339
355
  type CONTEXT = _i_in._T_Value;
@@ -347,9 +363,9 @@ export declare namespace Text_Type {
347
363
  }
348
364
  type annotation = _i_in._T_Range;
349
365
  }
350
- type RESULT = _i_out._T_Text_Type<_i_in._T_Range>;
366
+ type RESULT = _i_out._T_Dictionary<_i_in._T_Range>;
351
367
  }
352
- export declare namespace Type {
368
+ export declare namespace Group {
353
369
  namespace CONTEXT {
354
370
  }
355
371
  type CONTEXT = _i_in._T_Value;
@@ -363,7 +379,7 @@ export declare namespace Type {
363
379
  }
364
380
  type annotation = _i_in._T_Range;
365
381
  }
366
- type RESULT = _i_out._T_Type<_i_in._T_Range>;
382
+ type RESULT = _i_out._T_Group<_i_in._T_Range>;
367
383
  }
368
384
  export declare namespace Type_Node {
369
385
  namespace CONTEXT {
@@ -381,19 +397,3 @@ export declare namespace Type_Node {
381
397
  }
382
398
  type RESULT = _i_out._T_Type_Node<_i_in._T_Range>;
383
399
  }
384
- export declare namespace Types {
385
- namespace CONTEXT {
386
- }
387
- type CONTEXT = _i_in._T_Value;
388
- namespace PARAMS {
389
- namespace value_deserializers {
390
- }
391
- type value_deserializers = _i_vd._T_Value_Deserializers;
392
- }
393
- namespace RESULT {
394
- namespace annotation {
395
- }
396
- type annotation = _i_in._T_Range;
397
- }
398
- type RESULT = _i_out._T_Types<_i_in._T_Range>;
399
- }
@@ -1,10 +1,17 @@
1
1
  export type _T_Value_Deserializers = {
2
+ readonly 'default number': ($$_: string, $$_p: null) => number;
2
3
  readonly 'boolean': ($$_: string, $$_p: null) => boolean;
3
4
  readonly 'custom numbers': null;
4
- readonly 'default number': ($$_: string, $$_p: null) => number;
5
5
  };
6
6
  export type Value_Deserializers = _T_Value_Deserializers;
7
7
  export declare namespace _T_Value_Deserializers {
8
+ namespace default_number {
9
+ type CONTEXT = string;
10
+ namespace PARAMS {
11
+ }
12
+ type RESULT = number;
13
+ }
14
+ type default_number = ($$_: string, $$_p: null) => number;
8
15
  namespace _boolean {
9
16
  type CONTEXT = string;
10
17
  namespace PARAMS {
@@ -15,6 +22,8 @@ export declare namespace _T_Value_Deserializers {
15
22
  namespace custom_numbers {
16
23
  }
17
24
  type custom_numbers = null;
25
+ }
26
+ export declare namespace Value_Deserializers {
18
27
  namespace default_number {
19
28
  type CONTEXT = string;
20
29
  namespace PARAMS {
@@ -22,8 +31,6 @@ export declare namespace _T_Value_Deserializers {
22
31
  type RESULT = number;
23
32
  }
24
33
  type default_number = ($$_: string, $$_p: null) => number;
25
- }
26
- export declare namespace Value_Deserializers {
27
34
  namespace _boolean {
28
35
  type CONTEXT = string;
29
36
  namespace PARAMS {
@@ -34,11 +41,4 @@ export declare namespace Value_Deserializers {
34
41
  namespace custom_numbers {
35
42
  }
36
43
  type custom_numbers = null;
37
- namespace default_number {
38
- type CONTEXT = string;
39
- namespace PARAMS {
40
- }
41
- type RESULT = number;
42
- }
43
- type default_number = ($$_: string, $$_p: null) => number;
44
44
  }
@@ -1,10 +1,17 @@
1
1
  export type _T_Value_Serializers = {
2
+ readonly 'default number': ($$_: number, $$_p: null) => string;
2
3
  readonly 'boolean': ($$_: boolean, $$_p: null) => string;
3
4
  readonly 'custom numbers': null;
4
- readonly 'default number': ($$_: number, $$_p: null) => string;
5
5
  };
6
6
  export type Value_Serializers = _T_Value_Serializers;
7
7
  export declare namespace _T_Value_Serializers {
8
+ namespace default_number {
9
+ type CONTEXT = number;
10
+ namespace PARAMS {
11
+ }
12
+ type RESULT = string;
13
+ }
14
+ type default_number = ($$_: number, $$_p: null) => string;
8
15
  namespace _boolean {
9
16
  type CONTEXT = boolean;
10
17
  namespace PARAMS {
@@ -15,6 +22,8 @@ export declare namespace _T_Value_Serializers {
15
22
  namespace custom_numbers {
16
23
  }
17
24
  type custom_numbers = null;
25
+ }
26
+ export declare namespace Value_Serializers {
18
27
  namespace default_number {
19
28
  type CONTEXT = number;
20
29
  namespace PARAMS {
@@ -22,8 +31,6 @@ export declare namespace _T_Value_Serializers {
22
31
  type RESULT = string;
23
32
  }
24
33
  type default_number = ($$_: number, $$_p: null) => string;
25
- }
26
- export declare namespace Value_Serializers {
27
34
  namespace _boolean {
28
35
  type CONTEXT = boolean;
29
36
  namespace PARAMS {
@@ -34,11 +41,4 @@ export declare namespace Value_Serializers {
34
41
  namespace custom_numbers {
35
42
  }
36
43
  type custom_numbers = null;
37
- namespace default_number {
38
- type CONTEXT = number;
39
- namespace PARAMS {
40
- }
41
- type RESULT = string;
42
- }
43
- type default_number = ($$_: number, $$_p: null) => string;
44
44
  }
@@ -4,4 +4,4 @@ Object.defineProperty(exports, "__esModule", { value: true });
4
4
  // **** FRIENDLY NAMES FOR THE GLOBAL TYPES
5
5
  // **** ALIASES FOR NESTED TYPE WITH PREFIXED ROOT NAMES
6
6
  // *** ALIASES FOR NESTED TYPES
7
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmVzb2x2ZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3NyYy9pbnRlcmZhY2UvZ2VuZXJhdGVkL3BhcmV0by9zY2hlbWFzL2F1dGhvcmluZ19wYXJzZV9yZXN1bHQvZGF0YV90eXBlcy9yZXNvbHZlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7O0FBS0EsYUFBYTtBQUViLDJDQUEyQztBQUUzQyx3REFBd0Q7QUFFeEQsK0JBQStCIn0=
7
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmVzb2x2ZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3NyYy9pbnRlcmZhY2UvZ2VuZXJhdGVkL3BhcmV0by9zY2hlbWFzL2F1dGhvcmluZ19wYXJzZV9yZXN1bHQvZGF0YV90eXBlcy9yZXNvbHZlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7O0FBTUEsYUFBYTtBQUViLDJDQUEyQztBQUUzQyx3REFBd0Q7QUFFeEQsK0JBQStCIn0=