pareto 0.76.28 → 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 (520) 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/path.d.ts +3 -0
  92. package/dist/other/path.js +39 -0
  93. package/dist/other/serialize_schemas.d.ts +3 -0
  94. package/dist/other/serialize_schemas.js +67 -0
  95. package/dist/other/test.d.ts +1 -0
  96. package/dist/other/test.js +81 -0
  97. package/dist/other/unmarshall_astn_ast.d.ts +12 -0
  98. package/dist/other/unmarshall_astn_ast.js +422 -0
  99. package/dist/other/validate_instance_against_directory_schema.d.ts +6 -0
  100. package/dist/other/validate_instance_against_directory_schema.js +142 -0
  101. package/dist/resolvers/module.d.ts +3 -4
  102. package/dist/resolvers/module.js +14 -14
  103. package/dist/resolvers/schema.d.ts +24 -23
  104. package/dist/resolvers/schema.js +618 -586
  105. package/dist/shorthands/module.d.ts +3 -3
  106. package/dist/shorthands/module.js +8 -8
  107. package/dist/shorthands/schema.d.ts +53 -10
  108. package/dist/shorthands/schema.js +288 -244
  109. package/dist/temp_unmashall_result_types.d.ts +41 -23
  110. package/dist/temporary_schemas/accounting_ruwe_data/module.astn.d.ts +3 -0
  111. package/dist/temporary_schemas/accounting_ruwe_data/module.astn.js +8 -0
  112. package/dist/temporary_schemas/accounting_ruwe_data/operations.astn.d.ts +3 -0
  113. package/dist/temporary_schemas/accounting_ruwe_data/operations.astn.js +78 -0
  114. package/dist/temporary_schemas/accounting_ruwe_data/schema_tree.astn.d.ts +3 -0
  115. package/dist/temporary_schemas/accounting_ruwe_data/schema_tree.astn.js +36 -0
  116. package/dist/temporary_schemas/accounting_ruwe_data/schemas/alan_light_oldstyle/$.globals.astn.d.ts +3 -0
  117. package/dist/temporary_schemas/accounting_ruwe_data/schemas/alan_light_oldstyle/$.globals.astn.js +8 -0
  118. package/dist/temporary_schemas/accounting_ruwe_data/schemas/alan_light_oldstyle/$.module.astn.d.ts +3 -0
  119. package/dist/temporary_schemas/accounting_ruwe_data/schemas/alan_light_oldstyle/$.module.astn.js +8 -0
  120. package/dist/temporary_schemas/accounting_ruwe_data/schemas/alan_light_oldstyle/$.types.astn.d.ts +8 -0
  121. package/dist/temporary_schemas/accounting_ruwe_data/schemas/alan_light_oldstyle/$.types.astn.js +63 -0
  122. package/dist/temporary_schemas/accounting_ruwe_data/schemas/boekhouding/$.globals.astn.d.ts +3 -0
  123. package/dist/temporary_schemas/accounting_ruwe_data/schemas/boekhouding/$.globals.astn.js +16 -0
  124. package/dist/temporary_schemas/accounting_ruwe_data/schemas/boekhouding/$.module.astn.d.ts +3 -0
  125. package/dist/temporary_schemas/accounting_ruwe_data/schemas/boekhouding/$.module.astn.js +10 -0
  126. package/dist/temporary_schemas/accounting_ruwe_data/schemas/boekhouding/$.resolvers.astn.d.ts +3 -0
  127. package/dist/temporary_schemas/accounting_ruwe_data/schemas/boekhouding/$.resolvers.astn.js +398 -0
  128. package/dist/temporary_schemas/accounting_ruwe_data/schemas/boekhouding/$.signatures.astn.d.ts +3 -0
  129. package/dist/temporary_schemas/accounting_ruwe_data/schemas/boekhouding/$.signatures.astn.js +49 -0
  130. package/dist/temporary_schemas/accounting_ruwe_data/schemas/boekhouding/$.types.astn.d.ts +3 -0
  131. package/dist/temporary_schemas/accounting_ruwe_data/schemas/boekhouding/$.types.astn.js +364 -0
  132. package/dist/temporary_schemas/accounting_ruwe_data/schemas/boekhouding_oude_model/$.globals.astn.d.ts +3 -0
  133. package/dist/temporary_schemas/accounting_ruwe_data/schemas/boekhouding_oude_model/$.globals.astn.js +17 -0
  134. package/dist/temporary_schemas/accounting_ruwe_data/schemas/boekhouding_oude_model/$.module.astn.d.ts +3 -0
  135. package/dist/temporary_schemas/accounting_ruwe_data/schemas/boekhouding_oude_model/$.module.astn.js +8 -0
  136. package/dist/temporary_schemas/accounting_ruwe_data/schemas/boekhouding_oude_model/$.types.astn.d.ts +3 -0
  137. package/dist/temporary_schemas/accounting_ruwe_data/schemas/boekhouding_oude_model/$.types.astn.js +365 -0
  138. package/dist/temporary_schemas/accounting_ruwe_data/schemas/builder_configuration/$.globals.astn.d.ts +3 -0
  139. package/dist/temporary_schemas/accounting_ruwe_data/schemas/builder_configuration/$.globals.astn.js +6 -0
  140. package/dist/temporary_schemas/accounting_ruwe_data/schemas/builder_configuration/$.module.astn.d.ts +3 -0
  141. package/dist/temporary_schemas/accounting_ruwe_data/schemas/builder_configuration/$.module.astn.js +8 -0
  142. package/dist/temporary_schemas/accounting_ruwe_data/schemas/builder_configuration/$.types.astn.d.ts +3 -0
  143. package/dist/temporary_schemas/accounting_ruwe_data/schemas/builder_configuration/$.types.astn.js +48 -0
  144. package/dist/temporary_schemas/accounting_ruwe_data/schemas/csv/$.globals.astn.d.ts +3 -0
  145. package/dist/temporary_schemas/accounting_ruwe_data/schemas/csv/$.globals.astn.js +6 -0
  146. package/dist/temporary_schemas/accounting_ruwe_data/schemas/csv/$.module.astn.d.ts +3 -0
  147. package/dist/temporary_schemas/accounting_ruwe_data/schemas/csv/$.module.astn.js +8 -0
  148. package/dist/temporary_schemas/accounting_ruwe_data/schemas/csv/$.types.astn.d.ts +3 -0
  149. package/dist/temporary_schemas/accounting_ruwe_data/schemas/csv/$.types.astn.js +21 -0
  150. package/dist/temporary_schemas/accounting_ruwe_data/schemas/html/$.globals.astn.d.ts +3 -0
  151. package/dist/temporary_schemas/accounting_ruwe_data/schemas/html/$.globals.astn.js +8 -0
  152. package/dist/temporary_schemas/accounting_ruwe_data/schemas/html/$.module.astn.d.ts +3 -0
  153. package/dist/temporary_schemas/accounting_ruwe_data/schemas/html/$.module.astn.js +8 -0
  154. package/dist/temporary_schemas/accounting_ruwe_data/schemas/html/$.types.astn.d.ts +3 -0
  155. package/dist/temporary_schemas/accounting_ruwe_data/schemas/html/$.types.astn.js +631 -0
  156. package/dist/temporary_schemas/accounting_ruwe_data/schemas/json/annotated/$.globals.astn.d.ts +3 -0
  157. package/dist/temporary_schemas/accounting_ruwe_data/schemas/json/annotated/$.globals.astn.js +10 -0
  158. package/dist/temporary_schemas/accounting_ruwe_data/schemas/json/annotated/$.module.astn.d.ts +3 -0
  159. package/dist/temporary_schemas/accounting_ruwe_data/schemas/json/annotated/$.module.astn.js +8 -0
  160. package/dist/temporary_schemas/accounting_ruwe_data/schemas/json/annotated/$.types.astn.d.ts +3 -0
  161. package/dist/temporary_schemas/accounting_ruwe_data/schemas/json/annotated/$.types.astn.js +53 -0
  162. package/dist/temporary_schemas/accounting_ruwe_data/schemas/json/simple/$.globals.astn.d.ts +3 -0
  163. package/dist/temporary_schemas/accounting_ruwe_data/schemas/json/simple/$.globals.astn.js +10 -0
  164. package/dist/temporary_schemas/accounting_ruwe_data/schemas/json/simple/$.module.astn.d.ts +3 -0
  165. package/dist/temporary_schemas/accounting_ruwe_data/schemas/json/simple/$.module.astn.js +8 -0
  166. package/dist/temporary_schemas/accounting_ruwe_data/schemas/json/simple/$.types.astn.d.ts +3 -0
  167. package/dist/temporary_schemas/accounting_ruwe_data/schemas/json/simple/$.types.astn.js +17 -0
  168. package/dist/temporary_schemas/accounting_ruwe_data/schemas/json_schema/$.globals.astn.d.ts +3 -0
  169. package/dist/temporary_schemas/accounting_ruwe_data/schemas/json_schema/$.globals.astn.js +13 -0
  170. package/dist/temporary_schemas/accounting_ruwe_data/schemas/json_schema/$.module.astn.d.ts +3 -0
  171. package/dist/temporary_schemas/accounting_ruwe_data/schemas/json_schema/$.module.astn.js +8 -0
  172. package/dist/temporary_schemas/accounting_ruwe_data/schemas/json_schema/$.types.astn.d.ts +3 -0
  173. package/dist/temporary_schemas/accounting_ruwe_data/schemas/json_schema/$.types.astn.js +51 -0
  174. package/dist/temporary_schemas/accounting_ruwe_data/schemas/legacy_schema/$.globals.astn.d.ts +3 -0
  175. package/dist/temporary_schemas/accounting_ruwe_data/schemas/legacy_schema/$.globals.astn.js +6 -0
  176. package/dist/temporary_schemas/accounting_ruwe_data/schemas/legacy_schema/$.module.astn.d.ts +3 -0
  177. package/dist/temporary_schemas/accounting_ruwe_data/schemas/legacy_schema/$.module.astn.js +8 -0
  178. package/dist/temporary_schemas/accounting_ruwe_data/schemas/legacy_schema/$.types.astn.d.ts +3 -0
  179. package/dist/temporary_schemas/accounting_ruwe_data/schemas/legacy_schema/$.types.astn.js +74 -0
  180. package/dist/temporary_schemas/accounting_ruwe_data/schemas/railroad_diagram/$.globals.astn.d.ts +3 -0
  181. package/dist/temporary_schemas/accounting_ruwe_data/schemas/railroad_diagram/$.globals.astn.js +8 -0
  182. package/dist/temporary_schemas/accounting_ruwe_data/schemas/railroad_diagram/$.module.astn.d.ts +3 -0
  183. package/dist/temporary_schemas/accounting_ruwe_data/schemas/railroad_diagram/$.module.astn.js +8 -0
  184. package/dist/temporary_schemas/accounting_ruwe_data/schemas/railroad_diagram/$.types.astn.d.ts +3 -0
  185. package/dist/temporary_schemas/accounting_ruwe_data/schemas/railroad_diagram/$.types.astn.js +50 -0
  186. package/dist/temporary_schemas/accounting_ruwe_data/schemas/regular_expression/$.globals.astn.d.ts +3 -0
  187. package/dist/temporary_schemas/accounting_ruwe_data/schemas/regular_expression/$.globals.astn.js +10 -0
  188. package/dist/temporary_schemas/accounting_ruwe_data/schemas/regular_expression/$.module.astn.d.ts +3 -0
  189. package/dist/temporary_schemas/accounting_ruwe_data/schemas/regular_expression/$.module.astn.js +8 -0
  190. package/dist/temporary_schemas/accounting_ruwe_data/schemas/regular_expression/$.types.astn.d.ts +3 -0
  191. package/dist/temporary_schemas/accounting_ruwe_data/schemas/regular_expression/$.types.astn.js +40 -0
  192. package/dist/temporary_schemas/accounting_ruwe_data/schemas/semantic_versioning/$.globals.astn.d.ts +3 -0
  193. package/dist/temporary_schemas/accounting_ruwe_data/schemas/semantic_versioning/$.globals.astn.js +8 -0
  194. package/dist/temporary_schemas/accounting_ruwe_data/schemas/semantic_versioning/$.module.astn.d.ts +3 -0
  195. package/dist/temporary_schemas/accounting_ruwe_data/schemas/semantic_versioning/$.module.astn.js +8 -0
  196. package/dist/temporary_schemas/accounting_ruwe_data/schemas/semantic_versioning/$.types.astn.d.ts +3 -0
  197. package/dist/temporary_schemas/accounting_ruwe_data/schemas/semantic_versioning/$.types.astn.js +18 -0
  198. package/dist/temporary_schemas/accounting_ruwe_data/schemas/xml/parse_result/$.globals.astn.d.ts +3 -0
  199. package/dist/temporary_schemas/accounting_ruwe_data/schemas/xml/parse_result/$.globals.astn.js +10 -0
  200. package/dist/temporary_schemas/accounting_ruwe_data/schemas/xml/parse_result/$.module.astn.d.ts +3 -0
  201. package/dist/temporary_schemas/accounting_ruwe_data/schemas/xml/parse_result/$.module.astn.js +8 -0
  202. package/dist/temporary_schemas/accounting_ruwe_data/schemas/xml/parse_result/$.types.astn.d.ts +3 -0
  203. package/dist/temporary_schemas/accounting_ruwe_data/schemas/xml/parse_result/$.types.astn.js +63 -0
  204. package/dist/temporary_schemas/accounting_ruwe_data/schemas/xml/simple/$.globals.astn.d.ts +3 -0
  205. package/dist/temporary_schemas/accounting_ruwe_data/schemas/xml/simple/$.globals.astn.js +10 -0
  206. package/dist/temporary_schemas/accounting_ruwe_data/schemas/xml/simple/$.module.astn.d.ts +3 -0
  207. package/dist/temporary_schemas/accounting_ruwe_data/schemas/xml/simple/$.module.astn.js +8 -0
  208. package/dist/temporary_schemas/accounting_ruwe_data/schemas/xml/simple/$.types.astn.d.ts +3 -0
  209. package/dist/temporary_schemas/accounting_ruwe_data/schemas/xml/simple/$.types.astn.js +31 -0
  210. package/dist/temporary_schemas/accounting_ruwe_data/schemas.astn.d.ts +3 -0
  211. package/dist/temporary_schemas/accounting_ruwe_data/schemas.astn.js +36 -0
  212. package/dist/temporary_schemas/all.d.ts +3 -0
  213. package/dist/temporary_schemas/all.js +44 -0
  214. package/dist/temporary_schemas/astn/module.astn.d.ts +3 -0
  215. package/dist/temporary_schemas/astn/module.astn.js +8 -0
  216. package/dist/temporary_schemas/astn/operations.astn.d.ts +3 -0
  217. package/dist/temporary_schemas/astn/operations.astn.js +6 -0
  218. package/dist/temporary_schemas/astn/schema_tree.astn.d.ts +3 -0
  219. package/dist/temporary_schemas/astn/schema_tree.astn.js +17 -0
  220. package/dist/temporary_schemas/astn/schemas/ast/$.globals.astn.d.ts +3 -0
  221. package/dist/temporary_schemas/astn/schemas/ast/$.globals.astn.js +6 -0
  222. package/dist/temporary_schemas/astn/schemas/ast/$.module.astn.d.ts +3 -0
  223. package/dist/temporary_schemas/astn/schemas/ast/$.module.astn.js +10 -0
  224. package/dist/temporary_schemas/astn/schemas/ast/$.types.astn.d.ts +3 -0
  225. package/dist/temporary_schemas/astn/schemas/ast/$.types.astn.js +85 -0
  226. package/dist/temporary_schemas/astn/schemas/ide/$.globals.astn.d.ts +3 -0
  227. package/dist/temporary_schemas/astn/schemas/ide/$.globals.astn.js +6 -0
  228. package/dist/temporary_schemas/astn/schemas/ide/$.module.astn.d.ts +3 -0
  229. package/dist/temporary_schemas/astn/schemas/ide/$.module.astn.js +10 -0
  230. package/dist/temporary_schemas/astn/schemas/ide/$.types.astn.d.ts +3 -0
  231. package/dist/temporary_schemas/astn/schemas/ide/$.types.astn.js +25 -0
  232. package/dist/temporary_schemas/astn/schemas/parse_result/$.globals.astn.d.ts +3 -0
  233. package/dist/temporary_schemas/astn/schemas/parse_result/$.globals.astn.js +6 -0
  234. package/dist/temporary_schemas/astn/schemas/parse_result/$.module.astn.d.ts +3 -0
  235. package/dist/temporary_schemas/astn/schemas/parse_result/$.module.astn.js +11 -0
  236. package/dist/temporary_schemas/astn/schemas/parse_result/$.types.astn.d.ts +3 -0
  237. package/dist/temporary_schemas/astn/schemas/parse_result/$.types.astn.js +49 -0
  238. package/dist/temporary_schemas/astn/schemas/target/$.globals.astn.d.ts +3 -0
  239. package/dist/temporary_schemas/astn/schemas/target/$.globals.astn.js +10 -0
  240. package/dist/temporary_schemas/astn/schemas/target/$.module.astn.d.ts +3 -0
  241. package/dist/temporary_schemas/astn/schemas/target/$.module.astn.js +8 -0
  242. package/dist/temporary_schemas/astn/schemas/target/$.types.astn.d.ts +3 -0
  243. package/dist/temporary_schemas/astn/schemas/target/$.types.astn.js +31 -0
  244. package/dist/temporary_schemas/astn/schemas/token/$.globals.astn.d.ts +3 -0
  245. package/dist/temporary_schemas/astn/schemas/token/$.globals.astn.js +6 -0
  246. package/dist/temporary_schemas/astn/schemas/token/$.module.astn.d.ts +3 -0
  247. package/dist/temporary_schemas/astn/schemas/token/$.module.astn.js +8 -0
  248. package/dist/temporary_schemas/astn/schemas/token/$.types.astn.d.ts +3 -0
  249. package/dist/temporary_schemas/astn/schemas/token/$.types.astn.js +75 -0
  250. package/dist/temporary_schemas/astn/schemas.astn.d.ts +3 -0
  251. package/dist/temporary_schemas/astn/schemas.astn.js +17 -0
  252. package/dist/temporary_schemas/exupery/module.astn.d.ts +3 -0
  253. package/dist/temporary_schemas/exupery/module.astn.js +8 -0
  254. package/dist/temporary_schemas/exupery/operations.astn.d.ts +3 -0
  255. package/dist/temporary_schemas/exupery/operations.astn.js +78 -0
  256. package/dist/temporary_schemas/exupery/schema_tree.astn.d.ts +3 -0
  257. package/dist/temporary_schemas/exupery/schema_tree.astn.js +13 -0
  258. package/dist/temporary_schemas/exupery/schemas/implementation/$.globals.astn.d.ts +3 -0
  259. package/dist/temporary_schemas/exupery/schemas/implementation/$.globals.astn.js +10 -0
  260. package/dist/temporary_schemas/exupery/schemas/implementation/$.module.astn.d.ts +3 -0
  261. package/dist/temporary_schemas/exupery/schemas/implementation/$.module.astn.js +12 -0
  262. package/dist/temporary_schemas/exupery/schemas/implementation/$.resolvers.astn.d.ts +3 -0
  263. package/dist/temporary_schemas/exupery/schemas/implementation/$.resolvers.astn.js +156 -0
  264. package/dist/temporary_schemas/exupery/schemas/implementation/$.signatures.astn.d.ts +3 -0
  265. package/dist/temporary_schemas/exupery/schemas/implementation/$.signatures.astn.js +14 -0
  266. package/dist/temporary_schemas/exupery/schemas/implementation/$.types.astn.d.ts +3 -0
  267. package/dist/temporary_schemas/exupery/schemas/implementation/$.types.astn.js +166 -0
  268. package/dist/temporary_schemas/exupery/schemas/interface/$.globals.astn.d.ts +3 -0
  269. package/dist/temporary_schemas/exupery/schemas/interface/$.globals.astn.js +9 -0
  270. package/dist/temporary_schemas/exupery/schemas/interface/$.module.astn.d.ts +3 -0
  271. package/dist/temporary_schemas/exupery/schemas/interface/$.module.astn.js +10 -0
  272. package/dist/temporary_schemas/exupery/schemas/interface/$.resolvers.astn.d.ts +3 -0
  273. package/dist/temporary_schemas/exupery/schemas/interface/$.resolvers.astn.js +83 -0
  274. package/dist/temporary_schemas/exupery/schemas/interface/$.signatures.astn.d.ts +3 -0
  275. package/dist/temporary_schemas/exupery/schemas/interface/$.signatures.astn.js +14 -0
  276. package/dist/temporary_schemas/exupery/schemas/interface/$.types.astn.d.ts +3 -0
  277. package/dist/temporary_schemas/exupery/schemas/interface/$.types.astn.js +83 -0
  278. package/dist/temporary_schemas/exupery/schemas/typescript_light/$.globals.astn.d.ts +3 -0
  279. package/dist/temporary_schemas/exupery/schemas/typescript_light/$.globals.astn.js +9 -0
  280. package/dist/temporary_schemas/exupery/schemas/typescript_light/$.module.astn.d.ts +3 -0
  281. package/dist/temporary_schemas/exupery/schemas/typescript_light/$.module.astn.js +8 -0
  282. package/dist/temporary_schemas/exupery/schemas/typescript_light/$.types.astn.d.ts +3 -0
  283. package/dist/temporary_schemas/exupery/schemas/typescript_light/$.types.astn.js +130 -0
  284. package/dist/temporary_schemas/exupery/schemas.astn.d.ts +3 -0
  285. package/dist/temporary_schemas/exupery/schemas.astn.js +13 -0
  286. package/dist/temporary_schemas/pareto/module.astn.d.ts +3 -0
  287. package/dist/temporary_schemas/pareto/module.astn.js +8 -0
  288. package/dist/temporary_schemas/pareto/operations.astn.d.ts +3 -0
  289. package/dist/temporary_schemas/pareto/operations.astn.js +78 -0
  290. package/dist/temporary_schemas/pareto/schema_tree.astn.d.ts +3 -0
  291. package/dist/temporary_schemas/pareto/schema_tree.astn.js +15 -0
  292. package/dist/temporary_schemas/pareto/schemas/module/$.globals.astn.d.ts +3 -0
  293. package/dist/temporary_schemas/pareto/schemas/module/$.globals.astn.js +6 -0
  294. package/dist/temporary_schemas/pareto/schemas/module/$.module.astn.d.ts +3 -0
  295. package/dist/temporary_schemas/pareto/schemas/module/$.module.astn.js +12 -0
  296. package/dist/temporary_schemas/pareto/schemas/module/$.resolvers.astn.d.ts +3 -0
  297. package/dist/temporary_schemas/pareto/schemas/module/$.resolvers.astn.js +45 -0
  298. package/dist/temporary_schemas/pareto/schemas/module/$.signatures.astn.d.ts +3 -0
  299. package/dist/temporary_schemas/pareto/schemas/module/$.signatures.astn.js +11 -0
  300. package/dist/temporary_schemas/pareto/schemas/module/$.types.astn.d.ts +3 -0
  301. package/dist/temporary_schemas/pareto/schemas/module/$.types.astn.js +20 -0
  302. package/dist/temporary_schemas/pareto/schemas/schema/$.globals.astn.d.ts +3 -0
  303. package/dist/temporary_schemas/pareto/schemas/schema/$.globals.astn.js +6 -0
  304. package/dist/temporary_schemas/pareto/schemas/schema/$.module.astn.d.ts +3 -0
  305. package/dist/temporary_schemas/pareto/schemas/schema/$.module.astn.js +10 -0
  306. package/dist/temporary_schemas/pareto/schemas/schema/$.resolvers.astn.d.ts +3 -0
  307. package/dist/temporary_schemas/pareto/schemas/schema/$.resolvers.astn.js +615 -0
  308. package/dist/temporary_schemas/pareto/schemas/schema/$.signatures.astn.d.ts +3 -0
  309. package/dist/temporary_schemas/pareto/schemas/schema/$.signatures.astn.js +133 -0
  310. package/dist/temporary_schemas/pareto/schemas/schema/$.types.astn.d.ts +3 -0
  311. package/dist/temporary_schemas/pareto/schemas/schema/$.types.astn.js +391 -0
  312. package/dist/temporary_schemas/pareto/schemas/unmarshall_errors/$.globals.astn.d.ts +3 -0
  313. package/dist/temporary_schemas/pareto/schemas/unmarshall_errors/$.globals.astn.js +6 -0
  314. package/dist/temporary_schemas/pareto/schemas/unmarshall_errors/$.module.astn.d.ts +3 -0
  315. package/dist/temporary_schemas/pareto/schemas/unmarshall_errors/$.module.astn.js +8 -0
  316. package/dist/temporary_schemas/pareto/schemas/unmarshall_errors/$.types.astn.d.ts +3 -0
  317. package/dist/temporary_schemas/pareto/schemas/unmarshall_errors/$.types.astn.js +62 -0
  318. package/dist/temporary_schemas/pareto/schemas/unmarshall_result/$.globals.astn.d.ts +3 -0
  319. package/dist/temporary_schemas/pareto/schemas/unmarshall_result/$.globals.astn.js +6 -0
  320. package/dist/temporary_schemas/pareto/schemas/unmarshall_result/$.module.astn.d.ts +3 -0
  321. package/dist/temporary_schemas/pareto/schemas/unmarshall_result/$.module.astn.js +10 -0
  322. package/dist/temporary_schemas/pareto/schemas/unmarshall_result/$.types.astn.d.ts +3 -0
  323. package/dist/temporary_schemas/pareto/schemas/unmarshall_result/$.types.astn.js +136 -0
  324. package/dist/temporary_schemas/pareto/schemas.astn.d.ts +3 -0
  325. package/dist/temporary_schemas/pareto/schemas.astn.js +15 -0
  326. package/dist/temporary_schemas/pareto-fountain-pen/module.astn.d.ts +3 -0
  327. package/dist/temporary_schemas/pareto-fountain-pen/module.astn.js +8 -0
  328. package/dist/temporary_schemas/pareto-fountain-pen/operations.astn.d.ts +3 -0
  329. package/dist/temporary_schemas/pareto-fountain-pen/operations.astn.js +6 -0
  330. package/dist/temporary_schemas/pareto-fountain-pen/schema_tree.astn.d.ts +3 -0
  331. package/dist/temporary_schemas/pareto-fountain-pen/schema_tree.astn.js +15 -0
  332. package/dist/temporary_schemas/pareto-fountain-pen/schemas/block/$.globals.astn.d.ts +3 -0
  333. package/dist/temporary_schemas/pareto-fountain-pen/schemas/block/$.globals.astn.js +8 -0
  334. package/dist/temporary_schemas/pareto-fountain-pen/schemas/block/$.module.astn.d.ts +3 -0
  335. package/dist/temporary_schemas/pareto-fountain-pen/schemas/block/$.module.astn.js +8 -0
  336. package/dist/temporary_schemas/pareto-fountain-pen/schemas/block/$.types.astn.d.ts +3 -0
  337. package/dist/temporary_schemas/pareto-fountain-pen/schemas/block/$.types.astn.js +25 -0
  338. package/dist/temporary_schemas/pareto-fountain-pen/schemas/lines/$.globals.astn.d.ts +3 -0
  339. package/dist/temporary_schemas/pareto-fountain-pen/schemas/lines/$.globals.astn.js +8 -0
  340. package/dist/temporary_schemas/pareto-fountain-pen/schemas/lines/$.module.astn.d.ts +3 -0
  341. package/dist/temporary_schemas/pareto-fountain-pen/schemas/lines/$.module.astn.js +8 -0
  342. package/dist/temporary_schemas/pareto-fountain-pen/schemas/lines/$.types.astn.d.ts +3 -0
  343. package/dist/temporary_schemas/pareto-fountain-pen/schemas/lines/$.types.astn.js +12 -0
  344. package/dist/temporary_schemas/pareto-fountain-pen/schemas/semi_lines/$.globals.astn.d.ts +3 -0
  345. package/dist/temporary_schemas/pareto-fountain-pen/schemas/semi_lines/$.globals.astn.js +8 -0
  346. package/dist/temporary_schemas/pareto-fountain-pen/schemas/semi_lines/$.module.astn.d.ts +3 -0
  347. package/dist/temporary_schemas/pareto-fountain-pen/schemas/semi_lines/$.module.astn.js +8 -0
  348. package/dist/temporary_schemas/pareto-fountain-pen/schemas/semi_lines/$.types.astn.d.ts +3 -0
  349. package/dist/temporary_schemas/pareto-fountain-pen/schemas/semi_lines/$.types.astn.js +15 -0
  350. package/dist/temporary_schemas/pareto-fountain-pen/schemas/text/$.globals.astn.d.ts +3 -0
  351. package/dist/temporary_schemas/pareto-fountain-pen/schemas/text/$.globals.astn.js +8 -0
  352. package/dist/temporary_schemas/pareto-fountain-pen/schemas/text/$.module.astn.d.ts +3 -0
  353. package/dist/temporary_schemas/pareto-fountain-pen/schemas/text/$.module.astn.js +8 -0
  354. package/dist/temporary_schemas/pareto-fountain-pen/schemas/text/$.types.astn.d.ts +3 -0
  355. package/dist/temporary_schemas/pareto-fountain-pen/schemas/text/$.types.astn.js +12 -0
  356. package/dist/temporary_schemas/pareto-fountain-pen/schemas.astn.d.ts +3 -0
  357. package/dist/temporary_schemas/pareto-fountain-pen/schemas.astn.js +15 -0
  358. package/dist/temporary_schemas/pareto-json/module.astn.d.ts +3 -0
  359. package/dist/temporary_schemas/pareto-json/module.astn.js +8 -0
  360. package/dist/temporary_schemas/pareto-json/operations.astn.d.ts +3 -0
  361. package/dist/temporary_schemas/pareto-json/operations.astn.js +6 -0
  362. package/dist/temporary_schemas/pareto-json/schema_tree.astn.d.ts +3 -0
  363. package/dist/temporary_schemas/pareto-json/schema_tree.astn.js +9 -0
  364. package/dist/temporary_schemas/pareto-json/schemas/json/$.globals.astn.d.ts +3 -0
  365. package/dist/temporary_schemas/pareto-json/schemas/json/$.globals.astn.js +10 -0
  366. package/dist/temporary_schemas/pareto-json/schemas/json/$.module.astn.d.ts +3 -0
  367. package/dist/temporary_schemas/pareto-json/schemas/json/$.module.astn.js +8 -0
  368. package/dist/temporary_schemas/pareto-json/schemas/json/$.types.astn.d.ts +3 -0
  369. package/dist/temporary_schemas/pareto-json/schemas/json/$.types.astn.js +25 -0
  370. package/dist/temporary_schemas/pareto-json/schemas.astn.d.ts +3 -0
  371. package/dist/temporary_schemas/pareto-json/schemas.astn.js +9 -0
  372. package/dist/temporary_schemas/pareto-targets/module.astn.d.ts +3 -0
  373. package/dist/temporary_schemas/pareto-targets/module.astn.js +8 -0
  374. package/dist/temporary_schemas/pareto-targets/operations.astn.d.ts +3 -0
  375. package/dist/temporary_schemas/pareto-targets/operations.astn.js +6 -0
  376. package/dist/temporary_schemas/pareto-targets/schema_tree.astn.d.ts +3 -0
  377. package/dist/temporary_schemas/pareto-targets/schema_tree.astn.js +17 -0
  378. package/dist/temporary_schemas/pareto-targets/schemas/alan_light/$.globals.astn.d.ts +3 -0
  379. package/dist/temporary_schemas/pareto-targets/schemas/alan_light/$.globals.astn.js +8 -0
  380. package/dist/temporary_schemas/pareto-targets/schemas/alan_light/$.module.astn.d.ts +3 -0
  381. package/dist/temporary_schemas/pareto-targets/schemas/alan_light/$.module.astn.js +8 -0
  382. package/dist/temporary_schemas/pareto-targets/schemas/alan_light/$.types.astn.d.ts +3 -0
  383. package/dist/temporary_schemas/pareto-targets/schemas/alan_light/$.types.astn.js +59 -0
  384. package/dist/temporary_schemas/pareto-targets/schemas/graphviz/high_level/$.globals.astn.d.ts +3 -0
  385. package/dist/temporary_schemas/pareto-targets/schemas/graphviz/high_level/$.globals.astn.js +8 -0
  386. package/dist/temporary_schemas/pareto-targets/schemas/graphviz/high_level/$.module.astn.d.ts +3 -0
  387. package/dist/temporary_schemas/pareto-targets/schemas/graphviz/high_level/$.module.astn.js +8 -0
  388. package/dist/temporary_schemas/pareto-targets/schemas/graphviz/high_level/$.types.astn.d.ts +3 -0
  389. package/dist/temporary_schemas/pareto-targets/schemas/graphviz/high_level/$.types.astn.js +255 -0
  390. package/dist/temporary_schemas/pareto-targets/schemas/graphviz/low_level/$.globals.astn.d.ts +3 -0
  391. package/dist/temporary_schemas/pareto-targets/schemas/graphviz/low_level/$.globals.astn.js +10 -0
  392. package/dist/temporary_schemas/pareto-targets/schemas/graphviz/low_level/$.module.astn.d.ts +3 -0
  393. package/dist/temporary_schemas/pareto-targets/schemas/graphviz/low_level/$.module.astn.js +8 -0
  394. package/dist/temporary_schemas/pareto-targets/schemas/graphviz/low_level/$.types.astn.d.ts +3 -0
  395. package/dist/temporary_schemas/pareto-targets/schemas/graphviz/low_level/$.types.astn.js +68 -0
  396. package/dist/temporary_schemas/pareto-targets/schemas/lionweb/$.globals.astn.d.ts +3 -0
  397. package/dist/temporary_schemas/pareto-targets/schemas/lionweb/$.globals.astn.js +9 -0
  398. package/dist/temporary_schemas/pareto-targets/schemas/lionweb/$.module.astn.d.ts +3 -0
  399. package/dist/temporary_schemas/pareto-targets/schemas/lionweb/$.module.astn.js +8 -0
  400. package/dist/temporary_schemas/pareto-targets/schemas/lionweb/$.types.astn.d.ts +3 -0
  401. package/dist/temporary_schemas/pareto-targets/schemas/lionweb/$.types.astn.js +41 -0
  402. package/dist/temporary_schemas/pareto-targets/schemas/pareto_documentation/$.globals.astn.d.ts +3 -0
  403. package/dist/temporary_schemas/pareto-targets/schemas/pareto_documentation/$.globals.astn.js +8 -0
  404. package/dist/temporary_schemas/pareto-targets/schemas/pareto_documentation/$.module.astn.d.ts +3 -0
  405. package/dist/temporary_schemas/pareto-targets/schemas/pareto_documentation/$.module.astn.js +11 -0
  406. package/dist/temporary_schemas/pareto-targets/schemas/pareto_documentation/$.types.astn.d.ts +3 -0
  407. package/dist/temporary_schemas/pareto-targets/schemas/pareto_documentation/$.types.astn.js +17 -0
  408. package/dist/temporary_schemas/pareto-targets/schemas.astn.d.ts +3 -0
  409. package/dist/temporary_schemas/pareto-targets/schemas.astn.js +17 -0
  410. package/dist/transformations/module/exupery_implementation.d.ts +4 -4
  411. package/dist/transformations/module/exupery_implementation.js +10 -8
  412. package/dist/transformations/module/exupery_interface.d.ts +2 -2
  413. package/dist/transformations/module/exupery_interface.js +36 -37
  414. package/dist/transformations/module/temp_typescript.d.ts +3 -0
  415. package/dist/transformations/module/temp_typescript.js +56 -0
  416. package/dist/transformations/schema/exupery_implementation/main.d.ts +10 -4
  417. package/dist/transformations/schema/exupery_implementation/main.js +33 -18
  418. package/dist/transformations/schema/exupery_implementation/marshall.d.ts +9 -9
  419. package/dist/transformations/schema/exupery_implementation/marshall.js +43 -39
  420. package/dist/transformations/schema/exupery_implementation/migrate_boilerplate.d.ts +3 -3
  421. package/dist/transformations/schema/exupery_implementation/resolve.d.ts +20 -20
  422. package/dist/transformations/schema/exupery_implementation/resolve.js +141 -133
  423. package/dist/transformations/schema/exupery_implementation/unmarshall.d.ts +15 -0
  424. package/dist/transformations/schema/exupery_implementation/unmarshall.js +159 -0
  425. package/dist/transformations/schema/exupery_interface/main.d.ts +4 -2
  426. package/dist/transformations/schema/exupery_interface/main.js +73 -54
  427. package/dist/transformations/schema/exupery_interface/marshall.d.ts +2 -2
  428. package/dist/transformations/schema/exupery_interface/marshall.js +8 -23
  429. package/dist/transformations/schema/exupery_interface/migrate_boilerplate.d.ts +2 -2
  430. package/dist/transformations/schema/exupery_interface/migrate_boilerplate.js +7 -3
  431. package/dist/transformations/schema/exupery_interface/resolve.d.ts +3 -3
  432. package/dist/transformations/schema/exupery_interface/resolve.js +17 -17
  433. package/dist/transformations/schema/exupery_interface/types.d.ts +6 -6
  434. package/dist/transformations/schema/exupery_interface/types.js +61 -60
  435. package/dist/transformations/schema/exupery_interface/unmarshall.d.ts +2 -2
  436. package/dist/transformations/schema/exupery_interface/unmarshall.js +12 -5
  437. package/dist/transformations/schema/exupery_interface/{serializer.d.ts → value_deserializers.d.ts} +2 -2
  438. package/dist/transformations/schema/exupery_interface/value_deserializers.js +57 -0
  439. package/dist/transformations/schema/exupery_interface/{migration_boilerplate.d.ts → value_serializers.d.ts} +3 -3
  440. package/dist/transformations/schema/exupery_interface/value_serializers.js +57 -0
  441. package/dist/transformations/unmarshall_errors/fountain_pen.d.ts +6 -0
  442. package/dist/transformations/unmarshall_errors/fountain_pen.js +82 -0
  443. package/dist/transformations/unmarshall_result/unmarshall_errors.d.ts +1 -2
  444. package/dist/transformations/unmarshall_result/unmarshall_errors.js +116 -55
  445. package/dist/uptransformers/unmarshall_result/astn_ast.d.ts +7 -6
  446. package/dist/uptransformers/unmarshall_result/astn_ast.js +2 -2
  447. package/package.json +5 -5
  448. package/dist/generated/generic/resolve.d.ts +0 -90
  449. package/dist/generated/generic/resolve.js +0 -251
  450. package/dist/generated/implementation/schemas/module/serializer.d.ts +0 -3
  451. package/dist/generated/implementation/schemas/schema/serializer.d.ts +0 -35
  452. package/dist/generated/implementation/schemas/schema/serializer.js +0 -1100
  453. package/dist/generated/implementation/schemas/unmarshall_errors/serializer.d.ts +0 -5
  454. package/dist/generated/implementation/schemas/unmarshall_errors/serializer.js +0 -175
  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/serializer.d.ts +0 -106
  459. package/dist/generated/interface/schemas/module/unresolved.d.ts +0 -133
  460. package/dist/generated/interface/schemas/schema/migration_boilerplate.js +0 -3
  461. package/dist/generated/interface/schemas/schema/unresolved.d.ts +0 -3754
  462. package/dist/generated/interface/schemas/unmarshall_errors/migration_boilerplate.js +0 -3
  463. package/dist/generated/interface/schemas/unmarshall_errors/serializer.d.ts +0 -166
  464. package/dist/generated/interface/schemas/unmarshall_errors/serializer.js +0 -3
  465. package/dist/generated/interface/schemas/unmarshall_result/migration_boilerplate.js +0 -7
  466. package/dist/generated/interface/schemas/unmarshall_result/serializer.js +0 -3
  467. package/dist/index.d.ts +0 -1
  468. package/dist/index.js +0 -5
  469. package/dist/transformations/module/pareto_implementation.d.ts +0 -4
  470. package/dist/transformations/module/pareto_implementation.js +0 -42
  471. package/dist/transformations/module/pareto_interface.d.ts +0 -5
  472. package/dist/transformations/module/pareto_interface.js +0 -150
  473. package/dist/transformations/schema/documentation.d.ts +0 -5
  474. package/dist/transformations/schema/documentation.js +0 -72
  475. package/dist/transformations/schema/exupery_implementation/migration_boilerplate.d.ts +0 -14
  476. package/dist/transformations/schema/exupery_implementation/migration_boilerplate.js +0 -113
  477. package/dist/transformations/schema/exupery_implementation/resolver.d.ts +0 -24
  478. package/dist/transformations/schema/exupery_implementation/resolver.js +0 -299
  479. package/dist/transformations/schema/exupery_implementation/serializer.d.ts +0 -14
  480. package/dist/transformations/schema/exupery_implementation/serializer.js +0 -145
  481. package/dist/transformations/schema/exupery_interface/migration_boilerplate.js +0 -43
  482. package/dist/transformations/schema/exupery_interface/resolver.d.ts +0 -12
  483. package/dist/transformations/schema/exupery_interface/resolver.js +0 -115
  484. package/dist/transformations/schema/exupery_interface/serializer.js +0 -62
  485. package/dist/transformations/schema/graphviz.d.ts +0 -8
  486. package/dist/transformations/schema/graphviz.js +0 -103
  487. package/dist/transformations/schema/lionweb.d.ts +0 -14
  488. package/dist/transformations/schema/lionweb.js +0 -226
  489. package/dist/transformations/schema/pareto_implementation/main.d.ts +0 -4
  490. package/dist/transformations/schema/pareto_implementation/main.js +0 -63
  491. package/dist/transformations/schema/pareto_implementation/migration_boilerplate.d.ts +0 -14
  492. package/dist/transformations/schema/pareto_implementation/migration_boilerplate.js +0 -113
  493. package/dist/transformations/schema/pareto_implementation/resolver.d.ts +0 -24
  494. package/dist/transformations/schema/pareto_implementation/resolver.js +0 -299
  495. package/dist/transformations/schema/pareto_interface/main.d.ts +0 -4
  496. package/dist/transformations/schema/pareto_interface/main.js +0 -79
  497. package/dist/transformations/schema/pareto_interface/migration_boilerplate.d.ts +0 -7
  498. package/dist/transformations/schema/pareto_interface/migration_boilerplate.js +0 -51
  499. package/dist/transformations/schema/pareto_interface/resolver.d.ts +0 -12
  500. package/dist/transformations/schema/pareto_interface/resolver.js +0 -115
  501. package/dist/transformations/schema/pareto_interface/types.d.ts +0 -12
  502. package/dist/transformations/schema/pareto_interface/types.js +0 -211
  503. package/dist/transformations/schema/railroad_diagram.d.ts +0 -7
  504. package/dist/transformations/schema/railroad_diagram.js +0 -79
  505. package/dist/transformations/unmarshall/collect_errors.d.ts +0 -4
  506. package/dist/transformations/unmarshall/collect_errors.js +0 -185
  507. package/dist/transformations/unmarshall/dynamic_post_parse.d.ts +0 -7
  508. package/dist/transformations/unmarshall/dynamic_post_parse.js +0 -267
  509. package/dist/transformations/unmarshall/post_parse_types.d.ts +0 -77
  510. package/dist/transformations/unmarshall/post_parse_types.js +0 -3
  511. package/dist/unmarshall/collect_errors.d.ts +0 -38
  512. package/dist/unmarshall/collect_errors.js +0 -185
  513. package/dist/unmarshall/dynamic_post_parse.d.ts +0 -7
  514. package/dist/unmarshall/dynamic_post_parse.js +0 -267
  515. package/dist/unmarshall/post_parse_types.d.ts +0 -77
  516. package/dist/unmarshall/post_parse_types.js +0 -3
  517. /package/dist/{generated/implementation/schemas/unmarshall_result/serializer.d.ts → bin/compile.d.ts} +0 -0
  518. /package/dist/{generated/interface/schemas/unmarshall_result/migration_boilerplate.d.ts → bin/test.d.ts} +0 -0
  519. /package/dist/generated/{interface/schemas/unmarshall_result/unconstrained.d.ts → implementation/schemas/unmarshall_result/marshall.d.ts} +0 -0
  520. /package/dist/generated/interface/schemas/{unmarshall_result/serializer.d.ts → module/value_serializers.d.ts} +0 -0
@@ -0,0 +1,631 @@
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
+ "Phrasing content": (0, schema_1.type)(schema_1.t.list(schema_1.t.state_group({
7
+ "text": schema_1.t.text_global("TBD"),
8
+ "element": schema_1.t.component_cyclic("Phrasing"),
9
+ }))),
10
+ "Flow content": (0, schema_1.type)(schema_1.t.list(schema_1.t.state_group({
11
+ "phrase": schema_1.t.component("Phrasing content"),
12
+ "flow": schema_1.t.component_cyclic("Flow"),
13
+ }))),
14
+ /*
15
+ Elements to do:
16
+ summary (details)
17
+
18
+ dl:
19
+ dd
20
+ dt
21
+
22
+ legend (fieldset)
23
+
24
+ li (list/menu)
25
+
26
+ media:
27
+ track
28
+
29
+ meta:
30
+ style
31
+
32
+ source (picture/mediaelement)
33
+
34
+ ruby:
35
+ rp
36
+ rt
37
+
38
+ select:
39
+ optgroup
40
+ option
41
+
42
+ table:
43
+ caption
44
+ col
45
+ colgroup
46
+ tbody
47
+ td
48
+ tfoot
49
+ th
50
+ thead
51
+ tr
52
+ */
53
+ "Document": (0, schema_1.type)(schema_1.t.group({
54
+ "lang": schema_1.t.optional(schema_1.t.text_global("TBD")),
55
+ "head": schema_1.t.group({
56
+ "title": schema_1.t.text_global("TBD")
57
+ }),
58
+ "body": schema_1.t.component("Flow content")
59
+ })),
60
+ "Edit": (0, schema_1.type)(schema_1.t.group({
61
+ "cite": schema_1.t.optional(schema_1.t.text_global("TBD")),
62
+ "datetime": schema_1.t.optional(schema_1.t.text_global("TBD")),
63
+ })),
64
+ "Embedded": (0, schema_1.type)(schema_1.t.state_group({
65
+ "audio": schema_1.t.group({
66
+ /*FIXME*/
67
+ // If the element has a src attribute: zero or more track elements, then transparent, but with no media element descendants.
68
+ // If the element does not have a src attribute: zero or more source elements, then zero or more track elements, then transparent, but with no media element descendants.
69
+ }),
70
+ "embed": schema_1.t.group({
71
+ /*FIXME*/
72
+ // src — Address of the resource
73
+ // type — Type of embedded resource
74
+ // width — Horizontal dimension
75
+ // height — Vertical dimension
76
+ // Any other attribute that has no namespace (see prose).
77
+ }),
78
+ "iframe": schema_1.t.group({
79
+ /*FIXME*/
80
+ // src — Address of the resource
81
+ // srcdoc — A document to render in the iframe
82
+ // name — Name of content navigable
83
+ // sandbox — Security rules for nested content
84
+ // allow — Permissions policy to be applied to the iframe's contents
85
+ // allowfullscreen — Whether to allow the iframe's contents to use requestFullscreen()
86
+ // width — Horizontal dimension
87
+ // height — Vertical dimension
88
+ // referrerpolicy — Referrer policy for fetches initiated by the element
89
+ // loading — Used when determining loading deferral
90
+ }),
91
+ "img": schema_1.t.group({
92
+ /*FIXME*/
93
+ // alt — Replacement text for use when images are not available
94
+ // src — Address of the resource
95
+ // srcset — Images to use in different situations, e.g., high-resolution displays, small monitors, etc.
96
+ // sizes — Image sizes for different page layouts
97
+ // crossorigin — How the element handles crossorigin requests
98
+ // usemap — Name of image map to use
99
+ // ismap — Whether the image is a server-side image map
100
+ // width — Horizontal dimension
101
+ // height — Vertical dimension
102
+ // referrerpolicy — Referrer policy for fetches initiated by the element
103
+ // decoding — Decoding hint to use when processing this image for presentation
104
+ // loading — Used when determining loading deferral
105
+ // fetchpriority — Sets the priority for fetches initiated by the element
106
+ }),
107
+ "object": schema_1.t.group({
108
+ /*FIXME*/
109
+ // data — Address of the resource
110
+ // type — Type of embedded resource
111
+ // name — Name of content navigable
112
+ // form — Associates the element with a form element
113
+ // width — Horizontal dimension
114
+ // height — Vertical dimension
115
+ "content": schema_1.t.component_cyclic("Embedded content")
116
+ }),
117
+ "video": schema_1.t.group({
118
+ /*FIXME*/
119
+ // src — Address of the resource
120
+ // crossorigin — How the element handles crossorigin requests
121
+ // poster — Poster frame to show prior to video playback
122
+ // preload — Hints how much buffering the media resource will likely need
123
+ // autoplay — Hint that the media resource can be started automatically when the page is loaded
124
+ // playsinline — Encourage the user agent to display video content within the element's playback area
125
+ // loop — Whether to loop the media resource
126
+ // muted — Whether to mute the media resource by default
127
+ // controls — Show user agent controls
128
+ // width — Horizontal dimension
129
+ // height — Vertical dimension
130
+ //Content:
131
+ //If the element has a src attribute: zero or more track elements, then transparent, but with no media element descendants.
132
+ //If the element does not have a src attribute: zero or more source elements, then zero or more track elements, then transparent, but with no media element descendants.
133
+ }),
134
+ "canvas": schema_1.t.group({
135
+ /*FIXME*/
136
+ // width — Horizontal dimension
137
+ // height — Vertical dimension
138
+ //content
139
+ //Transparent, but with no interactive content descendants except for a elements, img elements with usemap attributes, button elements, input elements whose type attribute are in the Checkbox or Radio Button states,
140
+ // input elements that are buttons, and select elements with a multiple attribute or a display size greater than 1.
141
+ }),
142
+ "math": schema_1.t.group({ /*FIXME*/}),
143
+ "picture": schema_1.t.group({
144
+ /*FIXME*/
145
+ //Zero or more source elements, followed by one img element, optionally intermixed with script-supporting elements.
146
+ }),
147
+ "svg": schema_1.t.group({ /*FIXME*/}),
148
+ })),
149
+ "Embedded content": (0, schema_1.type)(schema_1.t.list(schema_1.t.component("Embedded"))),
150
+ "Template": (0, schema_1.type)(schema_1.t.component("Flow content")),
151
+ "Script supporting": (0, schema_1.type)(schema_1.t.state_group({
152
+ "script": schema_1.t.group({
153
+ /*FIXME*/
154
+ // src — Address of the resource
155
+ // type — Type of script
156
+ // nomodule — Prevents execution in user agents that support module scripts
157
+ // async — Execute script when available, without blocking while fetching
158
+ // defer — Defer script execution
159
+ // crossorigin — How the element handles crossorigin requests
160
+ // integrity — Integrity metadata used in Subresource Integrity checks [SRI]
161
+ // referrerpolicy — Referrer policy for fetches initiated by the element
162
+ // blocking — Whether the element is potentially render-blocking
163
+ // fetchpriority — Sets the priority for fetches initiated by the element
164
+ //content:
165
+ //If there is no src attribute, depends on the value of the type attribute, but must match script content restrictions.
166
+ //If there is a src attribute, the element must be either empty or contain only script documentation that also matches script content restrictions.
167
+ }),
168
+ "template": schema_1.t.component("Template"),
169
+ })),
170
+ "Heading": (0, schema_1.type)(schema_1.t.state_group({
171
+ "h1": schema_1.t.component("Phrasing content"),
172
+ "h2": schema_1.t.component("Phrasing content"),
173
+ "h3": schema_1.t.component("Phrasing content"),
174
+ "h4": schema_1.t.component("Phrasing content"),
175
+ "h5": schema_1.t.component("Phrasing content"),
176
+ "h6": schema_1.t.component("Phrasing content"),
177
+ "hgroup": schema_1.t.group({
178
+ "content before": schema_1.t.state_group({
179
+ "p": schema_1.t.group({ /*FIXME*/}),
180
+ "script supporting": schema_1.t.component("Script supporting"),
181
+ }),
182
+ "heading": schema_1.t.state_group({
183
+ "h1 ": schema_1.t.component("Phrasing content"),
184
+ "h2": schema_1.t.component("Phrasing content"),
185
+ "h3": schema_1.t.component("Phrasing content"),
186
+ "h4": schema_1.t.component("Phrasing content"),
187
+ "h5": schema_1.t.component("Phrasing content"),
188
+ "h6": schema_1.t.component("Phrasing content"),
189
+ }),
190
+ "content after": schema_1.t.state_group({
191
+ "p": schema_1.t.group({ /*FIXME*/}),
192
+ "script supporting": schema_1.t.component("Script supporting"),
193
+ }),
194
+ }),
195
+ })),
196
+ //"Heading content": type(list(component("Heading"))),
197
+ //"Script supporting content": type(list(component("Script supporting"))),
198
+ "Sectioning content": (0, schema_1.type)(schema_1.t.state_group({
199
+ "article": schema_1.t.component("Flow content"),
200
+ "aside": schema_1.t.component("Flow content"),
201
+ "nav": schema_1.t.component("Flow content"),
202
+ "section": schema_1.t.component("Flow content"),
203
+ })),
204
+ "Flow": (0, schema_1.type)(schema_1.t.state_group({
205
+ //generic attributes
206
+ "id": schema_1.t.group({
207
+ "id": schema_1.t.text_global("TBD"),
208
+ "child": schema_1.t.component_cyclic("Flow")
209
+ }),
210
+ "class": schema_1.t.group({
211
+ "class": schema_1.t.text_global("TBD"),
212
+ "child": schema_1.t.component_cyclic("Flow")
213
+ }),
214
+ /*
215
+ a'phrase' element does not exist in HTML, but this deviation from the standard is needed to handle whitespace properly
216
+ */
217
+ "script supporting": schema_1.t.component("Script supporting"),
218
+ "embedded": schema_1.t.component("Embedded"),
219
+ "details": schema_1.t.group({
220
+ "summary": schema_1.t.list(schema_1.t.state_group({
221
+ "phrasing": schema_1.t.component("Phrasing content"),
222
+ "heading": schema_1.t.component("Heading"),
223
+ })),
224
+ "content": schema_1.t.component("Flow content"),
225
+ }),
226
+ "address": schema_1.t.group({
227
+ /*FIXME*/
228
+ //Flow content, but with no heading content descendants, no sectioning content descendants, and no header, footer, or address element descendants.Flow content, but with no heading content descendants, no sectioning content descendants, and no header, footer, or address element descendants.
229
+ }),
230
+ "blockquote": schema_1.t.group({
231
+ "cite": schema_1.t.text_global("TBD"),
232
+ "content": schema_1.t.component("Flow content")
233
+ }),
234
+ "del": schema_1.t.group({
235
+ "edit": schema_1.t.component("Edit"),
236
+ "content": schema_1.t.component("Flow content")
237
+ }),
238
+ "dialog": schema_1.t.group({
239
+ "open": schema_1.t.optional(schema_1.t.text_global("TBD")),
240
+ "content": schema_1.t.component("Flow content"),
241
+ }),
242
+ "div": schema_1.t.component("Flow content"),
243
+ "dl": schema_1.t.state_group({
244
+ "divs": schema_1.t.group({ /*FIXME*/}),
245
+ "dts": schema_1.t.group({ /*FIXME*/}),
246
+ }), //description list
247
+ "fieldset": schema_1.t.group({
248
+ /*FIXME*/
249
+ "legend": schema_1.t.optional(schema_1.t.group({ /*FIXME*/})),
250
+ // disabled — Whether the descendant form controls, except any inside legend, are disabled
251
+ // form — Associates the element with a form element
252
+ // name — Name of the element to use in the form.elements API.
253
+ "content": schema_1.t.component("Flow content"),
254
+ }),
255
+ "figure": schema_1.t.group({
256
+ "caption": schema_1.t.optional(schema_1.t.group({
257
+ "content": schema_1.t.component("Flow content"),
258
+ "position": schema_1.t.state_group({
259
+ "top": schema_1.t.group({}),
260
+ "botom": schema_1.t.group({}),
261
+ })
262
+ })),
263
+ "content": schema_1.t.component("Flow content"),
264
+ }),
265
+ "footer": schema_1.t.group({
266
+ /*FIXME*/
267
+ //Flow content, but with no header or footer element descendants
268
+ }),
269
+ "form": schema_1.t.group({
270
+ /*FIXME*/
271
+ // accept-charset — Character encodings to use for form submission
272
+ // action — URL to use for form submission
273
+ // autocomplete — Default setting for autofill feature for controls in the form
274
+ // enctype — Entry list encoding type to use for form submission
275
+ // method — Variant to use for form submission
276
+ // name — Name of form to use in the document.forms API
277
+ // novalidate — Bypass form control validation for form submission
278
+ // target — Navigable for form submission
279
+ // rel
280
+ //"content": Flow content, but with no form element descendants.
281
+ }),
282
+ "header": schema_1.t.group({
283
+ /*FIXME*/
284
+ //Flow content, but with no header or footer element descendants
285
+ }),
286
+ "hr": schema_1.t.group({}),
287
+ "ins": schema_1.t.group({
288
+ "edit": schema_1.t.component("Edit"),
289
+ "content": schema_1.t.component("Flow content")
290
+ }),
291
+ /*
292
+ FIXME
293
+ A hierarchically correct main element is one whose ancestor elements are limited to html, body, div, form
294
+ without an accessible name, and autonomous custom elements. Each main element must be a hierarchically correct main element.
295
+ */
296
+ "main": schema_1.t.component("Flow content"),
297
+ "map": schema_1.t.group({
298
+ "name": schema_1.t.text_global("TBD"),
299
+ "content": schema_1.t.component("Flow content")
300
+ }),
301
+ "menu": schema_1.t.list(schema_1.t.state_group({
302
+ "li": schema_1.t.component("Flow content"),
303
+ "script supporting": schema_1.t.component("Script supporting"),
304
+ })),
305
+ "object": schema_1.t.group({
306
+ /*FIXME*/
307
+ // data — Address of the resource
308
+ // type — Type of embedded resource
309
+ // name — Name of content navigable
310
+ // form — Associates the element with a form element
311
+ // width — Horizontal dimension
312
+ // height — Vertical dimension
313
+ "content": schema_1.t.component("Flow content")
314
+ }),
315
+ "ol": schema_1.t.group({
316
+ "reversed": schema_1.t.optional(schema_1.t.text_global("TBD")),
317
+ "start": schema_1.t.optional(schema_1.t.text_global("TBD")),
318
+ "type": schema_1.t.optional(schema_1.t.state_group({
319
+ "1": schema_1.t.group({}),
320
+ "a": schema_1.t.group({}),
321
+ "A": schema_1.t.group({}),
322
+ "i": schema_1.t.group({}),
323
+ "I": schema_1.t.group({}),
324
+ })),
325
+ "content": schema_1.t.list(schema_1.t.state_group({
326
+ "li": schema_1.t.group({
327
+ "value": schema_1.t.text_global("TBD"),
328
+ "content": schema_1.t.component("Flow content"),
329
+ }),
330
+ "script supporting": schema_1.t.component("Script supporting"),
331
+ }))
332
+ }),
333
+ "p": schema_1.t.component("Phrasing content"),
334
+ "pre": schema_1.t.component("Phrasing content"),
335
+ "search": schema_1.t.component("Flow content"),
336
+ "slot": schema_1.t.group({
337
+ "name": schema_1.t.text_global("TBD"),
338
+ "content": schema_1.t.component("Flow content"),
339
+ }),
340
+ "table": schema_1.t.group({
341
+ /*FIXME*/
342
+ "caption": schema_1.t.optional(schema_1.t.component("Flow content")),
343
+ "colgroups": schema_1.t.list(schema_1.t.group({ /*FIXME*/})),
344
+ //"thead": prop(optional(component("Flow content"))),
345
+ }),
346
+ "ul": schema_1.t.list(schema_1.t.state_group({
347
+ "li": schema_1.t.component("Flow content"),
348
+ "script supporting": schema_1.t.component("Script supporting"),
349
+ })),
350
+ "heading": schema_1.t.component("Heading"),
351
+ "sectioning": schema_1.t.component("Sectioning content"),
352
+ })),
353
+ "Phrasing": (0, schema_1.type)(schema_1.t.state_group({
354
+ //generic attributes
355
+ "id": schema_1.t.group({
356
+ "id": schema_1.t.text_global("TBD"),
357
+ "child": schema_1.t.component_cyclic("Phrasing")
358
+ }),
359
+ "class": schema_1.t.group({
360
+ "class": schema_1.t.text_global("TBD"),
361
+ "child": schema_1.t.component_cyclic("Phrasing")
362
+ }),
363
+ //elements
364
+ "link": schema_1.t.group({
365
+ /*FIXME*/
366
+ // href — Address of the hyperlink
367
+ // crossorigin — How the element handles crossorigin requests
368
+ // rel — Relationship between the document containing the hyperlink and the destination resource
369
+ // media — Applicable media
370
+ // integrity — Integrity metadata used in Subresource Integrity checks [SRI]
371
+ // hreflang — Language of the linked resource
372
+ // type — Hint for the type of the referenced resource
373
+ // referrerpolicy — Referrer policy for fetches initiated by the element
374
+ // sizes — Sizes of the icons (for rel="icon")
375
+ // imagesrcset — Images to use in different situations, e.g., high-resolution displays, small monitors, etc. (for rel="preload")
376
+ // imagesizes — Image sizes for different page layouts (for rel="preload")
377
+ // as — Potential destination for a preload request (for rel="preload" and rel="modulepreload")
378
+ // blocking — Whether the element is potentially render-blocking
379
+ // color — Color to use when customizing a site's icon (for rel="mask-icon")
380
+ // disabled — Whether the link is disabled
381
+ // fetchpriority — Sets the priority for fetches initiated by the element
382
+ // Also, the title attribute has special semantics on this element: Title of the link; CSS style sheet set name.
383
+ }),
384
+ "meta": schema_1.t.group({
385
+ /*FIXME*/
386
+ // name — Metadata name
387
+ // http-equiv — Pragma directive
388
+ // content — Value of the element
389
+ // charset — Character encoding declaration
390
+ // media — Applicable media
391
+ //where to be used:
392
+ // If the charset attribute is present, or if the element's http-equiv attribute is in the Encoding declaration state: in a head element.
393
+ // If the http-equiv attribute is present but not in the Encoding declaration state: in a head element.
394
+ // If the http-equiv attribute is present but not in the Encoding declaration state: in a noscript element that is a child of a head element.
395
+ // If the name attribute is present: where metadata content is expected.
396
+ // If the itemprop attribute is present: where metadata content is expected.
397
+ // If the itemprop attribute is present: where phrasing content is expected.
398
+ }),
399
+ "noscript": schema_1.t.group({
400
+ /*FIXME*/
401
+ //content:
402
+ // When scripting is disabled, in a head element: in any order, zero or more link elements, zero or more style elements, and zero or more meta elements.
403
+ // When scripting is disabled, not in a head element: transparent, but there must be no noscript element descendants.
404
+ // Otherwise: text that conforms to the requirements given in the prose.
405
+ }),
406
+ "object": schema_1.t.group({
407
+ /*FIXME*/
408
+ // data — Address of the resource
409
+ // type — Type of embedded resource
410
+ // name — Name of content navigable
411
+ // form — Associates the element with a form element
412
+ // width — Horizontal dimension
413
+ // height — Vertical dimension
414
+ "content": schema_1.t.component("Phrasing content")
415
+ }),
416
+ "script supporting": schema_1.t.component("Script supporting"),
417
+ "a": schema_1.t.group({ /*FIXMEX*/}),
418
+ "button": schema_1.t.group({
419
+ /*FIXME*/
420
+ // disabled — Whether the form control is disabled
421
+ // form — Associates the element with a form element
422
+ // formaction — URL to use for form submission
423
+ // formenctype — Entry list encoding type to use for form submission
424
+ // formmethod — Variant to use for form submission
425
+ // formnovalidate — Bypass form control validation for form submission
426
+ // formtarget — Navigable for form submission
427
+ // name — Name of the element to use for form submission and in the form.elements API
428
+ // popovertarget
429
+ // popovertargetaction
430
+ // type — Type of button
431
+ // value — Value to be used for form submission
432
+ //content:
433
+ //Phrasing content, but there must be no interactive content descendant and no descendant with the tabindex attribute specified.
434
+ }),
435
+ "input": schema_1.t.group({
436
+ /*FIXME*/
437
+ // accept — Hint for expected file type in file upload controls
438
+ // alt — Replacement text for use when images are not available
439
+ // autocomplete — Hint for form autofill feature
440
+ // checked — Whether the control is checked
441
+ // dirname — Name of form control to use for sending the element's directionality in form submission
442
+ // disabled — Whether the form control is disabled
443
+ // form — Associates the element with a form element
444
+ // formaction — URL to use for form submission
445
+ // formenctype — Entry list encoding type to use for form submission
446
+ // formmethod — Variant to use for form submission
447
+ // formnovalidate — Bypass form control validation for form submission
448
+ // formtarget — Navigable for form submission
449
+ // height — Vertical dimension
450
+ // list — List of autocomplete options
451
+ // max — Maximum value
452
+ // maxlength — Maximum length of value
453
+ // min — Minimum value
454
+ // minlength — Minimum length of value
455
+ // multiple — Whether to allow multiple values
456
+ // name — Name of the element to use for form submission and in the form.elements API
457
+ // pattern — Pattern to be matched by the form control's value
458
+ // placeholder — User-visible label to be placed within the form control
459
+ // popovertarget
460
+ // popovertargetaction
461
+ // readonly — Whether to allow the value to be edited by the user
462
+ // required — Whether the control is required for form submission
463
+ // size — Size of the control
464
+ // src — Address of the resource
465
+ // step — Granularity to be matched by the form control's value
466
+ // type — Type of form control
467
+ // value — Value of the form control
468
+ // width — Horizontal dimension
469
+ // Also, the title attribute has special semantics on this element: Description of pattern (when used with pattern attribute).
470
+ }),
471
+ "label": schema_1.t.group({
472
+ /*FIXME*/
473
+ //for — Associate the label with form control
474
+ //content: Phrasing content, but with no descendant labelable elements unless it is the element's labeled control, and no descendant label elements.
475
+ }),
476
+ "select": schema_1.t.group({
477
+ // autocomplete — Hint for form autofill feature
478
+ // disabled — Whether the form control is disabled
479
+ // form — Associates the element with a form element
480
+ // multiple — Whether to allow multiple values
481
+ // name — Name of the element to use for form submission and in the form.elements API
482
+ // required — Whether the control is required for form submission
483
+ // size — Size of the control
484
+ "content": schema_1.t.list(schema_1.t.state_group({
485
+ "option": schema_1.t.group({ /*FIXME*/}),
486
+ "optgroup": schema_1.t.group({
487
+ //label
488
+ //disabled
489
+ "options": schema_1.t.list(schema_1.t.group({
490
+ /*FIXME*/
491
+ }))
492
+ }),
493
+ "script supporting": schema_1.t.component("Script supporting"),
494
+ })),
495
+ }),
496
+ "textarea": schema_1.t.group({
497
+ /*FIXME*/
498
+ // autocomplete — Hint for form autofill feature
499
+ // cols — Maximum number of characters per line
500
+ // dirname — Name of form control to use for sending the element's directionality in form submission
501
+ // disabled — Whether the form control is disabled
502
+ // form — Associates the element with a form element
503
+ // maxlength — Maximum length of value
504
+ // minlength — Minimum length of value
505
+ // name — Name of the element to use for form submission and in the form.elements API
506
+ // placeholder — User-visible label to be placed within the form control
507
+ // readonly — Whether to allow the value to be edited by the user
508
+ // required — Whether the control is required for form submission
509
+ // rows — Number of lines to show
510
+ // wrap — How the value of the form control is to be wrapped for form submission
511
+ "content": schema_1.t.text_global("TBD"),
512
+ }),
513
+ "abbr": schema_1.t.group({
514
+ "title": schema_1.t.text_global("TBD"),
515
+ "content": schema_1.t.component("Phrasing content"),
516
+ }),
517
+ "area": schema_1.t.group({ //FIXME: needs a 'map' ancestor
518
+ /*FIXME*/
519
+ // alt — Replacement text for use when images are not available
520
+ // coords — Coordinates for the shape to be created in an image map
521
+ // shape — The kind of shape to be created in an image map
522
+ // href — Address of the hyperlink
523
+ // target — Navigable for hyperlink navigation
524
+ // download — Whether to download the resource instead of navigating to it, and its filename if so
525
+ // ping — URLs to ping
526
+ // rel — Relationship between the location in the document containing the hyperlink and the destination resource
527
+ // referrerpolicy — Referrer policy for fetches initiated by the element
528
+ }),
529
+ "b": schema_1.t.component("Phrasing content"),
530
+ "bdi": schema_1.t.group({
531
+ "dir": schema_1.t.text_global("TBD"),
532
+ "content": schema_1.t.component("Phrasing content"),
533
+ }),
534
+ "bdo": schema_1.t.group({
535
+ "dir": schema_1.t.text_global("TBD"),
536
+ "content": schema_1.t.component("Phrasing content"),
537
+ }),
538
+ "br": schema_1.t.group({}), //line break
539
+ "cite": schema_1.t.component("Phrasing content"),
540
+ "code": schema_1.t.component("Phrasing content"),
541
+ "data": schema_1.t.group({
542
+ "value": schema_1.t.text_global("TBD"),
543
+ "content": schema_1.t.component("Phrasing content"),
544
+ }),
545
+ "datalist": schema_1.t.state_group({
546
+ "phrasing": schema_1.t.component("Phrasing content"),
547
+ "options": schema_1.t.list(schema_1.t.state_group({
548
+ "option": schema_1.t.group({ /*FIXME*/}),
549
+ "script supporting": schema_1.t.component("Script supporting"),
550
+ })),
551
+ }),
552
+ "del": schema_1.t.group({
553
+ "edit": schema_1.t.component("Edit"),
554
+ "content": schema_1.t.component("Phrasing content")
555
+ }),
556
+ "dfn": schema_1.t.group({
557
+ "title": schema_1.t.text_global("TBD"),
558
+ "content": schema_1.t.component("Phrasing content"),
559
+ }),
560
+ "em": schema_1.t.component("Phrasing content"),
561
+ "i": schema_1.t.component("Phrasing content"),
562
+ "ins": schema_1.t.group({
563
+ "edit": schema_1.t.component("Edit"),
564
+ "content": schema_1.t.component("Phrasing content")
565
+ }),
566
+ "kbd": schema_1.t.component("Phrasing content"),
567
+ "map": schema_1.t.group({
568
+ "name": schema_1.t.text_global("TBD"),
569
+ "content": schema_1.t.component("Phrasing content")
570
+ }),
571
+ "mark": schema_1.t.component("Phrasing content"),
572
+ "meter": schema_1.t.group({
573
+ /*FIXME*/
574
+ // value — Current value of the element
575
+ // min — Lower bound of range
576
+ // max — Upper bound of range
577
+ // low — High limit of low range
578
+ // high — Low limit of high range
579
+ // optimum — Optimum value in gauge
580
+ // content:
581
+ // Phrasing content, but there must be no meter element descendants.
582
+ }),
583
+ "output": schema_1.t.group({
584
+ "for": schema_1.t.optional(schema_1.t.text_global("TBD")),
585
+ "form": schema_1.t.text_global("TBD"), //optional?
586
+ "name": schema_1.t.text_global("TBD"), //optional?
587
+ "content": schema_1.t.component("Phrasing content"),
588
+ }),
589
+ "progress": schema_1.t.group({
590
+ "value": schema_1.t.text_global("TBD"),
591
+ "max": schema_1.t.text_global("TBD"),
592
+ "content": schema_1.t.component("Phrasing content"),
593
+ }),
594
+ "q": schema_1.t.group({
595
+ "cite": schema_1.t.text_global("TBD"),
596
+ "content": schema_1.t.component("Phrasing content"),
597
+ }),
598
+ "ruby": schema_1.t.group({
599
+ /*FIXME*/
600
+ // One or the other of the following:
601
+ // Phrasing content, but with no ruby elements and with no ruby element descendants
602
+ // A single ruby element that itself has no ruby element descendants
603
+ // One or the other of the following:
604
+ // One or more rt elements
605
+ // An rp element followed by one or more rt elements, each of which is itself followed by an rp element
606
+ }),
607
+ "s": schema_1.t.component("Phrasing content"),
608
+ "samp": schema_1.t.component("Phrasing content"),
609
+ "slot": schema_1.t.group({
610
+ "name": schema_1.t.text_global("TBD"),
611
+ "content": schema_1.t.component("Phrasing content"),
612
+ }),
613
+ "small": schema_1.t.component("Phrasing content"),
614
+ "span": schema_1.t.component("Phrasing content"),
615
+ "strong": schema_1.t.component("Phrasing content"),
616
+ "sub": schema_1.t.component("Phrasing content"),
617
+ "sup": schema_1.t.component("Phrasing content"),
618
+ "time": schema_1.t.state_group({
619
+ "datetime": schema_1.t.group({
620
+ "value": schema_1.t.text_global("TBD"),
621
+ "content": schema_1.t.component("Phrasing content")
622
+ }),
623
+ "text": schema_1.t.text_global("TBD"),
624
+ }),
625
+ "u": schema_1.t.component("Phrasing content"),
626
+ "var": schema_1.t.component("Phrasing content"),
627
+ "wbr": schema_1.t.group({}), //line break opportunity
628
+ "embedded": schema_1.t.component("Embedded"),
629
+ })),
630
+ });
631
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiJC50eXBlcy5hc3RuLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vc3JjL3RlbXBvcmFyeV9zY2hlbWFzL2FjY291bnRpbmdfcnV3ZV9kYXRhL3NjaGVtYXMvaHRtbC8kLnR5cGVzLmFzdG4udHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7O0FBRUEsMERBT3NDO0FBR3pCLFFBQUEsQ0FBQyxHQUFrQyxJQUFBLGNBQUssRUFDakQ7SUFDSSxrQkFBa0IsRUFBRSxJQUFBLGFBQUksRUFBQyxVQUFDLENBQUMsSUFBSSxDQUFDLFVBQUMsQ0FBQyxXQUFXLENBQUM7UUFDMUMsTUFBTSxFQUFFLFVBQUMsQ0FBQyxXQUFXLENBQUMsS0FBSyxDQUFDO1FBQzVCLFNBQVMsRUFBRSxVQUFDLENBQUMsZ0JBQWdCLENBQUMsVUFBVSxDQUFDO0tBQzVDLENBQUMsQ0FBQyxDQUFDO0lBRUosY0FBYyxFQUFFLElBQUEsYUFBSSxFQUFDLFVBQUMsQ0FBQyxJQUFJLENBQUMsVUFBQyxDQUFDLFdBQVcsQ0FBQztRQUN0QyxRQUFRLEVBQUUsVUFBQyxDQUFDLFNBQVMsQ0FBQyxrQkFBa0IsQ0FBQztRQUN6QyxNQUFNLEVBQUUsVUFBQyxDQUFDLGdCQUFnQixDQUFDLE1BQU0sQ0FBQztLQUNyQyxDQUFDLENBQUMsQ0FBQztJQUVKOzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7OztNQXNDRTtJQUVGLFVBQVUsRUFBRSxJQUFBLGFBQUksRUFBQyxVQUFDLENBQUMsS0FBSyxDQUFDO1FBQ3JCLE1BQU0sRUFBRSxVQUFDLENBQUMsUUFBUSxDQUFDLFVBQUMsQ0FBQyxXQUFXLENBQUMsS0FBSyxDQUFDLENBQUM7UUFDeEMsTUFBTSxFQUFFLFVBQUMsQ0FBQyxLQUFLLENBQUM7WUFDWixPQUFPLEVBQUUsVUFBQyxDQUFDLFdBQVcsQ0FBQyxLQUFLLENBQUM7U0FDaEMsQ0FBQztRQUNGLE1BQU0sRUFBRSxVQUFDLENBQUMsU0FBUyxDQUFD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