astn 0.113.30 → 0.113.32

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (318) hide show
  1. package/dist/bin/validate_astn.js +0 -0
  2. package/dist/implementation/manual/schemas/annotated_characters/deserializers.d.ts +1 -0
  3. package/dist/implementation/manual/schemas/annotated_characters/deserializers.js +2 -1
  4. package/dist/implementation/manual/schemas/authoring_target/transformers/fountain_pen_block.js +142 -109
  5. package/dist/implementation/manual/schemas/{authoring_parse_result → deserialize_parse_tree}/serializers.d.ts +1 -1
  6. package/dist/implementation/manual/schemas/{authoring_parse_result → deserialize_parse_tree}/serializers.js +1 -1
  7. package/dist/implementation/manual/schemas/{authoring_parse_result → deserialize_parse_tree}/transformers/fountain_pen.d.ts +2 -2
  8. package/dist/implementation/manual/schemas/deserialize_parse_tree/transformers/fountain_pen.js +114 -0
  9. package/dist/implementation/manual/schemas/ide/refiners/parse_tree.d.ts +9 -0
  10. package/dist/implementation/manual/schemas/ide/refiners/parse_tree.js +140 -0
  11. package/dist/implementation/manual/schemas/{authoring_parse_tree → parse_tree}/deserializers.d.ts +3 -2
  12. package/dist/implementation/manual/schemas/parse_tree/deserializers.js +61 -0
  13. package/dist/implementation/manual/schemas/{authoring_parse_tree → parse_tree}/productions/new_interface_signatures.js +1 -1
  14. package/dist/implementation/manual/schemas/{authoring_parse_tree → parse_tree}/productions/temp.js +1 -1
  15. package/dist/implementation/manual/schemas/{authoring_parse_tree → parse_tree}/productions/token.d.ts +15 -15
  16. package/dist/implementation/manual/schemas/parse_tree/productions/token.js +184 -0
  17. package/dist/implementation/manual/schemas/{authoring_parse_tree → parse_tree}/transformers/ide.d.ts +2 -2
  18. package/dist/implementation/manual/schemas/parse_tree/transformers/ide.js +140 -0
  19. package/dist/implementation/manual/schemas/{authoring_parse_tree → parse_tree}/transformers/json_target.d.ts +1 -1
  20. package/dist/implementation/manual/schemas/parse_tree/transformers/json_target.js +79 -0
  21. package/dist/implementation/manual/schemas/{authoring_parse_tree → parse_tree}/transformers/token.d.ts +1 -1
  22. package/dist/implementation/manual/schemas/parse_tree/transformers/token.js +86 -0
  23. package/dist/implementation/manual/schemas/sealed_target/serializers.d.ts +1 -1
  24. package/dist/implementation/manual/schemas/sealed_target/transformers/fountain_pen_block.d.ts +2 -2
  25. package/dist/implementation/manual/schemas/sealed_target/transformers/fountain_pen_block.js +30 -25
  26. package/dist/implementation/manual/schemas/token/productions/annotated_character.d.ts +10 -10
  27. package/dist/implementation/manual/schemas/token/productions/annotated_character.js +27 -30
  28. package/dist/implementation/manual/schemas/token/transformers/fountain_pen.d.ts +13 -0
  29. package/dist/implementation/manual/schemas/token/transformers/fountain_pen.js +53 -0
  30. package/dist/implementation/manual/text_to_text/convert_to_json.d.ts +3 -1
  31. package/dist/implementation/manual/text_to_text/convert_to_json.js +12 -17
  32. package/dist/implementation/manual/text_to_text/validate_astn.js +4 -3
  33. package/dist/interface/generated/pareto/{core → schemas/astn_schema/data}/resolved.js +1 -1
  34. package/dist/interface/generated/pareto/schemas/astn_schema/{data_types/target.d.ts → data/unresolved.d.ts} +24 -24
  35. package/dist/interface/generated/pareto/{core → schemas/astn_schema/data}/unresolved.js +1 -1
  36. package/dist/interface/generated/pareto/schemas/astn_schema/migrate_boilerplate.d.ts +2 -2
  37. package/dist/interface/generated/pareto/schemas/astn_schema/{data_types/resolve.d.ts → resolve.d.ts} +2 -2
  38. package/dist/interface/generated/pareto/schemas/{ide/data_types → astn_schema}/resolve.js +1 -1
  39. package/dist/interface/generated/pareto/schemas/authoring_target/data.d.ts +102 -0
  40. package/dist/interface/generated/pareto/schemas/authoring_target/data.js +3 -0
  41. package/dist/interface/generated/pareto/schemas/authoring_target/migrate_boilerplate.d.ts +2 -2
  42. package/dist/interface/generated/pareto/schemas/deserialize_parse_tree/data.d.ts +116 -0
  43. package/dist/interface/generated/pareto/schemas/deserialize_parse_tree/data.js +3 -0
  44. package/dist/interface/generated/pareto/schemas/deserialize_parse_tree/migrate_boilerplate.d.ts +31 -0
  45. package/dist/interface/generated/pareto/schemas/{authoring_parse_result → deserialize_parse_tree}/migrate_boilerplate.js +1 -1
  46. package/dist/interface/generated/pareto/schemas/ide/{data_types/source.d.ts → data.d.ts} +12 -5
  47. package/dist/interface/generated/pareto/schemas/ide/data.js +3 -0
  48. package/dist/interface/generated/pareto/schemas/ide/migrate_boilerplate.d.ts +10 -3
  49. package/dist/interface/generated/pareto/schemas/parse_tree/data.d.ts +182 -0
  50. package/dist/interface/generated/pareto/schemas/parse_tree/data.js +3 -0
  51. package/dist/interface/generated/pareto/schemas/{authoring_parse_tree → parse_tree}/migrate_boilerplate.d.ts +7 -14
  52. package/dist/interface/generated/pareto/schemas/{authoring_parse_tree → parse_tree}/migrate_boilerplate.js +1 -1
  53. package/dist/interface/generated/pareto/schemas/sealed_target/{data_types/source.d.ts → data.d.ts} +21 -18
  54. package/dist/interface/generated/pareto/schemas/sealed_target/data.js +3 -0
  55. package/dist/interface/generated/pareto/schemas/sealed_target/migrate_boilerplate.d.ts +2 -2
  56. package/dist/interface/generated/pareto/schemas/token/{data_types/target.d.ts → data.d.ts} +17 -15
  57. package/dist/interface/generated/pareto/schemas/token/data.js +3 -0
  58. package/dist/interface/generated/pareto/schemas/token/migrate_boilerplate.d.ts +11 -11
  59. package/dist/interface/signatures/refiners/ide/parse_tree.d.ts +17 -0
  60. package/dist/interface/signatures/refiners/ide/parse_tree.js +3 -0
  61. package/dist/interface/signatures/refiners/ide/refiners.d.ts +17 -0
  62. package/dist/interface/signatures/refiners/ide/refiners.js +3 -0
  63. package/dist/interface/signatures/transformers/authoring_target/fountain_pen_block.d.ts +2 -2
  64. package/dist/interface/signatures/transformers/{authoring_parse_tree → parse_tree}/ide.d.ts +4 -4
  65. package/dist/interface/signatures/transformers/{authoring_parse_tree → parse_tree}/ide.js +1 -1
  66. package/dist/interface/signatures/transformers/{authoring_parse_tree → parse_tree}/json_target.d.ts +4 -4
  67. package/dist/interface/signatures/transformers/{authoring_parse_tree → parse_tree}/json_target.js +1 -1
  68. package/dist/interface/signatures/transformers/parse_tree/token.d.ts +4 -0
  69. package/dist/interface/signatures/transformers/{authoring_parse_tree → parse_tree}/token.js +1 -1
  70. package/dist/interface/to_be_generated/annotated_characters.d.ts +1 -0
  71. package/dist/modules/common_tool_signatures/interface/to_be_generated/file_in_file_out.d.ts +3 -3
  72. package/package.json +2 -2
  73. package/dist/implementation/generated/pareto/generic/serialize.d.ts +0 -4
  74. package/dist/implementation/generated/pareto/generic/serialize.js +0 -93
  75. package/dist/implementation/generated/pareto/generic/unmarshall.d.ts +0 -42
  76. package/dist/implementation/generated/pareto/generic/unmarshall.js +0 -247
  77. package/dist/implementation/generated/pareto/schemas/astn_schema/marshall.d.ts +0 -12
  78. package/dist/implementation/generated/pareto/schemas/astn_schema/marshall.js +0 -214
  79. package/dist/implementation/generated/pareto/schemas/astn_schema/resolve.d.ts +0 -12
  80. package/dist/implementation/generated/pareto/schemas/astn_schema/resolve.js +0 -428
  81. package/dist/implementation/generated/pareto/schemas/astn_schema/serialize.d.ts +0 -12
  82. package/dist/implementation/generated/pareto/schemas/astn_schema/serialize.js +0 -73
  83. package/dist/implementation/generated/pareto/schemas/astn_schema/unmarshall.d.ts +0 -12
  84. package/dist/implementation/generated/pareto/schemas/astn_schema/unmarshall.js +0 -194
  85. package/dist/implementation/generated/pareto/schemas/authoring_parse_result/marshall.d.ts +0 -2
  86. package/dist/implementation/generated/pareto/schemas/authoring_parse_result/marshall.js +0 -169
  87. package/dist/implementation/generated/pareto/schemas/authoring_parse_result/serialize.d.ts +0 -2
  88. package/dist/implementation/generated/pareto/schemas/authoring_parse_result/serialize.js +0 -33
  89. package/dist/implementation/generated/pareto/schemas/authoring_parse_result/unmarshall.d.ts +0 -2
  90. package/dist/implementation/generated/pareto/schemas/authoring_parse_result/unmarshall.js +0 -106
  91. package/dist/implementation/generated/pareto/schemas/authoring_parse_tree/marshall.d.ts +0 -9
  92. package/dist/implementation/generated/pareto/schemas/authoring_parse_tree/marshall.js +0 -260
  93. package/dist/implementation/generated/pareto/schemas/authoring_parse_tree/serialize.d.ts +0 -9
  94. package/dist/implementation/generated/pareto/schemas/authoring_parse_tree/serialize.js +0 -61
  95. package/dist/implementation/generated/pareto/schemas/authoring_parse_tree/unmarshall.d.ts +0 -9
  96. package/dist/implementation/generated/pareto/schemas/authoring_parse_tree/unmarshall.js +0 -332
  97. package/dist/implementation/generated/pareto/schemas/authoring_target/marshall.d.ts +0 -3
  98. package/dist/implementation/generated/pareto/schemas/authoring_target/marshall.js +0 -148
  99. package/dist/implementation/generated/pareto/schemas/authoring_target/serialize.d.ts +0 -3
  100. package/dist/implementation/generated/pareto/schemas/authoring_target/serialize.js +0 -37
  101. package/dist/implementation/generated/pareto/schemas/authoring_target/unmarshall.d.ts +0 -3
  102. package/dist/implementation/generated/pareto/schemas/authoring_target/unmarshall.js +0 -124
  103. package/dist/implementation/generated/pareto/schemas/ide/marshall.d.ts +0 -4
  104. package/dist/implementation/generated/pareto/schemas/ide/marshall.js +0 -81
  105. package/dist/implementation/generated/pareto/schemas/ide/serialize.d.ts +0 -4
  106. package/dist/implementation/generated/pareto/schemas/ide/serialize.js +0 -41
  107. package/dist/implementation/generated/pareto/schemas/ide/unmarshall.d.ts +0 -4
  108. package/dist/implementation/generated/pareto/schemas/ide/unmarshall.js +0 -89
  109. package/dist/implementation/generated/pareto/schemas/sealed_target/marshall.d.ts +0 -3
  110. package/dist/implementation/generated/pareto/schemas/sealed_target/marshall.js +0 -128
  111. package/dist/implementation/generated/pareto/schemas/sealed_target/serialize.d.ts +0 -3
  112. package/dist/implementation/generated/pareto/schemas/sealed_target/serialize.js +0 -37
  113. package/dist/implementation/generated/pareto/schemas/sealed_target/unmarshall.d.ts +0 -3
  114. package/dist/implementation/generated/pareto/schemas/sealed_target/unmarshall.js +0 -108
  115. package/dist/implementation/generated/pareto/schemas/token/marshall.d.ts +0 -11
  116. package/dist/implementation/generated/pareto/schemas/token/marshall.js +0 -230
  117. package/dist/implementation/generated/pareto/schemas/token/serialize.d.ts +0 -11
  118. package/dist/implementation/generated/pareto/schemas/token/serialize.js +0 -69
  119. package/dist/implementation/generated/pareto/schemas/token/unmarshall.d.ts +0 -11
  120. package/dist/implementation/generated/pareto/schemas/token/unmarshall.js +0 -218
  121. package/dist/implementation/manual/schemas/authoring_parse_result/transformers/fountain_pen.js +0 -88
  122. package/dist/implementation/manual/schemas/authoring_parse_tree/deserializers.js +0 -64
  123. package/dist/implementation/manual/schemas/authoring_parse_tree/productions/token.js +0 -184
  124. package/dist/implementation/manual/schemas/authoring_parse_tree/transformers/ide.js +0 -140
  125. package/dist/implementation/manual/schemas/authoring_parse_tree/transformers/json_target.js +0 -79
  126. package/dist/implementation/manual/schemas/authoring_parse_tree/transformers/token.js +0 -86
  127. package/dist/interface/generated/pareto/core/astn_source.d.ts +0 -123
  128. package/dist/interface/generated/pareto/core/astn_source.js +0 -3
  129. package/dist/interface/generated/pareto/core/astn_target.d.ts +0 -186
  130. package/dist/interface/generated/pareto/core/astn_target.js +0 -3
  131. package/dist/interface/generated/pareto/core/parse_result.d.ts +0 -25
  132. package/dist/interface/generated/pareto/core/parse_result.js +0 -3
  133. package/dist/interface/generated/pareto/core/resolved.d.ts +0 -117
  134. package/dist/interface/generated/pareto/core/token.d.ts +0 -49
  135. package/dist/interface/generated/pareto/core/token.js +0 -3
  136. package/dist/interface/generated/pareto/core/unconstrained.d.ts +0 -19
  137. package/dist/interface/generated/pareto/core/unconstrained.js +0 -3
  138. package/dist/interface/generated/pareto/core/unresolved.d.ts +0 -181
  139. package/dist/interface/generated/pareto/schemas/astn_schema/data_types/resolve.js +0 -3
  140. package/dist/interface/generated/pareto/schemas/astn_schema/data_types/source.js +0 -3
  141. package/dist/interface/generated/pareto/schemas/astn_schema/data_types/target.js +0 -3
  142. package/dist/interface/generated/pareto/schemas/astn_schema/deserialize.d.ts +0 -79
  143. package/dist/interface/generated/pareto/schemas/astn_schema/deserialize.js +0 -3
  144. package/dist/interface/generated/pareto/schemas/astn_schema/marshall.d.ts +0 -80
  145. package/dist/interface/generated/pareto/schemas/astn_schema/marshall.js +0 -3
  146. package/dist/interface/generated/pareto/schemas/astn_schema/serialize.d.ts +0 -79
  147. package/dist/interface/generated/pareto/schemas/astn_schema/serialize.js +0 -3
  148. package/dist/interface/generated/pareto/schemas/astn_schema/unmarshall.d.ts +0 -80
  149. package/dist/interface/generated/pareto/schemas/astn_schema/unmarshall.js +0 -3
  150. package/dist/interface/generated/pareto/schemas/astn_schema/value_deserializers.d.ts +0 -44
  151. package/dist/interface/generated/pareto/schemas/astn_schema/value_deserializers.js +0 -3
  152. package/dist/interface/generated/pareto/schemas/astn_schema/value_serializers.d.ts +0 -44
  153. package/dist/interface/generated/pareto/schemas/astn_schema/value_serializers.js +0 -3
  154. package/dist/interface/generated/pareto/schemas/authoring_parse_result/data_types/resolve.d.ts +0 -1
  155. package/dist/interface/generated/pareto/schemas/authoring_parse_result/data_types/resolve.js +0 -3
  156. package/dist/interface/generated/pareto/schemas/authoring_parse_result/data_types/source.d.ts +0 -63
  157. package/dist/interface/generated/pareto/schemas/authoring_parse_result/data_types/source.js +0 -3
  158. package/dist/interface/generated/pareto/schemas/authoring_parse_result/data_types/target.d.ts +0 -63
  159. package/dist/interface/generated/pareto/schemas/authoring_parse_result/data_types/target.js +0 -3
  160. package/dist/interface/generated/pareto/schemas/authoring_parse_result/deserialize.d.ts +0 -9
  161. package/dist/interface/generated/pareto/schemas/authoring_parse_result/deserialize.js +0 -3
  162. package/dist/interface/generated/pareto/schemas/authoring_parse_result/marshall.d.ts +0 -10
  163. package/dist/interface/generated/pareto/schemas/authoring_parse_result/marshall.js +0 -3
  164. package/dist/interface/generated/pareto/schemas/authoring_parse_result/migrate_boilerplate.d.ts +0 -10
  165. package/dist/interface/generated/pareto/schemas/authoring_parse_result/serialize.d.ts +0 -9
  166. package/dist/interface/generated/pareto/schemas/authoring_parse_result/serialize.js +0 -3
  167. package/dist/interface/generated/pareto/schemas/authoring_parse_result/unmarshall.d.ts +0 -10
  168. package/dist/interface/generated/pareto/schemas/authoring_parse_result/unmarshall.js +0 -3
  169. package/dist/interface/generated/pareto/schemas/authoring_parse_result/value_deserializers.d.ts +0 -44
  170. package/dist/interface/generated/pareto/schemas/authoring_parse_result/value_deserializers.js +0 -3
  171. package/dist/interface/generated/pareto/schemas/authoring_parse_result/value_serializers.d.ts +0 -44
  172. package/dist/interface/generated/pareto/schemas/authoring_parse_result/value_serializers.js +0 -3
  173. package/dist/interface/generated/pareto/schemas/authoring_parse_tree/data_types/resolve.d.ts +0 -1
  174. package/dist/interface/generated/pareto/schemas/authoring_parse_tree/data_types/resolve.js +0 -3
  175. package/dist/interface/generated/pareto/schemas/authoring_parse_tree/data_types/source.d.ts +0 -183
  176. package/dist/interface/generated/pareto/schemas/authoring_parse_tree/data_types/source.js +0 -3
  177. package/dist/interface/generated/pareto/schemas/authoring_parse_tree/data_types/target.d.ts +0 -183
  178. package/dist/interface/generated/pareto/schemas/authoring_parse_tree/data_types/target.js +0 -3
  179. package/dist/interface/generated/pareto/schemas/authoring_parse_tree/deserialize.d.ts +0 -58
  180. package/dist/interface/generated/pareto/schemas/authoring_parse_tree/deserialize.js +0 -3
  181. package/dist/interface/generated/pareto/schemas/authoring_parse_tree/marshall.d.ts +0 -59
  182. package/dist/interface/generated/pareto/schemas/authoring_parse_tree/marshall.js +0 -3
  183. package/dist/interface/generated/pareto/schemas/authoring_parse_tree/serialize.d.ts +0 -58
  184. package/dist/interface/generated/pareto/schemas/authoring_parse_tree/serialize.js +0 -3
  185. package/dist/interface/generated/pareto/schemas/authoring_parse_tree/unmarshall.d.ts +0 -59
  186. package/dist/interface/generated/pareto/schemas/authoring_parse_tree/unmarshall.js +0 -3
  187. package/dist/interface/generated/pareto/schemas/authoring_parse_tree/value_deserializers.d.ts +0 -44
  188. package/dist/interface/generated/pareto/schemas/authoring_parse_tree/value_deserializers.js +0 -3
  189. package/dist/interface/generated/pareto/schemas/authoring_parse_tree/value_serializers.d.ts +0 -44
  190. package/dist/interface/generated/pareto/schemas/authoring_parse_tree/value_serializers.js +0 -3
  191. package/dist/interface/generated/pareto/schemas/authoring_target/data_types/resolve.d.ts +0 -1
  192. package/dist/interface/generated/pareto/schemas/authoring_target/data_types/resolve.js +0 -3
  193. package/dist/interface/generated/pareto/schemas/authoring_target/data_types/source.d.ts +0 -72
  194. package/dist/interface/generated/pareto/schemas/authoring_target/data_types/source.js +0 -3
  195. package/dist/interface/generated/pareto/schemas/authoring_target/data_types/target.d.ts +0 -72
  196. package/dist/interface/generated/pareto/schemas/authoring_target/data_types/target.js +0 -3
  197. package/dist/interface/generated/pareto/schemas/authoring_target/deserialize.d.ts +0 -16
  198. package/dist/interface/generated/pareto/schemas/authoring_target/deserialize.js +0 -3
  199. package/dist/interface/generated/pareto/schemas/authoring_target/marshall.d.ts +0 -17
  200. package/dist/interface/generated/pareto/schemas/authoring_target/marshall.js +0 -3
  201. package/dist/interface/generated/pareto/schemas/authoring_target/serialize.d.ts +0 -16
  202. package/dist/interface/generated/pareto/schemas/authoring_target/serialize.js +0 -3
  203. package/dist/interface/generated/pareto/schemas/authoring_target/unmarshall.d.ts +0 -17
  204. package/dist/interface/generated/pareto/schemas/authoring_target/unmarshall.js +0 -3
  205. package/dist/interface/generated/pareto/schemas/authoring_target/value_deserializers.d.ts +0 -64
  206. package/dist/interface/generated/pareto/schemas/authoring_target/value_deserializers.js +0 -3
  207. package/dist/interface/generated/pareto/schemas/authoring_target/value_serializers.d.ts +0 -64
  208. package/dist/interface/generated/pareto/schemas/authoring_target/value_serializers.js +0 -3
  209. package/dist/interface/generated/pareto/schemas/ide/data_types/resolve.d.ts +0 -1
  210. package/dist/interface/generated/pareto/schemas/ide/data_types/source.js +0 -3
  211. package/dist/interface/generated/pareto/schemas/ide/data_types/target.d.ts +0 -43
  212. package/dist/interface/generated/pareto/schemas/ide/data_types/target.js +0 -3
  213. package/dist/interface/generated/pareto/schemas/ide/deserialize.d.ts +0 -23
  214. package/dist/interface/generated/pareto/schemas/ide/deserialize.js +0 -3
  215. package/dist/interface/generated/pareto/schemas/ide/marshall.d.ts +0 -24
  216. package/dist/interface/generated/pareto/schemas/ide/marshall.js +0 -3
  217. package/dist/interface/generated/pareto/schemas/ide/serialize.d.ts +0 -23
  218. package/dist/interface/generated/pareto/schemas/ide/serialize.js +0 -3
  219. package/dist/interface/generated/pareto/schemas/ide/unmarshall.d.ts +0 -24
  220. package/dist/interface/generated/pareto/schemas/ide/unmarshall.js +0 -3
  221. package/dist/interface/generated/pareto/schemas/ide/value_deserializers.d.ts +0 -44
  222. package/dist/interface/generated/pareto/schemas/ide/value_deserializers.js +0 -3
  223. package/dist/interface/generated/pareto/schemas/ide/value_serializers.d.ts +0 -44
  224. package/dist/interface/generated/pareto/schemas/ide/value_serializers.js +0 -3
  225. package/dist/interface/generated/pareto/schemas/sealed_target/data_types/resolve.d.ts +0 -1
  226. package/dist/interface/generated/pareto/schemas/sealed_target/data_types/resolve.js +0 -3
  227. package/dist/interface/generated/pareto/schemas/sealed_target/data_types/source.js +0 -3
  228. package/dist/interface/generated/pareto/schemas/sealed_target/data_types/target.d.ts +0 -0
  229. package/dist/interface/generated/pareto/schemas/sealed_target/data_types/target.js +0 -2
  230. package/dist/interface/generated/pareto/schemas/sealed_target/deserialize.d.ts +0 -16
  231. package/dist/interface/generated/pareto/schemas/sealed_target/deserialize.js +0 -3
  232. package/dist/interface/generated/pareto/schemas/sealed_target/marshall.d.ts +0 -17
  233. package/dist/interface/generated/pareto/schemas/sealed_target/marshall.js +0 -3
  234. package/dist/interface/generated/pareto/schemas/sealed_target/serialize.d.ts +0 -16
  235. package/dist/interface/generated/pareto/schemas/sealed_target/serialize.js +0 -3
  236. package/dist/interface/generated/pareto/schemas/sealed_target/unmarshall.d.ts +0 -17
  237. package/dist/interface/generated/pareto/schemas/sealed_target/unmarshall.js +0 -3
  238. package/dist/interface/generated/pareto/schemas/sealed_target/value_deserializers.d.ts +0 -64
  239. package/dist/interface/generated/pareto/schemas/sealed_target/value_deserializers.js +0 -3
  240. package/dist/interface/generated/pareto/schemas/sealed_target/value_serializers.d.ts +0 -64
  241. package/dist/interface/generated/pareto/schemas/sealed_target/value_serializers.js +0 -3
  242. package/dist/interface/generated/pareto/schemas/token/data_types/resolve.d.ts +0 -1
  243. package/dist/interface/generated/pareto/schemas/token/data_types/resolve.js +0 -3
  244. package/dist/interface/generated/pareto/schemas/token/data_types/source.d.ts +0 -119
  245. package/dist/interface/generated/pareto/schemas/token/data_types/source.js +0 -3
  246. package/dist/interface/generated/pareto/schemas/token/data_types/target.js +0 -3
  247. package/dist/interface/generated/pareto/schemas/token/deserialize.d.ts +0 -72
  248. package/dist/interface/generated/pareto/schemas/token/deserialize.js +0 -3
  249. package/dist/interface/generated/pareto/schemas/token/marshall.d.ts +0 -73
  250. package/dist/interface/generated/pareto/schemas/token/marshall.js +0 -3
  251. package/dist/interface/generated/pareto/schemas/token/serialize.d.ts +0 -72
  252. package/dist/interface/generated/pareto/schemas/token/serialize.js +0 -3
  253. package/dist/interface/generated/pareto/schemas/token/unmarshall.d.ts +0 -73
  254. package/dist/interface/generated/pareto/schemas/token/unmarshall.js +0 -3
  255. package/dist/interface/generated/pareto/schemas/token/value_deserializers.d.ts +0 -44
  256. package/dist/interface/generated/pareto/schemas/token/value_deserializers.js +0 -3
  257. package/dist/interface/generated/pareto/schemas/token/value_serializers.d.ts +0 -44
  258. package/dist/interface/generated/pareto/schemas/token/value_serializers.js +0 -3
  259. package/dist/interface/signatures/transformers/authoring_parse_tree/token.d.ts +0 -4
  260. package/dist/modules/pareto-json/implementation/generated/pareto/generic/serialize.d.ts +0 -4
  261. package/dist/modules/pareto-json/implementation/generated/pareto/generic/serialize.js +0 -93
  262. package/dist/modules/pareto-json/implementation/generated/pareto/generic/unmarshall.d.ts +0 -42
  263. package/dist/modules/pareto-json/implementation/generated/pareto/generic/unmarshall.js +0 -247
  264. package/dist/modules/pareto-json/implementation/generated/pareto/schemas/json/deserialize.d.ts +0 -3
  265. package/dist/modules/pareto-json/implementation/generated/pareto/schemas/json/deserialize.js +0 -32
  266. package/dist/modules/pareto-json/implementation/generated/pareto/schemas/json/marshall.d.ts +0 -3
  267. package/dist/modules/pareto-json/implementation/generated/pareto/schemas/json/marshall.js +0 -110
  268. package/dist/modules/pareto-json/implementation/generated/pareto/schemas/json/serialize.d.ts +0 -3
  269. package/dist/modules/pareto-json/implementation/generated/pareto/schemas/json/serialize.js +0 -37
  270. package/dist/modules/pareto-json/implementation/generated/pareto/schemas/json/unmarshall.d.ts +0 -3
  271. package/dist/modules/pareto-json/implementation/generated/pareto/schemas/json/unmarshall.js +0 -81
  272. package/dist/modules/pareto-json/implementation/manual/primitives/text/serializers/quoted.d.ts +0 -1
  273. package/dist/modules/pareto-json/implementation/manual/primitives/text/serializers/quoted.js +0 -76
  274. package/dist/modules/pareto-json/implementation/manual/schemas/json/serializers.d.ts +0 -5
  275. package/dist/modules/pareto-json/implementation/manual/schemas/json/serializers.js +0 -34
  276. package/dist/modules/pareto-json/implementation/manual/schemas/json/transformers/fountain_pen_block.d.ts +0 -4
  277. package/dist/modules/pareto-json/implementation/manual/schemas/json/transformers/fountain_pen_block.js +0 -85
  278. package/dist/modules/pareto-json/interface/generated/pareto/core/astn_source.d.ts +0 -123
  279. package/dist/modules/pareto-json/interface/generated/pareto/core/astn_source.js +0 -3
  280. package/dist/modules/pareto-json/interface/generated/pareto/core/astn_target.d.ts +0 -186
  281. package/dist/modules/pareto-json/interface/generated/pareto/core/astn_target.js +0 -3
  282. package/dist/modules/pareto-json/interface/generated/pareto/core/parse_result.d.ts +0 -25
  283. package/dist/modules/pareto-json/interface/generated/pareto/core/parse_result.js +0 -3
  284. package/dist/modules/pareto-json/interface/generated/pareto/core/resolved.d.ts +0 -117
  285. package/dist/modules/pareto-json/interface/generated/pareto/core/resolved.js +0 -3
  286. package/dist/modules/pareto-json/interface/generated/pareto/core/token.d.ts +0 -49
  287. package/dist/modules/pareto-json/interface/generated/pareto/core/token.js +0 -3
  288. package/dist/modules/pareto-json/interface/generated/pareto/core/unconstrained.d.ts +0 -19
  289. package/dist/modules/pareto-json/interface/generated/pareto/core/unconstrained.js +0 -3
  290. package/dist/modules/pareto-json/interface/generated/pareto/core/unresolved.d.ts +0 -181
  291. package/dist/modules/pareto-json/interface/generated/pareto/core/unresolved.js +0 -3
  292. package/dist/modules/pareto-json/interface/generated/pareto/schemas/json/data_types/resolve.d.ts +0 -1
  293. package/dist/modules/pareto-json/interface/generated/pareto/schemas/json/data_types/resolve.js +0 -7
  294. package/dist/modules/pareto-json/interface/generated/pareto/schemas/json/data_types/source.d.ts +0 -169
  295. package/dist/modules/pareto-json/interface/generated/pareto/schemas/json/data_types/source.js +0 -3
  296. package/dist/modules/pareto-json/interface/generated/pareto/schemas/json/data_types/target.d.ts +0 -169
  297. package/dist/modules/pareto-json/interface/generated/pareto/schemas/json/data_types/target.js +0 -3
  298. package/dist/modules/pareto-json/interface/generated/pareto/schemas/json/deserialize.d.ts +0 -54
  299. package/dist/modules/pareto-json/interface/generated/pareto/schemas/json/deserialize.js +0 -3
  300. package/dist/modules/pareto-json/interface/generated/pareto/schemas/json/marshall.d.ts +0 -63
  301. package/dist/modules/pareto-json/interface/generated/pareto/schemas/json/marshall.js +0 -3
  302. package/dist/modules/pareto-json/interface/generated/pareto/schemas/json/migrate_boilerplate.d.ts +0 -46
  303. package/dist/modules/pareto-json/interface/generated/pareto/schemas/json/migrate_boilerplate.js +0 -3
  304. package/dist/modules/pareto-json/interface/generated/pareto/schemas/json/serialize.d.ts +0 -54
  305. package/dist/modules/pareto-json/interface/generated/pareto/schemas/json/serialize.js +0 -3
  306. package/dist/modules/pareto-json/interface/generated/pareto/schemas/json/unmarshall.d.ts +0 -63
  307. package/dist/modules/pareto-json/interface/generated/pareto/schemas/json/unmarshall.js +0 -3
  308. package/dist/modules/pareto-json/interface/generated/pareto/schemas/json/value_deserializers.d.ts +0 -64
  309. package/dist/modules/pareto-json/interface/generated/pareto/schemas/json/value_deserializers.js +0 -3
  310. package/dist/modules/pareto-json/interface/generated/pareto/schemas/json/value_serializers.d.ts +0 -64
  311. package/dist/modules/pareto-json/interface/generated/pareto/schemas/json/value_serializers.js +0 -3
  312. package/dist/modules/pareto-json/shorthands/json.d.ts +0 -8
  313. package/dist/modules/pareto-json/shorthands/json.js +0 -35
  314. package/dist/shorthands/parse_result.d.ts +0 -4
  315. package/dist/shorthands/parse_result.js +0 -59
  316. /package/dist/implementation/manual/schemas/{authoring_parse_tree → parse_tree}/productions/new_interface_signatures.d.ts +0 -0
  317. /package/dist/implementation/manual/schemas/{authoring_parse_tree → parse_tree}/productions/temp.d.ts +0 -0
  318. /package/dist/interface/generated/pareto/schemas/astn_schema/{data_types/source.d.ts → data/resolved.d.ts} +0 -0
@@ -1,76 +0,0 @@
1
- "use strict";
2
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
- if (k2 === undefined) k2 = k;
4
- var desc = Object.getOwnPropertyDescriptor(m, k);
5
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
- desc = { enumerable: true, get: function() { return m[k]; } };
7
- }
8
- Object.defineProperty(o, k2, desc);
9
- }) : (function(o, m, k, k2) {
10
- if (k2 === undefined) k2 = k;
11
- o[k2] = m[k];
12
- }));
13
- var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
14
- Object.defineProperty(o, "default", { enumerable: true, value: v });
15
- }) : function(o, v) {
16
- o["default"] = v;
17
- });
18
- var __importStar = (this && this.__importStar) || function (mod) {
19
- if (mod && mod.__esModule) return mod;
20
- var result = {};
21
- if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
22
- __setModuleDefault(result, mod);
23
- return result;
24
- };
25
- Object.defineProperty(exports, "__esModule", { value: true });
26
- exports.$$ = void 0;
27
- const _p = __importStar(require("pareto-core-serializer"));
28
- const $$ = ($) => '"'
29
- + _p.text.deprecated_build(($i) => {
30
- _p.list.from_text($, ($) => $).__for_each(($) => {
31
- switch ($) {
32
- case 0x2F: // slash (\/)
33
- $i['add character'](0x5C); // \
34
- $i['add character'](0x2F); // /
35
- break;
36
- case 0x22: // " (\")
37
- $i['add character'](0x5C); // \
38
- $i['add character'](0x22); // "
39
- break;
40
- case 0x5C: // \ (\\)
41
- $i['add character'](0x5C); // \
42
- $i['add character'](0x5C); // \
43
- break;
44
- case 0x08: // backspace (\b)
45
- $i['add character'](0x5C); // \
46
- $i['add character'](0x62); // b
47
- break;
48
- case 0x0C: // form feed (\f)
49
- $i['add character'](0x5C); // \
50
- $i['add character'](0x66); // f
51
- break;
52
- case 0x0A: // line feed (\n)
53
- $i['add character'](0x5C); // \
54
- $i['add character'](0x6E); // n
55
- break;
56
- case 0x0D: // carriage return (\r)
57
- $i['add character'](0x5C); // \
58
- $i['add character'](0x72); // r
59
- break;
60
- case 0x09: // horizontal tab (\t)
61
- $i['add character'](0x5C); // \
62
- $i['add character'](0x74); // t
63
- break;
64
- case 0x0B: // vertical tab (\v)
65
- $i['add character'](0x5C); // \
66
- $i['add character'](0x76); // v
67
- break;
68
- default: {
69
- $i['add character']($);
70
- }
71
- }
72
- });
73
- })
74
- + '"';
75
- exports.$$ = $$;
76
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicXVvdGVkLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vc3JjL21vZHVsZXMvcGFyZXRvLWpzb24vaW1wbGVtZW50YXRpb24vbWFudWFsL3ByaW1pdGl2ZXMvdGV4dC9zZXJpYWxpemVycy9xdW90ZWQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7QUFDQSwyREFBNEM7QUFJckMsTUFBTSxFQUFFLEdBQUcsQ0FBQyxDQUFTLEVBQVUsRUFBRSxDQUFDLEdBQUc7TUFDdEMsRUFBRSxDQUFDLElBQUksQ0FBQyxnQkFBZ0IsQ0FBQyxDQUFDLEVBQUUsRUFBRSxFQUFFO1FBQzlCLEVBQUUsQ0FBQyxJQUFJLENBQUMsU0FBUyxDQUFDLENBQUMsRUFBRSxDQUFDLENBQUMsRUFBRSxFQUFFLENBQUMsQ0FBQyxDQUFDLENBQUMsVUFBVSxDQUFDLENBQUMsQ0FBQyxFQUFFLEVBQUU7WUFDNUMsUUFBUSxDQUFDLEVBQUUsQ0FBQztnQkFDUixLQUFLLElBQUksRUFBRSxhQUFhO29CQUNwQixFQUFFLENBQUMsZUFBZSxDQUFDLENBQUMsSUFBSSxDQUFDLENBQUEsQ0FBQyxJQUFJO29CQUM5QixFQUFFLENBQUMsZUFBZSxDQUFDLENBQUMsSUFBSSxDQUFDLENBQUEsQ0FBQyxJQUFJO29CQUM5QixNQUFLO2dCQUNULEtBQUssSUFBSSxFQUFFLFNBQVM7b0JBQ2hCLEVBQUUsQ0FBQyxlQUFlLENBQUMsQ0FBQyxJQUFJLENBQUMsQ0FBQSxDQUFDLElBQUk7b0JBQzlCLEVBQUUsQ0FBQyxlQUFlLENBQUMsQ0FBQyxJQUFJLENBQUMsQ0FBQSxDQUFDLElBQUk7b0JBQzlCLE1BQUs7Z0JBRVQsS0FBSyxJQUFJLEVBQUUsU0FBUztvQkFDaEIsRUFBRSxDQUFDLGVBQWUsQ0FBQyxDQUFDLElBQUksQ0FBQyxDQUFBLENBQUMsSUFBSTtvQkFDOUIsRUFBRSxDQUFDLGVBQWUsQ0FBQyxDQUFDLElBQUksQ0FBQyxDQUFBLENBQUMsSUFBSTtvQkFDOUIsTUFBSztnQkFFVCxLQUFLLElBQUksRUFBRSxpQkFBaUI7b0JBQ3hCLEVBQUUsQ0FBQyxlQUFlLENBQUMsQ0FBQyxJQUFJLENBQUMsQ0FBQSxDQUFDLElBQUk7b0JBQzlCLEVBQUUsQ0FBQyxlQUFlLENBQUMsQ0FBQyxJQUFJLENBQUMsQ0FBQSxDQUFDLElBQUk7b0JBQzlCLE1BQUs7Z0JBRVQsS0FBSyxJQUFJLEVBQUUsaUJBQWlCO29CQUN4QixFQUFFLENBQUMsZUFBZSxDQUFDLENBQUMsSUFBSSxDQUFDLENBQUEsQ0FBQyxJQUFJO29CQUM5QixFQUFFLENBQUMsZUFBZSxDQUFDLENBQUMsSUFBSSxDQUFDLENBQUEsQ0FBQyxJQUFJO29CQUM5QixNQUFLO2dCQUVULEtBQUssSUFBSSxFQUFFLGlCQUFpQjtvQkFDeEIsRUFBRSxDQUFDLGVBQWUsQ0FBQyxDQUFDLElBQUksQ0FBQyxDQUFBLENBQUMsSUFBSTtvQkFDOUIsRUFBRSxDQUFDLGVBQWUsQ0FBQyxDQUFDLElBQUksQ0FBQyxDQUFBLENBQUMsSUFBSTtvQkFDOUIsTUFBSztnQkFFVCxLQUFLLElBQUksRUFBRSx1QkFBdUI7b0JBQzlCLEVBQUUsQ0FBQyxlQUFlLENBQUMsQ0FBQyxJQUFJLENBQUMsQ0FBQSxDQUFDLElBQUk7b0JBQzlCLEVBQUUsQ0FBQyxlQUFlLENBQUMsQ0FBQyxJQUFJLENBQUMsQ0FBQSxDQUFDLElBQUk7b0JBQzlCLE1BQUs7Z0JBRVQsS0FBSyxJQUFJLEVBQUUsc0JBQXNCO29CQUM3QixFQUFFLENBQUMsZUFBZSxDQUFDLENBQUMsSUFBSSxDQUFDLENBQUEsQ0FBQyxJQUFJO29CQUM5QixFQUFFLENBQUMsZUFBZSxDQUFDLENBQUMsSUFBSSxDQUFDLENBQUEsQ0FBQyxJQUFJO29CQUM5QixNQUFLO2dCQUVULEtBQUssSUFBSSxFQUFFLG9CQUFvQjtvQkFDM0IsRUFBRSxDQUFDLGVBQWUsQ0FBQyxDQUFDLElBQUksQ0FBQyxDQUFBLENBQUMsSUFBSTtvQkFDOUIsRUFBRSxDQUFDLGVBQWUsQ0FBQyxDQUFDLElBQUksQ0FBQyxDQUFBLENBQUMsSUFBSTtvQkFDOUIsTUFBSztnQkFDVCxPQUFPLENBQUMsQ0FBQyxDQUFDO29CQUNQLEVBQUUsQ0FBQyxlQUFlLENBQUMsQ0FBQyxDQUFDLENBQUMsQ0FBQTtnQkFDekIsQ0FBQztZQUVMLENBQUM7UUFDTCxDQUFDLENBQUMsQ0FBQTtJQUNOLENBQUMsQ0FBQztNQUNBLEdBQUcsQ0FBQTtBQXRESSxRQUFBLEVBQUUsTUFzRE4ifQ==
@@ -1,5 +0,0 @@
1
- import * as d_in from "../../../../interface/generated/pareto/schemas/json/data_types/source";
2
- export declare const Document: ($: d_in.Document, $p: {
3
- "indentation": string;
4
- "newline": string;
5
- }) => string;
@@ -1,34 +0,0 @@
1
- "use strict";
2
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
- if (k2 === undefined) k2 = k;
4
- var desc = Object.getOwnPropertyDescriptor(m, k);
5
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
- desc = { enumerable: true, get: function() { return m[k]; } };
7
- }
8
- Object.defineProperty(o, k2, desc);
9
- }) : (function(o, m, k, k2) {
10
- if (k2 === undefined) k2 = k;
11
- o[k2] = m[k];
12
- }));
13
- var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
14
- Object.defineProperty(o, "default", { enumerable: true, value: v });
15
- }) : function(o, v) {
16
- o["default"] = v;
17
- });
18
- var __importStar = (this && this.__importStar) || function (mod) {
19
- if (mod && mod.__esModule) return mod;
20
- var result = {};
21
- if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
22
- __setModuleDefault(result, mod);
23
- return result;
24
- };
25
- Object.defineProperty(exports, "__esModule", { value: true });
26
- exports.Document = void 0;
27
- const t_fountain_pen = __importStar(require("./transformers/fountain_pen_block"));
28
- const s_fp = __importStar(require("pareto-fountain-pen/dist/implementation/manual/schemas/block/serializers"));
29
- const Document = ($, $p) => s_fp.Group(t_fountain_pen.Document($), {
30
- 'indentation': $p.indentation,
31
- 'newline': $p['newline'],
32
- });
33
- exports.Document = Document;
34
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2VyaWFsaXplcnMuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9zcmMvbW9kdWxlcy9wYXJldG8tanNvbi9pbXBsZW1lbnRhdGlvbi9tYW51YWwvc2NoZW1hcy9qc29uL3NlcmlhbGl6ZXJzLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7O0FBR0Esa0ZBQW1FO0FBRW5FLCtHQUFnRztBQUV6RixNQUFNLFFBQVEsR0FBRyxDQUNwQixDQUFnQixFQUNoQixFQUdDLEVBQ0ssRUFBRSxDQUFDLElBQUksQ0FBQyxLQUFLLENBQ25CLGNBQWMsQ0FBQyxRQUFRLENBQ25CLENBQUMsQ0FDSixFQUNEO0lBQ0ksYUFBYSxFQUFFLEVBQUUsQ0FBQyxXQUFXO0lBQzdCLFNBQVMsRUFBRSxFQUFFLENBQUMsU0FBUyxDQUFDO0NBQzNCLENBQ0osQ0FBQTtBQWRZLFFBQUEsUUFBUSxZQWNwQiJ9
@@ -1,4 +0,0 @@
1
- import * as d_in from "../../../../../interface/generated/pareto/schemas/json/data_types/source";
2
- import * as d_out from "pareto-fountain-pen/dist/interface/generated/pareto/schemas/block/data_types/target";
3
- export declare const Value: ($: d_in.Value) => d_out.Block_Part;
4
- export declare const Document: ($: d_in.Document) => d_out.Group;
@@ -1,85 +0,0 @@
1
- "use strict";
2
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
- if (k2 === undefined) k2 = k;
4
- var desc = Object.getOwnPropertyDescriptor(m, k);
5
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
- desc = { enumerable: true, get: function() { return m[k]; } };
7
- }
8
- Object.defineProperty(o, k2, desc);
9
- }) : (function(o, m, k, k2) {
10
- if (k2 === undefined) k2 = k;
11
- o[k2] = m[k];
12
- }));
13
- var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
14
- Object.defineProperty(o, "default", { enumerable: true, value: v });
15
- }) : function(o, v) {
16
- o["default"] = v;
17
- });
18
- var __importStar = (this && this.__importStar) || function (mod) {
19
- if (mod && mod.__esModule) return mod;
20
- var result = {};
21
- if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
22
- __setModuleDefault(result, mod);
23
- return result;
24
- };
25
- Object.defineProperty(exports, "__esModule", { value: true });
26
- exports.Document = exports.Value = void 0;
27
- const _p = __importStar(require("pareto-core-transformer"));
28
- const sh = __importStar(require("pareto-fountain-pen/dist/shorthands/block"));
29
- const enrich_with_position_information_1 = require("pareto-fountain-pen/dist/implementation/temp/enrich_with_position_information");
30
- const quoted_1 = require("../../../primitives/text/serializers/quoted");
31
- const String = ($ //FIX should have been a schema type
32
- ) => sh.b.snippet((0, quoted_1.$$)($));
33
- const Value = ($) => _p.sg($, ($) => {
34
- switch ($[0]) {
35
- case 'object': return _p.ss($, ($) => sh.b.sub([
36
- sh.b.snippet("{"),
37
- sh.b.indent([
38
- _p.sg($, ($) => {
39
- switch ($[0]) {
40
- case 'dictionary': return _p.ss($, ($) => sh.g.list((0, enrich_with_position_information_1.$$)(_p.list.from_dictionary($, ($, key) => ({ 'key': key, 'value': $ }))).__l_map(($) => sh.g.nested_block([
41
- String($.value.key),
42
- sh.b.snippet(": "),
43
- (0, exports.Value)($.value.value),
44
- $['is last'] ? sh.b.nothing() : sh.b.snippet(","),
45
- ]))));
46
- case 'key value array': return _p.ss($, ($) => sh.g.list((0, enrich_with_position_information_1.$$)($).__l_map(($) => sh.g.nested_block([
47
- String($.value.key),
48
- sh.b.snippet(": "),
49
- (0, exports.Value)($.value.value),
50
- $['is last'] ? sh.b.nothing() : sh.b.snippet(", "),
51
- ]))));
52
- default: return _p.au($[0]);
53
- }
54
- }),
55
- ]),
56
- sh.b.snippet("}"),
57
- ]));
58
- case 'array': return _p.ss($, ($) => sh.b.sub([
59
- sh.b.snippet("["),
60
- sh.b.list((0, enrich_with_position_information_1.$$)($).__l_map(($) => sh.b.sub([
61
- (0, exports.Value)($.value),
62
- $['is last'] ? sh.b.nothing() : sh.b.snippet(", "),
63
- ]))),
64
- sh.b.snippet("]"),
65
- ]));
66
- case 'null': return _p.ss($, ($) => sh.b.snippet("null"));
67
- case 'boolean': return _p.ss($, ($) => sh.b.snippet($ ? "true" : "false"));
68
- case 'null': return _p.ss($, ($) => sh.b.snippet("null"));
69
- case 'number': return _p.ss($, ($) => _p.sg($, ($) => {
70
- switch ($[0]) {
71
- case 'integer': return _p.ss($, ($) => sh.b.snippet("FIXME INTEGER"));
72
- case 'float': return _p.ss($, ($) => sh.b.snippet("FIXME FLOAT"));
73
- default: return _p.au($[0]);
74
- }
75
- }));
76
- case 'string': return _p.ss($, ($) => String($));
77
- default: return _p.au($[0]);
78
- }
79
- });
80
- exports.Value = Value;
81
- const Document = ($) => sh.group([sh.g.nested_block([
82
- (0, exports.Value)($),
83
- ])]);
84
- exports.Document = Document;
85
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZm91bnRhaW5fcGVuX2Jsb2NrLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vc3JjL21vZHVsZXMvcGFyZXRvLWpzb24vaW1wbGVtZW50YXRpb24vbWFudWFsL3NjaGVtYXMvanNvbi90cmFuc2Zvcm1lcnMvZm91bnRhaW5fcGVuX2Jsb2NrLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7O0FBQUEsNERBQTZDO0FBSzdDLDhFQUErRDtBQUUvRCxvSUFBdUo7QUFDdkosd0VBQTRFO0FBRzVFLE1BQU0sTUFBTSxHQUFHLENBQ1gsQ0FBUyxDQUFDLG9DQUFvQztFQUM5QixFQUFFLENBQUMsRUFBRSxDQUFDLENBQUMsQ0FBQyxPQUFPLENBQUMsSUFBQSxXQUFRLEVBQUMsQ0FBQyxDQUFDLENBQUMsQ0FBQTtBQUV6QyxNQUFNLEtBQUssR0FBRyxDQUFDLENBQWEsRUFBb0IsRUFBRSxDQUFDLEVBQUUsQ0FBQyxFQUFFLENBQUMsQ0FBQyxFQUFFLENBQUMsQ0FBQyxFQUFFLEVBQUU7SUFDckUsUUFBUSxDQUFDLENBQUMsQ0FBQyxDQUFDLEVBQUUsQ0FBQztRQUNYLEtBQUssUUFBUSxDQUFDLENBQUMsT0FBTyxFQUFFLENBQUMsRUFBRSxDQUFDLENBQUMsRUFBRSxDQUFDLENBQUMsRUFBRSxFQUFFLENBQUMsRUFBRSxDQUFDLENBQUMsQ0FBQyxHQUFHLENBQUM7WUFDM0MsRUFBRSxDQUFDLENBQUMsQ0FBQyxPQUFPLENBQUMsR0FBRyxDQUFDO1lBQ2pCLEVBQUUsQ0FBQyxDQUFDLENBQUMsTUFBTSxDQUFDO2dCQUNSLEVBQUUsQ0FBQyxFQUFFLENBQUMsQ0FBQyxFQUFFLENBQUMsQ0FBQyxFQUFvQixFQUFFO29CQUM3QixRQUFRLENBQUMsQ0FBQyxDQUFDLENBQUMsRUFBRSxDQUFDO3dCQUNYLEtBQUssWUFBWSxDQUFDLENBQUMsT0FBTyxFQUFFLENBQUMsRUFBRSxDQUFD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
@@ -1,123 +0,0 @@
1
- import * as _pi from 'pareto-core-interface';
2
- export type _T_Value = readonly [
3
- 'indexed collection',
4
- readonly [
5
- 'dictionary',
6
- {
7
- readonly 'entries': _T_Key_Value_Pairs;
8
- readonly '{': _T_Structural_Token;
9
- readonly '}': _T_Structural_Token;
10
- }
11
- ] | readonly [
12
- 'verbose group',
13
- {
14
- readonly '(': _T_Structural_Token;
15
- readonly ')': _T_Structural_Token;
16
- readonly 'entries': _T_Key_Value_Pairs;
17
- }
18
- ]
19
- ] | readonly [
20
- 'not set',
21
- {
22
- readonly '~': _T_Structural_Token;
23
- }
24
- ] | readonly [
25
- 'ordered collection',
26
- readonly [
27
- 'concise group',
28
- {
29
- readonly '<': _T_Structural_Token;
30
- readonly '>': _T_Structural_Token;
31
- readonly 'elements': _T_Elements;
32
- }
33
- ] | readonly [
34
- 'list',
35
- {
36
- readonly '[': _T_Structural_Token;
37
- readonly ']': _T_Structural_Token;
38
- readonly 'elements': _T_Elements;
39
- }
40
- ]
41
- ] | readonly [
42
- 'set optional value',
43
- {
44
- readonly '*': _T_Structural_Token;
45
- readonly 'value': _T_Value;
46
- }
47
- ] | readonly ['string', _T_String] | readonly [
48
- 'tagged value',
49
- {
50
- readonly 'state': _T_String;
51
- readonly 'value': _T_Value;
52
- readonly '|': _T_Structural_Token;
53
- }
54
- ];
55
- export type _T_Document = {
56
- readonly 'content': _T_Value;
57
- readonly 'header': _pi.Optional_Value<{
58
- readonly '!': _T_Structural_Token;
59
- readonly 'value': _T_Value;
60
- }>;
61
- };
62
- export type _T_Elements = _pi.List<{
63
- readonly 'value': _T_Value;
64
- }>;
65
- export declare namespace _T_Elements {
66
- type L = {
67
- readonly 'value': _T_Value;
68
- };
69
- }
70
- export type _T_Key_Value_Pairs = _pi.List<{
71
- readonly ',': _pi.Optional_Value<_T_Structural_Token>;
72
- readonly 'key': _T_String;
73
- readonly 'value': _pi.Optional_Value<{
74
- readonly ':': _T_Structural_Token;
75
- readonly 'value': _T_Value;
76
- }>;
77
- }>;
78
- export declare namespace _T_Key_Value_Pairs {
79
- type L = {
80
- readonly ',': _pi.Optional_Value<_T_Structural_Token>;
81
- readonly 'key': _T_String;
82
- readonly 'value': _pi.Optional_Value<{
83
- readonly ':': _T_Structural_Token;
84
- readonly 'value': _T_Value;
85
- }>;
86
- };
87
- }
88
- export type _T_String = {
89
- readonly 'range': _T_Range;
90
- readonly 'trailing trivia': _T_Trivia;
91
- readonly 'type': _T_String_Type;
92
- readonly 'value': string;
93
- };
94
- export type _T_Structural_Token = {
95
- readonly 'range': _T_Range;
96
- readonly 'trailing trivia': _T_Trivia;
97
- };
98
- export type _T_Range = {
99
- readonly 'end': _T_Location;
100
- readonly 'start': _T_Location;
101
- };
102
- export type _T_Location = {
103
- readonly 'absolute': number;
104
- readonly 'relative': _T_Relative_Location;
105
- };
106
- export type _T_Relative_Location = {
107
- readonly 'column': number;
108
- readonly 'line': number;
109
- };
110
- export type _T_Trivia = {
111
- readonly 'comments': _pi.List<{
112
- readonly 'content': string;
113
- readonly 'range': _T_Range;
114
- readonly 'trailing whitespace': _T_Whitespace;
115
- readonly 'type': readonly ['block', null] | readonly ['line', null];
116
- }>;
117
- readonly 'leading whitespace': _T_Whitespace;
118
- };
119
- export type _T_Whitespace = {
120
- readonly 'range': _T_Range;
121
- readonly 'value': string;
122
- };
123
- export type _T_String_Type = readonly ['apostrophed', null] | readonly ['backticked', null] | readonly ['quoted', null] | readonly ['undelimited', null];
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXN0bl9zb3VyY2UuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9zcmMvbW9kdWxlcy9wYXJldG8tanNvbi9pbnRlcmZhY2UvZ2VuZXJhdGVkL3BhcmV0by9jb3JlL2FzdG5fc291cmNlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIifQ==
@@ -1,186 +0,0 @@
1
- import * as _pi from 'pareto-core-interface';
2
- export type _T_Document = _T_Value;
3
- export type _T_Value = readonly ['dictionary', _pi.Dictionary<_T_Value>] | readonly ['list', _pi.List<_T_Value>] | readonly ['nothing', null] | readonly [
4
- 'optional',
5
- readonly ['not set', null] | readonly ['set', _T_Value]
6
- ] | readonly [
7
- 'state',
8
- {
9
- readonly 'state': string;
10
- readonly 'value': _T_Value;
11
- }
12
- ] | readonly [
13
- 'text',
14
- {
15
- readonly 'delimiter': readonly ['backtick', null] | readonly ['none', null] | readonly ['quote', null];
16
- readonly 'value': string;
17
- }
18
- ] | readonly ['verbose group', _pi.Dictionary<_T_Value>];
19
- export type Document = _T_Document;
20
- export type Value = _T_Value;
21
- export declare namespace _T_Document {
22
- }
23
- export declare namespace _T_Value {
24
- namespace SG {
25
- namespace concise_group {
26
- namespace L {
27
- }
28
- type L = _T_Value;
29
- }
30
- type concise_group = _pi.List<_T_Value>;
31
- namespace dictionary {
32
- namespace D {
33
- }
34
- type D = _T_Value;
35
- }
36
- type dictionary = _pi.Dictionary<_T_Value>;
37
- namespace list {
38
- namespace L {
39
- }
40
- type L = _T_Value;
41
- }
42
- type list = _pi.List<_T_Value>;
43
- type nothing = null;
44
- namespace optional {
45
- namespace SG {
46
- type not_set = null;
47
- namespace _set {
48
- }
49
- type _set = _T_Value;
50
- }
51
- type SG = readonly ['not set', null] | readonly ['set', _T_Value];
52
- }
53
- type optional = readonly ['not set', null] | readonly ['set', _T_Value];
54
- namespace state {
55
- type state = string;
56
- namespace value {
57
- }
58
- type value = _T_Value;
59
- }
60
- type state = {
61
- readonly 'state': string;
62
- readonly 'value': _T_Value;
63
- };
64
- namespace text {
65
- namespace delimiter {
66
- namespace SG {
67
- type backtick = null;
68
- type none = null;
69
- type quote = null;
70
- }
71
- type SG = readonly ['backtick', null] | readonly ['none', null] | readonly ['quote', null];
72
- }
73
- type delimiter = readonly ['backtick', null] | readonly ['none', null] | readonly ['quote', null];
74
- type value = string;
75
- }
76
- type text = {
77
- readonly 'delimiter': readonly ['backtick', null] | readonly ['none', null] | readonly ['quote', null];
78
- readonly 'value': string;
79
- };
80
- namespace verbose_group {
81
- namespace D {
82
- }
83
- type D = _T_Value;
84
- }
85
- type verbose_group = _pi.Dictionary<_T_Value>;
86
- }
87
- type SG = readonly ['concise group', _pi.List<_T_Value>] | readonly ['dictionary', _pi.Dictionary<_T_Value>] | readonly ['list', _pi.List<_T_Value>] | readonly ['nothing', null] | readonly [
88
- 'optional',
89
- readonly ['not set', null] | readonly ['set', _T_Value]
90
- ] | readonly [
91
- 'state',
92
- {
93
- readonly 'state': string;
94
- readonly 'value': _T_Value;
95
- }
96
- ] | readonly [
97
- 'text',
98
- {
99
- readonly 'delimiter': readonly ['backtick', null] | readonly ['none', null] | readonly ['quote', null];
100
- readonly 'value': string;
101
- }
102
- ] | readonly ['verbose group', _pi.Dictionary<_T_Value>];
103
- }
104
- export declare namespace Document {
105
- }
106
- export declare namespace Value {
107
- namespace SG {
108
- namespace concise_group {
109
- namespace L {
110
- }
111
- type L = _T_Value;
112
- }
113
- type concise_group = _pi.List<_T_Value>;
114
- namespace dictionary {
115
- namespace D {
116
- }
117
- type D = _T_Value;
118
- }
119
- type dictionary = _pi.Dictionary<_T_Value>;
120
- namespace list {
121
- namespace L {
122
- }
123
- type L = _T_Value;
124
- }
125
- type list = _pi.List<_T_Value>;
126
- type nothing = null;
127
- namespace optional {
128
- namespace SG {
129
- type not_set = null;
130
- namespace _set {
131
- }
132
- type _set = _T_Value;
133
- }
134
- type SG = readonly ['not set', null] | readonly ['set', _T_Value];
135
- }
136
- type optional = readonly ['not set', null] | readonly ['set', _T_Value];
137
- namespace state {
138
- type state = string;
139
- namespace value {
140
- }
141
- type value = _T_Value;
142
- }
143
- type state = {
144
- readonly 'state': string;
145
- readonly 'value': _T_Value;
146
- };
147
- namespace text {
148
- namespace delimiter {
149
- namespace SG {
150
- type backtick = null;
151
- type none = null;
152
- type quote = null;
153
- }
154
- type SG = readonly ['backtick', null] | readonly ['none', null] | readonly ['quote', null];
155
- }
156
- type delimiter = readonly ['backtick', null] | readonly ['none', null] | readonly ['quote', null];
157
- type value = string;
158
- }
159
- type text = {
160
- readonly 'delimiter': readonly ['backtick', null] | readonly ['none', null] | readonly ['quote', null];
161
- readonly 'value': string;
162
- };
163
- namespace verbose_group {
164
- namespace D {
165
- }
166
- type D = _T_Value;
167
- }
168
- type verbose_group = _pi.Dictionary<_T_Value>;
169
- }
170
- type SG = readonly ['concise group', _pi.List<_T_Value>] | readonly ['dictionary', _pi.Dictionary<_T_Value>] | readonly ['list', _pi.List<_T_Value>] | readonly ['nothing', null] | readonly [
171
- 'optional',
172
- readonly ['not set', null] | readonly ['set', _T_Value]
173
- ] | readonly [
174
- 'state',
175
- {
176
- readonly 'state': string;
177
- readonly 'value': _T_Value;
178
- }
179
- ] | readonly [
180
- 'text',
181
- {
182
- readonly 'delimiter': readonly ['backtick', null] | readonly ['none', null] | readonly ['quote', null];
183
- readonly 'value': string;
184
- }
185
- ] | readonly ['verbose group', _pi.Dictionary<_T_Value>];
186
- }
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXN0bl90YXJnZXQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9zcmMvbW9kdWxlcy9wYXJldG8tanNvbi9pbnRlcmZhY2UvZ2VuZXJhdGVkL3BhcmV0by9jb3JlL2FzdG5fdGFyZ2V0LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIifQ==
@@ -1,25 +0,0 @@
1
- import * as _pi from 'pareto-core-interface';
2
- import * as _i_imports_token from "./token";
3
- import * as _i_imports_ast from "./astn_source";
4
- export type _T_Parse_Error = {
5
- readonly 'range': _i_imports_token._T_Range;
6
- readonly 'type': _T_Parse_Error._type;
7
- };
8
- export declare namespace _T_Parse_Error {
9
- type _type = readonly [
10
- 'lexer',
11
- Lexer_Error
12
- ] | readonly ['parser', Parser_Error];
13
- }
14
- export type Lexer_Error = readonly ['dangling slash', null] | readonly ['invalid unicode escape sequence', null] | readonly ['missing character after escape', null] | readonly ['unexpected character', number] | readonly ['unexpected control character', number] | readonly ['unexpected end of input', null] | readonly ['unexpected end of line in delimited string', null] | readonly ['unknown escape character', null] | readonly ['unterminated block comment', null] | readonly ['unterminated string', null] | readonly ['unterminated unicode escape sequence', null];
15
- export type Parser_Error = {
16
- readonly 'cause': readonly ['missing token', null] | readonly [
17
- 'unexpected token',
18
- {
19
- readonly 'found': _i_imports_token._T_Token_Type;
20
- }
21
- ];
22
- readonly 'expected': _pi.List<Expected>;
23
- };
24
- export type Expected = readonly ['!', null] | readonly ['#', null] | readonly [')', null] | readonly [',', null] | readonly [':', null] | readonly ['>', null] | readonly ['@', null] | readonly [']', null] | readonly ['a string', null] | readonly ['a value', null] | readonly ['}', null];
25
- export type _T_Parse_Result = readonly ['failure', _T_Parse_Error] | readonly ['success', _i_imports_ast._T_Document];
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicGFyc2VfcmVzdWx0LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vc3JjL21vZHVsZXMvcGFyZXRvLWpzb24vaW50ZXJmYWNlL2dlbmVyYXRlZC9wYXJldG8vY29yZS9wYXJzZV9yZXN1bHQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiJ9