pareto 0.76.27 → 0.76.29

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 (515) hide show
  1. package/dist/bin/compile.js +34 -0
  2. package/dist/bin/test.js +28 -0
  3. package/dist/generated/implementation/generic/resolve.d.ts +41 -10
  4. package/dist/generated/implementation/generic/resolve.js +75 -50
  5. package/dist/generated/implementation/generic/unmarshall.d.ts +42 -0
  6. package/dist/generated/implementation/generic/unmarshall.js +237 -0
  7. package/dist/generated/implementation/schemas/module/{serializer.d.ts → marshall.d.ts} +1 -1
  8. package/dist/generated/implementation/schemas/module/marshall.js +67 -0
  9. package/dist/generated/implementation/schemas/module/resolve.d.ts +3 -4
  10. package/dist/generated/implementation/schemas/module/resolve.js +3 -3
  11. package/dist/generated/implementation/schemas/module/unmarshall.d.ts +3 -0
  12. package/dist/generated/implementation/schemas/module/unmarshall.js +81 -0
  13. package/dist/generated/implementation/schemas/schema/{serializer.d.ts → marshall.d.ts} +3 -1
  14. package/dist/generated/implementation/schemas/schema/marshall.js +1118 -0
  15. package/dist/generated/implementation/schemas/schema/resolve.d.ts +37 -36
  16. package/dist/generated/implementation/schemas/schema/resolve.js +65 -26
  17. package/dist/generated/implementation/schemas/schema/unmarshall.d.ts +37 -0
  18. package/dist/generated/implementation/schemas/schema/unmarshall.js +1043 -0
  19. package/dist/generated/implementation/schemas/unmarshall_errors/{serializer.d.ts → marshall.d.ts} +2 -1
  20. package/dist/generated/implementation/schemas/unmarshall_errors/marshall.js +197 -0
  21. package/dist/generated/implementation/schemas/unmarshall_errors/unmarshall.d.ts +6 -0
  22. package/dist/generated/implementation/schemas/unmarshall_errors/unmarshall.js +167 -0
  23. package/dist/generated/implementation/schemas/unmarshall_result/marshall.js +3 -0
  24. package/dist/generated/implementation/schemas/unmarshall_result/{serializer.js → unmarshall.js} +1 -1
  25. package/dist/generated/interface/core/astn_source.d.ts +116 -0
  26. package/dist/generated/interface/core/astn_source.js +3 -0
  27. package/dist/generated/interface/core/astn_target.d.ts +15 -15
  28. package/dist/generated/interface/core/resolve.d.ts +6 -6
  29. package/dist/generated/interface/core/resolved.d.ts +46 -46
  30. package/dist/generated/interface/core/unconstrained.d.ts +10 -10
  31. package/dist/generated/interface/core/unresolved.d.ts +84 -87
  32. package/dist/generated/interface/schemas/module/{resolve.d.ts → data_types/resolve.d.ts} +39 -39
  33. package/dist/generated/interface/schemas/{schema → module/data_types}/resolve.js +1 -1
  34. package/dist/generated/interface/schemas/module/{resolved.d.ts → data_types/resolved.d.ts} +7 -7
  35. package/dist/generated/interface/schemas/module/data_types/resolved.js +3 -0
  36. package/dist/generated/interface/schemas/module/data_types/unresolved.d.ts +133 -0
  37. package/dist/generated/interface/schemas/{schema → module/data_types}/unresolved.js +1 -1
  38. package/dist/generated/interface/schemas/module/{serializer.d.ts → marshall.d.ts} +20 -3
  39. package/dist/generated/interface/schemas/{schema/resolved.js → module/marshall.js} +1 -1
  40. package/dist/generated/interface/schemas/module/{migration_boilerplate.d.ts → migrate_boilerplate.d.ts} +2 -2
  41. package/dist/generated/interface/schemas/module/migrate_boilerplate.js +3 -0
  42. package/dist/generated/interface/schemas/module/unmarshall.d.ts +75 -0
  43. package/dist/generated/interface/schemas/module/{serializer.js → unmarshall.js} +1 -1
  44. package/dist/generated/interface/schemas/module/value_deserializers.d.ts +44 -0
  45. package/dist/generated/interface/schemas/module/value_deserializers.js +3 -0
  46. package/dist/generated/interface/schemas/module/value_serializers.d.ts +44 -0
  47. package/dist/generated/interface/schemas/module/value_serializers.js +3 -0
  48. package/dist/generated/interface/schemas/schema/{resolve.d.ts → data_types/resolve.d.ts} +1269 -1123
  49. package/dist/generated/interface/schemas/{module → schema/data_types}/resolve.js +1 -1
  50. package/dist/generated/interface/schemas/schema/{resolved.d.ts → data_types/resolved.d.ts} +61 -29
  51. package/dist/generated/interface/schemas/schema/data_types/resolved.js +3 -0
  52. package/dist/generated/interface/schemas/schema/data_types/unresolved.d.ts +3786 -0
  53. package/dist/generated/interface/schemas/schema/data_types/unresolved.js +3 -0
  54. package/dist/generated/interface/schemas/schema/{serializer.d.ts → marshall.d.ts} +368 -35
  55. package/dist/generated/interface/schemas/{module/resolved.js → schema/marshall.js} +1 -1
  56. package/dist/generated/interface/schemas/schema/{migration_boilerplate.d.ts → migrate_boilerplate.d.ts} +50 -2
  57. package/dist/generated/interface/schemas/schema/migrate_boilerplate.js +3 -0
  58. package/dist/generated/interface/schemas/schema/unmarshall.d.ts +1299 -0
  59. package/dist/generated/interface/schemas/{module/unresolved.js → schema/unmarshall.js} +1 -1
  60. package/dist/generated/interface/schemas/schema/value_deserializers.d.ts +44 -0
  61. package/dist/generated/interface/schemas/schema/value_deserializers.js +3 -0
  62. package/dist/generated/interface/schemas/schema/value_serializers.d.ts +44 -0
  63. package/dist/generated/interface/schemas/schema/value_serializers.js +3 -0
  64. package/dist/generated/interface/schemas/unmarshall_errors/{unconstrained.d.ts → data_types/unconstrained.d.ts} +46 -23
  65. package/dist/generated/interface/schemas/unmarshall_errors/{unconstrained.js → data_types/unconstrained.js} +1 -1
  66. package/dist/generated/interface/schemas/unmarshall_errors/marshall.d.ts +153 -0
  67. package/dist/generated/interface/schemas/unmarshall_errors/marshall.js +3 -0
  68. package/dist/generated/interface/schemas/unmarshall_errors/{migration_boilerplate.d.ts → migrate_boilerplate.d.ts} +24 -2
  69. package/dist/generated/interface/schemas/unmarshall_errors/migrate_boilerplate.js +3 -0
  70. package/dist/generated/interface/schemas/unmarshall_errors/unmarshall.d.ts +153 -0
  71. package/dist/generated/interface/schemas/{schema/serializer.js → unmarshall_errors/unmarshall.js} +1 -1
  72. package/dist/generated/interface/schemas/unmarshall_errors/value_deserializers.d.ts +44 -0
  73. package/dist/generated/interface/schemas/unmarshall_errors/value_deserializers.js +3 -0
  74. package/dist/generated/interface/schemas/unmarshall_errors/value_serializers.d.ts +44 -0
  75. package/dist/generated/interface/schemas/unmarshall_errors/value_serializers.js +3 -0
  76. package/dist/generated/interface/schemas/unmarshall_result/data_types/unconstrained.d.ts +1 -0
  77. package/dist/generated/interface/schemas/unmarshall_result/{unconstrained.js → data_types/unconstrained.js} +1 -1
  78. package/dist/generated/interface/schemas/unmarshall_result/marshall.d.ts +1 -0
  79. package/dist/generated/interface/schemas/unmarshall_result/marshall.js +7 -0
  80. package/dist/generated/interface/schemas/unmarshall_result/migrate_boilerplate.d.ts +1 -0
  81. package/dist/generated/interface/schemas/unmarshall_result/migrate_boilerplate.js +7 -0
  82. package/dist/generated/interface/schemas/unmarshall_result/unmarshall.d.ts +1 -0
  83. package/dist/generated/interface/schemas/unmarshall_result/{serializer.js → unmarshall.js} +1 -1
  84. package/dist/generated/interface/schemas/unmarshall_result/value_deserializers.d.ts +44 -0
  85. package/dist/generated/interface/schemas/unmarshall_result/value_deserializers.js +3 -0
  86. package/dist/generated/interface/schemas/unmarshall_result/value_serializers.d.ts +44 -0
  87. package/dist/generated/interface/schemas/unmarshall_result/value_serializers.js +3 -0
  88. package/dist/other/compile_astn.d.ts +3 -0
  89. package/dist/other/compile_astn.js +67 -0
  90. package/dist/other/fp_write_to_console.d.ts +5 -0
  91. package/dist/other/fp_write_to_console.js +38 -0
  92. package/dist/other/path.d.ts +3 -0
  93. package/dist/other/path.js +39 -0
  94. package/dist/other/serialize_schemas.d.ts +3 -0
  95. package/dist/other/serialize_schemas.js +67 -0
  96. package/dist/other/test.d.ts +1 -0
  97. package/dist/other/test.js +81 -0
  98. package/dist/other/unmarshall_astn_ast.d.ts +12 -0
  99. package/dist/other/unmarshall_astn_ast.js +422 -0
  100. package/dist/other/validate_instance_against_directory_schema.d.ts +6 -0
  101. package/dist/other/validate_instance_against_directory_schema.js +142 -0
  102. package/dist/resolvers/module.d.ts +3 -4
  103. package/dist/resolvers/module.js +14 -14
  104. package/dist/resolvers/schema.d.ts +24 -23
  105. package/dist/resolvers/schema.js +618 -586
  106. package/dist/shorthands/module.d.ts +3 -3
  107. package/dist/shorthands/module.js +8 -8
  108. package/dist/shorthands/schema.d.ts +53 -10
  109. package/dist/shorthands/schema.js +288 -244
  110. package/dist/temp_unmashall_result_types.d.ts +41 -23
  111. package/dist/temporary_schemas/accounting_ruwe_data/module.astn.d.ts +3 -0
  112. package/dist/temporary_schemas/accounting_ruwe_data/module.astn.js +8 -0
  113. package/dist/temporary_schemas/accounting_ruwe_data/operations.astn.d.ts +3 -0
  114. package/dist/temporary_schemas/accounting_ruwe_data/operations.astn.js +78 -0
  115. package/dist/temporary_schemas/accounting_ruwe_data/schema_tree.astn.d.ts +3 -0
  116. package/dist/temporary_schemas/accounting_ruwe_data/schema_tree.astn.js +36 -0
  117. package/dist/temporary_schemas/accounting_ruwe_data/schemas/alan_light_oldstyle/$.globals.astn.d.ts +3 -0
  118. package/dist/temporary_schemas/accounting_ruwe_data/schemas/alan_light_oldstyle/$.globals.astn.js +8 -0
  119. package/dist/temporary_schemas/accounting_ruwe_data/schemas/alan_light_oldstyle/$.module.astn.d.ts +3 -0
  120. package/dist/temporary_schemas/accounting_ruwe_data/schemas/alan_light_oldstyle/$.module.astn.js +8 -0
  121. package/dist/temporary_schemas/accounting_ruwe_data/schemas/alan_light_oldstyle/$.types.astn.d.ts +8 -0
  122. package/dist/temporary_schemas/accounting_ruwe_data/schemas/alan_light_oldstyle/$.types.astn.js +63 -0
  123. package/dist/temporary_schemas/accounting_ruwe_data/schemas/boekhouding/$.globals.astn.d.ts +3 -0
  124. package/dist/temporary_schemas/accounting_ruwe_data/schemas/boekhouding/$.globals.astn.js +16 -0
  125. package/dist/temporary_schemas/accounting_ruwe_data/schemas/boekhouding/$.module.astn.d.ts +3 -0
  126. package/dist/temporary_schemas/accounting_ruwe_data/schemas/boekhouding/$.module.astn.js +10 -0
  127. package/dist/temporary_schemas/accounting_ruwe_data/schemas/boekhouding/$.resolvers.astn.d.ts +3 -0
  128. package/dist/temporary_schemas/accounting_ruwe_data/schemas/boekhouding/$.resolvers.astn.js +398 -0
  129. package/dist/temporary_schemas/accounting_ruwe_data/schemas/boekhouding/$.signatures.astn.d.ts +3 -0
  130. package/dist/temporary_schemas/accounting_ruwe_data/schemas/boekhouding/$.signatures.astn.js +49 -0
  131. package/dist/temporary_schemas/accounting_ruwe_data/schemas/boekhouding/$.types.astn.d.ts +3 -0
  132. package/dist/temporary_schemas/accounting_ruwe_data/schemas/boekhouding/$.types.astn.js +364 -0
  133. package/dist/temporary_schemas/accounting_ruwe_data/schemas/boekhouding_oude_model/$.globals.astn.d.ts +3 -0
  134. package/dist/temporary_schemas/accounting_ruwe_data/schemas/boekhouding_oude_model/$.globals.astn.js +17 -0
  135. package/dist/temporary_schemas/accounting_ruwe_data/schemas/boekhouding_oude_model/$.module.astn.d.ts +3 -0
  136. package/dist/temporary_schemas/accounting_ruwe_data/schemas/boekhouding_oude_model/$.module.astn.js +8 -0
  137. package/dist/temporary_schemas/accounting_ruwe_data/schemas/boekhouding_oude_model/$.types.astn.d.ts +3 -0
  138. package/dist/temporary_schemas/accounting_ruwe_data/schemas/boekhouding_oude_model/$.types.astn.js +365 -0
  139. package/dist/temporary_schemas/accounting_ruwe_data/schemas/builder_configuration/$.globals.astn.d.ts +3 -0
  140. package/dist/temporary_schemas/accounting_ruwe_data/schemas/builder_configuration/$.globals.astn.js +6 -0
  141. package/dist/temporary_schemas/accounting_ruwe_data/schemas/builder_configuration/$.module.astn.d.ts +3 -0
  142. package/dist/temporary_schemas/accounting_ruwe_data/schemas/builder_configuration/$.module.astn.js +8 -0
  143. package/dist/temporary_schemas/accounting_ruwe_data/schemas/builder_configuration/$.types.astn.d.ts +3 -0
  144. package/dist/temporary_schemas/accounting_ruwe_data/schemas/builder_configuration/$.types.astn.js +48 -0
  145. package/dist/temporary_schemas/accounting_ruwe_data/schemas/csv/$.globals.astn.d.ts +3 -0
  146. package/dist/temporary_schemas/accounting_ruwe_data/schemas/csv/$.globals.astn.js +6 -0
  147. package/dist/temporary_schemas/accounting_ruwe_data/schemas/csv/$.module.astn.d.ts +3 -0
  148. package/dist/temporary_schemas/accounting_ruwe_data/schemas/csv/$.module.astn.js +8 -0
  149. package/dist/temporary_schemas/accounting_ruwe_data/schemas/csv/$.types.astn.d.ts +3 -0
  150. package/dist/temporary_schemas/accounting_ruwe_data/schemas/csv/$.types.astn.js +21 -0
  151. package/dist/temporary_schemas/accounting_ruwe_data/schemas/html/$.globals.astn.d.ts +3 -0
  152. package/dist/temporary_schemas/accounting_ruwe_data/schemas/html/$.globals.astn.js +8 -0
  153. package/dist/temporary_schemas/accounting_ruwe_data/schemas/html/$.module.astn.d.ts +3 -0
  154. package/dist/temporary_schemas/accounting_ruwe_data/schemas/html/$.module.astn.js +8 -0
  155. package/dist/temporary_schemas/accounting_ruwe_data/schemas/html/$.types.astn.d.ts +3 -0
  156. package/dist/temporary_schemas/accounting_ruwe_data/schemas/html/$.types.astn.js +631 -0
  157. package/dist/temporary_schemas/accounting_ruwe_data/schemas/json/annotated/$.globals.astn.d.ts +3 -0
  158. package/dist/temporary_schemas/accounting_ruwe_data/schemas/json/annotated/$.globals.astn.js +10 -0
  159. package/dist/temporary_schemas/accounting_ruwe_data/schemas/json/annotated/$.module.astn.d.ts +3 -0
  160. package/dist/temporary_schemas/accounting_ruwe_data/schemas/json/annotated/$.module.astn.js +8 -0
  161. package/dist/temporary_schemas/accounting_ruwe_data/schemas/json/annotated/$.types.astn.d.ts +3 -0
  162. package/dist/temporary_schemas/accounting_ruwe_data/schemas/json/annotated/$.types.astn.js +53 -0
  163. package/dist/temporary_schemas/accounting_ruwe_data/schemas/json/simple/$.globals.astn.d.ts +3 -0
  164. package/dist/temporary_schemas/accounting_ruwe_data/schemas/json/simple/$.globals.astn.js +10 -0
  165. package/dist/temporary_schemas/accounting_ruwe_data/schemas/json/simple/$.module.astn.d.ts +3 -0
  166. package/dist/temporary_schemas/accounting_ruwe_data/schemas/json/simple/$.module.astn.js +8 -0
  167. package/dist/temporary_schemas/accounting_ruwe_data/schemas/json/simple/$.types.astn.d.ts +3 -0
  168. package/dist/temporary_schemas/accounting_ruwe_data/schemas/json/simple/$.types.astn.js +17 -0
  169. package/dist/temporary_schemas/accounting_ruwe_data/schemas/json_schema/$.globals.astn.d.ts +3 -0
  170. package/dist/temporary_schemas/accounting_ruwe_data/schemas/json_schema/$.globals.astn.js +13 -0
  171. package/dist/temporary_schemas/accounting_ruwe_data/schemas/json_schema/$.module.astn.d.ts +3 -0
  172. package/dist/temporary_schemas/accounting_ruwe_data/schemas/json_schema/$.module.astn.js +8 -0
  173. package/dist/temporary_schemas/accounting_ruwe_data/schemas/json_schema/$.types.astn.d.ts +3 -0
  174. package/dist/temporary_schemas/accounting_ruwe_data/schemas/json_schema/$.types.astn.js +51 -0
  175. package/dist/temporary_schemas/accounting_ruwe_data/schemas/legacy_schema/$.globals.astn.d.ts +3 -0
  176. package/dist/temporary_schemas/accounting_ruwe_data/schemas/legacy_schema/$.globals.astn.js +6 -0
  177. package/dist/temporary_schemas/accounting_ruwe_data/schemas/legacy_schema/$.module.astn.d.ts +3 -0
  178. package/dist/temporary_schemas/accounting_ruwe_data/schemas/legacy_schema/$.module.astn.js +8 -0
  179. package/dist/temporary_schemas/accounting_ruwe_data/schemas/legacy_schema/$.types.astn.d.ts +3 -0
  180. package/dist/temporary_schemas/accounting_ruwe_data/schemas/legacy_schema/$.types.astn.js +74 -0
  181. package/dist/temporary_schemas/accounting_ruwe_data/schemas/railroad_diagram/$.globals.astn.d.ts +3 -0
  182. package/dist/temporary_schemas/accounting_ruwe_data/schemas/railroad_diagram/$.globals.astn.js +8 -0
  183. package/dist/temporary_schemas/accounting_ruwe_data/schemas/railroad_diagram/$.module.astn.d.ts +3 -0
  184. package/dist/temporary_schemas/accounting_ruwe_data/schemas/railroad_diagram/$.module.astn.js +8 -0
  185. package/dist/temporary_schemas/accounting_ruwe_data/schemas/railroad_diagram/$.types.astn.d.ts +3 -0
  186. package/dist/temporary_schemas/accounting_ruwe_data/schemas/railroad_diagram/$.types.astn.js +50 -0
  187. package/dist/temporary_schemas/accounting_ruwe_data/schemas/regular_expression/$.globals.astn.d.ts +3 -0
  188. package/dist/temporary_schemas/accounting_ruwe_data/schemas/regular_expression/$.globals.astn.js +10 -0
  189. package/dist/temporary_schemas/accounting_ruwe_data/schemas/regular_expression/$.module.astn.d.ts +3 -0
  190. package/dist/temporary_schemas/accounting_ruwe_data/schemas/regular_expression/$.module.astn.js +8 -0
  191. package/dist/temporary_schemas/accounting_ruwe_data/schemas/regular_expression/$.types.astn.d.ts +3 -0
  192. package/dist/temporary_schemas/accounting_ruwe_data/schemas/regular_expression/$.types.astn.js +40 -0
  193. package/dist/temporary_schemas/accounting_ruwe_data/schemas/semantic_versioning/$.globals.astn.d.ts +3 -0
  194. package/dist/temporary_schemas/accounting_ruwe_data/schemas/semantic_versioning/$.globals.astn.js +8 -0
  195. package/dist/temporary_schemas/accounting_ruwe_data/schemas/semantic_versioning/$.module.astn.d.ts +3 -0
  196. package/dist/temporary_schemas/accounting_ruwe_data/schemas/semantic_versioning/$.module.astn.js +8 -0
  197. package/dist/temporary_schemas/accounting_ruwe_data/schemas/semantic_versioning/$.types.astn.d.ts +3 -0
  198. package/dist/temporary_schemas/accounting_ruwe_data/schemas/semantic_versioning/$.types.astn.js +18 -0
  199. package/dist/temporary_schemas/accounting_ruwe_data/schemas/xml/parse_result/$.globals.astn.d.ts +3 -0
  200. package/dist/temporary_schemas/accounting_ruwe_data/schemas/xml/parse_result/$.globals.astn.js +10 -0
  201. package/dist/temporary_schemas/accounting_ruwe_data/schemas/xml/parse_result/$.module.astn.d.ts +3 -0
  202. package/dist/temporary_schemas/accounting_ruwe_data/schemas/xml/parse_result/$.module.astn.js +8 -0
  203. package/dist/temporary_schemas/accounting_ruwe_data/schemas/xml/parse_result/$.types.astn.d.ts +3 -0
  204. package/dist/temporary_schemas/accounting_ruwe_data/schemas/xml/parse_result/$.types.astn.js +63 -0
  205. package/dist/temporary_schemas/accounting_ruwe_data/schemas/xml/simple/$.globals.astn.d.ts +3 -0
  206. package/dist/temporary_schemas/accounting_ruwe_data/schemas/xml/simple/$.globals.astn.js +10 -0
  207. package/dist/temporary_schemas/accounting_ruwe_data/schemas/xml/simple/$.module.astn.d.ts +3 -0
  208. package/dist/temporary_schemas/accounting_ruwe_data/schemas/xml/simple/$.module.astn.js +8 -0
  209. package/dist/temporary_schemas/accounting_ruwe_data/schemas/xml/simple/$.types.astn.d.ts +3 -0
  210. package/dist/temporary_schemas/accounting_ruwe_data/schemas/xml/simple/$.types.astn.js +31 -0
  211. package/dist/temporary_schemas/accounting_ruwe_data/schemas.astn.d.ts +3 -0
  212. package/dist/temporary_schemas/accounting_ruwe_data/schemas.astn.js +36 -0
  213. package/dist/temporary_schemas/all.d.ts +3 -0
  214. package/dist/temporary_schemas/all.js +44 -0
  215. package/dist/temporary_schemas/astn/module.astn.d.ts +3 -0
  216. package/dist/temporary_schemas/astn/module.astn.js +8 -0
  217. package/dist/temporary_schemas/astn/operations.astn.d.ts +3 -0
  218. package/dist/temporary_schemas/astn/operations.astn.js +6 -0
  219. package/dist/temporary_schemas/astn/schema_tree.astn.d.ts +3 -0
  220. package/dist/temporary_schemas/astn/schema_tree.astn.js +17 -0
  221. package/dist/temporary_schemas/astn/schemas/ast/$.globals.astn.d.ts +3 -0
  222. package/dist/temporary_schemas/astn/schemas/ast/$.globals.astn.js +6 -0
  223. package/dist/temporary_schemas/astn/schemas/ast/$.module.astn.d.ts +3 -0
  224. package/dist/temporary_schemas/astn/schemas/ast/$.module.astn.js +10 -0
  225. package/dist/temporary_schemas/astn/schemas/ast/$.types.astn.d.ts +3 -0
  226. package/dist/temporary_schemas/astn/schemas/ast/$.types.astn.js +85 -0
  227. package/dist/temporary_schemas/astn/schemas/ide/$.globals.astn.d.ts +3 -0
  228. package/dist/temporary_schemas/astn/schemas/ide/$.globals.astn.js +6 -0
  229. package/dist/temporary_schemas/astn/schemas/ide/$.module.astn.d.ts +3 -0
  230. package/dist/temporary_schemas/astn/schemas/ide/$.module.astn.js +10 -0
  231. package/dist/temporary_schemas/astn/schemas/ide/$.types.astn.d.ts +3 -0
  232. package/dist/temporary_schemas/astn/schemas/ide/$.types.astn.js +25 -0
  233. package/dist/temporary_schemas/astn/schemas/parse_result/$.globals.astn.d.ts +3 -0
  234. package/dist/temporary_schemas/astn/schemas/parse_result/$.globals.astn.js +6 -0
  235. package/dist/temporary_schemas/astn/schemas/parse_result/$.module.astn.d.ts +3 -0
  236. package/dist/temporary_schemas/astn/schemas/parse_result/$.module.astn.js +11 -0
  237. package/dist/temporary_schemas/astn/schemas/parse_result/$.types.astn.d.ts +3 -0
  238. package/dist/temporary_schemas/astn/schemas/parse_result/$.types.astn.js +49 -0
  239. package/dist/temporary_schemas/astn/schemas/target/$.globals.astn.d.ts +3 -0
  240. package/dist/temporary_schemas/astn/schemas/target/$.globals.astn.js +10 -0
  241. package/dist/temporary_schemas/astn/schemas/target/$.module.astn.d.ts +3 -0
  242. package/dist/temporary_schemas/astn/schemas/target/$.module.astn.js +8 -0
  243. package/dist/temporary_schemas/astn/schemas/target/$.types.astn.d.ts +3 -0
  244. package/dist/temporary_schemas/astn/schemas/target/$.types.astn.js +31 -0
  245. package/dist/temporary_schemas/astn/schemas/token/$.globals.astn.d.ts +3 -0
  246. package/dist/temporary_schemas/astn/schemas/token/$.globals.astn.js +6 -0
  247. package/dist/temporary_schemas/astn/schemas/token/$.module.astn.d.ts +3 -0
  248. package/dist/temporary_schemas/astn/schemas/token/$.module.astn.js +8 -0
  249. package/dist/temporary_schemas/astn/schemas/token/$.types.astn.d.ts +3 -0
  250. package/dist/temporary_schemas/astn/schemas/token/$.types.astn.js +75 -0
  251. package/dist/temporary_schemas/astn/schemas.astn.d.ts +3 -0
  252. package/dist/temporary_schemas/astn/schemas.astn.js +17 -0
  253. package/dist/temporary_schemas/exupery/module.astn.d.ts +3 -0
  254. package/dist/temporary_schemas/exupery/module.astn.js +8 -0
  255. package/dist/temporary_schemas/exupery/operations.astn.d.ts +3 -0
  256. package/dist/temporary_schemas/exupery/operations.astn.js +78 -0
  257. package/dist/temporary_schemas/exupery/schema_tree.astn.d.ts +3 -0
  258. package/dist/temporary_schemas/exupery/schema_tree.astn.js +13 -0
  259. package/dist/temporary_schemas/exupery/schemas/implementation/$.globals.astn.d.ts +3 -0
  260. package/dist/temporary_schemas/exupery/schemas/implementation/$.globals.astn.js +10 -0
  261. package/dist/temporary_schemas/exupery/schemas/implementation/$.module.astn.d.ts +3 -0
  262. package/dist/temporary_schemas/exupery/schemas/implementation/$.module.astn.js +12 -0
  263. package/dist/temporary_schemas/exupery/schemas/implementation/$.resolvers.astn.d.ts +3 -0
  264. package/dist/temporary_schemas/exupery/schemas/implementation/$.resolvers.astn.js +156 -0
  265. package/dist/temporary_schemas/exupery/schemas/implementation/$.signatures.astn.d.ts +3 -0
  266. package/dist/temporary_schemas/exupery/schemas/implementation/$.signatures.astn.js +14 -0
  267. package/dist/temporary_schemas/exupery/schemas/implementation/$.types.astn.d.ts +3 -0
  268. package/dist/temporary_schemas/exupery/schemas/implementation/$.types.astn.js +166 -0
  269. package/dist/temporary_schemas/exupery/schemas/interface/$.globals.astn.d.ts +3 -0
  270. package/dist/temporary_schemas/exupery/schemas/interface/$.globals.astn.js +9 -0
  271. package/dist/temporary_schemas/exupery/schemas/interface/$.module.astn.d.ts +3 -0
  272. package/dist/temporary_schemas/exupery/schemas/interface/$.module.astn.js +10 -0
  273. package/dist/temporary_schemas/exupery/schemas/interface/$.resolvers.astn.d.ts +3 -0
  274. package/dist/temporary_schemas/exupery/schemas/interface/$.resolvers.astn.js +83 -0
  275. package/dist/temporary_schemas/exupery/schemas/interface/$.signatures.astn.d.ts +3 -0
  276. package/dist/temporary_schemas/exupery/schemas/interface/$.signatures.astn.js +14 -0
  277. package/dist/temporary_schemas/exupery/schemas/interface/$.types.astn.d.ts +3 -0
  278. package/dist/temporary_schemas/exupery/schemas/interface/$.types.astn.js +83 -0
  279. package/dist/temporary_schemas/exupery/schemas/typescript_light/$.globals.astn.d.ts +3 -0
  280. package/dist/temporary_schemas/exupery/schemas/typescript_light/$.globals.astn.js +9 -0
  281. package/dist/temporary_schemas/exupery/schemas/typescript_light/$.module.astn.d.ts +3 -0
  282. package/dist/temporary_schemas/exupery/schemas/typescript_light/$.module.astn.js +8 -0
  283. package/dist/temporary_schemas/exupery/schemas/typescript_light/$.types.astn.d.ts +3 -0
  284. package/dist/temporary_schemas/exupery/schemas/typescript_light/$.types.astn.js +130 -0
  285. package/dist/temporary_schemas/exupery/schemas.astn.d.ts +3 -0
  286. package/dist/temporary_schemas/exupery/schemas.astn.js +13 -0
  287. package/dist/temporary_schemas/pareto/module.astn.d.ts +3 -0
  288. package/dist/temporary_schemas/pareto/module.astn.js +8 -0
  289. package/dist/temporary_schemas/pareto/operations.astn.d.ts +3 -0
  290. package/dist/temporary_schemas/pareto/operations.astn.js +78 -0
  291. package/dist/temporary_schemas/pareto/schema_tree.astn.d.ts +3 -0
  292. package/dist/temporary_schemas/pareto/schema_tree.astn.js +15 -0
  293. package/dist/temporary_schemas/pareto/schemas/module/$.globals.astn.d.ts +3 -0
  294. package/dist/temporary_schemas/pareto/schemas/module/$.globals.astn.js +6 -0
  295. package/dist/temporary_schemas/pareto/schemas/module/$.module.astn.d.ts +3 -0
  296. package/dist/temporary_schemas/pareto/schemas/module/$.module.astn.js +12 -0
  297. package/dist/temporary_schemas/pareto/schemas/module/$.resolvers.astn.d.ts +3 -0
  298. package/dist/temporary_schemas/pareto/schemas/module/$.resolvers.astn.js +45 -0
  299. package/dist/temporary_schemas/pareto/schemas/module/$.signatures.astn.d.ts +3 -0
  300. package/dist/temporary_schemas/pareto/schemas/module/$.signatures.astn.js +11 -0
  301. package/dist/temporary_schemas/pareto/schemas/module/$.types.astn.d.ts +3 -0
  302. package/dist/temporary_schemas/pareto/schemas/module/$.types.astn.js +20 -0
  303. package/dist/temporary_schemas/pareto/schemas/schema/$.globals.astn.d.ts +3 -0
  304. package/dist/temporary_schemas/pareto/schemas/schema/$.globals.astn.js +6 -0
  305. package/dist/temporary_schemas/pareto/schemas/schema/$.module.astn.d.ts +3 -0
  306. package/dist/temporary_schemas/pareto/schemas/schema/$.module.astn.js +10 -0
  307. package/dist/temporary_schemas/pareto/schemas/schema/$.resolvers.astn.d.ts +3 -0
  308. package/dist/temporary_schemas/pareto/schemas/schema/$.resolvers.astn.js +615 -0
  309. package/dist/temporary_schemas/pareto/schemas/schema/$.signatures.astn.d.ts +3 -0
  310. package/dist/temporary_schemas/pareto/schemas/schema/$.signatures.astn.js +133 -0
  311. package/dist/temporary_schemas/pareto/schemas/schema/$.types.astn.d.ts +3 -0
  312. package/dist/temporary_schemas/pareto/schemas/schema/$.types.astn.js +391 -0
  313. package/dist/temporary_schemas/pareto/schemas/unmarshall_errors/$.globals.astn.d.ts +3 -0
  314. package/dist/temporary_schemas/pareto/schemas/unmarshall_errors/$.globals.astn.js +6 -0
  315. package/dist/temporary_schemas/pareto/schemas/unmarshall_errors/$.module.astn.d.ts +3 -0
  316. package/dist/temporary_schemas/pareto/schemas/unmarshall_errors/$.module.astn.js +8 -0
  317. package/dist/temporary_schemas/pareto/schemas/unmarshall_errors/$.types.astn.d.ts +3 -0
  318. package/dist/temporary_schemas/pareto/schemas/unmarshall_errors/$.types.astn.js +62 -0
  319. package/dist/temporary_schemas/pareto/schemas/unmarshall_result/$.globals.astn.d.ts +3 -0
  320. package/dist/temporary_schemas/pareto/schemas/unmarshall_result/$.globals.astn.js +6 -0
  321. package/dist/temporary_schemas/pareto/schemas/unmarshall_result/$.module.astn.d.ts +3 -0
  322. package/dist/temporary_schemas/pareto/schemas/unmarshall_result/$.module.astn.js +10 -0
  323. package/dist/temporary_schemas/pareto/schemas/unmarshall_result/$.types.astn.d.ts +3 -0
  324. package/dist/temporary_schemas/pareto/schemas/unmarshall_result/$.types.astn.js +136 -0
  325. package/dist/temporary_schemas/pareto/schemas.astn.d.ts +3 -0
  326. package/dist/temporary_schemas/pareto/schemas.astn.js +15 -0
  327. package/dist/temporary_schemas/pareto-fountain-pen/module.astn.d.ts +3 -0
  328. package/dist/temporary_schemas/pareto-fountain-pen/module.astn.js +8 -0
  329. package/dist/temporary_schemas/pareto-fountain-pen/operations.astn.d.ts +3 -0
  330. package/dist/temporary_schemas/pareto-fountain-pen/operations.astn.js +6 -0
  331. package/dist/temporary_schemas/pareto-fountain-pen/schema_tree.astn.d.ts +3 -0
  332. package/dist/temporary_schemas/pareto-fountain-pen/schema_tree.astn.js +15 -0
  333. package/dist/temporary_schemas/pareto-fountain-pen/schemas/block/$.globals.astn.d.ts +3 -0
  334. package/dist/temporary_schemas/pareto-fountain-pen/schemas/block/$.globals.astn.js +8 -0
  335. package/dist/temporary_schemas/pareto-fountain-pen/schemas/block/$.module.astn.d.ts +3 -0
  336. package/dist/temporary_schemas/pareto-fountain-pen/schemas/block/$.module.astn.js +8 -0
  337. package/dist/temporary_schemas/pareto-fountain-pen/schemas/block/$.types.astn.d.ts +3 -0
  338. package/dist/temporary_schemas/pareto-fountain-pen/schemas/block/$.types.astn.js +25 -0
  339. package/dist/temporary_schemas/pareto-fountain-pen/schemas/lines/$.globals.astn.d.ts +3 -0
  340. package/dist/temporary_schemas/pareto-fountain-pen/schemas/lines/$.globals.astn.js +8 -0
  341. package/dist/temporary_schemas/pareto-fountain-pen/schemas/lines/$.module.astn.d.ts +3 -0
  342. package/dist/temporary_schemas/pareto-fountain-pen/schemas/lines/$.module.astn.js +8 -0
  343. package/dist/temporary_schemas/pareto-fountain-pen/schemas/lines/$.types.astn.d.ts +3 -0
  344. package/dist/temporary_schemas/pareto-fountain-pen/schemas/lines/$.types.astn.js +12 -0
  345. package/dist/temporary_schemas/pareto-fountain-pen/schemas/semi_lines/$.globals.astn.d.ts +3 -0
  346. package/dist/temporary_schemas/pareto-fountain-pen/schemas/semi_lines/$.globals.astn.js +8 -0
  347. package/dist/temporary_schemas/pareto-fountain-pen/schemas/semi_lines/$.module.astn.d.ts +3 -0
  348. package/dist/temporary_schemas/pareto-fountain-pen/schemas/semi_lines/$.module.astn.js +8 -0
  349. package/dist/temporary_schemas/pareto-fountain-pen/schemas/semi_lines/$.types.astn.d.ts +3 -0
  350. package/dist/temporary_schemas/pareto-fountain-pen/schemas/semi_lines/$.types.astn.js +15 -0
  351. package/dist/temporary_schemas/pareto-fountain-pen/schemas/text/$.globals.astn.d.ts +3 -0
  352. package/dist/temporary_schemas/pareto-fountain-pen/schemas/text/$.globals.astn.js +8 -0
  353. package/dist/temporary_schemas/pareto-fountain-pen/schemas/text/$.module.astn.d.ts +3 -0
  354. package/dist/temporary_schemas/pareto-fountain-pen/schemas/text/$.module.astn.js +8 -0
  355. package/dist/temporary_schemas/pareto-fountain-pen/schemas/text/$.types.astn.d.ts +3 -0
  356. package/dist/temporary_schemas/pareto-fountain-pen/schemas/text/$.types.astn.js +12 -0
  357. package/dist/temporary_schemas/pareto-fountain-pen/schemas.astn.d.ts +3 -0
  358. package/dist/temporary_schemas/pareto-fountain-pen/schemas.astn.js +15 -0
  359. package/dist/temporary_schemas/pareto-json/module.astn.d.ts +3 -0
  360. package/dist/temporary_schemas/pareto-json/module.astn.js +8 -0
  361. package/dist/temporary_schemas/pareto-json/operations.astn.d.ts +3 -0
  362. package/dist/temporary_schemas/pareto-json/operations.astn.js +6 -0
  363. package/dist/temporary_schemas/pareto-json/schema_tree.astn.d.ts +3 -0
  364. package/dist/temporary_schemas/pareto-json/schema_tree.astn.js +9 -0
  365. package/dist/temporary_schemas/pareto-json/schemas/json/$.globals.astn.d.ts +3 -0
  366. package/dist/temporary_schemas/pareto-json/schemas/json/$.globals.astn.js +10 -0
  367. package/dist/temporary_schemas/pareto-json/schemas/json/$.module.astn.d.ts +3 -0
  368. package/dist/temporary_schemas/pareto-json/schemas/json/$.module.astn.js +8 -0
  369. package/dist/temporary_schemas/pareto-json/schemas/json/$.types.astn.d.ts +3 -0
  370. package/dist/temporary_schemas/pareto-json/schemas/json/$.types.astn.js +25 -0
  371. package/dist/temporary_schemas/pareto-json/schemas.astn.d.ts +3 -0
  372. package/dist/temporary_schemas/pareto-json/schemas.astn.js +9 -0
  373. package/dist/temporary_schemas/pareto-targets/module.astn.d.ts +3 -0
  374. package/dist/temporary_schemas/pareto-targets/module.astn.js +8 -0
  375. package/dist/temporary_schemas/pareto-targets/operations.astn.d.ts +3 -0
  376. package/dist/temporary_schemas/pareto-targets/operations.astn.js +6 -0
  377. package/dist/temporary_schemas/pareto-targets/schema_tree.astn.d.ts +3 -0
  378. package/dist/temporary_schemas/pareto-targets/schema_tree.astn.js +17 -0
  379. package/dist/temporary_schemas/pareto-targets/schemas/alan_light/$.globals.astn.d.ts +3 -0
  380. package/dist/temporary_schemas/pareto-targets/schemas/alan_light/$.globals.astn.js +8 -0
  381. package/dist/temporary_schemas/pareto-targets/schemas/alan_light/$.module.astn.d.ts +3 -0
  382. package/dist/temporary_schemas/pareto-targets/schemas/alan_light/$.module.astn.js +8 -0
  383. package/dist/temporary_schemas/pareto-targets/schemas/alan_light/$.types.astn.d.ts +3 -0
  384. package/dist/temporary_schemas/pareto-targets/schemas/alan_light/$.types.astn.js +59 -0
  385. package/dist/temporary_schemas/pareto-targets/schemas/graphviz/high_level/$.globals.astn.d.ts +3 -0
  386. package/dist/temporary_schemas/pareto-targets/schemas/graphviz/high_level/$.globals.astn.js +8 -0
  387. package/dist/temporary_schemas/pareto-targets/schemas/graphviz/high_level/$.module.astn.d.ts +3 -0
  388. package/dist/temporary_schemas/pareto-targets/schemas/graphviz/high_level/$.module.astn.js +8 -0
  389. package/dist/temporary_schemas/pareto-targets/schemas/graphviz/high_level/$.types.astn.d.ts +3 -0
  390. package/dist/temporary_schemas/pareto-targets/schemas/graphviz/high_level/$.types.astn.js +255 -0
  391. package/dist/temporary_schemas/pareto-targets/schemas/graphviz/low_level/$.globals.astn.d.ts +3 -0
  392. package/dist/temporary_schemas/pareto-targets/schemas/graphviz/low_level/$.globals.astn.js +10 -0
  393. package/dist/temporary_schemas/pareto-targets/schemas/graphviz/low_level/$.module.astn.d.ts +3 -0
  394. package/dist/temporary_schemas/pareto-targets/schemas/graphviz/low_level/$.module.astn.js +8 -0
  395. package/dist/temporary_schemas/pareto-targets/schemas/graphviz/low_level/$.types.astn.d.ts +3 -0
  396. package/dist/temporary_schemas/pareto-targets/schemas/graphviz/low_level/$.types.astn.js +68 -0
  397. package/dist/temporary_schemas/pareto-targets/schemas/lionweb/$.globals.astn.d.ts +3 -0
  398. package/dist/temporary_schemas/pareto-targets/schemas/lionweb/$.globals.astn.js +9 -0
  399. package/dist/temporary_schemas/pareto-targets/schemas/lionweb/$.module.astn.d.ts +3 -0
  400. package/dist/temporary_schemas/pareto-targets/schemas/lionweb/$.module.astn.js +8 -0
  401. package/dist/temporary_schemas/pareto-targets/schemas/lionweb/$.types.astn.d.ts +3 -0
  402. package/dist/temporary_schemas/pareto-targets/schemas/lionweb/$.types.astn.js +41 -0
  403. package/dist/temporary_schemas/pareto-targets/schemas/pareto_documentation/$.globals.astn.d.ts +3 -0
  404. package/dist/temporary_schemas/pareto-targets/schemas/pareto_documentation/$.globals.astn.js +8 -0
  405. package/dist/temporary_schemas/pareto-targets/schemas/pareto_documentation/$.module.astn.d.ts +3 -0
  406. package/dist/temporary_schemas/pareto-targets/schemas/pareto_documentation/$.module.astn.js +11 -0
  407. package/dist/temporary_schemas/pareto-targets/schemas/pareto_documentation/$.types.astn.d.ts +3 -0
  408. package/dist/temporary_schemas/pareto-targets/schemas/pareto_documentation/$.types.astn.js +17 -0
  409. package/dist/temporary_schemas/pareto-targets/schemas.astn.d.ts +3 -0
  410. package/dist/temporary_schemas/pareto-targets/schemas.astn.js +17 -0
  411. package/dist/transformations/module/exupery_implementation.d.ts +4 -4
  412. package/dist/transformations/module/exupery_implementation.js +10 -8
  413. package/dist/transformations/module/exupery_interface.d.ts +2 -2
  414. package/dist/transformations/module/exupery_interface.js +36 -37
  415. package/dist/transformations/module/temp_typescript.d.ts +3 -0
  416. package/dist/transformations/module/temp_typescript.js +56 -0
  417. package/dist/transformations/schema/exupery_implementation/main.d.ts +10 -4
  418. package/dist/transformations/schema/exupery_implementation/main.js +34 -19
  419. package/dist/transformations/schema/exupery_implementation/marshall.d.ts +14 -0
  420. package/dist/transformations/schema/exupery_implementation/marshall.js +149 -0
  421. package/dist/transformations/schema/{pareto_implementation/migration_boilerplate.d.ts → exupery_implementation/migrate_boilerplate.d.ts} +3 -3
  422. package/dist/transformations/schema/exupery_implementation/migrate_boilerplate.js +113 -0
  423. package/dist/transformations/schema/exupery_implementation/resolve.d.ts +24 -0
  424. package/dist/transformations/schema/exupery_implementation/resolve.js +307 -0
  425. package/dist/transformations/schema/exupery_implementation/unmarshall.d.ts +15 -0
  426. package/dist/transformations/schema/exupery_implementation/unmarshall.js +159 -0
  427. package/dist/transformations/schema/exupery_interface/main.d.ts +4 -2
  428. package/dist/transformations/schema/exupery_interface/main.js +77 -51
  429. package/dist/transformations/schema/exupery_interface/{serializer.d.ts → marshall.d.ts} +2 -2
  430. package/dist/transformations/schema/exupery_interface/marshall.js +47 -0
  431. package/dist/transformations/schema/exupery_interface/{migration_boilerplate.d.ts → migrate_boilerplate.d.ts} +3 -3
  432. package/dist/transformations/schema/exupery_interface/migrate_boilerplate.js +46 -0
  433. package/dist/transformations/schema/{pareto_interface/resolver.d.ts → exupery_interface/resolve.d.ts} +3 -3
  434. package/dist/transformations/schema/exupery_interface/resolve.js +115 -0
  435. package/dist/transformations/schema/exupery_interface/types.d.ts +6 -6
  436. package/dist/transformations/schema/exupery_interface/types.js +61 -61
  437. package/dist/transformations/schema/{pareto_interface/migration_boilerplate.d.ts → exupery_interface/unmarshall.d.ts} +3 -3
  438. package/dist/transformations/schema/exupery_interface/unmarshall.js +49 -0
  439. package/dist/transformations/schema/exupery_interface/value_deserializers.d.ts +7 -0
  440. package/dist/transformations/schema/exupery_interface/value_deserializers.js +57 -0
  441. package/dist/transformations/schema/exupery_interface/value_serializers.d.ts +7 -0
  442. package/dist/transformations/schema/exupery_interface/value_serializers.js +57 -0
  443. package/dist/transformations/unmarshall_errors/fountain_pen.d.ts +6 -0
  444. package/dist/transformations/unmarshall_errors/fountain_pen.js +82 -0
  445. package/dist/transformations/unmarshall_result/unmarshall_errors.d.ts +1 -2
  446. package/dist/transformations/unmarshall_result/unmarshall_errors.js +116 -55
  447. package/dist/uptransformers/unmarshall_result/astn_ast.d.ts +7 -6
  448. package/dist/uptransformers/unmarshall_result/astn_ast.js +2 -2
  449. package/package.json +5 -5
  450. package/dist/generated/generic/resolve.d.ts +0 -90
  451. package/dist/generated/generic/resolve.js +0 -251
  452. package/dist/generated/implementation/schemas/module/serializer.js +0 -53
  453. package/dist/generated/implementation/schemas/schema/serializer.js +0 -964
  454. package/dist/generated/implementation/schemas/unmarshall_errors/serializer.js +0 -167
  455. package/dist/generated/interface/generic/resolve.d.ts +0 -11
  456. package/dist/generated/interface/generic/resolve.js +0 -3
  457. package/dist/generated/interface/schemas/module/migration_boilerplate.js +0 -3
  458. package/dist/generated/interface/schemas/module/unresolved.d.ts +0 -133
  459. package/dist/generated/interface/schemas/schema/migration_boilerplate.js +0 -3
  460. package/dist/generated/interface/schemas/schema/unresolved.d.ts +0 -3754
  461. package/dist/generated/interface/schemas/unmarshall_errors/migration_boilerplate.js +0 -3
  462. package/dist/generated/interface/schemas/unmarshall_errors/serializer.d.ts +0 -90
  463. package/dist/generated/interface/schemas/unmarshall_errors/serializer.js +0 -3
  464. package/dist/generated/interface/schemas/unmarshall_result/migration_boilerplate.js +0 -7
  465. package/dist/index.d.ts +0 -1
  466. package/dist/index.js +0 -5
  467. package/dist/transformations/module/pareto_implementation.d.ts +0 -4
  468. package/dist/transformations/module/pareto_implementation.js +0 -42
  469. package/dist/transformations/module/pareto_interface.d.ts +0 -5
  470. package/dist/transformations/module/pareto_interface.js +0 -150
  471. package/dist/transformations/schema/documentation.d.ts +0 -5
  472. package/dist/transformations/schema/documentation.js +0 -72
  473. package/dist/transformations/schema/exupery_implementation/migration_boilerplate.d.ts +0 -14
  474. package/dist/transformations/schema/exupery_implementation/migration_boilerplate.js +0 -113
  475. package/dist/transformations/schema/exupery_implementation/resolver.d.ts +0 -24
  476. package/dist/transformations/schema/exupery_implementation/resolver.js +0 -299
  477. package/dist/transformations/schema/exupery_implementation/serializer.d.ts +0 -14
  478. package/dist/transformations/schema/exupery_implementation/serializer.js +0 -145
  479. package/dist/transformations/schema/exupery_interface/migration_boilerplate.js +0 -43
  480. package/dist/transformations/schema/exupery_interface/resolver.d.ts +0 -12
  481. package/dist/transformations/schema/exupery_interface/resolver.js +0 -115
  482. package/dist/transformations/schema/exupery_interface/serializer.js +0 -62
  483. package/dist/transformations/schema/graphviz.d.ts +0 -8
  484. package/dist/transformations/schema/graphviz.js +0 -103
  485. package/dist/transformations/schema/lionweb.d.ts +0 -14
  486. package/dist/transformations/schema/lionweb.js +0 -226
  487. package/dist/transformations/schema/pareto_implementation/main.d.ts +0 -4
  488. package/dist/transformations/schema/pareto_implementation/main.js +0 -63
  489. package/dist/transformations/schema/pareto_implementation/migration_boilerplate.js +0 -113
  490. package/dist/transformations/schema/pareto_implementation/resolver.d.ts +0 -24
  491. package/dist/transformations/schema/pareto_implementation/resolver.js +0 -299
  492. package/dist/transformations/schema/pareto_interface/main.d.ts +0 -4
  493. package/dist/transformations/schema/pareto_interface/main.js +0 -79
  494. package/dist/transformations/schema/pareto_interface/migration_boilerplate.js +0 -51
  495. package/dist/transformations/schema/pareto_interface/resolver.js +0 -115
  496. package/dist/transformations/schema/pareto_interface/types.d.ts +0 -12
  497. package/dist/transformations/schema/pareto_interface/types.js +0 -211
  498. package/dist/transformations/schema/railroad_diagram.d.ts +0 -7
  499. package/dist/transformations/schema/railroad_diagram.js +0 -79
  500. package/dist/transformations/unmarshall/collect_errors.d.ts +0 -4
  501. package/dist/transformations/unmarshall/collect_errors.js +0 -185
  502. package/dist/transformations/unmarshall/dynamic_post_parse.d.ts +0 -7
  503. package/dist/transformations/unmarshall/dynamic_post_parse.js +0 -267
  504. package/dist/transformations/unmarshall/post_parse_types.d.ts +0 -77
  505. package/dist/transformations/unmarshall/post_parse_types.js +0 -3
  506. package/dist/unmarshall/collect_errors.d.ts +0 -38
  507. package/dist/unmarshall/collect_errors.js +0 -185
  508. package/dist/unmarshall/dynamic_post_parse.d.ts +0 -7
  509. package/dist/unmarshall/dynamic_post_parse.js +0 -267
  510. package/dist/unmarshall/post_parse_types.d.ts +0 -77
  511. package/dist/unmarshall/post_parse_types.js +0 -3
  512. /package/dist/{generated/implementation/schemas/unmarshall_result/serializer.d.ts → bin/compile.d.ts} +0 -0
  513. /package/dist/{generated/interface/schemas/unmarshall_result/migration_boilerplate.d.ts → bin/test.d.ts} +0 -0
  514. /package/dist/generated/{interface/schemas/unmarshall_result/serializer.d.ts → implementation/schemas/unmarshall_result/marshall.d.ts} +0 -0
  515. /package/dist/generated/{interface/schemas/unmarshall_result/unconstrained.d.ts → implementation/schemas/unmarshall_result/unmarshall.d.ts} +0 -0
@@ -1,6 +1,6 @@
1
- import * as _pt from 'exupery-core-types';
1
+ import * as _et from 'exupery-core-types';
2
2
  export type _T_Document = _T_Value;
3
- export type _T_Value = readonly ['concise group', _pt.Array<_T_Value>] | readonly ['dictionary', _pt.Dictionary<_T_Value>] | readonly ['list', _pt.Array<_T_Value>] | readonly ['nothing', null] | readonly [
3
+ export type _T_Value = readonly ['concise group', _et.Array<_T_Value>] | readonly ['dictionary', _et.Dictionary<_T_Value>] | readonly ['list', _et.Array<_T_Value>] | readonly ['nothing', null] | readonly [
4
4
  'optional',
5
5
  readonly ['not set', null] | readonly ['set', _T_Value]
6
6
  ] | readonly [
@@ -15,7 +15,7 @@ export type _T_Value = readonly ['concise group', _pt.Array<_T_Value>] | readonl
15
15
  readonly 'delimiter': readonly ['backtick', null] | readonly ['none', null] | readonly ['quote', null];
16
16
  readonly 'value': string;
17
17
  }
18
- ] | readonly ['verbose group', _pt.Dictionary<_T_Value>];
18
+ ] | readonly ['verbose group', _et.Dictionary<_T_Value>];
19
19
  export type Document = _T_Document;
20
20
  export type Value = _T_Value;
21
21
  export declare namespace _T_Document {
@@ -27,19 +27,19 @@ export declare namespace _T_Value {
27
27
  }
28
28
  type L = _T_Value;
29
29
  }
30
- type concise_group = _pt.Array<_T_Value>;
30
+ type concise_group = _et.Array<_T_Value>;
31
31
  namespace dictionary {
32
32
  namespace D {
33
33
  }
34
34
  type D = _T_Value;
35
35
  }
36
- type dictionary = _pt.Dictionary<_T_Value>;
36
+ type dictionary = _et.Dictionary<_T_Value>;
37
37
  namespace list {
38
38
  namespace L {
39
39
  }
40
40
  type L = _T_Value;
41
41
  }
42
- type list = _pt.Array<_T_Value>;
42
+ type list = _et.Array<_T_Value>;
43
43
  type nothing = null;
44
44
  namespace optional {
45
45
  namespace SG {
@@ -82,9 +82,9 @@ export declare namespace _T_Value {
82
82
  }
83
83
  type D = _T_Value;
84
84
  }
85
- type verbose_group = _pt.Dictionary<_T_Value>;
85
+ type verbose_group = _et.Dictionary<_T_Value>;
86
86
  }
87
- type SG = readonly ['concise group', _pt.Array<_T_Value>] | readonly ['dictionary', _pt.Dictionary<_T_Value>] | readonly ['list', _pt.Array<_T_Value>] | readonly ['nothing', null] | readonly [
87
+ type SG = readonly ['concise group', _et.Array<_T_Value>] | readonly ['dictionary', _et.Dictionary<_T_Value>] | readonly ['list', _et.Array<_T_Value>] | readonly ['nothing', null] | readonly [
88
88
  'optional',
89
89
  readonly ['not set', null] | readonly ['set', _T_Value]
90
90
  ] | readonly [
@@ -99,7 +99,7 @@ export declare namespace _T_Value {
99
99
  readonly 'delimiter': readonly ['backtick', null] | readonly ['none', null] | readonly ['quote', null];
100
100
  readonly 'value': string;
101
101
  }
102
- ] | readonly ['verbose group', _pt.Dictionary<_T_Value>];
102
+ ] | readonly ['verbose group', _et.Dictionary<_T_Value>];
103
103
  }
104
104
  export declare namespace Document {
105
105
  }
@@ -110,19 +110,19 @@ export declare namespace Value {
110
110
  }
111
111
  type L = _T_Value;
112
112
  }
113
- type concise_group = _pt.Array<_T_Value>;
113
+ type concise_group = _et.Array<_T_Value>;
114
114
  namespace dictionary {
115
115
  namespace D {
116
116
  }
117
117
  type D = _T_Value;
118
118
  }
119
- type dictionary = _pt.Dictionary<_T_Value>;
119
+ type dictionary = _et.Dictionary<_T_Value>;
120
120
  namespace list {
121
121
  namespace L {
122
122
  }
123
123
  type L = _T_Value;
124
124
  }
125
- type list = _pt.Array<_T_Value>;
125
+ type list = _et.Array<_T_Value>;
126
126
  type nothing = null;
127
127
  namespace optional {
128
128
  namespace SG {
@@ -165,9 +165,9 @@ export declare namespace Value {
165
165
  }
166
166
  type D = _T_Value;
167
167
  }
168
- type verbose_group = _pt.Dictionary<_T_Value>;
168
+ type verbose_group = _et.Dictionary<_T_Value>;
169
169
  }
170
- type SG = readonly ['concise group', _pt.Array<_T_Value>] | readonly ['dictionary', _pt.Dictionary<_T_Value>] | readonly ['list', _pt.Array<_T_Value>] | readonly ['nothing', null] | readonly [
170
+ type SG = readonly ['concise group', _et.Array<_T_Value>] | readonly ['dictionary', _et.Dictionary<_T_Value>] | readonly ['list', _et.Array<_T_Value>] | readonly ['nothing', null] | readonly [
171
171
  'optional',
172
172
  readonly ['not set', null] | readonly ['set', _T_Value]
173
173
  ] | readonly [
@@ -182,5 +182,5 @@ export declare namespace Value {
182
182
  readonly 'delimiter': readonly ['backtick', null] | readonly ['none', null] | readonly ['quote', null];
183
183
  readonly 'value': string;
184
184
  }
185
- ] | readonly ['verbose group', _pt.Dictionary<_T_Value>];
185
+ ] | readonly ['verbose group', _et.Dictionary<_T_Value>];
186
186
  }
@@ -1,11 +1,11 @@
1
- import * as pt from 'exupery-core-types';
1
+ import * as _et from 'exupery-core-types';
2
2
  export type Location_to_String<Source> = ($: Source) => string;
3
3
  export type _T_Location_2_String<Source> = Location_to_String<Source>;
4
- export type Non_Circular_Result<T> = ['error', ['circular', pt.Array<string>]] | ['resolved', T];
5
- export type Acyclic_Lookup<T> = pt.Optional_Value<pt.Lookup<Non_Circular_Result<T>>>;
4
+ export type Non_Circular_Result<T> = ['error', ['circular', _et.Array<string>]] | ['resolved', T];
5
+ export type Acyclic_Lookup<T> = _et.Optional_Value<_et.Lookup<Non_Circular_Result<T>>>;
6
6
  export type _T_Acyclic_Lookup<T> = Acyclic_Lookup<T>;
7
- export type Possibly_Circular_Result<T> = pt.Computed_Value<T>;
8
- export type Cyclic_Lookup<T> = pt.Optional_Value<pt.Lookup<Possibly_Circular_Result<T>>>;
7
+ export type Possibly_Circular_Result<T> = _et.Computed_Value<T>;
8
+ export type Cyclic_Lookup<T> = _et.Optional_Value<_et.Lookup<Possibly_Circular_Result<T>>>;
9
9
  export type _T_Cyclic_Lookup<T> = Cyclic_Lookup<T>;
10
- export type Lookup_Stack<T> = pt.Array<Acyclic_Lookup<T>>;
10
+ export type Lookup_Stack<T> = _et.Array<Acyclic_Lookup<T>>;
11
11
  export type _T_Lookup_Stack<T> = Lookup_Stack<T>;
@@ -1,100 +1,100 @@
1
1
  import * as _pt from 'exupery-core-types';
2
- export type _T_Derived_Reference<G_Source, T_Type> = T_Type;
3
- export type _T_Dictionary<G_Source, T_D> = _pt.Dictionary<T_D>;
4
- export type _T_List<G_Source, T_L> = _pt.Array<T_L>;
5
- export type _T_Ordered_Dictionary<G_Source, T_D> = {
2
+ export type _T_Derived_Reference<M_Source, T_Type> = T_Type;
3
+ export type _T_Dictionary<M_Source, T_D> = _pt.Dictionary<T_D>;
4
+ export type _T_List<M_Source, T_L> = _pt.Array<T_L>;
5
+ export type _T_Ordered_Dictionary<M_Source, T_D> = {
6
6
  readonly 'dictionary': _pt.Dictionary<T_D>;
7
7
  readonly 'ordered list': _pt.Array<_pt.Key_Value_Pair<T_D>>;
8
8
  };
9
- export type _T_Reference_To_Circular_Dependent_Sibling<G_Source, T_Dictionary_Entry> = {
9
+ export type _T_Reference_To_Circular_Dependent_Sibling<M_Source, T_Dictionary_Entry> = {
10
10
  readonly 'entry': _pt.Computed_Value<T_Dictionary_Entry>;
11
11
  readonly 'key': string;
12
12
  };
13
- export type _T_Reference_To_Normal_Dictionary_Entry<G_Source, T_Dictionary_Entry> = {
13
+ export type _T_Reference_To_Normal_Dictionary_Entry<M_Source, T_Dictionary_Entry> = {
14
14
  readonly 'entry': T_Dictionary_Entry;
15
15
  readonly 'key': string;
16
16
  };
17
- export type _T_Reference_To_Stacked_Dictionary_Entry<G_Source, T_Dictionary_Entry> = {
17
+ export type _T_Reference_To_Stacked_Dictionary_Entry<M_Source, T_Dictionary_Entry> = {
18
18
  readonly 'entry': T_Dictionary_Entry;
19
19
  readonly 'key': string;
20
20
  readonly 'up steps': number;
21
21
  };
22
- export type _T_State_Group<G_Source, T_SG> = T_SG;
23
- export type Derived_Reference<G_Source, T_Type> = _T_Derived_Reference<G_Source, T_Type>;
24
- export type Dictionary<G_Source, T_D> = _T_Dictionary<G_Source, T_D>;
25
- export type List<G_Source, T_L> = _T_List<G_Source, T_L>;
26
- export type Ordered_Dictionary<G_Source, T_D> = _T_Ordered_Dictionary<G_Source, T_D>;
27
- export type Reference_To_Circular_Dependent_Sibling<G_Source, T_Dictionary_Entry> = _T_Reference_To_Circular_Dependent_Sibling<G_Source, T_Dictionary_Entry>;
28
- export type Reference_To_Normal_Dictionary_Entry<G_Source, T_Dictionary_Entry> = _T_Reference_To_Normal_Dictionary_Entry<G_Source, T_Dictionary_Entry>;
29
- export type Reference_To_Stacked_Dictionary_Entry<G_Source, T_Dictionary_Entry> = _T_Reference_To_Stacked_Dictionary_Entry<G_Source, T_Dictionary_Entry>;
30
- export type State_Group<G_Source, T_SG> = _T_State_Group<G_Source, T_SG>;
22
+ export type _T_State_Group<M_Source, T_SG> = T_SG;
23
+ export type Derived_Reference<M_Source, T_Type> = _T_Derived_Reference<M_Source, T_Type>;
24
+ export type Dictionary<M_Source, T_D> = _T_Dictionary<M_Source, T_D>;
25
+ export type List<M_Source, T_L> = _T_List<M_Source, T_L>;
26
+ export type Ordered_Dictionary<M_Source, T_D> = _T_Ordered_Dictionary<M_Source, T_D>;
27
+ export type Reference_To_Circular_Dependent_Sibling<M_Source, T_Dictionary_Entry> = _T_Reference_To_Circular_Dependent_Sibling<M_Source, T_Dictionary_Entry>;
28
+ export type Reference_To_Normal_Dictionary_Entry<M_Source, T_Dictionary_Entry> = _T_Reference_To_Normal_Dictionary_Entry<M_Source, T_Dictionary_Entry>;
29
+ export type Reference_To_Stacked_Dictionary_Entry<M_Source, T_Dictionary_Entry> = _T_Reference_To_Stacked_Dictionary_Entry<M_Source, T_Dictionary_Entry>;
30
+ export type State_Group<M_Source, T_SG> = _T_State_Group<M_Source, T_SG>;
31
31
  export declare namespace _T_Dictionary {
32
- type D<G_Source, T_D> = T_D;
32
+ type D<M_Source, T_D> = T_D;
33
33
  }
34
34
  export declare namespace _T_List {
35
- type L<G_Source, T_L> = T_L;
35
+ type L<M_Source, T_L> = T_L;
36
36
  }
37
37
  export declare namespace _T_Ordered_Dictionary {
38
38
  namespace dictionary {
39
- type D<G_Source, T_D> = T_D;
39
+ type D<M_Source, T_D> = T_D;
40
40
  }
41
- type dictionary<G_Source, T_D> = _pt.Dictionary<T_D>;
41
+ type dictionary<M_Source, T_D> = _pt.Dictionary<T_D>;
42
42
  namespace ordered_list {
43
43
  namespace L {
44
- type K<G_Source, T_D> = T_D;
44
+ type K<M_Source, T_D> = T_D;
45
45
  }
46
- type L<G_Source, T_D> = _pt.Key_Value_Pair<T_D>;
46
+ type L<M_Source, T_D> = _pt.Key_Value_Pair<T_D>;
47
47
  }
48
- type ordered_list<G_Source, T_D> = _pt.Array<_pt.Key_Value_Pair<T_D>>;
48
+ type ordered_list<M_Source, T_D> = _pt.Array<_pt.Key_Value_Pair<T_D>>;
49
49
  }
50
50
  export declare namespace _T_Reference_To_Circular_Dependent_Sibling {
51
51
  namespace entry {
52
- type C<G_Source, T_Dictionary_Entry> = T_Dictionary_Entry;
52
+ type C<M_Source, T_Dictionary_Entry> = T_Dictionary_Entry;
53
53
  }
54
- type entry<G_Source, T_Dictionary_Entry> = _pt.Computed_Value<T_Dictionary_Entry>;
55
- type key<G_Source, T_Dictionary_Entry> = string;
54
+ type entry<M_Source, T_Dictionary_Entry> = _pt.Computed_Value<T_Dictionary_Entry>;
55
+ type key<M_Source, T_Dictionary_Entry> = string;
56
56
  }
57
57
  export declare namespace _T_Reference_To_Normal_Dictionary_Entry {
58
- type entry<G_Source, T_Dictionary_Entry> = T_Dictionary_Entry;
59
- type key<G_Source, T_Dictionary_Entry> = string;
58
+ type entry<M_Source, T_Dictionary_Entry> = T_Dictionary_Entry;
59
+ type key<M_Source, T_Dictionary_Entry> = string;
60
60
  }
61
61
  export declare namespace _T_Reference_To_Stacked_Dictionary_Entry {
62
- type entry<G_Source, T_Dictionary_Entry> = T_Dictionary_Entry;
63
- type key<G_Source, T_Dictionary_Entry> = string;
64
- type up_steps<G_Source, T_Dictionary_Entry> = number;
62
+ type entry<M_Source, T_Dictionary_Entry> = T_Dictionary_Entry;
63
+ type key<M_Source, T_Dictionary_Entry> = string;
64
+ type up_steps<M_Source, T_Dictionary_Entry> = number;
65
65
  }
66
66
  export declare namespace Dictionary {
67
- type D<G_Source, T_D> = T_D;
67
+ type D<M_Source, T_D> = T_D;
68
68
  }
69
69
  export declare namespace List {
70
- type L<G_Source, T_L> = T_L;
70
+ type L<M_Source, T_L> = T_L;
71
71
  }
72
72
  export declare namespace Ordered_Dictionary {
73
73
  namespace dictionary {
74
- type D<G_Source, T_D> = T_D;
74
+ type D<M_Source, T_D> = T_D;
75
75
  }
76
- type dictionary<G_Source, T_D> = _pt.Dictionary<T_D>;
76
+ type dictionary<M_Source, T_D> = _pt.Dictionary<T_D>;
77
77
  namespace ordered_list {
78
78
  namespace L {
79
- type K<G_Source, T_D> = T_D;
79
+ type K<M_Source, T_D> = T_D;
80
80
  }
81
- type L<G_Source, T_D> = _pt.Key_Value_Pair<T_D>;
81
+ type L<M_Source, T_D> = _pt.Key_Value_Pair<T_D>;
82
82
  }
83
- type ordered_list<G_Source, T_D> = _pt.Array<_pt.Key_Value_Pair<T_D>>;
83
+ type ordered_list<M_Source, T_D> = _pt.Array<_pt.Key_Value_Pair<T_D>>;
84
84
  }
85
85
  export declare namespace Reference_To_Circular_Dependent_Sibling {
86
86
  namespace entry {
87
- type C<G_Source, T_Dictionary_Entry> = T_Dictionary_Entry;
87
+ type C<M_Source, T_Dictionary_Entry> = T_Dictionary_Entry;
88
88
  }
89
- type entry<G_Source, T_Dictionary_Entry> = _pt.Computed_Value<T_Dictionary_Entry>;
90
- type key<G_Source, T_Dictionary_Entry> = string;
89
+ type entry<M_Source, T_Dictionary_Entry> = _pt.Computed_Value<T_Dictionary_Entry>;
90
+ type key<M_Source, T_Dictionary_Entry> = string;
91
91
  }
92
92
  export declare namespace Reference_To_Normal_Dictionary_Entry {
93
- type entry<G_Source, T_Dictionary_Entry> = T_Dictionary_Entry;
94
- type key<G_Source, T_Dictionary_Entry> = string;
93
+ type entry<M_Source, T_Dictionary_Entry> = T_Dictionary_Entry;
94
+ type key<M_Source, T_Dictionary_Entry> = string;
95
95
  }
96
96
  export declare namespace Reference_To_Stacked_Dictionary_Entry {
97
- type entry<G_Source, T_Dictionary_Entry> = T_Dictionary_Entry;
98
- type key<G_Source, T_Dictionary_Entry> = string;
99
- type up_steps<G_Source, T_Dictionary_Entry> = number;
97
+ type entry<M_Source, T_Dictionary_Entry> = T_Dictionary_Entry;
98
+ type key<M_Source, T_Dictionary_Entry> = string;
99
+ type up_steps<M_Source, T_Dictionary_Entry> = number;
100
100
  }
@@ -1,19 +1,19 @@
1
1
  import * as _pt from 'exupery-core-types';
2
- export type _T_Dictionary<G_Source, T_D> = _pt.Dictionary<T_D>;
3
- export type _T_List<G_Source, T_L> = _pt.Array<T_L>;
4
- export type _T_State_Group<G_Source, T_SG> = T_SG;
5
- export type Dictionary<G_Source, T_D> = _T_Dictionary<G_Source, T_D>;
6
- export type List<G_Source, T_L> = _T_List<G_Source, T_L>;
7
- export type State_Group<G_Source, T_SG> = _T_State_Group<G_Source, T_SG>;
2
+ export type _T_Dictionary<M_Source, T_D> = _pt.Dictionary<T_D>;
3
+ export type _T_List<M_Source, T_L> = _pt.Array<T_L>;
4
+ export type _T_State_Group<M_Source, T_SG> = T_SG;
5
+ export type Dictionary<M_Source, T_D> = _T_Dictionary<M_Source, T_D>;
6
+ export type List<M_Source, T_L> = _T_List<M_Source, T_L>;
7
+ export type State_Group<M_Source, T_SG> = _T_State_Group<M_Source, T_SG>;
8
8
  export declare namespace _T_Dictionary {
9
- type D<G_Source, T_D> = T_D;
9
+ type D<M_Source, T_D> = T_D;
10
10
  }
11
11
  export declare namespace _T_List {
12
- type L<G_Source, T_L> = T_L;
12
+ type L<M_Source, T_L> = T_L;
13
13
  }
14
14
  export declare namespace Dictionary {
15
- type D<G_Source, T_D> = T_D;
15
+ type D<M_Source, T_D> = T_D;
16
16
  }
17
17
  export declare namespace List {
18
- type L<G_Source, T_L> = T_L;
18
+ type L<M_Source, T_L> = T_L;
19
19
  }
@@ -1,184 +1,181 @@
1
1
  import * as _pt from 'exupery-core-types';
2
- export type _T_Derived_Reference<G_Source, T_Type> = null;
3
- export type _T_Dictionary<G_Source, T_D> = {
2
+ export type _T_Derived_Reference<M_Source, T_Type> = null;
3
+ export type _T_Dictionary<M_Source, T_D> = {
4
4
  readonly 'dictionary': _pt.Dictionary<{
5
5
  readonly 'entry': T_D;
6
- readonly 'location': G_Source;
6
+ readonly 'location': M_Source;
7
7
  }>;
8
- readonly 'location': G_Source;
8
+ readonly 'location': M_Source;
9
9
  };
10
- export type _T_List<G_Source, T_L> = {
10
+ export type _T_List<M_Source, T_L> = {
11
11
  readonly 'list': _pt.Array<{
12
12
  readonly 'element': T_L;
13
- readonly 'location': G_Source;
13
+ readonly 'location': M_Source;
14
14
  }>;
15
- readonly 'location': G_Source;
15
+ readonly 'location': M_Source;
16
16
  };
17
- export type _T_Ordered_Dictionary<G_Source, T_D> = {
17
+ export type _T_Ordered_Dictionary<M_Source, T_D> = {
18
18
  readonly 'dictionary': _pt.Dictionary<{
19
19
  readonly 'entry': T_D;
20
- readonly 'location': G_Source;
20
+ readonly 'location': M_Source;
21
21
  }>;
22
- readonly 'location': G_Source;
22
+ readonly 'location': M_Source;
23
23
  };
24
- export type _T_Reference_To_Circular_Dependent_Sibling<G_Source, T_Dictionary_Entry> = {
24
+ export type _T_Reference_To_Circular_Dependent_Sibling<M_Source, T_Dictionary_Entry> = {
25
25
  readonly 'key': string;
26
- readonly 'location': G_Source;
26
+ readonly 'location': M_Source;
27
27
  };
28
- export type _T_Reference_To_Normal_Dictionary_Entry<G_Source, T_Dictionary_Entry> = {
28
+ export type _T_Reference_To_Normal_Dictionary_Entry<M_Source, T_Dictionary_Entry> = {
29
29
  readonly 'key': string;
30
- readonly 'location': G_Source;
30
+ readonly 'location': M_Source;
31
31
  };
32
- export type _T_Reference_To_Stacked_Dictionary_Entry<G_Source, T_Dictionary_Entry> = {
32
+ export type _T_Reference_To_Stacked_Dictionary_Entry<M_Source, T_Dictionary_Entry> = {
33
33
  readonly 'key': string;
34
- readonly 'location': G_Source;
35
- readonly 'up steps': number;
34
+ readonly 'location': M_Source;
36
35
  };
37
- export type _T_State_Group<G_Source, T_SG> = {
38
- readonly 'location': G_Source;
36
+ export type _T_State_Group<M_Source, T_SG> = {
37
+ readonly 'location': M_Source;
39
38
  readonly 'state group': T_SG;
40
39
  };
41
- export type Derived_Reference<G_Source, T_Type> = _T_Derived_Reference<G_Source, T_Type>;
42
- export type Dictionary<G_Source, T_D> = _T_Dictionary<G_Source, T_D>;
43
- export type List<G_Source, T_L> = _T_List<G_Source, T_L>;
44
- export type Ordered_Dictionary<G_Source, T_D> = _T_Ordered_Dictionary<G_Source, T_D>;
45
- export type Reference_To_Circular_Dependent_Sibling<G_Source, T_Dictionary_Entry> = _T_Reference_To_Circular_Dependent_Sibling<G_Source, T_Dictionary_Entry>;
46
- export type Reference_To_Normal_Dictionary_Entry<G_Source, T_Dictionary_Entry> = _T_Reference_To_Normal_Dictionary_Entry<G_Source, T_Dictionary_Entry>;
47
- export type Reference_To_Stacked_Dictionary_Entry<G_Source, T_Dictionary_Entry> = _T_Reference_To_Stacked_Dictionary_Entry<G_Source, T_Dictionary_Entry>;
48
- export type State_Group<G_Source, T_SG> = _T_State_Group<G_Source, T_SG>;
40
+ export type Derived_Reference<M_Source, T_Type> = _T_Derived_Reference<M_Source, T_Type>;
41
+ export type Dictionary<M_Source, T_D> = _T_Dictionary<M_Source, T_D>;
42
+ export type List<M_Source, T_L> = _T_List<M_Source, T_L>;
43
+ export type Ordered_Dictionary<M_Source, T_D> = _T_Ordered_Dictionary<M_Source, T_D>;
44
+ export type Reference_To_Circular_Dependent_Sibling<M_Source, T_Dictionary_Entry> = _T_Reference_To_Circular_Dependent_Sibling<M_Source, T_Dictionary_Entry>;
45
+ export type Reference_To_Normal_Dictionary_Entry<M_Source, T_Dictionary_Entry> = _T_Reference_To_Normal_Dictionary_Entry<M_Source, T_Dictionary_Entry>;
46
+ export type Reference_To_Stacked_Dictionary_Entry<M_Source, T_Dictionary_Entry> = _T_Reference_To_Stacked_Dictionary_Entry<M_Source, T_Dictionary_Entry>;
47
+ export type State_Group<M_Source, T_SG> = _T_State_Group<M_Source, T_SG>;
49
48
  export declare namespace _T_Dictionary {
50
49
  namespace dictionary {
51
50
  namespace D {
52
- type entry<G_Source, T_D> = T_D;
53
- type location<G_Source, T_D> = G_Source;
51
+ type entry<M_Source, T_D> = T_D;
52
+ type location<M_Source, T_D> = M_Source;
54
53
  }
55
- type D<G_Source, T_D> = {
54
+ type D<M_Source, T_D> = {
56
55
  readonly 'entry': T_D;
57
- readonly 'location': G_Source;
56
+ readonly 'location': M_Source;
58
57
  };
59
58
  }
60
- type dictionary<G_Source, T_D> = _pt.Dictionary<{
59
+ type dictionary<M_Source, T_D> = _pt.Dictionary<{
61
60
  readonly 'entry': T_D;
62
- readonly 'location': G_Source;
61
+ readonly 'location': M_Source;
63
62
  }>;
64
- type location<G_Source, T_D> = G_Source;
63
+ type location<M_Source, T_D> = M_Source;
65
64
  }
66
65
  export declare namespace _T_List {
67
66
  namespace list {
68
67
  namespace L {
69
- type element<G_Source, T_L> = T_L;
70
- type location<G_Source, T_L> = G_Source;
68
+ type element<M_Source, T_L> = T_L;
69
+ type location<M_Source, T_L> = M_Source;
71
70
  }
72
- type L<G_Source, T_L> = {
71
+ type L<M_Source, T_L> = {
73
72
  readonly 'element': T_L;
74
- readonly 'location': G_Source;
73
+ readonly 'location': M_Source;
75
74
  };
76
75
  }
77
- type list<G_Source, T_L> = _pt.Array<{
76
+ type list<M_Source, T_L> = _pt.Array<{
78
77
  readonly 'element': T_L;
79
- readonly 'location': G_Source;
78
+ readonly 'location': M_Source;
80
79
  }>;
81
- type location<G_Source, T_L> = G_Source;
80
+ type location<M_Source, T_L> = M_Source;
82
81
  }
83
82
  export declare namespace _T_Ordered_Dictionary {
84
83
  namespace dictionary {
85
84
  namespace D {
86
- type entry<G_Source, T_D> = T_D;
87
- type location<G_Source, T_D> = G_Source;
85
+ type entry<M_Source, T_D> = T_D;
86
+ type location<M_Source, T_D> = M_Source;
88
87
  }
89
- type D<G_Source, T_D> = {
88
+ type D<M_Source, T_D> = {
90
89
  readonly 'entry': T_D;
91
- readonly 'location': G_Source;
90
+ readonly 'location': M_Source;
92
91
  };
93
92
  }
94
- type dictionary<G_Source, T_D> = _pt.Dictionary<{
93
+ type dictionary<M_Source, T_D> = _pt.Dictionary<{
95
94
  readonly 'entry': T_D;
96
- readonly 'location': G_Source;
95
+ readonly 'location': M_Source;
97
96
  }>;
98
- type location<G_Source, T_D> = G_Source;
97
+ type location<M_Source, T_D> = M_Source;
99
98
  }
100
99
  export declare namespace _T_Reference_To_Circular_Dependent_Sibling {
101
- type key<G_Source, T_Dictionary_Entry> = string;
102
- type location<G_Source, T_Dictionary_Entry> = G_Source;
100
+ type key<M_Source, T_Dictionary_Entry> = string;
101
+ type location<M_Source, T_Dictionary_Entry> = M_Source;
103
102
  }
104
103
  export declare namespace _T_Reference_To_Normal_Dictionary_Entry {
105
- type key<G_Source, T_Dictionary_Entry> = string;
106
- type location<G_Source, T_Dictionary_Entry> = G_Source;
104
+ type key<M_Source, T_Dictionary_Entry> = string;
105
+ type location<M_Source, T_Dictionary_Entry> = M_Source;
107
106
  }
108
107
  export declare namespace _T_Reference_To_Stacked_Dictionary_Entry {
109
- type key<G_Source, T_Dictionary_Entry> = string;
110
- type location<G_Source, T_Dictionary_Entry> = G_Source;
111
- type up_steps<G_Source, T_Dictionary_Entry> = number;
108
+ type key<M_Source, T_Dictionary_Entry> = string;
109
+ type location<M_Source, T_Dictionary_Entry> = M_Source;
112
110
  }
113
111
  export declare namespace _T_State_Group {
114
- type location<G_Source, T_SG> = G_Source;
115
- type state_group<G_Source, T_SG> = T_SG;
112
+ type location<M_Source, T_SG> = M_Source;
113
+ type state_group<M_Source, T_SG> = T_SG;
116
114
  }
117
115
  export declare namespace Dictionary {
118
116
  namespace dictionary {
119
117
  namespace D {
120
- type entry<G_Source, T_D> = T_D;
121
- type location<G_Source, T_D> = G_Source;
118
+ type entry<M_Source, T_D> = T_D;
119
+ type location<M_Source, T_D> = M_Source;
122
120
  }
123
- type D<G_Source, T_D> = {
121
+ type D<M_Source, T_D> = {
124
122
  readonly 'entry': T_D;
125
- readonly 'location': G_Source;
123
+ readonly 'location': M_Source;
126
124
  };
127
125
  }
128
- type dictionary<G_Source, T_D> = _pt.Dictionary<{
126
+ type dictionary<M_Source, T_D> = _pt.Dictionary<{
129
127
  readonly 'entry': T_D;
130
- readonly 'location': G_Source;
128
+ readonly 'location': M_Source;
131
129
  }>;
132
- type location<G_Source, T_D> = G_Source;
130
+ type location<M_Source, T_D> = M_Source;
133
131
  }
134
132
  export declare namespace List {
135
133
  namespace list {
136
134
  namespace L {
137
- type element<G_Source, T_L> = T_L;
138
- type location<G_Source, T_L> = G_Source;
135
+ type element<M_Source, T_L> = T_L;
136
+ type location<M_Source, T_L> = M_Source;
139
137
  }
140
- type L<G_Source, T_L> = {
138
+ type L<M_Source, T_L> = {
141
139
  readonly 'element': T_L;
142
- readonly 'location': G_Source;
140
+ readonly 'location': M_Source;
143
141
  };
144
142
  }
145
- type list<G_Source, T_L> = _pt.Array<{
143
+ type list<M_Source, T_L> = _pt.Array<{
146
144
  readonly 'element': T_L;
147
- readonly 'location': G_Source;
145
+ readonly 'location': M_Source;
148
146
  }>;
149
- type location<G_Source, T_L> = G_Source;
147
+ type location<M_Source, T_L> = M_Source;
150
148
  }
151
149
  export declare namespace Ordered_Dictionary {
152
150
  namespace dictionary {
153
151
  namespace D {
154
- type entry<G_Source, T_D> = T_D;
155
- type location<G_Source, T_D> = G_Source;
152
+ type entry<M_Source, T_D> = T_D;
153
+ type location<M_Source, T_D> = M_Source;
156
154
  }
157
- type D<G_Source, T_D> = {
155
+ type D<M_Source, T_D> = {
158
156
  readonly 'entry': T_D;
159
- readonly 'location': G_Source;
157
+ readonly 'location': M_Source;
160
158
  };
161
159
  }
162
- type dictionary<G_Source, T_D> = _pt.Dictionary<{
160
+ type dictionary<M_Source, T_D> = _pt.Dictionary<{
163
161
  readonly 'entry': T_D;
164
- readonly 'location': G_Source;
162
+ readonly 'location': M_Source;
165
163
  }>;
166
- type location<G_Source, T_D> = G_Source;
164
+ type location<M_Source, T_D> = M_Source;
167
165
  }
168
166
  export declare namespace Reference_To_Circular_Dependent_Sibling {
169
- type key<G_Source, T_Dictionary_Entry> = string;
170
- type location<G_Source, T_Dictionary_Entry> = G_Source;
167
+ type key<M_Source, T_Dictionary_Entry> = string;
168
+ type location<M_Source, T_Dictionary_Entry> = M_Source;
171
169
  }
172
170
  export declare namespace Reference_To_Normal_Dictionary_Entry {
173
- type key<G_Source, T_Dictionary_Entry> = string;
174
- type location<G_Source, T_Dictionary_Entry> = G_Source;
171
+ type key<M_Source, T_Dictionary_Entry> = string;
172
+ type location<M_Source, T_Dictionary_Entry> = M_Source;
175
173
  }
176
174
  export declare namespace Reference_To_Stacked_Dictionary_Entry {
177
- type key<G_Source, T_Dictionary_Entry> = string;
178
- type location<G_Source, T_Dictionary_Entry> = G_Source;
179
- type up_steps<G_Source, T_Dictionary_Entry> = number;
175
+ type key<M_Source, T_Dictionary_Entry> = string;
176
+ type location<M_Source, T_Dictionary_Entry> = M_Source;
180
177
  }
181
178
  export declare namespace State_Group {
182
- type location<G_Source, T_SG> = G_Source;
183
- type state_group<G_Source, T_SG> = T_SG;
179
+ type location<M_Source, T_SG> = M_Source;
180
+ type state_group<M_Source, T_SG> = T_SG;
184
181
  }