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,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,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidmFsdWVfc2VyaWFsaXplcnMuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9zcmMvaW50ZXJmYWNlL2dlbmVyYXRlZC9wYXJldG8vc2NoZW1hcy9hdXRob3JpbmdfcGFyc2VfdHJlZS92YWx1ZV9zZXJpYWxpemVycy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIn0=
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmVzb2x2ZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3NyYy9pbnRlcmZhY2UvZ2VuZXJhdGVkL3BhcmV0by9zY2hlbWFzL2F1dGhvcmluZ190YXJnZXQvZGF0YV90eXBlcy9yZXNvbHZlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIifQ==
@@ -1,72 +0,0 @@
1
- import * as _pi from "pareto-core-interface";
2
- export declare namespace Value_ {
3
- namespace _type {
4
- namespace list {
5
- type L = Value_;
6
- }
7
- type list = _pi.List<list.L>;
8
- namespace concise_group {
9
- type L = Value_;
10
- }
11
- type concise_group = _pi.List<concise_group.L>;
12
- namespace dictionary {
13
- namespace L {
14
- type key = string;
15
- type value = Value_;
16
- }
17
- type L = {
18
- readonly 'key': L.key;
19
- readonly 'value': L.value;
20
- };
21
- }
22
- type dictionary = _pi.List<dictionary.L>;
23
- namespace verbose_group {
24
- namespace L {
25
- type key = string;
26
- type value = Value_;
27
- }
28
- type L = {
29
- readonly 'key': L.key;
30
- readonly 'value': L.value;
31
- };
32
- }
33
- type verbose_group = _pi.List<verbose_group.L>;
34
- namespace text {
35
- type value = string;
36
- namespace delimiter {
37
- type none = null;
38
- type quote = null;
39
- type backtick = null;
40
- }
41
- type delimiter = readonly ['none', delimiter.none] | readonly ['quote', delimiter.quote] | readonly ['backtick', delimiter.backtick];
42
- }
43
- type text = {
44
- readonly 'value': text.value;
45
- readonly 'delimiter': text.delimiter;
46
- };
47
- type nothing = null;
48
- namespace optional {
49
- type not_set = null;
50
- type _set = Value_;
51
- }
52
- type optional = readonly ['not set', optional.not_set] | readonly ['set', optional._set];
53
- namespace state {
54
- type missing_data = null;
55
- namespace _set {
56
- type state = string;
57
- type value = Value_;
58
- }
59
- type _set = {
60
- readonly 'state': _set.state;
61
- readonly 'value': _set.value;
62
- };
63
- }
64
- type state = readonly ['missing data', state.missing_data] | readonly ['set', state._set];
65
- }
66
- type _type = readonly ['list', _type.list] | readonly ['concise group', _type.concise_group] | readonly ['dictionary', _type.dictionary] | readonly ['verbose group', _type.verbose_group] | readonly ['text', _type.text] | readonly ['nothing', _type.nothing] | readonly ['optional', _type.optional] | readonly ['state', _type.state];
67
- }
68
- export type Value_ = {
69
- readonly 'type': Value_._type;
70
- };
71
- export type Document_ = Value_;
72
- export { Value_ as Value, Document_ as Document, };
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic291cmNlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vc3JjL2ludGVyZmFjZS9nZW5lcmF0ZWQvcGFyZXRvL3NjaGVtYXMvYXV0aG9yaW5nX3RhcmdldC9kYXRhX3R5cGVzL3NvdXJjZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIn0=
@@ -1,72 +0,0 @@
1
- import * as _pi from "pareto-core-interface";
2
- export declare namespace Value_ {
3
- namespace _type {
4
- namespace list {
5
- type L = Value_;
6
- }
7
- type list = _pi.List<list.L>;
8
- namespace concise_group {
9
- type L = Value_;
10
- }
11
- type concise_group = _pi.List<concise_group.L>;
12
- namespace dictionary {
13
- namespace L {
14
- type key = string;
15
- type value = Value_;
16
- }
17
- type L = {
18
- readonly 'key': L.key;
19
- readonly 'value': L.value;
20
- };
21
- }
22
- type dictionary = _pi.List<dictionary.L>;
23
- namespace verbose_group {
24
- namespace L {
25
- type key = string;
26
- type value = Value_;
27
- }
28
- type L = {
29
- readonly 'key': L.key;
30
- readonly 'value': L.value;
31
- };
32
- }
33
- type verbose_group = _pi.List<verbose_group.L>;
34
- namespace text {
35
- type value = string;
36
- namespace delimiter {
37
- type none = null;
38
- type quote = null;
39
- type backtick = null;
40
- }
41
- type delimiter = readonly ['none', delimiter.none] | readonly ['quote', delimiter.quote] | readonly ['backtick', delimiter.backtick];
42
- }
43
- type text = {
44
- readonly 'value': text.value;
45
- readonly 'delimiter': text.delimiter;
46
- };
47
- type nothing = null;
48
- namespace optional {
49
- type not_set = null;
50
- type _set = Value_;
51
- }
52
- type optional = readonly ['not set', optional.not_set] | readonly ['set', optional._set];
53
- namespace state {
54
- type missing_data = null;
55
- namespace _set {
56
- type state = string;
57
- type value = Value_;
58
- }
59
- type _set = {
60
- readonly 'state': _set.state;
61
- readonly 'value': _set.value;
62
- };
63
- }
64
- type state = readonly ['missing data', state.missing_data] | readonly ['set', state._set];
65
- }
66
- type _type = readonly ['list', _type.list] | readonly ['concise group', _type.concise_group] | readonly ['dictionary', _type.dictionary] | readonly ['verbose group', _type.verbose_group] | readonly ['text', _type.text] | readonly ['nothing', _type.nothing] | readonly ['optional', _type.optional] | readonly ['state', _type.state];
67
- }
68
- export type Value_ = {
69
- readonly 'type': Value_._type;
70
- };
71
- export type Document_ = Value_;
72
- export { Value_ as Value, Document_ as Document, };
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGFyZ2V0LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vc3JjL2ludGVyZmFjZS9nZW5lcmF0ZWQvcGFyZXRvL3NjaGVtYXMvYXV0aG9yaW5nX3RhcmdldC9kYXRhX3R5cGVzL3RhcmdldC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIn0=
@@ -1,16 +0,0 @@
1
- import * as i_out from "./data_types/target";
2
- export declare namespace Value_ {
3
- type I = string;
4
- type O = i_out.Value;
5
- namespace P {
6
- }
7
- }
8
- export type Value_ = ($$_: Value_.I) => Value_.O;
9
- export declare namespace Document_ {
10
- type I = string;
11
- type O = i_out.Document;
12
- namespace P {
13
- }
14
- }
15
- export type Document_ = ($$_: Document_.I) => Document_.O;
16
- export { Value_ as Value, Document_ as Document, };
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGVzZXJpYWxpemUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9zcmMvaW50ZXJmYWNlL2dlbmVyYXRlZC9wYXJldG8vc2NoZW1hcy9hdXRob3JpbmdfdGFyZ2V0L2Rlc2VyaWFsaXplLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIifQ==
@@ -1,17 +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 Value_ {
4
- type I = i_in.Value;
5
- type O = i_out.Value;
6
- namespace P {
7
- }
8
- }
9
- export type Value_ = ($$_: Value_.I) => Value_.O;
10
- export declare namespace Document_ {
11
- type I = i_in.Document;
12
- type O = i_out.Value;
13
- namespace P {
14
- }
15
- }
16
- export type Document_ = ($$_: Document_.I) => Document_.O;
17
- export { Value_ as Value, Document_ as Document, };
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWFyc2hhbGwuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9zcmMvaW50ZXJmYWNlL2dlbmVyYXRlZC9wYXJldG8vc2NoZW1hcy9hdXRob3JpbmdfdGFyZ2V0L21hcnNoYWxsLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIifQ==
@@ -1,16 +0,0 @@
1
- import * as i_in from "./data_types/source";
2
- export declare namespace Value_ {
3
- type I = i_in.Value;
4
- type O = string;
5
- namespace P {
6
- }
7
- }
8
- export type Value_ = ($$_: Value_.I) => Value_.O;
9
- export declare namespace Document_ {
10
- type I = i_in.Document;
11
- type O = string;
12
- namespace P {
13
- }
14
- }
15
- export type Document_ = ($$_: Document_.I) => Document_.O;
16
- export { Value_ as Value, Document_ as Document, };
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2VyaWFsaXplLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vc3JjL2ludGVyZmFjZS9nZW5lcmF0ZWQvcGFyZXRvL3NjaGVtYXMvYXV0aG9yaW5nX3RhcmdldC9zZXJpYWxpemUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiJ9
@@ -1,17 +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 Value_ {
4
- type I = i_in.Value;
5
- type O = i_out.Value;
6
- namespace P {
7
- }
8
- }
9
- export type Value_ = ($$_: Value_.I) => Value_.O;
10
- export declare namespace Document_ {
11
- type I = i_in.Value;
12
- type O = i_out.Document;
13
- namespace P {
14
- }
15
- }
16
- export type Document_ = ($$_: Document_.I) => Document_.O;
17
- export { Value_ as Value, Document_ as Document, };
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidW5tYXJzaGFsbC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy9pbnRlcmZhY2UvZ2VuZXJhdGVkL3BhcmV0by9zY2hlbWFzL2F1dGhvcmluZ190YXJnZXQvdW5tYXJzaGFsbC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIn0=
@@ -1,64 +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': {
5
- readonly 'Position': ($$_: string, $$_p: null) => number;
6
- };
7
- };
8
- export type Value_Deserializers = _T_Value_Deserializers;
9
- export declare namespace _T_Value_Deserializers {
10
- namespace default_number {
11
- type CONTEXT = string;
12
- namespace PARAMS {
13
- }
14
- type RESULT = number;
15
- }
16
- type default_number = ($$_: string, $$_p: null) => number;
17
- namespace _boolean {
18
- type CONTEXT = string;
19
- namespace PARAMS {
20
- }
21
- type RESULT = boolean;
22
- }
23
- type _boolean = ($$_: string, $$_p: null) => boolean;
24
- namespace custom_numbers {
25
- namespace Position {
26
- type CONTEXT = string;
27
- namespace PARAMS {
28
- }
29
- type RESULT = number;
30
- }
31
- type Position = ($$_: string, $$_p: null) => number;
32
- }
33
- type custom_numbers = {
34
- readonly 'Position': ($$_: string, $$_p: null) => number;
35
- };
36
- }
37
- export declare namespace Value_Deserializers {
38
- namespace default_number {
39
- type CONTEXT = string;
40
- namespace PARAMS {
41
- }
42
- type RESULT = number;
43
- }
44
- type default_number = ($$_: string, $$_p: null) => number;
45
- namespace _boolean {
46
- type CONTEXT = string;
47
- namespace PARAMS {
48
- }
49
- type RESULT = boolean;
50
- }
51
- type _boolean = ($$_: string, $$_p: null) => boolean;
52
- namespace custom_numbers {
53
- namespace Position {
54
- type CONTEXT = string;
55
- namespace PARAMS {
56
- }
57
- type RESULT = number;
58
- }
59
- type Position = ($$_: string, $$_p: null) => number;
60
- }
61
- type custom_numbers = {
62
- readonly 'Position': ($$_: string, $$_p: null) => number;
63
- };
64
- }
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidmFsdWVfZGVzZXJpYWxpemVycy5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy9pbnRlcmZhY2UvZ2VuZXJhdGVkL3BhcmV0by9zY2hlbWFzL2F1dGhvcmluZ190YXJnZXQvdmFsdWVfZGVzZXJpYWxpemVycy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIn0=
@@ -1,64 +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': {
5
- readonly 'Position': ($$_: number, $$_p: null) => string;
6
- };
7
- };
8
- export type Value_Serializers = _T_Value_Serializers;
9
- export declare namespace _T_Value_Serializers {
10
- namespace default_number {
11
- type CONTEXT = number;
12
- namespace PARAMS {
13
- }
14
- type RESULT = string;
15
- }
16
- type default_number = ($$_: number, $$_p: null) => string;
17
- namespace _boolean {
18
- type CONTEXT = boolean;
19
- namespace PARAMS {
20
- }
21
- type RESULT = string;
22
- }
23
- type _boolean = ($$_: boolean, $$_p: null) => string;
24
- namespace custom_numbers {
25
- namespace Position {
26
- type CONTEXT = number;
27
- namespace PARAMS {
28
- }
29
- type RESULT = string;
30
- }
31
- type Position = ($$_: number, $$_p: null) => string;
32
- }
33
- type custom_numbers = {
34
- readonly 'Position': ($$_: number, $$_p: null) => string;
35
- };
36
- }
37
- export declare namespace Value_Serializers {
38
- namespace default_number {
39
- type CONTEXT = number;
40
- namespace PARAMS {
41
- }
42
- type RESULT = string;
43
- }
44
- type default_number = ($$_: number, $$_p: null) => string;
45
- namespace _boolean {
46
- type CONTEXT = boolean;
47
- namespace PARAMS {
48
- }
49
- type RESULT = string;
50
- }
51
- type _boolean = ($$_: boolean, $$_p: null) => string;
52
- namespace custom_numbers {
53
- namespace Position {
54
- type CONTEXT = number;
55
- namespace PARAMS {
56
- }
57
- type RESULT = string;
58
- }
59
- type Position = ($$_: number, $$_p: null) => string;
60
- }
61
- type custom_numbers = {
62
- readonly 'Position': ($$_: number, $$_p: null) => string;
63
- };
64
- }
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidmFsdWVfc2VyaWFsaXplcnMuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9zcmMvaW50ZXJmYWNlL2dlbmVyYXRlZC9wYXJldG8vc2NoZW1hcy9hdXRob3JpbmdfdGFyZ2V0L3ZhbHVlX3NlcmlhbGl6ZXJzLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIifQ==
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic291cmNlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vc3JjL2ludGVyZmFjZS9nZW5lcmF0ZWQvcGFyZXRvL3NjaGVtYXMvaWRlL2RhdGFfdHlwZXMvc291cmNlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIifQ==
@@ -1,43 +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 Relative_Range_ {
4
- type start = i_imports_token.Relative_Location;
5
- type end = i_imports_token.Relative_Location;
6
- }
7
- export type Relative_Range_ = {
8
- readonly 'start': Relative_Range_.start;
9
- readonly 'end': Relative_Range_.end;
10
- };
11
- export declare namespace Text_Edits_ {
12
- namespace L {
13
- namespace insert {
14
- type location = i_imports_token.Relative_Location;
15
- type text = string;
16
- }
17
- type insert = {
18
- readonly 'location': insert.location;
19
- readonly 'text': insert.text;
20
- };
21
- namespace replace {
22
- type range = Relative_Range_;
23
- type text = string;
24
- }
25
- type replace = {
26
- readonly 'range': replace.range;
27
- readonly 'text': replace.text;
28
- };
29
- namespace _delete {
30
- type range = Relative_Range_;
31
- }
32
- type _delete = {
33
- readonly 'range': _delete.range;
34
- };
35
- }
36
- type L = readonly ['insert', L.insert] | readonly ['replace', L.replace] | readonly ['delete', L._delete];
37
- }
38
- export type Text_Edits_ = _pi.List<Text_Edits_.L>;
39
- export declare namespace Key_Value_Pairs_To_Be_Sorted_ {
40
- type D = string;
41
- }
42
- export type Key_Value_Pairs_To_Be_Sorted_ = _pi.Dictionary<Key_Value_Pairs_To_Be_Sorted_.D>;
43
- export { Relative_Range_ as Relative_Range, Text_Edits_ as Text_Edits, Key_Value_Pairs_To_Be_Sorted_ as Key_Value_Pairs_To_Be_Sorted, };
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGFyZ2V0LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vc3JjL2ludGVyZmFjZS9nZW5lcmF0ZWQvcGFyZXRvL3NjaGVtYXMvaWRlL2RhdGFfdHlwZXMvdGFyZ2V0LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIifQ==
@@ -1,23 +0,0 @@
1
- import * as i_out from "./data_types/target";
2
- export declare namespace Relative_Range_ {
3
- type I = string;
4
- type O = i_out.Relative_Range;
5
- namespace P {
6
- }
7
- }
8
- export type Relative_Range_ = ($$_: Relative_Range_.I) => Relative_Range_.O;
9
- export declare namespace Text_Edits_ {
10
- type I = string;
11
- type O = i_out.Text_Edits;
12
- namespace P {
13
- }
14
- }
15
- export type Text_Edits_ = ($$_: Text_Edits_.I) => Text_Edits_.O;
16
- export declare namespace Key_Value_Pairs_To_Be_Sorted_ {
17
- type I = string;
18
- type O = i_out.Key_Value_Pairs_To_Be_Sorted;
19
- namespace P {
20
- }
21
- }
22
- export type Key_Value_Pairs_To_Be_Sorted_ = ($$_: Key_Value_Pairs_To_Be_Sorted_.I) => Key_Value_Pairs_To_Be_Sorted_.O;
23
- export { Relative_Range_ as Relative_Range, Text_Edits_ as Text_Edits, Key_Value_Pairs_To_Be_Sorted_ as Key_Value_Pairs_To_Be_Sorted, };
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGVzZXJpYWxpemUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9zcmMvaW50ZXJmYWNlL2dlbmVyYXRlZC9wYXJldG8vc2NoZW1hcy9pZGUvZGVzZXJpYWxpemUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiJ9
@@ -1,24 +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 Relative_Range_ {
4
- type I = i_in.Relative_Range;
5
- type O = i_out.Value;
6
- namespace P {
7
- }
8
- }
9
- export type Relative_Range_ = ($$_: Relative_Range_.I) => Relative_Range_.O;
10
- export declare namespace Text_Edits_ {
11
- type I = i_in.Text_Edits;
12
- type O = i_out.Value;
13
- namespace P {
14
- }
15
- }
16
- export type Text_Edits_ = ($$_: Text_Edits_.I) => Text_Edits_.O;
17
- export declare namespace Key_Value_Pairs_To_Be_Sorted_ {
18
- type I = i_in.Key_Value_Pairs_To_Be_Sorted;
19
- type O = i_out.Value;
20
- namespace P {
21
- }
22
- }
23
- export type Key_Value_Pairs_To_Be_Sorted_ = ($$_: Key_Value_Pairs_To_Be_Sorted_.I) => Key_Value_Pairs_To_Be_Sorted_.O;
24
- export { Relative_Range_ as Relative_Range, Text_Edits_ as Text_Edits, Key_Value_Pairs_To_Be_Sorted_ as Key_Value_Pairs_To_Be_Sorted, };
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWFyc2hhbGwuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9zcmMvaW50ZXJmYWNlL2dlbmVyYXRlZC9wYXJldG8vc2NoZW1hcy9pZGUvbWFyc2hhbGwudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiJ9
@@ -1,23 +0,0 @@
1
- import * as i_in from "./data_types/source";
2
- export declare namespace Relative_Range_ {
3
- type I = i_in.Relative_Range;
4
- type O = string;
5
- namespace P {
6
- }
7
- }
8
- export type Relative_Range_ = ($$_: Relative_Range_.I) => Relative_Range_.O;
9
- export declare namespace Text_Edits_ {
10
- type I = i_in.Text_Edits;
11
- type O = string;
12
- namespace P {
13
- }
14
- }
15
- export type Text_Edits_ = ($$_: Text_Edits_.I) => Text_Edits_.O;
16
- export declare namespace Key_Value_Pairs_To_Be_Sorted_ {
17
- type I = i_in.Key_Value_Pairs_To_Be_Sorted;
18
- type O = string;
19
- namespace P {
20
- }
21
- }
22
- export type Key_Value_Pairs_To_Be_Sorted_ = ($$_: Key_Value_Pairs_To_Be_Sorted_.I) => Key_Value_Pairs_To_Be_Sorted_.O;
23
- export { Relative_Range_ as Relative_Range, Text_Edits_ as Text_Edits, Key_Value_Pairs_To_Be_Sorted_ as Key_Value_Pairs_To_Be_Sorted, };
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2VyaWFsaXplLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vc3JjL2ludGVyZmFjZS9nZW5lcmF0ZWQvcGFyZXRvL3NjaGVtYXMvaWRlL3NlcmlhbGl6ZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIn0=
@@ -1,24 +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 Relative_Range_ {
4
- type I = i_in.Value;
5
- type O = i_out.Relative_Range;
6
- namespace P {
7
- }
8
- }
9
- export type Relative_Range_ = ($$_: Relative_Range_.I) => Relative_Range_.O;
10
- export declare namespace Text_Edits_ {
11
- type I = i_in.Value;
12
- type O = i_out.Text_Edits;
13
- namespace P {
14
- }
15
- }
16
- export type Text_Edits_ = ($$_: Text_Edits_.I) => Text_Edits_.O;
17
- export declare namespace Key_Value_Pairs_To_Be_Sorted_ {
18
- type I = i_in.Value;
19
- type O = i_out.Key_Value_Pairs_To_Be_Sorted;
20
- namespace P {
21
- }
22
- }
23
- export type Key_Value_Pairs_To_Be_Sorted_ = ($$_: Key_Value_Pairs_To_Be_Sorted_.I) => Key_Value_Pairs_To_Be_Sorted_.O;
24
- export { Relative_Range_ as Relative_Range, Text_Edits_ as Text_Edits, Key_Value_Pairs_To_Be_Sorted_ as Key_Value_Pairs_To_Be_Sorted, };
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidW5tYXJzaGFsbC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy9pbnRlcmZhY2UvZ2VuZXJhdGVkL3BhcmV0by9zY2hlbWFzL2lkZS91bm1hcnNoYWxsLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIifQ==