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,39 +1,43 @@
1
1
  import * as _i_core from "../../../core/unconstrained";
2
- export type _T_Document = _T_Value;
3
- export type _T_Value = _i_core._T_State_Group<null, readonly [
2
+ export type _T_Value = _i_core._T_State_Group<null, readonly ['list', _i_core._T_List<null, _T_Value>] | readonly [
4
3
  'dictionary',
5
4
  _i_core._T_List<null, {
6
5
  readonly 'key': string;
7
6
  readonly 'value': _T_Value;
8
7
  }>
9
- ] | readonly ['list', _i_core._T_List<null, _T_Value>] | readonly ['nothing', null] | readonly [
10
- 'optional',
11
- _i_core._T_State_Group<null, readonly ['not set', null] | readonly ['set', _T_Value]>
12
8
  ] | readonly [
13
- 'state',
14
- {
15
- readonly 'state': string;
9
+ 'verbose group',
10
+ _i_core._T_List<null, {
11
+ readonly 'key': string;
16
12
  readonly 'value': _T_Value;
17
- }
13
+ }>
18
14
  ] | readonly [
19
15
  'text',
20
16
  {
21
- readonly 'delimiter': _i_core._T_State_Group<null, readonly ['backtick', null] | readonly ['none', null] | readonly ['quote', null]>;
22
17
  readonly 'value': string;
18
+ readonly 'delimiter': _i_core._T_State_Group<null, readonly ['none', null] | readonly ['quote', null] | readonly ['backtick', null]>;
23
19
  }
20
+ ] | readonly ['nothing', null] | readonly [
21
+ 'optional',
22
+ _i_core._T_State_Group<null, readonly ['not set', null] | readonly ['set', _T_Value]>
24
23
  ] | readonly [
25
- 'verbose group',
26
- _i_core._T_List<null, {
27
- readonly 'key': string;
24
+ 'state',
25
+ {
26
+ readonly 'state': string;
28
27
  readonly 'value': _T_Value;
29
- }>
28
+ }
30
29
  ]>;
31
- export type Document = _T_Document;
30
+ export type _T_Document = _T_Value;
32
31
  export type Value = _T_Value;
33
- export declare namespace _T_Document {
34
- }
32
+ export type Document = _T_Document;
35
33
  export declare namespace _T_Value {
36
34
  namespace SG {
35
+ namespace list {
36
+ namespace L {
37
+ }
38
+ type L = _T_Value;
39
+ }
40
+ type list = _i_core._T_List<null, _T_Value>;
37
41
  namespace dictionary {
38
42
  namespace L {
39
43
  type key = string;
@@ -50,12 +54,38 @@ export declare namespace _T_Value {
50
54
  readonly 'key': string;
51
55
  readonly 'value': _T_Value;
52
56
  }>;
53
- namespace list {
57
+ namespace verbose_group {
54
58
  namespace L {
59
+ type key = string;
60
+ namespace value {
61
+ }
62
+ type value = _T_Value;
55
63
  }
56
- type L = _T_Value;
64
+ type L = {
65
+ readonly 'key': string;
66
+ readonly 'value': _T_Value;
67
+ };
57
68
  }
58
- type list = _i_core._T_List<null, _T_Value>;
69
+ type verbose_group = _i_core._T_List<null, {
70
+ readonly 'key': string;
71
+ readonly 'value': _T_Value;
72
+ }>;
73
+ namespace text {
74
+ type value = string;
75
+ namespace delimiter {
76
+ namespace SG {
77
+ type none = null;
78
+ type quote = null;
79
+ type backtick = null;
80
+ }
81
+ type SG = readonly ['none', null] | readonly ['quote', null] | readonly ['backtick', null];
82
+ }
83
+ type delimiter = _i_core._T_State_Group<null, readonly ['none', null] | readonly ['quote', null] | readonly ['backtick', null]>;
84
+ }
85
+ type text = {
86
+ readonly 'value': string;
87
+ readonly 'delimiter': _i_core._T_State_Group<null, readonly ['none', null] | readonly ['quote', null] | readonly ['backtick', null]>;
88
+ };
59
89
  type nothing = null;
60
90
  namespace optional {
61
91
  namespace SG {
@@ -77,72 +107,46 @@ export declare namespace _T_Value {
77
107
  readonly 'state': string;
78
108
  readonly 'value': _T_Value;
79
109
  };
80
- namespace text {
81
- namespace delimiter {
82
- namespace SG {
83
- type backtick = null;
84
- type none = null;
85
- type quote = null;
86
- }
87
- type SG = readonly ['backtick', null] | readonly ['none', null] | readonly ['quote', null];
88
- }
89
- type delimiter = _i_core._T_State_Group<null, readonly ['backtick', null] | readonly ['none', null] | readonly ['quote', null]>;
90
- type value = string;
91
- }
92
- type text = {
93
- readonly 'delimiter': _i_core._T_State_Group<null, readonly ['backtick', null] | readonly ['none', null] | readonly ['quote', null]>;
94
- readonly 'value': string;
95
- };
96
- namespace verbose_group {
97
- namespace L {
98
- type key = string;
99
- namespace value {
100
- }
101
- type value = _T_Value;
102
- }
103
- type L = {
104
- readonly 'key': string;
105
- readonly 'value': _T_Value;
106
- };
107
- }
108
- type verbose_group = _i_core._T_List<null, {
109
- readonly 'key': string;
110
- readonly 'value': _T_Value;
111
- }>;
112
110
  }
113
- type SG = readonly [
111
+ type SG = readonly ['list', _i_core._T_List<null, _T_Value>] | readonly [
114
112
  'dictionary',
115
113
  _i_core._T_List<null, {
116
114
  readonly 'key': string;
117
115
  readonly 'value': _T_Value;
118
116
  }>
119
- ] | readonly ['list', _i_core._T_List<null, _T_Value>] | readonly ['nothing', null] | readonly [
120
- 'optional',
121
- _i_core._T_State_Group<null, readonly ['not set', null] | readonly ['set', _T_Value]>
122
117
  ] | readonly [
123
- 'state',
124
- {
125
- readonly 'state': string;
118
+ 'verbose group',
119
+ _i_core._T_List<null, {
120
+ readonly 'key': string;
126
121
  readonly 'value': _T_Value;
127
- }
122
+ }>
128
123
  ] | readonly [
129
124
  'text',
130
125
  {
131
- readonly 'delimiter': _i_core._T_State_Group<null, readonly ['backtick', null] | readonly ['none', null] | readonly ['quote', null]>;
132
126
  readonly 'value': string;
127
+ readonly 'delimiter': _i_core._T_State_Group<null, readonly ['none', null] | readonly ['quote', null] | readonly ['backtick', null]>;
133
128
  }
129
+ ] | readonly ['nothing', null] | readonly [
130
+ 'optional',
131
+ _i_core._T_State_Group<null, readonly ['not set', null] | readonly ['set', _T_Value]>
134
132
  ] | readonly [
135
- 'verbose group',
136
- _i_core._T_List<null, {
137
- readonly 'key': string;
133
+ 'state',
134
+ {
135
+ readonly 'state': string;
138
136
  readonly 'value': _T_Value;
139
- }>
137
+ }
140
138
  ];
141
139
  }
142
- export declare namespace Document {
140
+ export declare namespace _T_Document {
143
141
  }
144
142
  export declare namespace Value {
145
143
  namespace SG {
144
+ namespace list {
145
+ namespace L {
146
+ }
147
+ type L = _T_Value;
148
+ }
149
+ type list = _i_core._T_List<null, _T_Value>;
146
150
  namespace dictionary {
147
151
  namespace L {
148
152
  type key = string;
@@ -159,12 +163,38 @@ export declare namespace Value {
159
163
  readonly 'key': string;
160
164
  readonly 'value': _T_Value;
161
165
  }>;
162
- namespace list {
166
+ namespace verbose_group {
163
167
  namespace L {
168
+ type key = string;
169
+ namespace value {
170
+ }
171
+ type value = _T_Value;
164
172
  }
165
- type L = _T_Value;
173
+ type L = {
174
+ readonly 'key': string;
175
+ readonly 'value': _T_Value;
176
+ };
166
177
  }
167
- type list = _i_core._T_List<null, _T_Value>;
178
+ type verbose_group = _i_core._T_List<null, {
179
+ readonly 'key': string;
180
+ readonly 'value': _T_Value;
181
+ }>;
182
+ namespace text {
183
+ type value = string;
184
+ namespace delimiter {
185
+ namespace SG {
186
+ type none = null;
187
+ type quote = null;
188
+ type backtick = null;
189
+ }
190
+ type SG = readonly ['none', null] | readonly ['quote', null] | readonly ['backtick', null];
191
+ }
192
+ type delimiter = _i_core._T_State_Group<null, readonly ['none', null] | readonly ['quote', null] | readonly ['backtick', null]>;
193
+ }
194
+ type text = {
195
+ readonly 'value': string;
196
+ readonly 'delimiter': _i_core._T_State_Group<null, readonly ['none', null] | readonly ['quote', null] | readonly ['backtick', null]>;
197
+ };
168
198
  type nothing = null;
169
199
  namespace optional {
170
200
  namespace SG {
@@ -186,65 +216,35 @@ export declare namespace Value {
186
216
  readonly 'state': string;
187
217
  readonly 'value': _T_Value;
188
218
  };
189
- namespace text {
190
- namespace delimiter {
191
- namespace SG {
192
- type backtick = null;
193
- type none = null;
194
- type quote = null;
195
- }
196
- type SG = readonly ['backtick', null] | readonly ['none', null] | readonly ['quote', null];
197
- }
198
- type delimiter = _i_core._T_State_Group<null, readonly ['backtick', null] | readonly ['none', null] | readonly ['quote', null]>;
199
- type value = string;
200
- }
201
- type text = {
202
- readonly 'delimiter': _i_core._T_State_Group<null, readonly ['backtick', null] | readonly ['none', null] | readonly ['quote', null]>;
203
- readonly 'value': string;
204
- };
205
- namespace verbose_group {
206
- namespace L {
207
- type key = string;
208
- namespace value {
209
- }
210
- type value = _T_Value;
211
- }
212
- type L = {
213
- readonly 'key': string;
214
- readonly 'value': _T_Value;
215
- };
216
- }
217
- type verbose_group = _i_core._T_List<null, {
218
- readonly 'key': string;
219
- readonly 'value': _T_Value;
220
- }>;
221
219
  }
222
- type SG = readonly [
220
+ type SG = readonly ['list', _i_core._T_List<null, _T_Value>] | readonly [
223
221
  'dictionary',
224
222
  _i_core._T_List<null, {
225
223
  readonly 'key': string;
226
224
  readonly 'value': _T_Value;
227
225
  }>
228
- ] | readonly ['list', _i_core._T_List<null, _T_Value>] | readonly ['nothing', null] | readonly [
229
- 'optional',
230
- _i_core._T_State_Group<null, readonly ['not set', null] | readonly ['set', _T_Value]>
231
226
  ] | readonly [
232
- 'state',
233
- {
234
- readonly 'state': string;
227
+ 'verbose group',
228
+ _i_core._T_List<null, {
229
+ readonly 'key': string;
235
230
  readonly 'value': _T_Value;
236
- }
231
+ }>
237
232
  ] | readonly [
238
233
  'text',
239
234
  {
240
- readonly 'delimiter': _i_core._T_State_Group<null, readonly ['backtick', null] | readonly ['none', null] | readonly ['quote', null]>;
241
235
  readonly 'value': string;
236
+ readonly 'delimiter': _i_core._T_State_Group<null, readonly ['none', null] | readonly ['quote', null] | readonly ['backtick', null]>;
242
237
  }
238
+ ] | readonly ['nothing', null] | readonly [
239
+ 'optional',
240
+ _i_core._T_State_Group<null, readonly ['not set', null] | readonly ['set', _T_Value]>
243
241
  ] | readonly [
244
- 'verbose group',
245
- _i_core._T_List<null, {
246
- readonly 'key': string;
242
+ 'state',
243
+ {
244
+ readonly 'state': string;
247
245
  readonly 'value': _T_Value;
248
- }>
246
+ }
249
247
  ];
250
248
  }
249
+ export declare namespace Document {
250
+ }
@@ -1,18 +1,18 @@
1
- import * as _i_in from "./data_types/source";
2
1
  import * as _i_out from "../../core/astn_target";
2
+ import * as _i_in from "./data_types/source";
3
3
  import * as _i_vs from "./value_serializers";
4
- export type _T_Document = ($$_: _i_in._T_Document, $$_p: {
4
+ export type _T_Value = ($$_: _i_in._T_Value, $$_p: {
5
5
  readonly 'value serializers': _i_vs._T_Value_Serializers;
6
6
  }) => _i_out._T_Value;
7
- export type _T_Value = ($$_: _i_in._T_Value, $$_p: {
7
+ export type _T_Document = ($$_: _i_in._T_Document, $$_p: {
8
8
  readonly 'value serializers': _i_vs._T_Value_Serializers;
9
9
  }) => _i_out._T_Value;
10
- export type Document = _T_Document;
11
10
  export type Value = _T_Value;
12
- export declare namespace _T_Document {
11
+ export type Document = _T_Document;
12
+ export declare namespace _T_Value {
13
13
  namespace CONTEXT {
14
14
  }
15
- type CONTEXT = _i_in._T_Document;
15
+ type CONTEXT = _i_in._T_Value;
16
16
  namespace PARAMS {
17
17
  namespace value_serializers {
18
18
  }
@@ -22,10 +22,10 @@ export declare namespace _T_Document {
22
22
  }
23
23
  type RESULT = _i_out._T_Value;
24
24
  }
25
- export declare namespace _T_Value {
25
+ export declare namespace _T_Document {
26
26
  namespace CONTEXT {
27
27
  }
28
- type CONTEXT = _i_in._T_Value;
28
+ type CONTEXT = _i_in._T_Document;
29
29
  namespace PARAMS {
30
30
  namespace value_serializers {
31
31
  }
@@ -35,10 +35,10 @@ export declare namespace _T_Value {
35
35
  }
36
36
  type RESULT = _i_out._T_Value;
37
37
  }
38
- export declare namespace Document {
38
+ export declare namespace Value {
39
39
  namespace CONTEXT {
40
40
  }
41
- type CONTEXT = _i_in._T_Document;
41
+ type CONTEXT = _i_in._T_Value;
42
42
  namespace PARAMS {
43
43
  namespace value_serializers {
44
44
  }
@@ -48,10 +48,10 @@ export declare namespace Document {
48
48
  }
49
49
  type RESULT = _i_out._T_Value;
50
50
  }
51
- export declare namespace Value {
51
+ export declare namespace Document {
52
52
  namespace CONTEXT {
53
53
  }
54
- type CONTEXT = _i_in._T_Value;
54
+ type CONTEXT = _i_in._T_Document;
55
55
  namespace PARAMS {
56
56
  namespace value_serializers {
57
57
  }
@@ -1,19 +1,9 @@
1
- import * as _i_in from "./data_types/source";
2
1
  import * as _i_out from "./data_types/target";
3
- export type _T_Document = ($$_: _i_in._T_Document, $$_p: null) => _i_out._T_Document;
2
+ import * as _i_in from "./data_types/source";
4
3
  export type _T_Value = ($$_: _i_in._T_Value, $$_p: null) => _i_out._T_Value;
5
- export type Document = _T_Document;
4
+ export type _T_Document = ($$_: _i_in._T_Document, $$_p: null) => _i_out._T_Document;
6
5
  export type Value = _T_Value;
7
- export declare namespace _T_Document {
8
- namespace CONTEXT {
9
- }
10
- type CONTEXT = _i_in._T_Document;
11
- namespace PARAMS {
12
- }
13
- namespace RESULT {
14
- }
15
- type RESULT = _i_out._T_Document;
16
- }
6
+ export type Document = _T_Document;
17
7
  export declare namespace _T_Value {
18
8
  namespace CONTEXT {
19
9
  }
@@ -24,7 +14,7 @@ export declare namespace _T_Value {
24
14
  }
25
15
  type RESULT = _i_out._T_Value;
26
16
  }
27
- export declare namespace Document {
17
+ export declare namespace _T_Document {
28
18
  namespace CONTEXT {
29
19
  }
30
20
  type CONTEXT = _i_in._T_Document;
@@ -44,3 +34,13 @@ export declare namespace Value {
44
34
  }
45
35
  type RESULT = _i_out._T_Value;
46
36
  }
37
+ export declare namespace Document {
38
+ namespace CONTEXT {
39
+ }
40
+ type CONTEXT = _i_in._T_Document;
41
+ namespace PARAMS {
42
+ }
43
+ namespace RESULT {
44
+ }
45
+ type RESULT = _i_out._T_Document;
46
+ }
@@ -0,0 +1,54 @@
1
+ import * as _i_in from "./data_types/source";
2
+ import * as _i_vs from "./value_serializers";
3
+ export type _T_Value = ($$_: _i_in._T_Value, $$_p: {
4
+ readonly 'value serializers': _i_vs._T_Value_Serializers;
5
+ }) => string;
6
+ export type _T_Document = ($$_: _i_in._T_Document, $$_p: {
7
+ readonly 'value serializers': _i_vs._T_Value_Serializers;
8
+ }) => string;
9
+ export type Value = _T_Value;
10
+ export type Document = _T_Document;
11
+ export declare namespace _T_Value {
12
+ namespace CONTEXT {
13
+ }
14
+ type CONTEXT = _i_in._T_Value;
15
+ namespace PARAMS {
16
+ namespace value_serializers {
17
+ }
18
+ type value_serializers = _i_vs._T_Value_Serializers;
19
+ }
20
+ type RESULT = string;
21
+ }
22
+ export declare namespace _T_Document {
23
+ namespace CONTEXT {
24
+ }
25
+ type CONTEXT = _i_in._T_Document;
26
+ namespace PARAMS {
27
+ namespace value_serializers {
28
+ }
29
+ type value_serializers = _i_vs._T_Value_Serializers;
30
+ }
31
+ type RESULT = string;
32
+ }
33
+ export declare namespace Value {
34
+ namespace CONTEXT {
35
+ }
36
+ type CONTEXT = _i_in._T_Value;
37
+ namespace PARAMS {
38
+ namespace value_serializers {
39
+ }
40
+ type value_serializers = _i_vs._T_Value_Serializers;
41
+ }
42
+ type RESULT = string;
43
+ }
44
+ export declare namespace Document {
45
+ namespace CONTEXT {
46
+ }
47
+ type CONTEXT = _i_in._T_Document;
48
+ namespace PARAMS {
49
+ namespace value_serializers {
50
+ }
51
+ type value_serializers = _i_vs._T_Value_Serializers;
52
+ }
53
+ type RESULT = string;
54
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2VyaWFsaXplLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vc3JjL2ludGVyZmFjZS9nZW5lcmF0ZWQvcGFyZXRvL3NjaGVtYXMvc2VhbGVkX3RhcmdldC9zZXJpYWxpemUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiJ9
@@ -1,15 +1,15 @@
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_Document = ($$_: _i_in._T_Value, $$_p: {
5
- readonly 'value deserializers': _i_vd._T_Value_Deserializers;
6
- }) => _i_out._T_Document;
7
4
  export type _T_Value = ($$_: _i_in._T_Value, $$_p: {
8
5
  readonly 'value deserializers': _i_vd._T_Value_Deserializers;
9
6
  }) => _i_out._T_Value;
10
- export type Document = _T_Document;
7
+ export type _T_Document = ($$_: _i_in._T_Value, $$_p: {
8
+ readonly 'value deserializers': _i_vd._T_Value_Deserializers;
9
+ }) => _i_out._T_Document;
11
10
  export type Value = _T_Value;
12
- export declare namespace _T_Document {
11
+ export type Document = _T_Document;
12
+ export declare namespace _T_Value {
13
13
  namespace CONTEXT {
14
14
  }
15
15
  type CONTEXT = _i_in._T_Value;
@@ -20,9 +20,9 @@ export declare namespace _T_Document {
20
20
  }
21
21
  namespace RESULT {
22
22
  }
23
- type RESULT = _i_out._T_Document;
23
+ type RESULT = _i_out._T_Value;
24
24
  }
25
- export declare namespace _T_Value {
25
+ export declare namespace _T_Document {
26
26
  namespace CONTEXT {
27
27
  }
28
28
  type CONTEXT = _i_in._T_Value;
@@ -33,9 +33,9 @@ export declare namespace _T_Value {
33
33
  }
34
34
  namespace RESULT {
35
35
  }
36
- type RESULT = _i_out._T_Value;
36
+ type RESULT = _i_out._T_Document;
37
37
  }
38
- export declare namespace Document {
38
+ export declare namespace Value {
39
39
  namespace CONTEXT {
40
40
  }
41
41
  type CONTEXT = _i_in._T_Value;
@@ -46,9 +46,9 @@ export declare namespace Document {
46
46
  }
47
47
  namespace RESULT {
48
48
  }
49
- type RESULT = _i_out._T_Document;
49
+ type RESULT = _i_out._T_Value;
50
50
  }
51
- export declare namespace Value {
51
+ export declare namespace Document {
52
52
  namespace CONTEXT {
53
53
  }
54
54
  type CONTEXT = _i_in._T_Value;
@@ -59,5 +59,5 @@ export declare namespace Value {
59
59
  }
60
60
  namespace RESULT {
61
61
  }
62
- type RESULT = _i_out._T_Value;
62
+ type RESULT = _i_out._T_Document;
63
63
  }
@@ -1,12 +1,19 @@
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': {
4
5
  readonly 'Position': ($$_: string, $$_p: null) => number;
5
6
  };
6
- readonly 'default number': ($$_: string, $$_p: null) => number;
7
7
  };
8
8
  export type Value_Deserializers = _T_Value_Deserializers;
9
9
  export declare namespace _T_Value_Deserializers {
10
+ namespace default_number {
11
+ type CONTEXT = string;
12
+ namespace PARAMS {
13
+ }
14
+ type RESULT = number;
15
+ }
16
+ type default_number = ($$_: string, $$_p: null) => number;
10
17
  namespace _boolean {
11
18
  type CONTEXT = string;
12
19
  namespace PARAMS {
@@ -26,6 +33,8 @@ export declare namespace _T_Value_Deserializers {
26
33
  type custom_numbers = {
27
34
  readonly 'Position': ($$_: string, $$_p: null) => number;
28
35
  };
36
+ }
37
+ export declare namespace Value_Deserializers {
29
38
  namespace default_number {
30
39
  type CONTEXT = string;
31
40
  namespace PARAMS {
@@ -33,8 +42,6 @@ export declare namespace _T_Value_Deserializers {
33
42
  type RESULT = number;
34
43
  }
35
44
  type default_number = ($$_: string, $$_p: null) => number;
36
- }
37
- export declare namespace Value_Deserializers {
38
45
  namespace _boolean {
39
46
  type CONTEXT = string;
40
47
  namespace PARAMS {
@@ -54,11 +61,4 @@ export declare namespace Value_Deserializers {
54
61
  type custom_numbers = {
55
62
  readonly 'Position': ($$_: string, $$_p: null) => number;
56
63
  };
57
- namespace default_number {
58
- type CONTEXT = string;
59
- namespace PARAMS {
60
- }
61
- type RESULT = number;
62
- }
63
- type default_number = ($$_: string, $$_p: null) => number;
64
64
  }
@@ -1,12 +1,19 @@
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': {
4
5
  readonly 'Position': ($$_: number, $$_p: null) => string;
5
6
  };
6
- readonly 'default number': ($$_: number, $$_p: null) => string;
7
7
  };
8
8
  export type Value_Serializers = _T_Value_Serializers;
9
9
  export declare namespace _T_Value_Serializers {
10
+ namespace default_number {
11
+ type CONTEXT = number;
12
+ namespace PARAMS {
13
+ }
14
+ type RESULT = string;
15
+ }
16
+ type default_number = ($$_: number, $$_p: null) => string;
10
17
  namespace _boolean {
11
18
  type CONTEXT = boolean;
12
19
  namespace PARAMS {
@@ -26,6 +33,8 @@ export declare namespace _T_Value_Serializers {
26
33
  type custom_numbers = {
27
34
  readonly 'Position': ($$_: number, $$_p: null) => string;
28
35
  };
36
+ }
37
+ export declare namespace Value_Serializers {
29
38
  namespace default_number {
30
39
  type CONTEXT = number;
31
40
  namespace PARAMS {
@@ -33,8 +42,6 @@ export declare namespace _T_Value_Serializers {
33
42
  type RESULT = string;
34
43
  }
35
44
  type default_number = ($$_: number, $$_p: null) => string;
36
- }
37
- export declare namespace Value_Serializers {
38
45
  namespace _boolean {
39
46
  type CONTEXT = boolean;
40
47
  namespace PARAMS {
@@ -54,11 +61,4 @@ export declare namespace Value_Serializers {
54
61
  type custom_numbers = {
55
62
  readonly 'Position': ($$_: number, $$_p: null) => string;
56
63
  };
57
- namespace default_number {
58
- type CONTEXT = number;
59
- namespace PARAMS {
60
- }
61
- type RESULT = string;
62
- }
63
- type default_number = ($$_: number, $$_p: null) => string;
64
64
  }
@@ -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,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmVzb2x2ZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3NyYy9pbnRlcmZhY2UvZ2VuZXJhdGVkL3BhcmV0by9zY2hlbWFzL3Rva2VuL2RhdGFfdHlwZXMvcmVzb2x2ZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOztBQUtBLGFBQWE7QUFFYiwyQ0FBMkM7QUFFM0Msd0RBQXdEO0FBRXhELCtCQUErQiJ9
7
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmVzb2x2ZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3NyYy9pbnRlcmZhY2UvZ2VuZXJhdGVkL3BhcmV0by9zY2hlbWFzL3Rva2VuL2RhdGFfdHlwZXMvcmVzb2x2ZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOztBQU1BLGFBQWE7QUFFYiwyQ0FBMkM7QUFFM0Msd0RBQXdEO0FBRXhELCtCQUErQiJ9