astn 0.113.31 → 0.113.33

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 (340) hide show
  1. package/dist/bin/validate_astn.js +0 -0
  2. package/dist/implementation/manual/schemas/authoring_target/transformers/fountain_pen_block.js +4 -4
  3. package/dist/implementation/manual/schemas/{authoring_parse_tree/transformers/ide.d.ts → ide/refiners/parse_tree.d.ts} +1 -1
  4. package/dist/implementation/manual/schemas/ide/refiners/parse_tree.js +140 -0
  5. package/dist/implementation/manual/schemas/parse_tree/transformers/json_target.js +79 -0
  6. package/dist/implementation/manual/schemas/parse_tree/transformers/token.js +86 -0
  7. package/dist/implementation/manual/text_to_text/convert_to_json.d.ts +3 -1
  8. package/dist/implementation/manual/text_to_text/convert_to_json.js +11 -16
  9. package/dist/implementation/manual/text_to_text/validate_astn.js +4 -3
  10. package/dist/interface/generated/pareto/schemas/ide/data.d.ts +12 -5
  11. package/dist/interface/generated/pareto/schemas/ide/migrate_boilerplate.d.ts +8 -1
  12. package/dist/interface/signatures/{transformers/parse_tree/ide.d.ts → refiners/ide/parse_tree.d.ts} +2 -2
  13. package/dist/interface/signatures/refiners/ide/parse_tree.js +3 -0
  14. package/dist/interface/signatures/transformers/parse_tree/json_target.d.ts +1 -1
  15. package/dist/interface/signatures/transformers/parse_tree/token.d.ts +2 -2
  16. package/package.json +8 -6
  17. package/dist/implementation/generated/pareto/generic/serialize.d.ts +0 -4
  18. package/dist/implementation/generated/pareto/generic/serialize.js +0 -93
  19. package/dist/implementation/generated/pareto/generic/unmarshall.d.ts +0 -42
  20. package/dist/implementation/generated/pareto/generic/unmarshall.js +0 -247
  21. package/dist/implementation/generated/pareto/schemas/astn_schema/marshall.d.ts +0 -12
  22. package/dist/implementation/generated/pareto/schemas/astn_schema/marshall.js +0 -214
  23. package/dist/implementation/generated/pareto/schemas/astn_schema/resolve.d.ts +0 -12
  24. package/dist/implementation/generated/pareto/schemas/astn_schema/resolve.js +0 -428
  25. package/dist/implementation/generated/pareto/schemas/astn_schema/serialize.d.ts +0 -12
  26. package/dist/implementation/generated/pareto/schemas/astn_schema/serialize.js +0 -73
  27. package/dist/implementation/generated/pareto/schemas/astn_schema/unmarshall.d.ts +0 -12
  28. package/dist/implementation/generated/pareto/schemas/astn_schema/unmarshall.js +0 -194
  29. package/dist/implementation/generated/pareto/schemas/authoring_parse_result/marshall.d.ts +0 -2
  30. package/dist/implementation/generated/pareto/schemas/authoring_parse_result/marshall.js +0 -169
  31. package/dist/implementation/generated/pareto/schemas/authoring_parse_result/serialize.d.ts +0 -2
  32. package/dist/implementation/generated/pareto/schemas/authoring_parse_result/serialize.js +0 -33
  33. package/dist/implementation/generated/pareto/schemas/authoring_parse_result/unmarshall.d.ts +0 -2
  34. package/dist/implementation/generated/pareto/schemas/authoring_parse_result/unmarshall.js +0 -106
  35. package/dist/implementation/generated/pareto/schemas/authoring_parse_tree/marshall.d.ts +0 -9
  36. package/dist/implementation/generated/pareto/schemas/authoring_parse_tree/marshall.js +0 -260
  37. package/dist/implementation/generated/pareto/schemas/authoring_parse_tree/serialize.d.ts +0 -9
  38. package/dist/implementation/generated/pareto/schemas/authoring_parse_tree/serialize.js +0 -61
  39. package/dist/implementation/generated/pareto/schemas/authoring_parse_tree/unmarshall.d.ts +0 -9
  40. package/dist/implementation/generated/pareto/schemas/authoring_parse_tree/unmarshall.js +0 -332
  41. package/dist/implementation/generated/pareto/schemas/authoring_target/marshall.d.ts +0 -3
  42. package/dist/implementation/generated/pareto/schemas/authoring_target/marshall.js +0 -148
  43. package/dist/implementation/generated/pareto/schemas/authoring_target/serialize.d.ts +0 -3
  44. package/dist/implementation/generated/pareto/schemas/authoring_target/serialize.js +0 -37
  45. package/dist/implementation/generated/pareto/schemas/authoring_target/unmarshall.d.ts +0 -3
  46. package/dist/implementation/generated/pareto/schemas/authoring_target/unmarshall.js +0 -124
  47. package/dist/implementation/generated/pareto/schemas/ide/marshall.d.ts +0 -4
  48. package/dist/implementation/generated/pareto/schemas/ide/marshall.js +0 -81
  49. package/dist/implementation/generated/pareto/schemas/ide/serialize.d.ts +0 -4
  50. package/dist/implementation/generated/pareto/schemas/ide/serialize.js +0 -41
  51. package/dist/implementation/generated/pareto/schemas/ide/unmarshall.d.ts +0 -4
  52. package/dist/implementation/generated/pareto/schemas/ide/unmarshall.js +0 -89
  53. package/dist/implementation/generated/pareto/schemas/sealed_target/marshall.d.ts +0 -3
  54. package/dist/implementation/generated/pareto/schemas/sealed_target/marshall.js +0 -128
  55. package/dist/implementation/generated/pareto/schemas/sealed_target/serialize.d.ts +0 -3
  56. package/dist/implementation/generated/pareto/schemas/sealed_target/serialize.js +0 -37
  57. package/dist/implementation/generated/pareto/schemas/sealed_target/unmarshall.d.ts +0 -3
  58. package/dist/implementation/generated/pareto/schemas/sealed_target/unmarshall.js +0 -108
  59. package/dist/implementation/generated/pareto/schemas/token/marshall.d.ts +0 -11
  60. package/dist/implementation/generated/pareto/schemas/token/marshall.js +0 -230
  61. package/dist/implementation/generated/pareto/schemas/token/serialize.d.ts +0 -11
  62. package/dist/implementation/generated/pareto/schemas/token/serialize.js +0 -69
  63. package/dist/implementation/generated/pareto/schemas/token/unmarshall.d.ts +0 -11
  64. package/dist/implementation/generated/pareto/schemas/token/unmarshall.js +0 -218
  65. package/dist/implementation/manual/primitives/text/serializers/apostrophed.d.ts +0 -6
  66. package/dist/implementation/manual/primitives/text/serializers/apostrophed.js +0 -12
  67. package/dist/implementation/manual/primitives/text/serializers/backticked.d.ts +0 -6
  68. package/dist/implementation/manual/primitives/text/serializers/backticked.js +0 -12
  69. package/dist/implementation/manual/primitives/text/serializers/quoted.d.ts +0 -6
  70. package/dist/implementation/manual/primitives/text/serializers/quoted.js +0 -12
  71. package/dist/implementation/manual/schemas/annotated_characters/deserializers.d.ts +0 -13
  72. package/dist/implementation/manual/schemas/annotated_characters/deserializers.js +0 -184
  73. package/dist/implementation/manual/schemas/authoring_parse_result/serializers.d.ts +0 -5
  74. package/dist/implementation/manual/schemas/authoring_parse_result/serializers.js +0 -35
  75. package/dist/implementation/manual/schemas/authoring_parse_result/transformers/fountain_pen.d.ts +0 -10
  76. package/dist/implementation/manual/schemas/authoring_parse_result/transformers/fountain_pen.js +0 -100
  77. package/dist/implementation/manual/schemas/authoring_parse_tree/deserializers.d.ts +0 -9
  78. package/dist/implementation/manual/schemas/authoring_parse_tree/deserializers.js +0 -59
  79. package/dist/implementation/manual/schemas/authoring_parse_tree/productions/new_interface_signatures.d.ts +0 -8
  80. package/dist/implementation/manual/schemas/authoring_parse_tree/productions/new_interface_signatures.js +0 -3
  81. package/dist/implementation/manual/schemas/authoring_parse_tree/productions/temp.d.ts +0 -3
  82. package/dist/implementation/manual/schemas/authoring_parse_tree/productions/temp.js +0 -55
  83. package/dist/implementation/manual/schemas/authoring_parse_tree/productions/token.d.ts +0 -27
  84. package/dist/implementation/manual/schemas/authoring_parse_tree/productions/token.js +0 -184
  85. package/dist/implementation/manual/schemas/authoring_parse_tree/transformers/ide.js +0 -140
  86. package/dist/implementation/manual/schemas/authoring_parse_tree/transformers/json_target.js +0 -79
  87. package/dist/implementation/manual/schemas/authoring_parse_tree/transformers/token.js +0 -86
  88. package/dist/implementation/manual/schemas/sealed_target/serializers.d.ts +0 -4
  89. package/dist/implementation/manual/schemas/sealed_target/serializers.js +0 -35
  90. package/dist/implementation/manual/schemas/sealed_target/transformers/fountain_pen_block.d.ts +0 -4
  91. package/dist/implementation/manual/schemas/sealed_target/transformers/fountain_pen_block.js +0 -125
  92. package/dist/implementation/manual/schemas/token/productions/annotated_character.d.ts +0 -17
  93. package/dist/implementation/manual/schemas/token/productions/annotated_character.js +0 -550
  94. package/dist/interface/generated/pareto/core/astn_source.d.ts +0 -123
  95. package/dist/interface/generated/pareto/core/astn_source.js +0 -3
  96. package/dist/interface/generated/pareto/core/astn_target.d.ts +0 -186
  97. package/dist/interface/generated/pareto/core/astn_target.js +0 -3
  98. package/dist/interface/generated/pareto/core/parse_result.d.ts +0 -25
  99. package/dist/interface/generated/pareto/core/parse_result.js +0 -3
  100. package/dist/interface/generated/pareto/core/resolved.d.ts +0 -117
  101. package/dist/interface/generated/pareto/core/resolved.js +0 -3
  102. package/dist/interface/generated/pareto/core/token.d.ts +0 -49
  103. package/dist/interface/generated/pareto/core/token.js +0 -3
  104. package/dist/interface/generated/pareto/core/unconstrained.d.ts +0 -19
  105. package/dist/interface/generated/pareto/core/unconstrained.js +0 -3
  106. package/dist/interface/generated/pareto/core/unresolved.d.ts +0 -181
  107. package/dist/interface/generated/pareto/core/unresolved.js +0 -3
  108. package/dist/interface/generated/pareto/schemas/astn_schema/data_types/resolve.d.ts +0 -192
  109. package/dist/interface/generated/pareto/schemas/astn_schema/data_types/resolve.js +0 -3
  110. package/dist/interface/generated/pareto/schemas/astn_schema/data_types/source.d.ts +0 -150
  111. package/dist/interface/generated/pareto/schemas/astn_schema/data_types/source.js +0 -3
  112. package/dist/interface/generated/pareto/schemas/astn_schema/data_types/target.d.ts +0 -270
  113. package/dist/interface/generated/pareto/schemas/astn_schema/data_types/target.js +0 -3
  114. package/dist/interface/generated/pareto/schemas/astn_schema/deserialize.d.ts +0 -79
  115. package/dist/interface/generated/pareto/schemas/astn_schema/deserialize.js +0 -3
  116. package/dist/interface/generated/pareto/schemas/astn_schema/marshall.d.ts +0 -80
  117. package/dist/interface/generated/pareto/schemas/astn_schema/marshall.js +0 -3
  118. package/dist/interface/generated/pareto/schemas/astn_schema/serialize.d.ts +0 -79
  119. package/dist/interface/generated/pareto/schemas/astn_schema/serialize.js +0 -3
  120. package/dist/interface/generated/pareto/schemas/astn_schema/unmarshall.d.ts +0 -80
  121. package/dist/interface/generated/pareto/schemas/astn_schema/unmarshall.js +0 -3
  122. package/dist/interface/generated/pareto/schemas/astn_schema/value_deserializers.d.ts +0 -44
  123. package/dist/interface/generated/pareto/schemas/astn_schema/value_deserializers.js +0 -3
  124. package/dist/interface/generated/pareto/schemas/astn_schema/value_serializers.d.ts +0 -44
  125. package/dist/interface/generated/pareto/schemas/astn_schema/value_serializers.js +0 -3
  126. package/dist/interface/generated/pareto/schemas/authoring_parse_result/data_types/resolve.d.ts +0 -1
  127. package/dist/interface/generated/pareto/schemas/authoring_parse_result/data_types/resolve.js +0 -3
  128. package/dist/interface/generated/pareto/schemas/authoring_parse_result/data_types/source.d.ts +0 -63
  129. package/dist/interface/generated/pareto/schemas/authoring_parse_result/data_types/source.js +0 -3
  130. package/dist/interface/generated/pareto/schemas/authoring_parse_result/data_types/target.d.ts +0 -63
  131. package/dist/interface/generated/pareto/schemas/authoring_parse_result/data_types/target.js +0 -3
  132. package/dist/interface/generated/pareto/schemas/authoring_parse_result/deserialize.d.ts +0 -9
  133. package/dist/interface/generated/pareto/schemas/authoring_parse_result/deserialize.js +0 -3
  134. package/dist/interface/generated/pareto/schemas/authoring_parse_result/marshall.d.ts +0 -10
  135. package/dist/interface/generated/pareto/schemas/authoring_parse_result/marshall.js +0 -3
  136. package/dist/interface/generated/pareto/schemas/authoring_parse_result/migrate_boilerplate.d.ts +0 -10
  137. package/dist/interface/generated/pareto/schemas/authoring_parse_result/migrate_boilerplate.js +0 -3
  138. package/dist/interface/generated/pareto/schemas/authoring_parse_result/serialize.d.ts +0 -9
  139. package/dist/interface/generated/pareto/schemas/authoring_parse_result/serialize.js +0 -3
  140. package/dist/interface/generated/pareto/schemas/authoring_parse_result/unmarshall.d.ts +0 -10
  141. package/dist/interface/generated/pareto/schemas/authoring_parse_result/unmarshall.js +0 -3
  142. package/dist/interface/generated/pareto/schemas/authoring_parse_result/value_deserializers.d.ts +0 -44
  143. package/dist/interface/generated/pareto/schemas/authoring_parse_result/value_deserializers.js +0 -3
  144. package/dist/interface/generated/pareto/schemas/authoring_parse_result/value_serializers.d.ts +0 -44
  145. package/dist/interface/generated/pareto/schemas/authoring_parse_result/value_serializers.js +0 -3
  146. package/dist/interface/generated/pareto/schemas/authoring_parse_tree/data_types/resolve.d.ts +0 -1
  147. package/dist/interface/generated/pareto/schemas/authoring_parse_tree/data_types/resolve.js +0 -3
  148. package/dist/interface/generated/pareto/schemas/authoring_parse_tree/data_types/source.d.ts +0 -183
  149. package/dist/interface/generated/pareto/schemas/authoring_parse_tree/data_types/source.js +0 -3
  150. package/dist/interface/generated/pareto/schemas/authoring_parse_tree/data_types/target.d.ts +0 -183
  151. package/dist/interface/generated/pareto/schemas/authoring_parse_tree/data_types/target.js +0 -3
  152. package/dist/interface/generated/pareto/schemas/authoring_parse_tree/deserialize.d.ts +0 -58
  153. package/dist/interface/generated/pareto/schemas/authoring_parse_tree/deserialize.js +0 -3
  154. package/dist/interface/generated/pareto/schemas/authoring_parse_tree/marshall.d.ts +0 -59
  155. package/dist/interface/generated/pareto/schemas/authoring_parse_tree/marshall.js +0 -3
  156. package/dist/interface/generated/pareto/schemas/authoring_parse_tree/migrate_boilerplate.d.ts +0 -59
  157. package/dist/interface/generated/pareto/schemas/authoring_parse_tree/migrate_boilerplate.js +0 -3
  158. package/dist/interface/generated/pareto/schemas/authoring_parse_tree/serialize.d.ts +0 -58
  159. package/dist/interface/generated/pareto/schemas/authoring_parse_tree/serialize.js +0 -3
  160. package/dist/interface/generated/pareto/schemas/authoring_parse_tree/unmarshall.d.ts +0 -59
  161. package/dist/interface/generated/pareto/schemas/authoring_parse_tree/unmarshall.js +0 -3
  162. package/dist/interface/generated/pareto/schemas/authoring_parse_tree/value_deserializers.d.ts +0 -44
  163. package/dist/interface/generated/pareto/schemas/authoring_parse_tree/value_deserializers.js +0 -3
  164. package/dist/interface/generated/pareto/schemas/authoring_parse_tree/value_serializers.d.ts +0 -44
  165. package/dist/interface/generated/pareto/schemas/authoring_parse_tree/value_serializers.js +0 -3
  166. package/dist/interface/generated/pareto/schemas/authoring_target/data_types/resolve.d.ts +0 -1
  167. package/dist/interface/generated/pareto/schemas/authoring_target/data_types/resolve.js +0 -3
  168. package/dist/interface/generated/pareto/schemas/authoring_target/data_types/source.d.ts +0 -72
  169. package/dist/interface/generated/pareto/schemas/authoring_target/data_types/source.js +0 -3
  170. package/dist/interface/generated/pareto/schemas/authoring_target/data_types/target.d.ts +0 -72
  171. package/dist/interface/generated/pareto/schemas/authoring_target/data_types/target.js +0 -3
  172. package/dist/interface/generated/pareto/schemas/authoring_target/deserialize.d.ts +0 -16
  173. package/dist/interface/generated/pareto/schemas/authoring_target/deserialize.js +0 -3
  174. package/dist/interface/generated/pareto/schemas/authoring_target/marshall.d.ts +0 -17
  175. package/dist/interface/generated/pareto/schemas/authoring_target/marshall.js +0 -3
  176. package/dist/interface/generated/pareto/schemas/authoring_target/serialize.d.ts +0 -16
  177. package/dist/interface/generated/pareto/schemas/authoring_target/serialize.js +0 -3
  178. package/dist/interface/generated/pareto/schemas/authoring_target/unmarshall.d.ts +0 -17
  179. package/dist/interface/generated/pareto/schemas/authoring_target/unmarshall.js +0 -3
  180. package/dist/interface/generated/pareto/schemas/authoring_target/value_deserializers.d.ts +0 -64
  181. package/dist/interface/generated/pareto/schemas/authoring_target/value_deserializers.js +0 -3
  182. package/dist/interface/generated/pareto/schemas/authoring_target/value_serializers.d.ts +0 -64
  183. package/dist/interface/generated/pareto/schemas/authoring_target/value_serializers.js +0 -3
  184. package/dist/interface/generated/pareto/schemas/deserialize_parse_tree/data.d.ts +0 -71
  185. package/dist/interface/generated/pareto/schemas/deserialize_parse_tree/data.js +0 -3
  186. package/dist/interface/generated/pareto/schemas/deserialize_parse_tree/data_types/resolve.d.ts +0 -1
  187. package/dist/interface/generated/pareto/schemas/deserialize_parse_tree/data_types/resolve.js +0 -3
  188. package/dist/interface/generated/pareto/schemas/deserialize_parse_tree/data_types/source.d.ts +0 -63
  189. package/dist/interface/generated/pareto/schemas/deserialize_parse_tree/data_types/source.js +0 -3
  190. package/dist/interface/generated/pareto/schemas/deserialize_parse_tree/data_types/target.d.ts +0 -63
  191. package/dist/interface/generated/pareto/schemas/deserialize_parse_tree/data_types/target.js +0 -3
  192. package/dist/interface/generated/pareto/schemas/deserialize_parse_tree/deserialize.d.ts +0 -9
  193. package/dist/interface/generated/pareto/schemas/deserialize_parse_tree/deserialize.js +0 -3
  194. package/dist/interface/generated/pareto/schemas/deserialize_parse_tree/migrate_boilerplate.d.ts +0 -31
  195. package/dist/interface/generated/pareto/schemas/deserialize_parse_tree/migrate_boilerplate.js +0 -3
  196. package/dist/interface/generated/pareto/schemas/deserialize_parse_tree/serialize.d.ts +0 -9
  197. package/dist/interface/generated/pareto/schemas/deserialize_parse_tree/serialize.js +0 -3
  198. package/dist/interface/generated/pareto/schemas/ide/data_types/resolve.d.ts +0 -1
  199. package/dist/interface/generated/pareto/schemas/ide/data_types/resolve.js +0 -3
  200. package/dist/interface/generated/pareto/schemas/ide/data_types/source.d.ts +0 -43
  201. package/dist/interface/generated/pareto/schemas/ide/data_types/source.js +0 -3
  202. package/dist/interface/generated/pareto/schemas/ide/data_types/target.d.ts +0 -43
  203. package/dist/interface/generated/pareto/schemas/ide/data_types/target.js +0 -3
  204. package/dist/interface/generated/pareto/schemas/ide/deserialize.d.ts +0 -23
  205. package/dist/interface/generated/pareto/schemas/ide/deserialize.js +0 -3
  206. package/dist/interface/generated/pareto/schemas/ide/marshall.d.ts +0 -24
  207. package/dist/interface/generated/pareto/schemas/ide/marshall.js +0 -3
  208. package/dist/interface/generated/pareto/schemas/ide/serialize.d.ts +0 -23
  209. package/dist/interface/generated/pareto/schemas/ide/serialize.js +0 -3
  210. package/dist/interface/generated/pareto/schemas/ide/unmarshall.d.ts +0 -24
  211. package/dist/interface/generated/pareto/schemas/ide/unmarshall.js +0 -3
  212. package/dist/interface/generated/pareto/schemas/ide/value_deserializers.d.ts +0 -44
  213. package/dist/interface/generated/pareto/schemas/ide/value_deserializers.js +0 -3
  214. package/dist/interface/generated/pareto/schemas/ide/value_serializers.d.ts +0 -44
  215. package/dist/interface/generated/pareto/schemas/ide/value_serializers.js +0 -3
  216. package/dist/interface/generated/pareto/schemas/parse_tree/data.d.ts +0 -182
  217. package/dist/interface/generated/pareto/schemas/parse_tree/data.js +0 -3
  218. package/dist/interface/generated/pareto/schemas/parse_tree/data_types/resolve.d.ts +0 -1
  219. package/dist/interface/generated/pareto/schemas/parse_tree/data_types/resolve.js +0 -3
  220. package/dist/interface/generated/pareto/schemas/parse_tree/data_types/source.d.ts +0 -183
  221. package/dist/interface/generated/pareto/schemas/parse_tree/data_types/source.js +0 -3
  222. package/dist/interface/generated/pareto/schemas/parse_tree/data_types/target.d.ts +0 -183
  223. package/dist/interface/generated/pareto/schemas/parse_tree/data_types/target.js +0 -3
  224. package/dist/interface/generated/pareto/schemas/parse_tree/deserialize.d.ts +0 -58
  225. package/dist/interface/generated/pareto/schemas/parse_tree/deserialize.js +0 -3
  226. package/dist/interface/generated/pareto/schemas/parse_tree/migrate_boilerplate.d.ts +0 -52
  227. package/dist/interface/generated/pareto/schemas/parse_tree/migrate_boilerplate.js +0 -3
  228. package/dist/interface/generated/pareto/schemas/parse_tree/serialize.d.ts +0 -58
  229. package/dist/interface/generated/pareto/schemas/parse_tree/serialize.js +0 -3
  230. package/dist/interface/generated/pareto/schemas/sealed_target/data.d.ts +0 -48
  231. package/dist/interface/generated/pareto/schemas/sealed_target/data.js +0 -3
  232. package/dist/interface/generated/pareto/schemas/sealed_target/data_types/resolve.d.ts +0 -1
  233. package/dist/interface/generated/pareto/schemas/sealed_target/data_types/resolve.js +0 -3
  234. package/dist/interface/generated/pareto/schemas/sealed_target/data_types/source.d.ts +0 -45
  235. package/dist/interface/generated/pareto/schemas/sealed_target/data_types/source.js +0 -3
  236. package/dist/interface/generated/pareto/schemas/sealed_target/data_types/target.d.ts +0 -0
  237. package/dist/interface/generated/pareto/schemas/sealed_target/data_types/target.js +0 -2
  238. package/dist/interface/generated/pareto/schemas/sealed_target/deserialize.d.ts +0 -16
  239. package/dist/interface/generated/pareto/schemas/sealed_target/deserialize.js +0 -3
  240. package/dist/interface/generated/pareto/schemas/sealed_target/marshall.d.ts +0 -17
  241. package/dist/interface/generated/pareto/schemas/sealed_target/marshall.js +0 -3
  242. package/dist/interface/generated/pareto/schemas/sealed_target/migrate_boilerplate.d.ts +0 -17
  243. package/dist/interface/generated/pareto/schemas/sealed_target/migrate_boilerplate.js +0 -3
  244. package/dist/interface/generated/pareto/schemas/sealed_target/serialize.d.ts +0 -16
  245. package/dist/interface/generated/pareto/schemas/sealed_target/serialize.js +0 -3
  246. package/dist/interface/generated/pareto/schemas/sealed_target/unmarshall.d.ts +0 -17
  247. package/dist/interface/generated/pareto/schemas/sealed_target/unmarshall.js +0 -3
  248. package/dist/interface/generated/pareto/schemas/sealed_target/value_deserializers.d.ts +0 -64
  249. package/dist/interface/generated/pareto/schemas/sealed_target/value_deserializers.js +0 -3
  250. package/dist/interface/generated/pareto/schemas/sealed_target/value_serializers.d.ts +0 -64
  251. package/dist/interface/generated/pareto/schemas/sealed_target/value_serializers.js +0 -3
  252. package/dist/interface/generated/pareto/schemas/token/data.d.ts +0 -119
  253. package/dist/interface/generated/pareto/schemas/token/data.js +0 -3
  254. package/dist/interface/generated/pareto/schemas/token/data_types/resolve.d.ts +0 -1
  255. package/dist/interface/generated/pareto/schemas/token/data_types/resolve.js +0 -3
  256. package/dist/interface/generated/pareto/schemas/token/data_types/source.d.ts +0 -119
  257. package/dist/interface/generated/pareto/schemas/token/data_types/source.js +0 -3
  258. package/dist/interface/generated/pareto/schemas/token/data_types/target.d.ts +0 -119
  259. package/dist/interface/generated/pareto/schemas/token/data_types/target.js +0 -3
  260. package/dist/interface/generated/pareto/schemas/token/deserialize.d.ts +0 -72
  261. package/dist/interface/generated/pareto/schemas/token/deserialize.js +0 -3
  262. package/dist/interface/generated/pareto/schemas/token/marshall.d.ts +0 -73
  263. package/dist/interface/generated/pareto/schemas/token/marshall.js +0 -3
  264. package/dist/interface/generated/pareto/schemas/token/migrate_boilerplate.d.ts +0 -73
  265. package/dist/interface/generated/pareto/schemas/token/migrate_boilerplate.js +0 -3
  266. package/dist/interface/generated/pareto/schemas/token/serialize.d.ts +0 -72
  267. package/dist/interface/generated/pareto/schemas/token/serialize.js +0 -3
  268. package/dist/interface/generated/pareto/schemas/token/unmarshall.d.ts +0 -73
  269. package/dist/interface/generated/pareto/schemas/token/unmarshall.js +0 -3
  270. package/dist/interface/generated/pareto/schemas/token/value_deserializers.d.ts +0 -44
  271. package/dist/interface/generated/pareto/schemas/token/value_deserializers.js +0 -3
  272. package/dist/interface/generated/pareto/schemas/token/value_serializers.d.ts +0 -44
  273. package/dist/interface/generated/pareto/schemas/token/value_serializers.js +0 -3
  274. package/dist/interface/signatures/transformers/authoring_parse_tree/ide.d.ts +0 -17
  275. package/dist/interface/signatures/transformers/authoring_parse_tree/ide.js +0 -3
  276. package/dist/interface/signatures/transformers/authoring_parse_tree/json_target.d.ts +0 -7
  277. package/dist/interface/signatures/transformers/authoring_parse_tree/json_target.js +0 -3
  278. package/dist/interface/signatures/transformers/authoring_parse_tree/token.d.ts +0 -4
  279. package/dist/interface/signatures/transformers/authoring_parse_tree/token.js +0 -3
  280. package/dist/interface/signatures/transformers/parse_tree/ide.js +0 -3
  281. package/dist/interface/to_be_generated/annotated_characters.d.ts +0 -13
  282. package/dist/interface/to_be_generated/annotated_characters.js +0 -3
  283. package/dist/modules/pareto-json/implementation/generated/pareto/generic/serialize.d.ts +0 -4
  284. package/dist/modules/pareto-json/implementation/generated/pareto/generic/serialize.js +0 -93
  285. package/dist/modules/pareto-json/implementation/generated/pareto/generic/unmarshall.d.ts +0 -42
  286. package/dist/modules/pareto-json/implementation/generated/pareto/generic/unmarshall.js +0 -247
  287. package/dist/modules/pareto-json/implementation/generated/pareto/schemas/json/deserialize.d.ts +0 -3
  288. package/dist/modules/pareto-json/implementation/generated/pareto/schemas/json/deserialize.js +0 -32
  289. package/dist/modules/pareto-json/implementation/generated/pareto/schemas/json/marshall.d.ts +0 -3
  290. package/dist/modules/pareto-json/implementation/generated/pareto/schemas/json/marshall.js +0 -110
  291. package/dist/modules/pareto-json/implementation/generated/pareto/schemas/json/serialize.d.ts +0 -3
  292. package/dist/modules/pareto-json/implementation/generated/pareto/schemas/json/serialize.js +0 -37
  293. package/dist/modules/pareto-json/implementation/generated/pareto/schemas/json/unmarshall.d.ts +0 -3
  294. package/dist/modules/pareto-json/implementation/generated/pareto/schemas/json/unmarshall.js +0 -81
  295. package/dist/modules/pareto-json/implementation/manual/primitives/text/serializers/quoted.d.ts +0 -1
  296. package/dist/modules/pareto-json/implementation/manual/primitives/text/serializers/quoted.js +0 -76
  297. package/dist/modules/pareto-json/implementation/manual/schemas/json/serializers.d.ts +0 -5
  298. package/dist/modules/pareto-json/implementation/manual/schemas/json/serializers.js +0 -34
  299. package/dist/modules/pareto-json/implementation/manual/schemas/json/transformers/fountain_pen_block.d.ts +0 -4
  300. package/dist/modules/pareto-json/implementation/manual/schemas/json/transformers/fountain_pen_block.js +0 -85
  301. package/dist/modules/pareto-json/interface/generated/pareto/core/astn_source.d.ts +0 -123
  302. package/dist/modules/pareto-json/interface/generated/pareto/core/astn_source.js +0 -3
  303. package/dist/modules/pareto-json/interface/generated/pareto/core/astn_target.d.ts +0 -186
  304. package/dist/modules/pareto-json/interface/generated/pareto/core/astn_target.js +0 -3
  305. package/dist/modules/pareto-json/interface/generated/pareto/core/parse_result.d.ts +0 -25
  306. package/dist/modules/pareto-json/interface/generated/pareto/core/parse_result.js +0 -3
  307. package/dist/modules/pareto-json/interface/generated/pareto/core/resolved.d.ts +0 -117
  308. package/dist/modules/pareto-json/interface/generated/pareto/core/resolved.js +0 -3
  309. package/dist/modules/pareto-json/interface/generated/pareto/core/token.d.ts +0 -49
  310. package/dist/modules/pareto-json/interface/generated/pareto/core/token.js +0 -3
  311. package/dist/modules/pareto-json/interface/generated/pareto/core/unconstrained.d.ts +0 -19
  312. package/dist/modules/pareto-json/interface/generated/pareto/core/unconstrained.js +0 -3
  313. package/dist/modules/pareto-json/interface/generated/pareto/core/unresolved.d.ts +0 -181
  314. package/dist/modules/pareto-json/interface/generated/pareto/core/unresolved.js +0 -3
  315. package/dist/modules/pareto-json/interface/generated/pareto/schemas/json/data_types/resolve.d.ts +0 -1
  316. package/dist/modules/pareto-json/interface/generated/pareto/schemas/json/data_types/resolve.js +0 -7
  317. package/dist/modules/pareto-json/interface/generated/pareto/schemas/json/data_types/source.d.ts +0 -169
  318. package/dist/modules/pareto-json/interface/generated/pareto/schemas/json/data_types/source.js +0 -3
  319. package/dist/modules/pareto-json/interface/generated/pareto/schemas/json/data_types/target.d.ts +0 -169
  320. package/dist/modules/pareto-json/interface/generated/pareto/schemas/json/data_types/target.js +0 -3
  321. package/dist/modules/pareto-json/interface/generated/pareto/schemas/json/deserialize.d.ts +0 -54
  322. package/dist/modules/pareto-json/interface/generated/pareto/schemas/json/deserialize.js +0 -3
  323. package/dist/modules/pareto-json/interface/generated/pareto/schemas/json/marshall.d.ts +0 -63
  324. package/dist/modules/pareto-json/interface/generated/pareto/schemas/json/marshall.js +0 -3
  325. package/dist/modules/pareto-json/interface/generated/pareto/schemas/json/migrate_boilerplate.d.ts +0 -46
  326. package/dist/modules/pareto-json/interface/generated/pareto/schemas/json/migrate_boilerplate.js +0 -3
  327. package/dist/modules/pareto-json/interface/generated/pareto/schemas/json/serialize.d.ts +0 -54
  328. package/dist/modules/pareto-json/interface/generated/pareto/schemas/json/serialize.js +0 -3
  329. package/dist/modules/pareto-json/interface/generated/pareto/schemas/json/unmarshall.d.ts +0 -63
  330. package/dist/modules/pareto-json/interface/generated/pareto/schemas/json/unmarshall.js +0 -3
  331. package/dist/modules/pareto-json/interface/generated/pareto/schemas/json/value_deserializers.d.ts +0 -64
  332. package/dist/modules/pareto-json/interface/generated/pareto/schemas/json/value_deserializers.js +0 -3
  333. package/dist/modules/pareto-json/interface/generated/pareto/schemas/json/value_serializers.d.ts +0 -64
  334. package/dist/modules/pareto-json/interface/generated/pareto/schemas/json/value_serializers.js +0 -3
  335. package/dist/modules/pareto-json/shorthands/json.d.ts +0 -8
  336. package/dist/modules/pareto-json/shorthands/json.js +0 -35
  337. package/dist/shorthands/parse_result.d.ts +0 -3
  338. package/dist/shorthands/parse_result.js +0 -53
  339. /package/dist/implementation/manual/schemas/{authoring_parse_tree → parse_tree}/transformers/json_target.d.ts +0 -0
  340. /package/dist/implementation/manual/schemas/{authoring_parse_tree → parse_tree}/transformers/token.d.ts +0 -0
@@ -1,16 +0,0 @@
1
- import * as i_out from "./data_types/source";
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,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGVzZXJpYWxpemUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9zcmMvaW50ZXJmYWNlL2dlbmVyYXRlZC9wYXJldG8vc2NoZW1hcy9zZWFsZWRfdGFyZ2V0L2Rlc2VyaWFsaXplLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIifQ==
@@ -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,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWFyc2hhbGwuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9zcmMvaW50ZXJmYWNlL2dlbmVyYXRlZC9wYXJldG8vc2NoZW1hcy9zZWFsZWRfdGFyZ2V0L21hcnNoYWxsLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIifQ==
@@ -1,17 +0,0 @@
1
- import * as i_out from "./data";
2
- import * as i_in from "./data";
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.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,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWlncmF0ZV9ib2lsZXJwbGF0ZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy9pbnRlcmZhY2UvZ2VuZXJhdGVkL3BhcmV0by9zY2hlbWFzL3NlYWxlZF90YXJnZXQvbWlncmF0ZV9ib2lsZXJwbGF0ZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIn0=
@@ -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,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2VyaWFsaXplLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vc3JjL2ludGVyZmFjZS9nZW5lcmF0ZWQvcGFyZXRvL3NjaGVtYXMvc2VhbGVkX3RhcmdldC9zZXJpYWxpemUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiJ9
@@ -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,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidW5tYXJzaGFsbC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy9pbnRlcmZhY2UvZ2VuZXJhdGVkL3BhcmV0by9zY2hlbWFzL3NlYWxlZF90YXJnZXQvdW5tYXJzaGFsbC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIn0=
@@ -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,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidmFsdWVfZGVzZXJpYWxpemVycy5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy9pbnRlcmZhY2UvZ2VuZXJhdGVkL3BhcmV0by9zY2hlbWFzL3NlYWxlZF90YXJnZXQvdmFsdWVfZGVzZXJpYWxpemVycy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIn0=
@@ -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,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidmFsdWVfc2VyaWFsaXplcnMuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9zcmMvaW50ZXJmYWNlL2dlbmVyYXRlZC9wYXJldG8vc2NoZW1hcy9zZWFsZWRfdGFyZ2V0L3ZhbHVlX3NlcmlhbGl6ZXJzLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIifQ==
@@ -1,119 +0,0 @@
1
- import * as _pi from "pareto-core-interface";
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
- };
10
- export declare namespace Location_ {
11
- type relative = Relative_Location_;
12
- type absolute = number;
13
- }
14
- export type Location_ = {
15
- readonly 'relative': Location_.relative;
16
- readonly 'absolute': Location_.absolute;
17
- };
18
- export declare namespace Range_ {
19
- type start = Location_;
20
- type end = Location_;
21
- }
22
- export type Range_ = {
23
- readonly 'start': Range_.start;
24
- readonly 'end': Range_.end;
25
- };
26
- export declare namespace Whitespace_ {
27
- type range = Range_;
28
- type value = string;
29
- }
30
- export type Whitespace_ = {
31
- readonly 'range': Whitespace_.range;
32
- readonly 'value': Whitespace_.value;
33
- };
34
- export declare namespace Trivia_ {
35
- type leading_whitespace = Whitespace_;
36
- namespace comments {
37
- namespace L {
38
- namespace _type {
39
- type line = null;
40
- type block = null;
41
- }
42
- type _type = readonly ['line', _type.line] | readonly ['block', _type.block];
43
- type content = string;
44
- type range = Range_;
45
- type trailing_whitespace = Whitespace_;
46
- }
47
- type L = {
48
- readonly 'type': L._type;
49
- readonly 'content': L.content;
50
- readonly 'range': L.range;
51
- readonly 'trailing whitespace': L.trailing_whitespace;
52
- };
53
- }
54
- type comments = _pi.List<comments.L>;
55
- }
56
- export type Trivia_ = {
57
- readonly 'leading whitespace': Trivia_.leading_whitespace;
58
- readonly 'comments': Trivia_.comments;
59
- };
60
- export type Delimited_Text_ = string;
61
- export declare namespace Text_Type_ {
62
- type quoted = null;
63
- type apostrophed = null;
64
- type undelimited = null;
65
- type backticked = null;
66
- }
67
- export type Text_Type_ = readonly ['quoted', Text_Type_.quoted] | readonly ['apostrophed', Text_Type_.apostrophed] | readonly ['undelimited', Text_Type_.undelimited] | readonly ['backticked', Text_Type_.backticked];
68
- export declare namespace Token_Type_ {
69
- type $ex_ = null;
70
- type $at_ = null;
71
- type $cl_ = null;
72
- type $ha_ = null;
73
- type $co_ = null;
74
- type $cc_ = null;
75
- type $bo_ = null;
76
- type $bc_ = null;
77
- type $po_ = null;
78
- type $pc_ = null;
79
- type $st_ = null;
80
- type $gt_ = null;
81
- type $ti_ = null;
82
- type $sr_ = null;
83
- type $vb_ = null;
84
- namespace text {
85
- type value = Delimited_Text_;
86
- type _type = Text_Type_;
87
- }
88
- type text = {
89
- readonly 'value': text.value;
90
- readonly 'type': text._type;
91
- };
92
- }
93
- export type Token_Type_ = readonly ['!', Token_Type_.$ex_] | readonly ['@', Token_Type_.$at_] | readonly [':', Token_Type_.$cl_] | readonly ['#', Token_Type_.$ha_] | readonly ['{', Token_Type_.$co_] | readonly ['}', Token_Type_.$cc_] | readonly ['[', Token_Type_.$bo_] | readonly [']', Token_Type_.$bc_] | readonly ['(', Token_Type_.$po_] | readonly [')', Token_Type_.$pc_] | readonly ['<', Token_Type_.$st_] | readonly ['>', Token_Type_.$gt_] | readonly ['~', Token_Type_.$ti_] | readonly ['*', Token_Type_.$sr_] | readonly ['|', Token_Type_.$vb_] | readonly ['text', Token_Type_.text];
94
- export declare namespace Annotated_Token_ {
95
- type start = Location_;
96
- type _type = Token_Type_;
97
- type end = Location_;
98
- type trailing_trivia = Trivia_;
99
- }
100
- export type Annotated_Token_ = {
101
- readonly 'start': Annotated_Token_.start;
102
- readonly 'type': Annotated_Token_._type;
103
- readonly 'end': Annotated_Token_.end;
104
- readonly 'trailing trivia': Annotated_Token_.trailing_trivia;
105
- };
106
- export declare namespace Tokenizer_Result_ {
107
- type leading_trivia = Trivia_;
108
- namespace tokens {
109
- type L = Annotated_Token_;
110
- }
111
- type tokens = _pi.List<tokens.L>;
112
- type end = Location_;
113
- }
114
- export type Tokenizer_Result_ = {
115
- readonly 'leading trivia': Tokenizer_Result_.leading_trivia;
116
- readonly 'tokens': Tokenizer_Result_.tokens;
117
- readonly 'end': Tokenizer_Result_.end;
118
- };
119
- export { Relative_Location_ as Relative_Location, Location_ as Location, Range_ as Range, Whitespace_ as Whitespace, Trivia_ as Trivia, Delimited_Text_ as Delimited_Text, Text_Type_ as Text_Type, Token_Type_ as Token_Type, Annotated_Token_ as Annotated_Token, Tokenizer_Result_ as Tokenizer_Result, };
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGF0YS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy9pbnRlcmZhY2UvZ2VuZXJhdGVkL3BhcmV0by9zY2hlbWFzL3Rva2VuL2RhdGEudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiJ9
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmVzb2x2ZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3NyYy9pbnRlcmZhY2UvZ2VuZXJhdGVkL3BhcmV0by9zY2hlbWFzL3Rva2VuL2RhdGFfdHlwZXMvcmVzb2x2ZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIn0=
@@ -1,119 +0,0 @@
1
- import * as _pi from "pareto-core-interface";
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
- };
10
- export declare namespace Location_ {
11
- type relative = Relative_Location_;
12
- type absolute = number;
13
- }
14
- export type Location_ = {
15
- readonly 'relative': Location_.relative;
16
- readonly 'absolute': Location_.absolute;
17
- };
18
- export declare namespace Range_ {
19
- type start = Location_;
20
- type end = Location_;
21
- }
22
- export type Range_ = {
23
- readonly 'start': Range_.start;
24
- readonly 'end': Range_.end;
25
- };
26
- export declare namespace Whitespace_ {
27
- type range = Range_;
28
- type value = string;
29
- }
30
- export type Whitespace_ = {
31
- readonly 'range': Whitespace_.range;
32
- readonly 'value': Whitespace_.value;
33
- };
34
- export declare namespace Trivia_ {
35
- type leading_whitespace = Whitespace_;
36
- namespace comments {
37
- namespace L {
38
- namespace _type {
39
- type line = null;
40
- type block = null;
41
- }
42
- type _type = readonly ['line', _type.line] | readonly ['block', _type.block];
43
- type content = string;
44
- type range = Range_;
45
- type trailing_whitespace = Whitespace_;
46
- }
47
- type L = {
48
- readonly 'type': L._type;
49
- readonly 'content': L.content;
50
- readonly 'range': L.range;
51
- readonly 'trailing whitespace': L.trailing_whitespace;
52
- };
53
- }
54
- type comments = _pi.List<comments.L>;
55
- }
56
- export type Trivia_ = {
57
- readonly 'leading whitespace': Trivia_.leading_whitespace;
58
- readonly 'comments': Trivia_.comments;
59
- };
60
- export type Delimited_String_ = string;
61
- export declare namespace String_Type_ {
62
- type quoted = null;
63
- type apostrophed = null;
64
- type undelimited = null;
65
- type backticked = null;
66
- }
67
- export type String_Type_ = readonly ['quoted', String_Type_.quoted] | readonly ['apostrophed', String_Type_.apostrophed] | readonly ['undelimited', String_Type_.undelimited] | readonly ['backticked', String_Type_.backticked];
68
- export declare namespace Token_Type_ {
69
- type $co_ = null;
70
- type $cc_ = null;
71
- type $bo_ = null;
72
- type $bc_ = null;
73
- type $po_ = null;
74
- type $pc_ = null;
75
- type $st_ = null;
76
- type $gt_ = null;
77
- type $ex_ = null;
78
- type $at_ = null;
79
- type $ti_ = null;
80
- type $sr_ = null;
81
- type $cl_ = null;
82
- type $vb_ = null;
83
- type $ha_ = null;
84
- namespace _string {
85
- type value = Delimited_String_;
86
- type _type = String_Type_;
87
- }
88
- type _string = {
89
- readonly 'value': _string.value;
90
- readonly 'type': _string._type;
91
- };
92
- }
93
- export type Token_Type_ = readonly ['{', Token_Type_.$co_] | readonly ['}', Token_Type_.$cc_] | readonly ['[', Token_Type_.$bo_] | readonly [']', Token_Type_.$bc_] | readonly ['(', Token_Type_.$po_] | readonly [')', Token_Type_.$pc_] | readonly ['<', Token_Type_.$st_] | readonly ['>', Token_Type_.$gt_] | readonly ['!', Token_Type_.$ex_] | readonly ['@', Token_Type_.$at_] | readonly ['~', Token_Type_.$ti_] | readonly ['*', Token_Type_.$sr_] | readonly [':', Token_Type_.$cl_] | readonly ['|', Token_Type_.$vb_] | readonly ['#', Token_Type_.$ha_] | readonly ['string', Token_Type_._string];
94
- export declare namespace Annotated_Token_ {
95
- type start = Location_;
96
- type _type = Token_Type_;
97
- type end = Location_;
98
- type trailing_trivia = Trivia_;
99
- }
100
- export type Annotated_Token_ = {
101
- readonly 'start': Annotated_Token_.start;
102
- readonly 'type': Annotated_Token_._type;
103
- readonly 'end': Annotated_Token_.end;
104
- readonly 'trailing trivia': Annotated_Token_.trailing_trivia;
105
- };
106
- export declare namespace Tokenizer_Result_ {
107
- type leading_trivia = Trivia_;
108
- namespace tokens {
109
- type L = Annotated_Token_;
110
- }
111
- type tokens = _pi.List<tokens.L>;
112
- type end = Location_;
113
- }
114
- export type Tokenizer_Result_ = {
115
- readonly 'leading trivia': Tokenizer_Result_.leading_trivia;
116
- readonly 'tokens': Tokenizer_Result_.tokens;
117
- readonly 'end': Tokenizer_Result_.end;
118
- };
119
- export { Relative_Location_ as Relative_Location, Location_ as Location, Range_ as Range, Whitespace_ as Whitespace, Trivia_ as Trivia, Delimited_String_ as Delimited_String, String_Type_ as String_Type, Token_Type_ as Token_Type, Annotated_Token_ as Annotated_Token, Tokenizer_Result_ as Tokenizer_Result, };
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic291cmNlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vc3JjL2ludGVyZmFjZS9nZW5lcmF0ZWQvcGFyZXRvL3NjaGVtYXMvdG9rZW4vZGF0YV90eXBlcy9zb3VyY2UudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiJ9
@@ -1,119 +0,0 @@
1
- import * as _pi from "pareto-core-interface";
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
- };
10
- export declare namespace Location_ {
11
- type relative = Relative_Location_;
12
- type absolute = number;
13
- }
14
- export type Location_ = {
15
- readonly 'relative': Location_.relative;
16
- readonly 'absolute': Location_.absolute;
17
- };
18
- export declare namespace Range_ {
19
- type start = Location_;
20
- type end = Location_;
21
- }
22
- export type Range_ = {
23
- readonly 'start': Range_.start;
24
- readonly 'end': Range_.end;
25
- };
26
- export declare namespace Whitespace_ {
27
- type range = Range_;
28
- type value = string;
29
- }
30
- export type Whitespace_ = {
31
- readonly 'range': Whitespace_.range;
32
- readonly 'value': Whitespace_.value;
33
- };
34
- export declare namespace Trivia_ {
35
- type leading_whitespace = Whitespace_;
36
- namespace comments {
37
- namespace L {
38
- namespace _type {
39
- type line = null;
40
- type block = null;
41
- }
42
- type _type = readonly ['line', _type.line] | readonly ['block', _type.block];
43
- type content = string;
44
- type range = Range_;
45
- type trailing_whitespace = Whitespace_;
46
- }
47
- type L = {
48
- readonly 'type': L._type;
49
- readonly 'content': L.content;
50
- readonly 'range': L.range;
51
- readonly 'trailing whitespace': L.trailing_whitespace;
52
- };
53
- }
54
- type comments = _pi.List<comments.L>;
55
- }
56
- export type Trivia_ = {
57
- readonly 'leading whitespace': Trivia_.leading_whitespace;
58
- readonly 'comments': Trivia_.comments;
59
- };
60
- export type Delimited_String_ = string;
61
- export declare namespace String_Type_ {
62
- type quoted = null;
63
- type apostrophed = null;
64
- type undelimited = null;
65
- type backticked = null;
66
- }
67
- export type String_Type_ = readonly ['quoted', String_Type_.quoted] | readonly ['apostrophed', String_Type_.apostrophed] | readonly ['undelimited', String_Type_.undelimited] | readonly ['backticked', String_Type_.backticked];
68
- export declare namespace Token_Type_ {
69
- type $co_ = null;
70
- type $cc_ = null;
71
- type $bo_ = null;
72
- type $bc_ = null;
73
- type $po_ = null;
74
- type $pc_ = null;
75
- type $st_ = null;
76
- type $gt_ = null;
77
- type $ex_ = null;
78
- type $at_ = null;
79
- type $ti_ = null;
80
- type $sr_ = null;
81
- type $cl_ = null;
82
- type $vb_ = null;
83
- type $ha_ = null;
84
- namespace _string {
85
- type value = Delimited_String_;
86
- type _type = String_Type_;
87
- }
88
- type _string = {
89
- readonly 'value': _string.value;
90
- readonly 'type': _string._type;
91
- };
92
- }
93
- export type Token_Type_ = readonly ['{', Token_Type_.$co_] | readonly ['}', Token_Type_.$cc_] | readonly ['[', Token_Type_.$bo_] | readonly [']', Token_Type_.$bc_] | readonly ['(', Token_Type_.$po_] | readonly [')', Token_Type_.$pc_] | readonly ['<', Token_Type_.$st_] | readonly ['>', Token_Type_.$gt_] | readonly ['!', Token_Type_.$ex_] | readonly ['@', Token_Type_.$at_] | readonly ['~', Token_Type_.$ti_] | readonly ['*', Token_Type_.$sr_] | readonly [':', Token_Type_.$cl_] | readonly ['|', Token_Type_.$vb_] | readonly ['#', Token_Type_.$ha_] | readonly ['string', Token_Type_._string];
94
- export declare namespace Annotated_Token_ {
95
- type start = Location_;
96
- type _type = Token_Type_;
97
- type end = Location_;
98
- type trailing_trivia = Trivia_;
99
- }
100
- export type Annotated_Token_ = {
101
- readonly 'start': Annotated_Token_.start;
102
- readonly 'type': Annotated_Token_._type;
103
- readonly 'end': Annotated_Token_.end;
104
- readonly 'trailing trivia': Annotated_Token_.trailing_trivia;
105
- };
106
- export declare namespace Tokenizer_Result_ {
107
- type leading_trivia = Trivia_;
108
- namespace tokens {
109
- type L = Annotated_Token_;
110
- }
111
- type tokens = _pi.List<tokens.L>;
112
- type end = Location_;
113
- }
114
- export type Tokenizer_Result_ = {
115
- readonly 'leading trivia': Tokenizer_Result_.leading_trivia;
116
- readonly 'tokens': Tokenizer_Result_.tokens;
117
- readonly 'end': Tokenizer_Result_.end;
118
- };
119
- export { Relative_Location_ as Relative_Location, Location_ as Location, Range_ as Range, Whitespace_ as Whitespace, Trivia_ as Trivia, Delimited_String_ as Delimited_String, String_Type_ as String_Type, Token_Type_ as Token_Type, Annotated_Token_ as Annotated_Token, Tokenizer_Result_ as Tokenizer_Result, };
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGFyZ2V0LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vc3JjL2ludGVyZmFjZS9nZW5lcmF0ZWQvcGFyZXRvL3NjaGVtYXMvdG9rZW4vZGF0YV90eXBlcy90YXJnZXQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiJ9