pareto 0.76.68 → 0.77.0

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 (226) hide show
  1. package/dist/bin/{compile.js → compile_temp_schemas.js} +3 -3
  2. package/dist/bin/seal.js +2 -2
  3. package/dist/bin/serialize_schemas.js +2 -2
  4. package/dist/bin/validate.js +2 -2
  5. package/dist/exceptional/deserializers/load_schema.d.ts +4 -4
  6. package/dist/exceptional/deserializers/load_schema.js +10 -9
  7. package/dist/implementation/{operations → algorithms/operations}/impure/tbd/path.d.ts +1 -1
  8. package/dist/implementation/algorithms/operations/impure/tbd/path.js +16 -0
  9. package/dist/implementation/algorithms/procedures/unguaranteed/compile_temp_schemas.js +152 -0
  10. package/dist/implementation/{procedures → algorithms/procedures}/unguaranteed/seal.js +2 -2
  11. package/dist/implementation/algorithms/procedures/unguaranteed/serialize_schemas.js +62 -0
  12. package/dist/implementation/{procedures → algorithms/procedures}/unguaranteed/validate.js +4 -4
  13. package/dist/implementation/{queries → algorithms/queries}/unguaranteed/load_pareto_document.d.ts +1 -1
  14. package/dist/implementation/algorithms/queries/unguaranteed/load_pareto_document.js +75 -0
  15. package/dist/implementation/{queries → algorithms/queries}/unguaranteed/load_pareto_file.d.ts +1 -1
  16. package/dist/implementation/{queries → algorithms/queries}/unguaranteed/load_pareto_file.js +4 -4
  17. package/dist/implementation/{transformations → algorithms/transformations}/module/exupery_implementation.d.ts +1 -1
  18. package/dist/implementation/{transformations → algorithms/transformations}/module/exupery_implementation.js +1 -1
  19. package/dist/implementation/{transformations → algorithms/transformations}/module/exupery_interface.d.ts +4 -4
  20. package/dist/implementation/{transformations → algorithms/transformations}/module/exupery_interface.js +6 -6
  21. package/dist/implementation/{transformations/module/temp_typescript.d.ts → algorithms/transformations/module/temp_typescript_implementation.d.ts} +1 -1
  22. package/dist/implementation/algorithms/transformations/module/temp_typescript_implementation.js +45 -0
  23. package/dist/implementation/algorithms/transformations/module/temp_typescript_interface.d.ts +3 -0
  24. package/dist/implementation/algorithms/transformations/module/temp_typescript_interface.js +43 -0
  25. package/dist/implementation/algorithms/transformations/schema/exupery_implementation/deserialize.d.ts +8 -0
  26. package/dist/implementation/algorithms/transformations/schema/exupery_implementation/deserialize.js +52 -0
  27. package/dist/implementation/{transformations → algorithms/transformations}/schema/exupery_implementation/main.d.ts +1 -1
  28. package/dist/implementation/algorithms/transformations/schema/exupery_implementation/main.js +92 -0
  29. package/dist/implementation/{transformations → algorithms/transformations}/schema/exupery_implementation/marshall.d.ts +1 -1
  30. package/dist/implementation/algorithms/transformations/schema/exupery_implementation/marshall.js +142 -0
  31. package/dist/implementation/{transformations → algorithms/transformations}/schema/exupery_implementation/migrate_boilerplate.d.ts +6 -6
  32. package/dist/implementation/algorithms/transformations/schema/exupery_implementation/migrate_boilerplate.js +105 -0
  33. package/dist/implementation/{transformations → algorithms/transformations}/schema/exupery_implementation/resolve.d.ts +1 -1
  34. package/dist/implementation/algorithms/transformations/schema/exupery_implementation/resolve.js +300 -0
  35. package/dist/implementation/algorithms/transformations/schema/exupery_implementation/serialize.d.ts +9 -0
  36. package/dist/implementation/algorithms/transformations/schema/exupery_implementation/serialize.js +53 -0
  37. package/dist/implementation/{transformations → algorithms/transformations}/schema/exupery_implementation/unmarshall.d.ts +1 -1
  38. package/dist/implementation/algorithms/transformations/schema/exupery_implementation/unmarshall.js +158 -0
  39. package/dist/implementation/algorithms/transformations/schema/exupery_interface/deserialize.d.ts +6 -0
  40. package/dist/implementation/algorithms/transformations/schema/exupery_interface/deserialize.js +39 -0
  41. package/dist/implementation/algorithms/transformations/schema/exupery_interface/dummy_resolve.d.ts +3 -0
  42. package/dist/implementation/algorithms/transformations/schema/exupery_interface/dummy_resolve.js +13 -0
  43. package/dist/implementation/{transformations → algorithms/transformations}/schema/exupery_interface/main.d.ts +5 -5
  44. package/dist/implementation/algorithms/transformations/schema/exupery_interface/main.js +116 -0
  45. package/dist/implementation/algorithms/transformations/schema/exupery_interface/marshall.d.ts +6 -0
  46. package/dist/implementation/{transformations → algorithms/transformations}/schema/exupery_interface/marshall.js +1 -1
  47. package/dist/implementation/{transformations → algorithms/transformations}/schema/exupery_interface/migrate_boilerplate.d.ts +3 -3
  48. package/dist/implementation/{transformations → algorithms/transformations}/schema/exupery_interface/migrate_boilerplate.js +1 -1
  49. package/dist/implementation/algorithms/transformations/schema/exupery_interface/resolve.d.ts +12 -0
  50. package/dist/implementation/algorithms/transformations/schema/exupery_interface/resolve.js +110 -0
  51. package/dist/implementation/algorithms/transformations/schema/exupery_interface/serialize.d.ts +6 -0
  52. package/dist/implementation/algorithms/transformations/schema/exupery_interface/serialize.js +39 -0
  53. package/dist/implementation/{transformations → algorithms/transformations}/schema/exupery_interface/types.d.ts +6 -6
  54. package/dist/implementation/algorithms/transformations/schema/exupery_interface/types.js +192 -0
  55. package/dist/implementation/{transformations → algorithms/transformations}/schema/exupery_interface/unmarshall.d.ts +1 -1
  56. package/dist/implementation/{transformations → algorithms/transformations}/schema/exupery_interface/unmarshall.js +1 -1
  57. package/dist/implementation/algorithms/transformations/schema/exupery_interface/value_deserializers.d.ts +6 -0
  58. package/dist/implementation/{transformations → algorithms/transformations}/schema/exupery_interface/value_deserializers.js +1 -1
  59. package/dist/implementation/algorithms/transformations/schema/exupery_interface/value_serializers.d.ts +6 -0
  60. package/dist/implementation/{transformations → algorithms/transformations}/schema/exupery_interface/value_serializers.js +1 -1
  61. package/dist/implementation/algorithms/transformations/temp/astn_schema.d.ts +10 -0
  62. package/dist/implementation/algorithms/transformations/temp/astn_schema.js +140 -0
  63. package/dist/implementation/{transformations → algorithms/transformations}/temp/unmarshall_astn_ast.d.ts +2 -2
  64. package/dist/implementation/{transformations → algorithms/transformations}/temp/unmarshall_astn_ast.js +6 -23
  65. package/dist/implementation/{transformations → algorithms/transformations}/unmarshall_errors/fountain_pen.d.ts +1 -1
  66. package/dist/implementation/algorithms/transformations/unmarshall_errors/fountain_pen.js +86 -0
  67. package/dist/implementation/{transformations → algorithms/transformations}/unmarshall_result/astn_authoring_target.d.ts +1 -1
  68. package/dist/implementation/{transformations → algorithms/transformations}/unmarshall_result/astn_authoring_target.js +1 -1
  69. package/dist/implementation/{transformations → algorithms/transformations}/unmarshall_result/unmarshall_errors.d.ts +2 -2
  70. package/dist/implementation/{transformations → algorithms/transformations}/unmarshall_result/unmarshall_errors.js +3 -3
  71. package/dist/implementation/generated/pareto/generic/parse/ast.d.ts +10 -0
  72. package/dist/implementation/generated/pareto/generic/parse/ast.js +245 -0
  73. package/dist/implementation/generated/pareto/generic/parse/astn_parse_generic.d.ts +13 -0
  74. package/dist/implementation/generated/pareto/generic/parse/astn_parse_generic.js +50 -0
  75. package/dist/implementation/generated/pareto/generic/parse/parse.d.ts +6 -0
  76. package/dist/implementation/generated/pareto/generic/parse/parse.js +65 -0
  77. package/dist/implementation/generated/pareto/generic/parse/string_iterator.d.ts +41 -0
  78. package/dist/implementation/generated/pareto/generic/parse/string_iterator.js +113 -0
  79. package/dist/implementation/generated/pareto/generic/parse/token.d.ts +9 -0
  80. package/dist/implementation/generated/pareto/generic/parse/token.js +519 -0
  81. package/dist/implementation/generated/pareto/generic/resolve.js +5 -5
  82. package/dist/implementation/generated/pareto/generic/serialize.d.ts +4 -0
  83. package/dist/implementation/generated/pareto/generic/serialize.js +93 -0
  84. package/dist/implementation/generated/pareto/generic/unmarshall.d.ts +26 -26
  85. package/dist/implementation/generated/pareto/generic/unmarshall.js +38 -29
  86. package/dist/implementation/generated/pareto/schemas/astn_schema/resolve.js +3 -3
  87. package/dist/implementation/generated/pareto/schemas/schema/resolve.js +470 -470
  88. package/dist/implementation/generated/pareto/schemas/schema/unmarshall.js +1 -1
  89. package/dist/interface/algorithms/operations/impure/tbd/path.d.ts +1 -0
  90. package/dist/interface/algorithms/operations/impure/tbd/path.js +5 -0
  91. package/dist/interface/algorithms/procedures/unguaranteed/compile.d.ts +1 -0
  92. package/dist/interface/algorithms/procedures/unguaranteed/compile.js +5 -0
  93. package/dist/interface/algorithms/procedures/unguaranteed/seal.d.ts +1 -0
  94. package/dist/interface/algorithms/procedures/unguaranteed/seal.js +5 -0
  95. package/dist/interface/algorithms/procedures/unguaranteed/serialize_schemas.d.ts +1 -0
  96. package/dist/interface/algorithms/procedures/unguaranteed/serialize_schemas.js +5 -0
  97. package/dist/interface/algorithms/procedures/unguaranteed/validate.d.ts +1 -0
  98. package/dist/interface/algorithms/procedures/unguaranteed/validate.js +5 -0
  99. package/dist/interface/algorithms/queries/unguaranteed/load_pareto_document.d.ts +1 -0
  100. package/dist/interface/algorithms/queries/unguaranteed/load_pareto_document.js +5 -0
  101. package/dist/interface/algorithms/queries/unguaranteed/load_pareto_file.d.ts +1 -0
  102. package/dist/interface/algorithms/queries/unguaranteed/load_pareto_file.js +5 -0
  103. package/dist/interface/algorithms/transformations/module/exupery_implementation.d.ts +1 -0
  104. package/dist/interface/algorithms/transformations/module/exupery_implementation.js +5 -0
  105. package/dist/interface/algorithms/transformations/module/exupery_interface.d.ts +1 -0
  106. package/dist/interface/algorithms/transformations/module/exupery_interface.js +5 -0
  107. package/dist/interface/algorithms/transformations/module/temp_typescript.d.ts +1 -0
  108. package/dist/interface/algorithms/transformations/module/temp_typescript.js +5 -0
  109. package/dist/interface/algorithms/transformations/schema/exupery_implementation/main.d.ts +1 -0
  110. package/dist/interface/algorithms/transformations/schema/exupery_implementation/main.js +5 -0
  111. package/dist/interface/algorithms/transformations/schema/exupery_implementation/marshall.d.ts +1 -0
  112. package/dist/interface/algorithms/transformations/schema/exupery_implementation/marshall.js +5 -0
  113. package/dist/interface/algorithms/transformations/schema/exupery_implementation/migrate_boilerplate.d.ts +1 -0
  114. package/dist/interface/algorithms/transformations/schema/exupery_implementation/migrate_boilerplate.js +5 -0
  115. package/dist/interface/algorithms/transformations/schema/exupery_implementation/resolve.d.ts +1 -0
  116. package/dist/interface/algorithms/transformations/schema/exupery_implementation/resolve.js +5 -0
  117. package/dist/interface/algorithms/transformations/schema/exupery_implementation/unmarshall.d.ts +1 -0
  118. package/dist/interface/algorithms/transformations/schema/exupery_implementation/unmarshall.js +5 -0
  119. package/dist/interface/algorithms/transformations/schema/exupery_interface/dummy_resolve.d.ts +1 -0
  120. package/dist/interface/algorithms/transformations/schema/exupery_interface/dummy_resolve.js +5 -0
  121. package/dist/interface/algorithms/transformations/schema/exupery_interface/main.d.ts +1 -0
  122. package/dist/interface/algorithms/transformations/schema/exupery_interface/main.js +5 -0
  123. package/dist/interface/algorithms/transformations/schema/exupery_interface/marshall.d.ts +1 -0
  124. package/dist/interface/algorithms/transformations/schema/exupery_interface/marshall.js +5 -0
  125. package/dist/interface/algorithms/transformations/schema/exupery_interface/migrate_boilerplate.d.ts +1 -0
  126. package/dist/interface/algorithms/transformations/schema/exupery_interface/migrate_boilerplate.js +5 -0
  127. package/dist/interface/algorithms/transformations/schema/exupery_interface/resolve.d.ts +1 -0
  128. package/dist/interface/algorithms/transformations/schema/exupery_interface/resolve.js +5 -0
  129. package/dist/interface/algorithms/transformations/schema/exupery_interface/types.d.ts +1 -0
  130. package/dist/interface/algorithms/transformations/schema/exupery_interface/types.js +5 -0
  131. package/dist/interface/algorithms/transformations/schema/exupery_interface/unmarshall.d.ts +1 -0
  132. package/dist/interface/algorithms/transformations/schema/exupery_interface/unmarshall.js +5 -0
  133. package/dist/interface/algorithms/transformations/schema/exupery_interface/value_deserializers.d.ts +1 -0
  134. package/dist/interface/algorithms/transformations/schema/exupery_interface/value_deserializers.js +5 -0
  135. package/dist/interface/algorithms/transformations/schema/exupery_interface/value_serializers.d.ts +1 -0
  136. package/dist/interface/algorithms/transformations/schema/exupery_interface/value_serializers.js +5 -0
  137. package/dist/interface/algorithms/transformations/temp/astn_schema.d.ts +1 -0
  138. package/dist/interface/algorithms/transformations/temp/astn_schema.js +5 -0
  139. package/dist/interface/algorithms/transformations/temp/unmarshall_astn_ast.d.ts +1 -0
  140. package/dist/interface/algorithms/transformations/temp/unmarshall_astn_ast.js +5 -0
  141. package/dist/interface/algorithms/transformations/unmarshall_errors/fountain_pen.d.ts +1 -0
  142. package/dist/interface/algorithms/transformations/unmarshall_errors/fountain_pen.js +5 -0
  143. package/dist/interface/algorithms/transformations/unmarshall_result/astn_authoring_target.d.ts +1 -0
  144. package/dist/interface/algorithms/transformations/unmarshall_result/astn_authoring_target.js +5 -0
  145. package/dist/interface/algorithms/transformations/unmarshall_result/unmarshall_errors.d.ts +1 -0
  146. package/dist/interface/algorithms/transformations/unmarshall_result/unmarshall_errors.js +5 -0
  147. package/dist/interface/generated/pareto/core/astn_source.d.ts +15 -0
  148. package/dist/interface/generated/pareto/core/parse_result.d.ts +25 -0
  149. package/dist/interface/generated/pareto/core/parse_result.js +3 -0
  150. package/dist/interface/generated/pareto/core/token.d.ts +49 -0
  151. package/dist/interface/generated/pareto/core/token.js +3 -0
  152. package/dist/temp/resolvers/module.js +30 -30
  153. package/dist/temp/resolvers/schema.js +65 -65
  154. package/dist/temp/temporary_schemas/all.js +19 -17
  155. package/dist/temp/temporary_schemas/astn/schema_tree.astn.js +5 -9
  156. package/dist/temp/temporary_schemas/exupery-resources/schemas/copy/$.types.astn.js +2 -2
  157. package/dist/temp/temporary_schemas/exupery-resources/schemas/execute_procedure_executable/$.types.astn.js +2 -2
  158. package/dist/temp/temporary_schemas/exupery-resources/schemas/execute_query_executable/$.types.astn.js +2 -2
  159. package/dist/temp/temporary_schemas/exupery-resources/schemas/make_directory/$.types.astn.js +2 -2
  160. package/dist/temp/temporary_schemas/exupery-resources/schemas/read_directory/$.types.astn.js +2 -2
  161. package/dist/temp/temporary_schemas/exupery-resources/schemas/read_file/$.types.astn.js +2 -2
  162. package/dist/temp/temporary_schemas/exupery-resources/schemas/remove/$.types.astn.js +2 -2
  163. package/dist/temp/temporary_schemas/exupery-resources/schemas/stat/$.types.astn.js +2 -2
  164. package/dist/temp/temporary_schemas/exupery-resources/schemas/write_file/$.types.astn.js +2 -2
  165. package/dist/temp/temporary_schemas/pareto-lionweb/schema_tree.astn.js +5 -3
  166. package/dist/temp/temporary_schemas/pareto-lionweb/schemas/lioncore/$.types.astn.js +13 -9
  167. package/dist/temp/temporary_schemas/pareto-lionweb/schemas/{m3_normalized → serialization_chunk}/$.globals.astn.js +1 -1
  168. package/dist/temp/temporary_schemas/{astn/schemas/sealed_ast → pareto-lionweb/schemas/serialization_chunk}/$.module.astn.js +2 -4
  169. package/dist/temp/temporary_schemas/pareto-lionweb/schemas/serialization_chunk/$.types.astn.js +41 -0
  170. package/dist/temp/temporary_schemas/pareto-lionweb/schemas/serialization_tree/$.globals.astn.d.ts +3 -0
  171. package/dist/temp/temporary_schemas/pareto-lionweb/schemas/serialization_tree/$.globals.astn.js +10 -0
  172. package/dist/temp/temporary_schemas/pareto-lionweb/schemas/serialization_tree/$.module.astn.js +8 -0
  173. package/dist/temp/temporary_schemas/pareto-lionweb/schemas/serialization_tree/$.types.astn.js +27 -0
  174. package/dist/temp/temporary_schemas/pareto-static-html/module.astn.d.ts +3 -0
  175. package/dist/temp/temporary_schemas/pareto-static-html/module.astn.js +8 -0
  176. package/dist/temp/temporary_schemas/pareto-static-html/operations.astn.d.ts +3 -0
  177. package/dist/temp/temporary_schemas/pareto-static-html/operations.astn.js +6 -0
  178. package/dist/temp/temporary_schemas/pareto-static-html/schema_tree.astn.d.ts +3 -0
  179. package/dist/temp/temporary_schemas/pareto-static-html/schema_tree.astn.js +9 -0
  180. package/dist/temp/temporary_schemas/pareto-static-html/schemas/html-print/$.globals.astn.d.ts +3 -0
  181. package/dist/temp/temporary_schemas/pareto-static-html/schemas/html-print/$.globals.astn.js +10 -0
  182. package/dist/temp/temporary_schemas/{pareto-lionweb/schemas/m3_normalized → pareto-static-html/schemas/html-print}/$.module.astn.js +1 -1
  183. package/dist/temp/temporary_schemas/pareto-static-html/schemas/html-print/$.types.astn.js +81 -0
  184. package/package.json +9 -9
  185. package/dist/implementation/operations/impure/tbd/path.js +0 -16
  186. package/dist/implementation/procedures/unguaranteed/compile.js +0 -160
  187. package/dist/implementation/procedures/unguaranteed/serialize_schemas.js +0 -69
  188. package/dist/implementation/queries/unguaranteed/load_pareto_document.js +0 -79
  189. package/dist/implementation/transformations/module/temp_typescript.js +0 -56
  190. package/dist/implementation/transformations/schema/exupery_implementation/main.js +0 -81
  191. package/dist/implementation/transformations/schema/exupery_implementation/marshall.js +0 -142
  192. package/dist/implementation/transformations/schema/exupery_implementation/migrate_boilerplate.js +0 -105
  193. package/dist/implementation/transformations/schema/exupery_implementation/resolve.js +0 -300
  194. package/dist/implementation/transformations/schema/exupery_implementation/unmarshall.js +0 -158
  195. package/dist/implementation/transformations/schema/exupery_interface/dummy_resolve.d.ts +0 -3
  196. package/dist/implementation/transformations/schema/exupery_interface/dummy_resolve.js +0 -13
  197. package/dist/implementation/transformations/schema/exupery_interface/main.js +0 -108
  198. package/dist/implementation/transformations/schema/exupery_interface/marshall.d.ts +0 -6
  199. package/dist/implementation/transformations/schema/exupery_interface/resolve.d.ts +0 -12
  200. package/dist/implementation/transformations/schema/exupery_interface/resolve.js +0 -110
  201. package/dist/implementation/transformations/schema/exupery_interface/types.js +0 -192
  202. package/dist/implementation/transformations/schema/exupery_interface/value_deserializers.d.ts +0 -6
  203. package/dist/implementation/transformations/schema/exupery_interface/value_serializers.d.ts +0 -6
  204. package/dist/implementation/transformations/temp/astn_schema.d.ts +0 -10
  205. package/dist/implementation/transformations/temp/astn_schema.js +0 -140
  206. package/dist/implementation/transformations/unmarshall_errors/fountain_pen.js +0 -86
  207. package/dist/temp/temporary_schemas/astn/schemas/sealed_ast/$.globals.astn.d.ts +0 -3
  208. package/dist/temp/temporary_schemas/astn/schemas/sealed_ast/$.globals.astn.js +0 -6
  209. package/dist/temp/temporary_schemas/astn/schemas/sealed_ast/$.types.astn.js +0 -74
  210. package/dist/temp/temporary_schemas/astn/schemas/sealed_parse_result/$.globals.astn.d.ts +0 -3
  211. package/dist/temp/temporary_schemas/astn/schemas/sealed_parse_result/$.globals.astn.js +0 -6
  212. package/dist/temp/temporary_schemas/astn/schemas/sealed_parse_result/$.module.astn.js +0 -11
  213. package/dist/temp/temporary_schemas/astn/schemas/sealed_parse_result/$.types.astn.js +0 -50
  214. package/dist/temp/temporary_schemas/pareto-lionweb/schemas/m3_normalized/$.types.astn.js +0 -38
  215. /package/dist/bin/{compile.d.ts → compile_temp_schemas.d.ts} +0 -0
  216. /package/dist/implementation/{procedures/unguaranteed/compile.d.ts → algorithms/procedures/unguaranteed/compile_temp_schemas.d.ts} +0 -0
  217. /package/dist/implementation/{procedures → algorithms/procedures}/unguaranteed/seal.d.ts +0 -0
  218. /package/dist/implementation/{procedures → algorithms/procedures}/unguaranteed/serialize_schemas.d.ts +0 -0
  219. /package/dist/implementation/{procedures → algorithms/procedures}/unguaranteed/validate.d.ts +0 -0
  220. /package/dist/temp/temporary_schemas/pareto-lionweb/schemas/{m3_normalized → serialization_chunk}/$.globals.astn.d.ts +0 -0
  221. /package/dist/temp/temporary_schemas/{astn/schemas/sealed_ast → pareto-lionweb/schemas/serialization_chunk}/$.module.astn.d.ts +0 -0
  222. /package/dist/temp/temporary_schemas/{astn/schemas/sealed_ast → pareto-lionweb/schemas/serialization_chunk}/$.types.astn.d.ts +0 -0
  223. /package/dist/temp/temporary_schemas/{astn/schemas/sealed_parse_result → pareto-lionweb/schemas/serialization_tree}/$.module.astn.d.ts +0 -0
  224. /package/dist/temp/temporary_schemas/{astn/schemas/sealed_parse_result → pareto-lionweb/schemas/serialization_tree}/$.types.astn.d.ts +0 -0
  225. /package/dist/temp/temporary_schemas/{pareto-lionweb/schemas/m3_normalized → pareto-static-html/schemas/html-print}/$.module.astn.d.ts +0 -0
  226. /package/dist/temp/temporary_schemas/{pareto-lionweb/schemas/m3_normalized → pareto-static-html/schemas/html-print}/$.types.astn.d.ts +0 -0
@@ -0,0 +1 @@
1
+ export type Signature = () => void;
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ // Generated interface for transformations/unmarshall_errors/fountain_pen.ts
3
+ // This file defines the type signature for the implementation
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZm91bnRhaW5fcGVuLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vc3JjL2ludGVyZmFjZS9hbGdvcml0aG1zL3RyYW5zZm9ybWF0aW9ucy91bm1hcnNoYWxsX2Vycm9ycy9mb3VudGFpbl9wZW4udHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IjtBQUFBLDRFQUE0RTtBQUM1RSw4REFBOEQifQ==
@@ -0,0 +1 @@
1
+ export type Signature = () => void;
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ // Generated interface for transformations/unmarshall_result/astn_authoring_target.ts
3
+ // This file defines the type signature for the implementation
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXN0bl9hdXRob3JpbmdfdGFyZ2V0LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vc3JjL2ludGVyZmFjZS9hbGdvcml0aG1zL3RyYW5zZm9ybWF0aW9ucy91bm1hcnNoYWxsX3Jlc3VsdC9hc3RuX2F1dGhvcmluZ190YXJnZXQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IjtBQUFBLHFGQUFxRjtBQUNyRiw4REFBOEQifQ==
@@ -0,0 +1 @@
1
+ export type Signature = () => void;
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ // Generated interface for transformations/unmarshall_result/unmarshall_errors.ts
3
+ // This file defines the type signature for the implementation
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidW5tYXJzaGFsbF9lcnJvcnMuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9zcmMvaW50ZXJmYWNlL2FsZ29yaXRobXMvdHJhbnNmb3JtYXRpb25zL3VubWFyc2hhbGxfcmVzdWx0L3VubWFyc2hhbGxfZXJyb3JzLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7QUFBQSxpRkFBaUY7QUFDakYsOERBQThEIn0=
@@ -62,6 +62,11 @@ export type _T_Document = {
62
62
  export type _T_Elements = _et.Array<{
63
63
  readonly 'value': _T_Value;
64
64
  }>;
65
+ export declare namespace _T_Elements {
66
+ type L = {
67
+ readonly 'value': _T_Value;
68
+ };
69
+ }
65
70
  export type _T_Key_Value_Pairs = _et.Array<{
66
71
  readonly ',': _et.Optional_Value<_T_Structural_Token>;
67
72
  readonly 'key': _T_String;
@@ -70,6 +75,16 @@ export type _T_Key_Value_Pairs = _et.Array<{
70
75
  readonly 'value': _T_Value;
71
76
  }>;
72
77
  }>;
78
+ export declare namespace _T_Key_Value_Pairs {
79
+ type L = {
80
+ readonly ',': _et.Optional_Value<_T_Structural_Token>;
81
+ readonly 'key': _T_String;
82
+ readonly 'value': _et.Optional_Value<{
83
+ readonly ':': _T_Structural_Token;
84
+ readonly 'value': _T_Value;
85
+ }>;
86
+ };
87
+ }
73
88
  export type _T_String = {
74
89
  readonly 'range': _T_Range;
75
90
  readonly 'trailing trivia': _T_Trivia;
@@ -0,0 +1,25 @@
1
+ import * as _et from 'exupery-core-types';
2
+ import * as _i_imports_token from "./token";
3
+ import * as _i_imports_ast from "./astn_source";
4
+ export type _T_Parse_Error = {
5
+ readonly 'range': _i_imports_token._T_Range;
6
+ readonly 'type': _T_Parse_Error._type;
7
+ };
8
+ export declare namespace _T_Parse_Error {
9
+ type _type = readonly [
10
+ 'lexer',
11
+ Lexer_Error
12
+ ] | readonly ['parser', Parser_Error];
13
+ }
14
+ export type Lexer_Error = readonly ['dangling slash', null] | readonly ['invalid unicode escape sequence', null] | readonly ['missing character after escape', null] | readonly ['unexpected character', number] | readonly ['unexpected control character', number] | readonly ['unexpected end of input', null] | readonly ['unexpected end of line in delimited string', null] | readonly ['unknown escape character', null] | readonly ['unterminated block comment', null] | readonly ['unterminated string', null] | readonly ['unterminated unicode escape sequence', null];
15
+ export type Parser_Error = {
16
+ readonly 'cause': readonly ['missing token', null] | readonly [
17
+ 'unexpected token',
18
+ {
19
+ readonly 'found': _i_imports_token._T_Token_Type;
20
+ }
21
+ ];
22
+ readonly 'expected': _et.Array<Expected>;
23
+ };
24
+ export type Expected = readonly ['!', null] | readonly ['#', null] | readonly [')', null] | readonly [',', null] | readonly [':', null] | readonly ['>', null] | readonly ['@', null] | readonly [']', null] | readonly ['a string', null] | readonly ['a value', null] | readonly ['}', null];
25
+ export type _T_Parse_Result = readonly ['failure', _T_Parse_Error] | readonly ['success', _i_imports_ast._T_Document];
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicGFyc2VfcmVzdWx0LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vc3JjL2ludGVyZmFjZS9nZW5lcmF0ZWQvcGFyZXRvL2NvcmUvcGFyc2VfcmVzdWx0LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIifQ==
@@ -0,0 +1,49 @@
1
+ import * as _et from 'exupery-core-types';
2
+ export type _T_Annotated_Token = {
3
+ readonly 'end': _T_Location;
4
+ readonly 'start': _T_Location;
5
+ readonly 'trailing trivia': _T_Trivia;
6
+ readonly 'type': _T_Token_Type;
7
+ };
8
+ export type _T_Delimited_String = string;
9
+ export type _T_Location = {
10
+ readonly 'absolute': number;
11
+ readonly 'relative': _T_Relative_Location;
12
+ };
13
+ export type _T_Range = {
14
+ readonly 'end': _T_Location;
15
+ readonly 'start': _T_Location;
16
+ };
17
+ export type _T_Relative_Location = {
18
+ readonly 'column': number;
19
+ readonly 'line': number;
20
+ };
21
+ export type _T_String_Type = readonly ['apostrophed', null] | readonly ['backticked', null] | readonly ['quoted', null] | readonly ['undelimited', null];
22
+ export type _T_Token_Type = readonly ['!', null] | readonly ['#', null] | readonly ['(', null] | readonly [')', null] | readonly ['*', null] | readonly [':', null] | readonly ['<', null] | readonly ['>', null] | readonly ['@', null] | readonly ['[', null] | readonly [']', null] | readonly [
23
+ 'string',
24
+ {
25
+ readonly 'type': _T_String_Type;
26
+ readonly 'value': _T_Delimited_String;
27
+ }
28
+ ] | readonly ['{', null] | readonly ['|', null] | readonly ['}', null] | readonly ['~', null];
29
+ export type _T_Tokenizer_Result = {
30
+ readonly 'end': _T_Location;
31
+ readonly 'leading trivia': _T_Trivia;
32
+ readonly 'tokens': _et.Array<_T_Annotated_Token>;
33
+ };
34
+ export declare namespace _T_Tokenizer_Result {
35
+ type tokens = _et.Array<_T_Annotated_Token>;
36
+ }
37
+ export type _T_Trivia = {
38
+ readonly 'comments': _et.Array<{
39
+ readonly 'content': string;
40
+ readonly 'range': _T_Range;
41
+ readonly 'trailing whitespace': _T_Whitespace;
42
+ readonly 'type': readonly ['block', null] | readonly ['line', null];
43
+ }>;
44
+ readonly 'leading whitespace': _T_Whitespace;
45
+ };
46
+ export type _T_Whitespace = {
47
+ readonly 'range': _T_Range;
48
+ readonly 'value': string;
49
+ };
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidG9rZW4uanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9zcmMvaW50ZXJmYWNlL2dlbmVyYXRlZC9wYXJldG8vY29yZS90b2tlbi50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIn0=
@@ -24,23 +24,23 @@ var __importStar = (this && this.__importStar) || function (mod) {
24
24
  };
25
25
  Object.defineProperty(exports, "__esModule", { value: true });
26
26
  exports.Operations = exports.Module = void 0;
27
- const pa = __importStar(require("exupery-core-alg"));
27
+ const _ea = __importStar(require("exupery-core-alg"));
28
28
  const _i_generic = __importStar(require("../../implementation/generated/pareto/generic/resolve"));
29
29
  const _i_r_schema = __importStar(require("./schema"));
30
- const Module = ($, $p) => pa.block(() => {
30
+ const Module = ($, $p) => _ea.block(() => {
31
31
  const l2s = $p['location 2 string'];
32
32
  const params = $p['parameters'];
33
- return pa.block(() => {
34
- const p_schema_tree = pa.cc($['schema tree'], ($) => _i_r_schema.Schema_Tree($, {
33
+ return _ea.block(() => {
34
+ const p_schema_tree = _ea.cc($['schema tree'], ($) => _i_r_schema.Schema_Tree($, {
35
35
  'location 2 string': l2s,
36
36
  'parameters': ({
37
37
  'lookups': ({
38
- 'sibling schemas': pa.array_literal([]),
38
+ 'sibling schemas': _ea.array_literal([]),
39
39
  }),
40
40
  'values': null,
41
41
  }),
42
42
  }));
43
- const p_operations = pa.cc($['operations'], ($) => (0, exports.Operations)($, {
43
+ const p_operations = _ea.cc($['operations'], ($) => (0, exports.Operations)($, {
44
44
  'location 2 string': l2s,
45
45
  'parameters': params,
46
46
  }));
@@ -51,60 +51,60 @@ const Module = ($, $p) => pa.block(() => {
51
51
  });
52
52
  });
53
53
  exports.Module = Module;
54
- const Operations = ($, $p) => pa.block(() => {
54
+ const Operations = ($, $p) => _ea.block(() => {
55
55
  const l2s = $p['location 2 string'];
56
56
  const params = $p['parameters'];
57
57
  return _i_generic.resolve_dictionary($, {
58
58
  'location 2 string': l2s,
59
- 'map': ($, $p) => pa.cc($['value'], ($) => pa.cc($['state group'], ($) => {
59
+ 'map': ($, $p) => _ea.cc($['value'], ($) => _ea.cc($['state group'], ($) => {
60
60
  switch ($[0]) {
61
- case 'operation': return pa.ss($, ($) => ['operation', pa.block(() => {
62
- return pa.block(() => {
63
- const p_type_parameters = pa.cc($['type parameters'], ($) => _i_r_schema.Type_Parameters($, {
61
+ case 'operation': return _ea.ss($, ($) => ['operation', _ea.block(() => {
62
+ return _ea.block(() => {
63
+ const p_type_parameters = _ea.cc($['type parameters'], ($) => _i_r_schema.Type_Parameters($, {
64
64
  'location 2 string': l2s,
65
65
  'parameters': params,
66
66
  }));
67
- const p_context = pa.cc($['context'], ($) => _i_r_schema.Type_Node($, {
67
+ const p_context = _ea.cc($['context'], ($) => _i_r_schema.Type_Node($, {
68
68
  'location 2 string': l2s,
69
69
  'parameters': ({
70
70
  'lookups': ({
71
- 'noncircular sibling types': pa.not_set(),
72
- 'possibly circular dependent sibling types': pa.not_set(),
71
+ 'noncircular sibling types': _ea.not_set(),
72
+ 'possibly circular dependent sibling types': _ea.not_set(),
73
73
  }),
74
74
  'values': {
75
- 'imports': pa.not_set(),
76
- 'globals': pa.not_set(),
75
+ 'imports': _ea.not_set(),
76
+ 'globals': _ea.not_set(),
77
77
  'type parameters': p_type_parameters,
78
78
  },
79
79
  }),
80
80
  }));
81
- const p_parameters = pa.cc($['parameters'], ($) => _i_generic.resolve_dictionary($, {
81
+ const p_parameters = _ea.cc($['parameters'], ($) => _i_generic.resolve_dictionary($, {
82
82
  'location 2 string': l2s,
83
- 'map': ($, $p) => pa.cc($['value'], ($) => _i_r_schema.Type_Node($, {
83
+ 'map': ($, $p) => _ea.cc($['value'], ($) => _i_r_schema.Type_Node($, {
84
84
  'location 2 string': l2s,
85
85
  'parameters': ({
86
86
  'lookups': ({
87
- 'noncircular sibling types': pa.not_set(),
88
- 'possibly circular dependent sibling types': pa.not_set(),
87
+ 'noncircular sibling types': _ea.not_set(),
88
+ 'possibly circular dependent sibling types': _ea.not_set(),
89
89
  }),
90
90
  'values': {
91
- 'imports': pa.not_set(),
92
- 'globals': pa.not_set(),
91
+ 'imports': _ea.not_set(),
92
+ 'globals': _ea.not_set(),
93
93
  'type parameters': p_type_parameters,
94
94
  },
95
95
  }),
96
96
  })),
97
97
  }));
98
- const p_result = pa.cc($['result'], ($) => _i_r_schema.Type_Node($, {
98
+ const p_result = _ea.cc($['result'], ($) => _i_r_schema.Type_Node($, {
99
99
  'location 2 string': l2s,
100
100
  'parameters': ({
101
101
  'lookups': ({
102
- 'noncircular sibling types': pa.not_set(),
103
- 'possibly circular dependent sibling types': pa.not_set(),
102
+ 'noncircular sibling types': _ea.not_set(),
103
+ 'possibly circular dependent sibling types': _ea.not_set(),
104
104
  }),
105
105
  'values': {
106
- 'imports': pa.not_set(),
107
- 'globals': pa.not_set(),
106
+ 'imports': _ea.not_set(),
107
+ 'globals': _ea.not_set(),
108
108
  'type parameters': p_type_parameters,
109
109
  },
110
110
  }),
@@ -117,16 +117,16 @@ const Operations = ($, $p) => pa.block(() => {
117
117
  });
118
118
  });
119
119
  })]);
120
- case 'set': return pa.ss($, ($) => ['set', pa.block(() => {
120
+ case 'set': return _ea.ss($, ($) => ['set', _ea.block(() => {
121
121
  return (0, exports.Operations)($, {
122
122
  'location 2 string': l2s,
123
123
  'parameters': params,
124
124
  });
125
125
  })]);
126
- default: return pa.au($[0]);
126
+ default: return _ea.au($[0]);
127
127
  }
128
128
  })),
129
129
  });
130
130
  });
131
131
  exports.Operations = Operations;
132
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vc3JjL3RlbXAvcmVzb2x2ZXJzL21vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7OztBQUFBLHFEQUFzQztBQUV0QyxrR0FBbUY7QUFPbkYsc0RBQXVDO0FBR2hDLE1BQU0sTUFBTSxHQUE0QixDQUFDLENBQUMsRUFBRSxFQUFFLEVBQUUsRUFBRSxDQUFDLEVBQUUsQ0FBQyxLQUFLLENBQUMsR0FBRyxFQUFFO0lBQ3BFLE1BQU0sR0FBRyxHQUFHLEVBQUUsQ0FBQyxtQkFBbUIsQ0FBQyxDQUFBO0lBQ25DLE1BQU0sTUFBTSxHQUFHLEVBQUUsQ0FBQyxZQUFZLENBQUMsQ0FBQTtJQUMvQixPQUFPLEVBQUUsQ0FBQyxLQUFLLENBQUMsR0FBRyxFQUFFO1FBQ2pCLE1BQU0sYUFBYSxHQUFpQyxFQUFFLENBQUMsRUFBRSxDQUFDLENBQUMsQ0FBQyxhQUFhLENBQUMsRUFBRSxDQUFDLENBQUMsRUFBRSxFQUFFLENBQUMsV0FBVyxDQUFDLFdBQVcsQ0FDdEcsQ0FBQyxFQUNEO1lBQ0ksbUJBQW1CLEVBQUUsR0FBRztZQUN4QixZQUFZLEVBQUUsQ0FBQztnQkFDWCxTQUFTLEVBQUUsQ0FBQztvQkFDUixpQkFBaUIsRUFBRSxFQUFFLENBQUMsYUFBYSxDQUFDLEVBQ25DLENBQUM7aUJBQ0wsQ0FBQztnQkFDRixRQUFRLEVBQUUsSUFBSTthQUNqQixDQUFDO1NBQ0wsQ0FDSixDQUFDLENBQUE7UUFDRixNQUFNLFlBQVksR0FBZ0MsRUFBRSxDQUFDLEVBQUUsQ0FBQyxDQUFDLENBQUMsWUFBWSxDQUFDLEVBQUUsQ0FBQyxDQUFDLEVBQUUsRUFBRSxDQUFDLElBQUEsa0JBQVUsRUFDdEYsQ0FBQyxFQUNEO1lBQ0ksbUJBQW1CLEVBQUUsR0FBRztZQUN4QixZQUFZLEVBQUUsTUFBTTtTQUN2QixDQUNKLENBQUMsQ0FBQTtRQUNGLE9BQU8s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
132
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vc3JjL3RlbXAvcmVzb2x2ZXJzL21vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7OztBQUFBLHNEQUF1QztBQUV2QyxrR0FBbUY7QUFPbkYsc0RBQXVDO0FBR2hDLE1BQU0sTUFBTSxHQUE0QixDQUFDLENBQUMsRUFBRSxFQUFFLEVBQUUsRUFBRSxDQUFDLEdBQUcsQ0FBQyxLQUFLLENBQUMsR0FBRyxFQUFFO0lBQ3JFLE1BQU0sR0FBRyxHQUFHLEVBQUUsQ0FBQyxtQkFBbUIsQ0FBQyxDQUFBO0lBQ25DLE1BQU0sTUFBTSxHQUFHLEVBQUUsQ0FBQyxZQUFZLENBQUMsQ0FBQTtJQUMvQixPQUFPLEdBQUcsQ0FBQyxLQUFLLENBQUMsR0FBRyxFQUFFO1FBQ2xCLE1BQU0sYUFBYSxHQUFpQyxHQUFHLENBQUMsRUFBRSxDQUFDLENBQUMsQ0FBQyxhQUFhLENBQUMsRUFBRSxDQUFDLENBQUMsRUFBRSxFQUFFLENBQUMsV0FBVyxDQUFDLFdBQVcsQ0FDdkcsQ0FBQyxFQUNEO1lBQ0ksbUJBQW1CLEVBQUUsR0FBRztZQUN4QixZQUFZLEVBQUUsQ0FBQztnQkFDWCxTQUFTLEVBQUUsQ0FBQztvQkFDUixpQkFBaUIsRUFBRSxHQUFHLENBQUMsYUFBYSxDQUFDLEVBQ3BDLENBQUM7aUJBQ0wsQ0FBQztnQkFDRixRQUFRLEVBQUUsSUFBSTthQUNqQixDQUFDO1NBQ0wsQ0FDSixDQUFDLENBQUE7UUFDRixNQUFNLFlBQVksR0FBZ0MsR0FBRyxDQUFDLEVBQUUsQ0FBQyxDQUFDLENBQUMsWUFBWSxDQUFDLEVBQUUsQ0FBQyxDQUFDLEVBQUUsRUFBRSxDQUFDLElBQUEsa0JBQVUsRUFDdkYsQ0FBQyxFQUNEO1lBQ0ksbUJBQW1CLEVBQUUsR0FBRztZQUN4QixZQUFZLEVBQUUsTUFBTTtTQUN2QixDQUNKLENBQUMsQ0FBQTtRQUNGLE9BQU8s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