astn 0.113.30 → 0.113.32

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 (318) hide show
  1. package/dist/bin/validate_astn.js +0 -0
  2. package/dist/implementation/manual/schemas/annotated_characters/deserializers.d.ts +1 -0
  3. package/dist/implementation/manual/schemas/annotated_characters/deserializers.js +2 -1
  4. package/dist/implementation/manual/schemas/authoring_target/transformers/fountain_pen_block.js +142 -109
  5. package/dist/implementation/manual/schemas/{authoring_parse_result → deserialize_parse_tree}/serializers.d.ts +1 -1
  6. package/dist/implementation/manual/schemas/{authoring_parse_result → deserialize_parse_tree}/serializers.js +1 -1
  7. package/dist/implementation/manual/schemas/{authoring_parse_result → deserialize_parse_tree}/transformers/fountain_pen.d.ts +2 -2
  8. package/dist/implementation/manual/schemas/deserialize_parse_tree/transformers/fountain_pen.js +114 -0
  9. package/dist/implementation/manual/schemas/ide/refiners/parse_tree.d.ts +9 -0
  10. package/dist/implementation/manual/schemas/ide/refiners/parse_tree.js +140 -0
  11. package/dist/implementation/manual/schemas/{authoring_parse_tree → parse_tree}/deserializers.d.ts +3 -2
  12. package/dist/implementation/manual/schemas/parse_tree/deserializers.js +61 -0
  13. package/dist/implementation/manual/schemas/{authoring_parse_tree → parse_tree}/productions/new_interface_signatures.js +1 -1
  14. package/dist/implementation/manual/schemas/{authoring_parse_tree → parse_tree}/productions/temp.js +1 -1
  15. package/dist/implementation/manual/schemas/{authoring_parse_tree → parse_tree}/productions/token.d.ts +15 -15
  16. package/dist/implementation/manual/schemas/parse_tree/productions/token.js +184 -0
  17. package/dist/implementation/manual/schemas/{authoring_parse_tree → parse_tree}/transformers/ide.d.ts +2 -2
  18. package/dist/implementation/manual/schemas/parse_tree/transformers/ide.js +140 -0
  19. package/dist/implementation/manual/schemas/{authoring_parse_tree → parse_tree}/transformers/json_target.d.ts +1 -1
  20. package/dist/implementation/manual/schemas/parse_tree/transformers/json_target.js +79 -0
  21. package/dist/implementation/manual/schemas/{authoring_parse_tree → parse_tree}/transformers/token.d.ts +1 -1
  22. package/dist/implementation/manual/schemas/parse_tree/transformers/token.js +86 -0
  23. package/dist/implementation/manual/schemas/sealed_target/serializers.d.ts +1 -1
  24. package/dist/implementation/manual/schemas/sealed_target/transformers/fountain_pen_block.d.ts +2 -2
  25. package/dist/implementation/manual/schemas/sealed_target/transformers/fountain_pen_block.js +30 -25
  26. package/dist/implementation/manual/schemas/token/productions/annotated_character.d.ts +10 -10
  27. package/dist/implementation/manual/schemas/token/productions/annotated_character.js +27 -30
  28. package/dist/implementation/manual/schemas/token/transformers/fountain_pen.d.ts +13 -0
  29. package/dist/implementation/manual/schemas/token/transformers/fountain_pen.js +53 -0
  30. package/dist/implementation/manual/text_to_text/convert_to_json.d.ts +3 -1
  31. package/dist/implementation/manual/text_to_text/convert_to_json.js +12 -17
  32. package/dist/implementation/manual/text_to_text/validate_astn.js +4 -3
  33. package/dist/interface/generated/pareto/{core → schemas/astn_schema/data}/resolved.js +1 -1
  34. package/dist/interface/generated/pareto/schemas/astn_schema/{data_types/target.d.ts → data/unresolved.d.ts} +24 -24
  35. package/dist/interface/generated/pareto/{core → schemas/astn_schema/data}/unresolved.js +1 -1
  36. package/dist/interface/generated/pareto/schemas/astn_schema/migrate_boilerplate.d.ts +2 -2
  37. package/dist/interface/generated/pareto/schemas/astn_schema/{data_types/resolve.d.ts → resolve.d.ts} +2 -2
  38. package/dist/interface/generated/pareto/schemas/{ide/data_types → astn_schema}/resolve.js +1 -1
  39. package/dist/interface/generated/pareto/schemas/authoring_target/data.d.ts +102 -0
  40. package/dist/interface/generated/pareto/schemas/authoring_target/data.js +3 -0
  41. package/dist/interface/generated/pareto/schemas/authoring_target/migrate_boilerplate.d.ts +2 -2
  42. package/dist/interface/generated/pareto/schemas/deserialize_parse_tree/data.d.ts +116 -0
  43. package/dist/interface/generated/pareto/schemas/deserialize_parse_tree/data.js +3 -0
  44. package/dist/interface/generated/pareto/schemas/deserialize_parse_tree/migrate_boilerplate.d.ts +31 -0
  45. package/dist/interface/generated/pareto/schemas/{authoring_parse_result → deserialize_parse_tree}/migrate_boilerplate.js +1 -1
  46. package/dist/interface/generated/pareto/schemas/ide/{data_types/source.d.ts → data.d.ts} +12 -5
  47. package/dist/interface/generated/pareto/schemas/ide/data.js +3 -0
  48. package/dist/interface/generated/pareto/schemas/ide/migrate_boilerplate.d.ts +10 -3
  49. package/dist/interface/generated/pareto/schemas/parse_tree/data.d.ts +182 -0
  50. package/dist/interface/generated/pareto/schemas/parse_tree/data.js +3 -0
  51. package/dist/interface/generated/pareto/schemas/{authoring_parse_tree → parse_tree}/migrate_boilerplate.d.ts +7 -14
  52. package/dist/interface/generated/pareto/schemas/{authoring_parse_tree → parse_tree}/migrate_boilerplate.js +1 -1
  53. package/dist/interface/generated/pareto/schemas/sealed_target/{data_types/source.d.ts → data.d.ts} +21 -18
  54. package/dist/interface/generated/pareto/schemas/sealed_target/data.js +3 -0
  55. package/dist/interface/generated/pareto/schemas/sealed_target/migrate_boilerplate.d.ts +2 -2
  56. package/dist/interface/generated/pareto/schemas/token/{data_types/target.d.ts → data.d.ts} +17 -15
  57. package/dist/interface/generated/pareto/schemas/token/data.js +3 -0
  58. package/dist/interface/generated/pareto/schemas/token/migrate_boilerplate.d.ts +11 -11
  59. package/dist/interface/signatures/refiners/ide/parse_tree.d.ts +17 -0
  60. package/dist/interface/signatures/refiners/ide/parse_tree.js +3 -0
  61. package/dist/interface/signatures/refiners/ide/refiners.d.ts +17 -0
  62. package/dist/interface/signatures/refiners/ide/refiners.js +3 -0
  63. package/dist/interface/signatures/transformers/authoring_target/fountain_pen_block.d.ts +2 -2
  64. package/dist/interface/signatures/transformers/{authoring_parse_tree → parse_tree}/ide.d.ts +4 -4
  65. package/dist/interface/signatures/transformers/{authoring_parse_tree → parse_tree}/ide.js +1 -1
  66. package/dist/interface/signatures/transformers/{authoring_parse_tree → parse_tree}/json_target.d.ts +4 -4
  67. package/dist/interface/signatures/transformers/{authoring_parse_tree → parse_tree}/json_target.js +1 -1
  68. package/dist/interface/signatures/transformers/parse_tree/token.d.ts +4 -0
  69. package/dist/interface/signatures/transformers/{authoring_parse_tree → parse_tree}/token.js +1 -1
  70. package/dist/interface/to_be_generated/annotated_characters.d.ts +1 -0
  71. package/dist/modules/common_tool_signatures/interface/to_be_generated/file_in_file_out.d.ts +3 -3
  72. package/package.json +2 -2
  73. package/dist/implementation/generated/pareto/generic/serialize.d.ts +0 -4
  74. package/dist/implementation/generated/pareto/generic/serialize.js +0 -93
  75. package/dist/implementation/generated/pareto/generic/unmarshall.d.ts +0 -42
  76. package/dist/implementation/generated/pareto/generic/unmarshall.js +0 -247
  77. package/dist/implementation/generated/pareto/schemas/astn_schema/marshall.d.ts +0 -12
  78. package/dist/implementation/generated/pareto/schemas/astn_schema/marshall.js +0 -214
  79. package/dist/implementation/generated/pareto/schemas/astn_schema/resolve.d.ts +0 -12
  80. package/dist/implementation/generated/pareto/schemas/astn_schema/resolve.js +0 -428
  81. package/dist/implementation/generated/pareto/schemas/astn_schema/serialize.d.ts +0 -12
  82. package/dist/implementation/generated/pareto/schemas/astn_schema/serialize.js +0 -73
  83. package/dist/implementation/generated/pareto/schemas/astn_schema/unmarshall.d.ts +0 -12
  84. package/dist/implementation/generated/pareto/schemas/astn_schema/unmarshall.js +0 -194
  85. package/dist/implementation/generated/pareto/schemas/authoring_parse_result/marshall.d.ts +0 -2
  86. package/dist/implementation/generated/pareto/schemas/authoring_parse_result/marshall.js +0 -169
  87. package/dist/implementation/generated/pareto/schemas/authoring_parse_result/serialize.d.ts +0 -2
  88. package/dist/implementation/generated/pareto/schemas/authoring_parse_result/serialize.js +0 -33
  89. package/dist/implementation/generated/pareto/schemas/authoring_parse_result/unmarshall.d.ts +0 -2
  90. package/dist/implementation/generated/pareto/schemas/authoring_parse_result/unmarshall.js +0 -106
  91. package/dist/implementation/generated/pareto/schemas/authoring_parse_tree/marshall.d.ts +0 -9
  92. package/dist/implementation/generated/pareto/schemas/authoring_parse_tree/marshall.js +0 -260
  93. package/dist/implementation/generated/pareto/schemas/authoring_parse_tree/serialize.d.ts +0 -9
  94. package/dist/implementation/generated/pareto/schemas/authoring_parse_tree/serialize.js +0 -61
  95. package/dist/implementation/generated/pareto/schemas/authoring_parse_tree/unmarshall.d.ts +0 -9
  96. package/dist/implementation/generated/pareto/schemas/authoring_parse_tree/unmarshall.js +0 -332
  97. package/dist/implementation/generated/pareto/schemas/authoring_target/marshall.d.ts +0 -3
  98. package/dist/implementation/generated/pareto/schemas/authoring_target/marshall.js +0 -148
  99. package/dist/implementation/generated/pareto/schemas/authoring_target/serialize.d.ts +0 -3
  100. package/dist/implementation/generated/pareto/schemas/authoring_target/serialize.js +0 -37
  101. package/dist/implementation/generated/pareto/schemas/authoring_target/unmarshall.d.ts +0 -3
  102. package/dist/implementation/generated/pareto/schemas/authoring_target/unmarshall.js +0 -124
  103. package/dist/implementation/generated/pareto/schemas/ide/marshall.d.ts +0 -4
  104. package/dist/implementation/generated/pareto/schemas/ide/marshall.js +0 -81
  105. package/dist/implementation/generated/pareto/schemas/ide/serialize.d.ts +0 -4
  106. package/dist/implementation/generated/pareto/schemas/ide/serialize.js +0 -41
  107. package/dist/implementation/generated/pareto/schemas/ide/unmarshall.d.ts +0 -4
  108. package/dist/implementation/generated/pareto/schemas/ide/unmarshall.js +0 -89
  109. package/dist/implementation/generated/pareto/schemas/sealed_target/marshall.d.ts +0 -3
  110. package/dist/implementation/generated/pareto/schemas/sealed_target/marshall.js +0 -128
  111. package/dist/implementation/generated/pareto/schemas/sealed_target/serialize.d.ts +0 -3
  112. package/dist/implementation/generated/pareto/schemas/sealed_target/serialize.js +0 -37
  113. package/dist/implementation/generated/pareto/schemas/sealed_target/unmarshall.d.ts +0 -3
  114. package/dist/implementation/generated/pareto/schemas/sealed_target/unmarshall.js +0 -108
  115. package/dist/implementation/generated/pareto/schemas/token/marshall.d.ts +0 -11
  116. package/dist/implementation/generated/pareto/schemas/token/marshall.js +0 -230
  117. package/dist/implementation/generated/pareto/schemas/token/serialize.d.ts +0 -11
  118. package/dist/implementation/generated/pareto/schemas/token/serialize.js +0 -69
  119. package/dist/implementation/generated/pareto/schemas/token/unmarshall.d.ts +0 -11
  120. package/dist/implementation/generated/pareto/schemas/token/unmarshall.js +0 -218
  121. package/dist/implementation/manual/schemas/authoring_parse_result/transformers/fountain_pen.js +0 -88
  122. package/dist/implementation/manual/schemas/authoring_parse_tree/deserializers.js +0 -64
  123. package/dist/implementation/manual/schemas/authoring_parse_tree/productions/token.js +0 -184
  124. package/dist/implementation/manual/schemas/authoring_parse_tree/transformers/ide.js +0 -140
  125. package/dist/implementation/manual/schemas/authoring_parse_tree/transformers/json_target.js +0 -79
  126. package/dist/implementation/manual/schemas/authoring_parse_tree/transformers/token.js +0 -86
  127. package/dist/interface/generated/pareto/core/astn_source.d.ts +0 -123
  128. package/dist/interface/generated/pareto/core/astn_source.js +0 -3
  129. package/dist/interface/generated/pareto/core/astn_target.d.ts +0 -186
  130. package/dist/interface/generated/pareto/core/astn_target.js +0 -3
  131. package/dist/interface/generated/pareto/core/parse_result.d.ts +0 -25
  132. package/dist/interface/generated/pareto/core/parse_result.js +0 -3
  133. package/dist/interface/generated/pareto/core/resolved.d.ts +0 -117
  134. package/dist/interface/generated/pareto/core/token.d.ts +0 -49
  135. package/dist/interface/generated/pareto/core/token.js +0 -3
  136. package/dist/interface/generated/pareto/core/unconstrained.d.ts +0 -19
  137. package/dist/interface/generated/pareto/core/unconstrained.js +0 -3
  138. package/dist/interface/generated/pareto/core/unresolved.d.ts +0 -181
  139. package/dist/interface/generated/pareto/schemas/astn_schema/data_types/resolve.js +0 -3
  140. package/dist/interface/generated/pareto/schemas/astn_schema/data_types/source.js +0 -3
  141. package/dist/interface/generated/pareto/schemas/astn_schema/data_types/target.js +0 -3
  142. package/dist/interface/generated/pareto/schemas/astn_schema/deserialize.d.ts +0 -79
  143. package/dist/interface/generated/pareto/schemas/astn_schema/deserialize.js +0 -3
  144. package/dist/interface/generated/pareto/schemas/astn_schema/marshall.d.ts +0 -80
  145. package/dist/interface/generated/pareto/schemas/astn_schema/marshall.js +0 -3
  146. package/dist/interface/generated/pareto/schemas/astn_schema/serialize.d.ts +0 -79
  147. package/dist/interface/generated/pareto/schemas/astn_schema/serialize.js +0 -3
  148. package/dist/interface/generated/pareto/schemas/astn_schema/unmarshall.d.ts +0 -80
  149. package/dist/interface/generated/pareto/schemas/astn_schema/unmarshall.js +0 -3
  150. package/dist/interface/generated/pareto/schemas/astn_schema/value_deserializers.d.ts +0 -44
  151. package/dist/interface/generated/pareto/schemas/astn_schema/value_deserializers.js +0 -3
  152. package/dist/interface/generated/pareto/schemas/astn_schema/value_serializers.d.ts +0 -44
  153. package/dist/interface/generated/pareto/schemas/astn_schema/value_serializers.js +0 -3
  154. package/dist/interface/generated/pareto/schemas/authoring_parse_result/data_types/resolve.d.ts +0 -1
  155. package/dist/interface/generated/pareto/schemas/authoring_parse_result/data_types/resolve.js +0 -3
  156. package/dist/interface/generated/pareto/schemas/authoring_parse_result/data_types/source.d.ts +0 -63
  157. package/dist/interface/generated/pareto/schemas/authoring_parse_result/data_types/source.js +0 -3
  158. package/dist/interface/generated/pareto/schemas/authoring_parse_result/data_types/target.d.ts +0 -63
  159. package/dist/interface/generated/pareto/schemas/authoring_parse_result/data_types/target.js +0 -3
  160. package/dist/interface/generated/pareto/schemas/authoring_parse_result/deserialize.d.ts +0 -9
  161. package/dist/interface/generated/pareto/schemas/authoring_parse_result/deserialize.js +0 -3
  162. package/dist/interface/generated/pareto/schemas/authoring_parse_result/marshall.d.ts +0 -10
  163. package/dist/interface/generated/pareto/schemas/authoring_parse_result/marshall.js +0 -3
  164. package/dist/interface/generated/pareto/schemas/authoring_parse_result/migrate_boilerplate.d.ts +0 -10
  165. package/dist/interface/generated/pareto/schemas/authoring_parse_result/serialize.d.ts +0 -9
  166. package/dist/interface/generated/pareto/schemas/authoring_parse_result/serialize.js +0 -3
  167. package/dist/interface/generated/pareto/schemas/authoring_parse_result/unmarshall.d.ts +0 -10
  168. package/dist/interface/generated/pareto/schemas/authoring_parse_result/unmarshall.js +0 -3
  169. package/dist/interface/generated/pareto/schemas/authoring_parse_result/value_deserializers.d.ts +0 -44
  170. package/dist/interface/generated/pareto/schemas/authoring_parse_result/value_deserializers.js +0 -3
  171. package/dist/interface/generated/pareto/schemas/authoring_parse_result/value_serializers.d.ts +0 -44
  172. package/dist/interface/generated/pareto/schemas/authoring_parse_result/value_serializers.js +0 -3
  173. package/dist/interface/generated/pareto/schemas/authoring_parse_tree/data_types/resolve.d.ts +0 -1
  174. package/dist/interface/generated/pareto/schemas/authoring_parse_tree/data_types/resolve.js +0 -3
  175. package/dist/interface/generated/pareto/schemas/authoring_parse_tree/data_types/source.d.ts +0 -183
  176. package/dist/interface/generated/pareto/schemas/authoring_parse_tree/data_types/source.js +0 -3
  177. package/dist/interface/generated/pareto/schemas/authoring_parse_tree/data_types/target.d.ts +0 -183
  178. package/dist/interface/generated/pareto/schemas/authoring_parse_tree/data_types/target.js +0 -3
  179. package/dist/interface/generated/pareto/schemas/authoring_parse_tree/deserialize.d.ts +0 -58
  180. package/dist/interface/generated/pareto/schemas/authoring_parse_tree/deserialize.js +0 -3
  181. package/dist/interface/generated/pareto/schemas/authoring_parse_tree/marshall.d.ts +0 -59
  182. package/dist/interface/generated/pareto/schemas/authoring_parse_tree/marshall.js +0 -3
  183. package/dist/interface/generated/pareto/schemas/authoring_parse_tree/serialize.d.ts +0 -58
  184. package/dist/interface/generated/pareto/schemas/authoring_parse_tree/serialize.js +0 -3
  185. package/dist/interface/generated/pareto/schemas/authoring_parse_tree/unmarshall.d.ts +0 -59
  186. package/dist/interface/generated/pareto/schemas/authoring_parse_tree/unmarshall.js +0 -3
  187. package/dist/interface/generated/pareto/schemas/authoring_parse_tree/value_deserializers.d.ts +0 -44
  188. package/dist/interface/generated/pareto/schemas/authoring_parse_tree/value_deserializers.js +0 -3
  189. package/dist/interface/generated/pareto/schemas/authoring_parse_tree/value_serializers.d.ts +0 -44
  190. package/dist/interface/generated/pareto/schemas/authoring_parse_tree/value_serializers.js +0 -3
  191. package/dist/interface/generated/pareto/schemas/authoring_target/data_types/resolve.d.ts +0 -1
  192. package/dist/interface/generated/pareto/schemas/authoring_target/data_types/resolve.js +0 -3
  193. package/dist/interface/generated/pareto/schemas/authoring_target/data_types/source.d.ts +0 -72
  194. package/dist/interface/generated/pareto/schemas/authoring_target/data_types/source.js +0 -3
  195. package/dist/interface/generated/pareto/schemas/authoring_target/data_types/target.d.ts +0 -72
  196. package/dist/interface/generated/pareto/schemas/authoring_target/data_types/target.js +0 -3
  197. package/dist/interface/generated/pareto/schemas/authoring_target/deserialize.d.ts +0 -16
  198. package/dist/interface/generated/pareto/schemas/authoring_target/deserialize.js +0 -3
  199. package/dist/interface/generated/pareto/schemas/authoring_target/marshall.d.ts +0 -17
  200. package/dist/interface/generated/pareto/schemas/authoring_target/marshall.js +0 -3
  201. package/dist/interface/generated/pareto/schemas/authoring_target/serialize.d.ts +0 -16
  202. package/dist/interface/generated/pareto/schemas/authoring_target/serialize.js +0 -3
  203. package/dist/interface/generated/pareto/schemas/authoring_target/unmarshall.d.ts +0 -17
  204. package/dist/interface/generated/pareto/schemas/authoring_target/unmarshall.js +0 -3
  205. package/dist/interface/generated/pareto/schemas/authoring_target/value_deserializers.d.ts +0 -64
  206. package/dist/interface/generated/pareto/schemas/authoring_target/value_deserializers.js +0 -3
  207. package/dist/interface/generated/pareto/schemas/authoring_target/value_serializers.d.ts +0 -64
  208. package/dist/interface/generated/pareto/schemas/authoring_target/value_serializers.js +0 -3
  209. package/dist/interface/generated/pareto/schemas/ide/data_types/resolve.d.ts +0 -1
  210. package/dist/interface/generated/pareto/schemas/ide/data_types/source.js +0 -3
  211. package/dist/interface/generated/pareto/schemas/ide/data_types/target.d.ts +0 -43
  212. package/dist/interface/generated/pareto/schemas/ide/data_types/target.js +0 -3
  213. package/dist/interface/generated/pareto/schemas/ide/deserialize.d.ts +0 -23
  214. package/dist/interface/generated/pareto/schemas/ide/deserialize.js +0 -3
  215. package/dist/interface/generated/pareto/schemas/ide/marshall.d.ts +0 -24
  216. package/dist/interface/generated/pareto/schemas/ide/marshall.js +0 -3
  217. package/dist/interface/generated/pareto/schemas/ide/serialize.d.ts +0 -23
  218. package/dist/interface/generated/pareto/schemas/ide/serialize.js +0 -3
  219. package/dist/interface/generated/pareto/schemas/ide/unmarshall.d.ts +0 -24
  220. package/dist/interface/generated/pareto/schemas/ide/unmarshall.js +0 -3
  221. package/dist/interface/generated/pareto/schemas/ide/value_deserializers.d.ts +0 -44
  222. package/dist/interface/generated/pareto/schemas/ide/value_deserializers.js +0 -3
  223. package/dist/interface/generated/pareto/schemas/ide/value_serializers.d.ts +0 -44
  224. package/dist/interface/generated/pareto/schemas/ide/value_serializers.js +0 -3
  225. package/dist/interface/generated/pareto/schemas/sealed_target/data_types/resolve.d.ts +0 -1
  226. package/dist/interface/generated/pareto/schemas/sealed_target/data_types/resolve.js +0 -3
  227. package/dist/interface/generated/pareto/schemas/sealed_target/data_types/source.js +0 -3
  228. package/dist/interface/generated/pareto/schemas/sealed_target/data_types/target.d.ts +0 -0
  229. package/dist/interface/generated/pareto/schemas/sealed_target/data_types/target.js +0 -2
  230. package/dist/interface/generated/pareto/schemas/sealed_target/deserialize.d.ts +0 -16
  231. package/dist/interface/generated/pareto/schemas/sealed_target/deserialize.js +0 -3
  232. package/dist/interface/generated/pareto/schemas/sealed_target/marshall.d.ts +0 -17
  233. package/dist/interface/generated/pareto/schemas/sealed_target/marshall.js +0 -3
  234. package/dist/interface/generated/pareto/schemas/sealed_target/serialize.d.ts +0 -16
  235. package/dist/interface/generated/pareto/schemas/sealed_target/serialize.js +0 -3
  236. package/dist/interface/generated/pareto/schemas/sealed_target/unmarshall.d.ts +0 -17
  237. package/dist/interface/generated/pareto/schemas/sealed_target/unmarshall.js +0 -3
  238. package/dist/interface/generated/pareto/schemas/sealed_target/value_deserializers.d.ts +0 -64
  239. package/dist/interface/generated/pareto/schemas/sealed_target/value_deserializers.js +0 -3
  240. package/dist/interface/generated/pareto/schemas/sealed_target/value_serializers.d.ts +0 -64
  241. package/dist/interface/generated/pareto/schemas/sealed_target/value_serializers.js +0 -3
  242. package/dist/interface/generated/pareto/schemas/token/data_types/resolve.d.ts +0 -1
  243. package/dist/interface/generated/pareto/schemas/token/data_types/resolve.js +0 -3
  244. package/dist/interface/generated/pareto/schemas/token/data_types/source.d.ts +0 -119
  245. package/dist/interface/generated/pareto/schemas/token/data_types/source.js +0 -3
  246. package/dist/interface/generated/pareto/schemas/token/data_types/target.js +0 -3
  247. package/dist/interface/generated/pareto/schemas/token/deserialize.d.ts +0 -72
  248. package/dist/interface/generated/pareto/schemas/token/deserialize.js +0 -3
  249. package/dist/interface/generated/pareto/schemas/token/marshall.d.ts +0 -73
  250. package/dist/interface/generated/pareto/schemas/token/marshall.js +0 -3
  251. package/dist/interface/generated/pareto/schemas/token/serialize.d.ts +0 -72
  252. package/dist/interface/generated/pareto/schemas/token/serialize.js +0 -3
  253. package/dist/interface/generated/pareto/schemas/token/unmarshall.d.ts +0 -73
  254. package/dist/interface/generated/pareto/schemas/token/unmarshall.js +0 -3
  255. package/dist/interface/generated/pareto/schemas/token/value_deserializers.d.ts +0 -44
  256. package/dist/interface/generated/pareto/schemas/token/value_deserializers.js +0 -3
  257. package/dist/interface/generated/pareto/schemas/token/value_serializers.d.ts +0 -44
  258. package/dist/interface/generated/pareto/schemas/token/value_serializers.js +0 -3
  259. package/dist/interface/signatures/transformers/authoring_parse_tree/token.d.ts +0 -4
  260. package/dist/modules/pareto-json/implementation/generated/pareto/generic/serialize.d.ts +0 -4
  261. package/dist/modules/pareto-json/implementation/generated/pareto/generic/serialize.js +0 -93
  262. package/dist/modules/pareto-json/implementation/generated/pareto/generic/unmarshall.d.ts +0 -42
  263. package/dist/modules/pareto-json/implementation/generated/pareto/generic/unmarshall.js +0 -247
  264. package/dist/modules/pareto-json/implementation/generated/pareto/schemas/json/deserialize.d.ts +0 -3
  265. package/dist/modules/pareto-json/implementation/generated/pareto/schemas/json/deserialize.js +0 -32
  266. package/dist/modules/pareto-json/implementation/generated/pareto/schemas/json/marshall.d.ts +0 -3
  267. package/dist/modules/pareto-json/implementation/generated/pareto/schemas/json/marshall.js +0 -110
  268. package/dist/modules/pareto-json/implementation/generated/pareto/schemas/json/serialize.d.ts +0 -3
  269. package/dist/modules/pareto-json/implementation/generated/pareto/schemas/json/serialize.js +0 -37
  270. package/dist/modules/pareto-json/implementation/generated/pareto/schemas/json/unmarshall.d.ts +0 -3
  271. package/dist/modules/pareto-json/implementation/generated/pareto/schemas/json/unmarshall.js +0 -81
  272. package/dist/modules/pareto-json/implementation/manual/primitives/text/serializers/quoted.d.ts +0 -1
  273. package/dist/modules/pareto-json/implementation/manual/primitives/text/serializers/quoted.js +0 -76
  274. package/dist/modules/pareto-json/implementation/manual/schemas/json/serializers.d.ts +0 -5
  275. package/dist/modules/pareto-json/implementation/manual/schemas/json/serializers.js +0 -34
  276. package/dist/modules/pareto-json/implementation/manual/schemas/json/transformers/fountain_pen_block.d.ts +0 -4
  277. package/dist/modules/pareto-json/implementation/manual/schemas/json/transformers/fountain_pen_block.js +0 -85
  278. package/dist/modules/pareto-json/interface/generated/pareto/core/astn_source.d.ts +0 -123
  279. package/dist/modules/pareto-json/interface/generated/pareto/core/astn_source.js +0 -3
  280. package/dist/modules/pareto-json/interface/generated/pareto/core/astn_target.d.ts +0 -186
  281. package/dist/modules/pareto-json/interface/generated/pareto/core/astn_target.js +0 -3
  282. package/dist/modules/pareto-json/interface/generated/pareto/core/parse_result.d.ts +0 -25
  283. package/dist/modules/pareto-json/interface/generated/pareto/core/parse_result.js +0 -3
  284. package/dist/modules/pareto-json/interface/generated/pareto/core/resolved.d.ts +0 -117
  285. package/dist/modules/pareto-json/interface/generated/pareto/core/resolved.js +0 -3
  286. package/dist/modules/pareto-json/interface/generated/pareto/core/token.d.ts +0 -49
  287. package/dist/modules/pareto-json/interface/generated/pareto/core/token.js +0 -3
  288. package/dist/modules/pareto-json/interface/generated/pareto/core/unconstrained.d.ts +0 -19
  289. package/dist/modules/pareto-json/interface/generated/pareto/core/unconstrained.js +0 -3
  290. package/dist/modules/pareto-json/interface/generated/pareto/core/unresolved.d.ts +0 -181
  291. package/dist/modules/pareto-json/interface/generated/pareto/core/unresolved.js +0 -3
  292. package/dist/modules/pareto-json/interface/generated/pareto/schemas/json/data_types/resolve.d.ts +0 -1
  293. package/dist/modules/pareto-json/interface/generated/pareto/schemas/json/data_types/resolve.js +0 -7
  294. package/dist/modules/pareto-json/interface/generated/pareto/schemas/json/data_types/source.d.ts +0 -169
  295. package/dist/modules/pareto-json/interface/generated/pareto/schemas/json/data_types/source.js +0 -3
  296. package/dist/modules/pareto-json/interface/generated/pareto/schemas/json/data_types/target.d.ts +0 -169
  297. package/dist/modules/pareto-json/interface/generated/pareto/schemas/json/data_types/target.js +0 -3
  298. package/dist/modules/pareto-json/interface/generated/pareto/schemas/json/deserialize.d.ts +0 -54
  299. package/dist/modules/pareto-json/interface/generated/pareto/schemas/json/deserialize.js +0 -3
  300. package/dist/modules/pareto-json/interface/generated/pareto/schemas/json/marshall.d.ts +0 -63
  301. package/dist/modules/pareto-json/interface/generated/pareto/schemas/json/marshall.js +0 -3
  302. package/dist/modules/pareto-json/interface/generated/pareto/schemas/json/migrate_boilerplate.d.ts +0 -46
  303. package/dist/modules/pareto-json/interface/generated/pareto/schemas/json/migrate_boilerplate.js +0 -3
  304. package/dist/modules/pareto-json/interface/generated/pareto/schemas/json/serialize.d.ts +0 -54
  305. package/dist/modules/pareto-json/interface/generated/pareto/schemas/json/serialize.js +0 -3
  306. package/dist/modules/pareto-json/interface/generated/pareto/schemas/json/unmarshall.d.ts +0 -63
  307. package/dist/modules/pareto-json/interface/generated/pareto/schemas/json/unmarshall.js +0 -3
  308. package/dist/modules/pareto-json/interface/generated/pareto/schemas/json/value_deserializers.d.ts +0 -64
  309. package/dist/modules/pareto-json/interface/generated/pareto/schemas/json/value_deserializers.js +0 -3
  310. package/dist/modules/pareto-json/interface/generated/pareto/schemas/json/value_serializers.d.ts +0 -64
  311. package/dist/modules/pareto-json/interface/generated/pareto/schemas/json/value_serializers.js +0 -3
  312. package/dist/modules/pareto-json/shorthands/json.d.ts +0 -8
  313. package/dist/modules/pareto-json/shorthands/json.js +0 -35
  314. package/dist/shorthands/parse_result.d.ts +0 -4
  315. package/dist/shorthands/parse_result.js +0 -59
  316. /package/dist/implementation/manual/schemas/{authoring_parse_tree → parse_tree}/productions/new_interface_signatures.d.ts +0 -0
  317. /package/dist/implementation/manual/schemas/{authoring_parse_tree → parse_tree}/productions/temp.d.ts +0 -0
  318. /package/dist/interface/generated/pareto/schemas/astn_schema/{data_types/source.d.ts → data/resolved.d.ts} +0 -0
@@ -1,25 +0,0 @@
1
- import * as _pi from 'pareto-core-interface';
2
- import * as _i_imports_token from "./token";
3
- import * as _i_imports_ast from "./astn_source";
4
- export type _T_Parse_Error = {
5
- readonly 'range': _i_imports_token._T_Range;
6
- readonly 'type': _T_Parse_Error._type;
7
- };
8
- export declare namespace _T_Parse_Error {
9
- type _type = readonly [
10
- 'lexer',
11
- Lexer_Error
12
- ] | readonly ['parser', Parser_Error];
13
- }
14
- export type Lexer_Error = readonly ['dangling slash', null] | readonly ['invalid unicode escape sequence', null] | readonly ['missing character after escape', null] | readonly ['unexpected character', number] | readonly ['unexpected control character', number] | readonly ['unexpected end of input', null] | readonly ['unexpected end of line in delimited string', null] | readonly ['unknown escape character', null] | readonly ['unterminated block comment', null] | readonly ['unterminated string', null] | readonly ['unterminated unicode escape sequence', null];
15
- export type Parser_Error = {
16
- readonly 'cause': readonly ['missing token', null] | readonly [
17
- 'unexpected token',
18
- {
19
- readonly 'found': _i_imports_token._T_Token_Type;
20
- }
21
- ];
22
- readonly 'expected': _pi.List<Expected>;
23
- };
24
- export type Expected = readonly ['!', null] | readonly ['#', null] | readonly [')', null] | readonly [',', null] | readonly [':', null] | readonly ['>', null] | readonly ['@', null] | readonly [']', null] | readonly ['a string', null] | readonly ['a value', null] | readonly ['}', null];
25
- export type _T_Parse_Result = readonly ['failure', _T_Parse_Error] | readonly ['success', _i_imports_ast._T_Document];
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicGFyc2VfcmVzdWx0LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vc3JjL2ludGVyZmFjZS9nZW5lcmF0ZWQvcGFyZXRvL2NvcmUvcGFyc2VfcmVzdWx0LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIifQ==
@@ -1,117 +0,0 @@
1
- import * as _pi from 'pareto-core-interface';
2
- export type _T_Derived_Reference<M_Source, T_Type> = T_Type;
3
- export type _T_Dictionary<M_Source, T_D> = _pi.Dictionary<T_D>;
4
- export type _T_List<M_Source, T_L> = _pi.List<T_L>;
5
- export type _T_Ordered_Dictionary<M_Source, T_D> = {
6
- readonly 'dictionary': _pi.Dictionary<T_D>;
7
- readonly 'ordered list': _pi.List<{
8
- readonly 'key': string;
9
- readonly 'value': T_D;
10
- }>;
11
- };
12
- export type _T_Reference_To_Circular_Dependent_Sibling<M_Source, T_Dictionary_Entry> = {
13
- readonly 'entry': _pi.Circular_Dependency<T_Dictionary_Entry>;
14
- readonly 'key': string;
15
- };
16
- export type _T_Reference_To_Normal_Dictionary_Entry<M_Source, T_Dictionary_Entry> = {
17
- readonly 'entry': T_Dictionary_Entry;
18
- readonly 'key': string;
19
- };
20
- export type _T_Reference_To_Stacked_Dictionary_Entry<M_Source, T_Dictionary_Entry> = {
21
- readonly 'entry': T_Dictionary_Entry;
22
- readonly 'key': string;
23
- readonly 'up steps': number;
24
- };
25
- export type _T_State_Group<M_Source, T_SG> = T_SG;
26
- export type Derived_Reference<M_Source, T_Type> = _T_Derived_Reference<M_Source, T_Type>;
27
- export type Dictionary<M_Source, T_D> = _T_Dictionary<M_Source, T_D>;
28
- export type List<M_Source, T_L> = _T_List<M_Source, T_L>;
29
- export type Ordered_Dictionary<M_Source, T_D> = _T_Ordered_Dictionary<M_Source, T_D>;
30
- export type Reference_To_Circular_Dependent_Sibling<M_Source, T_Dictionary_Entry> = _T_Reference_To_Circular_Dependent_Sibling<M_Source, T_Dictionary_Entry>;
31
- export type Reference_To_Normal_Dictionary_Entry<M_Source, T_Dictionary_Entry> = _T_Reference_To_Normal_Dictionary_Entry<M_Source, T_Dictionary_Entry>;
32
- export type Reference_To_Stacked_Dictionary_Entry<M_Source, T_Dictionary_Entry> = _T_Reference_To_Stacked_Dictionary_Entry<M_Source, T_Dictionary_Entry>;
33
- export type State_Group<M_Source, T_SG> = _T_State_Group<M_Source, T_SG>;
34
- export declare namespace _T_Dictionary {
35
- type D<M_Source, T_D> = T_D;
36
- }
37
- export declare namespace _T_List {
38
- type L<M_Source, T_L> = T_L;
39
- }
40
- export declare namespace _T_Ordered_Dictionary {
41
- namespace dictionary {
42
- type D<M_Source, T_D> = T_D;
43
- }
44
- type dictionary<M_Source, T_D> = _pi.Dictionary<T_D>;
45
- namespace ordered_list {
46
- namespace L {
47
- type key<M_Source, T_D> = string;
48
- type value<M_Source, T_D> = T_D;
49
- }
50
- type L<M_Source, T_D> = {
51
- readonly 'key': string;
52
- readonly 'value': T_D;
53
- };
54
- }
55
- type ordered_list<M_Source, T_D> = _pi.List<{
56
- readonly 'key': string;
57
- readonly 'value': T_D;
58
- }>;
59
- }
60
- export declare namespace _T_Reference_To_Circular_Dependent_Sibling {
61
- namespace entry {
62
- type C<M_Source, T_Dictionary_Entry> = T_Dictionary_Entry;
63
- }
64
- type entry<M_Source, T_Dictionary_Entry> = _pi.Circular_Dependency<T_Dictionary_Entry>;
65
- type key<M_Source, T_Dictionary_Entry> = string;
66
- }
67
- export declare namespace _T_Reference_To_Normal_Dictionary_Entry {
68
- type entry<M_Source, T_Dictionary_Entry> = T_Dictionary_Entry;
69
- type key<M_Source, T_Dictionary_Entry> = string;
70
- }
71
- export declare namespace _T_Reference_To_Stacked_Dictionary_Entry {
72
- type entry<M_Source, T_Dictionary_Entry> = T_Dictionary_Entry;
73
- type key<M_Source, T_Dictionary_Entry> = string;
74
- type up_steps<M_Source, T_Dictionary_Entry> = number;
75
- }
76
- export declare namespace Dictionary {
77
- type D<M_Source, T_D> = T_D;
78
- }
79
- export declare namespace List {
80
- type L<M_Source, T_L> = T_L;
81
- }
82
- export declare namespace Ordered_Dictionary {
83
- namespace dictionary {
84
- type D<M_Source, T_D> = T_D;
85
- }
86
- type dictionary<M_Source, T_D> = _pi.Dictionary<T_D>;
87
- namespace ordered_list {
88
- namespace L {
89
- type key<M_Source, T_D> = string;
90
- type value<M_Source, T_D> = T_D;
91
- }
92
- type L<M_Source, T_D> = {
93
- readonly 'key': string;
94
- readonly 'value': T_D;
95
- };
96
- }
97
- type ordered_list<M_Source, T_D> = _pi.List<{
98
- readonly 'key': string;
99
- readonly 'value': T_D;
100
- }>;
101
- }
102
- export declare namespace Reference_To_Circular_Dependent_Sibling {
103
- namespace entry {
104
- type C<M_Source, T_Dictionary_Entry> = T_Dictionary_Entry;
105
- }
106
- type entry<M_Source, T_Dictionary_Entry> = _pi.Circular_Dependency<T_Dictionary_Entry>;
107
- type key<M_Source, T_Dictionary_Entry> = string;
108
- }
109
- export declare namespace Reference_To_Normal_Dictionary_Entry {
110
- type entry<M_Source, T_Dictionary_Entry> = T_Dictionary_Entry;
111
- type key<M_Source, T_Dictionary_Entry> = string;
112
- }
113
- export declare namespace Reference_To_Stacked_Dictionary_Entry {
114
- type entry<M_Source, T_Dictionary_Entry> = T_Dictionary_Entry;
115
- type key<M_Source, T_Dictionary_Entry> = string;
116
- type up_steps<M_Source, T_Dictionary_Entry> = number;
117
- }
@@ -1,49 +0,0 @@
1
- import * as _pi from 'pareto-core-interface';
2
- export type _T_Annotated_Token = {
3
- readonly 'end': _T_Location;
4
- readonly 'start': _T_Location;
5
- readonly 'trailing trivia': _T_Trivia;
6
- readonly 'type': _T_Token_Type;
7
- };
8
- export type _T_Delimited_String = string;
9
- export type _T_Location = {
10
- readonly 'absolute': number;
11
- readonly 'relative': _T_Relative_Location;
12
- };
13
- export type _T_Range = {
14
- readonly 'end': _T_Location;
15
- readonly 'start': _T_Location;
16
- };
17
- export type _T_Relative_Location = {
18
- readonly 'column': number;
19
- readonly 'line': number;
20
- };
21
- export type _T_String_Type = readonly ['apostrophed', null] | readonly ['backticked', null] | readonly ['quoted', null] | readonly ['undelimited', null];
22
- export type _T_Token_Type = readonly ['!', null] | readonly ['#', null] | readonly ['(', null] | readonly [')', null] | readonly ['*', null] | readonly [':', null] | readonly ['<', null] | readonly ['>', null] | readonly ['@', null] | readonly ['[', null] | readonly [']', null] | readonly [
23
- 'string',
24
- {
25
- readonly 'type': _T_String_Type;
26
- readonly 'value': _T_Delimited_String;
27
- }
28
- ] | readonly ['{', null] | readonly ['|', null] | readonly ['}', null] | readonly ['~', null];
29
- export type _T_Tokenizer_Result = {
30
- readonly 'end': _T_Location;
31
- readonly 'leading trivia': _T_Trivia;
32
- readonly 'tokens': _pi.List<_T_Annotated_Token>;
33
- };
34
- export declare namespace _T_Tokenizer_Result {
35
- type tokens = _pi.List<_T_Annotated_Token>;
36
- }
37
- export type _T_Trivia = {
38
- readonly 'comments': _pi.List<{
39
- readonly 'content': string;
40
- readonly 'range': _T_Range;
41
- readonly 'trailing whitespace': _T_Whitespace;
42
- readonly 'type': readonly ['block', null] | readonly ['line', null];
43
- }>;
44
- readonly 'leading whitespace': _T_Whitespace;
45
- };
46
- export type _T_Whitespace = {
47
- readonly 'range': _T_Range;
48
- readonly 'value': string;
49
- };
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidG9rZW4uanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9zcmMvaW50ZXJmYWNlL2dlbmVyYXRlZC9wYXJldG8vY29yZS90b2tlbi50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIn0=
@@ -1,19 +0,0 @@
1
- import * as _pi from 'pareto-core-interface';
2
- export type _T_Dictionary<M_Source, T_D> = _pi.Dictionary<T_D>;
3
- export type _T_List<M_Source, T_L> = _pi.List<T_L>;
4
- export type _T_State_Group<M_Source, T_SG> = T_SG;
5
- export type Dictionary<M_Source, T_D> = _T_Dictionary<M_Source, T_D>;
6
- export type List<M_Source, T_L> = _T_List<M_Source, T_L>;
7
- export type State_Group<M_Source, T_SG> = _T_State_Group<M_Source, T_SG>;
8
- export declare namespace _T_Dictionary {
9
- type D<M_Source, T_D> = T_D;
10
- }
11
- export declare namespace _T_List {
12
- type L<M_Source, T_L> = T_L;
13
- }
14
- export declare namespace Dictionary {
15
- type D<M_Source, T_D> = T_D;
16
- }
17
- export declare namespace List {
18
- type L<M_Source, T_L> = T_L;
19
- }
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidW5jb25zdHJhaW5lZC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3NyYy9pbnRlcmZhY2UvZ2VuZXJhdGVkL3BhcmV0by9jb3JlL3VuY29uc3RyYWluZWQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiJ9
@@ -1,181 +0,0 @@
1
- import * as _pi from 'pareto-core-interface';
2
- export type _T_Derived_Reference<M_Source, T_Type> = null;
3
- export type _T_Dictionary<M_Source, T_D> = {
4
- readonly 'dictionary': _pi.Dictionary<{
5
- readonly 'entry': T_D;
6
- readonly 'location': M_Source;
7
- }>;
8
- readonly 'location': M_Source;
9
- };
10
- export type _T_List<M_Source, T_L> = {
11
- readonly 'list': _pi.List<{
12
- readonly 'element': T_L;
13
- readonly 'location': M_Source;
14
- }>;
15
- readonly 'location': M_Source;
16
- };
17
- export type _T_Ordered_Dictionary<M_Source, T_D> = {
18
- readonly 'dictionary': _pi.Dictionary<{
19
- readonly 'entry': T_D;
20
- readonly 'location': M_Source;
21
- }>;
22
- readonly 'location': M_Source;
23
- };
24
- export type _T_Reference_To_Circular_Dependent_Sibling<M_Source, T_Dictionary_Entry> = {
25
- readonly 'key': string;
26
- readonly 'location': M_Source;
27
- };
28
- export type _T_Reference_To_Normal_Dictionary_Entry<M_Source, T_Dictionary_Entry> = {
29
- readonly 'key': string;
30
- readonly 'location': M_Source;
31
- };
32
- export type _T_Reference_To_Stacked_Dictionary_Entry<M_Source, T_Dictionary_Entry> = {
33
- readonly 'key': string;
34
- readonly 'location': M_Source;
35
- };
36
- export type _T_State_Group<M_Source, T_SG> = {
37
- readonly 'location': M_Source;
38
- readonly 'state group': T_SG;
39
- };
40
- export type Derived_Reference<M_Source, T_Type> = _T_Derived_Reference<M_Source, T_Type>;
41
- export type Dictionary<M_Source, T_D> = _T_Dictionary<M_Source, T_D>;
42
- export type List<M_Source, T_L> = _T_List<M_Source, T_L>;
43
- export type Ordered_Dictionary<M_Source, T_D> = _T_Ordered_Dictionary<M_Source, T_D>;
44
- export type Reference_To_Circular_Dependent_Sibling<M_Source, T_Dictionary_Entry> = _T_Reference_To_Circular_Dependent_Sibling<M_Source, T_Dictionary_Entry>;
45
- export type Reference_To_Normal_Dictionary_Entry<M_Source, T_Dictionary_Entry> = _T_Reference_To_Normal_Dictionary_Entry<M_Source, T_Dictionary_Entry>;
46
- export type Reference_To_Stacked_Dictionary_Entry<M_Source, T_Dictionary_Entry> = _T_Reference_To_Stacked_Dictionary_Entry<M_Source, T_Dictionary_Entry>;
47
- export type State_Group<M_Source, T_SG> = _T_State_Group<M_Source, T_SG>;
48
- export declare namespace _T_Dictionary {
49
- namespace dictionary {
50
- namespace D {
51
- type entry<M_Source, T_D> = T_D;
52
- type location<M_Source, T_D> = M_Source;
53
- }
54
- type D<M_Source, T_D> = {
55
- readonly 'entry': T_D;
56
- readonly 'location': M_Source;
57
- };
58
- }
59
- type dictionary<M_Source, T_D> = _pi.Dictionary<{
60
- readonly 'entry': T_D;
61
- readonly 'location': M_Source;
62
- }>;
63
- type location<M_Source, T_D> = M_Source;
64
- }
65
- export declare namespace _T_List {
66
- namespace list {
67
- namespace L {
68
- type element<M_Source, T_L> = T_L;
69
- type location<M_Source, T_L> = M_Source;
70
- }
71
- type L<M_Source, T_L> = {
72
- readonly 'element': T_L;
73
- readonly 'location': M_Source;
74
- };
75
- }
76
- type list<M_Source, T_L> = _pi.List<{
77
- readonly 'element': T_L;
78
- readonly 'location': M_Source;
79
- }>;
80
- type location<M_Source, T_L> = M_Source;
81
- }
82
- export declare namespace _T_Ordered_Dictionary {
83
- namespace dictionary {
84
- namespace D {
85
- type entry<M_Source, T_D> = T_D;
86
- type location<M_Source, T_D> = M_Source;
87
- }
88
- type D<M_Source, T_D> = {
89
- readonly 'entry': T_D;
90
- readonly 'location': M_Source;
91
- };
92
- }
93
- type dictionary<M_Source, T_D> = _pi.Dictionary<{
94
- readonly 'entry': T_D;
95
- readonly 'location': M_Source;
96
- }>;
97
- type location<M_Source, T_D> = M_Source;
98
- }
99
- export declare namespace _T_Reference_To_Circular_Dependent_Sibling {
100
- type key<M_Source, T_Dictionary_Entry> = string;
101
- type location<M_Source, T_Dictionary_Entry> = M_Source;
102
- }
103
- export declare namespace _T_Reference_To_Normal_Dictionary_Entry {
104
- type key<M_Source, T_Dictionary_Entry> = string;
105
- type location<M_Source, T_Dictionary_Entry> = M_Source;
106
- }
107
- export declare namespace _T_Reference_To_Stacked_Dictionary_Entry {
108
- type key<M_Source, T_Dictionary_Entry> = string;
109
- type location<M_Source, T_Dictionary_Entry> = M_Source;
110
- }
111
- export declare namespace _T_State_Group {
112
- type location<M_Source, T_SG> = M_Source;
113
- type state_group<M_Source, T_SG> = T_SG;
114
- }
115
- export declare namespace Dictionary {
116
- namespace dictionary {
117
- namespace D {
118
- type entry<M_Source, T_D> = T_D;
119
- type location<M_Source, T_D> = M_Source;
120
- }
121
- type D<M_Source, T_D> = {
122
- readonly 'entry': T_D;
123
- readonly 'location': M_Source;
124
- };
125
- }
126
- type dictionary<M_Source, T_D> = _pi.Dictionary<{
127
- readonly 'entry': T_D;
128
- readonly 'location': M_Source;
129
- }>;
130
- type location<M_Source, T_D> = M_Source;
131
- }
132
- export declare namespace List {
133
- namespace list {
134
- namespace L {
135
- type element<M_Source, T_L> = T_L;
136
- type location<M_Source, T_L> = M_Source;
137
- }
138
- type L<M_Source, T_L> = {
139
- readonly 'element': T_L;
140
- readonly 'location': M_Source;
141
- };
142
- }
143
- type list<M_Source, T_L> = _pi.List<{
144
- readonly 'element': T_L;
145
- readonly 'location': M_Source;
146
- }>;
147
- type location<M_Source, T_L> = M_Source;
148
- }
149
- export declare namespace Ordered_Dictionary {
150
- namespace dictionary {
151
- namespace D {
152
- type entry<M_Source, T_D> = T_D;
153
- type location<M_Source, T_D> = M_Source;
154
- }
155
- type D<M_Source, T_D> = {
156
- readonly 'entry': T_D;
157
- readonly 'location': M_Source;
158
- };
159
- }
160
- type dictionary<M_Source, T_D> = _pi.Dictionary<{
161
- readonly 'entry': T_D;
162
- readonly 'location': M_Source;
163
- }>;
164
- type location<M_Source, T_D> = M_Source;
165
- }
166
- export declare namespace Reference_To_Circular_Dependent_Sibling {
167
- type key<M_Source, T_Dictionary_Entry> = string;
168
- type location<M_Source, T_Dictionary_Entry> = M_Source;
169
- }
170
- export declare namespace Reference_To_Normal_Dictionary_Entry {
171
- type key<M_Source, T_Dictionary_Entry> = string;
172
- type location<M_Source, T_Dictionary_Entry> = M_Source;
173
- }
174
- export declare namespace Reference_To_Stacked_Dictionary_Entry {
175
- type key<M_Source, T_Dictionary_Entry> = string;
176
- type location<M_Source, T_Dictionary_Entry> = M_Source;
177
- }
178
- export declare namespace State_Group {
179
- type location<M_Source, T_SG> = M_Source;
180
- type state_group<M_Source, T_SG> = T_SG;
181
- }
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmVzb2x2ZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3NyYy9pbnRlcmZhY2UvZ2VuZXJhdGVkL3BhcmV0by9zY2hlbWFzL2FzdG5fc2NoZW1hL2RhdGFfdHlwZXMvcmVzb2x2ZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIn0=
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic291cmNlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vc3JjL2ludGVyZmFjZS9nZW5lcmF0ZWQvcGFyZXRvL3NjaGVtYXMvYXN0bl9zY2hlbWEvZGF0YV90eXBlcy9zb3VyY2UudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiJ9
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGFyZ2V0LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vc3JjL2ludGVyZmFjZS9nZW5lcmF0ZWQvcGFyZXRvL3NjaGVtYXMvYXN0bl9zY2hlbWEvZGF0YV90eXBlcy90YXJnZXQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiJ9
@@ -1,79 +0,0 @@
1
- import * as i_out from "./data_types/target";
2
- export declare namespace Schemas_ {
3
- type I = string;
4
- type O = i_out.Schemas;
5
- namespace P {
6
- }
7
- }
8
- export type Schemas_ = ($$_: Schemas_.I) => Schemas_.O;
9
- export declare namespace Text_Type_ {
10
- type I = string;
11
- type O = i_out.Text_Type;
12
- namespace P {
13
- }
14
- }
15
- export type Text_Type_ = ($$_: Text_Type_.I) => Text_Type_.O;
16
- export declare namespace Globals_ {
17
- type I = string;
18
- type O = i_out.Globals;
19
- namespace P {
20
- }
21
- }
22
- export type Globals_ = ($$_: Globals_.I) => Globals_.O;
23
- export declare namespace Type_ {
24
- type I = string;
25
- type O = i_out.Type;
26
- namespace P {
27
- }
28
- }
29
- export type Type_ = ($$_: Type_.I) => Type_.O;
30
- export declare namespace Types_ {
31
- type I = string;
32
- type O = i_out.Types;
33
- namespace P {
34
- }
35
- }
36
- export type Types_ = ($$_: Types_.I) => Types_.O;
37
- export declare namespace Schema_ {
38
- type I = string;
39
- type O = i_out.Schema;
40
- namespace P {
41
- }
42
- }
43
- export type Schema_ = ($$_: Schema_.I) => Schema_.O;
44
- export declare namespace Schema_Tree_ {
45
- type I = string;
46
- type O = i_out.Schema_Tree;
47
- namespace P {
48
- }
49
- }
50
- export type Schema_Tree_ = ($$_: Schema_Tree_.I) => Schema_Tree_.O;
51
- export declare namespace Imports_ {
52
- type I = string;
53
- type O = i_out.Imports;
54
- namespace P {
55
- }
56
- }
57
- export type Imports_ = ($$_: Imports_.I) => Imports_.O;
58
- export declare namespace Dictionary_ {
59
- type I = string;
60
- type O = i_out.Dictionary;
61
- namespace P {
62
- }
63
- }
64
- export type Dictionary_ = ($$_: Dictionary_.I) => Dictionary_.O;
65
- export declare namespace Group_ {
66
- type I = string;
67
- type O = i_out.Group;
68
- namespace P {
69
- }
70
- }
71
- export type Group_ = ($$_: Group_.I) => Group_.O;
72
- export declare namespace Type_Node_ {
73
- type I = string;
74
- type O = i_out.Type_Node;
75
- namespace P {
76
- }
77
- }
78
- export type Type_Node_ = ($$_: Type_Node_.I) => Type_Node_.O;
79
- export { Schemas_ as Schemas, Text_Type_ as Text_Type, Globals_ as Globals, Type_ as Type, Types_ as Types, Schema_ as Schema, Schema_Tree_ as Schema_Tree, Imports_ as Imports, Dictionary_ as Dictionary, Group_ as Group, Type_Node_ as Type_Node, };
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGVzZXJpYWxpemUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9zcmMvaW50ZXJmYWNlL2dlbmVyYXRlZC9wYXJldG8vc2NoZW1hcy9hc3RuX3NjaGVtYS9kZXNlcmlhbGl6ZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIn0=
@@ -1,80 +0,0 @@
1
- import * as i_out from "astn/dist/interface/generated/pareto/schemas/sealed_target/data_types/target";
2
- import * as i_in from "./data_types/source";
3
- export declare namespace Schemas_ {
4
- type I = i_in.Schemas;
5
- type O = i_out.Value;
6
- namespace P {
7
- }
8
- }
9
- export type Schemas_ = ($$_: Schemas_.I) => Schemas_.O;
10
- export declare namespace Text_Type_ {
11
- type I = i_in.Text_Type;
12
- type O = i_out.Value;
13
- namespace P {
14
- }
15
- }
16
- export type Text_Type_ = ($$_: Text_Type_.I) => Text_Type_.O;
17
- export declare namespace Globals_ {
18
- type I = i_in.Globals;
19
- type O = i_out.Value;
20
- namespace P {
21
- }
22
- }
23
- export type Globals_ = ($$_: Globals_.I) => Globals_.O;
24
- export declare namespace Type_ {
25
- type I = i_in.Type;
26
- type O = i_out.Value;
27
- namespace P {
28
- }
29
- }
30
- export type Type_ = ($$_: Type_.I) => Type_.O;
31
- export declare namespace Types_ {
32
- type I = i_in.Types;
33
- type O = i_out.Value;
34
- namespace P {
35
- }
36
- }
37
- export type Types_ = ($$_: Types_.I) => Types_.O;
38
- export declare namespace Schema_ {
39
- type I = i_in.Schema;
40
- type O = i_out.Value;
41
- namespace P {
42
- }
43
- }
44
- export type Schema_ = ($$_: Schema_.I) => Schema_.O;
45
- export declare namespace Schema_Tree_ {
46
- type I = i_in.Schema_Tree;
47
- type O = i_out.Value;
48
- namespace P {
49
- }
50
- }
51
- export type Schema_Tree_ = ($$_: Schema_Tree_.I) => Schema_Tree_.O;
52
- export declare namespace Imports_ {
53
- type I = i_in.Imports;
54
- type O = i_out.Value;
55
- namespace P {
56
- }
57
- }
58
- export type Imports_ = ($$_: Imports_.I) => Imports_.O;
59
- export declare namespace Dictionary_ {
60
- type I = i_in.Dictionary;
61
- type O = i_out.Value;
62
- namespace P {
63
- }
64
- }
65
- export type Dictionary_ = ($$_: Dictionary_.I) => Dictionary_.O;
66
- export declare namespace Group_ {
67
- type I = i_in.Group;
68
- type O = i_out.Value;
69
- namespace P {
70
- }
71
- }
72
- export type Group_ = ($$_: Group_.I) => Group_.O;
73
- export declare namespace Type_Node_ {
74
- type I = i_in.Type_Node;
75
- type O = i_out.Value;
76
- namespace P {
77
- }
78
- }
79
- export type Type_Node_ = ($$_: Type_Node_.I) => Type_Node_.O;
80
- export { Schemas_ as Schemas, Text_Type_ as Text_Type, Globals_ as Globals, Type_ as Type, Types_ as Types, Schema_ as Schema, Schema_Tree_ as Schema_Tree, Imports_ as Imports, Dictionary_ as Dictionary, Group_ as Group, Type_Node_ as Type_Node, };
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWFyc2hhbGwuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9zcmMvaW50ZXJmYWNlL2dlbmVyYXRlZC9wYXJldG8vc2NoZW1hcy9hc3RuX3NjaGVtYS9tYXJzaGFsbC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIn0=
@@ -1,79 +0,0 @@
1
- import * as i_in from "./data_types/source";
2
- export declare namespace Schemas_ {
3
- type I = i_in.Schemas;
4
- type O = string;
5
- namespace P {
6
- }
7
- }
8
- export type Schemas_ = ($$_: Schemas_.I) => Schemas_.O;
9
- export declare namespace Text_Type_ {
10
- type I = i_in.Text_Type;
11
- type O = string;
12
- namespace P {
13
- }
14
- }
15
- export type Text_Type_ = ($$_: Text_Type_.I) => Text_Type_.O;
16
- export declare namespace Globals_ {
17
- type I = i_in.Globals;
18
- type O = string;
19
- namespace P {
20
- }
21
- }
22
- export type Globals_ = ($$_: Globals_.I) => Globals_.O;
23
- export declare namespace Type_ {
24
- type I = i_in.Type;
25
- type O = string;
26
- namespace P {
27
- }
28
- }
29
- export type Type_ = ($$_: Type_.I) => Type_.O;
30
- export declare namespace Types_ {
31
- type I = i_in.Types;
32
- type O = string;
33
- namespace P {
34
- }
35
- }
36
- export type Types_ = ($$_: Types_.I) => Types_.O;
37
- export declare namespace Schema_ {
38
- type I = i_in.Schema;
39
- type O = string;
40
- namespace P {
41
- }
42
- }
43
- export type Schema_ = ($$_: Schema_.I) => Schema_.O;
44
- export declare namespace Schema_Tree_ {
45
- type I = i_in.Schema_Tree;
46
- type O = string;
47
- namespace P {
48
- }
49
- }
50
- export type Schema_Tree_ = ($$_: Schema_Tree_.I) => Schema_Tree_.O;
51
- export declare namespace Imports_ {
52
- type I = i_in.Imports;
53
- type O = string;
54
- namespace P {
55
- }
56
- }
57
- export type Imports_ = ($$_: Imports_.I) => Imports_.O;
58
- export declare namespace Dictionary_ {
59
- type I = i_in.Dictionary;
60
- type O = string;
61
- namespace P {
62
- }
63
- }
64
- export type Dictionary_ = ($$_: Dictionary_.I) => Dictionary_.O;
65
- export declare namespace Group_ {
66
- type I = i_in.Group;
67
- type O = string;
68
- namespace P {
69
- }
70
- }
71
- export type Group_ = ($$_: Group_.I) => Group_.O;
72
- export declare namespace Type_Node_ {
73
- type I = i_in.Type_Node;
74
- type O = string;
75
- namespace P {
76
- }
77
- }
78
- export type Type_Node_ = ($$_: Type_Node_.I) => Type_Node_.O;
79
- export { Schemas_ as Schemas, Text_Type_ as Text_Type, Globals_ as Globals, Type_ as Type, Types_ as Types, Schema_ as Schema, Schema_Tree_ as Schema_Tree, Imports_ as Imports, Dictionary_ as Dictionary, Group_ as Group, Type_Node_ as Type_Node, };