astn 0.113.20 → 0.113.21

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 (183) hide show
  1. package/dist/bin/convert_to_json.js +7 -9
  2. package/dist/bin/validate_astn.js +7 -9
  3. package/dist/implementation/generated/pareto/generic/parse/ast.js +35 -35
  4. package/dist/implementation/generated/pareto/generic/parse/astn_parse_generic.js +2 -2
  5. package/dist/implementation/generated/pareto/generic/parse/string_iterator.js +30 -7
  6. package/dist/implementation/generated/pareto/generic/parse/token.js +10 -10
  7. package/dist/implementation/generated/pareto/generic/serialize.js +5 -5
  8. package/dist/implementation/generated/pareto/generic/unmarshall.d.ts +26 -26
  9. package/dist/implementation/generated/pareto/generic/unmarshall.js +31 -40
  10. package/dist/implementation/generated/pareto/schemas/astn_schema/marshall.js +28 -28
  11. package/dist/implementation/generated/pareto/schemas/astn_schema/resolve.js +78 -78
  12. package/dist/implementation/generated/pareto/schemas/astn_schema/unmarshall.js +21 -21
  13. package/dist/implementation/generated/pareto/schemas/authoring_parse_result/marshall.js +11 -11
  14. package/dist/implementation/generated/pareto/schemas/authoring_parse_result/unmarshall.js +11 -11
  15. package/dist/implementation/generated/pareto/schemas/authoring_parse_tree/marshall.js +61 -61
  16. package/dist/implementation/generated/pareto/schemas/authoring_parse_tree/unmarshall.js +46 -46
  17. package/dist/implementation/generated/pareto/schemas/authoring_target/marshall.js +17 -17
  18. package/dist/implementation/generated/pareto/schemas/authoring_target/unmarshall.js +14 -14
  19. package/dist/implementation/generated/pareto/schemas/ide/marshall.js +13 -13
  20. package/dist/implementation/generated/pareto/schemas/ide/unmarshall.js +9 -9
  21. package/dist/implementation/generated/pareto/schemas/sealed_target/marshall.js +15 -15
  22. package/dist/implementation/generated/pareto/schemas/sealed_target/unmarshall.js +12 -12
  23. package/dist/implementation/generated/pareto/schemas/token/marshall.js +34 -34
  24. package/dist/implementation/generated/pareto/schemas/token/unmarshall.js +27 -27
  25. package/dist/implementation/manual/commands/convert_to_json.d.ts +2 -2
  26. package/dist/implementation/manual/commands/convert_to_json.js +5 -54
  27. package/dist/implementation/manual/commands/validate_astn.d.ts +2 -2
  28. package/dist/implementation/manual/commands/validate_astn.js +5 -54
  29. package/dist/implementation/manual/create_stream_to_stream_command.d.ts +3 -0
  30. package/dist/implementation/manual/create_stream_to_stream_command.js +53 -0
  31. package/dist/implementation/manual/primitives/text/serializers/apostrophed.d.ts +6 -4
  32. package/dist/implementation/manual/primitives/text/serializers/apostrophed.js +4 -4
  33. package/dist/implementation/manual/primitives/text/serializers/backticked.d.ts +6 -4
  34. package/dist/implementation/manual/primitives/text/serializers/backticked.js +4 -4
  35. package/dist/implementation/manual/primitives/text/serializers/quoted.d.ts +6 -4
  36. package/dist/implementation/manual/primitives/text/serializers/quoted.js +4 -4
  37. package/dist/implementation/manual/schemas/annotated_characters/deserializers.d.ts +1 -0
  38. package/dist/implementation/manual/schemas/annotated_characters/deserializers.js +130 -67
  39. package/dist/implementation/manual/schemas/authoring_parse_result/serializers.d.ts +5 -0
  40. package/dist/implementation/manual/schemas/authoring_parse_result/serializers.js +35 -0
  41. package/dist/implementation/manual/schemas/authoring_parse_result/transformers/fountain_pen.d.ts +10 -0
  42. package/dist/implementation/manual/schemas/authoring_parse_result/transformers/fountain_pen.js +85 -0
  43. package/dist/implementation/manual/schemas/authoring_parse_tree/deserializers.js +10 -8
  44. package/dist/implementation/manual/schemas/authoring_parse_tree/productions/token.d.ts +18 -8
  45. package/dist/implementation/manual/schemas/authoring_parse_tree/productions/token.js +174 -250
  46. package/dist/implementation/manual/schemas/authoring_parse_tree/transformers/ide.js +118 -132
  47. package/dist/implementation/manual/schemas/authoring_parse_tree/transformers/json_target.js +45 -53
  48. package/dist/implementation/manual/schemas/authoring_parse_tree/transformers/token.js +57 -59
  49. package/dist/implementation/manual/schemas/authoring_target/transformers/fountain_pen_block.js +112 -119
  50. package/dist/implementation/manual/schemas/parse_result/serializers.d.ts +9 -4
  51. package/dist/implementation/manual/schemas/parse_result/serializers.js +22 -29
  52. package/dist/implementation/manual/schemas/sealed_target/transformers/fountain_pen_block.js +76 -77
  53. package/dist/implementation/manual/schemas/token/productions/annotated_character.d.ts +5 -6
  54. package/dist/implementation/manual/schemas/token/productions/annotated_character.js +174 -181
  55. package/dist/implementation/manual/text_to_text/convert_to_json.d.ts +2 -0
  56. package/dist/implementation/manual/text_to_text/convert_to_json.js +45 -0
  57. package/dist/implementation/manual/text_to_text/validate_astn.d.ts +2 -0
  58. package/dist/implementation/manual/text_to_text/validate_astn.js +37 -0
  59. package/dist/interface/generated/pareto/schemas/astn_schema/data_types/resolve.d.ts +1 -1
  60. package/dist/interface/generated/pareto/schemas/authoring_parse_result/data_types/resolve.js +1 -1
  61. package/dist/interface/generated/pareto/schemas/authoring_parse_tree/data_types/resolve.js +1 -1
  62. package/dist/interface/generated/pareto/schemas/authoring_target/data_types/resolve.js +1 -1
  63. package/dist/interface/generated/pareto/schemas/ide/data_types/resolve.js +1 -1
  64. package/dist/interface/generated/pareto/schemas/sealed_target/data_types/resolve.js +1 -1
  65. package/dist/interface/generated/pareto/schemas/token/data_types/resolve.js +1 -1
  66. package/dist/interface/signatures/transformers/authoring_parse_tree/json_target.d.ts +1 -1
  67. package/dist/interface/signatures.d.ts +0 -14
  68. package/dist/modules/common_tool_signatures/implementation/manual/command_creators/create_file_to_file_command.d.ts +6 -0
  69. package/dist/modules/common_tool_signatures/implementation/manual/command_creators/create_file_to_file_command.js +59 -0
  70. package/dist/modules/common_tool_signatures/implementation/manual/command_creators/create_stream_to_stream_command.d.ts +3 -0
  71. package/dist/modules/common_tool_signatures/implementation/manual/command_creators/create_stream_to_stream_command.js +53 -0
  72. package/dist/modules/common_tool_signatures/implementation/manual/schemas/file_in_file_out/productions/text.d.ts +4 -0
  73. package/dist/modules/common_tool_signatures/implementation/manual/schemas/file_in_file_out/productions/text.js +33 -0
  74. package/dist/modules/common_tool_signatures/implementation/manual/schemas/file_in_file_out/refiners/main.d.ts +4 -0
  75. package/dist/modules/common_tool_signatures/implementation/manual/schemas/file_in_file_out/refiners/main.js +37 -0
  76. package/dist/modules/common_tool_signatures/implementation/manual/schemas/file_in_file_out/serializers.d.ts +4 -0
  77. package/dist/modules/common_tool_signatures/implementation/manual/schemas/file_in_file_out/serializers.js +59 -0
  78. package/dist/modules/common_tool_signatures/implementation/manual/schemas/transform_file/serializers.d.ts +2 -0
  79. package/dist/modules/common_tool_signatures/implementation/manual/schemas/transform_file/serializers.js +39 -0
  80. package/dist/modules/common_tool_signatures/interface/signatures.d.ts +18 -0
  81. package/dist/modules/common_tool_signatures/interface/signatures.js +3 -0
  82. package/dist/modules/common_tool_signatures/interface/to_be_generated/file_in_file_out.d.ts +11 -0
  83. package/dist/modules/common_tool_signatures/interface/to_be_generated/file_in_file_out.js +3 -0
  84. package/dist/modules/common_tool_signatures/interface/to_be_generated/transform_file.d.ts +2 -0
  85. package/dist/modules/common_tool_signatures/interface/to_be_generated/transform_file.js +3 -0
  86. package/dist/modules/default_tool_signatures/command_creators/create_file_to_file_command.d.ts +3 -0
  87. package/dist/modules/default_tool_signatures/command_creators/create_file_to_file_command.js +59 -0
  88. package/dist/modules/default_tool_signatures/command_creators/create_stream_to_stream_command.d.ts +3 -0
  89. package/dist/modules/default_tool_signatures/command_creators/create_stream_to_stream_command.js +53 -0
  90. package/dist/modules/default_tool_signatures/implementation/manual/command_creators/create_file_to_file_command.d.ts +6 -0
  91. package/dist/modules/default_tool_signatures/implementation/manual/command_creators/create_file_to_file_command.js +59 -0
  92. package/dist/modules/default_tool_signatures/implementation/manual/command_creators/create_stream_to_stream_command.d.ts +3 -0
  93. package/dist/modules/default_tool_signatures/implementation/manual/command_creators/create_stream_to_stream_command.js +53 -0
  94. package/dist/modules/default_tool_signatures/implementation/manual/schemas/file_in_file_out/productions/text.d.ts +4 -0
  95. package/dist/modules/default_tool_signatures/implementation/manual/schemas/file_in_file_out/productions/text.js +33 -0
  96. package/dist/modules/default_tool_signatures/implementation/manual/schemas/file_in_file_out/refiners/main.d.ts +4 -0
  97. package/dist/modules/default_tool_signatures/implementation/manual/schemas/file_in_file_out/refiners/main.js +37 -0
  98. package/dist/modules/default_tool_signatures/implementation/manual/schemas/file_in_file_out/serializers.d.ts +4 -0
  99. package/dist/modules/default_tool_signatures/implementation/manual/schemas/file_in_file_out/serializers.js +59 -0
  100. package/dist/modules/default_tool_signatures/implementation/manual/schemas/transform_file/serializers.d.ts +2 -0
  101. package/dist/modules/default_tool_signatures/implementation/manual/schemas/transform_file/serializers.js +39 -0
  102. package/dist/modules/default_tool_signatures/interface/signatures.d.ts +18 -0
  103. package/dist/modules/default_tool_signatures/interface/signatures.js +3 -0
  104. package/dist/modules/default_tool_signatures/interface/to_be_generated/file_in_file_out.d.ts +11 -0
  105. package/dist/modules/default_tool_signatures/interface/to_be_generated/file_in_file_out.js +3 -0
  106. package/dist/modules/default_tool_signatures/interface/to_be_generated/transform_file.d.ts +2 -0
  107. package/dist/modules/default_tool_signatures/interface/to_be_generated/transform_file.js +3 -0
  108. package/dist/modules/file_transformer/implementation/manual/command_creators/transform_file.d.ts +5 -0
  109. package/dist/modules/file_transformer/implementation/manual/command_creators/transform_file.js +59 -0
  110. package/dist/modules/file_transformer/implementation/manual/schemas/file_in_file_out/productions/text.d.ts +4 -0
  111. package/dist/modules/file_transformer/implementation/manual/schemas/file_in_file_out/productions/text.js +33 -0
  112. package/dist/modules/file_transformer/implementation/manual/schemas/file_in_file_out/refiners/main.d.ts +4 -0
  113. package/dist/modules/file_transformer/implementation/manual/schemas/file_in_file_out/refiners/main.js +37 -0
  114. package/dist/modules/file_transformer/implementation/manual/schemas/file_in_file_out/serializers.d.ts +4 -0
  115. package/dist/modules/file_transformer/implementation/manual/schemas/file_in_file_out/serializers.js +60 -0
  116. package/dist/modules/file_transformer/implementation/manual/schemas/transform_file/serializers.d.ts +2 -0
  117. package/dist/modules/file_transformer/implementation/manual/schemas/transform_file/serializers.js +40 -0
  118. package/dist/modules/file_transformer/interface/signatures.d.ts +12 -0
  119. package/dist/modules/file_transformer/interface/signatures.js +3 -0
  120. package/dist/modules/file_transformer/interface/to_be_generated/file_in_file_out.d.ts +12 -0
  121. package/dist/modules/file_transformer/interface/to_be_generated/file_in_file_out.js +3 -0
  122. package/dist/modules/file_transformer/interface/to_be_generated/transform_file.d.ts +3 -0
  123. package/dist/modules/file_transformer/interface/to_be_generated/transform_file.js +3 -0
  124. package/dist/modules/pareto-json/implementation/generated/pareto/generic/serialize.d.ts +4 -0
  125. package/dist/modules/pareto-json/implementation/generated/pareto/generic/serialize.js +93 -0
  126. package/dist/modules/pareto-json/implementation/generated/pareto/generic/unmarshall.d.ts +42 -0
  127. package/dist/modules/pareto-json/implementation/generated/pareto/generic/unmarshall.js +247 -0
  128. package/dist/modules/pareto-json/implementation/generated/pareto/schemas/json/deserialize.d.ts +3 -0
  129. package/dist/modules/pareto-json/implementation/generated/pareto/schemas/json/deserialize.js +32 -0
  130. package/dist/modules/pareto-json/implementation/generated/pareto/schemas/json/marshall.d.ts +3 -0
  131. package/dist/modules/pareto-json/implementation/generated/pareto/schemas/json/marshall.js +110 -0
  132. package/dist/modules/pareto-json/implementation/generated/pareto/schemas/json/serialize.d.ts +3 -0
  133. package/dist/modules/pareto-json/implementation/generated/pareto/schemas/json/serialize.js +37 -0
  134. package/dist/modules/pareto-json/implementation/generated/pareto/schemas/json/unmarshall.d.ts +3 -0
  135. package/dist/modules/pareto-json/implementation/generated/pareto/schemas/json/unmarshall.js +81 -0
  136. package/dist/modules/pareto-json/implementation/manual/primitives/text/serializers/quoted.d.ts +1 -0
  137. package/dist/modules/pareto-json/implementation/manual/primitives/text/serializers/quoted.js +76 -0
  138. package/dist/modules/pareto-json/implementation/manual/schemas/json/serializers.d.ts +5 -0
  139. package/dist/modules/pareto-json/implementation/manual/schemas/json/serializers.js +34 -0
  140. package/dist/modules/pareto-json/implementation/manual/schemas/json/transformers/fountain_pen_block.d.ts +4 -0
  141. package/dist/modules/pareto-json/implementation/manual/schemas/json/transformers/fountain_pen_block.js +85 -0
  142. package/dist/modules/pareto-json/interface/generated/pareto/core/astn_source.d.ts +123 -0
  143. package/dist/modules/pareto-json/interface/generated/pareto/core/astn_source.js +3 -0
  144. package/dist/modules/pareto-json/interface/generated/pareto/core/astn_target.d.ts +186 -0
  145. package/dist/modules/pareto-json/interface/generated/pareto/core/astn_target.js +3 -0
  146. package/dist/modules/pareto-json/interface/generated/pareto/core/parse_result.d.ts +25 -0
  147. package/dist/modules/pareto-json/interface/generated/pareto/core/parse_result.js +3 -0
  148. package/dist/modules/pareto-json/interface/generated/pareto/core/resolved.d.ts +117 -0
  149. package/dist/modules/pareto-json/interface/generated/pareto/core/resolved.js +3 -0
  150. package/dist/modules/pareto-json/interface/generated/pareto/core/token.d.ts +49 -0
  151. package/dist/modules/pareto-json/interface/generated/pareto/core/token.js +3 -0
  152. package/dist/modules/pareto-json/interface/generated/pareto/core/unconstrained.d.ts +19 -0
  153. package/dist/modules/pareto-json/interface/generated/pareto/core/unconstrained.js +3 -0
  154. package/dist/modules/pareto-json/interface/generated/pareto/core/unresolved.d.ts +181 -0
  155. package/dist/modules/pareto-json/interface/generated/pareto/core/unresolved.js +3 -0
  156. package/dist/modules/pareto-json/interface/generated/pareto/schemas/json/data_types/resolve.d.ts +1 -0
  157. package/dist/modules/pareto-json/interface/generated/pareto/schemas/json/data_types/resolve.js +7 -0
  158. package/dist/modules/pareto-json/interface/generated/pareto/schemas/json/data_types/source.d.ts +169 -0
  159. package/dist/modules/pareto-json/interface/generated/pareto/schemas/json/data_types/source.js +3 -0
  160. package/dist/modules/pareto-json/interface/generated/pareto/schemas/json/data_types/target.d.ts +169 -0
  161. package/dist/modules/pareto-json/interface/generated/pareto/schemas/json/data_types/target.js +3 -0
  162. package/dist/modules/pareto-json/interface/generated/pareto/schemas/json/deserialize.d.ts +54 -0
  163. package/dist/modules/pareto-json/interface/generated/pareto/schemas/json/deserialize.js +3 -0
  164. package/dist/modules/pareto-json/interface/generated/pareto/schemas/json/marshall.d.ts +63 -0
  165. package/dist/modules/pareto-json/interface/generated/pareto/schemas/json/marshall.js +3 -0
  166. package/dist/modules/pareto-json/interface/generated/pareto/schemas/json/migrate_boilerplate.d.ts +46 -0
  167. package/dist/modules/pareto-json/interface/generated/pareto/schemas/json/migrate_boilerplate.js +3 -0
  168. package/dist/modules/pareto-json/interface/generated/pareto/schemas/json/serialize.d.ts +54 -0
  169. package/dist/modules/pareto-json/interface/generated/pareto/schemas/json/serialize.js +3 -0
  170. package/dist/modules/pareto-json/interface/generated/pareto/schemas/json/unmarshall.d.ts +63 -0
  171. package/dist/modules/pareto-json/interface/generated/pareto/schemas/json/unmarshall.js +3 -0
  172. package/dist/modules/pareto-json/interface/generated/pareto/schemas/json/value_deserializers.d.ts +64 -0
  173. package/dist/modules/pareto-json/interface/generated/pareto/schemas/json/value_deserializers.js +3 -0
  174. package/dist/modules/pareto-json/interface/generated/pareto/schemas/json/value_serializers.d.ts +64 -0
  175. package/dist/modules/pareto-json/interface/generated/pareto/schemas/json/value_serializers.js +3 -0
  176. package/dist/modules/pareto-json/shorthands/json.d.ts +8 -0
  177. package/dist/modules/pareto-json/shorthands/json.js +35 -0
  178. package/dist/shorthands/parse_result.js +24 -30
  179. package/package.json +7 -7
  180. package/dist/implementation/generated/pareto/generic/resolve.d.ts +0 -109
  181. package/dist/implementation/generated/pareto/generic/resolve.js +0 -277
  182. package/dist/interface/generated/pareto/core/resolve.d.ts +0 -14
  183. package/dist/interface/generated/pareto/core/resolve.js +0 -3
@@ -0,0 +1,46 @@
1
+ import * as _i_out from "./data_types/target";
2
+ import * as _i_in from "./data_types/source";
3
+ export type _T_Value = ($$_: _i_in._T_Value, $$_p: null) => _i_out._T_Value;
4
+ export type _T_Document = ($$_: _i_in._T_Document, $$_p: null) => _i_out._T_Document;
5
+ export type Value = _T_Value;
6
+ export type Document = _T_Document;
7
+ export declare namespace _T_Value {
8
+ namespace CONTEXT {
9
+ }
10
+ type CONTEXT = _i_in._T_Value;
11
+ namespace PARAMS {
12
+ }
13
+ namespace RESULT {
14
+ }
15
+ type RESULT = _i_out._T_Value;
16
+ }
17
+ export declare namespace _T_Document {
18
+ namespace CONTEXT {
19
+ }
20
+ type CONTEXT = _i_in._T_Document;
21
+ namespace PARAMS {
22
+ }
23
+ namespace RESULT {
24
+ }
25
+ type RESULT = _i_out._T_Document;
26
+ }
27
+ export declare namespace Value {
28
+ namespace CONTEXT {
29
+ }
30
+ type CONTEXT = _i_in._T_Value;
31
+ namespace PARAMS {
32
+ }
33
+ namespace RESULT {
34
+ }
35
+ type RESULT = _i_out._T_Value;
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,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWlncmF0ZV9ib2lsZXJwbGF0ZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL3NyYy9tb2R1bGVzL3BhcmV0by1qc29uL2ludGVyZmFjZS9nZW5lcmF0ZWQvcGFyZXRvL3NjaGVtYXMvanNvbi9taWdyYXRlX2JvaWxlcnBsYXRlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIifQ==
@@ -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,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2VyaWFsaXplLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vc3JjL21vZHVsZXMvcGFyZXRvLWpzb24vaW50ZXJmYWNlL2dlbmVyYXRlZC9wYXJldG8vc2NoZW1hcy9qc29uL3NlcmlhbGl6ZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIn0=
@@ -0,0 +1,63 @@
1
+ import * as _i_out from "./data_types/target";
2
+ import * as _i_in from "../../core/astn_source";
3
+ import * as _i_vd from "./value_deserializers";
4
+ export type _T_Value = ($$_: _i_in._T_Value, $$_p: {
5
+ readonly 'value deserializers': _i_vd._T_Value_Deserializers;
6
+ }) => _i_out._T_Value;
7
+ export type _T_Document = ($$_: _i_in._T_Value, $$_p: {
8
+ readonly 'value deserializers': _i_vd._T_Value_Deserializers;
9
+ }) => _i_out._T_Document;
10
+ export type Value = _T_Value;
11
+ export type Document = _T_Document;
12
+ export declare namespace _T_Value {
13
+ namespace CONTEXT {
14
+ }
15
+ type CONTEXT = _i_in._T_Value;
16
+ namespace PARAMS {
17
+ namespace value_deserializers {
18
+ }
19
+ type value_deserializers = _i_vd._T_Value_Deserializers;
20
+ }
21
+ namespace RESULT {
22
+ }
23
+ type RESULT = _i_out._T_Value;
24
+ }
25
+ export declare namespace _T_Document {
26
+ namespace CONTEXT {
27
+ }
28
+ type CONTEXT = _i_in._T_Value;
29
+ namespace PARAMS {
30
+ namespace value_deserializers {
31
+ }
32
+ type value_deserializers = _i_vd._T_Value_Deserializers;
33
+ }
34
+ namespace RESULT {
35
+ }
36
+ type RESULT = _i_out._T_Document;
37
+ }
38
+ export declare namespace Value {
39
+ namespace CONTEXT {
40
+ }
41
+ type CONTEXT = _i_in._T_Value;
42
+ namespace PARAMS {
43
+ namespace value_deserializers {
44
+ }
45
+ type value_deserializers = _i_vd._T_Value_Deserializers;
46
+ }
47
+ namespace RESULT {
48
+ }
49
+ type RESULT = _i_out._T_Value;
50
+ }
51
+ export declare namespace Document {
52
+ namespace CONTEXT {
53
+ }
54
+ type CONTEXT = _i_in._T_Value;
55
+ namespace PARAMS {
56
+ namespace value_deserializers {
57
+ }
58
+ type value_deserializers = _i_vd._T_Value_Deserializers;
59
+ }
60
+ namespace RESULT {
61
+ }
62
+ type RESULT = _i_out._T_Document;
63
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidW5tYXJzaGFsbC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL3NyYy9tb2R1bGVzL3BhcmV0by1qc29uL2ludGVyZmFjZS9nZW5lcmF0ZWQvcGFyZXRvL3NjaGVtYXMvanNvbi91bm1hcnNoYWxsLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIifQ==
@@ -0,0 +1,64 @@
1
+ export type _T_Value_Deserializers = {
2
+ readonly 'default number': ($$_: string, $$_p: null) => number;
3
+ readonly 'boolean': ($$_: string, $$_p: null) => boolean;
4
+ readonly 'custom numbers': {
5
+ readonly 'Position': ($$_: string, $$_p: null) => number;
6
+ };
7
+ };
8
+ export type Value_Deserializers = _T_Value_Deserializers;
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;
17
+ namespace _boolean {
18
+ type CONTEXT = string;
19
+ namespace PARAMS {
20
+ }
21
+ type RESULT = boolean;
22
+ }
23
+ type _boolean = ($$_: string, $$_p: null) => boolean;
24
+ namespace custom_numbers {
25
+ namespace Position {
26
+ type CONTEXT = string;
27
+ namespace PARAMS {
28
+ }
29
+ type RESULT = number;
30
+ }
31
+ type Position = ($$_: string, $$_p: null) => number;
32
+ }
33
+ type custom_numbers = {
34
+ readonly 'Position': ($$_: string, $$_p: null) => number;
35
+ };
36
+ }
37
+ export declare namespace Value_Deserializers {
38
+ namespace default_number {
39
+ type CONTEXT = string;
40
+ namespace PARAMS {
41
+ }
42
+ type RESULT = number;
43
+ }
44
+ type default_number = ($$_: string, $$_p: null) => number;
45
+ namespace _boolean {
46
+ type CONTEXT = string;
47
+ namespace PARAMS {
48
+ }
49
+ type RESULT = boolean;
50
+ }
51
+ type _boolean = ($$_: string, $$_p: null) => boolean;
52
+ namespace custom_numbers {
53
+ namespace Position {
54
+ type CONTEXT = string;
55
+ namespace PARAMS {
56
+ }
57
+ type RESULT = number;
58
+ }
59
+ type Position = ($$_: string, $$_p: null) => number;
60
+ }
61
+ type custom_numbers = {
62
+ readonly 'Position': ($$_: string, $$_p: null) => number;
63
+ };
64
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidmFsdWVfZGVzZXJpYWxpemVycy5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL3NyYy9tb2R1bGVzL3BhcmV0by1qc29uL2ludGVyZmFjZS9nZW5lcmF0ZWQvcGFyZXRvL3NjaGVtYXMvanNvbi92YWx1ZV9kZXNlcmlhbGl6ZXJzLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIifQ==
@@ -0,0 +1,64 @@
1
+ export type _T_Value_Serializers = {
2
+ readonly 'default number': ($$_: number, $$_p: null) => string;
3
+ readonly 'boolean': ($$_: boolean, $$_p: null) => string;
4
+ readonly 'custom numbers': {
5
+ readonly 'Position': ($$_: number, $$_p: null) => string;
6
+ };
7
+ };
8
+ export type Value_Serializers = _T_Value_Serializers;
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;
17
+ namespace _boolean {
18
+ type CONTEXT = boolean;
19
+ namespace PARAMS {
20
+ }
21
+ type RESULT = string;
22
+ }
23
+ type _boolean = ($$_: boolean, $$_p: null) => string;
24
+ namespace custom_numbers {
25
+ namespace Position {
26
+ type CONTEXT = number;
27
+ namespace PARAMS {
28
+ }
29
+ type RESULT = string;
30
+ }
31
+ type Position = ($$_: number, $$_p: null) => string;
32
+ }
33
+ type custom_numbers = {
34
+ readonly 'Position': ($$_: number, $$_p: null) => string;
35
+ };
36
+ }
37
+ export declare namespace Value_Serializers {
38
+ namespace default_number {
39
+ type CONTEXT = number;
40
+ namespace PARAMS {
41
+ }
42
+ type RESULT = string;
43
+ }
44
+ type default_number = ($$_: number, $$_p: null) => string;
45
+ namespace _boolean {
46
+ type CONTEXT = boolean;
47
+ namespace PARAMS {
48
+ }
49
+ type RESULT = string;
50
+ }
51
+ type _boolean = ($$_: boolean, $$_p: null) => string;
52
+ namespace custom_numbers {
53
+ namespace Position {
54
+ type CONTEXT = number;
55
+ namespace PARAMS {
56
+ }
57
+ type RESULT = string;
58
+ }
59
+ type Position = ($$_: number, $$_p: null) => string;
60
+ }
61
+ type custom_numbers = {
62
+ readonly 'Position': ($$_: number, $$_p: null) => string;
63
+ };
64
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidmFsdWVfc2VyaWFsaXplcnMuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9zcmMvbW9kdWxlcy9wYXJldG8tanNvbi9pbnRlcmZhY2UvZ2VuZXJhdGVkL3BhcmV0by9zY2hlbWFzL2pzb24vdmFsdWVfc2VyaWFsaXplcnMudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiJ9
@@ -0,0 +1,8 @@
1
+ import * as _p from 'pareto-core-shorthands/dist/unconstrained';
2
+ import * as d_out from "../interface/generated/pareto/schemas/json/data_types/target";
3
+ export declare namespace v {
4
+ const string: (value: string) => d_out.Value;
5
+ const null_: () => d_out.Value;
6
+ const object: (members: _p.Raw_Or_Normal_Dictionary<d_out.Value.SG._object.SG.dictionary.D>) => d_out.Value;
7
+ const array: (elements: _p.Raw_Or_Normal_List<d_out.Value.SG.array.L>) => d_out.Value;
8
+ }
@@ -0,0 +1,35 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
14
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
15
+ }) : function(o, v) {
16
+ o["default"] = v;
17
+ });
18
+ var __importStar = (this && this.__importStar) || function (mod) {
19
+ if (mod && mod.__esModule) return mod;
20
+ var result = {};
21
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
22
+ __setModuleDefault(result, mod);
23
+ return result;
24
+ };
25
+ Object.defineProperty(exports, "__esModule", { value: true });
26
+ exports.v = void 0;
27
+ const _p = __importStar(require("pareto-core-shorthands/dist/unconstrained"));
28
+ var v;
29
+ (function (v) {
30
+ v.string = (value) => ['string', value];
31
+ v.null_ = () => ['null', null];
32
+ v.object = (members) => ['object', ['dictionary', _p.dictionary.literal(members)]];
33
+ v.array = (elements) => ['array', _p.list.literal(elements)];
34
+ })(v || (exports.v = v = {}));
35
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoianNvbi5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3NyYy9tb2R1bGVzL3BhcmV0by1qc29uL3Nob3J0aGFuZHMvanNvbi50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7OztBQUFBLDhFQUErRDtBQUsvRCxJQUFpQixDQUFDLENBZ0JqQjtBQWhCRCxXQUFpQixDQUFDO0lBRUQsUUFBTSxHQUFHLENBQ2xCLEtBQWEsRUFDRixFQUFFLENBQUMsQ0FBQyxRQUFRLEVBQUUsS0FBSyxDQUFDLENBQUE7SUFFdEIsT0FBSyxHQUFHLEdBQ04sRUFBRSxDQUFDLENBQUMsTUFBTSxFQUFFLElBQUksQ0FBQyxDQUFBO0lBRW5CLFFBQU0sR0FBRyxDQUNsQixPQUE0RSxFQUNqRSxFQUFFLENBQUMsQ0FBQyxRQUFRLEVBQUUsQ0FBQyxZQUFZLEVBQUUsRUFBRSxDQUFDLFVBQVUsQ0FBQyxPQUFPLENBQUMsT0FBTyxDQUFDLENBQUMsQ0FBQyxDQUFBO0lBRS9ELE9BQUssR0FBRyxDQUNqQixRQUF1RCxFQUM1QyxFQUFFLENBQUMsQ0FBQyxPQUFPLEVBQUUsRUFBRSxDQUFDLElBQUksQ0FBQyxPQUFPLENBQUMsUUFBUSxDQUFDLENBQUMsQ0FBQTtBQUMxRCxDQUFDLEVBaEJnQixDQUFDLGlCQUFELENBQUMsUUFnQmpCIn0=
@@ -1,36 +1,30 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.lexer_error = exports.unexpected_token = exports.parse_error = void 0;
4
- const parse_error = (type, range) => {
5
- return {
6
- 'type': type,
7
- 'range': {
8
- 'start': range.start,
9
- 'end': range.end,
10
- }
11
- };
12
- };
4
+ const parse_error = (type, range) => ({
5
+ 'type': type,
6
+ 'range': {
7
+ 'start': range.start,
8
+ 'end': range.end,
9
+ }
10
+ });
13
11
  exports.parse_error = parse_error;
14
- const unexpected_token = (found, expected) => {
15
- return (0, exports.parse_error)(['parser', {
16
- 'expected': expected,
17
- 'cause': ['unexpected token', {
18
- 'found': found.type,
19
- }]
20
- }], {
21
- 'start': found.start,
22
- 'end': found.end
23
- });
24
- };
12
+ const unexpected_token = (found, expected) => (0, exports.parse_error)(['parser', {
13
+ 'expected': expected,
14
+ 'cause': ['unexpected token', {
15
+ 'found': found.type,
16
+ }]
17
+ }], {
18
+ 'start': found.start,
19
+ 'end': found.end
20
+ });
25
21
  exports.unexpected_token = unexpected_token;
26
- const lexer_error = (type, range) => {
27
- return {
28
- 'type': ['lexer', type],
29
- 'range': {
30
- 'start': range.start,
31
- 'end': range.end,
32
- }
33
- };
34
- };
22
+ const lexer_error = (type, range) => ({
23
+ 'type': ['lexer', type],
24
+ 'range': {
25
+ 'start': range.start,
26
+ 'end': range.end,
27
+ }
28
+ });
35
29
  exports.lexer_error = lexer_error;
36
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicGFyc2VfcmVzdWx0LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vc3JjL3Nob3J0aGFuZHMvcGFyc2VfcmVzdWx0LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7OztBQU9PLE1BQU0sV0FBVyxHQUFHLENBQ3ZCLElBQWdDLEVBQ2hDLEtBQTJCLEVBQ1AsRUFBRTtJQUN0QixPQUFPO1FBQ0gsTUFBTSxFQUFFLElBQUk7UUFDWixPQUFPLEVBQUU7WUFDTCxPQUFPLEVBQUUsS0FBSyxDQUFDLEtBQUs7WUFDcEIsS0FBSyxFQUFFLEtBQUssQ0FBQyxHQUFHO1NBQ25CO0tBQ0osQ0FBQTtBQUNMLENBQUMsQ0FBQTtBQVhZLFFBQUEsV0FBVyxlQVd2QjtBQUVNLE1BQU0sZ0JBQWdCLEdBQUcsQ0FDNUIsS0FBcUMsRUFDckMsUUFBbUUsRUFDL0MsRUFBRTtJQUN0QixPQUFPLElBQUEsbUJBQVcsRUFDZCxDQUFDLFFBQVEsRUFBRTtZQUNQLFVBQVUsRUFBRSxRQUFRO1lBQ3BCLE9BQU8sRUFBRSxDQUFDLGtCQUFrQixFQUFFO29CQUMxQixPQUFPLEVBQUUsS0FBSyxDQUFDLElBQUk7aUJBQ3RCLENBQUM7U0FDTCxDQUFDLEVBQ0Y7UUFDSSxPQUFPLEVBQUUsS0FBSyxDQUFDLEtBQUs7UUFDcEIsS0FBSyxFQUFFLEtBQUssQ0FBQyxHQUFHO0tBQ25CLENBQ0osQ0FBQTtBQUNMLENBQUMsQ0FBQTtBQWhCWSxRQUFBLGdCQUFnQixvQkFnQjVCO0FBQ00sTUFBTSxXQUFXLEdBQUcsQ0FDdkIsSUFBeUMsRUFDekMsS0FBMkIsRUFDUCxFQUFFO0lBQ3RCLE9BQU87UUFDSCxNQUFNLEVBQUUsQ0FBQyxPQUFPLEVBQUUsSUFBSSxDQUFDO1FBQ3ZCLE9BQU8sRUFBRTtZQUNMLE9BQU8sRUFBRSxLQUFLLENBQUMsS0FBSztZQUNwQixLQUFLLEVBQUUsS0FBSyxDQUFDLEdBQUc7U0FDbkI7S0FDSixDQUFBO0FBQ0wsQ0FBQyxDQUFBO0FBWFksUUFBQSxXQUFXLGVBV3ZCIn0=
30
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicGFyc2VfcmVzdWx0LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vc3JjL3Nob3J0aGFuZHMvcGFyc2VfcmVzdWx0LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7OztBQU9PLE1BQU0sV0FBVyxHQUFHLENBQ3ZCLElBQWdDLEVBQ2hDLEtBQTJCLEVBQ1AsRUFBRSxDQUFDLENBQUM7SUFDeEIsTUFBTSxFQUFFLElBQUk7SUFDWixPQUFPLEVBQUU7UUFDTCxPQUFPLEVBQUUsS0FBSyxDQUFDLEtBQUs7UUFDcEIsS0FBSyxFQUFFLEtBQUssQ0FBQyxHQUFHO0tBQ25CO0NBQ0osQ0FBQyxDQUFBO0FBVFcsUUFBQSxXQUFXLGVBU3RCO0FBRUssTUFBTSxnQkFBZ0IsR0FBRyxDQUM1QixLQUFxQyxFQUNyQyxRQUFtRSxFQUMvQyxFQUFFLENBQUMsSUFBQSxtQkFBVyxFQUNsQyxDQUFDLFFBQVEsRUFBRTtRQUNQLFVBQVUsRUFBRSxRQUFRO1FBQ3BCLE9BQU8sRUFBRSxDQUFDLGtCQUFrQixFQUFFO2dCQUMxQixPQUFPLEVBQUUsS0FBSyxDQUFDLElBQUk7YUFDdEIsQ0FBQztLQUNMLENBQUMsRUFDRjtJQUNJLE9BQU8sRUFBRSxLQUFLLENBQUMsS0FBSztJQUNwQixLQUFLLEVBQUUsS0FBSyxDQUFDLEdBQUc7Q0FDbkIsQ0FDSixDQUFBO0FBZFksUUFBQSxnQkFBZ0Isb0JBYzVCO0FBRU0sTUFBTSxXQUFXLEdBQUcsQ0FDdkIsSUFBeUMsRUFDekMsS0FBMkIsRUFDUCxFQUFFLENBQUMsQ0FBQztJQUN4QixNQUFNLEVBQUUsQ0FBQyxPQUFPLEVBQUUsSUFBSSxDQUFDO0lBQ3ZCLE9BQU8sRUFBRTtRQUNMLE9BQU8sRUFBRSxLQUFLLENBQUMsS0FBSztRQUNwQixLQUFLLEVBQUUsS0FBSyxDQUFDLEdBQUc7S0FDbkI7Q0FDSixDQUFDLENBQUE7QUFUVyxRQUFBLFdBQVcsZUFTdEIifQ==
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "astn",
3
- "version": "0.113.20",
3
+ "version": "0.113.21",
4
4
  "description": "The TypeScript library for parsing and formatting ASTN (Abstract Syntax Tree Notation) - a human-editable data format for structured content",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",
@@ -39,11 +39,11 @@
39
39
  "node": ">=14.0.0"
40
40
  },
41
41
  "dependencies": {
42
- "pareto-core-refiner": "^0.1.6",
43
- "pareto-fountain-pen": "^0.3.23",
44
- "pareto-host-nodejs": "^0.1.2",
45
- "pareto-json": "^0.3.7",
46
- "pareto-resources": "^0.1.1",
47
- "pareto-standard-operations": "^0.3.33"
42
+ "pareto-core-refiner": "^0.1.17",
43
+ "pareto-fountain-pen": "^0.3.28",
44
+ "pareto-host-nodejs": "^0.1.5",
45
+ "pareto-json": "^0.3.8",
46
+ "pareto-resources": "^0.1.8",
47
+ "pareto-standard-operations": "^0.3.36"
48
48
  }
49
49
  }
@@ -1,109 +0,0 @@
1
- import * as _et from 'pareto-core-interface';
2
- import * as unresolved$ from "../../../../interface/generated/pareto/core/unresolved";
3
- import * as resolved$ from "../../../../interface/generated/pareto/core/resolved";
4
- import * as i from "../../../../interface/generated/pareto/core/resolve";
5
- export type Acyclic_Entry_Reference<T_Dictionary_Entry> = {
6
- readonly 'entry': T_Dictionary_Entry;
7
- readonly 'key': string;
8
- };
9
- export type Parameters<Source, V, L> = {
10
- 'location 2 string': i.Location_to_String<Source>;
11
- 'parameters': {
12
- 'lookups': L;
13
- 'values': V;
14
- };
15
- };
16
- export type Key_Value_Location_Triplet<Source, T> = {
17
- 'key': string;
18
- 'value': T;
19
- 'location': Source;
20
- };
21
- export type Path<Source, Resolved_Element, Seed> = {
22
- 'list': _et.List<Resolved_Element>;
23
- 'result': {
24
- 'data': Seed;
25
- };
26
- };
27
- export type Resolved_Step<Resolved_Element, Seed> = {
28
- 'element': Resolved_Element;
29
- 'result': Seed;
30
- };
31
- export type Resolve_Error<Source> = {
32
- 'location': Source;
33
- 'type': Resolve_Error_Type;
34
- };
35
- export type Resolve_Error_Type = [
36
- 'circular dependency',
37
- {
38
- 'keys': _et.List<string>;
39
- }
40
- ] | [
41
- 'no such entry',
42
- {
43
- 'key': string;
44
- }
45
- ] | ['no context lookup', null] | [
46
- 'missing denseness entry',
47
- {
48
- 'key': string;
49
- }
50
- ] | [
51
- 'index out of bounds',
52
- {
53
- 'up steps taken': number;
54
- }
55
- ] | [
56
- 'no element found at index',
57
- {
58
- 'index': number;
59
- }
60
- ];
61
- export declare const abort: <Source>(location: Source, type: Resolve_Error_Type, location_to_string: i.Location_to_String<Source>) => never;
62
- export declare const dictionary_to_lookup: <T>($: _et.Dictionary<T>, $p: null) => i.Acyclic_Lookup<T>;
63
- export declare const get_possibly_circular_dependent_sibling_entry: <Source, T>($: i.Cyclic_Lookup<T>, $p: {
64
- "reference": unresolved$.Reference_To_Circular_Dependent_Sibling<Source, T>;
65
- "location 2 string": i.Location_to_String<Source>;
66
- }) => resolved$.Reference_To_Circular_Dependent_Sibling<Source, T>;
67
- export declare const push_stack: <T>($: _et.List<T>, $p: {
68
- "element": T;
69
- }) => _et.List<T>;
70
- export declare const get_entry_from_stack: <Source, T>($: i.Lookup_Stack<T>, $p: {
71
- "reference": unresolved$.Reference_To_Stacked_Dictionary_Entry<Source, T>;
72
- "location 2 string": i.Location_to_String<Source>;
73
- }) => resolved$.Reference_To_Stacked_Dictionary_Entry<Source, T>;
74
- export declare const get_entry: <Source, T>($: i.Acyclic_Lookup<T>, $p: {
75
- "reference": unresolved$.Reference_To_Normal_Dictionary_Entry<Source, T>;
76
- "location 2 string": i.Location_to_String<Source>;
77
- }) => resolved$.Reference_To_Normal_Dictionary_Entry<Source, T>;
78
- export declare const resolve_path: <Source, Unresolved_Element, Resolved_Element, Seed>($: unresolved$.List<Source, Unresolved_Element>, $p: {
79
- "seed": Seed;
80
- "map": ($: Unresolved_Element, current: Seed) => Resolved_Step<Resolved_Element, Seed>;
81
- }) => Path<Source, Resolved_Element, Seed>;
82
- export declare const resolve_dictionary: <Source, TUnresolved, TResolved>($: unresolved$.Dictionary<Source, TUnresolved>, $p: {
83
- "map": ($: Key_Value_Location_Triplet<Source, TUnresolved>, $l: {
84
- "possibly circular dependent siblings": i.Cyclic_Lookup<TResolved>;
85
- }) => TResolved;
86
- "location 2 string": ($: Source) => string;
87
- }) => resolved$.Dictionary<Source, TResolved>;
88
- export declare const resolve_dense_dictionary: <Source, TUnresolved, TResolved, TBenchmark>($: unresolved$.Dictionary<Source, TUnresolved>, $p: {
89
- "denseness benchmark": _et.Dictionary<TBenchmark>;
90
- "map": ($: Key_Value_Location_Triplet<Source, TUnresolved>, $l: {
91
- "possibly circular dependent siblings": i.Cyclic_Lookup<TResolved>;
92
- }) => TResolved;
93
- "location 2 string": ($: Source) => string;
94
- }) => resolved$.Dictionary<Source, TResolved>;
95
- export declare const resolve_dense_ordered_dictionary: <Source, TUnresolved, TResolved, TBenchmark>($: unresolved$.Dictionary<Source, TUnresolved>, $p: {
96
- "denseness benchmark": _et.Dictionary<TBenchmark>;
97
- "map": ($: Key_Value_Location_Triplet<Source, TUnresolved>, $l: {
98
- "possibly circular dependent siblings": i.Cyclic_Lookup<TResolved>;
99
- "not circular dependent siblings": i.Acyclic_Lookup<TResolved>;
100
- }) => TResolved;
101
- "location 2 string": ($: Source) => string;
102
- }) => resolved$.Ordered_Dictionary<Source, TResolved>;
103
- export declare const resolve_ordered_dictionary: <Source, TUnresolved, TResolved>($: unresolved$.Dictionary<Source, TUnresolved>, $p: {
104
- "map": ($: Key_Value_Location_Triplet<Source, TUnresolved>, $l: {
105
- "possibly circular dependent siblings": i.Cyclic_Lookup<TResolved>;
106
- "not circular dependent siblings": i.Acyclic_Lookup<TResolved>;
107
- }) => TResolved;
108
- "location 2 string": ($: Source) => string;
109
- }) => resolved$.Ordered_Dictionary<Source, TResolved>;