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,181 +0,0 @@
1
- import * as _pi from 'pareto-core-interface';
2
- export type _T_Derived_Reference<M_Source, T_Type> = null;
3
- export type _T_Dictionary<M_Source, T_D> = {
4
- readonly 'dictionary': _pi.Dictionary<{
5
- readonly 'entry': T_D;
6
- readonly 'location': M_Source;
7
- }>;
8
- readonly 'location': M_Source;
9
- };
10
- export type _T_List<M_Source, T_L> = {
11
- readonly 'list': _pi.List<{
12
- readonly 'element': T_L;
13
- readonly 'location': M_Source;
14
- }>;
15
- readonly 'location': M_Source;
16
- };
17
- export type _T_Ordered_Dictionary<M_Source, T_D> = {
18
- readonly 'dictionary': _pi.Dictionary<{
19
- readonly 'entry': T_D;
20
- readonly 'location': M_Source;
21
- }>;
22
- readonly 'location': M_Source;
23
- };
24
- export type _T_Reference_To_Circular_Dependent_Sibling<M_Source, T_Dictionary_Entry> = {
25
- readonly 'key': string;
26
- readonly 'location': M_Source;
27
- };
28
- export type _T_Reference_To_Normal_Dictionary_Entry<M_Source, T_Dictionary_Entry> = {
29
- readonly 'key': string;
30
- readonly 'location': M_Source;
31
- };
32
- export type _T_Reference_To_Stacked_Dictionary_Entry<M_Source, T_Dictionary_Entry> = {
33
- readonly 'key': string;
34
- readonly 'location': M_Source;
35
- };
36
- export type _T_State_Group<M_Source, T_SG> = {
37
- readonly 'location': M_Source;
38
- readonly 'state group': T_SG;
39
- };
40
- export type Derived_Reference<M_Source, T_Type> = _T_Derived_Reference<M_Source, T_Type>;
41
- export type Dictionary<M_Source, T_D> = _T_Dictionary<M_Source, T_D>;
42
- export type List<M_Source, T_L> = _T_List<M_Source, T_L>;
43
- export type Ordered_Dictionary<M_Source, T_D> = _T_Ordered_Dictionary<M_Source, T_D>;
44
- export type Reference_To_Circular_Dependent_Sibling<M_Source, T_Dictionary_Entry> = _T_Reference_To_Circular_Dependent_Sibling<M_Source, T_Dictionary_Entry>;
45
- export type Reference_To_Normal_Dictionary_Entry<M_Source, T_Dictionary_Entry> = _T_Reference_To_Normal_Dictionary_Entry<M_Source, T_Dictionary_Entry>;
46
- export type Reference_To_Stacked_Dictionary_Entry<M_Source, T_Dictionary_Entry> = _T_Reference_To_Stacked_Dictionary_Entry<M_Source, T_Dictionary_Entry>;
47
- export type State_Group<M_Source, T_SG> = _T_State_Group<M_Source, T_SG>;
48
- export declare namespace _T_Dictionary {
49
- namespace dictionary {
50
- namespace D {
51
- type entry<M_Source, T_D> = T_D;
52
- type location<M_Source, T_D> = M_Source;
53
- }
54
- type D<M_Source, T_D> = {
55
- readonly 'entry': T_D;
56
- readonly 'location': M_Source;
57
- };
58
- }
59
- type dictionary<M_Source, T_D> = _pi.Dictionary<{
60
- readonly 'entry': T_D;
61
- readonly 'location': M_Source;
62
- }>;
63
- type location<M_Source, T_D> = M_Source;
64
- }
65
- export declare namespace _T_List {
66
- namespace list {
67
- namespace L {
68
- type element<M_Source, T_L> = T_L;
69
- type location<M_Source, T_L> = M_Source;
70
- }
71
- type L<M_Source, T_L> = {
72
- readonly 'element': T_L;
73
- readonly 'location': M_Source;
74
- };
75
- }
76
- type list<M_Source, T_L> = _pi.List<{
77
- readonly 'element': T_L;
78
- readonly 'location': M_Source;
79
- }>;
80
- type location<M_Source, T_L> = M_Source;
81
- }
82
- export declare namespace _T_Ordered_Dictionary {
83
- namespace dictionary {
84
- namespace D {
85
- type entry<M_Source, T_D> = T_D;
86
- type location<M_Source, T_D> = M_Source;
87
- }
88
- type D<M_Source, T_D> = {
89
- readonly 'entry': T_D;
90
- readonly 'location': M_Source;
91
- };
92
- }
93
- type dictionary<M_Source, T_D> = _pi.Dictionary<{
94
- readonly 'entry': T_D;
95
- readonly 'location': M_Source;
96
- }>;
97
- type location<M_Source, T_D> = M_Source;
98
- }
99
- export declare namespace _T_Reference_To_Circular_Dependent_Sibling {
100
- type key<M_Source, T_Dictionary_Entry> = string;
101
- type location<M_Source, T_Dictionary_Entry> = M_Source;
102
- }
103
- export declare namespace _T_Reference_To_Normal_Dictionary_Entry {
104
- type key<M_Source, T_Dictionary_Entry> = string;
105
- type location<M_Source, T_Dictionary_Entry> = M_Source;
106
- }
107
- export declare namespace _T_Reference_To_Stacked_Dictionary_Entry {
108
- type key<M_Source, T_Dictionary_Entry> = string;
109
- type location<M_Source, T_Dictionary_Entry> = M_Source;
110
- }
111
- export declare namespace _T_State_Group {
112
- type location<M_Source, T_SG> = M_Source;
113
- type state_group<M_Source, T_SG> = T_SG;
114
- }
115
- export declare namespace Dictionary {
116
- namespace dictionary {
117
- namespace D {
118
- type entry<M_Source, T_D> = T_D;
119
- type location<M_Source, T_D> = M_Source;
120
- }
121
- type D<M_Source, T_D> = {
122
- readonly 'entry': T_D;
123
- readonly 'location': M_Source;
124
- };
125
- }
126
- type dictionary<M_Source, T_D> = _pi.Dictionary<{
127
- readonly 'entry': T_D;
128
- readonly 'location': M_Source;
129
- }>;
130
- type location<M_Source, T_D> = M_Source;
131
- }
132
- export declare namespace List {
133
- namespace list {
134
- namespace L {
135
- type element<M_Source, T_L> = T_L;
136
- type location<M_Source, T_L> = M_Source;
137
- }
138
- type L<M_Source, T_L> = {
139
- readonly 'element': T_L;
140
- readonly 'location': M_Source;
141
- };
142
- }
143
- type list<M_Source, T_L> = _pi.List<{
144
- readonly 'element': T_L;
145
- readonly 'location': M_Source;
146
- }>;
147
- type location<M_Source, T_L> = M_Source;
148
- }
149
- export declare namespace Ordered_Dictionary {
150
- namespace dictionary {
151
- namespace D {
152
- type entry<M_Source, T_D> = T_D;
153
- type location<M_Source, T_D> = M_Source;
154
- }
155
- type D<M_Source, T_D> = {
156
- readonly 'entry': T_D;
157
- readonly 'location': M_Source;
158
- };
159
- }
160
- type dictionary<M_Source, T_D> = _pi.Dictionary<{
161
- readonly 'entry': T_D;
162
- readonly 'location': M_Source;
163
- }>;
164
- type location<M_Source, T_D> = M_Source;
165
- }
166
- export declare namespace Reference_To_Circular_Dependent_Sibling {
167
- type key<M_Source, T_Dictionary_Entry> = string;
168
- type location<M_Source, T_Dictionary_Entry> = M_Source;
169
- }
170
- export declare namespace Reference_To_Normal_Dictionary_Entry {
171
- type key<M_Source, T_Dictionary_Entry> = string;
172
- type location<M_Source, T_Dictionary_Entry> = M_Source;
173
- }
174
- export declare namespace Reference_To_Stacked_Dictionary_Entry {
175
- type key<M_Source, T_Dictionary_Entry> = string;
176
- type location<M_Source, T_Dictionary_Entry> = M_Source;
177
- }
178
- export declare namespace State_Group {
179
- type location<M_Source, T_SG> = M_Source;
180
- type state_group<M_Source, T_SG> = T_SG;
181
- }
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidW5yZXNvbHZlZC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3NyYy9pbnRlcmZhY2UvZ2VuZXJhdGVkL3BhcmV0by9jb3JlL3VucmVzb2x2ZWQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiJ9
@@ -1,192 +0,0 @@
1
- import * as _pi from "pareto-core-interface";
2
- import * as i_resolved from "./source";
3
- import * as i_unresolved from "./target";
4
- export declare namespace Text_Type_ {
5
- type I = i_unresolved.Text_Type;
6
- type O = i_resolved.Text_Type;
7
- namespace P {
8
- }
9
- }
10
- export type Text_Type_ = ($$_: Text_Type_.I, $$_lookups: null, $$_p: null) => Text_Type_.O;
11
- export declare namespace Globals_ {
12
- type I = i_unresolved.Globals;
13
- type O = i_resolved.Globals;
14
- namespace P {
15
- }
16
- }
17
- export type Globals_ = ($$_: Globals_.I, $$_lookups: null, $$_p: null) => Globals_.O;
18
- export declare namespace Group_ {
19
- type I = i_unresolved.Group;
20
- type O = i_resolved.Group;
21
- namespace L {
22
- type noncircular_sibling_types = i_resolved.Types_.D;
23
- }
24
- namespace L {
25
- type possibly_circular_dependent_sibling_types = i_resolved.Types_.D;
26
- }
27
- namespace P {
28
- namespace globals {
29
- type O = i_resolved.Globals_;
30
- }
31
- type globals = _pi.Optional_Value<globals.O>;
32
- namespace imports {
33
- type O = i_resolved.Imports_;
34
- }
35
- type imports = _pi.Optional_Value<imports.O>;
36
- }
37
- }
38
- export type Group_ = ($$_: Group_.I, $$_lookups: {
39
- readonly 'noncircular sibling types': _pi.Acyclic_Lookup<Group_.L.noncircular_sibling_types>;
40
- readonly 'possibly circular dependent sibling types': _pi.Cyclic_Lookup<Group_.L.possibly_circular_dependent_sibling_types>;
41
- }, $$_p: {
42
- readonly 'globals': Group_.P.globals;
43
- readonly 'imports': Group_.P.imports;
44
- }) => Group_.O;
45
- export declare namespace Dictionary_ {
46
- type I = i_unresolved.Dictionary;
47
- type O = i_resolved.Dictionary;
48
- namespace L {
49
- type noncircular_sibling_types = i_resolved.Types_.D;
50
- }
51
- namespace L {
52
- type possibly_circular_dependent_sibling_types = i_resolved.Types_.D;
53
- }
54
- namespace P {
55
- namespace globals {
56
- type O = i_resolved.Globals_;
57
- }
58
- type globals = _pi.Optional_Value<globals.O>;
59
- namespace imports {
60
- type O = i_resolved.Imports_;
61
- }
62
- type imports = _pi.Optional_Value<imports.O>;
63
- }
64
- }
65
- export type Dictionary_ = ($$_: Dictionary_.I, $$_lookups: {
66
- readonly 'noncircular sibling types': _pi.Acyclic_Lookup<Dictionary_.L.noncircular_sibling_types>;
67
- readonly 'possibly circular dependent sibling types': _pi.Cyclic_Lookup<Dictionary_.L.possibly_circular_dependent_sibling_types>;
68
- }, $$_p: {
69
- readonly 'globals': Dictionary_.P.globals;
70
- readonly 'imports': Dictionary_.P.imports;
71
- }) => Dictionary_.O;
72
- export declare namespace Type_Node_ {
73
- type I = i_unresolved.Type_Node;
74
- type O = i_resolved.Type_Node;
75
- namespace L {
76
- type noncircular_sibling_types = i_resolved.Types_.D;
77
- }
78
- namespace L {
79
- type possibly_circular_dependent_sibling_types = i_resolved.Types_.D;
80
- }
81
- namespace P {
82
- namespace globals {
83
- type O = i_resolved.Globals_;
84
- }
85
- type globals = _pi.Optional_Value<globals.O>;
86
- namespace imports {
87
- type O = i_resolved.Imports_;
88
- }
89
- type imports = _pi.Optional_Value<imports.O>;
90
- }
91
- }
92
- export type Type_Node_ = ($$_: Type_Node_.I, $$_lookups: {
93
- readonly 'noncircular sibling types': _pi.Acyclic_Lookup<Type_Node_.L.noncircular_sibling_types>;
94
- readonly 'possibly circular dependent sibling types': _pi.Cyclic_Lookup<Type_Node_.L.possibly_circular_dependent_sibling_types>;
95
- }, $$_p: {
96
- readonly 'globals': Type_Node_.P.globals;
97
- readonly 'imports': Type_Node_.P.imports;
98
- }) => Type_Node_.O;
99
- export declare namespace Type_ {
100
- type I = i_unresolved.Type;
101
- type O = i_resolved.Type;
102
- namespace L {
103
- type noncircular_sibling_types = i_resolved.Types_.D;
104
- }
105
- namespace L {
106
- type possibly_circular_dependent_sibling_types = i_resolved.Types_.D;
107
- }
108
- namespace P {
109
- namespace globals {
110
- type O = i_resolved.Globals_;
111
- }
112
- type globals = _pi.Optional_Value<globals.O>;
113
- namespace imports {
114
- type O = i_resolved.Imports_;
115
- }
116
- type imports = _pi.Optional_Value<imports.O>;
117
- }
118
- }
119
- export type Type_ = ($$_: Type_.I, $$_lookups: {
120
- readonly 'noncircular sibling types': _pi.Acyclic_Lookup<Type_.L.noncircular_sibling_types>;
121
- readonly 'possibly circular dependent sibling types': _pi.Cyclic_Lookup<Type_.L.possibly_circular_dependent_sibling_types>;
122
- }, $$_p: {
123
- readonly 'globals': Type_.P.globals;
124
- readonly 'imports': Type_.P.imports;
125
- }) => Type_.O;
126
- export declare namespace Schemas_ {
127
- type I = i_unresolved.Schemas;
128
- type O = i_resolved.Schemas;
129
- namespace L {
130
- type sibling_schemas = i_resolved.Schemas_.D;
131
- }
132
- namespace P {
133
- }
134
- }
135
- export type Schemas_ = ($$_: Schemas_.I, $$_lookups: {
136
- readonly 'sibling schemas': _pi.Stack_Lookup<Schemas_.L.sibling_schemas>;
137
- }, $$_p: null) => Schemas_.O;
138
- export declare namespace Schema_Tree_ {
139
- type I = i_unresolved.Schema_Tree;
140
- type O = i_resolved.Schema_Tree;
141
- namespace L {
142
- type sibling_schemas = i_resolved.Schemas_.D;
143
- }
144
- namespace P {
145
- }
146
- }
147
- export type Schema_Tree_ = ($$_: Schema_Tree_.I, $$_lookups: {
148
- readonly 'sibling schemas': _pi.Stack_Lookup<Schema_Tree_.L.sibling_schemas>;
149
- }, $$_p: null) => Schema_Tree_.O;
150
- export declare namespace Schema_ {
151
- type I = i_unresolved.Schema;
152
- type O = i_resolved.Schema;
153
- namespace L {
154
- type sibling_schemas = i_resolved.Schemas_.D;
155
- }
156
- namespace P {
157
- }
158
- }
159
- export type Schema_ = ($$_: Schema_.I, $$_lookups: {
160
- readonly 'sibling schemas': _pi.Stack_Lookup<Schema_.L.sibling_schemas>;
161
- }, $$_p: null) => Schema_.O;
162
- export declare namespace Imports_ {
163
- type I = i_unresolved.Imports;
164
- type O = i_resolved.Imports;
165
- namespace L {
166
- type sibling_schemas = i_resolved.Schemas_.D;
167
- }
168
- namespace P {
169
- }
170
- }
171
- export type Imports_ = ($$_: Imports_.I, $$_lookups: {
172
- readonly 'sibling schemas': _pi.Stack_Lookup<Imports_.L.sibling_schemas>;
173
- }, $$_p: null) => Imports_.O;
174
- export declare namespace Types_ {
175
- type I = i_unresolved.Types;
176
- type O = i_resolved.Types;
177
- namespace P {
178
- namespace globals {
179
- type O = i_resolved.Globals_;
180
- }
181
- type globals = _pi.Optional_Value<globals.O>;
182
- namespace imports {
183
- type O = i_resolved.Imports_;
184
- }
185
- type imports = _pi.Optional_Value<imports.O>;
186
- }
187
- }
188
- export type Types_ = ($$_: Types_.I, $$_lookups: null, $$_p: {
189
- readonly 'globals': Types_.P.globals;
190
- readonly 'imports': Types_.P.imports;
191
- }) => Types_.O;
192
- export { Text_Type_ as Text_Type, Globals_ as Globals, Group_ as Group, Dictionary_ as Dictionary, Type_Node_ as Type_Node, Type_ as Type, Schemas_ as Schemas, Schema_Tree_ as Schema_Tree, Schema_ as Schema, Imports_ as Imports, Types_ as Types, };
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmVzb2x2ZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3NyYy9pbnRlcmZhY2UvZ2VuZXJhdGVkL3BhcmV0by9zY2hlbWFzL2FzdG5fc2NoZW1hL2RhdGFfdHlwZXMvcmVzb2x2ZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIn0=
@@ -1,150 +0,0 @@
1
- import * as _pi from "pareto-core-interface";
2
- export declare namespace Schemas_ {
3
- type D = Schema_Tree_;
4
- }
5
- export type Schemas_ = _pi.Dictionary<Schemas_.D>;
6
- export declare namespace Text_Type_ {
7
- namespace _type {
8
- type multi_line = null;
9
- type single_line = null;
10
- }
11
- type _type = readonly ['multi line', _type.multi_line] | readonly ['single line', _type.single_line];
12
- }
13
- export type Text_Type_ = {
14
- readonly 'type': Text_Type_._type;
15
- };
16
- export declare namespace Globals_ {
17
- namespace text_types {
18
- type D = Text_Type_;
19
- }
20
- type text_types = _pi.Dictionary<text_types.D>;
21
- }
22
- export type Globals_ = {
23
- readonly 'text types': Globals_.text_types;
24
- };
25
- export declare namespace Type_ {
26
- type node = Type_Node_;
27
- }
28
- export type Type_ = {
29
- readonly 'node': Type_.node;
30
- };
31
- export declare namespace Types_ {
32
- type D = Type_;
33
- }
34
- export type Types_ = _pi.Dictionary<Types_.D>;
35
- export declare namespace Schema_ {
36
- type imports = Imports_;
37
- type globals = Globals_;
38
- type types = Types_;
39
- }
40
- export type Schema_ = {
41
- readonly 'imports': Schema_.imports;
42
- readonly 'globals': Schema_.globals;
43
- readonly 'types': Schema_.types;
44
- };
45
- export declare namespace Schema_Tree_ {
46
- type _set = Schemas_;
47
- type schema = Schema_;
48
- }
49
- export type Schema_Tree_ = readonly ['set', Schema_Tree_._set] | readonly ['schema', Schema_Tree_.schema];
50
- export declare namespace Imports_ {
51
- namespace D {
52
- namespace schema_set_child {
53
- type entry = Schemas_.D;
54
- type key = string;
55
- }
56
- type schema_set_child = {
57
- readonly 'entry': schema_set_child.entry;
58
- readonly 'key': schema_set_child.key;
59
- };
60
- type schema = Schema_;
61
- }
62
- type D = {
63
- readonly 'schema set child': D.schema_set_child;
64
- readonly 'schema': D.schema;
65
- };
66
- }
67
- export type Imports_ = _pi.Dictionary<Imports_.D>;
68
- export declare namespace Dictionary_ {
69
- type node = Type_Node_;
70
- type ordered = boolean;
71
- }
72
- export type Dictionary_ = {
73
- readonly 'node': Dictionary_.node;
74
- readonly 'ordered': Dictionary_.ordered;
75
- };
76
- export declare namespace Group_ {
77
- type D = Type_Node_;
78
- }
79
- export type Group_ = _pi.Dictionary<Group_.D>;
80
- export declare namespace Type_Node_ {
81
- namespace component {
82
- namespace external {
83
- namespace _import {
84
- type entry = Imports_.D;
85
- type key = string;
86
- }
87
- type _import = {
88
- readonly 'entry': _import.entry;
89
- readonly 'key': _import.key;
90
- };
91
- namespace _type {
92
- type entry = Types_.D;
93
- type key = string;
94
- }
95
- type _type = {
96
- readonly 'entry': _type.entry;
97
- readonly 'key': _type.key;
98
- };
99
- }
100
- type external = {
101
- readonly 'import': external._import;
102
- readonly 'type': external._type;
103
- };
104
- namespace internal {
105
- type entry = Types_.D;
106
- type key = string;
107
- }
108
- type internal = {
109
- readonly 'entry': internal.entry;
110
- readonly 'key': internal.key;
111
- };
112
- namespace internal_cyclic {
113
- type entry = Types_.D;
114
- type key = string;
115
- }
116
- type internal_cyclic = {
117
- readonly 'entry': internal_cyclic.entry;
118
- readonly 'key': internal_cyclic.key;
119
- };
120
- }
121
- type component = readonly ['external', component.external] | readonly ['internal', component.internal] | readonly ['internal cyclic', component.internal_cyclic];
122
- type dictionary = Dictionary_;
123
- type group = Group_;
124
- namespace list {
125
- type node = Type_Node_;
126
- }
127
- type list = {
128
- readonly 'node': list.node;
129
- };
130
- type nothing = null;
131
- type optional = Type_Node_;
132
- namespace state_group {
133
- type D = Type_Node_;
134
- }
135
- type state_group = _pi.Dictionary<state_group.D>;
136
- namespace text {
137
- namespace global {
138
- type entry = Globals_.text_types.D;
139
- type key = string;
140
- }
141
- type global = {
142
- readonly 'entry': global.entry;
143
- readonly 'key': global.key;
144
- };
145
- type local = Text_Type_;
146
- }
147
- type text = readonly ['global', text.global] | readonly ['local', text.local];
148
- }
149
- export type Type_Node_ = readonly ['component', Type_Node_.component] | readonly ['dictionary', Type_Node_.dictionary] | readonly ['group', Type_Node_.group] | readonly ['list', Type_Node_.list] | readonly ['nothing', Type_Node_.nothing] | readonly ['optional', Type_Node_.optional] | readonly ['state group', Type_Node_.state_group] | readonly ['text', Type_Node_.text];
150
- export { Schemas_ as Schemas, Text_Type_ as Text_Type, Globals_ as Globals, Type_ as Type, Types_ as Types, Schema_ as Schema, Schema_Tree_ as Schema_Tree, Imports_ as Imports, Dictionary_ as Dictionary, Group_ as Group, Type_Node_ as Type_Node, };
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic291cmNlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vc3JjL2ludGVyZmFjZS9nZW5lcmF0ZWQvcGFyZXRvL3NjaGVtYXMvYXN0bl9zY2hlbWEvZGF0YV90eXBlcy9zb3VyY2UudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiJ9