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
@@ -0,0 +1,102 @@
1
+ import * as _pi from "pareto-core-interface";
2
+ export declare namespace Value_ {
3
+ namespace metadata {
4
+ namespace comments {
5
+ type L = string;
6
+ }
7
+ type comments = _pi.List<comments.L>;
8
+ }
9
+ type metadata = {
10
+ readonly 'comments': metadata.comments;
11
+ };
12
+ namespace data {
13
+ type missing = null;
14
+ namespace include {
15
+ type path = string;
16
+ }
17
+ type include = {
18
+ readonly 'path': include.path;
19
+ };
20
+ namespace concrete {
21
+ namespace _type {
22
+ namespace dictionary {
23
+ namespace D {
24
+ type O = Value_;
25
+ }
26
+ type D = _pi.Optional_Value<D.O>;
27
+ }
28
+ type dictionary = _pi.Dictionary<dictionary.D>;
29
+ namespace group {
30
+ namespace concise {
31
+ type L = Value_;
32
+ }
33
+ type concise = _pi.List<concise.L>;
34
+ namespace verbose {
35
+ namespace D {
36
+ type O = Value_;
37
+ }
38
+ type D = _pi.Optional_Value<D.O>;
39
+ }
40
+ type verbose = _pi.Dictionary<verbose.D>;
41
+ }
42
+ type group = readonly ['concise', group.concise] | readonly ['verbose', group.verbose];
43
+ namespace list {
44
+ type L = Value_;
45
+ }
46
+ type list = _pi.List<list.L>;
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_group {
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_group = readonly ['missing data', state_group.missing_data] | readonly ['set', state_group._set];
65
+ namespace text {
66
+ type value = string;
67
+ namespace delimiter {
68
+ type none = null;
69
+ type quote = null;
70
+ type backtick = null;
71
+ }
72
+ type delimiter = readonly ['none', delimiter.none] | readonly ['quote', delimiter.quote] | readonly ['backtick', delimiter.backtick];
73
+ }
74
+ type text = {
75
+ readonly 'value': text.value;
76
+ readonly 'delimiter': text.delimiter;
77
+ };
78
+ }
79
+ type _type = readonly ['dictionary', _type.dictionary] | readonly ['group', _type.group] | readonly ['list', _type.list] | readonly ['nothing', _type.nothing] | readonly ['optional', _type.optional] | readonly ['state group', _type.state_group] | readonly ['text', _type.text];
80
+ }
81
+ type concrete = {
82
+ readonly 'type': concrete._type;
83
+ };
84
+ }
85
+ type data = readonly ['missing', data.missing] | readonly ['include', data.include] | readonly ['concrete', data.concrete];
86
+ }
87
+ export type Value_ = {
88
+ readonly 'metadata': Value_.metadata;
89
+ readonly 'data': Value_.data;
90
+ };
91
+ export declare namespace Document_ {
92
+ namespace header {
93
+ type O = Value_;
94
+ }
95
+ type header = _pi.Optional_Value<header.O>;
96
+ type content = Value_;
97
+ }
98
+ export type Document_ = {
99
+ readonly 'header': Document_.header;
100
+ readonly 'content': Document_.content;
101
+ };
102
+ export { Value_ as Value, Document_ as Document, };
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGF0YS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy9pbnRlcmZhY2UvZ2VuZXJhdGVkL3BhcmV0by9zY2hlbWFzL2F1dGhvcmluZ190YXJnZXQvZGF0YS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIn0=
@@ -1,5 +1,5 @@
1
- import * as i_out from "./data_types/target";
2
- import * as i_in from "./data_types/source";
1
+ import * as i_out from "./data";
2
+ import * as i_in from "./data";
3
3
  export declare namespace Value_ {
4
4
  type I = i_in.Value;
5
5
  type O = i_out.Value;
@@ -0,0 +1,116 @@
1
+ import * as _pi from "pareto-core-interface";
2
+ import * as i__imports_token from "../token/data";
3
+ export declare namespace Lexer_Error_ {
4
+ namespace unexpected_control_character {
5
+ type character = number;
6
+ type location = i__imports_token.Location;
7
+ }
8
+ type unexpected_control_character = {
9
+ readonly 'character': unexpected_control_character.character;
10
+ readonly 'location': unexpected_control_character.location;
11
+ };
12
+ namespace missing_character_after_escape {
13
+ type character = number;
14
+ type location = i__imports_token.Location;
15
+ }
16
+ type missing_character_after_escape = {
17
+ readonly 'character': missing_character_after_escape.character;
18
+ readonly 'location': missing_character_after_escape.location;
19
+ };
20
+ namespace unexpected_end_of_line_in_delimited_text {
21
+ type range = i__imports_token.Range;
22
+ }
23
+ type unexpected_end_of_line_in_delimited_text = {
24
+ readonly 'range': unexpected_end_of_line_in_delimited_text.range;
25
+ };
26
+ namespace unexpected_character {
27
+ type character = number;
28
+ type location = i__imports_token.Location;
29
+ }
30
+ type unexpected_character = {
31
+ readonly 'character': unexpected_character.character;
32
+ readonly 'location': unexpected_character.location;
33
+ };
34
+ namespace unterminated_text {
35
+ type range = i__imports_token.Range;
36
+ }
37
+ type unterminated_text = {
38
+ readonly 'range': unterminated_text.range;
39
+ };
40
+ namespace unterminated_block_comment {
41
+ type range = i__imports_token.Range;
42
+ }
43
+ type unterminated_block_comment = {
44
+ readonly 'range': unterminated_block_comment.range;
45
+ };
46
+ namespace unterminated_unicode_escape_sequence {
47
+ type range = i__imports_token.Range;
48
+ }
49
+ type unterminated_unicode_escape_sequence = {
50
+ readonly 'range': unterminated_unicode_escape_sequence.range;
51
+ };
52
+ namespace invalid_unicode_escape_sequence {
53
+ type range = i__imports_token.Range;
54
+ }
55
+ type invalid_unicode_escape_sequence = {
56
+ readonly 'range': invalid_unicode_escape_sequence.range;
57
+ };
58
+ namespace unknown_escape_character {
59
+ type range = i__imports_token.Range;
60
+ }
61
+ type unknown_escape_character = {
62
+ readonly 'range': unknown_escape_character.range;
63
+ };
64
+ namespace dangling_slash {
65
+ type location = i__imports_token.Location;
66
+ }
67
+ type dangling_slash = {
68
+ readonly 'location': dangling_slash.location;
69
+ };
70
+ }
71
+ export type Lexer_Error_ = readonly ['unexpected control character', Lexer_Error_.unexpected_control_character] | readonly ['missing character after escape', Lexer_Error_.missing_character_after_escape] | readonly ['unexpected end of line in delimited text', Lexer_Error_.unexpected_end_of_line_in_delimited_text] | readonly ['unexpected character', Lexer_Error_.unexpected_character] | readonly ['unterminated text', Lexer_Error_.unterminated_text] | readonly ['unterminated block comment', Lexer_Error_.unterminated_block_comment] | readonly ['unterminated unicode escape sequence', Lexer_Error_.unterminated_unicode_escape_sequence] | readonly ['invalid unicode escape sequence', Lexer_Error_.invalid_unicode_escape_sequence] | readonly ['unknown escape character', Lexer_Error_.unknown_escape_character] | readonly ['dangling slash', Lexer_Error_.dangling_slash];
72
+ export declare namespace Expected_ {
73
+ type a_text_value = null;
74
+ type any_value = null;
75
+ type $ex_ = null;
76
+ type $gt_ = null;
77
+ type $cc_ = null;
78
+ type $at_ = null;
79
+ type $cm_ = null;
80
+ type $cl_ = null;
81
+ type $pc_ = null;
82
+ type $bc_ = null;
83
+ type $ha_ = null;
84
+ }
85
+ export type Expected_ = readonly ['a text value', Expected_.a_text_value] | readonly ['any value', Expected_.any_value] | readonly ['!', Expected_.$ex_] | readonly ['>', Expected_.$gt_] | readonly ['}', Expected_.$cc_] | readonly ['@', Expected_.$at_] | readonly [',', Expected_.$cm_] | readonly [':', Expected_.$cl_] | readonly [')', Expected_.$pc_] | readonly [']', Expected_.$bc_] | readonly ['#', Expected_.$ha_];
86
+ export declare namespace Parser_Error_ {
87
+ namespace expected {
88
+ type L = Expected_;
89
+ }
90
+ type expected = _pi.List<expected.L>;
91
+ namespace cause {
92
+ type missing_token = null;
93
+ namespace unexpected_token {
94
+ type found = i__imports_token.Annotated_Token;
95
+ }
96
+ type unexpected_token = {
97
+ readonly 'found': unexpected_token.found;
98
+ };
99
+ }
100
+ type cause = readonly ['missing token', cause.missing_token] | readonly ['unexpected token', cause.unexpected_token];
101
+ }
102
+ export type Parser_Error_ = {
103
+ readonly 'expected': Parser_Error_.expected;
104
+ readonly 'cause': Parser_Error_.cause;
105
+ };
106
+ export declare namespace Error_ {
107
+ namespace _type {
108
+ type lexer = Lexer_Error_;
109
+ type parser = Parser_Error_;
110
+ }
111
+ type _type = readonly ['lexer', _type.lexer] | readonly ['parser', _type.parser];
112
+ }
113
+ export type Error_ = {
114
+ readonly 'type': Error_._type;
115
+ };
116
+ export { Lexer_Error_ as Lexer_Error, Expected_ as Expected, Parser_Error_ as Parser_Error, Error_ as Error, };
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGF0YS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy9pbnRlcmZhY2UvZ2VuZXJhdGVkL3BhcmV0by9zY2hlbWFzL2Rlc2VyaWFsaXplX3BhcnNlX3RyZWUvZGF0YS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIn0=
@@ -0,0 +1,31 @@
1
+ import * as i_out from "./data";
2
+ import * as i_in from "./data";
3
+ export declare namespace Lexer_Error_ {
4
+ type I = i_in.Lexer_Error;
5
+ type O = i_out.Lexer_Error;
6
+ namespace P {
7
+ }
8
+ }
9
+ export type Lexer_Error_ = ($$_: Lexer_Error_.I) => Lexer_Error_.O;
10
+ export declare namespace Expected_ {
11
+ type I = i_in.Expected;
12
+ type O = i_out.Expected;
13
+ namespace P {
14
+ }
15
+ }
16
+ export type Expected_ = ($$_: Expected_.I) => Expected_.O;
17
+ export declare namespace Parser_Error_ {
18
+ type I = i_in.Parser_Error;
19
+ type O = i_out.Parser_Error;
20
+ namespace P {
21
+ }
22
+ }
23
+ export type Parser_Error_ = ($$_: Parser_Error_.I) => Parser_Error_.O;
24
+ export declare namespace Error_ {
25
+ type I = i_in.Error;
26
+ type O = i_out.Error;
27
+ namespace P {
28
+ }
29
+ }
30
+ export type Error_ = ($$_: Error_.I) => Error_.O;
31
+ export { Lexer_Error_ as Lexer_Error, Expected_ as Expected, Parser_Error_ as Parser_Error, Error_ as Error, };
@@ -1,3 +1,3 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWlncmF0ZV9ib2lsZXJwbGF0ZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy9pbnRlcmZhY2UvZ2VuZXJhdGVkL3BhcmV0by9zY2hlbWFzL2F1dGhvcmluZ19wYXJzZV9yZXN1bHQvbWlncmF0ZV9ib2lsZXJwbGF0ZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIn0=
3
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWlncmF0ZV9ib2lsZXJwbGF0ZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy9pbnRlcmZhY2UvZ2VuZXJhdGVkL3BhcmV0by9zY2hlbWFzL2Rlc2VyaWFsaXplX3BhcnNlX3RyZWUvbWlncmF0ZV9ib2lsZXJwbGF0ZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIn0=
@@ -1,8 +1,15 @@
1
1
  import * as _pi from "pareto-core-interface";
2
- import * as i_imports_token from "../../token/data_types/source";
2
+ export declare namespace Relative_Location_ {
3
+ type line = number;
4
+ type column = number;
5
+ }
6
+ export type Relative_Location_ = {
7
+ readonly 'line': Relative_Location_.line;
8
+ readonly 'column': Relative_Location_.column;
9
+ };
3
10
  export declare namespace Relative_Range_ {
4
- type start = i_imports_token.Relative_Location;
5
- type end = i_imports_token.Relative_Location;
11
+ type start = Relative_Location_;
12
+ type end = Relative_Location_;
6
13
  }
7
14
  export type Relative_Range_ = {
8
15
  readonly 'start': Relative_Range_.start;
@@ -11,7 +18,7 @@ export type Relative_Range_ = {
11
18
  export declare namespace Text_Edits_ {
12
19
  namespace L {
13
20
  namespace insert {
14
- type location = i_imports_token.Relative_Location;
21
+ type location = Relative_Location_;
15
22
  type text = string;
16
23
  }
17
24
  type insert = {
@@ -40,4 +47,4 @@ export declare namespace Key_Value_Pairs_To_Be_Sorted_ {
40
47
  type D = string;
41
48
  }
42
49
  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, };
50
+ export { Relative_Location_ as Relative_Location, Relative_Range_ as Relative_Range, Text_Edits_ as Text_Edits, Key_Value_Pairs_To_Be_Sorted_ as Key_Value_Pairs_To_Be_Sorted, };
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGF0YS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy9pbnRlcmZhY2UvZ2VuZXJhdGVkL3BhcmV0by9zY2hlbWFzL2lkZS9kYXRhLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIifQ==
@@ -1,5 +1,12 @@
1
- import * as i_out from "./data_types/target";
2
- import * as i_in from "./data_types/source";
1
+ import * as i_out from "./data";
2
+ import * as i_in from "./data";
3
+ export declare namespace Relative_Location_ {
4
+ type I = i_in.Relative_Location;
5
+ type O = i_out.Relative_Location;
6
+ namespace P {
7
+ }
8
+ }
9
+ export type Relative_Location_ = ($$_: Relative_Location_.I) => Relative_Location_.O;
3
10
  export declare namespace Relative_Range_ {
4
11
  type I = i_in.Relative_Range;
5
12
  type O = i_out.Relative_Range;
@@ -21,4 +28,4 @@ export declare namespace Key_Value_Pairs_To_Be_Sorted_ {
21
28
  }
22
29
  }
23
30
  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, };
31
+ export { Relative_Location_ as Relative_Location, Relative_Range_ as Relative_Range, Text_Edits_ as Text_Edits, Key_Value_Pairs_To_Be_Sorted_ as Key_Value_Pairs_To_Be_Sorted, };
@@ -0,0 +1,182 @@
1
+ import * as _pi from "pareto-core-interface";
2
+ import * as i__imports_token from "../token/data";
3
+ export declare namespace Structural_Token_ {
4
+ type trailing_trivia = i__imports_token.Trivia;
5
+ type range = i__imports_token.Range;
6
+ }
7
+ export type Structural_Token_ = {
8
+ readonly 'trailing trivia': Structural_Token_.trailing_trivia;
9
+ readonly 'range': Structural_Token_.range;
10
+ };
11
+ export declare namespace Text_ {
12
+ type trailing_trivia = i__imports_token.Trivia;
13
+ type range = i__imports_token.Range;
14
+ type value = string;
15
+ type _type = i__imports_token.Text_Type;
16
+ }
17
+ export type Text_ = {
18
+ readonly 'trailing trivia': Text_.trailing_trivia;
19
+ readonly 'range': Text_.range;
20
+ readonly 'value': Text_.value;
21
+ readonly 'type': Text_._type;
22
+ };
23
+ export declare namespace Key_Value_Pairs_ {
24
+ namespace L {
25
+ type key = Text_;
26
+ namespace value {
27
+ namespace O {
28
+ type $cl_ = Structural_Token_;
29
+ type value = Value_;
30
+ }
31
+ type O = {
32
+ readonly ':': O.$cl_;
33
+ readonly 'value': O.value;
34
+ };
35
+ }
36
+ type value = _pi.Optional_Value<value.O>;
37
+ }
38
+ type L = {
39
+ readonly 'key': L.key;
40
+ readonly 'value': L.value;
41
+ };
42
+ }
43
+ export type Key_Value_Pairs_ = _pi.List<Key_Value_Pairs_.L>;
44
+ export declare namespace Elements_ {
45
+ namespace L {
46
+ type value = Value_;
47
+ }
48
+ type L = {
49
+ readonly 'value': L.value;
50
+ };
51
+ }
52
+ export type Elements_ = _pi.List<Elements_.L>;
53
+ export declare namespace Value_ {
54
+ namespace _type {
55
+ namespace concrete {
56
+ namespace dictionary {
57
+ type $co_ = Structural_Token_;
58
+ type entries = Key_Value_Pairs_;
59
+ type $cc_ = Structural_Token_;
60
+ }
61
+ type dictionary = {
62
+ readonly '{': dictionary.$co_;
63
+ readonly 'entries': dictionary.entries;
64
+ readonly '}': dictionary.$cc_;
65
+ };
66
+ namespace group {
67
+ namespace concise {
68
+ type $st_ = Structural_Token_;
69
+ type elements = Elements_;
70
+ type $gt_ = Structural_Token_;
71
+ }
72
+ type concise = {
73
+ readonly '<': concise.$st_;
74
+ readonly 'elements': concise.elements;
75
+ readonly '>': concise.$gt_;
76
+ };
77
+ namespace verbose {
78
+ type $po_ = Structural_Token_;
79
+ type entries = Key_Value_Pairs_;
80
+ type $pc_ = Structural_Token_;
81
+ }
82
+ type verbose = {
83
+ readonly '(': verbose.$po_;
84
+ readonly 'entries': verbose.entries;
85
+ readonly ')': verbose.$pc_;
86
+ };
87
+ }
88
+ type group = readonly ['concise', group.concise] | readonly ['verbose', group.verbose];
89
+ namespace list {
90
+ type $bo_ = Structural_Token_;
91
+ type elements = Elements_;
92
+ type $bc_ = Structural_Token_;
93
+ }
94
+ type list = {
95
+ readonly '[': list.$bo_;
96
+ readonly 'elements': list.elements;
97
+ readonly ']': list.$bc_;
98
+ };
99
+ namespace nothing {
100
+ type $ti_ = Structural_Token_;
101
+ }
102
+ type nothing = {
103
+ readonly '~': nothing.$ti_;
104
+ };
105
+ namespace optional {
106
+ namespace _set {
107
+ type $sr_ = Structural_Token_;
108
+ type value = Value_;
109
+ }
110
+ type _set = {
111
+ readonly '*': _set.$sr_;
112
+ readonly 'value': _set.value;
113
+ };
114
+ }
115
+ type optional = readonly ['set', optional._set];
116
+ namespace state_group {
117
+ type $vb_ = Structural_Token_;
118
+ namespace status {
119
+ namespace missing_data {
120
+ type $ha_ = Structural_Token_;
121
+ }
122
+ type missing_data = {
123
+ readonly '#': missing_data.$ha_;
124
+ };
125
+ namespace _set {
126
+ type state = Text_;
127
+ type value = Value_;
128
+ }
129
+ type _set = {
130
+ readonly 'state': _set.state;
131
+ readonly 'value': _set.value;
132
+ };
133
+ }
134
+ type status = readonly ['missing data', status.missing_data] | readonly ['set', status._set];
135
+ }
136
+ type state_group = {
137
+ readonly '|': state_group.$vb_;
138
+ readonly 'status': state_group.status;
139
+ };
140
+ type text = Text_;
141
+ }
142
+ type concrete = readonly ['dictionary', concrete.dictionary] | readonly ['group', concrete.group] | readonly ['list', concrete.list] | readonly ['nothing', concrete.nothing] | readonly ['optional', concrete.optional] | readonly ['state group', concrete.state_group] | readonly ['text', concrete.text];
143
+ namespace include {
144
+ type $at_ = Structural_Token_;
145
+ type path = Text_;
146
+ }
147
+ type include = {
148
+ readonly '@': include.$at_;
149
+ readonly 'path': include.path;
150
+ };
151
+ namespace missing_data {
152
+ type $ha_ = Structural_Token_;
153
+ }
154
+ type missing_data = {
155
+ readonly '#': missing_data.$ha_;
156
+ };
157
+ }
158
+ type _type = readonly ['concrete', _type.concrete] | readonly ['include', _type.include] | readonly ['missing data', _type.missing_data];
159
+ }
160
+ export type Value_ = {
161
+ readonly 'type': Value_._type;
162
+ };
163
+ export type Content_ = Value_;
164
+ export declare namespace Document_ {
165
+ namespace header {
166
+ namespace O {
167
+ type $ex_ = Structural_Token_;
168
+ type value = Value_;
169
+ }
170
+ type O = {
171
+ readonly '!': O.$ex_;
172
+ readonly 'value': O.value;
173
+ };
174
+ }
175
+ type header = _pi.Optional_Value<header.O>;
176
+ type content = Content_;
177
+ }
178
+ export type Document_ = {
179
+ readonly 'header': Document_.header;
180
+ readonly 'content': Document_.content;
181
+ };
182
+ export { Structural_Token_ as Structural_Token, Text_ as Text, Key_Value_Pairs_ as Key_Value_Pairs, Elements_ as Elements, Value_ as Value, Content_ as Content, Document_ as Document, };
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGF0YS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy9pbnRlcmZhY2UvZ2VuZXJhdGVkL3BhcmV0by9zY2hlbWFzL3BhcnNlX3RyZWUvZGF0YS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIn0=
@@ -1,5 +1,5 @@
1
- import * as i_out from "./data_types/target";
2
- import * as i_in from "./data_types/source";
1
+ import * as i_out from "./data";
2
+ import * as i_in from "./data";
3
3
  export declare namespace Structural_Token_ {
4
4
  type I = i_in.Structural_Token;
5
5
  type O = i_out.Structural_Token;
@@ -7,13 +7,13 @@ export declare namespace Structural_Token_ {
7
7
  }
8
8
  }
9
9
  export type Structural_Token_ = ($$_: Structural_Token_.I) => Structural_Token_.O;
10
- export declare namespace String_ {
11
- type I = i_in.String;
12
- type O = i_out.String;
10
+ export declare namespace Text_ {
11
+ type I = i_in.Text;
12
+ type O = i_out.Text;
13
13
  namespace P {
14
14
  }
15
15
  }
16
- export type String_ = ($$_: String_.I) => String_.O;
16
+ export type Text_ = ($$_: Text_.I) => Text_.O;
17
17
  export declare namespace Key_Value_Pairs_ {
18
18
  type I = i_in.Key_Value_Pairs;
19
19
  type O = i_out.Key_Value_Pairs;
@@ -28,13 +28,6 @@ export declare namespace Elements_ {
28
28
  }
29
29
  }
30
30
  export type Elements_ = ($$_: Elements_.I) => Elements_.O;
31
- export declare namespace Concrete_Value_ {
32
- type I = i_in.Concrete_Value;
33
- type O = i_out.Concrete_Value;
34
- namespace P {
35
- }
36
- }
37
- export type Concrete_Value_ = ($$_: Concrete_Value_.I) => Concrete_Value_.O;
38
31
  export declare namespace Value_ {
39
32
  type I = i_in.Value;
40
33
  type O = i_out.Value;
@@ -56,4 +49,4 @@ export declare namespace Document_ {
56
49
  }
57
50
  }
58
51
  export type Document_ = ($$_: Document_.I) => Document_.O;
59
- export { Structural_Token_ as Structural_Token, String_ as String, Key_Value_Pairs_ as Key_Value_Pairs, Elements_ as Elements, Concrete_Value_ as Concrete_Value, Value_ as Value, Content_ as Content, Document_ as Document, };
52
+ export { Structural_Token_ as Structural_Token, Text_ as Text, Key_Value_Pairs_ as Key_Value_Pairs, Elements_ as Elements, Value_ as Value, Content_ as Content, Document_ as Document, };
@@ -1,3 +1,3 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWlncmF0ZV9ib2lsZXJwbGF0ZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy9pbnRlcmZhY2UvZ2VuZXJhdGVkL3BhcmV0by9zY2hlbWFzL2F1dGhvcmluZ19wYXJzZV90cmVlL21pZ3JhdGVfYm9pbGVycGxhdGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiJ9
3
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWlncmF0ZV9ib2lsZXJwbGF0ZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy9pbnRlcmZhY2UvZ2VuZXJhdGVkL3BhcmV0by9zY2hlbWFzL3BhcnNlX3RyZWUvbWlncmF0ZV9ib2lsZXJwbGF0ZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIn0=
@@ -8,10 +8,27 @@ export declare namespace Value_ {
8
8
  type D = Value_;
9
9
  }
10
10
  type dictionary = _pi.Dictionary<dictionary.D>;
11
- namespace verbose_group {
12
- type D = Value_;
11
+ namespace group {
12
+ namespace verbose {
13
+ type D = Value_;
14
+ }
15
+ type verbose = _pi.Dictionary<verbose.D>;
16
+ }
17
+ type group = readonly ['verbose', group.verbose];
18
+ type nothing = null;
19
+ namespace optional {
20
+ type not_set = null;
21
+ type _set = Value_;
22
+ }
23
+ type optional = readonly ['not set', optional.not_set] | readonly ['set', optional._set];
24
+ namespace state_group {
25
+ type state = string;
26
+ type value = Value_;
13
27
  }
14
- type verbose_group = _pi.Dictionary<verbose_group.D>;
28
+ type state_group = {
29
+ readonly 'state': state_group.state;
30
+ readonly 'value': state_group.value;
31
+ };
15
32
  namespace text {
16
33
  type value = string;
17
34
  namespace delimiter {
@@ -25,21 +42,7 @@ export declare namespace Value_ {
25
42
  readonly 'value': text.value;
26
43
  readonly 'delimiter': text.delimiter;
27
44
  };
28
- type nothing = null;
29
- namespace optional {
30
- type not_set = null;
31
- type _set = Value_;
32
- }
33
- type optional = readonly ['not set', optional.not_set] | readonly ['set', optional._set];
34
- namespace state {
35
- type state = string;
36
- type value = Value_;
37
- }
38
- type state = {
39
- readonly 'state': state.state;
40
- readonly 'value': state.value;
41
- };
42
45
  }
43
- export type Value_ = readonly ['list', Value_.list] | readonly ['dictionary', Value_.dictionary] | readonly ['verbose group', Value_.verbose_group] | readonly ['text', Value_.text] | readonly ['nothing', Value_.nothing] | readonly ['optional', Value_.optional] | readonly ['state', Value_.state];
46
+ export type Value_ = readonly ['list', Value_.list] | readonly ['dictionary', Value_.dictionary] | readonly ['group', Value_.group] | readonly ['nothing', Value_.nothing] | readonly ['optional', Value_.optional] | readonly ['state group', Value_.state_group] | readonly ['text', Value_.text];
44
47
  export type Document_ = Value_;
45
48
  export { Value_ as Value, Document_ as Document, };
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGF0YS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy9pbnRlcmZhY2UvZ2VuZXJhdGVkL3BhcmV0by9zY2hlbWFzL3NlYWxlZF90YXJnZXQvZGF0YS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIn0=
@@ -1,5 +1,5 @@
1
- import * as i_out from "./data_types/source";
2
- import * as i_in from "./data_types/source";
1
+ import * as i_out from "./data";
2
+ import * as i_in from "./data";
3
3
  export declare namespace Value_ {
4
4
  type I = i_in.Value;
5
5
  type O = i_out.Value;