exupery-resources 0.2.0 → 0.2.1

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 (225) hide show
  1. package/dist/implementation/algorithms/procedures/unguaranteed/copy.d.ts +1 -1
  2. package/dist/implementation/algorithms/procedures/unguaranteed/copy.js +1 -1
  3. package/dist/implementation/algorithms/procedures/unguaranteed/execute_procedure_executable.d.ts +1 -1
  4. package/dist/implementation/algorithms/procedures/unguaranteed/execute_procedure_executable.js +1 -1
  5. package/dist/implementation/algorithms/procedures/unguaranteed/make_directory.d.ts +1 -1
  6. package/dist/implementation/algorithms/procedures/unguaranteed/make_directory.js +1 -1
  7. package/dist/implementation/algorithms/procedures/unguaranteed/remove.d.ts +1 -1
  8. package/dist/implementation/algorithms/procedures/unguaranteed/remove.js +1 -1
  9. package/dist/implementation/algorithms/procedures/unguaranteed/write_file.d.ts +1 -1
  10. package/dist/implementation/algorithms/procedures/unguaranteed/write_file.js +1 -1
  11. package/dist/implementation/algorithms/queries/unguaranteed/execute_query_executable.d.ts +1 -1
  12. package/dist/implementation/algorithms/queries/unguaranteed/execute_query_executable.js +1 -1
  13. package/dist/implementation/algorithms/queries/unguaranteed/read_directory.d.ts +1 -1
  14. package/dist/implementation/algorithms/queries/unguaranteed/read_directory.js +3 -3
  15. package/dist/implementation/algorithms/queries/unguaranteed/read_file.d.ts +1 -1
  16. package/dist/implementation/algorithms/queries/unguaranteed/read_file.js +1 -1
  17. package/dist/implementation/algorithms/queries/unguaranteed/stat.d.ts +1 -1
  18. package/dist/implementation/algorithms/queries/unguaranteed/stat.js +1 -1
  19. package/dist/implementation/generated/pareto/generic/parse/ast.d.ts +10 -0
  20. package/dist/implementation/generated/pareto/generic/parse/ast.js +245 -0
  21. package/dist/implementation/generated/pareto/generic/parse/astn_parse_generic.d.ts +13 -0
  22. package/dist/implementation/generated/pareto/generic/parse/astn_parse_generic.js +50 -0
  23. package/dist/implementation/generated/pareto/generic/parse/parse.d.ts +6 -0
  24. package/dist/implementation/generated/pareto/generic/parse/parse.js +65 -0
  25. package/dist/implementation/generated/pareto/generic/parse/string_iterator.d.ts +40 -0
  26. package/dist/implementation/generated/pareto/generic/parse/string_iterator.js +109 -0
  27. package/dist/implementation/generated/pareto/generic/parse/token.d.ts +9 -0
  28. package/dist/implementation/generated/pareto/generic/parse/token.js +519 -0
  29. package/dist/implementation/generated/pareto/generic/resolve.d.ts +3 -3
  30. package/dist/implementation/generated/pareto/generic/resolve.js +5 -6
  31. package/dist/implementation/generated/pareto/generic/serialize.d.ts +4 -0
  32. package/dist/implementation/generated/pareto/generic/serialize.js +93 -0
  33. package/dist/implementation/generated/pareto/generic/unmarshall.d.ts +26 -26
  34. package/dist/implementation/generated/pareto/generic/unmarshall.js +38 -30
  35. package/dist/implementation/generated/pareto/schemas/copy/deserialize.d.ts +4 -0
  36. package/dist/implementation/generated/pareto/schemas/copy/deserialize.js +34 -0
  37. package/dist/implementation/generated/pareto/schemas/copy/marshall.d.ts +1 -1
  38. package/dist/implementation/generated/pareto/schemas/copy/marshall.js +4 -4
  39. package/dist/implementation/generated/pareto/schemas/copy/serialize.d.ts +4 -0
  40. package/dist/implementation/generated/pareto/schemas/copy/serialize.js +41 -0
  41. package/dist/implementation/generated/pareto/schemas/copy/unmarshall.d.ts +1 -1
  42. package/dist/implementation/generated/pareto/schemas/copy/unmarshall.js +4 -4
  43. package/dist/implementation/generated/pareto/schemas/execute_procedure_executable/deserialize.d.ts +3 -0
  44. package/dist/implementation/generated/pareto/schemas/execute_procedure_executable/deserialize.js +32 -0
  45. package/dist/implementation/generated/pareto/schemas/execute_procedure_executable/marshall.d.ts +1 -1
  46. package/dist/implementation/generated/pareto/schemas/execute_procedure_executable/marshall.js +4 -4
  47. package/dist/implementation/generated/pareto/schemas/execute_procedure_executable/serialize.d.ts +3 -0
  48. package/dist/implementation/generated/pareto/schemas/execute_procedure_executable/serialize.js +37 -0
  49. package/dist/implementation/generated/pareto/schemas/execute_procedure_executable/unmarshall.d.ts +1 -1
  50. package/dist/implementation/generated/pareto/schemas/execute_procedure_executable/unmarshall.js +4 -4
  51. package/dist/implementation/generated/pareto/schemas/execute_query_executable/deserialize.d.ts +4 -0
  52. package/dist/implementation/generated/pareto/schemas/execute_query_executable/deserialize.js +34 -0
  53. package/dist/implementation/generated/pareto/schemas/execute_query_executable/marshall.d.ts +1 -1
  54. package/dist/implementation/generated/pareto/schemas/execute_query_executable/marshall.js +4 -4
  55. package/dist/implementation/generated/pareto/schemas/execute_query_executable/serialize.d.ts +4 -0
  56. package/dist/implementation/generated/pareto/schemas/execute_query_executable/serialize.js +41 -0
  57. package/dist/implementation/generated/pareto/schemas/execute_query_executable/unmarshall.d.ts +1 -1
  58. package/dist/implementation/generated/pareto/schemas/execute_query_executable/unmarshall.js +4 -4
  59. package/dist/implementation/generated/pareto/schemas/execute_query_executable_and_catch/deserialize.d.ts +4 -0
  60. package/dist/implementation/generated/pareto/schemas/execute_query_executable_and_catch/deserialize.js +34 -0
  61. package/dist/implementation/generated/pareto/schemas/execute_query_executable_and_catch/serialize.d.ts +4 -0
  62. package/dist/implementation/generated/pareto/schemas/execute_query_executable_and_catch/serialize.js +41 -0
  63. package/dist/implementation/generated/pareto/schemas/get_instream_data/deserialize.d.ts +2 -0
  64. package/dist/implementation/generated/pareto/schemas/get_instream_data/deserialize.js +30 -0
  65. package/dist/implementation/generated/pareto/schemas/get_instream_data/serialize.d.ts +2 -0
  66. package/dist/implementation/generated/pareto/schemas/get_instream_data/serialize.js +33 -0
  67. package/dist/implementation/generated/pareto/schemas/log/deserialize.d.ts +2 -0
  68. package/dist/implementation/generated/pareto/schemas/log/deserialize.js +30 -0
  69. package/dist/implementation/generated/pareto/schemas/log/serialize.d.ts +2 -0
  70. package/dist/implementation/generated/pareto/schemas/log/serialize.js +33 -0
  71. package/dist/implementation/generated/pareto/schemas/log_error/deserialize.d.ts +2 -0
  72. package/dist/implementation/generated/pareto/schemas/log_error/deserialize.js +30 -0
  73. package/dist/implementation/generated/pareto/schemas/log_error/serialize.d.ts +2 -0
  74. package/dist/implementation/generated/pareto/schemas/log_error/serialize.js +33 -0
  75. package/dist/implementation/generated/pareto/schemas/make_directory/deserialize.d.ts +4 -0
  76. package/dist/implementation/generated/pareto/schemas/make_directory/deserialize.js +34 -0
  77. package/dist/implementation/generated/pareto/schemas/make_directory/marshall.d.ts +1 -1
  78. package/dist/implementation/generated/pareto/schemas/make_directory/marshall.js +4 -4
  79. package/dist/implementation/generated/pareto/schemas/make_directory/serialize.d.ts +4 -0
  80. package/dist/implementation/generated/pareto/schemas/make_directory/serialize.js +41 -0
  81. package/dist/implementation/generated/pareto/schemas/make_directory/unmarshall.d.ts +1 -1
  82. package/dist/implementation/generated/pareto/schemas/make_directory/unmarshall.js +4 -4
  83. package/dist/implementation/generated/pareto/schemas/read_directory/deserialize.d.ts +6 -0
  84. package/dist/implementation/generated/pareto/schemas/read_directory/deserialize.js +38 -0
  85. package/dist/implementation/generated/pareto/schemas/read_directory/marshall.d.ts +1 -1
  86. package/dist/implementation/generated/pareto/schemas/read_directory/marshall.js +13 -7
  87. package/dist/implementation/generated/pareto/schemas/read_directory/serialize.d.ts +6 -0
  88. package/dist/implementation/generated/pareto/schemas/read_directory/serialize.js +49 -0
  89. package/dist/implementation/generated/pareto/schemas/read_directory/unmarshall.d.ts +1 -1
  90. package/dist/implementation/generated/pareto/schemas/read_directory/unmarshall.js +17 -6
  91. package/dist/implementation/generated/pareto/schemas/read_file/deserialize.d.ts +5 -0
  92. package/dist/implementation/generated/pareto/schemas/read_file/deserialize.js +36 -0
  93. package/dist/implementation/generated/pareto/schemas/read_file/marshall.d.ts +1 -1
  94. package/dist/implementation/generated/pareto/schemas/read_file/marshall.js +4 -4
  95. package/dist/implementation/generated/pareto/schemas/read_file/serialize.d.ts +5 -0
  96. package/dist/implementation/generated/pareto/schemas/read_file/serialize.js +45 -0
  97. package/dist/implementation/generated/pareto/schemas/read_file/unmarshall.d.ts +1 -1
  98. package/dist/implementation/generated/pareto/schemas/read_file/unmarshall.js +4 -4
  99. package/dist/implementation/generated/pareto/schemas/remove/deserialize.d.ts +4 -0
  100. package/dist/implementation/generated/pareto/schemas/remove/deserialize.js +34 -0
  101. package/dist/implementation/generated/pareto/schemas/remove/marshall.d.ts +1 -1
  102. package/dist/implementation/generated/pareto/schemas/remove/marshall.js +4 -4
  103. package/dist/implementation/generated/pareto/schemas/remove/serialize.d.ts +4 -0
  104. package/dist/implementation/generated/pareto/schemas/remove/serialize.js +41 -0
  105. package/dist/implementation/generated/pareto/schemas/remove/unmarshall.d.ts +1 -1
  106. package/dist/implementation/generated/pareto/schemas/remove/unmarshall.js +4 -4
  107. package/dist/implementation/generated/pareto/schemas/stat/deserialize.d.ts +6 -0
  108. package/dist/implementation/generated/pareto/schemas/stat/deserialize.js +38 -0
  109. package/dist/implementation/generated/pareto/schemas/stat/marshall.d.ts +1 -1
  110. package/dist/implementation/generated/pareto/schemas/stat/marshall.js +4 -4
  111. package/dist/implementation/generated/pareto/schemas/stat/serialize.d.ts +6 -0
  112. package/dist/implementation/generated/pareto/schemas/stat/serialize.js +49 -0
  113. package/dist/implementation/generated/pareto/schemas/stat/unmarshall.d.ts +1 -1
  114. package/dist/implementation/generated/pareto/schemas/stat/unmarshall.js +4 -4
  115. package/dist/implementation/generated/pareto/schemas/write_file/deserialize.d.ts +4 -0
  116. package/dist/implementation/generated/pareto/schemas/write_file/deserialize.js +34 -0
  117. package/dist/implementation/generated/pareto/schemas/write_file/marshall.d.ts +1 -1
  118. package/dist/implementation/generated/pareto/schemas/write_file/marshall.js +4 -4
  119. package/dist/implementation/generated/pareto/schemas/write_file/serialize.d.ts +4 -0
  120. package/dist/implementation/generated/pareto/schemas/write_file/serialize.js +41 -0
  121. package/dist/implementation/generated/pareto/schemas/write_file/unmarshall.d.ts +1 -1
  122. package/dist/implementation/generated/pareto/schemas/write_file/unmarshall.js +4 -4
  123. package/dist/interface/generated/pareto/core/astn_source.d.ts +15 -0
  124. package/dist/interface/generated/pareto/core/parse_result.d.ts +25 -0
  125. package/dist/interface/generated/pareto/core/parse_result.js +3 -0
  126. package/dist/interface/generated/pareto/core/token.d.ts +49 -0
  127. package/dist/interface/generated/pareto/core/token.js +3 -0
  128. package/dist/interface/generated/pareto/schemas/copy/data_types/source.d.ts +4 -4
  129. package/dist/interface/generated/pareto/schemas/copy/data_types/target.d.ts +4 -4
  130. package/dist/interface/generated/pareto/schemas/copy/deserialize.d.ts +80 -0
  131. package/dist/interface/generated/pareto/schemas/copy/deserialize.js +3 -0
  132. package/dist/interface/generated/pareto/schemas/copy/marshall.d.ts +6 -6
  133. package/dist/interface/generated/pareto/schemas/copy/migrate_boilerplate.d.ts +8 -8
  134. package/dist/interface/generated/pareto/schemas/copy/serialize.d.ts +80 -0
  135. package/dist/interface/generated/pareto/schemas/copy/serialize.js +3 -0
  136. package/dist/interface/generated/pareto/schemas/copy/unmarshall.d.ts +7 -7
  137. package/dist/interface/generated/pareto/schemas/execute_procedure_executable/data_types/source.d.ts +4 -4
  138. package/dist/interface/generated/pareto/schemas/execute_procedure_executable/data_types/target.d.ts +4 -4
  139. package/dist/interface/generated/pareto/schemas/execute_procedure_executable/deserialize.d.ts +54 -0
  140. package/dist/interface/generated/pareto/schemas/execute_procedure_executable/deserialize.js +3 -0
  141. package/dist/interface/generated/pareto/schemas/execute_procedure_executable/marshall.d.ts +6 -6
  142. package/dist/interface/generated/pareto/schemas/execute_procedure_executable/migrate_boilerplate.d.ts +8 -8
  143. package/dist/interface/generated/pareto/schemas/execute_procedure_executable/serialize.d.ts +54 -0
  144. package/dist/interface/generated/pareto/schemas/execute_procedure_executable/serialize.js +3 -0
  145. package/dist/interface/generated/pareto/schemas/execute_procedure_executable/unmarshall.d.ts +7 -7
  146. package/dist/interface/generated/pareto/schemas/execute_query_executable/data_types/source.d.ts +4 -4
  147. package/dist/interface/generated/pareto/schemas/execute_query_executable/data_types/target.d.ts +4 -4
  148. package/dist/interface/generated/pareto/schemas/execute_query_executable/deserialize.d.ts +80 -0
  149. package/dist/interface/generated/pareto/schemas/execute_query_executable/deserialize.js +3 -0
  150. package/dist/interface/generated/pareto/schemas/execute_query_executable/marshall.d.ts +6 -6
  151. package/dist/interface/generated/pareto/schemas/execute_query_executable/migrate_boilerplate.d.ts +8 -8
  152. package/dist/interface/generated/pareto/schemas/execute_query_executable/serialize.d.ts +80 -0
  153. package/dist/interface/generated/pareto/schemas/execute_query_executable/serialize.js +3 -0
  154. package/dist/interface/generated/pareto/schemas/execute_query_executable/unmarshall.d.ts +7 -7
  155. package/dist/interface/generated/pareto/schemas/execute_query_executable_and_catch/deserialize.d.ts +80 -0
  156. package/dist/interface/generated/pareto/schemas/execute_query_executable_and_catch/deserialize.js +3 -0
  157. package/dist/interface/generated/pareto/schemas/execute_query_executable_and_catch/serialize.d.ts +80 -0
  158. package/dist/interface/generated/pareto/schemas/execute_query_executable_and_catch/serialize.js +3 -0
  159. package/dist/interface/generated/pareto/schemas/get_instream_data/deserialize.d.ts +28 -0
  160. package/dist/interface/generated/pareto/schemas/get_instream_data/deserialize.js +3 -0
  161. package/dist/interface/generated/pareto/schemas/get_instream_data/serialize.d.ts +28 -0
  162. package/dist/interface/generated/pareto/schemas/get_instream_data/serialize.js +3 -0
  163. package/dist/interface/generated/pareto/schemas/log/deserialize.d.ts +28 -0
  164. package/dist/interface/generated/pareto/schemas/log/deserialize.js +3 -0
  165. package/dist/interface/generated/pareto/schemas/log/serialize.d.ts +28 -0
  166. package/dist/interface/generated/pareto/schemas/log/serialize.js +3 -0
  167. package/dist/interface/generated/pareto/schemas/log_error/deserialize.d.ts +28 -0
  168. package/dist/interface/generated/pareto/schemas/log_error/deserialize.js +3 -0
  169. package/dist/interface/generated/pareto/schemas/log_error/serialize.d.ts +28 -0
  170. package/dist/interface/generated/pareto/schemas/log_error/serialize.js +3 -0
  171. package/dist/interface/generated/pareto/schemas/make_directory/data_types/source.d.ts +4 -4
  172. package/dist/interface/generated/pareto/schemas/make_directory/data_types/target.d.ts +4 -4
  173. package/dist/interface/generated/pareto/schemas/make_directory/deserialize.d.ts +80 -0
  174. package/dist/interface/generated/pareto/schemas/make_directory/deserialize.js +3 -0
  175. package/dist/interface/generated/pareto/schemas/make_directory/marshall.d.ts +6 -6
  176. package/dist/interface/generated/pareto/schemas/make_directory/migrate_boilerplate.d.ts +8 -8
  177. package/dist/interface/generated/pareto/schemas/make_directory/serialize.d.ts +80 -0
  178. package/dist/interface/generated/pareto/schemas/make_directory/serialize.js +3 -0
  179. package/dist/interface/generated/pareto/schemas/make_directory/unmarshall.d.ts +7 -7
  180. package/dist/interface/generated/pareto/schemas/read_directory/data_types/source.d.ts +16 -5
  181. package/dist/interface/generated/pareto/schemas/read_directory/data_types/target.d.ts +16 -5
  182. package/dist/interface/generated/pareto/schemas/read_directory/deserialize.d.ts +132 -0
  183. package/dist/interface/generated/pareto/schemas/read_directory/deserialize.js +3 -0
  184. package/dist/interface/generated/pareto/schemas/read_directory/marshall.d.ts +6 -6
  185. package/dist/interface/generated/pareto/schemas/read_directory/migrate_boilerplate.d.ts +8 -8
  186. package/dist/interface/generated/pareto/schemas/read_directory/serialize.d.ts +132 -0
  187. package/dist/interface/generated/pareto/schemas/read_directory/serialize.js +3 -0
  188. package/dist/interface/generated/pareto/schemas/read_directory/unmarshall.d.ts +7 -7
  189. package/dist/interface/generated/pareto/schemas/read_file/data_types/source.d.ts +4 -4
  190. package/dist/interface/generated/pareto/schemas/read_file/data_types/target.d.ts +4 -4
  191. package/dist/interface/generated/pareto/schemas/read_file/deserialize.d.ts +106 -0
  192. package/dist/interface/generated/pareto/schemas/read_file/deserialize.js +3 -0
  193. package/dist/interface/generated/pareto/schemas/read_file/marshall.d.ts +6 -6
  194. package/dist/interface/generated/pareto/schemas/read_file/migrate_boilerplate.d.ts +8 -8
  195. package/dist/interface/generated/pareto/schemas/read_file/serialize.d.ts +106 -0
  196. package/dist/interface/generated/pareto/schemas/read_file/serialize.js +3 -0
  197. package/dist/interface/generated/pareto/schemas/read_file/unmarshall.d.ts +7 -7
  198. package/dist/interface/generated/pareto/schemas/remove/data_types/source.d.ts +4 -4
  199. package/dist/interface/generated/pareto/schemas/remove/data_types/target.d.ts +4 -4
  200. package/dist/interface/generated/pareto/schemas/remove/deserialize.d.ts +80 -0
  201. package/dist/interface/generated/pareto/schemas/remove/deserialize.js +3 -0
  202. package/dist/interface/generated/pareto/schemas/remove/marshall.d.ts +6 -6
  203. package/dist/interface/generated/pareto/schemas/remove/migrate_boilerplate.d.ts +8 -8
  204. package/dist/interface/generated/pareto/schemas/remove/serialize.d.ts +80 -0
  205. package/dist/interface/generated/pareto/schemas/remove/serialize.js +3 -0
  206. package/dist/interface/generated/pareto/schemas/remove/unmarshall.d.ts +7 -7
  207. package/dist/interface/generated/pareto/schemas/stat/data_types/source.d.ts +4 -4
  208. package/dist/interface/generated/pareto/schemas/stat/data_types/target.d.ts +4 -4
  209. package/dist/interface/generated/pareto/schemas/stat/deserialize.d.ts +132 -0
  210. package/dist/interface/generated/pareto/schemas/stat/deserialize.js +3 -0
  211. package/dist/interface/generated/pareto/schemas/stat/marshall.d.ts +6 -6
  212. package/dist/interface/generated/pareto/schemas/stat/migrate_boilerplate.d.ts +8 -8
  213. package/dist/interface/generated/pareto/schemas/stat/serialize.d.ts +132 -0
  214. package/dist/interface/generated/pareto/schemas/stat/serialize.js +3 -0
  215. package/dist/interface/generated/pareto/schemas/stat/unmarshall.d.ts +7 -7
  216. package/dist/interface/generated/pareto/schemas/write_file/data_types/source.d.ts +4 -4
  217. package/dist/interface/generated/pareto/schemas/write_file/data_types/target.d.ts +4 -4
  218. package/dist/interface/generated/pareto/schemas/write_file/deserialize.d.ts +80 -0
  219. package/dist/interface/generated/pareto/schemas/write_file/deserialize.js +3 -0
  220. package/dist/interface/generated/pareto/schemas/write_file/marshall.d.ts +6 -6
  221. package/dist/interface/generated/pareto/schemas/write_file/migrate_boilerplate.d.ts +8 -8
  222. package/dist/interface/generated/pareto/schemas/write_file/serialize.d.ts +80 -0
  223. package/dist/interface/generated/pareto/schemas/write_file/serialize.js +3 -0
  224. package/dist/interface/generated/pareto/schemas/write_file/unmarshall.d.ts +7 -7
  225. package/package.json +3 -2
@@ -0,0 +1,80 @@
1
+ import * as _i_in from "./data_types/source";
2
+ import * as _i_vs from "./value_serializers";
3
+ export type _T_Error = ($$_: _i_in._T_Error, $$_p: {
4
+ readonly 'value serializers': _i_vs._T_Value_Serializers;
5
+ }) => string;
6
+ export type _T_Parameters = ($$_: _i_in._T_Parameters, $$_p: {
7
+ readonly 'value serializers': _i_vs._T_Value_Serializers;
8
+ }) => string;
9
+ export type _T_Path = ($$_: _i_in._T_Path, $$_p: {
10
+ readonly 'value serializers': _i_vs._T_Value_Serializers;
11
+ }) => string;
12
+ export type Error = _T_Error;
13
+ export type Parameters = _T_Parameters;
14
+ export type Path = _T_Path;
15
+ export declare namespace _T_Error {
16
+ namespace CONTEXT {
17
+ }
18
+ type CONTEXT = _i_in._T_Error;
19
+ namespace PARAMS {
20
+ namespace value_serializers {
21
+ }
22
+ type value_serializers = _i_vs._T_Value_Serializers;
23
+ }
24
+ type RESULT = string;
25
+ }
26
+ export declare namespace _T_Parameters {
27
+ namespace CONTEXT {
28
+ }
29
+ type CONTEXT = _i_in._T_Parameters;
30
+ namespace PARAMS {
31
+ namespace value_serializers {
32
+ }
33
+ type value_serializers = _i_vs._T_Value_Serializers;
34
+ }
35
+ type RESULT = string;
36
+ }
37
+ export declare namespace _T_Path {
38
+ namespace CONTEXT {
39
+ }
40
+ type CONTEXT = _i_in._T_Path;
41
+ namespace PARAMS {
42
+ namespace value_serializers {
43
+ }
44
+ type value_serializers = _i_vs._T_Value_Serializers;
45
+ }
46
+ type RESULT = string;
47
+ }
48
+ export declare namespace Error {
49
+ namespace CONTEXT {
50
+ }
51
+ type CONTEXT = _i_in._T_Error;
52
+ namespace PARAMS {
53
+ namespace value_serializers {
54
+ }
55
+ type value_serializers = _i_vs._T_Value_Serializers;
56
+ }
57
+ type RESULT = string;
58
+ }
59
+ export declare namespace Parameters {
60
+ namespace CONTEXT {
61
+ }
62
+ type CONTEXT = _i_in._T_Parameters;
63
+ namespace PARAMS {
64
+ namespace value_serializers {
65
+ }
66
+ type value_serializers = _i_vs._T_Value_Serializers;
67
+ }
68
+ type RESULT = string;
69
+ }
70
+ export declare namespace Path {
71
+ namespace CONTEXT {
72
+ }
73
+ type CONTEXT = _i_in._T_Path;
74
+ namespace PARAMS {
75
+ namespace value_serializers {
76
+ }
77
+ type value_serializers = _i_vs._T_Value_Serializers;
78
+ }
79
+ type RESULT = string;
80
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2VyaWFsaXplLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vc3JjL2ludGVyZmFjZS9nZW5lcmF0ZWQvcGFyZXRvL3NjaGVtYXMvbWFrZV9kaXJlY3Rvcnkvc2VyaWFsaXplLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIifQ==
@@ -1,19 +1,19 @@
1
1
  import * as _i_in from "../../core/astn_source";
2
2
  import * as _i_out from "./data_types/target";
3
3
  import * as _i_vd from "./value_deserializers";
4
- export type _T_Errors = ($$_: _i_in._T_Value, $$_p: {
4
+ export type _T_Error = ($$_: _i_in._T_Value, $$_p: {
5
5
  readonly 'value deserializers': _i_vd._T_Value_Deserializers;
6
- }) => _i_out._T_Errors;
6
+ }) => _i_out._T_Error;
7
7
  export type _T_Parameters = ($$_: _i_in._T_Value, $$_p: {
8
8
  readonly 'value deserializers': _i_vd._T_Value_Deserializers;
9
9
  }) => _i_out._T_Parameters;
10
10
  export type _T_Path = ($$_: _i_in._T_Value, $$_p: {
11
11
  readonly 'value deserializers': _i_vd._T_Value_Deserializers;
12
12
  }) => _i_out._T_Path;
13
- export type Errors = _T_Errors;
13
+ export type Error = _T_Error;
14
14
  export type Parameters = _T_Parameters;
15
15
  export type Path = _T_Path;
16
- export declare namespace _T_Errors {
16
+ export declare namespace _T_Error {
17
17
  namespace CONTEXT {
18
18
  }
19
19
  type CONTEXT = _i_in._T_Value;
@@ -24,7 +24,7 @@ export declare namespace _T_Errors {
24
24
  }
25
25
  namespace RESULT {
26
26
  }
27
- type RESULT = _i_out._T_Errors;
27
+ type RESULT = _i_out._T_Error;
28
28
  }
29
29
  export declare namespace _T_Parameters {
30
30
  namespace CONTEXT {
@@ -52,7 +52,7 @@ export declare namespace _T_Path {
52
52
  }
53
53
  type RESULT = _i_out._T_Path;
54
54
  }
55
- export declare namespace Errors {
55
+ export declare namespace Error {
56
56
  namespace CONTEXT {
57
57
  }
58
58
  type CONTEXT = _i_in._T_Value;
@@ -63,7 +63,7 @@ export declare namespace Errors {
63
63
  }
64
64
  namespace RESULT {
65
65
  }
66
- type RESULT = _i_out._T_Errors;
66
+ type RESULT = _i_out._T_Error;
67
67
  }
68
68
  export declare namespace Parameters {
69
69
  namespace CONTEXT {
@@ -1,18 +1,21 @@
1
1
  import * as _i_core from "../../../core/resolved";
2
- export type _T_Errors = _i_core._T_State_Group<null, readonly ['directory does not exist', null] | readonly ['node is not a directory', null]>;
2
+ export type _T_Error = _i_core._T_State_Group<null, readonly ['directory does not exist', null] | readonly ['node is not a directory', null]>;
3
3
  export type _T_Node_Type = _i_core._T_State_Group<null, readonly ['directory', null] | readonly ['file', null]>;
4
- export type _T_Parameters = _T_Path;
4
+ export type _T_Parameters = {
5
+ readonly 'path': _T_Path;
6
+ readonly 'prepend results with path': boolean;
7
+ };
5
8
  export type _T_Path = {
6
9
  readonly 'escape spaces in path': boolean;
7
10
  readonly 'path': string;
8
11
  };
9
12
  export type _T_Result = _i_core._T_Dictionary<null, _T_Node_Type>;
10
- export type Errors = _T_Errors;
13
+ export type Error = _T_Error;
11
14
  export type Node_Type = _T_Node_Type;
12
15
  export type Parameters = _T_Parameters;
13
16
  export type Path = _T_Path;
14
17
  export type Result = _T_Result;
15
- export declare namespace _T_Errors {
18
+ export declare namespace _T_Error {
16
19
  namespace SG {
17
20
  type directory_does_not_exist = null;
18
21
  type node_is_not_a_directory = null;
@@ -27,6 +30,10 @@ export declare namespace _T_Node_Type {
27
30
  type SG = readonly ['directory', null] | readonly ['file', null];
28
31
  }
29
32
  export declare namespace _T_Parameters {
33
+ namespace path {
34
+ }
35
+ type path = _T_Path;
36
+ type prepend_results_with_path = boolean;
30
37
  }
31
38
  export declare namespace _T_Path {
32
39
  type escape_spaces_in_path = boolean;
@@ -37,7 +44,7 @@ export declare namespace _T_Result {
37
44
  }
38
45
  type D = _T_Node_Type;
39
46
  }
40
- export declare namespace Errors {
47
+ export declare namespace Error {
41
48
  namespace SG {
42
49
  type directory_does_not_exist = null;
43
50
  type node_is_not_a_directory = null;
@@ -52,6 +59,10 @@ export declare namespace Node_Type {
52
59
  type SG = readonly ['directory', null] | readonly ['file', null];
53
60
  }
54
61
  export declare namespace Parameters {
62
+ namespace path {
63
+ }
64
+ type path = _T_Path;
65
+ type prepend_results_with_path = boolean;
55
66
  }
56
67
  export declare namespace Path {
57
68
  type escape_spaces_in_path = boolean;
@@ -1,18 +1,21 @@
1
1
  import * as _i_core from "../../../core/unconstrained";
2
- export type _T_Errors = _i_core._T_State_Group<null, readonly ['directory does not exist', null] | readonly ['node is not a directory', null]>;
2
+ export type _T_Error = _i_core._T_State_Group<null, readonly ['directory does not exist', null] | readonly ['node is not a directory', null]>;
3
3
  export type _T_Node_Type = _i_core._T_State_Group<null, readonly ['directory', null] | readonly ['file', null]>;
4
- export type _T_Parameters = _T_Path;
4
+ export type _T_Parameters = {
5
+ readonly 'path': _T_Path;
6
+ readonly 'prepend results with path': boolean;
7
+ };
5
8
  export type _T_Path = {
6
9
  readonly 'escape spaces in path': boolean;
7
10
  readonly 'path': string;
8
11
  };
9
12
  export type _T_Result = _i_core._T_Dictionary<null, _T_Node_Type>;
10
- export type Errors = _T_Errors;
13
+ export type Error = _T_Error;
11
14
  export type Node_Type = _T_Node_Type;
12
15
  export type Parameters = _T_Parameters;
13
16
  export type Path = _T_Path;
14
17
  export type Result = _T_Result;
15
- export declare namespace _T_Errors {
18
+ export declare namespace _T_Error {
16
19
  namespace SG {
17
20
  type directory_does_not_exist = null;
18
21
  type node_is_not_a_directory = null;
@@ -27,6 +30,10 @@ export declare namespace _T_Node_Type {
27
30
  type SG = readonly ['directory', null] | readonly ['file', null];
28
31
  }
29
32
  export declare namespace _T_Parameters {
33
+ namespace path {
34
+ }
35
+ type path = _T_Path;
36
+ type prepend_results_with_path = boolean;
30
37
  }
31
38
  export declare namespace _T_Path {
32
39
  type escape_spaces_in_path = boolean;
@@ -37,7 +44,7 @@ export declare namespace _T_Result {
37
44
  }
38
45
  type D = _T_Node_Type;
39
46
  }
40
- export declare namespace Errors {
47
+ export declare namespace Error {
41
48
  namespace SG {
42
49
  type directory_does_not_exist = null;
43
50
  type node_is_not_a_directory = null;
@@ -52,6 +59,10 @@ export declare namespace Node_Type {
52
59
  type SG = readonly ['directory', null] | readonly ['file', null];
53
60
  }
54
61
  export declare namespace Parameters {
62
+ namespace path {
63
+ }
64
+ type path = _T_Path;
65
+ type prepend_results_with_path = boolean;
55
66
  }
56
67
  export declare namespace Path {
57
68
  type escape_spaces_in_path = boolean;
@@ -0,0 +1,132 @@
1
+ import * as _i_out from "./data_types/target";
2
+ import * as _i_vd from "./value_deserializers";
3
+ export type _T_Error = ($$_: string, $$_p: {
4
+ readonly 'value deserializers': _i_vd._T_Value_Deserializers;
5
+ }) => _i_out._T_Error;
6
+ export type _T_Node_Type = ($$_: string, $$_p: {
7
+ readonly 'value deserializers': _i_vd._T_Value_Deserializers;
8
+ }) => _i_out._T_Node_Type;
9
+ export type _T_Parameters = ($$_: string, $$_p: {
10
+ readonly 'value deserializers': _i_vd._T_Value_Deserializers;
11
+ }) => _i_out._T_Parameters;
12
+ export type _T_Path = ($$_: string, $$_p: {
13
+ readonly 'value deserializers': _i_vd._T_Value_Deserializers;
14
+ }) => _i_out._T_Path;
15
+ export type _T_Result = ($$_: string, $$_p: {
16
+ readonly 'value deserializers': _i_vd._T_Value_Deserializers;
17
+ }) => _i_out._T_Result;
18
+ export type Error = _T_Error;
19
+ export type Node_Type = _T_Node_Type;
20
+ export type Parameters = _T_Parameters;
21
+ export type Path = _T_Path;
22
+ export type Result = _T_Result;
23
+ export declare namespace _T_Error {
24
+ type CONTEXT = string;
25
+ namespace PARAMS {
26
+ namespace value_deserializers {
27
+ }
28
+ type value_deserializers = _i_vd._T_Value_Deserializers;
29
+ }
30
+ namespace RESULT {
31
+ }
32
+ type RESULT = _i_out._T_Error;
33
+ }
34
+ export declare namespace _T_Node_Type {
35
+ type CONTEXT = string;
36
+ namespace PARAMS {
37
+ namespace value_deserializers {
38
+ }
39
+ type value_deserializers = _i_vd._T_Value_Deserializers;
40
+ }
41
+ namespace RESULT {
42
+ }
43
+ type RESULT = _i_out._T_Node_Type;
44
+ }
45
+ export declare namespace _T_Parameters {
46
+ type CONTEXT = string;
47
+ namespace PARAMS {
48
+ namespace value_deserializers {
49
+ }
50
+ type value_deserializers = _i_vd._T_Value_Deserializers;
51
+ }
52
+ namespace RESULT {
53
+ }
54
+ type RESULT = _i_out._T_Parameters;
55
+ }
56
+ export declare namespace _T_Path {
57
+ type CONTEXT = string;
58
+ namespace PARAMS {
59
+ namespace value_deserializers {
60
+ }
61
+ type value_deserializers = _i_vd._T_Value_Deserializers;
62
+ }
63
+ namespace RESULT {
64
+ }
65
+ type RESULT = _i_out._T_Path;
66
+ }
67
+ export declare namespace _T_Result {
68
+ type CONTEXT = string;
69
+ namespace PARAMS {
70
+ namespace value_deserializers {
71
+ }
72
+ type value_deserializers = _i_vd._T_Value_Deserializers;
73
+ }
74
+ namespace RESULT {
75
+ }
76
+ type RESULT = _i_out._T_Result;
77
+ }
78
+ export declare namespace Error {
79
+ type CONTEXT = string;
80
+ namespace PARAMS {
81
+ namespace value_deserializers {
82
+ }
83
+ type value_deserializers = _i_vd._T_Value_Deserializers;
84
+ }
85
+ namespace RESULT {
86
+ }
87
+ type RESULT = _i_out._T_Error;
88
+ }
89
+ export declare namespace Node_Type {
90
+ type CONTEXT = string;
91
+ namespace PARAMS {
92
+ namespace value_deserializers {
93
+ }
94
+ type value_deserializers = _i_vd._T_Value_Deserializers;
95
+ }
96
+ namespace RESULT {
97
+ }
98
+ type RESULT = _i_out._T_Node_Type;
99
+ }
100
+ export declare namespace Parameters {
101
+ type CONTEXT = string;
102
+ namespace PARAMS {
103
+ namespace value_deserializers {
104
+ }
105
+ type value_deserializers = _i_vd._T_Value_Deserializers;
106
+ }
107
+ namespace RESULT {
108
+ }
109
+ type RESULT = _i_out._T_Parameters;
110
+ }
111
+ export declare namespace Path {
112
+ type CONTEXT = string;
113
+ namespace PARAMS {
114
+ namespace value_deserializers {
115
+ }
116
+ type value_deserializers = _i_vd._T_Value_Deserializers;
117
+ }
118
+ namespace RESULT {
119
+ }
120
+ type RESULT = _i_out._T_Path;
121
+ }
122
+ export declare namespace Result {
123
+ type CONTEXT = string;
124
+ namespace PARAMS {
125
+ namespace value_deserializers {
126
+ }
127
+ type value_deserializers = _i_vd._T_Value_Deserializers;
128
+ }
129
+ namespace RESULT {
130
+ }
131
+ type RESULT = _i_out._T_Result;
132
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGVzZXJpYWxpemUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9zcmMvaW50ZXJmYWNlL2dlbmVyYXRlZC9wYXJldG8vc2NoZW1hcy9yZWFkX2RpcmVjdG9yeS9kZXNlcmlhbGl6ZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIn0=
@@ -1,7 +1,7 @@
1
1
  import * as _i_in from "./data_types/source";
2
2
  import * as _i_out from "../../core/astn_target";
3
3
  import * as _i_vs from "./value_serializers";
4
- export type _T_Errors = ($$_: _i_in._T_Errors, $$_p: {
4
+ export type _T_Error = ($$_: _i_in._T_Error, $$_p: {
5
5
  readonly 'value serializers': _i_vs._T_Value_Serializers;
6
6
  }) => _i_out._T_Value;
7
7
  export type _T_Node_Type = ($$_: _i_in._T_Node_Type, $$_p: {
@@ -16,15 +16,15 @@ export type _T_Path = ($$_: _i_in._T_Path, $$_p: {
16
16
  export type _T_Result = ($$_: _i_in._T_Result, $$_p: {
17
17
  readonly 'value serializers': _i_vs._T_Value_Serializers;
18
18
  }) => _i_out._T_Value;
19
- export type Errors = _T_Errors;
19
+ export type Error = _T_Error;
20
20
  export type Node_Type = _T_Node_Type;
21
21
  export type Parameters = _T_Parameters;
22
22
  export type Path = _T_Path;
23
23
  export type Result = _T_Result;
24
- export declare namespace _T_Errors {
24
+ export declare namespace _T_Error {
25
25
  namespace CONTEXT {
26
26
  }
27
- type CONTEXT = _i_in._T_Errors;
27
+ type CONTEXT = _i_in._T_Error;
28
28
  namespace PARAMS {
29
29
  namespace value_serializers {
30
30
  }
@@ -86,10 +86,10 @@ export declare namespace _T_Result {
86
86
  }
87
87
  type RESULT = _i_out._T_Value;
88
88
  }
89
- export declare namespace Errors {
89
+ export declare namespace Error {
90
90
  namespace CONTEXT {
91
91
  }
92
- type CONTEXT = _i_in._T_Errors;
92
+ type CONTEXT = _i_in._T_Error;
93
93
  namespace PARAMS {
94
94
  namespace value_serializers {
95
95
  }
@@ -1,24 +1,24 @@
1
1
  import * as _i_in from "./data_types/source";
2
2
  import * as _i_out from "./data_types/target";
3
- export type _T_Errors = ($$_: _i_in._T_Errors, $$_p: null) => _i_out._T_Errors;
3
+ export type _T_Error = ($$_: _i_in._T_Error, $$_p: null) => _i_out._T_Error;
4
4
  export type _T_Node_Type = ($$_: _i_in._T_Node_Type, $$_p: null) => _i_out._T_Node_Type;
5
5
  export type _T_Parameters = ($$_: _i_in._T_Parameters, $$_p: null) => _i_out._T_Parameters;
6
6
  export type _T_Path = ($$_: _i_in._T_Path, $$_p: null) => _i_out._T_Path;
7
7
  export type _T_Result = ($$_: _i_in._T_Result, $$_p: null) => _i_out._T_Result;
8
- export type Errors = _T_Errors;
8
+ export type Error = _T_Error;
9
9
  export type Node_Type = _T_Node_Type;
10
10
  export type Parameters = _T_Parameters;
11
11
  export type Path = _T_Path;
12
12
  export type Result = _T_Result;
13
- export declare namespace _T_Errors {
13
+ export declare namespace _T_Error {
14
14
  namespace CONTEXT {
15
15
  }
16
- type CONTEXT = _i_in._T_Errors;
16
+ type CONTEXT = _i_in._T_Error;
17
17
  namespace PARAMS {
18
18
  }
19
19
  namespace RESULT {
20
20
  }
21
- type RESULT = _i_out._T_Errors;
21
+ type RESULT = _i_out._T_Error;
22
22
  }
23
23
  export declare namespace _T_Node_Type {
24
24
  namespace CONTEXT {
@@ -60,15 +60,15 @@ export declare namespace _T_Result {
60
60
  }
61
61
  type RESULT = _i_out._T_Result;
62
62
  }
63
- export declare namespace Errors {
63
+ export declare namespace Error {
64
64
  namespace CONTEXT {
65
65
  }
66
- type CONTEXT = _i_in._T_Errors;
66
+ type CONTEXT = _i_in._T_Error;
67
67
  namespace PARAMS {
68
68
  }
69
69
  namespace RESULT {
70
70
  }
71
- type RESULT = _i_out._T_Errors;
71
+ type RESULT = _i_out._T_Error;
72
72
  }
73
73
  export declare namespace Node_Type {
74
74
  namespace CONTEXT {
@@ -0,0 +1,132 @@
1
+ import * as _i_in from "./data_types/source";
2
+ import * as _i_vs from "./value_serializers";
3
+ export type _T_Error = ($$_: _i_in._T_Error, $$_p: {
4
+ readonly 'value serializers': _i_vs._T_Value_Serializers;
5
+ }) => string;
6
+ export type _T_Node_Type = ($$_: _i_in._T_Node_Type, $$_p: {
7
+ readonly 'value serializers': _i_vs._T_Value_Serializers;
8
+ }) => string;
9
+ export type _T_Parameters = ($$_: _i_in._T_Parameters, $$_p: {
10
+ readonly 'value serializers': _i_vs._T_Value_Serializers;
11
+ }) => string;
12
+ export type _T_Path = ($$_: _i_in._T_Path, $$_p: {
13
+ readonly 'value serializers': _i_vs._T_Value_Serializers;
14
+ }) => string;
15
+ export type _T_Result = ($$_: _i_in._T_Result, $$_p: {
16
+ readonly 'value serializers': _i_vs._T_Value_Serializers;
17
+ }) => string;
18
+ export type Error = _T_Error;
19
+ export type Node_Type = _T_Node_Type;
20
+ export type Parameters = _T_Parameters;
21
+ export type Path = _T_Path;
22
+ export type Result = _T_Result;
23
+ export declare namespace _T_Error {
24
+ namespace CONTEXT {
25
+ }
26
+ type CONTEXT = _i_in._T_Error;
27
+ namespace PARAMS {
28
+ namespace value_serializers {
29
+ }
30
+ type value_serializers = _i_vs._T_Value_Serializers;
31
+ }
32
+ type RESULT = string;
33
+ }
34
+ export declare namespace _T_Node_Type {
35
+ namespace CONTEXT {
36
+ }
37
+ type CONTEXT = _i_in._T_Node_Type;
38
+ namespace PARAMS {
39
+ namespace value_serializers {
40
+ }
41
+ type value_serializers = _i_vs._T_Value_Serializers;
42
+ }
43
+ type RESULT = string;
44
+ }
45
+ export declare namespace _T_Parameters {
46
+ namespace CONTEXT {
47
+ }
48
+ type CONTEXT = _i_in._T_Parameters;
49
+ namespace PARAMS {
50
+ namespace value_serializers {
51
+ }
52
+ type value_serializers = _i_vs._T_Value_Serializers;
53
+ }
54
+ type RESULT = string;
55
+ }
56
+ export declare namespace _T_Path {
57
+ namespace CONTEXT {
58
+ }
59
+ type CONTEXT = _i_in._T_Path;
60
+ namespace PARAMS {
61
+ namespace value_serializers {
62
+ }
63
+ type value_serializers = _i_vs._T_Value_Serializers;
64
+ }
65
+ type RESULT = string;
66
+ }
67
+ export declare namespace _T_Result {
68
+ namespace CONTEXT {
69
+ }
70
+ type CONTEXT = _i_in._T_Result;
71
+ namespace PARAMS {
72
+ namespace value_serializers {
73
+ }
74
+ type value_serializers = _i_vs._T_Value_Serializers;
75
+ }
76
+ type RESULT = string;
77
+ }
78
+ export declare namespace Error {
79
+ namespace CONTEXT {
80
+ }
81
+ type CONTEXT = _i_in._T_Error;
82
+ namespace PARAMS {
83
+ namespace value_serializers {
84
+ }
85
+ type value_serializers = _i_vs._T_Value_Serializers;
86
+ }
87
+ type RESULT = string;
88
+ }
89
+ export declare namespace Node_Type {
90
+ namespace CONTEXT {
91
+ }
92
+ type CONTEXT = _i_in._T_Node_Type;
93
+ namespace PARAMS {
94
+ namespace value_serializers {
95
+ }
96
+ type value_serializers = _i_vs._T_Value_Serializers;
97
+ }
98
+ type RESULT = string;
99
+ }
100
+ export declare namespace Parameters {
101
+ namespace CONTEXT {
102
+ }
103
+ type CONTEXT = _i_in._T_Parameters;
104
+ namespace PARAMS {
105
+ namespace value_serializers {
106
+ }
107
+ type value_serializers = _i_vs._T_Value_Serializers;
108
+ }
109
+ type RESULT = string;
110
+ }
111
+ export declare namespace Path {
112
+ namespace CONTEXT {
113
+ }
114
+ type CONTEXT = _i_in._T_Path;
115
+ namespace PARAMS {
116
+ namespace value_serializers {
117
+ }
118
+ type value_serializers = _i_vs._T_Value_Serializers;
119
+ }
120
+ type RESULT = string;
121
+ }
122
+ export declare namespace Result {
123
+ namespace CONTEXT {
124
+ }
125
+ type CONTEXT = _i_in._T_Result;
126
+ namespace PARAMS {
127
+ namespace value_serializers {
128
+ }
129
+ type value_serializers = _i_vs._T_Value_Serializers;
130
+ }
131
+ type RESULT = string;
132
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2VyaWFsaXplLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vc3JjL2ludGVyZmFjZS9nZW5lcmF0ZWQvcGFyZXRvL3NjaGVtYXMvcmVhZF9kaXJlY3Rvcnkvc2VyaWFsaXplLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIifQ==
@@ -1,9 +1,9 @@
1
1
  import * as _i_in from "../../core/astn_source";
2
2
  import * as _i_out from "./data_types/target";
3
3
  import * as _i_vd from "./value_deserializers";
4
- export type _T_Errors = ($$_: _i_in._T_Value, $$_p: {
4
+ export type _T_Error = ($$_: _i_in._T_Value, $$_p: {
5
5
  readonly 'value deserializers': _i_vd._T_Value_Deserializers;
6
- }) => _i_out._T_Errors;
6
+ }) => _i_out._T_Error;
7
7
  export type _T_Node_Type = ($$_: _i_in._T_Value, $$_p: {
8
8
  readonly 'value deserializers': _i_vd._T_Value_Deserializers;
9
9
  }) => _i_out._T_Node_Type;
@@ -16,12 +16,12 @@ export type _T_Path = ($$_: _i_in._T_Value, $$_p: {
16
16
  export type _T_Result = ($$_: _i_in._T_Value, $$_p: {
17
17
  readonly 'value deserializers': _i_vd._T_Value_Deserializers;
18
18
  }) => _i_out._T_Result;
19
- export type Errors = _T_Errors;
19
+ export type Error = _T_Error;
20
20
  export type Node_Type = _T_Node_Type;
21
21
  export type Parameters = _T_Parameters;
22
22
  export type Path = _T_Path;
23
23
  export type Result = _T_Result;
24
- export declare namespace _T_Errors {
24
+ export declare namespace _T_Error {
25
25
  namespace CONTEXT {
26
26
  }
27
27
  type CONTEXT = _i_in._T_Value;
@@ -32,7 +32,7 @@ export declare namespace _T_Errors {
32
32
  }
33
33
  namespace RESULT {
34
34
  }
35
- type RESULT = _i_out._T_Errors;
35
+ type RESULT = _i_out._T_Error;
36
36
  }
37
37
  export declare namespace _T_Node_Type {
38
38
  namespace CONTEXT {
@@ -86,7 +86,7 @@ export declare namespace _T_Result {
86
86
  }
87
87
  type RESULT = _i_out._T_Result;
88
88
  }
89
- export declare namespace Errors {
89
+ export declare namespace Error {
90
90
  namespace CONTEXT {
91
91
  }
92
92
  type CONTEXT = _i_in._T_Value;
@@ -97,7 +97,7 @@ export declare namespace Errors {
97
97
  }
98
98
  namespace RESULT {
99
99
  }
100
- type RESULT = _i_out._T_Errors;
100
+ type RESULT = _i_out._T_Error;
101
101
  }
102
102
  export declare namespace Node_Type {
103
103
  namespace CONTEXT {