pareto 0.76.28 → 0.76.30

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 (524) 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/marshall.d.ts +3 -0
  8. package/dist/generated/implementation/schemas/module/{serializer.js → marshall.js} +3 -3
  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/marshall.d.ts +37 -0
  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/marshall.d.ts +6 -0
  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/unmarshall.d.ts +1 -0
  25. package/dist/generated/implementation/schemas/unmarshall_result/{serializer.js → unmarshall.js} +1 -1
  26. package/dist/generated/interface/core/astn_source.d.ts +14 -16
  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/marshall.d.ts +63 -0
  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.js +3 -0
  47. package/dist/generated/interface/schemas/schema/{resolve.d.ts → data_types/resolve.d.ts} +1269 -1123
  48. package/dist/generated/interface/schemas/{module → schema/data_types}/resolve.js +1 -1
  49. package/dist/generated/interface/schemas/schema/{resolved.d.ts → data_types/resolved.d.ts} +61 -29
  50. package/dist/generated/interface/schemas/schema/data_types/resolved.js +3 -0
  51. package/dist/generated/interface/schemas/schema/data_types/unresolved.d.ts +3786 -0
  52. package/dist/generated/interface/schemas/schema/data_types/unresolved.js +3 -0
  53. package/dist/generated/interface/schemas/schema/{serializer.d.ts → marshall.d.ts} +297 -280
  54. package/dist/generated/interface/schemas/{module/resolved.js → schema/marshall.js} +1 -1
  55. package/dist/generated/interface/schemas/schema/{migration_boilerplate.d.ts → migrate_boilerplate.d.ts} +50 -2
  56. package/dist/generated/interface/schemas/schema/migrate_boilerplate.js +3 -0
  57. package/dist/generated/interface/schemas/schema/unmarshall.d.ts +1299 -0
  58. package/dist/generated/interface/schemas/{module/unresolved.js → schema/unmarshall.js} +1 -1
  59. package/dist/generated/interface/schemas/schema/value_deserializers.d.ts +44 -0
  60. package/dist/generated/interface/schemas/schema/value_deserializers.js +3 -0
  61. package/dist/generated/interface/schemas/schema/value_serializers.d.ts +44 -0
  62. package/dist/generated/interface/schemas/schema/value_serializers.js +3 -0
  63. package/dist/generated/interface/schemas/unmarshall_errors/{unconstrained.d.ts → data_types/unconstrained.d.ts} +46 -23
  64. package/dist/generated/interface/schemas/unmarshall_errors/{unconstrained.js → data_types/unconstrained.js} +1 -1
  65. package/dist/generated/interface/schemas/unmarshall_errors/marshall.d.ts +153 -0
  66. package/dist/generated/interface/schemas/unmarshall_errors/marshall.js +3 -0
  67. package/dist/generated/interface/schemas/unmarshall_errors/{migration_boilerplate.d.ts → migrate_boilerplate.d.ts} +24 -2
  68. package/dist/generated/interface/schemas/unmarshall_errors/migrate_boilerplate.js +3 -0
  69. package/dist/generated/interface/schemas/unmarshall_errors/unmarshall.d.ts +153 -0
  70. package/dist/generated/interface/schemas/{schema/serializer.js → unmarshall_errors/unmarshall.js} +1 -1
  71. package/dist/generated/interface/schemas/unmarshall_errors/value_deserializers.d.ts +44 -0
  72. package/dist/generated/interface/schemas/unmarshall_errors/value_deserializers.js +3 -0
  73. package/dist/generated/interface/schemas/unmarshall_errors/value_serializers.d.ts +44 -0
  74. package/dist/generated/interface/schemas/unmarshall_errors/value_serializers.js +3 -0
  75. package/dist/generated/interface/schemas/unmarshall_result/data_types/unconstrained.d.ts +1 -0
  76. package/dist/generated/interface/schemas/unmarshall_result/{unconstrained.js → data_types/unconstrained.js} +1 -1
  77. package/dist/generated/interface/schemas/unmarshall_result/marshall.d.ts +1 -0
  78. package/dist/generated/interface/schemas/unmarshall_result/marshall.js +7 -0
  79. package/dist/generated/interface/schemas/unmarshall_result/migrate_boilerplate.d.ts +1 -0
  80. package/dist/generated/interface/schemas/unmarshall_result/migrate_boilerplate.js +7 -0
  81. package/dist/generated/interface/schemas/unmarshall_result/unmarshall.d.ts +1 -0
  82. package/dist/generated/interface/schemas/unmarshall_result/unmarshall.js +7 -0
  83. package/dist/generated/interface/schemas/unmarshall_result/value_deserializers.d.ts +44 -0
  84. package/dist/generated/interface/schemas/unmarshall_result/value_deserializers.js +3 -0
  85. package/dist/generated/interface/schemas/unmarshall_result/value_serializers.d.ts +44 -0
  86. package/dist/generated/interface/schemas/unmarshall_result/value_serializers.js +3 -0
  87. package/dist/other/compile_astn.d.ts +3 -0
  88. package/dist/other/compile_astn.js +67 -0
  89. package/dist/other/fp_write_to_console.d.ts +5 -0
  90. package/dist/other/fp_write_to_console.js +38 -0
  91. package/dist/other/load_astn_document.d.ts +11 -0
  92. package/dist/other/load_astn_document.js +84 -0
  93. package/dist/other/load_schema.d.ts +5 -0
  94. package/dist/other/load_schema.js +94 -0
  95. package/dist/other/path.d.ts +3 -0
  96. package/dist/other/path.js +39 -0
  97. package/dist/other/serialize_schemas.d.ts +3 -0
  98. package/dist/other/serialize_schemas.js +67 -0
  99. package/dist/other/test.d.ts +1 -0
  100. package/dist/other/test.js +81 -0
  101. package/dist/other/unmarshall_astn_ast.d.ts +12 -0
  102. package/dist/other/unmarshall_astn_ast.js +422 -0
  103. package/dist/other/validate_instance_against_directory_schema.d.ts +12 -0
  104. package/dist/other/validate_instance_against_directory_schema.js +142 -0
  105. package/dist/resolvers/module.d.ts +3 -4
  106. package/dist/resolvers/module.js +14 -14
  107. package/dist/resolvers/schema.d.ts +24 -23
  108. package/dist/resolvers/schema.js +618 -586
  109. package/dist/shorthands/module.d.ts +3 -3
  110. package/dist/shorthands/module.js +8 -8
  111. package/dist/shorthands/schema.d.ts +53 -10
  112. package/dist/shorthands/schema.js +288 -244
  113. package/dist/temp_unmashall_result_types.d.ts +41 -23
  114. package/dist/temporary_schemas/accounting_ruwe_data/module.astn.d.ts +3 -0
  115. package/dist/temporary_schemas/accounting_ruwe_data/module.astn.js +8 -0
  116. package/dist/temporary_schemas/accounting_ruwe_data/operations.astn.d.ts +3 -0
  117. package/dist/temporary_schemas/accounting_ruwe_data/operations.astn.js +78 -0
  118. package/dist/temporary_schemas/accounting_ruwe_data/schema_tree.astn.d.ts +3 -0
  119. package/dist/temporary_schemas/accounting_ruwe_data/schema_tree.astn.js +36 -0
  120. package/dist/temporary_schemas/accounting_ruwe_data/schemas/alan_light_oldstyle/$.globals.astn.d.ts +3 -0
  121. package/dist/temporary_schemas/accounting_ruwe_data/schemas/alan_light_oldstyle/$.globals.astn.js +8 -0
  122. package/dist/temporary_schemas/accounting_ruwe_data/schemas/alan_light_oldstyle/$.module.astn.d.ts +3 -0
  123. package/dist/temporary_schemas/accounting_ruwe_data/schemas/alan_light_oldstyle/$.module.astn.js +8 -0
  124. package/dist/temporary_schemas/accounting_ruwe_data/schemas/alan_light_oldstyle/$.types.astn.d.ts +8 -0
  125. package/dist/temporary_schemas/accounting_ruwe_data/schemas/alan_light_oldstyle/$.types.astn.js +63 -0
  126. package/dist/temporary_schemas/accounting_ruwe_data/schemas/boekhouding/$.globals.astn.d.ts +3 -0
  127. package/dist/temporary_schemas/accounting_ruwe_data/schemas/boekhouding/$.globals.astn.js +16 -0
  128. package/dist/temporary_schemas/accounting_ruwe_data/schemas/boekhouding/$.module.astn.d.ts +3 -0
  129. package/dist/temporary_schemas/accounting_ruwe_data/schemas/boekhouding/$.module.astn.js +10 -0
  130. package/dist/temporary_schemas/accounting_ruwe_data/schemas/boekhouding/$.resolvers.astn.d.ts +3 -0
  131. package/dist/temporary_schemas/accounting_ruwe_data/schemas/boekhouding/$.resolvers.astn.js +398 -0
  132. package/dist/temporary_schemas/accounting_ruwe_data/schemas/boekhouding/$.signatures.astn.d.ts +3 -0
  133. package/dist/temporary_schemas/accounting_ruwe_data/schemas/boekhouding/$.signatures.astn.js +49 -0
  134. package/dist/temporary_schemas/accounting_ruwe_data/schemas/boekhouding/$.types.astn.d.ts +3 -0
  135. package/dist/temporary_schemas/accounting_ruwe_data/schemas/boekhouding/$.types.astn.js +364 -0
  136. package/dist/temporary_schemas/accounting_ruwe_data/schemas/boekhouding_oude_model/$.globals.astn.d.ts +3 -0
  137. package/dist/temporary_schemas/accounting_ruwe_data/schemas/boekhouding_oude_model/$.globals.astn.js +17 -0
  138. package/dist/temporary_schemas/accounting_ruwe_data/schemas/boekhouding_oude_model/$.module.astn.d.ts +3 -0
  139. package/dist/temporary_schemas/accounting_ruwe_data/schemas/boekhouding_oude_model/$.module.astn.js +8 -0
  140. package/dist/temporary_schemas/accounting_ruwe_data/schemas/boekhouding_oude_model/$.types.astn.d.ts +3 -0
  141. package/dist/temporary_schemas/accounting_ruwe_data/schemas/boekhouding_oude_model/$.types.astn.js +365 -0
  142. package/dist/temporary_schemas/accounting_ruwe_data/schemas/builder_configuration/$.globals.astn.d.ts +3 -0
  143. package/dist/temporary_schemas/accounting_ruwe_data/schemas/builder_configuration/$.globals.astn.js +6 -0
  144. package/dist/temporary_schemas/accounting_ruwe_data/schemas/builder_configuration/$.module.astn.d.ts +3 -0
  145. package/dist/temporary_schemas/accounting_ruwe_data/schemas/builder_configuration/$.module.astn.js +8 -0
  146. package/dist/temporary_schemas/accounting_ruwe_data/schemas/builder_configuration/$.types.astn.d.ts +3 -0
  147. package/dist/temporary_schemas/accounting_ruwe_data/schemas/builder_configuration/$.types.astn.js +48 -0
  148. package/dist/temporary_schemas/accounting_ruwe_data/schemas/csv/$.globals.astn.d.ts +3 -0
  149. package/dist/temporary_schemas/accounting_ruwe_data/schemas/csv/$.globals.astn.js +6 -0
  150. package/dist/temporary_schemas/accounting_ruwe_data/schemas/csv/$.module.astn.d.ts +3 -0
  151. package/dist/temporary_schemas/accounting_ruwe_data/schemas/csv/$.module.astn.js +8 -0
  152. package/dist/temporary_schemas/accounting_ruwe_data/schemas/csv/$.types.astn.d.ts +3 -0
  153. package/dist/temporary_schemas/accounting_ruwe_data/schemas/csv/$.types.astn.js +21 -0
  154. package/dist/temporary_schemas/accounting_ruwe_data/schemas/html/$.globals.astn.d.ts +3 -0
  155. package/dist/temporary_schemas/accounting_ruwe_data/schemas/html/$.globals.astn.js +8 -0
  156. package/dist/temporary_schemas/accounting_ruwe_data/schemas/html/$.module.astn.d.ts +3 -0
  157. package/dist/temporary_schemas/accounting_ruwe_data/schemas/html/$.module.astn.js +8 -0
  158. package/dist/temporary_schemas/accounting_ruwe_data/schemas/html/$.types.astn.d.ts +3 -0
  159. package/dist/temporary_schemas/accounting_ruwe_data/schemas/html/$.types.astn.js +631 -0
  160. package/dist/temporary_schemas/accounting_ruwe_data/schemas/json/annotated/$.globals.astn.d.ts +3 -0
  161. package/dist/temporary_schemas/accounting_ruwe_data/schemas/json/annotated/$.globals.astn.js +10 -0
  162. package/dist/temporary_schemas/accounting_ruwe_data/schemas/json/annotated/$.module.astn.d.ts +3 -0
  163. package/dist/temporary_schemas/accounting_ruwe_data/schemas/json/annotated/$.module.astn.js +8 -0
  164. package/dist/temporary_schemas/accounting_ruwe_data/schemas/json/annotated/$.types.astn.d.ts +3 -0
  165. package/dist/temporary_schemas/accounting_ruwe_data/schemas/json/annotated/$.types.astn.js +53 -0
  166. package/dist/temporary_schemas/accounting_ruwe_data/schemas/json/simple/$.globals.astn.d.ts +3 -0
  167. package/dist/temporary_schemas/accounting_ruwe_data/schemas/json/simple/$.globals.astn.js +10 -0
  168. package/dist/temporary_schemas/accounting_ruwe_data/schemas/json/simple/$.module.astn.d.ts +3 -0
  169. package/dist/temporary_schemas/accounting_ruwe_data/schemas/json/simple/$.module.astn.js +8 -0
  170. package/dist/temporary_schemas/accounting_ruwe_data/schemas/json/simple/$.types.astn.d.ts +3 -0
  171. package/dist/temporary_schemas/accounting_ruwe_data/schemas/json/simple/$.types.astn.js +17 -0
  172. package/dist/temporary_schemas/accounting_ruwe_data/schemas/json_schema/$.globals.astn.d.ts +3 -0
  173. package/dist/temporary_schemas/accounting_ruwe_data/schemas/json_schema/$.globals.astn.js +13 -0
  174. package/dist/temporary_schemas/accounting_ruwe_data/schemas/json_schema/$.module.astn.d.ts +3 -0
  175. package/dist/temporary_schemas/accounting_ruwe_data/schemas/json_schema/$.module.astn.js +8 -0
  176. package/dist/temporary_schemas/accounting_ruwe_data/schemas/json_schema/$.types.astn.d.ts +3 -0
  177. package/dist/temporary_schemas/accounting_ruwe_data/schemas/json_schema/$.types.astn.js +51 -0
  178. package/dist/temporary_schemas/accounting_ruwe_data/schemas/legacy_schema/$.globals.astn.d.ts +3 -0
  179. package/dist/temporary_schemas/accounting_ruwe_data/schemas/legacy_schema/$.globals.astn.js +6 -0
  180. package/dist/temporary_schemas/accounting_ruwe_data/schemas/legacy_schema/$.module.astn.d.ts +3 -0
  181. package/dist/temporary_schemas/accounting_ruwe_data/schemas/legacy_schema/$.module.astn.js +8 -0
  182. package/dist/temporary_schemas/accounting_ruwe_data/schemas/legacy_schema/$.types.astn.d.ts +3 -0
  183. package/dist/temporary_schemas/accounting_ruwe_data/schemas/legacy_schema/$.types.astn.js +74 -0
  184. package/dist/temporary_schemas/accounting_ruwe_data/schemas/railroad_diagram/$.globals.astn.d.ts +3 -0
  185. package/dist/temporary_schemas/accounting_ruwe_data/schemas/railroad_diagram/$.globals.astn.js +8 -0
  186. package/dist/temporary_schemas/accounting_ruwe_data/schemas/railroad_diagram/$.module.astn.d.ts +3 -0
  187. package/dist/temporary_schemas/accounting_ruwe_data/schemas/railroad_diagram/$.module.astn.js +8 -0
  188. package/dist/temporary_schemas/accounting_ruwe_data/schemas/railroad_diagram/$.types.astn.d.ts +3 -0
  189. package/dist/temporary_schemas/accounting_ruwe_data/schemas/railroad_diagram/$.types.astn.js +50 -0
  190. package/dist/temporary_schemas/accounting_ruwe_data/schemas/regular_expression/$.globals.astn.d.ts +3 -0
  191. package/dist/temporary_schemas/accounting_ruwe_data/schemas/regular_expression/$.globals.astn.js +10 -0
  192. package/dist/temporary_schemas/accounting_ruwe_data/schemas/regular_expression/$.module.astn.d.ts +3 -0
  193. package/dist/temporary_schemas/accounting_ruwe_data/schemas/regular_expression/$.module.astn.js +8 -0
  194. package/dist/temporary_schemas/accounting_ruwe_data/schemas/regular_expression/$.types.astn.d.ts +3 -0
  195. package/dist/temporary_schemas/accounting_ruwe_data/schemas/regular_expression/$.types.astn.js +40 -0
  196. package/dist/temporary_schemas/accounting_ruwe_data/schemas/semantic_versioning/$.globals.astn.d.ts +3 -0
  197. package/dist/temporary_schemas/accounting_ruwe_data/schemas/semantic_versioning/$.globals.astn.js +8 -0
  198. package/dist/temporary_schemas/accounting_ruwe_data/schemas/semantic_versioning/$.module.astn.d.ts +3 -0
  199. package/dist/temporary_schemas/accounting_ruwe_data/schemas/semantic_versioning/$.module.astn.js +8 -0
  200. package/dist/temporary_schemas/accounting_ruwe_data/schemas/semantic_versioning/$.types.astn.d.ts +3 -0
  201. package/dist/temporary_schemas/accounting_ruwe_data/schemas/semantic_versioning/$.types.astn.js +18 -0
  202. package/dist/temporary_schemas/accounting_ruwe_data/schemas/xml/parse_result/$.globals.astn.d.ts +3 -0
  203. package/dist/temporary_schemas/accounting_ruwe_data/schemas/xml/parse_result/$.globals.astn.js +10 -0
  204. package/dist/temporary_schemas/accounting_ruwe_data/schemas/xml/parse_result/$.module.astn.d.ts +3 -0
  205. package/dist/temporary_schemas/accounting_ruwe_data/schemas/xml/parse_result/$.module.astn.js +8 -0
  206. package/dist/temporary_schemas/accounting_ruwe_data/schemas/xml/parse_result/$.types.astn.d.ts +3 -0
  207. package/dist/temporary_schemas/accounting_ruwe_data/schemas/xml/parse_result/$.types.astn.js +63 -0
  208. package/dist/temporary_schemas/accounting_ruwe_data/schemas/xml/simple/$.globals.astn.d.ts +3 -0
  209. package/dist/temporary_schemas/accounting_ruwe_data/schemas/xml/simple/$.globals.astn.js +10 -0
  210. package/dist/temporary_schemas/accounting_ruwe_data/schemas/xml/simple/$.module.astn.d.ts +3 -0
  211. package/dist/temporary_schemas/accounting_ruwe_data/schemas/xml/simple/$.module.astn.js +8 -0
  212. package/dist/temporary_schemas/accounting_ruwe_data/schemas/xml/simple/$.types.astn.d.ts +3 -0
  213. package/dist/temporary_schemas/accounting_ruwe_data/schemas/xml/simple/$.types.astn.js +31 -0
  214. package/dist/temporary_schemas/accounting_ruwe_data/schemas.astn.d.ts +3 -0
  215. package/dist/temporary_schemas/accounting_ruwe_data/schemas.astn.js +36 -0
  216. package/dist/temporary_schemas/all.d.ts +3 -0
  217. package/dist/temporary_schemas/all.js +44 -0
  218. package/dist/temporary_schemas/astn/module.astn.d.ts +3 -0
  219. package/dist/temporary_schemas/astn/module.astn.js +8 -0
  220. package/dist/temporary_schemas/astn/operations.astn.d.ts +3 -0
  221. package/dist/temporary_schemas/astn/operations.astn.js +6 -0
  222. package/dist/temporary_schemas/astn/schema_tree.astn.d.ts +3 -0
  223. package/dist/temporary_schemas/astn/schema_tree.astn.js +17 -0
  224. package/dist/temporary_schemas/astn/schemas/ast/$.globals.astn.d.ts +3 -0
  225. package/dist/temporary_schemas/astn/schemas/ast/$.globals.astn.js +6 -0
  226. package/dist/temporary_schemas/astn/schemas/ast/$.module.astn.d.ts +3 -0
  227. package/dist/temporary_schemas/astn/schemas/ast/$.module.astn.js +10 -0
  228. package/dist/temporary_schemas/astn/schemas/ast/$.types.astn.d.ts +3 -0
  229. package/dist/temporary_schemas/astn/schemas/ast/$.types.astn.js +85 -0
  230. package/dist/temporary_schemas/astn/schemas/ide/$.globals.astn.d.ts +3 -0
  231. package/dist/temporary_schemas/astn/schemas/ide/$.globals.astn.js +6 -0
  232. package/dist/temporary_schemas/astn/schemas/ide/$.module.astn.d.ts +3 -0
  233. package/dist/temporary_schemas/astn/schemas/ide/$.module.astn.js +10 -0
  234. package/dist/temporary_schemas/astn/schemas/ide/$.types.astn.d.ts +3 -0
  235. package/dist/temporary_schemas/astn/schemas/ide/$.types.astn.js +25 -0
  236. package/dist/temporary_schemas/astn/schemas/parse_result/$.globals.astn.d.ts +3 -0
  237. package/dist/temporary_schemas/astn/schemas/parse_result/$.globals.astn.js +6 -0
  238. package/dist/temporary_schemas/astn/schemas/parse_result/$.module.astn.d.ts +3 -0
  239. package/dist/temporary_schemas/astn/schemas/parse_result/$.module.astn.js +11 -0
  240. package/dist/temporary_schemas/astn/schemas/parse_result/$.types.astn.d.ts +3 -0
  241. package/dist/temporary_schemas/astn/schemas/parse_result/$.types.astn.js +49 -0
  242. package/dist/temporary_schemas/astn/schemas/target/$.globals.astn.d.ts +3 -0
  243. package/dist/temporary_schemas/astn/schemas/target/$.globals.astn.js +10 -0
  244. package/dist/temporary_schemas/astn/schemas/target/$.module.astn.d.ts +3 -0
  245. package/dist/temporary_schemas/astn/schemas/target/$.module.astn.js +8 -0
  246. package/dist/temporary_schemas/astn/schemas/target/$.types.astn.d.ts +3 -0
  247. package/dist/temporary_schemas/astn/schemas/target/$.types.astn.js +31 -0
  248. package/dist/temporary_schemas/astn/schemas/token/$.globals.astn.d.ts +3 -0
  249. package/dist/temporary_schemas/astn/schemas/token/$.globals.astn.js +6 -0
  250. package/dist/temporary_schemas/astn/schemas/token/$.module.astn.d.ts +3 -0
  251. package/dist/temporary_schemas/astn/schemas/token/$.module.astn.js +8 -0
  252. package/dist/temporary_schemas/astn/schemas/token/$.types.astn.d.ts +3 -0
  253. package/dist/temporary_schemas/astn/schemas/token/$.types.astn.js +75 -0
  254. package/dist/temporary_schemas/astn/schemas.astn.d.ts +3 -0
  255. package/dist/temporary_schemas/astn/schemas.astn.js +17 -0
  256. package/dist/temporary_schemas/exupery/module.astn.d.ts +3 -0
  257. package/dist/temporary_schemas/exupery/module.astn.js +8 -0
  258. package/dist/temporary_schemas/exupery/operations.astn.d.ts +3 -0
  259. package/dist/temporary_schemas/exupery/operations.astn.js +78 -0
  260. package/dist/temporary_schemas/exupery/schema_tree.astn.d.ts +3 -0
  261. package/dist/temporary_schemas/exupery/schema_tree.astn.js +13 -0
  262. package/dist/temporary_schemas/exupery/schemas/implementation/$.globals.astn.d.ts +3 -0
  263. package/dist/temporary_schemas/exupery/schemas/implementation/$.globals.astn.js +10 -0
  264. package/dist/temporary_schemas/exupery/schemas/implementation/$.module.astn.d.ts +3 -0
  265. package/dist/temporary_schemas/exupery/schemas/implementation/$.module.astn.js +12 -0
  266. package/dist/temporary_schemas/exupery/schemas/implementation/$.resolvers.astn.d.ts +3 -0
  267. package/dist/temporary_schemas/exupery/schemas/implementation/$.resolvers.astn.js +156 -0
  268. package/dist/temporary_schemas/exupery/schemas/implementation/$.signatures.astn.d.ts +3 -0
  269. package/dist/temporary_schemas/exupery/schemas/implementation/$.signatures.astn.js +14 -0
  270. package/dist/temporary_schemas/exupery/schemas/implementation/$.types.astn.d.ts +3 -0
  271. package/dist/temporary_schemas/exupery/schemas/implementation/$.types.astn.js +166 -0
  272. package/dist/temporary_schemas/exupery/schemas/interface/$.globals.astn.d.ts +3 -0
  273. package/dist/temporary_schemas/exupery/schemas/interface/$.globals.astn.js +9 -0
  274. package/dist/temporary_schemas/exupery/schemas/interface/$.module.astn.d.ts +3 -0
  275. package/dist/temporary_schemas/exupery/schemas/interface/$.module.astn.js +10 -0
  276. package/dist/temporary_schemas/exupery/schemas/interface/$.resolvers.astn.d.ts +3 -0
  277. package/dist/temporary_schemas/exupery/schemas/interface/$.resolvers.astn.js +83 -0
  278. package/dist/temporary_schemas/exupery/schemas/interface/$.signatures.astn.d.ts +3 -0
  279. package/dist/temporary_schemas/exupery/schemas/interface/$.signatures.astn.js +14 -0
  280. package/dist/temporary_schemas/exupery/schemas/interface/$.types.astn.d.ts +3 -0
  281. package/dist/temporary_schemas/exupery/schemas/interface/$.types.astn.js +83 -0
  282. package/dist/temporary_schemas/exupery/schemas/typescript_light/$.globals.astn.d.ts +3 -0
  283. package/dist/temporary_schemas/exupery/schemas/typescript_light/$.globals.astn.js +9 -0
  284. package/dist/temporary_schemas/exupery/schemas/typescript_light/$.module.astn.d.ts +3 -0
  285. package/dist/temporary_schemas/exupery/schemas/typescript_light/$.module.astn.js +8 -0
  286. package/dist/temporary_schemas/exupery/schemas/typescript_light/$.types.astn.d.ts +3 -0
  287. package/dist/temporary_schemas/exupery/schemas/typescript_light/$.types.astn.js +130 -0
  288. package/dist/temporary_schemas/exupery/schemas.astn.d.ts +3 -0
  289. package/dist/temporary_schemas/exupery/schemas.astn.js +13 -0
  290. package/dist/temporary_schemas/pareto/module.astn.d.ts +3 -0
  291. package/dist/temporary_schemas/pareto/module.astn.js +8 -0
  292. package/dist/temporary_schemas/pareto/operations.astn.d.ts +3 -0
  293. package/dist/temporary_schemas/pareto/operations.astn.js +78 -0
  294. package/dist/temporary_schemas/pareto/schema_tree.astn.d.ts +3 -0
  295. package/dist/temporary_schemas/pareto/schema_tree.astn.js +15 -0
  296. package/dist/temporary_schemas/pareto/schemas/module/$.globals.astn.d.ts +3 -0
  297. package/dist/temporary_schemas/pareto/schemas/module/$.globals.astn.js +6 -0
  298. package/dist/temporary_schemas/pareto/schemas/module/$.module.astn.d.ts +3 -0
  299. package/dist/temporary_schemas/pareto/schemas/module/$.module.astn.js +12 -0
  300. package/dist/temporary_schemas/pareto/schemas/module/$.resolvers.astn.d.ts +3 -0
  301. package/dist/temporary_schemas/pareto/schemas/module/$.resolvers.astn.js +45 -0
  302. package/dist/temporary_schemas/pareto/schemas/module/$.signatures.astn.d.ts +3 -0
  303. package/dist/temporary_schemas/pareto/schemas/module/$.signatures.astn.js +11 -0
  304. package/dist/temporary_schemas/pareto/schemas/module/$.types.astn.d.ts +3 -0
  305. package/dist/temporary_schemas/pareto/schemas/module/$.types.astn.js +20 -0
  306. package/dist/temporary_schemas/pareto/schemas/schema/$.globals.astn.d.ts +3 -0
  307. package/dist/temporary_schemas/pareto/schemas/schema/$.globals.astn.js +6 -0
  308. package/dist/temporary_schemas/pareto/schemas/schema/$.module.astn.d.ts +3 -0
  309. package/dist/temporary_schemas/pareto/schemas/schema/$.module.astn.js +10 -0
  310. package/dist/temporary_schemas/pareto/schemas/schema/$.resolvers.astn.d.ts +3 -0
  311. package/dist/temporary_schemas/pareto/schemas/schema/$.resolvers.astn.js +615 -0
  312. package/dist/temporary_schemas/pareto/schemas/schema/$.signatures.astn.d.ts +3 -0
  313. package/dist/temporary_schemas/pareto/schemas/schema/$.signatures.astn.js +133 -0
  314. package/dist/temporary_schemas/pareto/schemas/schema/$.types.astn.d.ts +3 -0
  315. package/dist/temporary_schemas/pareto/schemas/schema/$.types.astn.js +391 -0
  316. package/dist/temporary_schemas/pareto/schemas/unmarshall_errors/$.globals.astn.d.ts +3 -0
  317. package/dist/temporary_schemas/pareto/schemas/unmarshall_errors/$.globals.astn.js +6 -0
  318. package/dist/temporary_schemas/pareto/schemas/unmarshall_errors/$.module.astn.d.ts +3 -0
  319. package/dist/temporary_schemas/pareto/schemas/unmarshall_errors/$.module.astn.js +8 -0
  320. package/dist/temporary_schemas/pareto/schemas/unmarshall_errors/$.types.astn.d.ts +3 -0
  321. package/dist/temporary_schemas/pareto/schemas/unmarshall_errors/$.types.astn.js +62 -0
  322. package/dist/temporary_schemas/pareto/schemas/unmarshall_result/$.globals.astn.d.ts +3 -0
  323. package/dist/temporary_schemas/pareto/schemas/unmarshall_result/$.globals.astn.js +6 -0
  324. package/dist/temporary_schemas/pareto/schemas/unmarshall_result/$.module.astn.d.ts +3 -0
  325. package/dist/temporary_schemas/pareto/schemas/unmarshall_result/$.module.astn.js +10 -0
  326. package/dist/temporary_schemas/pareto/schemas/unmarshall_result/$.types.astn.d.ts +3 -0
  327. package/dist/temporary_schemas/pareto/schemas/unmarshall_result/$.types.astn.js +136 -0
  328. package/dist/temporary_schemas/pareto/schemas.astn.d.ts +3 -0
  329. package/dist/temporary_schemas/pareto/schemas.astn.js +15 -0
  330. package/dist/temporary_schemas/pareto-fountain-pen/module.astn.d.ts +3 -0
  331. package/dist/temporary_schemas/pareto-fountain-pen/module.astn.js +8 -0
  332. package/dist/temporary_schemas/pareto-fountain-pen/operations.astn.d.ts +3 -0
  333. package/dist/temporary_schemas/pareto-fountain-pen/operations.astn.js +6 -0
  334. package/dist/temporary_schemas/pareto-fountain-pen/schema_tree.astn.d.ts +3 -0
  335. package/dist/temporary_schemas/pareto-fountain-pen/schema_tree.astn.js +15 -0
  336. package/dist/temporary_schemas/pareto-fountain-pen/schemas/block/$.globals.astn.d.ts +3 -0
  337. package/dist/temporary_schemas/pareto-fountain-pen/schemas/block/$.globals.astn.js +8 -0
  338. package/dist/temporary_schemas/pareto-fountain-pen/schemas/block/$.module.astn.d.ts +3 -0
  339. package/dist/temporary_schemas/pareto-fountain-pen/schemas/block/$.module.astn.js +8 -0
  340. package/dist/temporary_schemas/pareto-fountain-pen/schemas/block/$.types.astn.d.ts +3 -0
  341. package/dist/temporary_schemas/pareto-fountain-pen/schemas/block/$.types.astn.js +25 -0
  342. package/dist/temporary_schemas/pareto-fountain-pen/schemas/lines/$.globals.astn.d.ts +3 -0
  343. package/dist/temporary_schemas/pareto-fountain-pen/schemas/lines/$.globals.astn.js +8 -0
  344. package/dist/temporary_schemas/pareto-fountain-pen/schemas/lines/$.module.astn.d.ts +3 -0
  345. package/dist/temporary_schemas/pareto-fountain-pen/schemas/lines/$.module.astn.js +8 -0
  346. package/dist/temporary_schemas/pareto-fountain-pen/schemas/lines/$.types.astn.d.ts +3 -0
  347. package/dist/temporary_schemas/pareto-fountain-pen/schemas/lines/$.types.astn.js +12 -0
  348. package/dist/temporary_schemas/pareto-fountain-pen/schemas/semi_lines/$.globals.astn.d.ts +3 -0
  349. package/dist/temporary_schemas/pareto-fountain-pen/schemas/semi_lines/$.globals.astn.js +8 -0
  350. package/dist/temporary_schemas/pareto-fountain-pen/schemas/semi_lines/$.module.astn.d.ts +3 -0
  351. package/dist/temporary_schemas/pareto-fountain-pen/schemas/semi_lines/$.module.astn.js +8 -0
  352. package/dist/temporary_schemas/pareto-fountain-pen/schemas/semi_lines/$.types.astn.d.ts +3 -0
  353. package/dist/temporary_schemas/pareto-fountain-pen/schemas/semi_lines/$.types.astn.js +15 -0
  354. package/dist/temporary_schemas/pareto-fountain-pen/schemas/text/$.globals.astn.d.ts +3 -0
  355. package/dist/temporary_schemas/pareto-fountain-pen/schemas/text/$.globals.astn.js +8 -0
  356. package/dist/temporary_schemas/pareto-fountain-pen/schemas/text/$.module.astn.d.ts +3 -0
  357. package/dist/temporary_schemas/pareto-fountain-pen/schemas/text/$.module.astn.js +8 -0
  358. package/dist/temporary_schemas/pareto-fountain-pen/schemas/text/$.types.astn.d.ts +3 -0
  359. package/dist/temporary_schemas/pareto-fountain-pen/schemas/text/$.types.astn.js +12 -0
  360. package/dist/temporary_schemas/pareto-fountain-pen/schemas.astn.d.ts +3 -0
  361. package/dist/temporary_schemas/pareto-fountain-pen/schemas.astn.js +15 -0
  362. package/dist/temporary_schemas/pareto-json/module.astn.d.ts +3 -0
  363. package/dist/temporary_schemas/pareto-json/module.astn.js +8 -0
  364. package/dist/temporary_schemas/pareto-json/operations.astn.d.ts +3 -0
  365. package/dist/temporary_schemas/pareto-json/operations.astn.js +6 -0
  366. package/dist/temporary_schemas/pareto-json/schema_tree.astn.d.ts +3 -0
  367. package/dist/temporary_schemas/pareto-json/schema_tree.astn.js +9 -0
  368. package/dist/temporary_schemas/pareto-json/schemas/json/$.globals.astn.d.ts +3 -0
  369. package/dist/temporary_schemas/pareto-json/schemas/json/$.globals.astn.js +10 -0
  370. package/dist/temporary_schemas/pareto-json/schemas/json/$.module.astn.d.ts +3 -0
  371. package/dist/temporary_schemas/pareto-json/schemas/json/$.module.astn.js +8 -0
  372. package/dist/temporary_schemas/pareto-json/schemas/json/$.types.astn.d.ts +3 -0
  373. package/dist/temporary_schemas/pareto-json/schemas/json/$.types.astn.js +25 -0
  374. package/dist/temporary_schemas/pareto-json/schemas.astn.d.ts +3 -0
  375. package/dist/temporary_schemas/pareto-json/schemas.astn.js +9 -0
  376. package/dist/temporary_schemas/pareto-targets/module.astn.d.ts +3 -0
  377. package/dist/temporary_schemas/pareto-targets/module.astn.js +8 -0
  378. package/dist/temporary_schemas/pareto-targets/operations.astn.d.ts +3 -0
  379. package/dist/temporary_schemas/pareto-targets/operations.astn.js +6 -0
  380. package/dist/temporary_schemas/pareto-targets/schema_tree.astn.d.ts +3 -0
  381. package/dist/temporary_schemas/pareto-targets/schema_tree.astn.js +17 -0
  382. package/dist/temporary_schemas/pareto-targets/schemas/alan_light/$.globals.astn.d.ts +3 -0
  383. package/dist/temporary_schemas/pareto-targets/schemas/alan_light/$.globals.astn.js +8 -0
  384. package/dist/temporary_schemas/pareto-targets/schemas/alan_light/$.module.astn.d.ts +3 -0
  385. package/dist/temporary_schemas/pareto-targets/schemas/alan_light/$.module.astn.js +8 -0
  386. package/dist/temporary_schemas/pareto-targets/schemas/alan_light/$.types.astn.d.ts +3 -0
  387. package/dist/temporary_schemas/pareto-targets/schemas/alan_light/$.types.astn.js +59 -0
  388. package/dist/temporary_schemas/pareto-targets/schemas/graphviz/high_level/$.globals.astn.d.ts +3 -0
  389. package/dist/temporary_schemas/pareto-targets/schemas/graphviz/high_level/$.globals.astn.js +8 -0
  390. package/dist/temporary_schemas/pareto-targets/schemas/graphviz/high_level/$.module.astn.d.ts +3 -0
  391. package/dist/temporary_schemas/pareto-targets/schemas/graphviz/high_level/$.module.astn.js +8 -0
  392. package/dist/temporary_schemas/pareto-targets/schemas/graphviz/high_level/$.types.astn.d.ts +3 -0
  393. package/dist/temporary_schemas/pareto-targets/schemas/graphviz/high_level/$.types.astn.js +255 -0
  394. package/dist/temporary_schemas/pareto-targets/schemas/graphviz/low_level/$.globals.astn.d.ts +3 -0
  395. package/dist/temporary_schemas/pareto-targets/schemas/graphviz/low_level/$.globals.astn.js +10 -0
  396. package/dist/temporary_schemas/pareto-targets/schemas/graphviz/low_level/$.module.astn.d.ts +3 -0
  397. package/dist/temporary_schemas/pareto-targets/schemas/graphviz/low_level/$.module.astn.js +8 -0
  398. package/dist/temporary_schemas/pareto-targets/schemas/graphviz/low_level/$.types.astn.d.ts +3 -0
  399. package/dist/temporary_schemas/pareto-targets/schemas/graphviz/low_level/$.types.astn.js +68 -0
  400. package/dist/temporary_schemas/pareto-targets/schemas/lionweb/$.globals.astn.d.ts +3 -0
  401. package/dist/temporary_schemas/pareto-targets/schemas/lionweb/$.globals.astn.js +9 -0
  402. package/dist/temporary_schemas/pareto-targets/schemas/lionweb/$.module.astn.d.ts +3 -0
  403. package/dist/temporary_schemas/pareto-targets/schemas/lionweb/$.module.astn.js +8 -0
  404. package/dist/temporary_schemas/pareto-targets/schemas/lionweb/$.types.astn.d.ts +3 -0
  405. package/dist/temporary_schemas/pareto-targets/schemas/lionweb/$.types.astn.js +41 -0
  406. package/dist/temporary_schemas/pareto-targets/schemas/pareto_documentation/$.globals.astn.d.ts +3 -0
  407. package/dist/temporary_schemas/pareto-targets/schemas/pareto_documentation/$.globals.astn.js +8 -0
  408. package/dist/temporary_schemas/pareto-targets/schemas/pareto_documentation/$.module.astn.d.ts +3 -0
  409. package/dist/temporary_schemas/pareto-targets/schemas/pareto_documentation/$.module.astn.js +11 -0
  410. package/dist/temporary_schemas/pareto-targets/schemas/pareto_documentation/$.types.astn.d.ts +3 -0
  411. package/dist/temporary_schemas/pareto-targets/schemas/pareto_documentation/$.types.astn.js +17 -0
  412. package/dist/temporary_schemas/pareto-targets/schemas.astn.d.ts +3 -0
  413. package/dist/temporary_schemas/pareto-targets/schemas.astn.js +17 -0
  414. package/dist/transformations/module/exupery_implementation.d.ts +4 -4
  415. package/dist/transformations/module/exupery_implementation.js +10 -8
  416. package/dist/transformations/module/exupery_interface.d.ts +2 -2
  417. package/dist/transformations/module/exupery_interface.js +36 -37
  418. package/dist/transformations/module/temp_typescript.d.ts +3 -0
  419. package/dist/transformations/module/temp_typescript.js +56 -0
  420. package/dist/transformations/schema/exupery_implementation/main.d.ts +10 -4
  421. package/dist/transformations/schema/exupery_implementation/main.js +33 -18
  422. package/dist/transformations/schema/exupery_implementation/marshall.d.ts +9 -9
  423. package/dist/transformations/schema/exupery_implementation/marshall.js +43 -39
  424. package/dist/transformations/schema/exupery_implementation/migrate_boilerplate.d.ts +3 -3
  425. package/dist/transformations/schema/exupery_implementation/resolve.d.ts +20 -20
  426. package/dist/transformations/schema/exupery_implementation/resolve.js +141 -133
  427. package/dist/transformations/schema/exupery_implementation/unmarshall.d.ts +15 -0
  428. package/dist/transformations/schema/exupery_implementation/unmarshall.js +159 -0
  429. package/dist/transformations/schema/exupery_interface/main.d.ts +4 -2
  430. package/dist/transformations/schema/exupery_interface/main.js +73 -54
  431. package/dist/transformations/schema/exupery_interface/marshall.d.ts +2 -2
  432. package/dist/transformations/schema/exupery_interface/marshall.js +8 -23
  433. package/dist/transformations/schema/exupery_interface/migrate_boilerplate.d.ts +2 -2
  434. package/dist/transformations/schema/exupery_interface/migrate_boilerplate.js +7 -3
  435. package/dist/transformations/schema/exupery_interface/resolve.d.ts +3 -3
  436. package/dist/transformations/schema/exupery_interface/resolve.js +17 -17
  437. package/dist/transformations/schema/exupery_interface/types.d.ts +6 -6
  438. package/dist/transformations/schema/exupery_interface/types.js +61 -60
  439. package/dist/transformations/schema/exupery_interface/unmarshall.d.ts +2 -2
  440. package/dist/transformations/schema/exupery_interface/unmarshall.js +12 -5
  441. package/dist/transformations/schema/exupery_interface/{serializer.d.ts → value_deserializers.d.ts} +2 -2
  442. package/dist/transformations/schema/exupery_interface/value_deserializers.js +57 -0
  443. package/dist/transformations/schema/exupery_interface/{migration_boilerplate.d.ts → value_serializers.d.ts} +3 -3
  444. package/dist/transformations/schema/exupery_interface/value_serializers.js +57 -0
  445. package/dist/transformations/unmarshall_errors/fountain_pen.d.ts +8 -0
  446. package/dist/transformations/unmarshall_errors/fountain_pen.js +86 -0
  447. package/dist/transformations/unmarshall_result/unmarshall_errors.d.ts +1 -2
  448. package/dist/transformations/unmarshall_result/unmarshall_errors.js +116 -55
  449. package/dist/uptransformers/unmarshall_result/astn_ast.d.ts +7 -6
  450. package/dist/uptransformers/unmarshall_result/astn_ast.js +2 -2
  451. package/package.json +5 -5
  452. package/dist/generated/generic/resolve.d.ts +0 -90
  453. package/dist/generated/generic/resolve.js +0 -251
  454. package/dist/generated/implementation/schemas/module/serializer.d.ts +0 -3
  455. package/dist/generated/implementation/schemas/schema/serializer.d.ts +0 -35
  456. package/dist/generated/implementation/schemas/schema/serializer.js +0 -1100
  457. package/dist/generated/implementation/schemas/unmarshall_errors/serializer.d.ts +0 -5
  458. package/dist/generated/implementation/schemas/unmarshall_errors/serializer.js +0 -175
  459. package/dist/generated/interface/generic/resolve.d.ts +0 -11
  460. package/dist/generated/interface/generic/resolve.js +0 -3
  461. package/dist/generated/interface/schemas/module/migration_boilerplate.js +0 -3
  462. package/dist/generated/interface/schemas/module/serializer.d.ts +0 -106
  463. package/dist/generated/interface/schemas/module/unresolved.d.ts +0 -133
  464. package/dist/generated/interface/schemas/schema/migration_boilerplate.js +0 -3
  465. package/dist/generated/interface/schemas/schema/unresolved.d.ts +0 -3754
  466. package/dist/generated/interface/schemas/unmarshall_errors/migration_boilerplate.js +0 -3
  467. package/dist/generated/interface/schemas/unmarshall_errors/serializer.d.ts +0 -166
  468. package/dist/generated/interface/schemas/unmarshall_errors/serializer.js +0 -3
  469. package/dist/generated/interface/schemas/unmarshall_result/migration_boilerplate.js +0 -7
  470. package/dist/generated/interface/schemas/unmarshall_result/serializer.js +0 -3
  471. package/dist/index.d.ts +0 -1
  472. package/dist/index.js +0 -5
  473. package/dist/transformations/module/pareto_implementation.d.ts +0 -4
  474. package/dist/transformations/module/pareto_implementation.js +0 -42
  475. package/dist/transformations/module/pareto_interface.d.ts +0 -5
  476. package/dist/transformations/module/pareto_interface.js +0 -150
  477. package/dist/transformations/schema/documentation.d.ts +0 -5
  478. package/dist/transformations/schema/documentation.js +0 -72
  479. package/dist/transformations/schema/exupery_implementation/migration_boilerplate.d.ts +0 -14
  480. package/dist/transformations/schema/exupery_implementation/migration_boilerplate.js +0 -113
  481. package/dist/transformations/schema/exupery_implementation/resolver.d.ts +0 -24
  482. package/dist/transformations/schema/exupery_implementation/resolver.js +0 -299
  483. package/dist/transformations/schema/exupery_implementation/serializer.d.ts +0 -14
  484. package/dist/transformations/schema/exupery_implementation/serializer.js +0 -145
  485. package/dist/transformations/schema/exupery_interface/migration_boilerplate.js +0 -43
  486. package/dist/transformations/schema/exupery_interface/resolver.d.ts +0 -12
  487. package/dist/transformations/schema/exupery_interface/resolver.js +0 -115
  488. package/dist/transformations/schema/exupery_interface/serializer.js +0 -62
  489. package/dist/transformations/schema/graphviz.d.ts +0 -8
  490. package/dist/transformations/schema/graphviz.js +0 -103
  491. package/dist/transformations/schema/lionweb.d.ts +0 -14
  492. package/dist/transformations/schema/lionweb.js +0 -226
  493. package/dist/transformations/schema/pareto_implementation/main.d.ts +0 -4
  494. package/dist/transformations/schema/pareto_implementation/main.js +0 -63
  495. package/dist/transformations/schema/pareto_implementation/migration_boilerplate.d.ts +0 -14
  496. package/dist/transformations/schema/pareto_implementation/migration_boilerplate.js +0 -113
  497. package/dist/transformations/schema/pareto_implementation/resolver.d.ts +0 -24
  498. package/dist/transformations/schema/pareto_implementation/resolver.js +0 -299
  499. package/dist/transformations/schema/pareto_interface/main.d.ts +0 -4
  500. package/dist/transformations/schema/pareto_interface/main.js +0 -79
  501. package/dist/transformations/schema/pareto_interface/migration_boilerplate.d.ts +0 -7
  502. package/dist/transformations/schema/pareto_interface/migration_boilerplate.js +0 -51
  503. package/dist/transformations/schema/pareto_interface/resolver.d.ts +0 -12
  504. package/dist/transformations/schema/pareto_interface/resolver.js +0 -115
  505. package/dist/transformations/schema/pareto_interface/types.d.ts +0 -12
  506. package/dist/transformations/schema/pareto_interface/types.js +0 -211
  507. package/dist/transformations/schema/railroad_diagram.d.ts +0 -7
  508. package/dist/transformations/schema/railroad_diagram.js +0 -79
  509. package/dist/transformations/unmarshall/collect_errors.d.ts +0 -4
  510. package/dist/transformations/unmarshall/collect_errors.js +0 -185
  511. package/dist/transformations/unmarshall/dynamic_post_parse.d.ts +0 -7
  512. package/dist/transformations/unmarshall/dynamic_post_parse.js +0 -267
  513. package/dist/transformations/unmarshall/post_parse_types.d.ts +0 -77
  514. package/dist/transformations/unmarshall/post_parse_types.js +0 -3
  515. package/dist/unmarshall/collect_errors.d.ts +0 -38
  516. package/dist/unmarshall/collect_errors.js +0 -185
  517. package/dist/unmarshall/dynamic_post_parse.d.ts +0 -7
  518. package/dist/unmarshall/dynamic_post_parse.js +0 -267
  519. package/dist/unmarshall/post_parse_types.d.ts +0 -77
  520. package/dist/unmarshall/post_parse_types.js +0 -3
  521. /package/dist/{generated/implementation/schemas/unmarshall_result/serializer.d.ts → bin/compile.d.ts} +0 -0
  522. /package/dist/{generated/interface/schemas/unmarshall_result/migration_boilerplate.d.ts → bin/test.d.ts} +0 -0
  523. /package/dist/generated/{interface/schemas/unmarshall_result/unconstrained.d.ts → implementation/schemas/unmarshall_result/marshall.d.ts} +0 -0
  524. /package/dist/generated/interface/schemas/{unmarshall_result/serializer.d.ts → module/value_serializers.d.ts} +0 -0
@@ -0,0 +1,62 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.$ = void 0;
4
+ const schema_1 = require("../../../../shorthands/schema");
5
+ exports.$ = (0, schema_1.types)({
6
+ "Errors": (0, schema_1.type)(schema_1.t.list(schema_1.t.group({
7
+ "range": schema_1.t.component("Document Range"),
8
+ "type": schema_1.t.state_group({
9
+ "error": schema_1.t.state_group({
10
+ "invalid value type": schema_1.t.group({
11
+ "expected": schema_1.t.state_group({
12
+ "text": schema_1.t.nothing(),
13
+ "group": schema_1.t.nothing(),
14
+ "dictionary": schema_1.t.nothing(),
15
+ "not set": schema_1.t.nothing(),
16
+ "set or not set": schema_1.t.nothing(),
17
+ "list": schema_1.t.nothing(),
18
+ }),
19
+ }),
20
+ "duplicate property": schema_1.t.group({
21
+ "name": schema_1.t.text_local((0, schema_1.text)('single line')),
22
+ }),
23
+ "missing property": schema_1.t.group({
24
+ "name": schema_1.t.text_local((0, schema_1.text)('single line')),
25
+ }),
26
+ "state": schema_1.t.state_group({
27
+ "more than 2 elements": schema_1.t.nothing(),
28
+ "missing state name": schema_1.t.nothing(),
29
+ "state is not a string": schema_1.t.nothing(),
30
+ "missing value": schema_1.t.nothing(),
31
+ "unknown state": schema_1.t.group({
32
+ "found": schema_1.t.text_local((0, schema_1.text)('single line')),
33
+ "expected": schema_1.t.dictionary(schema_1.t.nothing()),
34
+ }),
35
+ }),
36
+ }),
37
+ "warning": schema_1.t.state_group({
38
+ "expected apostrophed string": schema_1.t.nothing(),
39
+ "expected quoted string": schema_1.t.nothing(),
40
+ "expected backticked string": schema_1.t.nothing(),
41
+ "expected undelimited string": schema_1.t.nothing(),
42
+ }),
43
+ }),
44
+ }))),
45
+ "Location": (0, schema_1.type)(schema_1.t.group({
46
+ "relative": schema_1.t.component("Relative Location"),
47
+ "absolute": schema_1.t.number_local(schema_1.n.natural()),
48
+ })),
49
+ "Relative Location": (0, schema_1.type)(schema_1.t.group({
50
+ "line": schema_1.t.number_local(schema_1.n.natural()),
51
+ "column": schema_1.t.number_local(schema_1.n.natural()), //this value takes the width of a tab into account, if you don't want that, configure the tab width to be 1
52
+ })),
53
+ "Document Range": (0, schema_1.type)(schema_1.t.group({
54
+ "document": schema_1.t.text_local((0, schema_1.text)('single line')),
55
+ "range": schema_1.t.component("Range"),
56
+ })),
57
+ "Range": (0, schema_1.type)(schema_1.t.group({
58
+ "start": schema_1.t.component("Location"),
59
+ "end": schema_1.t.component("Location"),
60
+ })),
61
+ });
62
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiJC50eXBlcy5hc3RuLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vc3JjL3RlbXBvcmFyeV9zY2hlbWFzL3BhcmV0by9zY2hlbWFzL3VubWFyc2hhbGxfZXJyb3JzLyQudHlwZXMuYXN0bi50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7QUFFQSwwREFPc0M7QUFJekIsUUFBQSxDQUFDLEdBQWlDLElBQUEsY0FBSyxFQUNoRDtJQUNJLFFBQVEsRUFBRSxJQUFBLGFBQUksRUFBQyxVQUFDLENBQUMsSUFBSSxDQUFDLFVBQUMsQ0FBQyxLQUFLLENBQUM7UUFDMUIsT0FBTyxFQUFFLFVBQUMsQ0FBQyxTQUFTLENBQUMsZ0JBQWdCLENBQUM7UUFDdEMsTUFBTSxFQUFFLFVBQUMsQ0FBQyxXQUFXLENBQUM7WUFDbEIsT0FBTyxFQUFFLFVBQUMsQ0FBQyxXQUFXLENBQUM7Z0JBQ25CLG9CQUFvQixFQUFFLFVBQUMsQ0FBQyxLQUFLLENBQUM7b0JBQzFCLFVBQVUsRUFBRSxVQUFDLENBQUMsV0FBVyxDQUFDO3dCQUN0QixNQUFNLEVBQUUsVUFBQyxDQUFDLE9BQU8sRUFBRTt3QkFDbkIsT0FBTyxFQUFFLFVBQUMsQ0FBQyxPQUFPLEVBQUU7d0JBQ3BCLFlBQVksRUFBRSxVQUFDLENBQUMsT0FBTyxFQUFFO3dCQUN6QixTQUFTLEVBQUUsVUFBQyxDQUFDLE9BQU8sRUFBRTt3QkFDdEIsZ0JBQWdCLEVBQUUsVUFBQyxDQUFDLE9BQU8sRUFBRTt3QkFDN0IsTUFBTSxFQUFFLFVBQUMsQ0FBQyxPQUFPLEVBQUU7cUJBQ3RCLENBQUM7aUJBQ0wsQ0FBQztnQkFDRixvQkFBb0IsRUFBRSxVQUFDLENBQUMsS0FBSyxDQUFDO29CQUMxQixNQUFNLEVBQUUsVUFBQyxDQUFDLFVBQVUsQ0FBQyxJQUFBLGFBQUksRUFBQyxhQUFhLENBQUMsQ0FBQztpQkFDNUMsQ0FBQztnQkFDRixrQkFBa0IsRUFBRSxVQUFDLENBQUMsS0FBSyxDQUFDO29CQUN4QixNQUFNLEVBQUUsVUFBQyxDQUFDLFVBQVUsQ0FBQyxJQUFBLGFBQUksRUFBQyxhQUFhLENBQUMsQ0FBQztpQkFDNUMsQ0FBQztnQkFDRixPQUFPLEVBQUUsVUFBQyxDQUFDLFdBQVcsQ0FBQztvQkFDbkIsc0JBQXNCLEVBQUUsVUFBQyxDQUFDLE9BQU8sRUFBRTtvQkFDbkMsb0JBQW9CLEVBQUUsVUFBQyxDQUFDLE9BQU8sRUFBRTtvQkFDakMsdUJBQXVCLEVBQUUsVUFBQyxDQUFDLE9BQU8sRUFBRTtvQkFDcEMsZUFBZSxFQUFFLFVBQUMsQ0FBQyxPQUFPLEVBQUU7b0JBQzVCLGVBQWUsRUFBRSxVQUFDLENBQUMsS0FBSyxDQUFDO3dCQUNyQixPQUFPLEVBQUUsVUFBQyxDQUFDLFVBQVUsQ0FBQyxJQUFBLGFBQUksRUFBQyxhQUFhLENBQUMsQ0FBQzt3QkFDMUMsVUFBVSxFQUFFLFVBQUMsQ0FBQyxVQUFVLENBQUMsVUFBQyxDQUFDLE9BQU8sRUFBRSxDQUFDO3FCQUN4QyxDQUFDO2lCQUNMLENBQUM7YUFDTCxDQUFDO1lBQ0YsU0FBUyxFQUFFLFVBQUMsQ0FBQyxXQUFXLENBQUM7Z0JBQ3JCLDZCQUE2QixFQUFFLFVBQUMsQ0FBQyxPQUFPLEVBQUU7Z0JBQzFDLHdCQUF3QixFQUFFLFVBQUMsQ0FBQyxPQUFPLEVBQUU7Z0JBQ3JDLDRCQUE0QixFQUFFLFVBQUMsQ0FBQyxPQUFPLEVBQUU7Z0JBQ3pDLDZCQUE2QixFQUFFLFVBQUMsQ0FBQyxPQUFPLEVBQUU7YUFDN0MsQ0FBQztTQUNMLENBQUM7S0FDTCxDQUFDLENBQUMsQ0FBQztJQUVKLFVBQVUsRUFBRSxJQUFBLGFBQUksRUFBQyxVQUFDLENBQUMsS0FBSyxDQUFDO1FBQ3JCLFVBQVUsRUFBRSxVQUFDLENBQUMsU0FBUyxDQUFDLG1CQUFtQixDQUFDO1FBQzVDLFVBQVUsRUFBRSxVQUFDLENBQUMsWUFBWSxDQUFDLFVBQUMsQ0FBQyxPQUFPLEVBQUUsQ0FBQztLQUMxQyxDQUFDLENBQUM7SUFFSCxtQkFBbUIsRUFBRSxJQUFBLGFBQUksRUFBQyxVQUFDLENBQUMsS0FBSyxDQUFDO1FBQzlCLE1BQU0sRUFBRSxVQUFDLENBQUMsWUFBWSxDQUFDLFVBQUMsQ0FBQyxPQUFPLEVBQUUsQ0FBQztRQUNuQyxRQUFRLEVBQUUsVUFBQyxDQUFDLFlBQVksQ0FBQyxVQUFDLENBQUMsT0FBTyxFQUFFLENBQUMsRUFBRSwyR0FBMkc7S0FDckosQ0FBQyxDQUFDO0lBRUgsZ0JBQWdCLEVBQUUsSUFBQSxhQUFJLEVBQUMsVUFBQyxDQUFDLEtBQUssQ0FBQztRQUMzQixVQUFVLEVBQUUsVUFBQyxDQUFDLFVBQVUsQ0FBQyxJQUFBLGFBQUksRUFBQyxhQUFhLENBQUMsQ0FBQztRQUM3QyxPQUFPLEVBQUUsVUFBQyxDQUFDLFNBQVMsQ0FBQyxPQUFPLENBQUM7S0FDaEMsQ0FBQyxDQUFDO0lBRUgsT0FBTyxFQUFFLElBQUEsYUFBSSxFQUFDLFVBQUMsQ0FBQyxLQUFLLENBQUM7UUFDbEIsT0FBTyxFQUFFLFVBQUMsQ0FBQyxTQUFTLENBQUMsVUFBVSxDQUFDO1FBQ2hDLEtBQUssRUFBRSxVQUFDLENBQUMsU0FBUyxDQUFDLFVBQVUsQ0FBQztLQUNqQyxDQUFDLENBQUM7Q0FFTixDQUNKLENBQUEifQ==
@@ -0,0 +1,3 @@
1
+ import * as pd from 'exupery-core-data';
2
+ import * as g_ from "../../../../generated/interface/schemas/schema/data_types/unresolved";
3
+ export declare const $: g_.Globals<pd.Source_Location>;
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.$ = void 0;
4
+ const schema_1 = require("../../../../shorthands/schema");
5
+ exports.$ = (0, schema_1.globals)('constrained', {}, {});
6
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiJC5nbG9iYWxzLmFzdG4uanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9zcmMvdGVtcG9yYXJ5X3NjaGVtYXMvcGFyZXRvL3NjaGVtYXMvdW5tYXJzaGFsbF9yZXN1bHQvJC5nbG9iYWxzLmFzdG4udHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7O0FBRUEsMERBSXNDO0FBR3pCLFFBQUEsQ0FBQyxHQUFtQyxJQUFBLGdCQUFPLEVBQy9DLGFBQWEsRUFDbEIsRUFDQyxFQUNELEVBQUUsQ0FDTCxDQUFBIn0=
@@ -0,0 +1,3 @@
1
+ import * as pd from 'exupery-core-data';
2
+ import * as g_ from "../../../../generated/interface/schemas/schema/data_types/unresolved";
3
+ export declare const $: g_.Schemas.D<pd.Source_Location>;
@@ -0,0 +1,10 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.$ = void 0;
4
+ const schema_1 = require("../../../../shorthands/schema");
5
+ const __types_astn_1 = require("./$.types.astn");
6
+ const __globals_astn_1 = require("./$.globals.astn");
7
+ exports.$ = (0, schema_1.schema_)({
8
+ "schema": (0, schema_1.import_)("schema")
9
+ }, __globals_astn_1.$, __types_astn_1.$, null);
10
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiJC5tb2R1bGUuYXN0bi5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3NyYy90ZW1wb3Jhcnlfc2NoZW1hcy9wYXJldG8vc2NoZW1hcy91bm1hcnNoYWxsX3Jlc3VsdC8kLm1vZHVsZS5hc3RuLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7OztBQUlBLDBEQUE2RTtBQUc3RSxpREFBNEM7QUFDNUMscURBQStDO0FBRWxDLFFBQUEsQ0FBQyxHQUFxQyxJQUFBLGdCQUFPLEVBQ3REO0lBQ0ksUUFBUSxFQUFFLElBQUEsZ0JBQU8sRUFBQyxRQUFRLENBQUM7Q0FDOUIsRUFDRCxrQkFBTyxFQUNQLGdCQUFNLEVBQ04sSUFBSSxDQUNQLENBQUEifQ==
@@ -0,0 +1,3 @@
1
+ import * as pd from 'exupery-core-data';
2
+ import * as g_ from "../../../../generated/interface/schemas/schema/data_types/unresolved";
3
+ export declare const $: g_.Types<pd.Source_Location>;
@@ -0,0 +1,136 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.$ = void 0;
4
+ const schema_1 = require("../../../../shorthands/schema");
5
+ // export type Document = {
6
+ // 'content': Node
7
+ // }
8
+ // export type Duplicate_Entry = {
9
+ // 'range': astn.d_ast.Range
10
+ // 'node': Node
11
+ // }
12
+ // // export type Key_Value_Pair = {
13
+ // // 'node': Node
14
+ // // }
15
+ // export type Property =
16
+ // | ['missing', astn.d_ast.Range]
17
+ // | ['unique', Node]
18
+ // | ['multiple', pt.Array<Duplicate_Entry>]
19
+ // export type Node =
20
+ // | ['number', Number]
21
+ // | ['boolean', Boolean]
22
+ // | ['list', List]
23
+ // | ['nothing', Nothing]
24
+ // | ['reference', Reference]
25
+ // | ['component', Component]
26
+ // | ['dictionary', Dictionary]
27
+ // | ['group', Group]
28
+ // | ['identifier value pair', Identifier_Value_Pair]
29
+ // | ['optional', Optional]
30
+ // | ['state', State]
31
+ // | ['text', Text]
32
+ // | ['type parameter', string]
33
+ // export type State = {
34
+ // 'status': State_Status
35
+ // }
36
+ // export type State_Status =
37
+ // | ['valid', {
38
+ // 'node': Node,
39
+ // }]
40
+ // | ['more than 2 elements', astn.d_ast.Range]
41
+ // | ['missing state name', astn.d_ast.Range]
42
+ // | ['state is not a string', astn.d_ast.Range]
43
+ // | ['missing value', astn.d_ast.Range]
44
+ // | ['unknown state', {
45
+ // 'range': astn.d_ast.Range
46
+ // 'found': string
47
+ // 'expected': pt.Dictionary<null>
48
+ // }]
49
+ // export type Identifier_Value_Pair = {
50
+ // 'definition': def.Type_Node.SG.identifier_value_pair
51
+ // }
52
+ // export type Optional = {
53
+ // 'definition': def.Type_Node.SG.optional
54
+ // }
55
+ // export type List = {
56
+ // 'definition': def.Type_Node.SG.list
57
+ // }
58
+ // export type Reference = {
59
+ // 'definition': def.Type_Node.SG.reference
60
+ // }
61
+ // export type Component = {
62
+ // 'definition': def.Type_Node.SG.component
63
+ // }
64
+ // export type Boolean = {
65
+ // 'definition': def.Type_Node.SG._boolean
66
+ // }
67
+ // export type Nothing = {
68
+ // 'definition': def.Type_Node.SG.nothing
69
+ // }
70
+ // export type Text = {
71
+ // 'definition': def.Type_Node.SG.text
72
+ // 'status':
73
+ // | ['valid', null]
74
+ // | ['invalid value type', astn.d_ast.Range]
75
+ // }
76
+ // export type Number = {
77
+ // 'definition': def.Type_Node.SG._number
78
+ // 'status':
79
+ // | ['valid', {
80
+ // 'range': astn.d_ast.Range
81
+ // 'correct string type': boolean
82
+ // }]
83
+ // | ['invalid', astn.d_ast.Range]
84
+ // }
85
+ // export type Dictionary = {
86
+ // 'definition': def.Type_Node.SG.dictionary
87
+ // 'status':
88
+ // | ['valid', pt.Dictionary<Entry>]
89
+ // | ['invalid', astn.d_ast.Range]
90
+ // }
91
+ // export type Entry =
92
+ // | ['unique', Node]
93
+ // | ['multiple', pt.Array<Duplicate_Entry>]
94
+ // export type Group = {
95
+ // 'definition': def.Type_Node.SG.group
96
+ // 'type': Group_Type
97
+ // }
98
+ // export type Group_Type =
99
+ // | ['indexed', Indexed_Group]
100
+ // | ['ordered', {}]
101
+ // | ['invalid', astn.d_ast.Range]
102
+ // export type Indexed_Group = {
103
+ // 'properties': pt.Dictionary<Property>
104
+ // 'superfluous entries': pt.Dictionary<pt.Array<astn.d_ast.Range>>
105
+ // }
106
+ exports.$ = (0, schema_1.types)({
107
+ // "Document": type(t.group({
108
+ // "content": t.component("Node"),
109
+ // })),
110
+ // "Node": type(t.state_group({
111
+ // "number": t.component("Number"),
112
+ // "boolean": t.component("Boolean"),
113
+ // "list": t.component("List"),
114
+ // "nothing": t.component("Nothing"),
115
+ // "reference": t.component("Reference"),
116
+ // "component": t.component("Component"),
117
+ // "dictionary": t.component("Dictionary"),
118
+ // "group": t.component("Group"),
119
+ // "identifier value pair": t.component("Identifier_Value_Pair"),
120
+ // "optional": t.component("Optional"),
121
+ // "state": t.component("State"),
122
+ // "text": t.component("Text"),
123
+ // "type parameter": t.text_local(text('single line')),
124
+ // })),
125
+ // "NUmber": type(t.group({
126
+ // "definition": t.component("Type Node SG _number"),
127
+ // "status": t.state_group({
128
+ // "valid": t.group({
129
+ // "range": t.component("astn.d_ast Range"),
130
+ // "correct string type": t.boolean(),
131
+ // }),
132
+ // "invalid": t.component("astn.d_ast Range"),
133
+ // }),
134
+ // })),
135
+ });
136
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiJC50eXBlcy5hc3RuLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vc3JjL3RlbXBvcmFyeV9zY2hlbWFzL3BhcmV0by9zY2hlbWFzL3VubWFyc2hhbGxfcmVzdWx0LyQudHlwZXMuYXN0bi50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7QUFFQSwwREFPc0M7QUFJdEMsMkJBQTJCO0FBQzNCLHNCQUFzQjtBQUN0QixJQUFJO0FBRUosa0NBQWtDO0FBQ2xDLGdDQUFnQztBQUNoQyxtQkFBbUI7QUFDbkIsSUFBSTtBQUVKLG9DQUFvQztBQUNwQyxzQkFBc0I7QUFDdEIsT0FBTztBQUVQLHlCQUF5QjtBQUN6QixzQ0FBc0M7QUFDdEMseUJBQXlCO0FBQ3pCLGdEQUFnRDtBQUVoRCxxQkFBcUI7QUFDckIsMkJBQTJCO0FBQzNCLDZCQUE2QjtBQUM3Qix1QkFBdUI7QUFDdkIsNkJBQTZCO0FBQzdCLGlDQUFpQztBQUNqQyxpQ0FBaUM7QUFDakMsbUNBQW1DO0FBQ25DLHlCQUF5QjtBQUN6Qix5REFBeUQ7QUFDekQsK0JBQStCO0FBQy9CLHlCQUF5QjtBQUN6Qix1QkFBdUI7QUFDdkIsbUNBQW1DO0FBRW5DLHdCQUF3QjtBQUN4Qiw2QkFBNkI7QUFDN0IsSUFBSTtBQUVKLDZCQUE2QjtBQUM3QixvQkFBb0I7QUFDcEIsd0JBQXdCO0FBRXhCLFNBQVM7QUFDVCxtREFBbUQ7QUFDbkQsaURBQWlEO0FBQ2pELG9EQUFvRDtBQUNwRCw0Q0FBNEM7QUFDNUMsNEJBQTRCO0FBQzVCLG9DQUFvQztBQUNwQywwQkFBMEI7QUFDMUIsMENBQTBDO0FBQzFDLFNBQVM7QUFFVCx3Q0FBd0M7QUFDeEMseURBQXlEO0FBQ3pELElBQUk7QUFFSiwyQkFBMkI7QUFDM0IsOENBQThDO0FBQzlDLElBQUk7QUFDSix1QkFBdUI7QUFDdkIsMENBQTBDO0FBQzFDLElBQUk7QUFFSiw0QkFBNEI7QUFDNUIsK0NBQStDO0FBQy9DLElBQUk7QUFFSiw0QkFBNEI7QUFDNUIsK0NBQStDO0FBQy9DLElBQUk7QUFFSiwwQkFBMEI7QUFDMUIsOENBQThDO0FBQzlDLElBQUk7QUFDSiwwQkFBMEI7QUFDMUIsNkNBQTZDO0FBQzdDLElBQUk7QUFFSix1QkFBdUI7QUFDdkIsMENBQTBDO0FBQzFDLGdCQUFnQjtBQUNoQix3QkFBd0I7QUFDeEIsaURBQWlEO0FBQ2pELElBQUk7QUFFSix5QkFBeUI7QUFDekIsNkNBQTZDO0FBQzdDLGdCQUFnQjtBQUNoQixvQkFBb0I7QUFDcEIsb0NBQW9DO0FBQ3BDLHlDQUF5QztBQUN6QyxTQUFTO0FBQ1Qsc0NBQXNDO0FBQ3RDLElBQUk7QUFFSiw2QkFBNkI7QUFDN0IsZ0RBQWdEO0FBQ2hELGdCQUFnQjtBQUNoQix3Q0FBd0M7QUFDeEMsc0NBQXNDO0FBQ3RDLElBQUk7QUFFSixzQkFBc0I7QUFDdEIseUJBQXlCO0FBQ3pCLGdEQUFnRDtBQUVoRCx3QkFBd0I7QUFDeEIsMkNBQTJDO0FBQzNDLHlCQUF5QjtBQUN6QixJQUFJO0FBRUosMkJBQTJCO0FBQzNCLG1DQUFtQztBQUNuQyx3QkFBd0I7QUFDeEIsc0NBQXNDO0FBRXRDLGdDQUFnQztBQUNoQyw0Q0FBNEM7QUFDNUMsdUVBQXVFO0FBQ3ZFLElBQUk7QUFFUyxRQUFBLENBQUMsR0FBaUMsSUFBQSxjQUFLLEVBQ2hEO0FBQ0ksNkJBQTZCO0FBQzdCLHNDQUFzQztBQUN0QyxPQUFPO0FBRVAsK0JBQStCO0FBQy9CLHVDQUF1QztBQUN2Qyx5Q0FBeUM7QUFDekMsbUNBQW1DO0FBQ25DLHlDQUF5QztBQUN6Qyw2Q0FBNkM7QUFDN0MsNkNBQTZDO0FBQzdDLCtDQUErQztBQUMvQyx1Q0FBdUM7QUFDdkMscUVBQXFFO0FBQ3JFLDJDQUEyQztBQUMzQyxxQ0FBcUM7QUFDckMsbUNBQW1DO0FBQ25DLDJEQUEyRDtBQUMzRCxPQUFPO0FBRVAsMkJBQTJCO0FBQzNCLHlEQUF5RDtBQUN6RCxnQ0FBZ0M7QUFDaEMsNkJBQTZCO0FBQzdCLHdEQUF3RDtBQUN4RCxrREFBa0Q7QUFDbEQsY0FBYztBQUNkLHNEQUFzRDtBQUN0RCxVQUFVO0FBQ1YsT0FBTztDQUNWLENBQ0osQ0FBQSJ9
@@ -0,0 +1,3 @@
1
+ import * as pd from 'exupery-core-data';
2
+ import * as g_ from "../../generated/interface/schemas/schema/data_types/unresolved";
3
+ export declare const $: g_.Schemas<pd.Source_Location>;
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.$ = void 0;
4
+ const schema_1 = require("../../shorthands/schema");
5
+ const __module_astn_1 = require("./schemas/module/$.module.astn");
6
+ const __module_astn_2 = require("./schemas/schema/$.module.astn");
7
+ const __module_astn_3 = require("./schemas/unmarshall_errors/$.module.astn");
8
+ const __module_astn_4 = require("./schemas/unmarshall_result/$.module.astn");
9
+ exports.$ = (0, schema_1.schemas)({
10
+ "module": __module_astn_1.$,
11
+ "schema": __module_astn_2.$,
12
+ "unmarshall result": __module_astn_4.$,
13
+ "unmarshall errors": __module_astn_3.$
14
+ });
15
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2NoZW1hcy5hc3RuLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vc3JjL3RlbXBvcmFyeV9zY2hlbWFzL3BhcmV0by9zY2hlbWFzLmFzdG4udHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7O0FBRUEsb0RBQWlEO0FBR2pELGtFQUE4RDtBQUM5RCxrRUFBOEQ7QUFDOUQsNkVBQW9GO0FBQ3BGLDZFQUFvRjtBQUV2RSxRQUFBLENBQUMsR0FBbUMsSUFBQSxnQkFBTyxFQUFDO0lBQ3JELFFBQVEsRUFBRSxpQkFBUTtJQUNsQixRQUFRLEVBQUUsaUJBQVE7SUFDbEIsbUJBQW1CLEVBQUUsaUJBQW1CO0lBQ3hDLG1CQUFtQixFQUFFLGlCQUFtQjtDQUMzQyxDQUFDLENBQUEifQ==
@@ -0,0 +1,3 @@
1
+ import * as pd from 'exupery-core-data';
2
+ import * as g_ from "../../generated/interface/schemas/module/data_types/unresolved";
3
+ export declare const $: g_.Module<pd.Source_Location>;
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.$ = void 0;
4
+ const module_1 = require("../../shorthands/module");
5
+ const operations_astn_1 = require("./operations.astn");
6
+ const schema_tree_astn_1 = require("./schema_tree.astn");
7
+ exports.$ = (0, module_1.module_)(operations_astn_1.$, schema_tree_astn_1.$);
8
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibW9kdWxlLmFzdG4uanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi9zcmMvdGVtcG9yYXJ5X3NjaGVtYXMvcGFyZXRvLWZvdW50YWluLXBlbi9tb2R1bGUuYXN0bi50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7QUFJQSxvREFBaUQ7QUFFakQsdURBQW1EO0FBQ25ELHlEQUFxRDtBQUV4QyxRQUFBLENBQUMsR0FBa0MsSUFBQSxnQkFBTyxFQUNuRCxtQkFBVSxFQUNWLG9CQUFXLENBQ2QsQ0FBQSJ9
@@ -0,0 +1,3 @@
1
+ import * as pd from 'exupery-core-data';
2
+ import * as g_ from "../../generated/interface/schemas/module/data_types/unresolved";
3
+ export declare const $: g_.Operations<pd.Source_Location>;
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.$ = void 0;
4
+ const module_1 = require("../../shorthands/module");
5
+ exports.$ = (0, module_1.operations)({});
6
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoib3BlcmF0aW9ucy5hc3RuLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vc3JjL3RlbXBvcmFyeV9zY2hlbWFzL3BhcmV0by1mb3VudGFpbi1wZW4vb3BlcmF0aW9ucy5hc3RuLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7OztBQUVBLG9EQUFvRTtBQUt2RCxRQUFBLENBQUMsR0FBc0MsSUFBQSxtQkFBVSxFQUMxRCxFQUNDLENBQ0osQ0FBQSJ9
@@ -0,0 +1,3 @@
1
+ import * as pd from 'exupery-core-data';
2
+ import * as g_ from "../../generated/interface/schemas/schema/data_types/unresolved";
3
+ export declare const $: g_.Schema_Tree<pd.Source_Location>;
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.$ = void 0;
4
+ const schema_1 = require("../../shorthands/schema");
5
+ const __module_astn_1 = require("./schemas/block/$.module.astn");
6
+ const __module_astn_2 = require("./schemas/lines/$.module.astn");
7
+ const __module_astn_3 = require("./schemas/text/$.module.astn");
8
+ const __module_astn_4 = require("./schemas/semi_lines/$.module.astn");
9
+ exports.$ = schema_1.st.set({
10
+ "block": __module_astn_1.$,
11
+ "lines": __module_astn_2.$,
12
+ "semi lines": __module_astn_4.$,
13
+ "text": __module_astn_3.$,
14
+ });
15
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2NoZW1hX3RyZWUuYXN0bi5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3NyYy90ZW1wb3Jhcnlfc2NoZW1hcy9wYXJldG8tZm91bnRhaW4tcGVuL3NjaGVtYV90cmVlLmFzdG4udHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7O0FBRUEsb0RBQTRDO0FBRzVDLGlFQUE0RDtBQUM1RCxpRUFBNEQ7QUFDNUQsZ0VBQTBEO0FBQzFELHNFQUFzRTtBQUd6RCxRQUFBLENBQUMsR0FBdUMsV0FBRSxDQUFDLEdBQUcsQ0FBQztJQUN4RCxPQUFPLEVBQUUsaUJBQU87SUFDaEIsT0FBTyxFQUFFLGlCQUFPO0lBQ2hCLFlBQVksRUFBRSxpQkFBWTtJQUMxQixNQUFNLEVBQUUsaUJBQU07Q0FDakIsQ0FBQyxDQUFBIn0=
@@ -0,0 +1,3 @@
1
+ import * as pd from 'exupery-core-data';
2
+ import * as g_ from "../../../../generated/interface/schemas/schema/data_types/unresolved";
3
+ export declare const $: g_.Globals<pd.Source_Location>;
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.$ = void 0;
4
+ const schema_1 = require("../../../../shorthands/schema");
5
+ exports.$ = (0, schema_1.globals)('unconstrained', {
6
+ "Output": (0, schema_1.text)("single line"),
7
+ }, {});
8
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiJC5nbG9iYWxzLmFzdG4uanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9zcmMvdGVtcG9yYXJ5X3NjaGVtYXMvcGFyZXRvLWZvdW50YWluLXBlbi9zY2hlbWFzL2Jsb2NrLyQuZ2xvYmFscy5hc3RuLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7OztBQUVBLDBEQUlzQztBQUd6QixRQUFBLENBQUMsR0FBbUMsSUFBQSxnQkFBTyxFQUMvQyxlQUFlLEVBQ3BCO0lBQ0ksUUFBUSxFQUFFLElBQUEsYUFBSSxFQUFDLGFBQWEsQ0FBQztDQUNoQyxFQUNELEVBQUUsQ0FDTCxDQUFBIn0=
@@ -0,0 +1,3 @@
1
+ import * as pd from 'exupery-core-data';
2
+ import * as g_ from "../../../../generated/interface/schemas/schema/data_types/unresolved";
3
+ export declare const $: g_.Schemas.D<pd.Source_Location>;
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.$ = void 0;
4
+ const schema_1 = require("../../../../shorthands/schema");
5
+ const __types_astn_1 = require("./$.types.astn");
6
+ const __globals_astn_1 = require("./$.globals.astn");
7
+ exports.$ = (0, schema_1.schema_)({}, __globals_astn_1.$, __types_astn_1.$, null);
8
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiJC5tb2R1bGUuYXN0bi5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3NyYy90ZW1wb3Jhcnlfc2NoZW1hcy9wYXJldG8tZm91bnRhaW4tcGVuL3NjaGVtYXMvYmxvY2svJC5tb2R1bGUuYXN0bi50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7QUFJQSwwREFBb0U7QUFHcEUsaURBQTRDO0FBQzVDLHFEQUErQztBQUVsQyxRQUFBLENBQUMsR0FBcUMsSUFBQSxnQkFBTyxFQUN0RCxFQUFFLEVBQ0Ysa0JBQU8sRUFDUCxnQkFBTSxFQUNOLElBQUksQ0FDUCxDQUFBIn0=
@@ -0,0 +1,3 @@
1
+ import * as pd from 'exupery-core-data';
2
+ import * as g_ from "../../../../generated/interface/schemas/schema/data_types/unresolved";
3
+ export declare const $: g_.Types<pd.Source_Location>;
@@ -0,0 +1,25 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.$ = void 0;
4
+ const schema_1 = require("../../../../shorthands/schema");
5
+ exports.$ = (0, schema_1.types)({
6
+ "Block": (0, schema_1.type)(schema_1.t.list(schema_1.t.component_cyclic("Block Part"))),
7
+ "Block Part": (0, schema_1.type)(schema_1.t.state_group({
8
+ "nested line": schema_1.t.component("Line"),
9
+ "line": schema_1.t.text_global("Output"),
10
+ "sub block": schema_1.t.component("Block"),
11
+ "nothing": schema_1.t.nothing(),
12
+ })),
13
+ "Line": (0, schema_1.type)(schema_1.t.list(schema_1.t.component_cyclic("Line Part"))),
14
+ "Line Part": (0, schema_1.type)(schema_1.t.state_group({
15
+ "snippet": schema_1.t.text_global("Output"),
16
+ "indent": schema_1.t.component("Block"),
17
+ "sub line": schema_1.t.component("Line"),
18
+ "nothing": schema_1.t.nothing(),
19
+ })),
20
+ "Directory": (0, schema_1.type)(schema_1.t.dictionary(schema_1.t.state_group({
21
+ "file": schema_1.t.component("Block"),
22
+ "directory": schema_1.t.component_cyclic("Directory"),
23
+ }))),
24
+ });
25
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiJC50eXBlcy5hc3RuLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vc3JjL3RlbXBvcmFyeV9zY2hlbWFzL3BhcmV0by1mb3VudGFpbi1wZW4vc2NoZW1hcy9ibG9jay8kLnR5cGVzLmFzdG4udHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7O0FBRUEsMERBT3NDO0FBR3pCLFFBQUEsQ0FBQyxHQUFrQyxJQUFBLGNBQUssRUFDakQ7SUFDSSxPQUFPLEVBQUUsSUFBQSxhQUFJLEVBQUMsVUFBQyxDQUFDLElBQUksQ0FBQyxVQUFDLENBQUMsZ0JBQWdCLENBQUMsWUFBWSxDQUFDLENBQUMsQ0FBQztJQUV2RCxZQUFZLEVBQUUsSUFBQSxhQUFJLEVBQUMsVUFBQyxDQUFDLFdBQVcsQ0FBQztRQUM3QixhQUFhLEVBQUUsVUFBQyxDQUFDLFNBQVMsQ0FBQyxNQUFNLENBQUM7UUFDbEMsTUFBTSxFQUFFLFVBQUMsQ0FBQyxXQUFXLENBQUMsUUFBUSxDQUFDO1FBQy9CLFdBQVcsRUFBRSxVQUFDLENBQUMsU0FBUyxDQUFDLE9BQU8sQ0FBQztRQUNqQyxTQUFTLEVBQUUsVUFBQyxDQUFDLE9BQU8sRUFBRTtLQUN6QixDQUFDLENBQUM7SUFFSCxNQUFNLEVBQUUsSUFBQSxhQUFJLEVBQUMsVUFBQyxDQUFDLElBQUksQ0FBQyxVQUFDLENBQUMsZ0JBQWdCLENBQUMsV0FBVyxDQUFDLENBQUMsQ0FBQztJQUVyRCxXQUFXLEVBQUUsSUFBQSxhQUFJLEVBQUMsVUFBQyxDQUFDLFdBQVcsQ0FBQztRQUM1QixTQUFTLEVBQUUsVUFBQyxDQUFDLFdBQVcsQ0FBQyxRQUFRLENBQUM7UUFDbEMsUUFBUSxFQUFFLFVBQUMsQ0FBQyxTQUFTLENBQUMsT0FBTyxDQUFDO1FBQzlCLFVBQVUsRUFBRSxVQUFDLENBQUMsU0FBUyxDQUFDLE1BQU0sQ0FBQztRQUMvQixTQUFTLEVBQUUsVUFBQyxDQUFDLE9BQU8sRUFBRTtLQUN6QixDQUFDLENBQUM7SUFFSCxXQUFXLEVBQUUsSUFBQSxhQUFJLEVBQUMsVUFBQyxDQUFDLFVBQVUsQ0FDMUIsVUFBQyxDQUFDLFdBQVcsQ0FBQztRQUNWLE1BQU0sRUFBRSxVQUFDLENBQUMsU0FBUyxDQUFDLE9BQU8sQ0FBQztRQUM1QixXQUFXLEVBQUUsVUFBQyxDQUFDLGdCQUFnQixDQUFDLFdBQVcsQ0FBQztLQUMvQyxDQUFDLENBQ0wsQ0FBQztDQUNMLENBQ0osQ0FBQSJ9
@@ -0,0 +1,3 @@
1
+ import * as pd from 'exupery-core-data';
2
+ import * as g_ from "../../../../generated/interface/schemas/schema/data_types/unresolved";
3
+ export declare const $: g_.Globals<pd.Source_Location>;
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.$ = void 0;
4
+ const schema_1 = require("../../../../shorthands/schema");
5
+ exports.$ = (0, schema_1.globals)('unconstrained', {
6
+ "Output": (0, schema_1.text)("single line"),
7
+ }, {});
8
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiJC5nbG9iYWxzLmFzdG4uanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9zcmMvdGVtcG9yYXJ5X3NjaGVtYXMvcGFyZXRvLWZvdW50YWluLXBlbi9zY2hlbWFzL2xpbmVzLyQuZ2xvYmFscy5hc3RuLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7OztBQUVBLDBEQUlzQztBQUd6QixRQUFBLENBQUMsR0FBbUMsSUFBQSxnQkFBTyxFQUMvQyxlQUFlLEVBQ3BCO0lBQ0ksUUFBUSxFQUFFLElBQUEsYUFBSSxFQUFDLGFBQWEsQ0FBQztDQUNoQyxFQUNELEVBQUUsQ0FDTCxDQUFBIn0=
@@ -0,0 +1,3 @@
1
+ import * as pd from 'exupery-core-data';
2
+ import * as g_ from "../../../../generated/interface/schemas/schema/data_types/unresolved";
3
+ export declare const $: g_.Schemas.D<pd.Source_Location>;
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.$ = void 0;
4
+ const schema_1 = require("../../../../shorthands/schema");
5
+ const __types_astn_1 = require("./$.types.astn");
6
+ const __globals_astn_1 = require("./$.globals.astn");
7
+ exports.$ = (0, schema_1.schema_)({}, __globals_astn_1.$, __types_astn_1.$, null);
8
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiJC5tb2R1bGUuYXN0bi5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3NyYy90ZW1wb3Jhcnlfc2NoZW1hcy9wYXJldG8tZm91bnRhaW4tcGVuL3NjaGVtYXMvbGluZXMvJC5tb2R1bGUuYXN0bi50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7QUFJQSwwREFBb0U7QUFHcEUsaURBQTRDO0FBQzVDLHFEQUErQztBQUVsQyxRQUFBLENBQUMsR0FBcUMsSUFBQSxnQkFBTyxFQUN0RCxFQUFFLEVBQ0Ysa0JBQU8sRUFDUCxnQkFBTSxFQUNOLElBQUksQ0FDUCxDQUFBIn0=
@@ -0,0 +1,3 @@
1
+ import * as pd from 'exupery-core-data';
2
+ import * as g_ from "../../../../generated/interface/schemas/schema/data_types/unresolved";
3
+ export declare const $: g_.Types<pd.Source_Location>;
@@ -0,0 +1,12 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.$ = void 0;
4
+ const schema_1 = require("../../../../shorthands/schema");
5
+ exports.$ = (0, schema_1.types)({
6
+ "Lines": (0, schema_1.type)(schema_1.t.list(schema_1.t.text_global("Output"))),
7
+ "Directory": (0, schema_1.type)(schema_1.t.dictionary(schema_1.t.state_group({
8
+ "file": schema_1.t.component("Lines"),
9
+ "directory": schema_1.t.component_cyclic("Directory"),
10
+ }))),
11
+ });
12
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiJC50eXBlcy5hc3RuLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vc3JjL3RlbXBvcmFyeV9zY2hlbWFzL3BhcmV0by1mb3VudGFpbi1wZW4vc2NoZW1hcy9saW5lcy8kLnR5cGVzLmFzdG4udHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7O0FBRUEsMERBT3NDO0FBR3pCLFFBQUEsQ0FBQyxHQUFrQyxJQUFBLGNBQUssRUFDakQ7SUFDSSxPQUFPLEVBQUUsSUFBQSxhQUFJLEVBQUMsVUFBQyxDQUFDLElBQUksQ0FBQyxVQUFDLENBQUMsV0FBVyxDQUFDLFFBQVEsQ0FBQyxDQUFDLENBQUM7SUFFOUMsV0FBVyxFQUFFLElBQUEsYUFBSSxFQUFDLFVBQUMsQ0FBQyxVQUFVLENBQzFCLFVBQUMsQ0FBQyxXQUFXLENBQUM7UUFDVixNQUFNLEVBQUUsVUFBQyxDQUFDLFNBQVMsQ0FBQyxPQUFPLENBQUM7UUFDNUIsV0FBVyxFQUFFLFVBQUMsQ0FBQyxnQkFBZ0IsQ0FBQyxXQUFXLENBQUM7S0FDL0MsQ0FBQyxDQUNMLENBQUM7Q0FDTCxDQUNKLENBQUEifQ==
@@ -0,0 +1,3 @@
1
+ import * as pd from 'exupery-core-data';
2
+ import * as g_ from "../../../../generated/interface/schemas/schema/data_types/unresolved";
3
+ export declare const $: g_.Globals<pd.Source_Location>;
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.$ = void 0;
4
+ const schema_1 = require("../../../../shorthands/schema");
5
+ exports.$ = (0, schema_1.globals)('unconstrained', {
6
+ "Output": (0, schema_1.text)("single line"),
7
+ }, {});
8
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiJC5nbG9iYWxzLmFzdG4uanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9zcmMvdGVtcG9yYXJ5X3NjaGVtYXMvcGFyZXRvLWZvdW50YWluLXBlbi9zY2hlbWFzL3NlbWlfbGluZXMvJC5nbG9iYWxzLmFzdG4udHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7O0FBRUEsMERBSXNDO0FBR3pCLFFBQUEsQ0FBQyxHQUFtQyxJQUFBLGdCQUFPLEVBQy9DLGVBQWUsRUFDcEI7SUFDSSxRQUFRLEVBQUUsSUFBQSxhQUFJLEVBQUMsYUFBYSxDQUFDO0NBQ2hDLEVBQ0QsRUFBRSxDQUNMLENBQUEifQ==
@@ -0,0 +1,3 @@
1
+ import * as pd from 'exupery-core-data';
2
+ import * as g_ from "../../../../generated/interface/schemas/schema/data_types/unresolved";
3
+ export declare const $: g_.Schemas.D<pd.Source_Location>;
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.$ = void 0;
4
+ const schema_1 = require("../../../../shorthands/schema");
5
+ const __types_astn_1 = require("./$.types.astn");
6
+ const __globals_astn_1 = require("./$.globals.astn");
7
+ exports.$ = (0, schema_1.schema_)({}, __globals_astn_1.$, __types_astn_1.$, null);
8
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiJC5tb2R1bGUuYXN0bi5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3NyYy90ZW1wb3Jhcnlfc2NoZW1hcy9wYXJldG8tZm91bnRhaW4tcGVuL3NjaGVtYXMvc2VtaV9saW5lcy8kLm1vZHVsZS5hc3RuLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7OztBQUlBLDBEQUFvRTtBQUdwRSxpREFBNEM7QUFDNUMscURBQStDO0FBRWxDLFFBQUEsQ0FBQyxHQUFxQyxJQUFBLGdCQUFPLEVBQ3RELEVBQUUsRUFDRixrQkFBTyxFQUNQLGdCQUFNLEVBQ04sSUFBSSxDQUNQLENBQUEifQ==
@@ -0,0 +1,3 @@
1
+ import * as pd from 'exupery-core-data';
2
+ import * as g_ from "../../../../generated/interface/schemas/schema/data_types/unresolved";
3
+ export declare const $: g_.Types<pd.Source_Location>;
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.$ = void 0;
4
+ const schema_1 = require("../../../../shorthands/schema");
5
+ exports.$ = (0, schema_1.types)({
6
+ "Lines": (0, schema_1.type)(schema_1.t.list(schema_1.t.group({
7
+ "text": schema_1.t.text_global("Output"),
8
+ "indentation": schema_1.t.number_local(schema_1.n.natural())
9
+ }))),
10
+ "Directory": (0, schema_1.type)(schema_1.t.dictionary(schema_1.t.state_group({
11
+ "file": schema_1.t.component("Lines"),
12
+ "directory": schema_1.t.component_cyclic("Directory"),
13
+ }))),
14
+ });
15
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiJC50eXBlcy5hc3RuLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vc3JjL3RlbXBvcmFyeV9zY2hlbWFzL3BhcmV0by1mb3VudGFpbi1wZW4vc2NoZW1hcy9zZW1pX2xpbmVzLyQudHlwZXMuYXN0bi50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7QUFFQSwwREFPc0M7QUFHekIsUUFBQSxDQUFDLEdBQWtDLElBQUEsY0FBSyxFQUNqRDtJQUNJLE9BQU8sRUFBRSxJQUFBLGFBQUksRUFBQyxVQUFDLENBQUMsSUFBSSxDQUFDLFVBQUMsQ0FBQyxLQUFLLENBQUM7UUFDekIsTUFBTSxFQUFFLFVBQUMsQ0FBQyxXQUFXLENBQUMsUUFBUSxDQUFDO1FBQy9CLGFBQWEsRUFBRSxVQUFDLENBQUMsWUFBWSxDQUFDLFVBQUMsQ0FBQyxPQUFPLEVBQUUsQ0FBQztLQUM3QyxDQUFDLENBQUMsQ0FBQztJQUVKLFdBQVcsRUFBRSxJQUFBLGFBQUksRUFBQyxVQUFDLENBQUMsVUFBVSxDQUMxQixVQUFDLENBQUMsV0FBVyxDQUFDO1FBQ1YsTUFBTSxFQUFFLFVBQUMsQ0FBQyxTQUFTLENBQUMsT0FBTyxDQUFDO1FBQzVCLFdBQVcsRUFBRSxVQUFDLENBQUMsZ0JBQWdCLENBQUMsV0FBVyxDQUFDO0tBQy9DLENBQUMsQ0FDTCxDQUFDO0NBQ0wsQ0FDSixDQUFBIn0=
@@ -0,0 +1,3 @@
1
+ import * as pd from 'exupery-core-data';
2
+ import * as g_ from "../../../../generated/interface/schemas/schema/data_types/unresolved";
3
+ export declare const $: g_.Globals<pd.Source_Location>;
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.$ = void 0;
4
+ const schema_1 = require("../../../../shorthands/schema");
5
+ exports.$ = (0, schema_1.globals)('unconstrained', {
6
+ "Output": (0, schema_1.text)("single line"),
7
+ }, {});
8
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiJC5nbG9iYWxzLmFzdG4uanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9zcmMvdGVtcG9yYXJ5X3NjaGVtYXMvcGFyZXRvLWZvdW50YWluLXBlbi9zY2hlbWFzL3RleHQvJC5nbG9iYWxzLmFzdG4udHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7O0FBRUEsMERBSXNDO0FBR3pCLFFBQUEsQ0FBQyxHQUFtQyxJQUFBLGdCQUFPLEVBQy9DLGVBQWUsRUFDcEI7SUFDSSxRQUFRLEVBQUUsSUFBQSxhQUFJLEVBQUMsYUFBYSxDQUFDO0NBQ2hDLEVBQ0QsRUFBRSxDQUNMLENBQUEifQ==
@@ -0,0 +1,3 @@
1
+ import * as pd from 'exupery-core-data';
2
+ import * as g_ from "../../../../generated/interface/schemas/schema/data_types/unresolved";
3
+ export declare const $: g_.Schemas.D<pd.Source_Location>;
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.$ = void 0;
4
+ const schema_1 = require("../../../../shorthands/schema");
5
+ const __types_astn_1 = require("./$.types.astn");
6
+ const __globals_astn_1 = require("./$.globals.astn");
7
+ exports.$ = (0, schema_1.schema_)({}, __globals_astn_1.$, __types_astn_1.$, null);
8
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiJC5tb2R1bGUuYXN0bi5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3NyYy90ZW1wb3Jhcnlfc2NoZW1hcy9wYXJldG8tZm91bnRhaW4tcGVuL3NjaGVtYXMvdGV4dC8kLm1vZHVsZS5hc3RuLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7OztBQUlBLDBEQUFvRTtBQUdwRSxpREFBNEM7QUFDNUMscURBQStDO0FBRWxDLFFBQUEsQ0FBQyxHQUFxQyxJQUFBLGdCQUFPLEVBQ3RELEVBQUUsRUFDRixrQkFBTyxFQUNQLGdCQUFNLEVBQ04sSUFBSSxDQUNQLENBQUEifQ==
@@ -0,0 +1,3 @@
1
+ import * as pd from 'exupery-core-data';
2
+ import * as g_ from "../../../../generated/interface/schemas/schema/data_types/unresolved";
3
+ export declare const $: g_.Types<pd.Source_Location>;
@@ -0,0 +1,12 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.$ = void 0;
4
+ const schema_1 = require("../../../../shorthands/schema");
5
+ exports.$ = (0, schema_1.types)({
6
+ "Lines": (0, schema_1.type)(schema_1.t.text_global("Output")),
7
+ "Directory": (0, schema_1.type)(schema_1.t.dictionary(schema_1.t.state_group({
8
+ "file": schema_1.t.component("Lines"),
9
+ "directory": schema_1.t.component_cyclic("Directory"),
10
+ }))),
11
+ });
12
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiJC50eXBlcy5hc3RuLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vc3JjL3RlbXBvcmFyeV9zY2hlbWFzL3BhcmV0by1mb3VudGFpbi1wZW4vc2NoZW1hcy90ZXh0LyQudHlwZXMuYXN0bi50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7QUFFQSwwREFPc0M7QUFHekIsUUFBQSxDQUFDLEdBQWtDLElBQUEsY0FBSyxFQUNqRDtJQUNJLE9BQU8sRUFBRSxJQUFBLGFBQUksRUFBQyxVQUFDLENBQUMsV0FBVyxDQUFDLFFBQVEsQ0FBQyxDQUFDO0lBRXRDLFdBQVcsRUFBRSxJQUFBLGFBQUksRUFBQyxVQUFDLENBQUMsVUFBVSxDQUMxQixVQUFDLENBQUMsV0FBVyxDQUFDO1FBQ1YsTUFBTSxFQUFFLFVBQUMsQ0FBQyxTQUFTLENBQUMsT0FBTyxDQUFDO1FBQzVCLFdBQVcsRUFBRSxVQUFDLENBQUMsZ0JBQWdCLENBQUMsV0FBVyxDQUFDO0tBQy9DLENBQUMsQ0FDTCxDQUFDO0NBQ0wsQ0FDSixDQUFBIn0=
@@ -0,0 +1,3 @@
1
+ import * as pd from 'exupery-core-data';
2
+ import * as g_ from "../../generated/interface/schemas/schema/data_types/unresolved";
3
+ export declare const $: g_.Schemas<pd.Source_Location>;
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.$ = void 0;
4
+ const schema_1 = require("../../shorthands/schema");
5
+ const __module_astn_1 = require("./schemas/block/$.module.astn");
6
+ const __module_astn_2 = require("./schemas/lines/$.module.astn");
7
+ const __module_astn_3 = require("./schemas/text/$.module.astn");
8
+ const __module_astn_4 = require("./schemas/semi_lines/$.module.astn");
9
+ exports.$ = (0, schema_1.schemas)({
10
+ "block": __module_astn_1.$,
11
+ "lines": __module_astn_2.$,
12
+ "semi lines": __module_astn_4.$,
13
+ "text": __module_astn_3.$,
14
+ });
15
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2NoZW1hcy5hc3RuLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vc3JjL3RlbXBvcmFyeV9zY2hlbWFzL3BhcmV0by1mb3VudGFpbi1wZW4vc2NoZW1hcy5hc3RuLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7OztBQUVBLG9EQUFpRDtBQUdqRCxpRUFBNEQ7QUFDNUQsaUVBQTREO0FBQzVELGdFQUEwRDtBQUMxRCxzRUFBc0U7QUFHekQsUUFBQSxDQUFDLEdBQW1DLElBQUEsZ0JBQU8sRUFBQztJQUNyRCxPQUFPLEVBQUUsaUJBQU87SUFDaEIsT0FBTyxFQUFFLGlCQUFPO0lBQ2hCLFlBQVksRUFBRSxpQkFBWTtJQUMxQixNQUFNLEVBQUUsaUJBQU07Q0FDakIsQ0FBQyxDQUFBIn0=
@@ -0,0 +1,3 @@
1
+ import * as pd from 'exupery-core-data';
2
+ import * as g_ from "../../generated/interface/schemas/module/data_types/unresolved";
3
+ export declare const $: g_.Module<pd.Source_Location>;
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.$ = void 0;
4
+ const module_1 = require("../../shorthands/module");
5
+ const operations_astn_1 = require("./operations.astn");
6
+ const schema_tree_astn_1 = require("./schema_tree.astn");
7
+ exports.$ = (0, module_1.module_)(operations_astn_1.$, schema_tree_astn_1.$);
8
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibW9kdWxlLmFzdG4uanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi9zcmMvdGVtcG9yYXJ5X3NjaGVtYXMvcGFyZXRvLWpzb24vbW9kdWxlLmFzdG4udHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7O0FBSUEsb0RBQWlEO0FBRWpELHVEQUFtRDtBQUNuRCx5REFBcUQ7QUFFeEMsUUFBQSxDQUFDLEdBQWtDLElBQUEsZ0JBQU8sRUFDbkQsbUJBQVUsRUFDVixvQkFBVyxDQUNkLENBQUEifQ==
@@ -0,0 +1,3 @@
1
+ import * as pd from 'exupery-core-data';
2
+ import * as g_ from "../../generated/interface/schemas/module/data_types/unresolved";
3
+ export declare const $: g_.Operations<pd.Source_Location>;
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.$ = void 0;
4
+ const module_1 = require("../../shorthands/module");
5
+ exports.$ = (0, module_1.operations)({});
6
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoib3BlcmF0aW9ucy5hc3RuLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vc3JjL3RlbXBvcmFyeV9zY2hlbWFzL3BhcmV0by1qc29uL29wZXJhdGlvbnMuYXN0bi50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7QUFFQSxvREFBb0U7QUFLdkQsUUFBQSxDQUFDLEdBQXNDLElBQUEsbUJBQVUsRUFDMUQsRUFDQyxDQUNKLENBQUEifQ==
@@ -0,0 +1,3 @@
1
+ import * as pd from 'exupery-core-data';
2
+ import * as g_ from "../../generated/interface/schemas/schema/data_types/unresolved";
3
+ export declare const $: g_.Schema_Tree<pd.Source_Location>;
@@ -0,0 +1,9 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.$ = void 0;
4
+ const schema_1 = require("../../shorthands/schema");
5
+ const __module_astn_1 = require("./schemas/json/$.module.astn");
6
+ exports.$ = schema_1.st.set({
7
+ "json": __module_astn_1.$,
8
+ });
9
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2NoZW1hX3RyZWUuYXN0bi5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3NyYy90ZW1wb3Jhcnlfc2NoZW1hcy9wYXJldG8tanNvbi9zY2hlbWFfdHJlZS5hc3RuLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7OztBQUVBLG9EQUE0QztBQUc1QyxnRUFBMEQ7QUFFN0MsUUFBQSxDQUFDLEdBQXVDLFdBQUUsQ0FBQyxHQUFHLENBQUM7SUFDeEQsTUFBTSxFQUFFLGlCQUFNO0NBQ2pCLENBQUMsQ0FBQSJ9