astn 0.113.31 → 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 (321) 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 +4 -4
  5. package/dist/implementation/manual/schemas/{authoring_parse_result → deserialize_parse_tree}/serializers.js +1 -1
  6. package/dist/implementation/manual/schemas/deserialize_parse_tree/transformers/fountain_pen.js +114 -0
  7. package/dist/implementation/manual/schemas/ide/refiners/parse_tree.d.ts +9 -0
  8. package/dist/implementation/manual/schemas/ide/refiners/parse_tree.js +140 -0
  9. package/dist/implementation/manual/schemas/{authoring_parse_tree → parse_tree}/deserializers.d.ts +1 -0
  10. package/dist/implementation/manual/schemas/{authoring_parse_tree → parse_tree}/deserializers.js +8 -6
  11. package/dist/implementation/manual/schemas/{authoring_parse_tree → parse_tree}/productions/new_interface_signatures.js +1 -1
  12. package/dist/implementation/manual/schemas/{authoring_parse_tree → parse_tree}/productions/temp.js +1 -1
  13. package/dist/implementation/manual/schemas/parse_tree/productions/token.js +184 -0
  14. package/dist/implementation/manual/schemas/parse_tree/transformers/ide.js +140 -0
  15. package/dist/implementation/manual/schemas/parse_tree/transformers/json_target.js +79 -0
  16. package/dist/implementation/manual/schemas/parse_tree/transformers/token.js +86 -0
  17. package/dist/implementation/manual/schemas/token/productions/annotated_character.d.ts +9 -9
  18. package/dist/implementation/manual/schemas/token/productions/annotated_character.js +21 -24
  19. package/dist/implementation/manual/schemas/token/transformers/fountain_pen.d.ts +13 -0
  20. package/dist/implementation/manual/schemas/token/transformers/fountain_pen.js +53 -0
  21. package/dist/implementation/manual/text_to_text/convert_to_json.d.ts +3 -1
  22. package/dist/implementation/manual/text_to_text/convert_to_json.js +11 -16
  23. package/dist/implementation/manual/text_to_text/validate_astn.js +4 -3
  24. package/dist/interface/generated/pareto/schemas/deserialize_parse_tree/data.d.ts +65 -20
  25. package/dist/interface/generated/pareto/schemas/ide/data.d.ts +12 -5
  26. package/dist/interface/generated/pareto/schemas/ide/migrate_boilerplate.d.ts +8 -1
  27. package/dist/interface/generated/pareto/schemas/token/data.d.ts +2 -0
  28. package/dist/interface/signatures/{transformers/authoring_parse_tree/ide.d.ts → refiners/ide/parse_tree.d.ts} +3 -3
  29. package/dist/interface/signatures/refiners/ide/parse_tree.js +3 -0
  30. package/dist/interface/signatures/refiners/ide/refiners.d.ts +17 -0
  31. package/dist/interface/signatures/refiners/ide/refiners.js +3 -0
  32. package/dist/interface/signatures/transformers/parse_tree/json_target.d.ts +1 -1
  33. package/dist/interface/signatures/transformers/parse_tree/token.d.ts +2 -2
  34. package/dist/interface/to_be_generated/annotated_characters.d.ts +1 -0
  35. package/package.json +2 -2
  36. package/dist/implementation/generated/pareto/generic/serialize.d.ts +0 -4
  37. package/dist/implementation/generated/pareto/generic/serialize.js +0 -93
  38. package/dist/implementation/generated/pareto/generic/unmarshall.d.ts +0 -42
  39. package/dist/implementation/generated/pareto/generic/unmarshall.js +0 -247
  40. package/dist/implementation/generated/pareto/schemas/astn_schema/marshall.d.ts +0 -12
  41. package/dist/implementation/generated/pareto/schemas/astn_schema/marshall.js +0 -214
  42. package/dist/implementation/generated/pareto/schemas/astn_schema/resolve.d.ts +0 -12
  43. package/dist/implementation/generated/pareto/schemas/astn_schema/resolve.js +0 -428
  44. package/dist/implementation/generated/pareto/schemas/astn_schema/serialize.d.ts +0 -12
  45. package/dist/implementation/generated/pareto/schemas/astn_schema/serialize.js +0 -73
  46. package/dist/implementation/generated/pareto/schemas/astn_schema/unmarshall.d.ts +0 -12
  47. package/dist/implementation/generated/pareto/schemas/astn_schema/unmarshall.js +0 -194
  48. package/dist/implementation/generated/pareto/schemas/authoring_parse_result/marshall.d.ts +0 -2
  49. package/dist/implementation/generated/pareto/schemas/authoring_parse_result/marshall.js +0 -169
  50. package/dist/implementation/generated/pareto/schemas/authoring_parse_result/serialize.d.ts +0 -2
  51. package/dist/implementation/generated/pareto/schemas/authoring_parse_result/serialize.js +0 -33
  52. package/dist/implementation/generated/pareto/schemas/authoring_parse_result/unmarshall.d.ts +0 -2
  53. package/dist/implementation/generated/pareto/schemas/authoring_parse_result/unmarshall.js +0 -106
  54. package/dist/implementation/generated/pareto/schemas/authoring_parse_tree/marshall.d.ts +0 -9
  55. package/dist/implementation/generated/pareto/schemas/authoring_parse_tree/marshall.js +0 -260
  56. package/dist/implementation/generated/pareto/schemas/authoring_parse_tree/serialize.d.ts +0 -9
  57. package/dist/implementation/generated/pareto/schemas/authoring_parse_tree/serialize.js +0 -61
  58. package/dist/implementation/generated/pareto/schemas/authoring_parse_tree/unmarshall.d.ts +0 -9
  59. package/dist/implementation/generated/pareto/schemas/authoring_parse_tree/unmarshall.js +0 -332
  60. package/dist/implementation/generated/pareto/schemas/authoring_target/marshall.d.ts +0 -3
  61. package/dist/implementation/generated/pareto/schemas/authoring_target/marshall.js +0 -148
  62. package/dist/implementation/generated/pareto/schemas/authoring_target/serialize.d.ts +0 -3
  63. package/dist/implementation/generated/pareto/schemas/authoring_target/serialize.js +0 -37
  64. package/dist/implementation/generated/pareto/schemas/authoring_target/unmarshall.d.ts +0 -3
  65. package/dist/implementation/generated/pareto/schemas/authoring_target/unmarshall.js +0 -124
  66. package/dist/implementation/generated/pareto/schemas/ide/marshall.d.ts +0 -4
  67. package/dist/implementation/generated/pareto/schemas/ide/marshall.js +0 -81
  68. package/dist/implementation/generated/pareto/schemas/ide/serialize.d.ts +0 -4
  69. package/dist/implementation/generated/pareto/schemas/ide/serialize.js +0 -41
  70. package/dist/implementation/generated/pareto/schemas/ide/unmarshall.d.ts +0 -4
  71. package/dist/implementation/generated/pareto/schemas/ide/unmarshall.js +0 -89
  72. package/dist/implementation/generated/pareto/schemas/sealed_target/marshall.d.ts +0 -3
  73. package/dist/implementation/generated/pareto/schemas/sealed_target/marshall.js +0 -128
  74. package/dist/implementation/generated/pareto/schemas/sealed_target/serialize.d.ts +0 -3
  75. package/dist/implementation/generated/pareto/schemas/sealed_target/serialize.js +0 -37
  76. package/dist/implementation/generated/pareto/schemas/sealed_target/unmarshall.d.ts +0 -3
  77. package/dist/implementation/generated/pareto/schemas/sealed_target/unmarshall.js +0 -108
  78. package/dist/implementation/generated/pareto/schemas/token/marshall.d.ts +0 -11
  79. package/dist/implementation/generated/pareto/schemas/token/marshall.js +0 -230
  80. package/dist/implementation/generated/pareto/schemas/token/serialize.d.ts +0 -11
  81. package/dist/implementation/generated/pareto/schemas/token/serialize.js +0 -69
  82. package/dist/implementation/generated/pareto/schemas/token/unmarshall.d.ts +0 -11
  83. package/dist/implementation/generated/pareto/schemas/token/unmarshall.js +0 -218
  84. package/dist/implementation/manual/schemas/authoring_parse_result/transformers/fountain_pen.js +0 -100
  85. package/dist/implementation/manual/schemas/authoring_parse_tree/productions/token.js +0 -184
  86. package/dist/implementation/manual/schemas/authoring_parse_tree/transformers/ide.js +0 -140
  87. package/dist/implementation/manual/schemas/authoring_parse_tree/transformers/json_target.js +0 -79
  88. package/dist/implementation/manual/schemas/authoring_parse_tree/transformers/token.js +0 -86
  89. package/dist/interface/generated/pareto/core/astn_source.d.ts +0 -123
  90. package/dist/interface/generated/pareto/core/astn_source.js +0 -3
  91. package/dist/interface/generated/pareto/core/astn_target.d.ts +0 -186
  92. package/dist/interface/generated/pareto/core/astn_target.js +0 -3
  93. package/dist/interface/generated/pareto/core/parse_result.d.ts +0 -25
  94. package/dist/interface/generated/pareto/core/parse_result.js +0 -3
  95. package/dist/interface/generated/pareto/core/resolved.d.ts +0 -117
  96. package/dist/interface/generated/pareto/core/resolved.js +0 -3
  97. package/dist/interface/generated/pareto/core/token.d.ts +0 -49
  98. package/dist/interface/generated/pareto/core/token.js +0 -3
  99. package/dist/interface/generated/pareto/core/unconstrained.d.ts +0 -19
  100. package/dist/interface/generated/pareto/core/unconstrained.js +0 -3
  101. package/dist/interface/generated/pareto/core/unresolved.d.ts +0 -181
  102. package/dist/interface/generated/pareto/core/unresolved.js +0 -3
  103. package/dist/interface/generated/pareto/schemas/astn_schema/data_types/resolve.d.ts +0 -192
  104. package/dist/interface/generated/pareto/schemas/astn_schema/data_types/resolve.js +0 -3
  105. package/dist/interface/generated/pareto/schemas/astn_schema/data_types/source.d.ts +0 -150
  106. package/dist/interface/generated/pareto/schemas/astn_schema/data_types/source.js +0 -3
  107. package/dist/interface/generated/pareto/schemas/astn_schema/data_types/target.d.ts +0 -270
  108. package/dist/interface/generated/pareto/schemas/astn_schema/data_types/target.js +0 -3
  109. package/dist/interface/generated/pareto/schemas/astn_schema/deserialize.d.ts +0 -79
  110. package/dist/interface/generated/pareto/schemas/astn_schema/deserialize.js +0 -3
  111. package/dist/interface/generated/pareto/schemas/astn_schema/marshall.d.ts +0 -80
  112. package/dist/interface/generated/pareto/schemas/astn_schema/marshall.js +0 -3
  113. package/dist/interface/generated/pareto/schemas/astn_schema/serialize.d.ts +0 -79
  114. package/dist/interface/generated/pareto/schemas/astn_schema/serialize.js +0 -3
  115. package/dist/interface/generated/pareto/schemas/astn_schema/unmarshall.d.ts +0 -80
  116. package/dist/interface/generated/pareto/schemas/astn_schema/unmarshall.js +0 -3
  117. package/dist/interface/generated/pareto/schemas/astn_schema/value_deserializers.d.ts +0 -44
  118. package/dist/interface/generated/pareto/schemas/astn_schema/value_deserializers.js +0 -3
  119. package/dist/interface/generated/pareto/schemas/astn_schema/value_serializers.d.ts +0 -44
  120. package/dist/interface/generated/pareto/schemas/astn_schema/value_serializers.js +0 -3
  121. package/dist/interface/generated/pareto/schemas/authoring_parse_result/data_types/resolve.d.ts +0 -1
  122. package/dist/interface/generated/pareto/schemas/authoring_parse_result/data_types/resolve.js +0 -3
  123. package/dist/interface/generated/pareto/schemas/authoring_parse_result/data_types/source.d.ts +0 -63
  124. package/dist/interface/generated/pareto/schemas/authoring_parse_result/data_types/source.js +0 -3
  125. package/dist/interface/generated/pareto/schemas/authoring_parse_result/data_types/target.d.ts +0 -63
  126. package/dist/interface/generated/pareto/schemas/authoring_parse_result/data_types/target.js +0 -3
  127. package/dist/interface/generated/pareto/schemas/authoring_parse_result/deserialize.d.ts +0 -9
  128. package/dist/interface/generated/pareto/schemas/authoring_parse_result/deserialize.js +0 -3
  129. package/dist/interface/generated/pareto/schemas/authoring_parse_result/marshall.d.ts +0 -10
  130. package/dist/interface/generated/pareto/schemas/authoring_parse_result/marshall.js +0 -3
  131. package/dist/interface/generated/pareto/schemas/authoring_parse_result/migrate_boilerplate.d.ts +0 -10
  132. package/dist/interface/generated/pareto/schemas/authoring_parse_result/migrate_boilerplate.js +0 -3
  133. package/dist/interface/generated/pareto/schemas/authoring_parse_result/serialize.d.ts +0 -9
  134. package/dist/interface/generated/pareto/schemas/authoring_parse_result/serialize.js +0 -3
  135. package/dist/interface/generated/pareto/schemas/authoring_parse_result/unmarshall.d.ts +0 -10
  136. package/dist/interface/generated/pareto/schemas/authoring_parse_result/unmarshall.js +0 -3
  137. package/dist/interface/generated/pareto/schemas/authoring_parse_result/value_deserializers.d.ts +0 -44
  138. package/dist/interface/generated/pareto/schemas/authoring_parse_result/value_deserializers.js +0 -3
  139. package/dist/interface/generated/pareto/schemas/authoring_parse_result/value_serializers.d.ts +0 -44
  140. package/dist/interface/generated/pareto/schemas/authoring_parse_result/value_serializers.js +0 -3
  141. package/dist/interface/generated/pareto/schemas/authoring_parse_tree/data_types/resolve.d.ts +0 -1
  142. package/dist/interface/generated/pareto/schemas/authoring_parse_tree/data_types/resolve.js +0 -3
  143. package/dist/interface/generated/pareto/schemas/authoring_parse_tree/data_types/source.d.ts +0 -183
  144. package/dist/interface/generated/pareto/schemas/authoring_parse_tree/data_types/source.js +0 -3
  145. package/dist/interface/generated/pareto/schemas/authoring_parse_tree/data_types/target.d.ts +0 -183
  146. package/dist/interface/generated/pareto/schemas/authoring_parse_tree/data_types/target.js +0 -3
  147. package/dist/interface/generated/pareto/schemas/authoring_parse_tree/deserialize.d.ts +0 -58
  148. package/dist/interface/generated/pareto/schemas/authoring_parse_tree/deserialize.js +0 -3
  149. package/dist/interface/generated/pareto/schemas/authoring_parse_tree/marshall.d.ts +0 -59
  150. package/dist/interface/generated/pareto/schemas/authoring_parse_tree/marshall.js +0 -3
  151. package/dist/interface/generated/pareto/schemas/authoring_parse_tree/migrate_boilerplate.d.ts +0 -59
  152. package/dist/interface/generated/pareto/schemas/authoring_parse_tree/migrate_boilerplate.js +0 -3
  153. package/dist/interface/generated/pareto/schemas/authoring_parse_tree/serialize.d.ts +0 -58
  154. package/dist/interface/generated/pareto/schemas/authoring_parse_tree/serialize.js +0 -3
  155. package/dist/interface/generated/pareto/schemas/authoring_parse_tree/unmarshall.d.ts +0 -59
  156. package/dist/interface/generated/pareto/schemas/authoring_parse_tree/unmarshall.js +0 -3
  157. package/dist/interface/generated/pareto/schemas/authoring_parse_tree/value_deserializers.d.ts +0 -44
  158. package/dist/interface/generated/pareto/schemas/authoring_parse_tree/value_deserializers.js +0 -3
  159. package/dist/interface/generated/pareto/schemas/authoring_parse_tree/value_serializers.d.ts +0 -44
  160. package/dist/interface/generated/pareto/schemas/authoring_parse_tree/value_serializers.js +0 -3
  161. package/dist/interface/generated/pareto/schemas/authoring_target/data_types/resolve.d.ts +0 -1
  162. package/dist/interface/generated/pareto/schemas/authoring_target/data_types/resolve.js +0 -3
  163. package/dist/interface/generated/pareto/schemas/authoring_target/data_types/source.d.ts +0 -72
  164. package/dist/interface/generated/pareto/schemas/authoring_target/data_types/source.js +0 -3
  165. package/dist/interface/generated/pareto/schemas/authoring_target/data_types/target.d.ts +0 -72
  166. package/dist/interface/generated/pareto/schemas/authoring_target/data_types/target.js +0 -3
  167. package/dist/interface/generated/pareto/schemas/authoring_target/deserialize.d.ts +0 -16
  168. package/dist/interface/generated/pareto/schemas/authoring_target/deserialize.js +0 -3
  169. package/dist/interface/generated/pareto/schemas/authoring_target/marshall.d.ts +0 -17
  170. package/dist/interface/generated/pareto/schemas/authoring_target/marshall.js +0 -3
  171. package/dist/interface/generated/pareto/schemas/authoring_target/serialize.d.ts +0 -16
  172. package/dist/interface/generated/pareto/schemas/authoring_target/serialize.js +0 -3
  173. package/dist/interface/generated/pareto/schemas/authoring_target/unmarshall.d.ts +0 -17
  174. package/dist/interface/generated/pareto/schemas/authoring_target/unmarshall.js +0 -3
  175. package/dist/interface/generated/pareto/schemas/authoring_target/value_deserializers.d.ts +0 -64
  176. package/dist/interface/generated/pareto/schemas/authoring_target/value_deserializers.js +0 -3
  177. package/dist/interface/generated/pareto/schemas/authoring_target/value_serializers.d.ts +0 -64
  178. package/dist/interface/generated/pareto/schemas/authoring_target/value_serializers.js +0 -3
  179. package/dist/interface/generated/pareto/schemas/deserialize_parse_tree/data_types/resolve.d.ts +0 -1
  180. package/dist/interface/generated/pareto/schemas/deserialize_parse_tree/data_types/resolve.js +0 -3
  181. package/dist/interface/generated/pareto/schemas/deserialize_parse_tree/data_types/source.d.ts +0 -63
  182. package/dist/interface/generated/pareto/schemas/deserialize_parse_tree/data_types/source.js +0 -3
  183. package/dist/interface/generated/pareto/schemas/deserialize_parse_tree/data_types/target.d.ts +0 -63
  184. package/dist/interface/generated/pareto/schemas/deserialize_parse_tree/data_types/target.js +0 -3
  185. package/dist/interface/generated/pareto/schemas/deserialize_parse_tree/deserialize.d.ts +0 -9
  186. package/dist/interface/generated/pareto/schemas/deserialize_parse_tree/deserialize.js +0 -3
  187. package/dist/interface/generated/pareto/schemas/deserialize_parse_tree/serialize.d.ts +0 -9
  188. package/dist/interface/generated/pareto/schemas/deserialize_parse_tree/serialize.js +0 -3
  189. package/dist/interface/generated/pareto/schemas/ide/data_types/resolve.d.ts +0 -1
  190. package/dist/interface/generated/pareto/schemas/ide/data_types/resolve.js +0 -3
  191. package/dist/interface/generated/pareto/schemas/ide/data_types/source.d.ts +0 -43
  192. package/dist/interface/generated/pareto/schemas/ide/data_types/source.js +0 -3
  193. package/dist/interface/generated/pareto/schemas/ide/data_types/target.d.ts +0 -43
  194. package/dist/interface/generated/pareto/schemas/ide/data_types/target.js +0 -3
  195. package/dist/interface/generated/pareto/schemas/ide/deserialize.d.ts +0 -23
  196. package/dist/interface/generated/pareto/schemas/ide/deserialize.js +0 -3
  197. package/dist/interface/generated/pareto/schemas/ide/marshall.d.ts +0 -24
  198. package/dist/interface/generated/pareto/schemas/ide/marshall.js +0 -3
  199. package/dist/interface/generated/pareto/schemas/ide/serialize.d.ts +0 -23
  200. package/dist/interface/generated/pareto/schemas/ide/serialize.js +0 -3
  201. package/dist/interface/generated/pareto/schemas/ide/unmarshall.d.ts +0 -24
  202. package/dist/interface/generated/pareto/schemas/ide/unmarshall.js +0 -3
  203. package/dist/interface/generated/pareto/schemas/ide/value_deserializers.d.ts +0 -44
  204. package/dist/interface/generated/pareto/schemas/ide/value_deserializers.js +0 -3
  205. package/dist/interface/generated/pareto/schemas/ide/value_serializers.d.ts +0 -44
  206. package/dist/interface/generated/pareto/schemas/ide/value_serializers.js +0 -3
  207. package/dist/interface/generated/pareto/schemas/parse_tree/data_types/resolve.d.ts +0 -1
  208. package/dist/interface/generated/pareto/schemas/parse_tree/data_types/resolve.js +0 -3
  209. package/dist/interface/generated/pareto/schemas/parse_tree/data_types/source.d.ts +0 -183
  210. package/dist/interface/generated/pareto/schemas/parse_tree/data_types/source.js +0 -3
  211. package/dist/interface/generated/pareto/schemas/parse_tree/data_types/target.d.ts +0 -183
  212. package/dist/interface/generated/pareto/schemas/parse_tree/data_types/target.js +0 -3
  213. package/dist/interface/generated/pareto/schemas/parse_tree/deserialize.d.ts +0 -58
  214. package/dist/interface/generated/pareto/schemas/parse_tree/deserialize.js +0 -3
  215. package/dist/interface/generated/pareto/schemas/parse_tree/serialize.d.ts +0 -58
  216. package/dist/interface/generated/pareto/schemas/parse_tree/serialize.js +0 -3
  217. package/dist/interface/generated/pareto/schemas/sealed_target/data_types/resolve.d.ts +0 -1
  218. package/dist/interface/generated/pareto/schemas/sealed_target/data_types/resolve.js +0 -3
  219. package/dist/interface/generated/pareto/schemas/sealed_target/data_types/source.d.ts +0 -45
  220. package/dist/interface/generated/pareto/schemas/sealed_target/data_types/source.js +0 -3
  221. package/dist/interface/generated/pareto/schemas/sealed_target/data_types/target.d.ts +0 -0
  222. package/dist/interface/generated/pareto/schemas/sealed_target/data_types/target.js +0 -2
  223. package/dist/interface/generated/pareto/schemas/sealed_target/deserialize.d.ts +0 -16
  224. package/dist/interface/generated/pareto/schemas/sealed_target/deserialize.js +0 -3
  225. package/dist/interface/generated/pareto/schemas/sealed_target/marshall.d.ts +0 -17
  226. package/dist/interface/generated/pareto/schemas/sealed_target/marshall.js +0 -3
  227. package/dist/interface/generated/pareto/schemas/sealed_target/serialize.d.ts +0 -16
  228. package/dist/interface/generated/pareto/schemas/sealed_target/serialize.js +0 -3
  229. package/dist/interface/generated/pareto/schemas/sealed_target/unmarshall.d.ts +0 -17
  230. package/dist/interface/generated/pareto/schemas/sealed_target/unmarshall.js +0 -3
  231. package/dist/interface/generated/pareto/schemas/sealed_target/value_deserializers.d.ts +0 -64
  232. package/dist/interface/generated/pareto/schemas/sealed_target/value_deserializers.js +0 -3
  233. package/dist/interface/generated/pareto/schemas/sealed_target/value_serializers.d.ts +0 -64
  234. package/dist/interface/generated/pareto/schemas/sealed_target/value_serializers.js +0 -3
  235. package/dist/interface/generated/pareto/schemas/token/data_types/resolve.d.ts +0 -1
  236. package/dist/interface/generated/pareto/schemas/token/data_types/resolve.js +0 -3
  237. package/dist/interface/generated/pareto/schemas/token/data_types/source.d.ts +0 -119
  238. package/dist/interface/generated/pareto/schemas/token/data_types/source.js +0 -3
  239. package/dist/interface/generated/pareto/schemas/token/data_types/target.d.ts +0 -119
  240. package/dist/interface/generated/pareto/schemas/token/data_types/target.js +0 -3
  241. package/dist/interface/generated/pareto/schemas/token/deserialize.d.ts +0 -72
  242. package/dist/interface/generated/pareto/schemas/token/deserialize.js +0 -3
  243. package/dist/interface/generated/pareto/schemas/token/marshall.d.ts +0 -73
  244. package/dist/interface/generated/pareto/schemas/token/marshall.js +0 -3
  245. package/dist/interface/generated/pareto/schemas/token/serialize.d.ts +0 -72
  246. package/dist/interface/generated/pareto/schemas/token/serialize.js +0 -3
  247. package/dist/interface/generated/pareto/schemas/token/unmarshall.d.ts +0 -73
  248. package/dist/interface/generated/pareto/schemas/token/unmarshall.js +0 -3
  249. package/dist/interface/generated/pareto/schemas/token/value_deserializers.d.ts +0 -44
  250. package/dist/interface/generated/pareto/schemas/token/value_deserializers.js +0 -3
  251. package/dist/interface/generated/pareto/schemas/token/value_serializers.d.ts +0 -44
  252. package/dist/interface/generated/pareto/schemas/token/value_serializers.js +0 -3
  253. package/dist/interface/signatures/transformers/authoring_parse_tree/ide.js +0 -3
  254. package/dist/interface/signatures/transformers/authoring_parse_tree/json_target.d.ts +0 -7
  255. package/dist/interface/signatures/transformers/authoring_parse_tree/json_target.js +0 -3
  256. package/dist/interface/signatures/transformers/authoring_parse_tree/token.d.ts +0 -4
  257. package/dist/interface/signatures/transformers/authoring_parse_tree/token.js +0 -3
  258. package/dist/modules/pareto-json/implementation/generated/pareto/generic/serialize.d.ts +0 -4
  259. package/dist/modules/pareto-json/implementation/generated/pareto/generic/serialize.js +0 -93
  260. package/dist/modules/pareto-json/implementation/generated/pareto/generic/unmarshall.d.ts +0 -42
  261. package/dist/modules/pareto-json/implementation/generated/pareto/generic/unmarshall.js +0 -247
  262. package/dist/modules/pareto-json/implementation/generated/pareto/schemas/json/deserialize.d.ts +0 -3
  263. package/dist/modules/pareto-json/implementation/generated/pareto/schemas/json/deserialize.js +0 -32
  264. package/dist/modules/pareto-json/implementation/generated/pareto/schemas/json/marshall.d.ts +0 -3
  265. package/dist/modules/pareto-json/implementation/generated/pareto/schemas/json/marshall.js +0 -110
  266. package/dist/modules/pareto-json/implementation/generated/pareto/schemas/json/serialize.d.ts +0 -3
  267. package/dist/modules/pareto-json/implementation/generated/pareto/schemas/json/serialize.js +0 -37
  268. package/dist/modules/pareto-json/implementation/generated/pareto/schemas/json/unmarshall.d.ts +0 -3
  269. package/dist/modules/pareto-json/implementation/generated/pareto/schemas/json/unmarshall.js +0 -81
  270. package/dist/modules/pareto-json/implementation/manual/primitives/text/serializers/quoted.d.ts +0 -1
  271. package/dist/modules/pareto-json/implementation/manual/primitives/text/serializers/quoted.js +0 -76
  272. package/dist/modules/pareto-json/implementation/manual/schemas/json/serializers.d.ts +0 -5
  273. package/dist/modules/pareto-json/implementation/manual/schemas/json/serializers.js +0 -34
  274. package/dist/modules/pareto-json/implementation/manual/schemas/json/transformers/fountain_pen_block.d.ts +0 -4
  275. package/dist/modules/pareto-json/implementation/manual/schemas/json/transformers/fountain_pen_block.js +0 -85
  276. package/dist/modules/pareto-json/interface/generated/pareto/core/astn_source.d.ts +0 -123
  277. package/dist/modules/pareto-json/interface/generated/pareto/core/astn_source.js +0 -3
  278. package/dist/modules/pareto-json/interface/generated/pareto/core/astn_target.d.ts +0 -186
  279. package/dist/modules/pareto-json/interface/generated/pareto/core/astn_target.js +0 -3
  280. package/dist/modules/pareto-json/interface/generated/pareto/core/parse_result.d.ts +0 -25
  281. package/dist/modules/pareto-json/interface/generated/pareto/core/parse_result.js +0 -3
  282. package/dist/modules/pareto-json/interface/generated/pareto/core/resolved.d.ts +0 -117
  283. package/dist/modules/pareto-json/interface/generated/pareto/core/resolved.js +0 -3
  284. package/dist/modules/pareto-json/interface/generated/pareto/core/token.d.ts +0 -49
  285. package/dist/modules/pareto-json/interface/generated/pareto/core/token.js +0 -3
  286. package/dist/modules/pareto-json/interface/generated/pareto/core/unconstrained.d.ts +0 -19
  287. package/dist/modules/pareto-json/interface/generated/pareto/core/unconstrained.js +0 -3
  288. package/dist/modules/pareto-json/interface/generated/pareto/core/unresolved.d.ts +0 -181
  289. package/dist/modules/pareto-json/interface/generated/pareto/core/unresolved.js +0 -3
  290. package/dist/modules/pareto-json/interface/generated/pareto/schemas/json/data_types/resolve.d.ts +0 -1
  291. package/dist/modules/pareto-json/interface/generated/pareto/schemas/json/data_types/resolve.js +0 -7
  292. package/dist/modules/pareto-json/interface/generated/pareto/schemas/json/data_types/source.d.ts +0 -169
  293. package/dist/modules/pareto-json/interface/generated/pareto/schemas/json/data_types/source.js +0 -3
  294. package/dist/modules/pareto-json/interface/generated/pareto/schemas/json/data_types/target.d.ts +0 -169
  295. package/dist/modules/pareto-json/interface/generated/pareto/schemas/json/data_types/target.js +0 -3
  296. package/dist/modules/pareto-json/interface/generated/pareto/schemas/json/deserialize.d.ts +0 -54
  297. package/dist/modules/pareto-json/interface/generated/pareto/schemas/json/deserialize.js +0 -3
  298. package/dist/modules/pareto-json/interface/generated/pareto/schemas/json/marshall.d.ts +0 -63
  299. package/dist/modules/pareto-json/interface/generated/pareto/schemas/json/marshall.js +0 -3
  300. package/dist/modules/pareto-json/interface/generated/pareto/schemas/json/migrate_boilerplate.d.ts +0 -46
  301. package/dist/modules/pareto-json/interface/generated/pareto/schemas/json/migrate_boilerplate.js +0 -3
  302. package/dist/modules/pareto-json/interface/generated/pareto/schemas/json/serialize.d.ts +0 -54
  303. package/dist/modules/pareto-json/interface/generated/pareto/schemas/json/serialize.js +0 -3
  304. package/dist/modules/pareto-json/interface/generated/pareto/schemas/json/unmarshall.d.ts +0 -63
  305. package/dist/modules/pareto-json/interface/generated/pareto/schemas/json/unmarshall.js +0 -3
  306. package/dist/modules/pareto-json/interface/generated/pareto/schemas/json/value_deserializers.d.ts +0 -64
  307. package/dist/modules/pareto-json/interface/generated/pareto/schemas/json/value_deserializers.js +0 -3
  308. package/dist/modules/pareto-json/interface/generated/pareto/schemas/json/value_serializers.d.ts +0 -64
  309. package/dist/modules/pareto-json/interface/generated/pareto/schemas/json/value_serializers.js +0 -3
  310. package/dist/modules/pareto-json/shorthands/json.d.ts +0 -8
  311. package/dist/modules/pareto-json/shorthands/json.js +0 -35
  312. package/dist/shorthands/parse_result.d.ts +0 -3
  313. package/dist/shorthands/parse_result.js +0 -53
  314. /package/dist/implementation/manual/schemas/{authoring_parse_result → deserialize_parse_tree}/serializers.d.ts +0 -0
  315. /package/dist/implementation/manual/schemas/{authoring_parse_result → deserialize_parse_tree}/transformers/fountain_pen.d.ts +0 -0
  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/implementation/manual/schemas/{authoring_parse_tree → parse_tree}/productions/token.d.ts +0 -0
  319. /package/dist/implementation/manual/schemas/{authoring_parse_tree → parse_tree}/transformers/ide.d.ts +0 -0
  320. /package/dist/implementation/manual/schemas/{authoring_parse_tree → parse_tree}/transformers/json_target.d.ts +0 -0
  321. /package/dist/implementation/manual/schemas/{authoring_parse_tree → parse_tree}/transformers/token.d.ts +0 -0
@@ -1,80 +0,0 @@
1
- import * as i_out from "./data_types/target";
2
- import * as i_in from "astn/dist/interface/generated/pareto/schemas/authoring_parse_tree/data_types/target";
3
- export declare namespace Schemas_ {
4
- type I = i_in.Value;
5
- type O = i_out.Schemas;
6
- namespace P {
7
- }
8
- }
9
- export type Schemas_ = ($$_: Schemas_.I) => Schemas_.O;
10
- export declare namespace Text_Type_ {
11
- type I = i_in.Value;
12
- type O = i_out.Text_Type;
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.Value;
19
- type O = i_out.Globals;
20
- namespace P {
21
- }
22
- }
23
- export type Globals_ = ($$_: Globals_.I) => Globals_.O;
24
- export declare namespace Type_ {
25
- type I = i_in.Value;
26
- type O = i_out.Type;
27
- namespace P {
28
- }
29
- }
30
- export type Type_ = ($$_: Type_.I) => Type_.O;
31
- export declare namespace Types_ {
32
- type I = i_in.Value;
33
- type O = i_out.Types;
34
- namespace P {
35
- }
36
- }
37
- export type Types_ = ($$_: Types_.I) => Types_.O;
38
- export declare namespace Schema_ {
39
- type I = i_in.Value;
40
- type O = i_out.Schema;
41
- namespace P {
42
- }
43
- }
44
- export type Schema_ = ($$_: Schema_.I) => Schema_.O;
45
- export declare namespace Schema_Tree_ {
46
- type I = i_in.Value;
47
- type O = i_out.Schema_Tree;
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.Value;
54
- type O = i_out.Imports;
55
- namespace P {
56
- }
57
- }
58
- export type Imports_ = ($$_: Imports_.I) => Imports_.O;
59
- export declare namespace Dictionary_ {
60
- type I = i_in.Value;
61
- type O = i_out.Dictionary;
62
- namespace P {
63
- }
64
- }
65
- export type Dictionary_ = ($$_: Dictionary_.I) => Dictionary_.O;
66
- export declare namespace Group_ {
67
- type I = i_in.Value;
68
- type O = i_out.Group;
69
- namespace P {
70
- }
71
- }
72
- export type Group_ = ($$_: Group_.I) => Group_.O;
73
- export declare namespace Type_Node_ {
74
- type I = i_in.Value;
75
- type O = i_out.Type_Node;
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,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidW5tYXJzaGFsbC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy9pbnRlcmZhY2UvZ2VuZXJhdGVkL3BhcmV0by9zY2hlbWFzL2FzdG5fc2NoZW1hL3VubWFyc2hhbGwudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiJ9
@@ -1,44 +0,0 @@
1
- export type _T_Value_Deserializers = {
2
- readonly 'default number': ($$_: string, $$_p: null) => number;
3
- readonly 'boolean': ($$_: string, $$_p: null) => boolean;
4
- readonly 'custom numbers': null;
5
- };
6
- export type Value_Deserializers = _T_Value_Deserializers;
7
- export declare namespace _T_Value_Deserializers {
8
- namespace default_number {
9
- type CONTEXT = string;
10
- namespace PARAMS {
11
- }
12
- type RESULT = number;
13
- }
14
- type default_number = ($$_: string, $$_p: null) => number;
15
- namespace _boolean {
16
- type CONTEXT = string;
17
- namespace PARAMS {
18
- }
19
- type RESULT = boolean;
20
- }
21
- type _boolean = ($$_: string, $$_p: null) => boolean;
22
- namespace custom_numbers {
23
- }
24
- type custom_numbers = null;
25
- }
26
- export declare namespace Value_Deserializers {
27
- namespace default_number {
28
- type CONTEXT = string;
29
- namespace PARAMS {
30
- }
31
- type RESULT = number;
32
- }
33
- type default_number = ($$_: string, $$_p: null) => number;
34
- namespace _boolean {
35
- type CONTEXT = string;
36
- namespace PARAMS {
37
- }
38
- type RESULT = boolean;
39
- }
40
- type _boolean = ($$_: string, $$_p: null) => boolean;
41
- namespace custom_numbers {
42
- }
43
- type custom_numbers = null;
44
- }
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidmFsdWVfZGVzZXJpYWxpemVycy5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy9pbnRlcmZhY2UvZ2VuZXJhdGVkL3BhcmV0by9zY2hlbWFzL2FzdG5fc2NoZW1hL3ZhbHVlX2Rlc2VyaWFsaXplcnMudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiJ9
@@ -1,44 +0,0 @@
1
- export type _T_Value_Serializers = {
2
- readonly 'default number': ($$_: number, $$_p: null) => string;
3
- readonly 'boolean': ($$_: boolean, $$_p: null) => string;
4
- readonly 'custom numbers': null;
5
- };
6
- export type Value_Serializers = _T_Value_Serializers;
7
- export declare namespace _T_Value_Serializers {
8
- namespace default_number {
9
- type CONTEXT = number;
10
- namespace PARAMS {
11
- }
12
- type RESULT = string;
13
- }
14
- type default_number = ($$_: number, $$_p: null) => string;
15
- namespace _boolean {
16
- type CONTEXT = boolean;
17
- namespace PARAMS {
18
- }
19
- type RESULT = string;
20
- }
21
- type _boolean = ($$_: boolean, $$_p: null) => string;
22
- namespace custom_numbers {
23
- }
24
- type custom_numbers = null;
25
- }
26
- export declare namespace Value_Serializers {
27
- namespace default_number {
28
- type CONTEXT = number;
29
- namespace PARAMS {
30
- }
31
- type RESULT = string;
32
- }
33
- type default_number = ($$_: number, $$_p: null) => string;
34
- namespace _boolean {
35
- type CONTEXT = boolean;
36
- namespace PARAMS {
37
- }
38
- type RESULT = string;
39
- }
40
- type _boolean = ($$_: boolean, $$_p: null) => string;
41
- namespace custom_numbers {
42
- }
43
- type custom_numbers = null;
44
- }
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidmFsdWVfc2VyaWFsaXplcnMuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9zcmMvaW50ZXJmYWNlL2dlbmVyYXRlZC9wYXJldG8vc2NoZW1hcy9hc3RuX3NjaGVtYS92YWx1ZV9zZXJpYWxpemVycy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIn0=
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmVzb2x2ZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3NyYy9pbnRlcmZhY2UvZ2VuZXJhdGVkL3BhcmV0by9zY2hlbWFzL2F1dGhvcmluZ19wYXJzZV9yZXN1bHQvZGF0YV90eXBlcy9yZXNvbHZlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIifQ==
@@ -1,63 +0,0 @@
1
- import * as _pi from "pareto-core-interface";
2
- import * as i_imports_token from "../../token/data_types/source";
3
- export declare namespace Error_ {
4
- namespace _type {
5
- namespace lexer {
6
- type unexpected_control_character = number;
7
- type missing_character_after_escape = null;
8
- type unexpected_end_of_line_in_delimited_string = null;
9
- type unexpected_character = number;
10
- type unterminated_string = null;
11
- type unterminated_block_comment = null;
12
- type unterminated_unicode_escape_sequence = null;
13
- type invalid_unicode_escape_sequence = null;
14
- type unknown_escape_character = null;
15
- type unexpected_end_of_input = null;
16
- type dangling_slash = null;
17
- }
18
- type lexer = readonly ['unexpected control character', lexer.unexpected_control_character] | readonly ['missing character after escape', lexer.missing_character_after_escape] | readonly ['unexpected end of line in delimited string', lexer.unexpected_end_of_line_in_delimited_string] | readonly ['unexpected character', lexer.unexpected_character] | readonly ['unterminated string', lexer.unterminated_string] | readonly ['unterminated block comment', lexer.unterminated_block_comment] | readonly ['unterminated unicode escape sequence', lexer.unterminated_unicode_escape_sequence] | readonly ['invalid unicode escape sequence', lexer.invalid_unicode_escape_sequence] | readonly ['unknown escape character', lexer.unknown_escape_character] | readonly ['unexpected end of input', lexer.unexpected_end_of_input] | readonly ['dangling slash', lexer.dangling_slash];
19
- namespace parser {
20
- namespace expected {
21
- namespace L {
22
- type a_string = null;
23
- type a_value = null;
24
- type $ex_ = null;
25
- type $gt_ = null;
26
- type $cc_ = null;
27
- type $at_ = null;
28
- type $cm_ = null;
29
- type $cl_ = null;
30
- type $pc_ = null;
31
- type $bc_ = null;
32
- type $ha_ = null;
33
- }
34
- type L = readonly ['a string', L.a_string] | readonly ['a value', L.a_value] | readonly ['!', L.$ex_] | readonly ['>', L.$gt_] | readonly ['}', L.$cc_] | readonly ['@', L.$at_] | readonly [',', L.$cm_] | readonly [':', L.$cl_] | readonly [')', L.$pc_] | readonly [']', L.$bc_] | readonly ['#', L.$ha_];
35
- }
36
- type expected = _pi.List<expected.L>;
37
- namespace cause {
38
- type missing_token = null;
39
- namespace unexpected_token {
40
- type found = i_imports_token.Token_Type;
41
- }
42
- type unexpected_token = {
43
- readonly 'found': unexpected_token.found;
44
- };
45
- }
46
- type cause = readonly ['missing token', cause.missing_token] | readonly ['unexpected token', cause.unexpected_token];
47
- }
48
- type parser = {
49
- readonly 'expected': parser.expected;
50
- readonly 'cause': parser.cause;
51
- };
52
- }
53
- type _type = readonly ['lexer', _type.lexer] | readonly ['parser', _type.parser];
54
- namespace range {
55
- type O = i_imports_token.Range;
56
- }
57
- type range = _pi.Optional_Value<range.O>;
58
- }
59
- export type Error_ = {
60
- readonly 'type': Error_._type;
61
- readonly 'range': Error_.range;
62
- };
63
- export { Error_ as Error, };
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic291cmNlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vc3JjL2ludGVyZmFjZS9nZW5lcmF0ZWQvcGFyZXRvL3NjaGVtYXMvYXV0aG9yaW5nX3BhcnNlX3Jlc3VsdC9kYXRhX3R5cGVzL3NvdXJjZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIn0=
@@ -1,63 +0,0 @@
1
- import * as _pi from "pareto-core-interface";
2
- import * as i_imports_token from "../../token/data_types/source";
3
- export declare namespace Error_ {
4
- namespace _type {
5
- namespace lexer {
6
- type unexpected_control_character = number;
7
- type missing_character_after_escape = null;
8
- type unexpected_end_of_line_in_delimited_string = null;
9
- type unexpected_character = number;
10
- type unterminated_string = null;
11
- type unterminated_block_comment = null;
12
- type unterminated_unicode_escape_sequence = null;
13
- type invalid_unicode_escape_sequence = null;
14
- type unknown_escape_character = null;
15
- type unexpected_end_of_input = null;
16
- type dangling_slash = null;
17
- }
18
- type lexer = readonly ['unexpected control character', lexer.unexpected_control_character] | readonly ['missing character after escape', lexer.missing_character_after_escape] | readonly ['unexpected end of line in delimited string', lexer.unexpected_end_of_line_in_delimited_string] | readonly ['unexpected character', lexer.unexpected_character] | readonly ['unterminated string', lexer.unterminated_string] | readonly ['unterminated block comment', lexer.unterminated_block_comment] | readonly ['unterminated unicode escape sequence', lexer.unterminated_unicode_escape_sequence] | readonly ['invalid unicode escape sequence', lexer.invalid_unicode_escape_sequence] | readonly ['unknown escape character', lexer.unknown_escape_character] | readonly ['unexpected end of input', lexer.unexpected_end_of_input] | readonly ['dangling slash', lexer.dangling_slash];
19
- namespace parser {
20
- namespace expected {
21
- namespace L {
22
- type a_string = null;
23
- type a_value = null;
24
- type $ex_ = null;
25
- type $gt_ = null;
26
- type $cc_ = null;
27
- type $at_ = null;
28
- type $cm_ = null;
29
- type $cl_ = null;
30
- type $pc_ = null;
31
- type $bc_ = null;
32
- type $ha_ = null;
33
- }
34
- type L = readonly ['a string', L.a_string] | readonly ['a value', L.a_value] | readonly ['!', L.$ex_] | readonly ['>', L.$gt_] | readonly ['}', L.$cc_] | readonly ['@', L.$at_] | readonly [',', L.$cm_] | readonly [':', L.$cl_] | readonly [')', L.$pc_] | readonly [']', L.$bc_] | readonly ['#', L.$ha_];
35
- }
36
- type expected = _pi.List<expected.L>;
37
- namespace cause {
38
- type missing_token = null;
39
- namespace unexpected_token {
40
- type found = i_imports_token.Token_Type;
41
- }
42
- type unexpected_token = {
43
- readonly 'found': unexpected_token.found;
44
- };
45
- }
46
- type cause = readonly ['missing token', cause.missing_token] | readonly ['unexpected token', cause.unexpected_token];
47
- }
48
- type parser = {
49
- readonly 'expected': parser.expected;
50
- readonly 'cause': parser.cause;
51
- };
52
- }
53
- type _type = readonly ['lexer', _type.lexer] | readonly ['parser', _type.parser];
54
- namespace range {
55
- type O = i_imports_token.Range;
56
- }
57
- type range = _pi.Optional_Value<range.O>;
58
- }
59
- export type Error_ = {
60
- readonly 'type': Error_._type;
61
- readonly 'range': Error_.range;
62
- };
63
- export { Error_ as Error, };
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGFyZ2V0LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vc3JjL2ludGVyZmFjZS9nZW5lcmF0ZWQvcGFyZXRvL3NjaGVtYXMvYXV0aG9yaW5nX3BhcnNlX3Jlc3VsdC9kYXRhX3R5cGVzL3RhcmdldC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIn0=
@@ -1,9 +0,0 @@
1
- import * as i_out from "./data_types/target";
2
- export declare namespace Error_ {
3
- type I = string;
4
- type O = i_out.Error;
5
- namespace P {
6
- }
7
- }
8
- export type Error_ = ($$_: Error_.I) => Error_.O;
9
- export { Error_ as Error, };
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGVzZXJpYWxpemUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9zcmMvaW50ZXJmYWNlL2dlbmVyYXRlZC9wYXJldG8vc2NoZW1hcy9hdXRob3JpbmdfcGFyc2VfcmVzdWx0L2Rlc2VyaWFsaXplLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIifQ==
@@ -1,10 +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 Error_ {
4
- type I = i_in.Error;
5
- type O = i_out.Value;
6
- namespace P {
7
- }
8
- }
9
- export type Error_ = ($$_: Error_.I) => Error_.O;
10
- export { Error_ as Error, };
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWFyc2hhbGwuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9zcmMvaW50ZXJmYWNlL2dlbmVyYXRlZC9wYXJldG8vc2NoZW1hcy9hdXRob3JpbmdfcGFyc2VfcmVzdWx0L21hcnNoYWxsLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIifQ==
@@ -1,10 +0,0 @@
1
- import * as i_out from "./data_types/target";
2
- import * as i_in from "./data_types/source";
3
- export declare namespace Error_ {
4
- type I = i_in.Error;
5
- type O = i_out.Error;
6
- namespace P {
7
- }
8
- }
9
- export type Error_ = ($$_: Error_.I) => Error_.O;
10
- export { Error_ as Error, };
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWlncmF0ZV9ib2lsZXJwbGF0ZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy9pbnRlcmZhY2UvZ2VuZXJhdGVkL3BhcmV0by9zY2hlbWFzL2F1dGhvcmluZ19wYXJzZV9yZXN1bHQvbWlncmF0ZV9ib2lsZXJwbGF0ZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIn0=
@@ -1,9 +0,0 @@
1
- import * as i_in from "./data_types/source";
2
- export declare namespace Error_ {
3
- type I = i_in.Error;
4
- type O = string;
5
- namespace P {
6
- }
7
- }
8
- export type Error_ = ($$_: Error_.I) => Error_.O;
9
- export { Error_ as Error, };
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2VyaWFsaXplLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vc3JjL2ludGVyZmFjZS9nZW5lcmF0ZWQvcGFyZXRvL3NjaGVtYXMvYXV0aG9yaW5nX3BhcnNlX3Jlc3VsdC9zZXJpYWxpemUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiJ9
@@ -1,10 +0,0 @@
1
- import * as i_out from "./data_types/target";
2
- import * as i_in from "astn/dist/interface/generated/pareto/schemas/authoring_parse_tree/data_types/target";
3
- export declare namespace Error_ {
4
- type I = i_in.Value;
5
- type O = i_out.Error;
6
- namespace P {
7
- }
8
- }
9
- export type Error_ = ($$_: Error_.I) => Error_.O;
10
- export { Error_ as Error, };
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidW5tYXJzaGFsbC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy9pbnRlcmZhY2UvZ2VuZXJhdGVkL3BhcmV0by9zY2hlbWFzL2F1dGhvcmluZ19wYXJzZV9yZXN1bHQvdW5tYXJzaGFsbC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIn0=
@@ -1,44 +0,0 @@
1
- export type _T_Value_Deserializers = {
2
- readonly 'default number': ($$_: string, $$_p: null) => number;
3
- readonly 'boolean': ($$_: string, $$_p: null) => boolean;
4
- readonly 'custom numbers': null;
5
- };
6
- export type Value_Deserializers = _T_Value_Deserializers;
7
- export declare namespace _T_Value_Deserializers {
8
- namespace default_number {
9
- type CONTEXT = string;
10
- namespace PARAMS {
11
- }
12
- type RESULT = number;
13
- }
14
- type default_number = ($$_: string, $$_p: null) => number;
15
- namespace _boolean {
16
- type CONTEXT = string;
17
- namespace PARAMS {
18
- }
19
- type RESULT = boolean;
20
- }
21
- type _boolean = ($$_: string, $$_p: null) => boolean;
22
- namespace custom_numbers {
23
- }
24
- type custom_numbers = null;
25
- }
26
- export declare namespace Value_Deserializers {
27
- namespace default_number {
28
- type CONTEXT = string;
29
- namespace PARAMS {
30
- }
31
- type RESULT = number;
32
- }
33
- type default_number = ($$_: string, $$_p: null) => number;
34
- namespace _boolean {
35
- type CONTEXT = string;
36
- namespace PARAMS {
37
- }
38
- type RESULT = boolean;
39
- }
40
- type _boolean = ($$_: string, $$_p: null) => boolean;
41
- namespace custom_numbers {
42
- }
43
- type custom_numbers = null;
44
- }
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidmFsdWVfZGVzZXJpYWxpemVycy5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy9pbnRlcmZhY2UvZ2VuZXJhdGVkL3BhcmV0by9zY2hlbWFzL2F1dGhvcmluZ19wYXJzZV9yZXN1bHQvdmFsdWVfZGVzZXJpYWxpemVycy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIn0=
@@ -1,44 +0,0 @@
1
- export type _T_Value_Serializers = {
2
- readonly 'default number': ($$_: number, $$_p: null) => string;
3
- readonly 'boolean': ($$_: boolean, $$_p: null) => string;
4
- readonly 'custom numbers': null;
5
- };
6
- export type Value_Serializers = _T_Value_Serializers;
7
- export declare namespace _T_Value_Serializers {
8
- namespace default_number {
9
- type CONTEXT = number;
10
- namespace PARAMS {
11
- }
12
- type RESULT = string;
13
- }
14
- type default_number = ($$_: number, $$_p: null) => string;
15
- namespace _boolean {
16
- type CONTEXT = boolean;
17
- namespace PARAMS {
18
- }
19
- type RESULT = string;
20
- }
21
- type _boolean = ($$_: boolean, $$_p: null) => string;
22
- namespace custom_numbers {
23
- }
24
- type custom_numbers = null;
25
- }
26
- export declare namespace Value_Serializers {
27
- namespace default_number {
28
- type CONTEXT = number;
29
- namespace PARAMS {
30
- }
31
- type RESULT = string;
32
- }
33
- type default_number = ($$_: number, $$_p: null) => string;
34
- namespace _boolean {
35
- type CONTEXT = boolean;
36
- namespace PARAMS {
37
- }
38
- type RESULT = string;
39
- }
40
- type _boolean = ($$_: boolean, $$_p: null) => string;
41
- namespace custom_numbers {
42
- }
43
- type custom_numbers = null;
44
- }
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidmFsdWVfc2VyaWFsaXplcnMuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9zcmMvaW50ZXJmYWNlL2dlbmVyYXRlZC9wYXJldG8vc2NoZW1hcy9hdXRob3JpbmdfcGFyc2VfcmVzdWx0L3ZhbHVlX3NlcmlhbGl6ZXJzLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIifQ==
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmVzb2x2ZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3NyYy9pbnRlcmZhY2UvZ2VuZXJhdGVkL3BhcmV0by9zY2hlbWFzL2F1dGhvcmluZ19wYXJzZV90cmVlL2RhdGFfdHlwZXMvcmVzb2x2ZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIn0=