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
@@ -0,0 +1,262 @@
1
+ import * as _i_in from "./data_types/source";
2
+ import * as _i_vs from "./value_serializers";
3
+ export type _T_Relative_Location = ($$_: _i_in._T_Relative_Location, $$_p: {
4
+ readonly 'value serializers': _i_vs._T_Value_Serializers;
5
+ }) => string;
6
+ export type _T_Location = ($$_: _i_in._T_Location, $$_p: {
7
+ readonly 'value serializers': _i_vs._T_Value_Serializers;
8
+ }) => string;
9
+ export type _T_Range = ($$_: _i_in._T_Range, $$_p: {
10
+ readonly 'value serializers': _i_vs._T_Value_Serializers;
11
+ }) => string;
12
+ export type _T_Whitespace = ($$_: _i_in._T_Whitespace, $$_p: {
13
+ readonly 'value serializers': _i_vs._T_Value_Serializers;
14
+ }) => string;
15
+ export type _T_Trivia = ($$_: _i_in._T_Trivia, $$_p: {
16
+ readonly 'value serializers': _i_vs._T_Value_Serializers;
17
+ }) => string;
18
+ export type _T_Delimited_String = ($$_: _i_in._T_Delimited_String, $$_p: {
19
+ readonly 'value serializers': _i_vs._T_Value_Serializers;
20
+ }) => string;
21
+ export type _T_String_Type = ($$_: _i_in._T_String_Type, $$_p: {
22
+ readonly 'value serializers': _i_vs._T_Value_Serializers;
23
+ }) => string;
24
+ export type _T_Token_Type = ($$_: _i_in._T_Token_Type, $$_p: {
25
+ readonly 'value serializers': _i_vs._T_Value_Serializers;
26
+ }) => string;
27
+ export type _T_Annotated_Token = ($$_: _i_in._T_Annotated_Token, $$_p: {
28
+ readonly 'value serializers': _i_vs._T_Value_Serializers;
29
+ }) => string;
30
+ export type _T_Tokenizer_Result = ($$_: _i_in._T_Tokenizer_Result, $$_p: {
31
+ readonly 'value serializers': _i_vs._T_Value_Serializers;
32
+ }) => string;
33
+ export type Relative_Location = _T_Relative_Location;
34
+ export type Location = _T_Location;
35
+ export type Range = _T_Range;
36
+ export type Whitespace = _T_Whitespace;
37
+ export type Trivia = _T_Trivia;
38
+ export type Delimited_String = _T_Delimited_String;
39
+ export type String_Type = _T_String_Type;
40
+ export type Token_Type = _T_Token_Type;
41
+ export type Annotated_Token = _T_Annotated_Token;
42
+ export type Tokenizer_Result = _T_Tokenizer_Result;
43
+ export declare namespace _T_Relative_Location {
44
+ namespace CONTEXT {
45
+ }
46
+ type CONTEXT = _i_in._T_Relative_Location;
47
+ namespace PARAMS {
48
+ namespace value_serializers {
49
+ }
50
+ type value_serializers = _i_vs._T_Value_Serializers;
51
+ }
52
+ type RESULT = string;
53
+ }
54
+ export declare namespace _T_Location {
55
+ namespace CONTEXT {
56
+ }
57
+ type CONTEXT = _i_in._T_Location;
58
+ namespace PARAMS {
59
+ namespace value_serializers {
60
+ }
61
+ type value_serializers = _i_vs._T_Value_Serializers;
62
+ }
63
+ type RESULT = string;
64
+ }
65
+ export declare namespace _T_Range {
66
+ namespace CONTEXT {
67
+ }
68
+ type CONTEXT = _i_in._T_Range;
69
+ namespace PARAMS {
70
+ namespace value_serializers {
71
+ }
72
+ type value_serializers = _i_vs._T_Value_Serializers;
73
+ }
74
+ type RESULT = string;
75
+ }
76
+ export declare namespace _T_Whitespace {
77
+ namespace CONTEXT {
78
+ }
79
+ type CONTEXT = _i_in._T_Whitespace;
80
+ namespace PARAMS {
81
+ namespace value_serializers {
82
+ }
83
+ type value_serializers = _i_vs._T_Value_Serializers;
84
+ }
85
+ type RESULT = string;
86
+ }
87
+ export declare namespace _T_Trivia {
88
+ namespace CONTEXT {
89
+ }
90
+ type CONTEXT = _i_in._T_Trivia;
91
+ namespace PARAMS {
92
+ namespace value_serializers {
93
+ }
94
+ type value_serializers = _i_vs._T_Value_Serializers;
95
+ }
96
+ type RESULT = string;
97
+ }
98
+ export declare namespace _T_Delimited_String {
99
+ namespace CONTEXT {
100
+ }
101
+ type CONTEXT = _i_in._T_Delimited_String;
102
+ namespace PARAMS {
103
+ namespace value_serializers {
104
+ }
105
+ type value_serializers = _i_vs._T_Value_Serializers;
106
+ }
107
+ type RESULT = string;
108
+ }
109
+ export declare namespace _T_String_Type {
110
+ namespace CONTEXT {
111
+ }
112
+ type CONTEXT = _i_in._T_String_Type;
113
+ namespace PARAMS {
114
+ namespace value_serializers {
115
+ }
116
+ type value_serializers = _i_vs._T_Value_Serializers;
117
+ }
118
+ type RESULT = string;
119
+ }
120
+ export declare namespace _T_Token_Type {
121
+ namespace CONTEXT {
122
+ }
123
+ type CONTEXT = _i_in._T_Token_Type;
124
+ namespace PARAMS {
125
+ namespace value_serializers {
126
+ }
127
+ type value_serializers = _i_vs._T_Value_Serializers;
128
+ }
129
+ type RESULT = string;
130
+ }
131
+ export declare namespace _T_Annotated_Token {
132
+ namespace CONTEXT {
133
+ }
134
+ type CONTEXT = _i_in._T_Annotated_Token;
135
+ namespace PARAMS {
136
+ namespace value_serializers {
137
+ }
138
+ type value_serializers = _i_vs._T_Value_Serializers;
139
+ }
140
+ type RESULT = string;
141
+ }
142
+ export declare namespace _T_Tokenizer_Result {
143
+ namespace CONTEXT {
144
+ }
145
+ type CONTEXT = _i_in._T_Tokenizer_Result;
146
+ namespace PARAMS {
147
+ namespace value_serializers {
148
+ }
149
+ type value_serializers = _i_vs._T_Value_Serializers;
150
+ }
151
+ type RESULT = string;
152
+ }
153
+ export declare namespace Relative_Location {
154
+ namespace CONTEXT {
155
+ }
156
+ type CONTEXT = _i_in._T_Relative_Location;
157
+ namespace PARAMS {
158
+ namespace value_serializers {
159
+ }
160
+ type value_serializers = _i_vs._T_Value_Serializers;
161
+ }
162
+ type RESULT = string;
163
+ }
164
+ export declare namespace Location {
165
+ namespace CONTEXT {
166
+ }
167
+ type CONTEXT = _i_in._T_Location;
168
+ namespace PARAMS {
169
+ namespace value_serializers {
170
+ }
171
+ type value_serializers = _i_vs._T_Value_Serializers;
172
+ }
173
+ type RESULT = string;
174
+ }
175
+ export declare namespace Range {
176
+ namespace CONTEXT {
177
+ }
178
+ type CONTEXT = _i_in._T_Range;
179
+ namespace PARAMS {
180
+ namespace value_serializers {
181
+ }
182
+ type value_serializers = _i_vs._T_Value_Serializers;
183
+ }
184
+ type RESULT = string;
185
+ }
186
+ export declare namespace Whitespace {
187
+ namespace CONTEXT {
188
+ }
189
+ type CONTEXT = _i_in._T_Whitespace;
190
+ namespace PARAMS {
191
+ namespace value_serializers {
192
+ }
193
+ type value_serializers = _i_vs._T_Value_Serializers;
194
+ }
195
+ type RESULT = string;
196
+ }
197
+ export declare namespace Trivia {
198
+ namespace CONTEXT {
199
+ }
200
+ type CONTEXT = _i_in._T_Trivia;
201
+ namespace PARAMS {
202
+ namespace value_serializers {
203
+ }
204
+ type value_serializers = _i_vs._T_Value_Serializers;
205
+ }
206
+ type RESULT = string;
207
+ }
208
+ export declare namespace Delimited_String {
209
+ namespace CONTEXT {
210
+ }
211
+ type CONTEXT = _i_in._T_Delimited_String;
212
+ namespace PARAMS {
213
+ namespace value_serializers {
214
+ }
215
+ type value_serializers = _i_vs._T_Value_Serializers;
216
+ }
217
+ type RESULT = string;
218
+ }
219
+ export declare namespace String_Type {
220
+ namespace CONTEXT {
221
+ }
222
+ type CONTEXT = _i_in._T_String_Type;
223
+ namespace PARAMS {
224
+ namespace value_serializers {
225
+ }
226
+ type value_serializers = _i_vs._T_Value_Serializers;
227
+ }
228
+ type RESULT = string;
229
+ }
230
+ export declare namespace Token_Type {
231
+ namespace CONTEXT {
232
+ }
233
+ type CONTEXT = _i_in._T_Token_Type;
234
+ namespace PARAMS {
235
+ namespace value_serializers {
236
+ }
237
+ type value_serializers = _i_vs._T_Value_Serializers;
238
+ }
239
+ type RESULT = string;
240
+ }
241
+ export declare namespace Annotated_Token {
242
+ namespace CONTEXT {
243
+ }
244
+ type CONTEXT = _i_in._T_Annotated_Token;
245
+ namespace PARAMS {
246
+ namespace value_serializers {
247
+ }
248
+ type value_serializers = _i_vs._T_Value_Serializers;
249
+ }
250
+ type RESULT = string;
251
+ }
252
+ export declare namespace Tokenizer_Result {
253
+ namespace CONTEXT {
254
+ }
255
+ type CONTEXT = _i_in._T_Tokenizer_Result;
256
+ namespace PARAMS {
257
+ namespace value_serializers {
258
+ }
259
+ type value_serializers = _i_vs._T_Value_Serializers;
260
+ }
261
+ type RESULT = string;
262
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2VyaWFsaXplLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vc3JjL2ludGVyZmFjZS9nZW5lcmF0ZWQvcGFyZXRvL3NjaGVtYXMvdG9rZW4vc2VyaWFsaXplLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIifQ==
@@ -1,47 +1,47 @@
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_Annotated_Token = ($$_: _i_in._T_Value, $$_p: {
5
- readonly 'value deserializers': _i_vd._T_Value_Deserializers;
6
- }) => _i_out._T_Annotated_Token;
7
- export type _T_Delimited_String = ($$_: _i_in._T_Value, $$_p: {
4
+ export type _T_Relative_Location = ($$_: _i_in._T_Value, $$_p: {
8
5
  readonly 'value deserializers': _i_vd._T_Value_Deserializers;
9
- }) => _i_out._T_Delimited_String;
6
+ }) => _i_out._T_Relative_Location;
10
7
  export type _T_Location = ($$_: _i_in._T_Value, $$_p: {
11
8
  readonly 'value deserializers': _i_vd._T_Value_Deserializers;
12
9
  }) => _i_out._T_Location;
13
10
  export type _T_Range = ($$_: _i_in._T_Value, $$_p: {
14
11
  readonly 'value deserializers': _i_vd._T_Value_Deserializers;
15
12
  }) => _i_out._T_Range;
16
- export type _T_Relative_Location = ($$_: _i_in._T_Value, $$_p: {
13
+ export type _T_Whitespace = ($$_: _i_in._T_Value, $$_p: {
17
14
  readonly 'value deserializers': _i_vd._T_Value_Deserializers;
18
- }) => _i_out._T_Relative_Location;
15
+ }) => _i_out._T_Whitespace;
16
+ export type _T_Trivia = ($$_: _i_in._T_Value, $$_p: {
17
+ readonly 'value deserializers': _i_vd._T_Value_Deserializers;
18
+ }) => _i_out._T_Trivia;
19
+ export type _T_Delimited_String = ($$_: _i_in._T_Value, $$_p: {
20
+ readonly 'value deserializers': _i_vd._T_Value_Deserializers;
21
+ }) => _i_out._T_Delimited_String;
19
22
  export type _T_String_Type = ($$_: _i_in._T_Value, $$_p: {
20
23
  readonly 'value deserializers': _i_vd._T_Value_Deserializers;
21
24
  }) => _i_out._T_String_Type;
22
25
  export type _T_Token_Type = ($$_: _i_in._T_Value, $$_p: {
23
26
  readonly 'value deserializers': _i_vd._T_Value_Deserializers;
24
27
  }) => _i_out._T_Token_Type;
28
+ export type _T_Annotated_Token = ($$_: _i_in._T_Value, $$_p: {
29
+ readonly 'value deserializers': _i_vd._T_Value_Deserializers;
30
+ }) => _i_out._T_Annotated_Token;
25
31
  export type _T_Tokenizer_Result = ($$_: _i_in._T_Value, $$_p: {
26
32
  readonly 'value deserializers': _i_vd._T_Value_Deserializers;
27
33
  }) => _i_out._T_Tokenizer_Result;
28
- export type _T_Trivia = ($$_: _i_in._T_Value, $$_p: {
29
- readonly 'value deserializers': _i_vd._T_Value_Deserializers;
30
- }) => _i_out._T_Trivia;
31
- export type _T_Whitespace = ($$_: _i_in._T_Value, $$_p: {
32
- readonly 'value deserializers': _i_vd._T_Value_Deserializers;
33
- }) => _i_out._T_Whitespace;
34
- export type Annotated_Token = _T_Annotated_Token;
35
- export type Delimited_String = _T_Delimited_String;
34
+ export type Relative_Location = _T_Relative_Location;
36
35
  export type Location = _T_Location;
37
36
  export type Range = _T_Range;
38
- export type Relative_Location = _T_Relative_Location;
37
+ export type Whitespace = _T_Whitespace;
38
+ export type Trivia = _T_Trivia;
39
+ export type Delimited_String = _T_Delimited_String;
39
40
  export type String_Type = _T_String_Type;
40
41
  export type Token_Type = _T_Token_Type;
42
+ export type Annotated_Token = _T_Annotated_Token;
41
43
  export type Tokenizer_Result = _T_Tokenizer_Result;
42
- export type Trivia = _T_Trivia;
43
- export type Whitespace = _T_Whitespace;
44
- export declare namespace _T_Annotated_Token {
44
+ export declare namespace _T_Relative_Location {
45
45
  namespace CONTEXT {
46
46
  }
47
47
  type CONTEXT = _i_in._T_Value;
@@ -52,9 +52,9 @@ export declare namespace _T_Annotated_Token {
52
52
  }
53
53
  namespace RESULT {
54
54
  }
55
- type RESULT = _i_out._T_Annotated_Token;
55
+ type RESULT = _i_out._T_Relative_Location;
56
56
  }
57
- export declare namespace _T_Delimited_String {
57
+ export declare namespace _T_Location {
58
58
  namespace CONTEXT {
59
59
  }
60
60
  type CONTEXT = _i_in._T_Value;
@@ -65,9 +65,9 @@ export declare namespace _T_Delimited_String {
65
65
  }
66
66
  namespace RESULT {
67
67
  }
68
- type RESULT = _i_out._T_Delimited_String;
68
+ type RESULT = _i_out._T_Location;
69
69
  }
70
- export declare namespace _T_Location {
70
+ export declare namespace _T_Range {
71
71
  namespace CONTEXT {
72
72
  }
73
73
  type CONTEXT = _i_in._T_Value;
@@ -78,9 +78,9 @@ export declare namespace _T_Location {
78
78
  }
79
79
  namespace RESULT {
80
80
  }
81
- type RESULT = _i_out._T_Location;
81
+ type RESULT = _i_out._T_Range;
82
82
  }
83
- export declare namespace _T_Range {
83
+ export declare namespace _T_Whitespace {
84
84
  namespace CONTEXT {
85
85
  }
86
86
  type CONTEXT = _i_in._T_Value;
@@ -91,9 +91,9 @@ export declare namespace _T_Range {
91
91
  }
92
92
  namespace RESULT {
93
93
  }
94
- type RESULT = _i_out._T_Range;
94
+ type RESULT = _i_out._T_Whitespace;
95
95
  }
96
- export declare namespace _T_Relative_Location {
96
+ export declare namespace _T_Trivia {
97
97
  namespace CONTEXT {
98
98
  }
99
99
  type CONTEXT = _i_in._T_Value;
@@ -104,9 +104,9 @@ export declare namespace _T_Relative_Location {
104
104
  }
105
105
  namespace RESULT {
106
106
  }
107
- type RESULT = _i_out._T_Relative_Location;
107
+ type RESULT = _i_out._T_Trivia;
108
108
  }
109
- export declare namespace _T_String_Type {
109
+ export declare namespace _T_Delimited_String {
110
110
  namespace CONTEXT {
111
111
  }
112
112
  type CONTEXT = _i_in._T_Value;
@@ -117,9 +117,9 @@ export declare namespace _T_String_Type {
117
117
  }
118
118
  namespace RESULT {
119
119
  }
120
- type RESULT = _i_out._T_String_Type;
120
+ type RESULT = _i_out._T_Delimited_String;
121
121
  }
122
- export declare namespace _T_Token_Type {
122
+ export declare namespace _T_String_Type {
123
123
  namespace CONTEXT {
124
124
  }
125
125
  type CONTEXT = _i_in._T_Value;
@@ -130,9 +130,9 @@ export declare namespace _T_Token_Type {
130
130
  }
131
131
  namespace RESULT {
132
132
  }
133
- type RESULT = _i_out._T_Token_Type;
133
+ type RESULT = _i_out._T_String_Type;
134
134
  }
135
- export declare namespace _T_Tokenizer_Result {
135
+ export declare namespace _T_Token_Type {
136
136
  namespace CONTEXT {
137
137
  }
138
138
  type CONTEXT = _i_in._T_Value;
@@ -143,9 +143,9 @@ export declare namespace _T_Tokenizer_Result {
143
143
  }
144
144
  namespace RESULT {
145
145
  }
146
- type RESULT = _i_out._T_Tokenizer_Result;
146
+ type RESULT = _i_out._T_Token_Type;
147
147
  }
148
- export declare namespace _T_Trivia {
148
+ export declare namespace _T_Annotated_Token {
149
149
  namespace CONTEXT {
150
150
  }
151
151
  type CONTEXT = _i_in._T_Value;
@@ -156,9 +156,9 @@ export declare namespace _T_Trivia {
156
156
  }
157
157
  namespace RESULT {
158
158
  }
159
- type RESULT = _i_out._T_Trivia;
159
+ type RESULT = _i_out._T_Annotated_Token;
160
160
  }
161
- export declare namespace _T_Whitespace {
161
+ export declare namespace _T_Tokenizer_Result {
162
162
  namespace CONTEXT {
163
163
  }
164
164
  type CONTEXT = _i_in._T_Value;
@@ -169,9 +169,9 @@ export declare namespace _T_Whitespace {
169
169
  }
170
170
  namespace RESULT {
171
171
  }
172
- type RESULT = _i_out._T_Whitespace;
172
+ type RESULT = _i_out._T_Tokenizer_Result;
173
173
  }
174
- export declare namespace Annotated_Token {
174
+ export declare namespace Relative_Location {
175
175
  namespace CONTEXT {
176
176
  }
177
177
  type CONTEXT = _i_in._T_Value;
@@ -182,9 +182,9 @@ export declare namespace Annotated_Token {
182
182
  }
183
183
  namespace RESULT {
184
184
  }
185
- type RESULT = _i_out._T_Annotated_Token;
185
+ type RESULT = _i_out._T_Relative_Location;
186
186
  }
187
- export declare namespace Delimited_String {
187
+ export declare namespace Location {
188
188
  namespace CONTEXT {
189
189
  }
190
190
  type CONTEXT = _i_in._T_Value;
@@ -195,9 +195,9 @@ export declare namespace Delimited_String {
195
195
  }
196
196
  namespace RESULT {
197
197
  }
198
- type RESULT = _i_out._T_Delimited_String;
198
+ type RESULT = _i_out._T_Location;
199
199
  }
200
- export declare namespace Location {
200
+ export declare namespace Range {
201
201
  namespace CONTEXT {
202
202
  }
203
203
  type CONTEXT = _i_in._T_Value;
@@ -208,9 +208,9 @@ export declare namespace Location {
208
208
  }
209
209
  namespace RESULT {
210
210
  }
211
- type RESULT = _i_out._T_Location;
211
+ type RESULT = _i_out._T_Range;
212
212
  }
213
- export declare namespace Range {
213
+ export declare namespace Whitespace {
214
214
  namespace CONTEXT {
215
215
  }
216
216
  type CONTEXT = _i_in._T_Value;
@@ -221,9 +221,9 @@ export declare namespace Range {
221
221
  }
222
222
  namespace RESULT {
223
223
  }
224
- type RESULT = _i_out._T_Range;
224
+ type RESULT = _i_out._T_Whitespace;
225
225
  }
226
- export declare namespace Relative_Location {
226
+ export declare namespace Trivia {
227
227
  namespace CONTEXT {
228
228
  }
229
229
  type CONTEXT = _i_in._T_Value;
@@ -234,9 +234,9 @@ export declare namespace Relative_Location {
234
234
  }
235
235
  namespace RESULT {
236
236
  }
237
- type RESULT = _i_out._T_Relative_Location;
237
+ type RESULT = _i_out._T_Trivia;
238
238
  }
239
- export declare namespace String_Type {
239
+ export declare namespace Delimited_String {
240
240
  namespace CONTEXT {
241
241
  }
242
242
  type CONTEXT = _i_in._T_Value;
@@ -247,9 +247,9 @@ export declare namespace String_Type {
247
247
  }
248
248
  namespace RESULT {
249
249
  }
250
- type RESULT = _i_out._T_String_Type;
250
+ type RESULT = _i_out._T_Delimited_String;
251
251
  }
252
- export declare namespace Token_Type {
252
+ export declare namespace String_Type {
253
253
  namespace CONTEXT {
254
254
  }
255
255
  type CONTEXT = _i_in._T_Value;
@@ -260,9 +260,9 @@ export declare namespace Token_Type {
260
260
  }
261
261
  namespace RESULT {
262
262
  }
263
- type RESULT = _i_out._T_Token_Type;
263
+ type RESULT = _i_out._T_String_Type;
264
264
  }
265
- export declare namespace Tokenizer_Result {
265
+ export declare namespace Token_Type {
266
266
  namespace CONTEXT {
267
267
  }
268
268
  type CONTEXT = _i_in._T_Value;
@@ -273,9 +273,9 @@ export declare namespace Tokenizer_Result {
273
273
  }
274
274
  namespace RESULT {
275
275
  }
276
- type RESULT = _i_out._T_Tokenizer_Result;
276
+ type RESULT = _i_out._T_Token_Type;
277
277
  }
278
- export declare namespace Trivia {
278
+ export declare namespace Annotated_Token {
279
279
  namespace CONTEXT {
280
280
  }
281
281
  type CONTEXT = _i_in._T_Value;
@@ -286,9 +286,9 @@ export declare namespace Trivia {
286
286
  }
287
287
  namespace RESULT {
288
288
  }
289
- type RESULT = _i_out._T_Trivia;
289
+ type RESULT = _i_out._T_Annotated_Token;
290
290
  }
291
- export declare namespace Whitespace {
291
+ export declare namespace Tokenizer_Result {
292
292
  namespace CONTEXT {
293
293
  }
294
294
  type CONTEXT = _i_in._T_Value;
@@ -299,5 +299,5 @@ export declare namespace Whitespace {
299
299
  }
300
300
  namespace RESULT {
301
301
  }
302
- type RESULT = _i_out._T_Whitespace;
302
+ type RESULT = _i_out._T_Tokenizer_Result;
303
303
  }
@@ -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
  }
@@ -1,17 +1,17 @@
1
- import * as _et from 'pareto-core-interface';
1
+ import * as _pi from 'pareto-core-interface';
2
2
  import * as t from "../../../../interface/generated/pareto/core/astn_source";
3
3
  import * as unconstrained from "../../../../interface/generated/pareto/core/unconstrained";
4
4
  import * as unresolved from "../../../../interface/generated/pareto/core/unresolved";
5
5
  export declare const process_unconstrained_state_group: <Mapped_Value>($: t._T_Value, $p: {
6
- "states": _et.Dictionary<($: t._T_Value) => Mapped_Value>;
6
+ "states": _pi.Dictionary<($: t._T_Value) => Mapped_Value>;
7
7
  }) => Mapped_Value;
8
8
  export declare const process_unresolved_state_group: <Mapped_Value>($: t._T_Value, $p: {
9
- "states": _et.Dictionary<($: t._T_Value) => Mapped_Value>;
9
+ "states": _pi.Dictionary<($: t._T_Value) => Mapped_Value>;
10
10
  }) => unresolved.State_Group<t._T_Range, Mapped_Value>;
11
11
  export declare const process_group: <Mapped_Value>($: t._T_Value, $p: {
12
- "properties": ($: _et.Dictionary<t._T_Value>) => Mapped_Value;
12
+ "properties": ($: _pi.Dictionary<t._T_Value>) => Mapped_Value;
13
13
  }) => Mapped_Value;
14
- export declare const get_entry: ($: _et.Dictionary<t._T_Value>, $p: {
14
+ export declare const get_entry: ($: _pi.Dictionary<t._T_Value>, $p: {
15
15
  "key": string;
16
16
  }) => t._T_Value;
17
17
  export declare const process_unresolved_dictionary: <Mapped_Value>($: t._T_Value, $p: {
@@ -35,7 +35,7 @@ export declare const process_unconstrained_list: <Mapped_Value>($: t._T_Value, $
35
35
  }) => unconstrained.List<null, Mapped_Value>;
36
36
  export declare const process_optional: <Mapped_Value>($: t._T_Value, $p: {
37
37
  "value": ($: t._T_Value) => Mapped_Value;
38
- }) => _et.Optional_Value<Mapped_Value>;
38
+ }) => _pi.Optional_Value<Mapped_Value>;
39
39
  export declare const process_nothing: ($: t._T_Value, $p: null) => null;
40
40
  export declare const process_selected_reference: <Mapped_Value>($: t._T_Value, $p: null) => unresolved.Reference_To_Normal_Dictionary_Entry<t._T_Range, Mapped_Value>;
41
41
  export declare const process_stack_reference: <Mapped_Value>($: t._T_Value, $p: null) => unresolved.Reference_To_Stacked_Dictionary_Entry<t._T_Range, Mapped_Value>;