pareto 0.55.0 → 0.57.0

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 (234) hide show
  1. package/auto.dist/index.d.ts +3 -3
  2. package/auto.dist/index.js +5 -5
  3. package/auto.dist/public/{pareto__2__typescript → modules/pareto2typescript}/auto.api.js +1 -1
  4. package/auto.dist/public/{pareto__2__typescript → modules/pareto2typescript}/auto.implementation.js +1 -1
  5. package/auto.dist/public/{pareto__2__typescript → modules/pareto2typescript}/auto.provided_interface_glossary.d.ts +522 -249
  6. package/auto.dist/public/{cosmos__2__pareto → modules/pareto2typescript}/auto.provided_interface_glossary.js +1 -1
  7. package/auto.dist/public/{pareto__2__typescript → modules/pareto2typescript}/auto.provided_interface_glossary.shadow.d.ts +4 -0
  8. package/auto.dist/public/modules/pareto2typescript/auto.provided_interface_glossary.shadow.js +3 -0
  9. package/auto.dist/public/modules/pareto2typescript/implementations/serializeCompilationUnit.alg.js +563 -0
  10. package/auto.dist/public/{cosmos__2__pareto → modules/pareto2typescript}/index.js +1 -1
  11. package/auto.dist/public/{fountain__pen → modules/typescript__naming}/auto.api.d.ts +1 -1
  12. package/auto.dist/public/{cosmos__2__pareto → modules/typescript__naming}/auto.api.js +1 -1
  13. package/auto.dist/public/modules/typescript__naming/auto.implementation.d.ts +2 -0
  14. package/auto.dist/public/modules/typescript__naming/auto.implementation.js +6 -0
  15. package/auto.dist/public/modules/typescript__naming/auto.provided_interface_glossary.d.ts +9 -0
  16. package/auto.dist/public/{fountain__pen → modules/typescript__naming}/auto.provided_interface_glossary.js +1 -1
  17. package/auto.dist/public/{fountain__pen → modules/typescript__naming}/auto.provided_interface_glossary.shadow.d.ts +1 -1
  18. package/auto.dist/public/modules/typescript__naming/auto.provided_interface_glossary.shadow.js +3 -0
  19. package/auto.dist/public/modules/typescript__naming/implementations/createIdentifier.alg.d.ts +2 -0
  20. package/auto.dist/public/modules/typescript__naming/implementations/createIdentifier.alg.js +248 -0
  21. package/auto.dist/public/{pareto__2__typescript → modules/typescript__naming}/index.js +1 -1
  22. package/auto.dist/public/modules/typescript__serialize/auto.api.d.ts +8 -0
  23. package/auto.dist/public/{fountain__pen → modules/typescript__serialize}/auto.api.js +1 -1
  24. package/auto.dist/public/modules/typescript__serialize/auto.implementation.d.ts +4 -0
  25. package/auto.dist/public/modules/typescript__serialize/auto.implementation.js +10 -0
  26. package/auto.dist/public/modules/typescript__serialize/auto.provided_interface_glossary.d.ts +11 -0
  27. package/auto.dist/public/{pareto__2__typescript → modules/typescript__serialize}/auto.provided_interface_glossary.js +1 -1
  28. package/auto.dist/public/modules/typescript__serialize/auto.provided_interface_glossary.shadow.d.ts +11 -0
  29. package/auto.dist/public/modules/typescript__serialize/auto.provided_interface_glossary.shadow.js +3 -0
  30. package/auto.dist/public/modules/typescript__serialize/implementations/createApostrophedString.alg.d.ts +2 -0
  31. package/auto.dist/public/modules/typescript__serialize/implementations/createApostrophedString.alg.js +62 -0
  32. package/auto.dist/public/modules/typescript__serialize/implementations/createBacktickedString.alg.d.ts +2 -0
  33. package/auto.dist/public/modules/typescript__serialize/implementations/createBacktickedString.alg.js +62 -0
  34. package/auto.dist/public/modules/typescript__serialize/implementations/createQuotedString.alg.d.ts +2 -0
  35. package/auto.dist/public/modules/typescript__serialize/implementations/createQuotedString.alg.js +45 -0
  36. package/auto.dist/public/modules/typescript__serialize/implementations/escape.alg.d.ts +0 -0
  37. package/auto.dist/public/modules/typescript__serialize/implementations/escape.alg.js +20 -0
  38. package/auto.dist/public/{fountain__pen → modules/typescript__serialize}/index.js +1 -1
  39. package/auto.pareto/$.data.ts +8 -13
  40. package/auto.pareto/auto.dependencies/index.ts +6 -4
  41. package/auto.pareto/auto.dependencies/pareto-pure/$.data.ts +60 -0
  42. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/index.ts +7 -0
  43. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-impure-library/$.data.ts +58 -0
  44. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-impure-library/modules/arithmetic/api.data.ts +26 -0
  45. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-impure-library/modules/arithmetic/glossary.data.ts +76 -0
  46. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-impure-library/modules/array/api.data.ts +21 -0
  47. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-impure-library/modules/array/glossary.data.ts +60 -0
  48. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-impure-library/modules/boolean/api.data.ts +21 -0
  49. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-impure-library/modules/boolean/glossary.data.ts +45 -0
  50. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-impure-library/modules/build/api.data.ts +25 -0
  51. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-impure-library/modules/build/glossary.data.ts +133 -0
  52. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-impure-library/modules/collation/api.data.ts +15 -0
  53. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-impure-library/modules/collation/glossary.data.ts +34 -0
  54. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-impure-library/modules/dictionary/api.data.ts +60 -0
  55. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-impure-library/modules/dictionary/glossary.data.ts +130 -0
  56. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-impure-library/modules/filesystem/api.data.ts +19 -0
  57. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-impure-library/modules/filesystem/glossary.data.ts +189 -0
  58. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-impure-library/modules/foreach/api.data.ts +25 -0
  59. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-impure-library/modules/foreach/glossary.data.ts +78 -0
  60. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-impure-library/modules/http/api.data.ts +16 -0
  61. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-impure-library/modules/http/glossary.data.ts +69 -0
  62. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-impure-library/modules/json/api.data.ts +16 -0
  63. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-impure-library/modules/json/glossary.data.ts +51 -0
  64. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-impure-library/modules/nested/api.data.ts +15 -0
  65. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-impure-library/modules/nested/glossary.data.ts +29 -0
  66. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-impure-library/modules/numerical_predicates/api.data.ts +18 -0
  67. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-impure-library/modules/numerical_predicates/glossary.data.ts +40 -0
  68. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-impure-library/modules/path/api.data.ts +19 -0
  69. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-impure-library/modules/path/glossary.data.ts +35 -0
  70. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-impure-library/modules/resolve/api.data.ts +20 -0
  71. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-impure-library/modules/resolve/glossary.data.ts +84 -0
  72. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-impure-library/modules/string/api.data.ts +26 -0
  73. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-impure-library/modules/string/glossary.data.ts +75 -0
  74. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-impure-library/modules/tostring/api.data.ts +19 -0
  75. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-impure-library/modules/tostring/glossary.data.ts +42 -0
  76. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/$.data.ts +46 -0
  77. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/arithmetic/api.data.ts +19 -0
  78. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/arithmetic/glossary.data.ts +76 -0
  79. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/array/api.data.ts +19 -0
  80. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/array/glossary.data.ts +52 -0
  81. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/boolean/api.data.ts +21 -0
  82. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/boolean/glossary.data.ts +45 -0
  83. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/build/api.data.ts +25 -0
  84. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/build/glossary.data.ts +133 -0
  85. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/dictionary/api.data.ts +49 -0
  86. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/dictionary/glossary.data.ts +119 -0
  87. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/json/api.data.ts +15 -0
  88. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/json/glossary.data.ts +47 -0
  89. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/nested/api.data.ts +15 -0
  90. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/nested/glossary.data.ts +29 -0
  91. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/resolve/api.data.ts +15 -0
  92. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/resolve/glossary.data.ts +52 -0
  93. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/string/api.data.ts +17 -0
  94. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/string/glossary.data.ts +39 -0
  95. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/tostring/api.data.ts +19 -0
  96. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/tostring/glossary.data.ts +42 -0
  97. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/res-typescript/$.data.ts +35 -0
  98. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/res-typescript/modules/naming/api.data.ts +15 -0
  99. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/res-typescript/modules/naming/glossary.data.ts +34 -0
  100. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/res-typescript/modules/serialize/api.data.ts +18 -0
  101. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/res-typescript/modules/serialize/glossary.data.ts +42 -0
  102. package/auto.pareto/{glossaries → auto.dependencies/pareto-pure/glossaries}/auto.cosmos_type_system.data.ts +19 -12
  103. package/auto.pareto/auto.dependencies/pareto-pure/glossaries/auto.cosmos_typescript.data.ts +122 -0
  104. package/auto.pareto/auto.dependencies/pareto-pure/glossaries/auto.grammar.data.ts +262 -0
  105. package/auto.pareto/auto.dependencies/pareto-pure/glossaries/auto.liana.data.ts +1955 -0
  106. package/auto.pareto/{glossaries → auto.dependencies/pareto-pure/glossaries}/auto.pareto.data.ts +430 -259
  107. package/auto.pareto/auto.dependencies/pareto-pure/glossaries/auto.tendril.data.ts +1139 -0
  108. package/auto.pareto/auto.dependencies/pareto-pure/glossaries/auto.tendril_resolved.data.ts +1025 -0
  109. package/auto.pareto/auto.dependencies/pareto-pure/modules/cosmos2pareto/api.data.ts +17 -0
  110. package/auto.pareto/{modules → auto.dependencies/pareto-pure/modules}/cosmos2pareto/glossary.data.ts +6 -14
  111. package/auto.pareto/auto.dependencies/pareto-pure/modules/fountain_pen/api.data.ts +19 -0
  112. package/auto.pareto/auto.dependencies/pareto-pure/modules/fountain_pen/glossary.data.ts +55 -0
  113. package/auto.pareto/auto.dependencies/pareto-pure/modules/liana2tendril/api.data.ts +24 -0
  114. package/auto.pareto/auto.dependencies/pareto-pure/modules/liana2tendril/glossary.data.ts +48 -0
  115. package/auto.pareto/auto.dependencies/pareto-pure/modules/tendril2cosmos_type_system/api.data.ts +16 -0
  116. package/auto.pareto/auto.dependencies/pareto-pure/modules/tendril2cosmos_type_system/glossary.data.ts +73 -0
  117. package/auto.pareto/auto.dependencies/pareto-pure/modules/tendril2pareto/api.data.ts +16 -0
  118. package/auto.pareto/auto.dependencies/pareto-pure/modules/tendril2pareto/glossary.data.ts +33 -0
  119. package/auto.pareto/auto.dependencies/pareto-pure/modules/testresult/api.data.ts +26 -0
  120. package/auto.pareto/auto.dependencies/pareto-pure/modules/testresult/glossary.data.ts +144 -0
  121. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/$.data.ts +1 -1
  122. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/arithmetic/api.data.ts +2 -2
  123. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/arithmetic/glossary.data.ts +1 -1
  124. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/array/api.data.ts +2 -2
  125. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/array/glossary.data.ts +1 -1
  126. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/boolean/api.data.ts +2 -2
  127. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/boolean/glossary.data.ts +1 -1
  128. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/build/api.data.ts +2 -2
  129. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/build/glossary.data.ts +1 -1
  130. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/collation/api.data.ts +2 -2
  131. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/collation/glossary.data.ts +1 -1
  132. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/dictionary/api.data.ts +2 -2
  133. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/dictionary/glossary.data.ts +1 -1
  134. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/filesystem/api.data.ts +2 -2
  135. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/filesystem/glossary.data.ts +1 -1
  136. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/foreach/api.data.ts +2 -2
  137. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/foreach/glossary.data.ts +1 -1
  138. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/http/api.data.ts +2 -2
  139. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/http/glossary.data.ts +1 -1
  140. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/json/api.data.ts +2 -2
  141. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/json/glossary.data.ts +1 -1
  142. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/nested/api.data.ts +2 -2
  143. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/nested/glossary.data.ts +1 -1
  144. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/numerical_predicates/api.data.ts +2 -2
  145. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/numerical_predicates/glossary.data.ts +1 -1
  146. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/path/api.data.ts +2 -2
  147. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/path/glossary.data.ts +1 -1
  148. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/resolve/api.data.ts +2 -2
  149. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/resolve/glossary.data.ts +1 -1
  150. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/string/api.data.ts +2 -2
  151. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/string/glossary.data.ts +1 -1
  152. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/tostring/api.data.ts +2 -2
  153. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/tostring/glossary.data.ts +1 -1
  154. package/auto.pareto/auto.dependencies/pareto-standard-library/$.data.ts +46 -0
  155. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/arithmetic/api.data.ts +19 -0
  156. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/arithmetic/glossary.data.ts +76 -0
  157. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/array/api.data.ts +19 -0
  158. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/array/glossary.data.ts +52 -0
  159. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/boolean/api.data.ts +21 -0
  160. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/boolean/glossary.data.ts +45 -0
  161. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/build/api.data.ts +25 -0
  162. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/build/glossary.data.ts +133 -0
  163. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/dictionary/api.data.ts +49 -0
  164. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/dictionary/glossary.data.ts +119 -0
  165. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/json/api.data.ts +15 -0
  166. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/json/glossary.data.ts +47 -0
  167. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/nested/api.data.ts +15 -0
  168. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/nested/glossary.data.ts +29 -0
  169. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/resolve/api.data.ts +15 -0
  170. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/resolve/glossary.data.ts +52 -0
  171. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/string/api.data.ts +17 -0
  172. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/string/glossary.data.ts +39 -0
  173. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/tostring/api.data.ts +19 -0
  174. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/tostring/glossary.data.ts +42 -0
  175. package/auto.pareto/auto.dependencies/pareto-subatomic-library/$.data.ts +36 -0
  176. package/auto.pareto/auto.dependencies/pareto-subatomic-library/modules/array/api.data.ts +23 -0
  177. package/auto.pareto/auto.dependencies/pareto-subatomic-library/modules/array/glossary.data.ts +88 -0
  178. package/auto.pareto/auto.dependencies/pareto-subatomic-library/modules/dictionary/api.data.ts +27 -0
  179. package/auto.pareto/auto.dependencies/pareto-subatomic-library/modules/dictionary/glossary.data.ts +82 -0
  180. package/auto.pareto/auto.dependencies/pareto-subatomic-library/modules/json/api.data.ts +16 -0
  181. package/auto.pareto/auto.dependencies/pareto-subatomic-library/modules/json/glossary.data.ts +51 -0
  182. package/auto.pareto/auto.dependencies/pareto-subatomic-library/modules/numerical_predicates/api.data.ts +18 -0
  183. package/auto.pareto/auto.dependencies/pareto-subatomic-library/modules/numerical_predicates/glossary.data.ts +40 -0
  184. package/auto.pareto/auto.dependencies/pareto-subatomic-library/modules/string/api.data.ts +42 -0
  185. package/auto.pareto/auto.dependencies/pareto-subatomic-library/modules/string/glossary.data.ts +109 -0
  186. package/auto.pareto/auto.dependencies/res-typescript/$.data.ts +1 -1
  187. package/auto.pareto/auto.dependencies/res-typescript/modules/naming/api.data.ts +2 -2
  188. package/auto.pareto/auto.dependencies/res-typescript/modules/naming/glossary.data.ts +1 -1
  189. package/auto.pareto/auto.dependencies/res-typescript/modules/serialize/api.data.ts +2 -2
  190. package/auto.pareto/auto.dependencies/res-typescript/modules/serialize/glossary.data.ts +1 -1
  191. package/auto.pareto/modules/pareto2typescript/api.data.ts +11 -14
  192. package/auto.pareto/modules/pareto2typescript/glossary.data.ts +36 -25
  193. package/auto.pareto/modules/typescript_naming/api.data.ts +28 -0
  194. package/auto.pareto/modules/typescript_naming/glossary.data.ts +34 -0
  195. package/auto.pareto/modules/typescript_serialize/api.data.ts +17 -0
  196. package/auto.pareto/modules/typescript_serialize/glossary.data.ts +36 -0
  197. package/package.json +6 -5
  198. package/auto.dist/public/cosmos__2__pareto/auto.api.d.ts +0 -6
  199. package/auto.dist/public/cosmos__2__pareto/auto.implementation.d.ts +0 -2
  200. package/auto.dist/public/cosmos__2__pareto/auto.implementation.js +0 -6
  201. package/auto.dist/public/cosmos__2__pareto/auto.provided_interface_glossary.d.ts +0 -3045
  202. package/auto.dist/public/cosmos__2__pareto/auto.provided_interface_glossary.shadow.d.ts +0 -29
  203. package/auto.dist/public/cosmos__2__pareto/auto.provided_interface_glossary.shadow.js +0 -3
  204. package/auto.dist/public/cosmos__2__pareto/implementations/library2ParetoComparators.alg.d.ts +0 -2
  205. package/auto.dist/public/cosmos__2__pareto/implementations/library2ParetoComparators.alg.js +0 -359
  206. package/auto.dist/public/fountain__pen/auto.implementation.d.ts +0 -2
  207. package/auto.dist/public/fountain__pen/auto.implementation.js +0 -6
  208. package/auto.dist/public/fountain__pen/auto.provided_interface_glossary.d.ts +0 -29
  209. package/auto.dist/public/fountain__pen/auto.provided_interface_glossary.shadow.js +0 -3
  210. package/auto.dist/public/fountain__pen/implementations/serialize.alg.d.ts +0 -2
  211. package/auto.dist/public/fountain__pen/implementations/serialize.alg.js +0 -98
  212. package/auto.dist/public/glossaries/cosmos__type__system.d.ts +0 -1760
  213. package/auto.dist/public/glossaries/cosmos__type__system.js +0 -3
  214. package/auto.dist/public/glossaries/cosmos__type__system.shadow.d.ts +0 -8
  215. package/auto.dist/public/glossaries/cosmos__type__system.shadow.js +0 -3
  216. package/auto.dist/public/glossaries/pareto.d.ts +0 -1267
  217. package/auto.dist/public/glossaries/pareto.js +0 -3
  218. package/auto.dist/public/glossaries/pareto.shadow.d.ts +0 -8
  219. package/auto.dist/public/glossaries/pareto.shadow.js +0 -3
  220. package/auto.dist/public/pareto__2__typescript/auto.provided_interface_glossary.shadow.js +0 -3
  221. package/auto.dist/public/pareto__2__typescript/implementations/serializeCompilationUnit.alg.js +0 -510
  222. package/auto.dist/public/shorthands/cosmos.d.ts +0 -50
  223. package/auto.dist/public/shorthands/cosmos.js +0 -512
  224. package/auto.dist/public/shorthands/pareto.d.ts +0 -48
  225. package/auto.dist/public/shorthands/pareto.js +0 -241
  226. package/auto.pareto/modules/cosmos2pareto/api.data.ts +0 -18
  227. package/auto.pareto/modules/fountain_pen/api.data.ts +0 -17
  228. package/auto.pareto/modules/fountain_pen/glossary.data.ts +0 -32
  229. /package/auto.dist/public/{pareto__2__typescript → modules/pareto2typescript}/auto.api.d.ts +0 -0
  230. /package/auto.dist/public/{pareto__2__typescript → modules/pareto2typescript}/auto.implementation.d.ts +0 -0
  231. /package/auto.dist/public/{pareto__2__typescript → modules/pareto2typescript}/implementations/serializeCompilationUnit.alg.d.ts +0 -0
  232. /package/auto.dist/public/{cosmos__2__pareto → modules/pareto2typescript}/index.d.ts +0 -0
  233. /package/auto.dist/public/{fountain__pen → modules/typescript__naming}/index.d.ts +0 -0
  234. /package/auto.dist/public/{pareto__2__typescript → modules/typescript__serialize}/index.d.ts +0 -0
@@ -1,3045 +0,0 @@
1
- import * as pt from 'pareto-core-types';
2
- export declare namespace G {
3
- namespace cosmos {
4
- namespace G { }
5
- namespace N {
6
- namespace Algorithm_$_$Type_$_$Reference {
7
- namespace N {
8
- namespace G {
9
- namespace N {
10
- namespace algorithm_$_$type {
11
- namespace N { }
12
- namespace D { }
13
- }
14
- }
15
- namespace D { }
16
- }
17
- }
18
- namespace D { }
19
- }
20
- namespace API {
21
- namespace N {
22
- namespace G {
23
- namespace N {
24
- namespace algorithms {
25
- namespace N {
26
- namespace DX {
27
- namespace N {
28
- namespace G {
29
- namespace N {
30
- namespace configuration_$_$data {
31
- namespace N {
32
- namespace O {
33
- namespace N { }
34
- namespace D { }
35
- }
36
- }
37
- namespace D { }
38
- }
39
- namespace definition {
40
- namespace N { }
41
- namespace D { }
42
- }
43
- namespace dependencies {
44
- namespace N {
45
- namespace DX {
46
- namespace N {
47
- namespace G {
48
- namespace N {
49
- namespace algorithm_$_$type {
50
- namespace N { }
51
- namespace D { }
52
- }
53
- namespace _$lmodule {
54
- namespace N { }
55
- namespace D { }
56
- }
57
- namespace _$ltype {
58
- namespace N {
59
- namespace TU {
60
- namespace N {
61
- namespace library_$_$dependency {
62
- namespace N { }
63
- namespace D { }
64
- }
65
- namespace _$lprivate {
66
- namespace N { }
67
- namespace D { }
68
- }
69
- namespace _$lpublic {
70
- namespace N { }
71
- namespace D { }
72
- }
73
- namespace sibling {
74
- namespace N { }
75
- namespace D { }
76
- }
77
- }
78
- namespace D { }
79
- }
80
- }
81
- namespace D { }
82
- }
83
- namespace type_$_$arguments {
84
- namespace N {
85
- namespace DX {
86
- namespace N {
87
- namespace TU {
88
- namespace N {
89
- namespace api_$_$parameter {
90
- namespace N { }
91
- namespace D { }
92
- }
93
- namespace data_$_$type {
94
- namespace N { }
95
- namespace D { }
96
- }
97
- }
98
- namespace D { }
99
- }
100
- }
101
- namespace D { }
102
- }
103
- }
104
- namespace D { }
105
- }
106
- }
107
- namespace D { }
108
- }
109
- }
110
- namespace D { }
111
- }
112
- }
113
- namespace D { }
114
- }
115
- }
116
- namespace D { }
117
- }
118
- }
119
- namespace D { }
120
- }
121
- }
122
- namespace D { }
123
- }
124
- namespace provided_$_$interface {
125
- namespace N { }
126
- namespace D { }
127
- }
128
- }
129
- namespace D { }
130
- }
131
- }
132
- namespace D { }
133
- }
134
- namespace Arguments {
135
- namespace N {
136
- namespace DX {
137
- namespace N { }
138
- namespace D { }
139
- }
140
- }
141
- namespace D { }
142
- }
143
- namespace Asynchronous_$_$Interface_$_$Reference {
144
- namespace N {
145
- namespace G {
146
- namespace N {
147
- namespace context {
148
- namespace N {
149
- namespace TU {
150
- namespace N {
151
- namespace _$limport {
152
- namespace N {
153
- namespace G {
154
- namespace N {
155
- namespace glossary {
156
- namespace N { }
157
- namespace D { }
158
- }
159
- }
160
- namespace D { }
161
- }
162
- }
163
- namespace D { }
164
- }
165
- namespace local {
166
- namespace N {
167
- namespace G {
168
- namespace N { }
169
- namespace D { }
170
- }
171
- }
172
- namespace D { }
173
- }
174
- }
175
- namespace D { }
176
- }
177
- }
178
- namespace D { }
179
- }
180
- namespace interfaceXX {
181
- namespace N { }
182
- namespace D { }
183
- }
184
- namespace type_$_$arguments {
185
- namespace N { }
186
- namespace D { }
187
- }
188
- }
189
- namespace D { }
190
- }
191
- }
192
- namespace D { }
193
- }
194
- namespace Asynchronous_$_$Interface_$_$Type {
195
- namespace N {
196
- namespace TU {
197
- namespace N {
198
- namespace choice {
199
- namespace N {
200
- namespace G {
201
- namespace N {
202
- namespace options {
203
- namespace N {
204
- namespace DX {
205
- namespace N { }
206
- namespace D { }
207
- }
208
- }
209
- namespace D { }
210
- }
211
- }
212
- namespace D { }
213
- }
214
- }
215
- namespace D { }
216
- }
217
- namespace method {
218
- namespace N {
219
- namespace G {
220
- namespace N {
221
- namespace data {
222
- namespace N {
223
- namespace O {
224
- namespace N { }
225
- namespace D { }
226
- }
227
- }
228
- namespace D { }
229
- }
230
- namespace _$linterface {
231
- namespace N {
232
- namespace O {
233
- namespace N { }
234
- namespace D { }
235
- }
236
- }
237
- namespace D { }
238
- }
239
- }
240
- namespace D { }
241
- }
242
- }
243
- namespace D { }
244
- }
245
- namespace reference {
246
- namespace N { }
247
- namespace D { }
248
- }
249
- namespace streamconsumer {
250
- namespace N {
251
- namespace G {
252
- namespace N {
253
- namespace data {
254
- namespace N { }
255
- namespace D { }
256
- }
257
- namespace end {
258
- namespace N {
259
- namespace O {
260
- namespace N { }
261
- namespace D { }
262
- }
263
- }
264
- namespace D { }
265
- }
266
- }
267
- namespace D { }
268
- }
269
- }
270
- namespace D { }
271
- }
272
- }
273
- namespace D { }
274
- }
275
- }
276
- namespace D { }
277
- }
278
- namespace Data_$_$Or_$_$Synchronous_$_$Interface {
279
- namespace N {
280
- namespace TU {
281
- namespace N {
282
- namespace data {
283
- namespace N { }
284
- namespace D { }
285
- }
286
- namespace _$linterface {
287
- namespace N { }
288
- namespace D { }
289
- }
290
- }
291
- namespace D { }
292
- }
293
- }
294
- namespace D { }
295
- }
296
- namespace Data_$_$Type {
297
- namespace N {
298
- namespace TU {
299
- namespace N {
300
- namespace array {
301
- namespace N { }
302
- namespace D { }
303
- }
304
- namespace _$lboolean {
305
- namespace N {
306
- namespace G {
307
- namespace N { }
308
- namespace D { }
309
- }
310
- }
311
- namespace D { }
312
- }
313
- namespace computed {
314
- namespace N { }
315
- namespace D { }
316
- }
317
- namespace dictionary {
318
- namespace N { }
319
- namespace D { }
320
- }
321
- namespace group {
322
- namespace N {
323
- namespace DX {
324
- namespace N {
325
- namespace G {
326
- namespace N {
327
- namespace _$ltype {
328
- namespace N { }
329
- namespace D { }
330
- }
331
- }
332
- namespace D { }
333
- }
334
- }
335
- namespace D { }
336
- }
337
- }
338
- namespace D { }
339
- }
340
- namespace _$lnull {
341
- namespace N {
342
- namespace G {
343
- namespace N { }
344
- namespace D { }
345
- }
346
- }
347
- namespace D { }
348
- }
349
- namespace _$lnumber {
350
- namespace N {
351
- namespace G {
352
- namespace N { }
353
- namespace D { }
354
- }
355
- }
356
- namespace D { }
357
- }
358
- namespace optional {
359
- namespace N { }
360
- namespace D { }
361
- }
362
- namespace reference {
363
- namespace N { }
364
- namespace D { }
365
- }
366
- namespace _$lstring {
367
- namespace N {
368
- namespace G {
369
- namespace N { }
370
- namespace D { }
371
- }
372
- }
373
- namespace D { }
374
- }
375
- namespace taggedUnion {
376
- namespace N {
377
- namespace DX {
378
- namespace N { }
379
- namespace D { }
380
- }
381
- }
382
- namespace D { }
383
- }
384
- }
385
- namespace D { }
386
- }
387
- }
388
- namespace D { }
389
- }
390
- namespace DataSpecifier {
391
- namespace N {
392
- namespace TU {
393
- namespace N {
394
- namespace glossary_$_$parameterXX {
395
- namespace N { }
396
- namespace D { }
397
- }
398
- namespace _$ltype {
399
- namespace N {
400
- namespace G {
401
- namespace N {
402
- namespace context {
403
- namespace N {
404
- namespace TU {
405
- namespace N {
406
- namespace _$limport {
407
- namespace N {
408
- namespace G {
409
- namespace N {
410
- namespace glossary {
411
- namespace N { }
412
- namespace D { }
413
- }
414
- }
415
- namespace D { }
416
- }
417
- }
418
- namespace D { }
419
- }
420
- namespace local {
421
- namespace N {
422
- namespace G {
423
- namespace N { }
424
- namespace D { }
425
- }
426
- }
427
- namespace D { }
428
- }
429
- }
430
- namespace D { }
431
- }
432
- }
433
- namespace D { }
434
- }
435
- namespace tailXX {
436
- namespace N {
437
- namespace A {
438
- namespace N { }
439
- namespace D { }
440
- }
441
- }
442
- namespace D { }
443
- }
444
- namespace type_$_$arguments {
445
- namespace N { }
446
- namespace D { }
447
- }
448
- namespace typeXX {
449
- namespace N { }
450
- namespace D { }
451
- }
452
- }
453
- namespace D { }
454
- }
455
- }
456
- namespace D { }
457
- }
458
- namespace type_$_$parameterXX {
459
- namespace N { }
460
- namespace D { }
461
- }
462
- }
463
- namespace D { }
464
- }
465
- }
466
- namespace D { }
467
- }
468
- namespace Dummy {
469
- namespace N {
470
- namespace G {
471
- namespace N { }
472
- namespace D { }
473
- }
474
- }
475
- namespace D { }
476
- }
477
- namespace Glossary {
478
- namespace N {
479
- namespace G {
480
- namespace N {
481
- namespace algorithm_$_$types {
482
- namespace N {
483
- namespace DX {
484
- namespace N {
485
- namespace G {
486
- namespace N {
487
- namespace parameters {
488
- namespace N { }
489
- namespace D { }
490
- }
491
- namespace _$ltype {
492
- namespace N {
493
- namespace TU {
494
- namespace N {
495
- namespace asynchronous_$_$function {
496
- namespace N {
497
- namespace G {
498
- namespace N {
499
- namespace _$lin {
500
- namespace N { }
501
- namespace D { }
502
- }
503
- namespace out {
504
- namespace N { }
505
- namespace D { }
506
- }
507
- }
508
- namespace D { }
509
- }
510
- }
511
- namespace D { }
512
- }
513
- namespace interface_$_$initializer {
514
- namespace N {
515
- namespace G {
516
- namespace N {
517
- namespace downstreams {
518
- namespace N {
519
- namespace DX {
520
- namespace N { }
521
- namespace D { }
522
- }
523
- }
524
- namespace D { }
525
- }
526
- namespace _$linterface {
527
- namespace N { }
528
- namespace D { }
529
- }
530
- }
531
- namespace D { }
532
- }
533
- }
534
- namespace D { }
535
- }
536
- namespace procedure {
537
- namespace N {
538
- namespace G {
539
- namespace N {
540
- namespace _$lin {
541
- namespace N { }
542
- namespace D { }
543
- }
544
- namespace out {
545
- namespace N { }
546
- namespace D { }
547
- }
548
- }
549
- namespace D { }
550
- }
551
- }
552
- namespace D { }
553
- }
554
- namespace resource_$_$initializer {
555
- namespace N {
556
- namespace G {
557
- namespace N {
558
- namespace consumer {
559
- namespace N { }
560
- namespace D { }
561
- }
562
- namespace request {
563
- namespace N { }
564
- namespace D { }
565
- }
566
- }
567
- namespace D { }
568
- }
569
- }
570
- namespace D { }
571
- }
572
- namespace synchronous_$_$function {
573
- namespace N {
574
- namespace G {
575
- namespace N {
576
- namespace _$lin {
577
- namespace N { }
578
- namespace D { }
579
- }
580
- namespace out {
581
- namespace N { }
582
- namespace D { }
583
- }
584
- }
585
- namespace D { }
586
- }
587
- }
588
- namespace D { }
589
- }
590
- }
591
- namespace D { }
592
- }
593
- }
594
- namespace D { }
595
- }
596
- }
597
- namespace D { }
598
- }
599
- }
600
- namespace D { }
601
- }
602
- }
603
- namespace D { }
604
- }
605
- namespace glossary_$_$parameters {
606
- namespace N { }
607
- namespace D { }
608
- }
609
- namespace imports {
610
- namespace N {
611
- namespace DX {
612
- namespace N {
613
- namespace G {
614
- namespace N {
615
- namespace glossary {
616
- namespace N { }
617
- namespace D { }
618
- }
619
- namespace type_$_$arguments {
620
- namespace N { }
621
- namespace D { }
622
- }
623
- }
624
- namespace D { }
625
- }
626
- }
627
- namespace D { }
628
- }
629
- }
630
- namespace D { }
631
- }
632
- namespace interface_$_$types {
633
- namespace N {
634
- namespace DX {
635
- namespace N {
636
- namespace G {
637
- namespace N {
638
- namespace parameters {
639
- namespace N { }
640
- namespace D { }
641
- }
642
- namespace _$ltype {
643
- namespace N {
644
- namespace TU {
645
- namespace N {
646
- namespace asynchronous {
647
- namespace N {
648
- namespace G {
649
- namespace N {
650
- namespace _$linterface {
651
- namespace N { }
652
- namespace D { }
653
- }
654
- }
655
- namespace D { }
656
- }
657
- }
658
- namespace D { }
659
- }
660
- namespace synchronous {
661
- namespace N {
662
- namespace G {
663
- namespace N {
664
- namespace _$linterface {
665
- namespace N { }
666
- namespace D { }
667
- }
668
- }
669
- namespace D { }
670
- }
671
- }
672
- namespace D { }
673
- }
674
- }
675
- namespace D { }
676
- }
677
- }
678
- namespace D { }
679
- }
680
- }
681
- namespace D { }
682
- }
683
- }
684
- namespace D { }
685
- }
686
- }
687
- namespace D { }
688
- }
689
- namespace root {
690
- namespace N { }
691
- namespace D { }
692
- }
693
- }
694
- namespace D { }
695
- }
696
- }
697
- namespace D { }
698
- }
699
- namespace Glossary_$_$Reference {
700
- namespace N {
701
- namespace G {
702
- namespace N {
703
- namespace glossary {
704
- namespace N { }
705
- namespace D { }
706
- }
707
- }
708
- namespace D { }
709
- }
710
- }
711
- namespace D { }
712
- }
713
- namespace Library {
714
- namespace N {
715
- namespace G {
716
- namespace N {
717
- namespace author {
718
- namespace N { }
719
- namespace D { }
720
- }
721
- namespace description {
722
- namespace N { }
723
- namespace D { }
724
- }
725
- namespace license {
726
- namespace N { }
727
- namespace D { }
728
- }
729
- namespace module_$_$sets {
730
- namespace N {
731
- namespace G {
732
- namespace N {
733
- namespace _$lprivate {
734
- namespace N { }
735
- namespace D { }
736
- }
737
- namespace _$lpublic {
738
- namespace N { }
739
- namespace D { }
740
- }
741
- }
742
- namespace D { }
743
- }
744
- }
745
- namespace D { }
746
- }
747
- namespace _$ltype {
748
- namespace N {
749
- namespace TU {
750
- namespace N {
751
- namespace impure {
752
- namespace N {
753
- namespace G {
754
- namespace N { }
755
- namespace D { }
756
- }
757
- }
758
- namespace D { }
759
- }
760
- namespace pure {
761
- namespace N {
762
- namespace G {
763
- namespace N {
764
- namespace dependencies {
765
- namespace N {
766
- namespace DX {
767
- namespace N {
768
- namespace G {
769
- namespace N {
770
- namespace library {
771
- namespace N { }
772
- namespace D { }
773
- }
774
- namespace version {
775
- namespace N { }
776
- namespace D { }
777
- }
778
- }
779
- namespace D { }
780
- }
781
- }
782
- namespace D { }
783
- }
784
- }
785
- namespace D { }
786
- }
787
- }
788
- namespace D { }
789
- }
790
- }
791
- namespace D { }
792
- }
793
- }
794
- namespace D { }
795
- }
796
- }
797
- namespace D { }
798
- }
799
- }
800
- namespace D { }
801
- }
802
- }
803
- namespace D { }
804
- }
805
- namespace Module_$_$Set {
806
- namespace N {
807
- namespace G {
808
- namespace N {
809
- namespace glossaries {
810
- namespace N {
811
- namespace DX {
812
- namespace N { }
813
- namespace D { }
814
- }
815
- }
816
- namespace D { }
817
- }
818
- namespace modules {
819
- namespace N {
820
- namespace DX {
821
- namespace N { }
822
- namespace D { }
823
- }
824
- }
825
- namespace D { }
826
- }
827
- }
828
- namespace D { }
829
- }
830
- }
831
- namespace D { }
832
- }
833
- namespace Namespace {
834
- namespace N {
835
- namespace G {
836
- namespace N {
837
- namespace data_$_$types {
838
- namespace N {
839
- namespace DX {
840
- namespace N {
841
- namespace G {
842
- namespace N {
843
- namespace parameters {
844
- namespace N { }
845
- namespace D { }
846
- }
847
- namespace _$ltype {
848
- namespace N { }
849
- namespace D { }
850
- }
851
- }
852
- namespace D { }
853
- }
854
- }
855
- namespace D { }
856
- }
857
- }
858
- namespace D { }
859
- }
860
- namespace namespaces {
861
- namespace N {
862
- namespace DX {
863
- namespace N { }
864
- namespace D { }
865
- }
866
- }
867
- namespace D { }
868
- }
869
- }
870
- namespace D { }
871
- }
872
- }
873
- namespace D { }
874
- }
875
- namespace Parameters {
876
- namespace N {
877
- namespace DX {
878
- namespace N {
879
- namespace G {
880
- namespace N { }
881
- namespace D { }
882
- }
883
- }
884
- namespace D { }
885
- }
886
- }
887
- namespace D { }
888
- }
889
- namespace Synchronous_$_$Interface_$_$Reference {
890
- namespace N {
891
- namespace G {
892
- namespace N {
893
- namespace context {
894
- namespace N {
895
- namespace TU {
896
- namespace N {
897
- namespace _$limport {
898
- namespace N {
899
- namespace G {
900
- namespace N {
901
- namespace glossary {
902
- namespace N { }
903
- namespace D { }
904
- }
905
- namespace interfaceXX {
906
- namespace N { }
907
- namespace D { }
908
- }
909
- }
910
- namespace D { }
911
- }
912
- }
913
- namespace D { }
914
- }
915
- namespace local {
916
- namespace N {
917
- namespace G {
918
- namespace N {
919
- namespace interfaceXX {
920
- namespace N { }
921
- namespace D { }
922
- }
923
- }
924
- namespace D { }
925
- }
926
- }
927
- namespace D { }
928
- }
929
- }
930
- namespace D { }
931
- }
932
- }
933
- namespace D { }
934
- }
935
- namespace type_$_$arguments {
936
- namespace N { }
937
- namespace D { }
938
- }
939
- }
940
- namespace D { }
941
- }
942
- }
943
- namespace D { }
944
- }
945
- namespace Synchronous_$_$Interface_$_$Type {
946
- namespace N {
947
- namespace TU {
948
- namespace N {
949
- namespace group {
950
- namespace N {
951
- namespace G {
952
- namespace N {
953
- namespace members {
954
- namespace N {
955
- namespace DX {
956
- namespace N { }
957
- namespace D { }
958
- }
959
- }
960
- namespace D { }
961
- }
962
- }
963
- namespace D { }
964
- }
965
- }
966
- namespace D { }
967
- }
968
- namespace method {
969
- namespace N {
970
- namespace G {
971
- namespace N {
972
- namespace data {
973
- namespace N {
974
- namespace O {
975
- namespace N { }
976
- namespace D { }
977
- }
978
- }
979
- namespace D { }
980
- }
981
- namespace _$linterface {
982
- namespace N {
983
- namespace O {
984
- namespace N { }
985
- namespace D { }
986
- }
987
- }
988
- namespace D { }
989
- }
990
- }
991
- namespace D { }
992
- }
993
- }
994
- namespace D { }
995
- }
996
- namespace reference {
997
- namespace N { }
998
- namespace D { }
999
- }
1000
- }
1001
- namespace D { }
1002
- }
1003
- }
1004
- namespace D { }
1005
- }
1006
- }
1007
- namespace D {
1008
- namespace Algorithm__Type__Reference {
1009
- type algorithm__type = string;
1010
- }
1011
- type Algorithm__Type__Reference = {
1012
- readonly 'algorithm type': string;
1013
- };
1014
- namespace API {
1015
- namespace algorithms {
1016
- namespace DX {
1017
- namespace configuration__data {
1018
- type O = string;
1019
- }
1020
- type configuration__data = pt.OptionalValue<string>;
1021
- type definition = D.Algorithm__Type__Reference;
1022
- namespace dependencies {
1023
- namespace DX {
1024
- type algorithm__type = D.Algorithm__Type__Reference;
1025
- type _lmodule = string;
1026
- namespace _ltype {
1027
- type library__dependency = string;
1028
- type _lprivate = null;
1029
- type _lpublic = null;
1030
- type sibling = null;
1031
- }
1032
- type _ltype = ['library dependency', string] | ['private', null] | ['public', null] | ['sibling', null];
1033
- namespace type__arguments {
1034
- namespace DX {
1035
- type api__parameter = string;
1036
- type data__type = string;
1037
- }
1038
- type DX = ['api parameter', string] | ['data type', string];
1039
- }
1040
- type type__arguments = pt.Dictionary<['api parameter', string] | ['data type', string]>;
1041
- }
1042
- type DX = {
1043
- readonly 'algorithm type': D.Algorithm__Type__Reference;
1044
- readonly 'module': string;
1045
- readonly 'type': ['library dependency', string] | ['private', null] | ['public', null] | ['sibling', null];
1046
- readonly 'type arguments': pt.Dictionary<['api parameter', string] | ['data type', string]>;
1047
- };
1048
- }
1049
- type dependencies = pt.Dictionary<{
1050
- readonly 'algorithm type': D.Algorithm__Type__Reference;
1051
- readonly 'module': string;
1052
- readonly 'type': ['library dependency', string] | ['private', null] | ['public', null] | ['sibling', null];
1053
- readonly 'type arguments': pt.Dictionary<['api parameter', string] | ['data type', string]>;
1054
- }>;
1055
- }
1056
- type DX = {
1057
- readonly 'configuration data': pt.OptionalValue<string>;
1058
- readonly 'definition': D.Algorithm__Type__Reference;
1059
- readonly 'dependencies': pt.Dictionary<{
1060
- readonly 'algorithm type': D.Algorithm__Type__Reference;
1061
- readonly 'module': string;
1062
- readonly 'type': ['library dependency', string] | ['private', null] | ['public', null] | ['sibling', null];
1063
- readonly 'type arguments': pt.Dictionary<['api parameter', string] | ['data type', string]>;
1064
- }>;
1065
- };
1066
- }
1067
- type algorithms = pt.Dictionary<{
1068
- readonly 'configuration data': pt.OptionalValue<string>;
1069
- readonly 'definition': D.Algorithm__Type__Reference;
1070
- readonly 'dependencies': pt.Dictionary<{
1071
- readonly 'algorithm type': D.Algorithm__Type__Reference;
1072
- readonly 'module': string;
1073
- readonly 'type': ['library dependency', string] | ['private', null] | ['public', null] | ['sibling', null];
1074
- readonly 'type arguments': pt.Dictionary<['api parameter', string] | ['data type', string]>;
1075
- }>;
1076
- }>;
1077
- type provided__interface = D.Glossary;
1078
- }
1079
- type API = {
1080
- readonly 'algorithms': pt.Dictionary<{
1081
- readonly 'configuration data': pt.OptionalValue<string>;
1082
- readonly 'definition': D.Algorithm__Type__Reference;
1083
- readonly 'dependencies': pt.Dictionary<{
1084
- readonly 'algorithm type': D.Algorithm__Type__Reference;
1085
- readonly 'module': string;
1086
- readonly 'type': ['library dependency', string] | ['private', null] | ['public', null] | ['sibling', null];
1087
- readonly 'type arguments': pt.Dictionary<['api parameter', string] | ['data type', string]>;
1088
- }>;
1089
- }>;
1090
- readonly 'provided interface': D.Glossary;
1091
- };
1092
- namespace Arguments {
1093
- type DX = D.DataSpecifier;
1094
- }
1095
- type Arguments = pt.Dictionary<D.DataSpecifier>;
1096
- namespace Asynchronous__Interface__Reference {
1097
- namespace context {
1098
- namespace _limport {
1099
- type glossary = D.Glossary__Reference;
1100
- }
1101
- type _limport = {
1102
- readonly 'glossary': D.Glossary__Reference;
1103
- };
1104
- namespace local { }
1105
- type local = null;
1106
- }
1107
- type context = [
1108
- 'import',
1109
- {
1110
- readonly 'glossary': D.Glossary__Reference;
1111
- }
1112
- ] | ['local', null];
1113
- type interfaceXX = string;
1114
- type type__arguments = D.Arguments;
1115
- }
1116
- type Asynchronous__Interface__Reference = {
1117
- readonly 'context': [
1118
- 'import',
1119
- {
1120
- readonly 'glossary': D.Glossary__Reference;
1121
- }
1122
- ] | ['local', null];
1123
- readonly 'interfaceXX': string;
1124
- readonly 'type arguments': D.Arguments;
1125
- };
1126
- namespace Asynchronous__Interface__Type {
1127
- namespace choice {
1128
- namespace options {
1129
- type DX = D.Asynchronous__Interface__Type;
1130
- }
1131
- type options = pt.Dictionary<D.Asynchronous__Interface__Type>;
1132
- }
1133
- type choice = {
1134
- readonly 'options': pt.Dictionary<D.Asynchronous__Interface__Type>;
1135
- };
1136
- namespace method {
1137
- namespace data {
1138
- type O = D.DataSpecifier;
1139
- }
1140
- type data = pt.OptionalValue<D.DataSpecifier>;
1141
- namespace _linterface {
1142
- type O = D.Asynchronous__Interface__Type;
1143
- }
1144
- type _linterface = pt.OptionalValue<D.Asynchronous__Interface__Type>;
1145
- }
1146
- type method = {
1147
- readonly 'data': pt.OptionalValue<D.DataSpecifier>;
1148
- readonly 'interface': pt.OptionalValue<D.Asynchronous__Interface__Type>;
1149
- };
1150
- type reference = D.Asynchronous__Interface__Reference;
1151
- namespace streamconsumer {
1152
- type data = D.Asynchronous__Interface__Type;
1153
- namespace end {
1154
- type O = D.Asynchronous__Interface__Type;
1155
- }
1156
- type end = pt.OptionalValue<D.Asynchronous__Interface__Type>;
1157
- }
1158
- type streamconsumer = {
1159
- readonly 'data': D.Asynchronous__Interface__Type;
1160
- readonly 'end': pt.OptionalValue<D.Asynchronous__Interface__Type>;
1161
- };
1162
- }
1163
- type Asynchronous__Interface__Type = [
1164
- 'choice',
1165
- {
1166
- readonly 'options': pt.Dictionary<D.Asynchronous__Interface__Type>;
1167
- }
1168
- ] | [
1169
- 'method',
1170
- {
1171
- readonly 'data': pt.OptionalValue<D.DataSpecifier>;
1172
- readonly 'interface': pt.OptionalValue<D.Asynchronous__Interface__Type>;
1173
- }
1174
- ] | ['reference', D.Asynchronous__Interface__Reference] | [
1175
- 'streamconsumer',
1176
- {
1177
- readonly 'data': D.Asynchronous__Interface__Type;
1178
- readonly 'end': pt.OptionalValue<D.Asynchronous__Interface__Type>;
1179
- }
1180
- ];
1181
- namespace Data__Or__Synchronous__Interface {
1182
- type data = D.DataSpecifier;
1183
- type _linterface = D.Synchronous__Interface__Reference;
1184
- }
1185
- type Data__Or__Synchronous__Interface = ['data', D.DataSpecifier] | ['interface', D.Synchronous__Interface__Reference];
1186
- namespace Data__Type {
1187
- type array = D.Data__Type;
1188
- namespace _lboolean { }
1189
- type _lboolean = null;
1190
- type computed = D.Data__Type;
1191
- type dictionary = D.Data__Type;
1192
- namespace group {
1193
- namespace DX {
1194
- type _ltype = D.Data__Type;
1195
- }
1196
- type DX = {
1197
- readonly 'type': D.Data__Type;
1198
- };
1199
- }
1200
- type group = pt.Dictionary<{
1201
- readonly 'type': D.Data__Type;
1202
- }>;
1203
- namespace _lnull { }
1204
- type _lnull = null;
1205
- namespace _lnumber { }
1206
- type _lnumber = null;
1207
- type optional = D.Data__Type;
1208
- type reference = D.DataSpecifier;
1209
- namespace _lstring { }
1210
- type _lstring = null;
1211
- namespace taggedUnion {
1212
- type DX = D.Data__Type;
1213
- }
1214
- type taggedUnion = pt.Dictionary<D.Data__Type>;
1215
- }
1216
- type Data__Type = ['array', D.Data__Type] | ['boolean', null] | ['computed', D.Data__Type] | ['dictionary', D.Data__Type] | [
1217
- 'group',
1218
- pt.Dictionary<{
1219
- readonly 'type': D.Data__Type;
1220
- }>
1221
- ] | ['null', null] | ['number', null] | ['optional', D.Data__Type] | ['reference', D.DataSpecifier] | ['string', null] | ['taggedUnion', pt.Dictionary<D.Data__Type>];
1222
- namespace DataSpecifier {
1223
- type glossary__parameterXX = string;
1224
- namespace _ltype {
1225
- namespace context {
1226
- namespace _limport {
1227
- type glossary = D.Glossary__Reference;
1228
- }
1229
- type _limport = {
1230
- readonly 'glossary': D.Glossary__Reference;
1231
- };
1232
- namespace local { }
1233
- type local = null;
1234
- }
1235
- type context = [
1236
- 'import',
1237
- {
1238
- readonly 'glossary': D.Glossary__Reference;
1239
- }
1240
- ] | ['local', null];
1241
- namespace tailXX {
1242
- type A = string;
1243
- }
1244
- type tailXX = pt.Array<string>;
1245
- type type__arguments = D.Arguments;
1246
- type typeXX = string;
1247
- }
1248
- type _ltype = {
1249
- readonly 'context': [
1250
- 'import',
1251
- {
1252
- readonly 'glossary': D.Glossary__Reference;
1253
- }
1254
- ] | ['local', null];
1255
- readonly 'tailXX': pt.Array<string>;
1256
- readonly 'type arguments': D.Arguments;
1257
- readonly 'typeXX': string;
1258
- };
1259
- type type__parameterXX = string;
1260
- }
1261
- type DataSpecifier = ['glossary parameterXX', string] | [
1262
- 'type',
1263
- {
1264
- readonly 'context': [
1265
- 'import',
1266
- {
1267
- readonly 'glossary': D.Glossary__Reference;
1268
- }
1269
- ] | ['local', null];
1270
- readonly 'tailXX': pt.Array<string>;
1271
- readonly 'type arguments': D.Arguments;
1272
- readonly 'typeXX': string;
1273
- }
1274
- ] | ['type parameterXX', string];
1275
- namespace Dummy { }
1276
- type Dummy = null;
1277
- namespace Glossary {
1278
- namespace algorithm__types {
1279
- namespace DX {
1280
- type parameters = D.Parameters;
1281
- namespace _ltype {
1282
- namespace asynchronous__function {
1283
- type _lin = D.DataSpecifier;
1284
- type out = D.DataSpecifier;
1285
- }
1286
- type asynchronous__function = {
1287
- readonly 'in': D.DataSpecifier;
1288
- readonly 'out': D.DataSpecifier;
1289
- };
1290
- namespace interface__initializer {
1291
- namespace downstreams {
1292
- type DX = D.Asynchronous__Interface__Reference;
1293
- }
1294
- type downstreams = pt.Dictionary<D.Asynchronous__Interface__Reference>;
1295
- type _linterface = D.Asynchronous__Interface__Reference;
1296
- }
1297
- type interface__initializer = {
1298
- readonly 'downstreams': pt.Dictionary<D.Asynchronous__Interface__Reference>;
1299
- readonly 'interface': D.Asynchronous__Interface__Reference;
1300
- };
1301
- namespace procedure {
1302
- type _lin = D.Data__Or__Synchronous__Interface;
1303
- type out = D.Synchronous__Interface__Reference;
1304
- }
1305
- type procedure = {
1306
- readonly 'in': D.Data__Or__Synchronous__Interface;
1307
- readonly 'out': D.Synchronous__Interface__Reference;
1308
- };
1309
- namespace resource__initializer {
1310
- type consumer = D.Asynchronous__Interface__Reference;
1311
- type request = D.DataSpecifier;
1312
- }
1313
- type resource__initializer = {
1314
- readonly 'consumer': D.Asynchronous__Interface__Reference;
1315
- readonly 'request': D.DataSpecifier;
1316
- };
1317
- namespace synchronous__function {
1318
- type _lin = D.Data__Or__Synchronous__Interface;
1319
- type out = D.DataSpecifier;
1320
- }
1321
- type synchronous__function = {
1322
- readonly 'in': D.Data__Or__Synchronous__Interface;
1323
- readonly 'out': D.DataSpecifier;
1324
- };
1325
- }
1326
- type _ltype = [
1327
- 'asynchronous function',
1328
- {
1329
- readonly 'in': D.DataSpecifier;
1330
- readonly 'out': D.DataSpecifier;
1331
- }
1332
- ] | [
1333
- 'interface initializer',
1334
- {
1335
- readonly 'downstreams': pt.Dictionary<D.Asynchronous__Interface__Reference>;
1336
- readonly 'interface': D.Asynchronous__Interface__Reference;
1337
- }
1338
- ] | [
1339
- 'procedure',
1340
- {
1341
- readonly 'in': D.Data__Or__Synchronous__Interface;
1342
- readonly 'out': D.Synchronous__Interface__Reference;
1343
- }
1344
- ] | [
1345
- 'resource initializer',
1346
- {
1347
- readonly 'consumer': D.Asynchronous__Interface__Reference;
1348
- readonly 'request': D.DataSpecifier;
1349
- }
1350
- ] | [
1351
- 'synchronous function',
1352
- {
1353
- readonly 'in': D.Data__Or__Synchronous__Interface;
1354
- readonly 'out': D.DataSpecifier;
1355
- }
1356
- ];
1357
- }
1358
- type DX = {
1359
- readonly 'parameters': D.Parameters;
1360
- readonly 'type': [
1361
- 'asynchronous function',
1362
- {
1363
- readonly 'in': D.DataSpecifier;
1364
- readonly 'out': D.DataSpecifier;
1365
- }
1366
- ] | [
1367
- 'interface initializer',
1368
- {
1369
- readonly 'downstreams': pt.Dictionary<D.Asynchronous__Interface__Reference>;
1370
- readonly 'interface': D.Asynchronous__Interface__Reference;
1371
- }
1372
- ] | [
1373
- 'procedure',
1374
- {
1375
- readonly 'in': D.Data__Or__Synchronous__Interface;
1376
- readonly 'out': D.Synchronous__Interface__Reference;
1377
- }
1378
- ] | [
1379
- 'resource initializer',
1380
- {
1381
- readonly 'consumer': D.Asynchronous__Interface__Reference;
1382
- readonly 'request': D.DataSpecifier;
1383
- }
1384
- ] | [
1385
- 'synchronous function',
1386
- {
1387
- readonly 'in': D.Data__Or__Synchronous__Interface;
1388
- readonly 'out': D.DataSpecifier;
1389
- }
1390
- ];
1391
- };
1392
- }
1393
- type algorithm__types = pt.Dictionary<{
1394
- readonly 'parameters': D.Parameters;
1395
- readonly 'type': [
1396
- 'asynchronous function',
1397
- {
1398
- readonly 'in': D.DataSpecifier;
1399
- readonly 'out': D.DataSpecifier;
1400
- }
1401
- ] | [
1402
- 'interface initializer',
1403
- {
1404
- readonly 'downstreams': pt.Dictionary<D.Asynchronous__Interface__Reference>;
1405
- readonly 'interface': D.Asynchronous__Interface__Reference;
1406
- }
1407
- ] | [
1408
- 'procedure',
1409
- {
1410
- readonly 'in': D.Data__Or__Synchronous__Interface;
1411
- readonly 'out': D.Synchronous__Interface__Reference;
1412
- }
1413
- ] | [
1414
- 'resource initializer',
1415
- {
1416
- readonly 'consumer': D.Asynchronous__Interface__Reference;
1417
- readonly 'request': D.DataSpecifier;
1418
- }
1419
- ] | [
1420
- 'synchronous function',
1421
- {
1422
- readonly 'in': D.Data__Or__Synchronous__Interface;
1423
- readonly 'out': D.DataSpecifier;
1424
- }
1425
- ];
1426
- }>;
1427
- type glossary__parameters = D.Parameters;
1428
- namespace imports {
1429
- namespace DX {
1430
- type glossary = D.Glossary;
1431
- type type__arguments = D.Arguments;
1432
- }
1433
- type DX = {
1434
- readonly 'glossary': D.Glossary;
1435
- readonly 'type arguments': D.Arguments;
1436
- };
1437
- }
1438
- type imports = pt.Dictionary<{
1439
- readonly 'glossary': D.Glossary;
1440
- readonly 'type arguments': D.Arguments;
1441
- }>;
1442
- namespace interface__types {
1443
- namespace DX {
1444
- type parameters = D.Parameters;
1445
- namespace _ltype {
1446
- namespace asynchronous {
1447
- type _linterface = D.Asynchronous__Interface__Type;
1448
- }
1449
- type asynchronous = {
1450
- readonly 'interface': D.Asynchronous__Interface__Type;
1451
- };
1452
- namespace synchronous {
1453
- type _linterface = D.Synchronous__Interface__Type;
1454
- }
1455
- type synchronous = {
1456
- readonly 'interface': D.Synchronous__Interface__Type;
1457
- };
1458
- }
1459
- type _ltype = [
1460
- 'asynchronous',
1461
- {
1462
- readonly 'interface': D.Asynchronous__Interface__Type;
1463
- }
1464
- ] | [
1465
- 'synchronous',
1466
- {
1467
- readonly 'interface': D.Synchronous__Interface__Type;
1468
- }
1469
- ];
1470
- }
1471
- type DX = {
1472
- readonly 'parameters': D.Parameters;
1473
- readonly 'type': [
1474
- 'asynchronous',
1475
- {
1476
- readonly 'interface': D.Asynchronous__Interface__Type;
1477
- }
1478
- ] | [
1479
- 'synchronous',
1480
- {
1481
- readonly 'interface': D.Synchronous__Interface__Type;
1482
- }
1483
- ];
1484
- };
1485
- }
1486
- type interface__types = pt.Dictionary<{
1487
- readonly 'parameters': D.Parameters;
1488
- readonly 'type': [
1489
- 'asynchronous',
1490
- {
1491
- readonly 'interface': D.Asynchronous__Interface__Type;
1492
- }
1493
- ] | [
1494
- 'synchronous',
1495
- {
1496
- readonly 'interface': D.Synchronous__Interface__Type;
1497
- }
1498
- ];
1499
- }>;
1500
- type root = D.Namespace;
1501
- }
1502
- type Glossary = {
1503
- readonly 'algorithm types': pt.Dictionary<{
1504
- readonly 'parameters': D.Parameters;
1505
- readonly 'type': [
1506
- 'asynchronous function',
1507
- {
1508
- readonly 'in': D.DataSpecifier;
1509
- readonly 'out': D.DataSpecifier;
1510
- }
1511
- ] | [
1512
- 'interface initializer',
1513
- {
1514
- readonly 'downstreams': pt.Dictionary<D.Asynchronous__Interface__Reference>;
1515
- readonly 'interface': D.Asynchronous__Interface__Reference;
1516
- }
1517
- ] | [
1518
- 'procedure',
1519
- {
1520
- readonly 'in': D.Data__Or__Synchronous__Interface;
1521
- readonly 'out': D.Synchronous__Interface__Reference;
1522
- }
1523
- ] | [
1524
- 'resource initializer',
1525
- {
1526
- readonly 'consumer': D.Asynchronous__Interface__Reference;
1527
- readonly 'request': D.DataSpecifier;
1528
- }
1529
- ] | [
1530
- 'synchronous function',
1531
- {
1532
- readonly 'in': D.Data__Or__Synchronous__Interface;
1533
- readonly 'out': D.DataSpecifier;
1534
- }
1535
- ];
1536
- }>;
1537
- readonly 'glossary parameters': D.Parameters;
1538
- readonly 'imports': pt.Dictionary<{
1539
- readonly 'glossary': D.Glossary;
1540
- readonly 'type arguments': D.Arguments;
1541
- }>;
1542
- readonly 'interface types': pt.Dictionary<{
1543
- readonly 'parameters': D.Parameters;
1544
- readonly 'type': [
1545
- 'asynchronous',
1546
- {
1547
- readonly 'interface': D.Asynchronous__Interface__Type;
1548
- }
1549
- ] | [
1550
- 'synchronous',
1551
- {
1552
- readonly 'interface': D.Synchronous__Interface__Type;
1553
- }
1554
- ];
1555
- }>;
1556
- readonly 'root': D.Namespace;
1557
- };
1558
- namespace Glossary__Reference {
1559
- type glossary = string;
1560
- }
1561
- type Glossary__Reference = {
1562
- readonly 'glossary': string;
1563
- };
1564
- namespace Library {
1565
- type author = string;
1566
- type description = string;
1567
- type license = string;
1568
- namespace module__sets {
1569
- type _lprivate = D.Module__Set;
1570
- type _lpublic = D.Module__Set;
1571
- }
1572
- type module__sets = {
1573
- readonly 'private': D.Module__Set;
1574
- readonly 'public': D.Module__Set;
1575
- };
1576
- namespace _ltype {
1577
- namespace impure { }
1578
- type impure = null;
1579
- namespace pure {
1580
- namespace dependencies {
1581
- namespace DX {
1582
- type library = D.Library;
1583
- type version = string;
1584
- }
1585
- type DX = {
1586
- readonly 'library': D.Library;
1587
- readonly 'version': string;
1588
- };
1589
- }
1590
- type dependencies = pt.Dictionary<{
1591
- readonly 'library': D.Library;
1592
- readonly 'version': string;
1593
- }>;
1594
- }
1595
- type pure = {
1596
- readonly 'dependencies': pt.Dictionary<{
1597
- readonly 'library': D.Library;
1598
- readonly 'version': string;
1599
- }>;
1600
- };
1601
- }
1602
- type _ltype = ['impure', null] | [
1603
- 'pure',
1604
- {
1605
- readonly 'dependencies': pt.Dictionary<{
1606
- readonly 'library': D.Library;
1607
- readonly 'version': string;
1608
- }>;
1609
- }
1610
- ];
1611
- }
1612
- type Library = {
1613
- readonly 'author': string;
1614
- readonly 'description': string;
1615
- readonly 'license': string;
1616
- readonly 'module sets': {
1617
- readonly 'private': D.Module__Set;
1618
- readonly 'public': D.Module__Set;
1619
- };
1620
- readonly 'type': ['impure', null] | [
1621
- 'pure',
1622
- {
1623
- readonly 'dependencies': pt.Dictionary<{
1624
- readonly 'library': D.Library;
1625
- readonly 'version': string;
1626
- }>;
1627
- }
1628
- ];
1629
- };
1630
- namespace Module__Set {
1631
- namespace glossaries {
1632
- type DX = D.Glossary;
1633
- }
1634
- type glossaries = pt.Dictionary<D.Glossary>;
1635
- namespace modules {
1636
- type DX = D.API;
1637
- }
1638
- type modules = pt.Dictionary<D.API>;
1639
- }
1640
- type Module__Set = {
1641
- readonly 'glossaries': pt.Dictionary<D.Glossary>;
1642
- readonly 'modules': pt.Dictionary<D.API>;
1643
- };
1644
- namespace Namespace {
1645
- namespace data__types {
1646
- namespace DX {
1647
- type parameters = D.Parameters;
1648
- type _ltype = D.Data__Type;
1649
- }
1650
- type DX = {
1651
- readonly 'parameters': D.Parameters;
1652
- readonly 'type': D.Data__Type;
1653
- };
1654
- }
1655
- type data__types = pt.Dictionary<{
1656
- readonly 'parameters': D.Parameters;
1657
- readonly 'type': D.Data__Type;
1658
- }>;
1659
- namespace namespaces {
1660
- type DX = D.Namespace;
1661
- }
1662
- type namespaces = pt.Dictionary<D.Namespace>;
1663
- }
1664
- type Namespace = {
1665
- readonly 'data types': pt.Dictionary<{
1666
- readonly 'parameters': D.Parameters;
1667
- readonly 'type': D.Data__Type;
1668
- }>;
1669
- readonly 'namespaces': pt.Dictionary<D.Namespace>;
1670
- };
1671
- namespace Parameters {
1672
- namespace DX { }
1673
- type DX = null;
1674
- }
1675
- type Parameters = pt.Dictionary<null>;
1676
- namespace Synchronous__Interface__Reference {
1677
- namespace context {
1678
- namespace _limport {
1679
- type glossary = D.Glossary__Reference;
1680
- type interfaceXX = string;
1681
- }
1682
- type _limport = {
1683
- readonly 'glossary': D.Glossary__Reference;
1684
- readonly 'interfaceXX': string;
1685
- };
1686
- namespace local {
1687
- type interfaceXX = string;
1688
- }
1689
- type local = {
1690
- readonly 'interfaceXX': string;
1691
- };
1692
- }
1693
- type context = [
1694
- 'import',
1695
- {
1696
- readonly 'glossary': D.Glossary__Reference;
1697
- readonly 'interfaceXX': string;
1698
- }
1699
- ] | [
1700
- 'local',
1701
- {
1702
- readonly 'interfaceXX': string;
1703
- }
1704
- ];
1705
- type type__arguments = D.Arguments;
1706
- }
1707
- type Synchronous__Interface__Reference = {
1708
- readonly 'context': [
1709
- 'import',
1710
- {
1711
- readonly 'glossary': D.Glossary__Reference;
1712
- readonly 'interfaceXX': string;
1713
- }
1714
- ] | [
1715
- 'local',
1716
- {
1717
- readonly 'interfaceXX': string;
1718
- }
1719
- ];
1720
- readonly 'type arguments': D.Arguments;
1721
- };
1722
- namespace Synchronous__Interface__Type {
1723
- namespace group {
1724
- namespace members {
1725
- type DX = D.Synchronous__Interface__Type;
1726
- }
1727
- type members = pt.Dictionary<D.Synchronous__Interface__Type>;
1728
- }
1729
- type group = {
1730
- readonly 'members': pt.Dictionary<D.Synchronous__Interface__Type>;
1731
- };
1732
- namespace method {
1733
- namespace data {
1734
- type O = D.DataSpecifier;
1735
- }
1736
- type data = pt.OptionalValue<D.DataSpecifier>;
1737
- namespace _linterface {
1738
- type O = D.Synchronous__Interface__Type;
1739
- }
1740
- type _linterface = pt.OptionalValue<D.Synchronous__Interface__Type>;
1741
- }
1742
- type method = {
1743
- readonly 'data': pt.OptionalValue<D.DataSpecifier>;
1744
- readonly 'interface': pt.OptionalValue<D.Synchronous__Interface__Type>;
1745
- };
1746
- type reference = D.Synchronous__Interface__Reference;
1747
- }
1748
- type Synchronous__Interface__Type = [
1749
- 'group',
1750
- {
1751
- readonly 'members': pt.Dictionary<D.Synchronous__Interface__Type>;
1752
- }
1753
- ] | [
1754
- 'method',
1755
- {
1756
- readonly 'data': pt.OptionalValue<D.DataSpecifier>;
1757
- readonly 'interface': pt.OptionalValue<D.Synchronous__Interface__Type>;
1758
- }
1759
- ] | ['reference', D.Synchronous__Interface__Reference];
1760
- }
1761
- namespace I { }
1762
- namespace A { }
1763
- }
1764
- namespace pareto {
1765
- namespace G { }
1766
- namespace N {
1767
- namespace Compilation_$_$Unit {
1768
- namespace N {
1769
- namespace G {
1770
- namespace N {
1771
- namespace imports {
1772
- namespace N {
1773
- namespace DX {
1774
- namespace N {
1775
- namespace G {
1776
- namespace N {
1777
- namespace path {
1778
- namespace N { }
1779
- namespace D { }
1780
- }
1781
- }
1782
- namespace D { }
1783
- }
1784
- }
1785
- namespace D { }
1786
- }
1787
- }
1788
- namespace D { }
1789
- }
1790
- namespace root_$_$namespace {
1791
- namespace N { }
1792
- namespace D { }
1793
- }
1794
- }
1795
- namespace D { }
1796
- }
1797
- }
1798
- namespace D { }
1799
- }
1800
- namespace Expression {
1801
- namespace N {
1802
- namespace TU {
1803
- namespace N {
1804
- namespace array_$_$literal {
1805
- namespace N {
1806
- namespace A {
1807
- namespace N { }
1808
- namespace D { }
1809
- }
1810
- }
1811
- namespace D { }
1812
- }
1813
- namespace block {
1814
- namespace N { }
1815
- namespace D { }
1816
- }
1817
- namespace change_$_$context {
1818
- namespace N {
1819
- namespace G {
1820
- namespace N {
1821
- namespace new_$_$context_$_$selection {
1822
- namespace N { }
1823
- namespace D { }
1824
- }
1825
- namespace sub_$_$expression {
1826
- namespace N { }
1827
- namespace D { }
1828
- }
1829
- }
1830
- namespace D { }
1831
- }
1832
- }
1833
- namespace D { }
1834
- }
1835
- namespace dictionary_$_$literal {
1836
- namespace N {
1837
- namespace DX {
1838
- namespace N { }
1839
- namespace D { }
1840
- }
1841
- }
1842
- namespace D { }
1843
- }
1844
- namespace _$lfalse {
1845
- namespace N { }
1846
- namespace D { }
1847
- }
1848
- namespace _$lfunction {
1849
- namespace N {
1850
- namespace G {
1851
- namespace N {
1852
- namespace block {
1853
- namespace N { }
1854
- namespace D { }
1855
- }
1856
- namespace temp_$_$signature_$_$help {
1857
- namespace N {
1858
- namespace TU {
1859
- namespace N {
1860
- namespace has_$_$additional_$_$parameters {
1861
- namespace N { }
1862
- namespace D { }
1863
- }
1864
- namespace has_$_$no_$_$additional_$_$parameters {
1865
- namespace N { }
1866
- namespace D { }
1867
- }
1868
- namespace typed {
1869
- namespace N { }
1870
- namespace D { }
1871
- }
1872
- }
1873
- namespace D { }
1874
- }
1875
- }
1876
- namespace D { }
1877
- }
1878
- }
1879
- namespace D { }
1880
- }
1881
- }
1882
- namespace D { }
1883
- }
1884
- namespace group_$_$literal {
1885
- namespace N {
1886
- namespace DX {
1887
- namespace N { }
1888
- namespace D { }
1889
- }
1890
- }
1891
- namespace D { }
1892
- }
1893
- namespace implement_$_$me {
1894
- namespace N { }
1895
- namespace D { }
1896
- }
1897
- namespace not_$_$set {
1898
- namespace N { }
1899
- namespace D { }
1900
- }
1901
- namespace null_$_$literal {
1902
- namespace N { }
1903
- namespace D { }
1904
- }
1905
- namespace number_$_$literal {
1906
- namespace N { }
1907
- namespace D { }
1908
- }
1909
- namespace panic {
1910
- namespace N { }
1911
- namespace D { }
1912
- }
1913
- namespace selection {
1914
- namespace N {
1915
- namespace G {
1916
- namespace N {
1917
- namespace start {
1918
- namespace N {
1919
- namespace TU {
1920
- namespace N {
1921
- namespace context {
1922
- namespace N { }
1923
- namespace D { }
1924
- }
1925
- namespace parameter {
1926
- namespace N { }
1927
- namespace D { }
1928
- }
1929
- namespace variable {
1930
- namespace N {
1931
- namespace G {
1932
- namespace N {
1933
- namespace _$limport {
1934
- namespace N {
1935
- namespace O {
1936
- namespace N { }
1937
- namespace D { }
1938
- }
1939
- }
1940
- namespace D { }
1941
- }
1942
- namespace namespace_$_$path {
1943
- namespace N {
1944
- namespace A {
1945
- namespace N { }
1946
- namespace D { }
1947
- }
1948
- }
1949
- namespace D { }
1950
- }
1951
- namespace variable {
1952
- namespace N { }
1953
- namespace D { }
1954
- }
1955
- }
1956
- namespace D { }
1957
- }
1958
- }
1959
- namespace D { }
1960
- }
1961
- }
1962
- namespace D { }
1963
- }
1964
- }
1965
- namespace D { }
1966
- }
1967
- namespace tail {
1968
- namespace N {
1969
- namespace A {
1970
- namespace N {
1971
- namespace TU {
1972
- namespace N {
1973
- namespace call {
1974
- namespace N {
1975
- namespace G {
1976
- namespace N {
1977
- namespace _$larguments {
1978
- namespace N {
1979
- namespace DX {
1980
- namespace N { }
1981
- namespace D { }
1982
- }
1983
- }
1984
- namespace D { }
1985
- }
1986
- namespace context {
1987
- namespace N { }
1988
- namespace D { }
1989
- }
1990
- namespace type_$_$arguments {
1991
- namespace N { }
1992
- namespace D { }
1993
- }
1994
- }
1995
- namespace D { }
1996
- }
1997
- }
1998
- namespace D { }
1999
- }
2000
- namespace member_$_$selection {
2001
- namespace N { }
2002
- namespace D { }
2003
- }
2004
- }
2005
- namespace D { }
2006
- }
2007
- }
2008
- namespace D { }
2009
- }
2010
- }
2011
- namespace D { }
2012
- }
2013
- }
2014
- namespace D { }
2015
- }
2016
- }
2017
- namespace D { }
2018
- }
2019
- namespace _$lset {
2020
- namespace N { }
2021
- namespace D { }
2022
- }
2023
- namespace state_$_$literal {
2024
- namespace N {
2025
- namespace G {
2026
- namespace N {
2027
- namespace data {
2028
- namespace N { }
2029
- namespace D { }
2030
- }
2031
- namespace state {
2032
- namespace N { }
2033
- namespace D { }
2034
- }
2035
- }
2036
- namespace D { }
2037
- }
2038
- }
2039
- namespace D { }
2040
- }
2041
- namespace string_$_$literal {
2042
- namespace N { }
2043
- namespace D { }
2044
- }
2045
- namespace _$lswitch {
2046
- namespace N {
2047
- namespace G {
2048
- namespace N {
2049
- namespace cases {
2050
- namespace N {
2051
- namespace DX {
2052
- namespace N { }
2053
- namespace D { }
2054
- }
2055
- }
2056
- namespace D { }
2057
- }
2058
- namespace _$ldefault {
2059
- namespace N {
2060
- namespace O {
2061
- namespace N { }
2062
- namespace D { }
2063
- }
2064
- }
2065
- namespace D { }
2066
- }
2067
- namespace select {
2068
- namespace N { }
2069
- namespace D { }
2070
- }
2071
- }
2072
- namespace D { }
2073
- }
2074
- }
2075
- namespace D { }
2076
- }
2077
- namespace ternary_$_$condition {
2078
- namespace N {
2079
- namespace G {
2080
- namespace N {
2081
- namespace condition {
2082
- namespace N { }
2083
- namespace D { }
2084
- }
2085
- namespace false_$_$expression {
2086
- namespace N { }
2087
- namespace D { }
2088
- }
2089
- namespace true_$_$expression {
2090
- namespace N { }
2091
- namespace D { }
2092
- }
2093
- }
2094
- namespace D { }
2095
- }
2096
- }
2097
- namespace D { }
2098
- }
2099
- namespace _$ltrue {
2100
- namespace N { }
2101
- namespace D { }
2102
- }
2103
- }
2104
- namespace D { }
2105
- }
2106
- }
2107
- namespace D { }
2108
- }
2109
- namespace Function_$_$Signature {
2110
- namespace N {
2111
- namespace G {
2112
- namespace N {
2113
- namespace context_$_$parameter {
2114
- namespace N { }
2115
- namespace D { }
2116
- }
2117
- namespace parameters {
2118
- namespace N {
2119
- namespace DX {
2120
- namespace N { }
2121
- namespace D { }
2122
- }
2123
- }
2124
- namespace D { }
2125
- }
2126
- namespace return_$_$type {
2127
- namespace N {
2128
- namespace O {
2129
- namespace N { }
2130
- namespace D { }
2131
- }
2132
- }
2133
- namespace D { }
2134
- }
2135
- namespace type_$_$parameters {
2136
- namespace N { }
2137
- namespace D { }
2138
- }
2139
- }
2140
- namespace D { }
2141
- }
2142
- }
2143
- namespace D { }
2144
- }
2145
- namespace Namespace {
2146
- namespace N {
2147
- namespace G {
2148
- namespace N {
2149
- namespace namespaces {
2150
- namespace N {
2151
- namespace DX {
2152
- namespace N { }
2153
- namespace D { }
2154
- }
2155
- }
2156
- namespace D { }
2157
- }
2158
- namespace types {
2159
- namespace N {
2160
- namespace DX {
2161
- namespace N {
2162
- namespace G {
2163
- namespace N {
2164
- namespace _$ltype {
2165
- namespace N { }
2166
- namespace D { }
2167
- }
2168
- namespace type_$_$parameters {
2169
- namespace N { }
2170
- namespace D { }
2171
- }
2172
- }
2173
- namespace D { }
2174
- }
2175
- }
2176
- namespace D { }
2177
- }
2178
- }
2179
- namespace D { }
2180
- }
2181
- namespace variables {
2182
- namespace N { }
2183
- namespace D { }
2184
- }
2185
- }
2186
- namespace D { }
2187
- }
2188
- }
2189
- namespace D { }
2190
- }
2191
- namespace Statement_$_$Block {
2192
- namespace N {
2193
- namespace G {
2194
- namespace N {
2195
- namespace statements {
2196
- namespace N {
2197
- namespace A {
2198
- namespace N {
2199
- namespace TU {
2200
- namespace N {
2201
- namespace assignment {
2202
- namespace N {
2203
- namespace G {
2204
- namespace N {
2205
- namespace expression {
2206
- namespace N { }
2207
- namespace D { }
2208
- }
2209
- namespace selection {
2210
- namespace N { }
2211
- namespace D { }
2212
- }
2213
- }
2214
- namespace D { }
2215
- }
2216
- }
2217
- namespace D { }
2218
- }
2219
- namespace change_$_$context {
2220
- namespace N {
2221
- namespace G {
2222
- namespace N {
2223
- namespace new_$_$context_$_$selection {
2224
- namespace N { }
2225
- namespace D { }
2226
- }
2227
- namespace sub_$_$statement_$_$block {
2228
- namespace N { }
2229
- namespace D { }
2230
- }
2231
- }
2232
- namespace D { }
2233
- }
2234
- }
2235
- namespace D { }
2236
- }
2237
- namespace debug {
2238
- namespace N { }
2239
- namespace D { }
2240
- }
2241
- namespace expression {
2242
- namespace N { }
2243
- namespace D { }
2244
- }
2245
- namespace _$lif {
2246
- namespace N {
2247
- namespace G {
2248
- namespace N {
2249
- namespace condition {
2250
- namespace N { }
2251
- namespace D { }
2252
- }
2253
- namespace _$lelse {
2254
- namespace N {
2255
- namespace O {
2256
- namespace N { }
2257
- namespace D { }
2258
- }
2259
- }
2260
- namespace D { }
2261
- }
2262
- namespace if_$_$block {
2263
- namespace N { }
2264
- namespace D { }
2265
- }
2266
- }
2267
- namespace D { }
2268
- }
2269
- }
2270
- namespace D { }
2271
- }
2272
- namespace _$lreturn {
2273
- namespace N {
2274
- namespace G {
2275
- namespace N {
2276
- namespace expression {
2277
- namespace N { }
2278
- namespace D { }
2279
- }
2280
- }
2281
- namespace D { }
2282
- }
2283
- }
2284
- namespace D { }
2285
- }
2286
- namespace sub_$_$block {
2287
- namespace N { }
2288
- namespace D { }
2289
- }
2290
- namespace _$lswitch {
2291
- namespace N {
2292
- namespace G {
2293
- namespace N {
2294
- namespace cases {
2295
- namespace N {
2296
- namespace DX {
2297
- namespace N { }
2298
- namespace D { }
2299
- }
2300
- }
2301
- namespace D { }
2302
- }
2303
- namespace _$ldefault {
2304
- namespace N {
2305
- namespace O {
2306
- namespace N { }
2307
- namespace D { }
2308
- }
2309
- }
2310
- namespace D { }
2311
- }
2312
- namespace select {
2313
- namespace N { }
2314
- namespace D { }
2315
- }
2316
- }
2317
- namespace D { }
2318
- }
2319
- }
2320
- namespace D { }
2321
- }
2322
- }
2323
- namespace D { }
2324
- }
2325
- }
2326
- namespace D { }
2327
- }
2328
- }
2329
- namespace D { }
2330
- }
2331
- namespace variables {
2332
- namespace N { }
2333
- namespace D { }
2334
- }
2335
- }
2336
- namespace D { }
2337
- }
2338
- }
2339
- namespace D { }
2340
- }
2341
- namespace Type {
2342
- namespace N {
2343
- namespace TU {
2344
- namespace N {
2345
- namespace array {
2346
- namespace N { }
2347
- namespace D { }
2348
- }
2349
- namespace _$lboolean {
2350
- namespace N { }
2351
- namespace D { }
2352
- }
2353
- namespace dictionary {
2354
- namespace N { }
2355
- namespace D { }
2356
- }
2357
- namespace _$lfunction {
2358
- namespace N { }
2359
- namespace D { }
2360
- }
2361
- namespace group {
2362
- namespace N {
2363
- namespace G {
2364
- namespace N {
2365
- namespace members {
2366
- namespace N {
2367
- namespace DX {
2368
- namespace N { }
2369
- namespace D { }
2370
- }
2371
- }
2372
- namespace D { }
2373
- }
2374
- }
2375
- namespace D { }
2376
- }
2377
- }
2378
- namespace D { }
2379
- }
2380
- namespace _$lnull {
2381
- namespace N { }
2382
- namespace D { }
2383
- }
2384
- namespace _$lnumber {
2385
- namespace N { }
2386
- namespace D { }
2387
- }
2388
- namespace optional {
2389
- namespace N { }
2390
- namespace D { }
2391
- }
2392
- namespace parameter_$_$selection {
2393
- namespace N { }
2394
- namespace D { }
2395
- }
2396
- namespace _$lstring {
2397
- namespace N { }
2398
- namespace D { }
2399
- }
2400
- namespace tagged_$_$union {
2401
- namespace N {
2402
- namespace DX {
2403
- namespace N { }
2404
- namespace D { }
2405
- }
2406
- }
2407
- namespace D { }
2408
- }
2409
- namespace type_$_$selection {
2410
- namespace N {
2411
- namespace G {
2412
- namespace N {
2413
- namespace _$limport {
2414
- namespace N {
2415
- namespace O {
2416
- namespace N { }
2417
- namespace D { }
2418
- }
2419
- }
2420
- namespace D { }
2421
- }
2422
- namespace namespace_$_$path {
2423
- namespace N {
2424
- namespace A {
2425
- namespace N { }
2426
- namespace D { }
2427
- }
2428
- }
2429
- namespace D { }
2430
- }
2431
- namespace _$ltype {
2432
- namespace N { }
2433
- namespace D { }
2434
- }
2435
- namespace type_$_$arguments {
2436
- namespace N { }
2437
- namespace D { }
2438
- }
2439
- }
2440
- namespace D { }
2441
- }
2442
- }
2443
- namespace D { }
2444
- }
2445
- }
2446
- namespace D { }
2447
- }
2448
- }
2449
- namespace D { }
2450
- }
2451
- namespace Type_$_$Arguments {
2452
- namespace N {
2453
- namespace DX {
2454
- namespace N { }
2455
- namespace D { }
2456
- }
2457
- }
2458
- namespace D { }
2459
- }
2460
- namespace Type_$_$Parameters {
2461
- namespace N {
2462
- namespace DX {
2463
- namespace N { }
2464
- namespace D { }
2465
- }
2466
- }
2467
- namespace D { }
2468
- }
2469
- namespace Variables {
2470
- namespace N {
2471
- namespace DX {
2472
- namespace N {
2473
- namespace G {
2474
- namespace N {
2475
- namespace expression {
2476
- namespace N { }
2477
- namespace D { }
2478
- }
2479
- namespace mutable {
2480
- namespace N { }
2481
- namespace D { }
2482
- }
2483
- namespace _$ltype {
2484
- namespace N {
2485
- namespace O {
2486
- namespace N { }
2487
- namespace D { }
2488
- }
2489
- }
2490
- namespace D { }
2491
- }
2492
- }
2493
- namespace D { }
2494
- }
2495
- }
2496
- namespace D { }
2497
- }
2498
- }
2499
- namespace D { }
2500
- }
2501
- }
2502
- namespace D {
2503
- namespace Compilation__Unit {
2504
- namespace imports {
2505
- namespace DX {
2506
- type path = string;
2507
- }
2508
- type DX = {
2509
- readonly 'path': string;
2510
- };
2511
- }
2512
- type imports = pt.Dictionary<{
2513
- readonly 'path': string;
2514
- }>;
2515
- type root__namespace = D.Namespace;
2516
- }
2517
- type Compilation__Unit = {
2518
- readonly 'imports': pt.Dictionary<{
2519
- readonly 'path': string;
2520
- }>;
2521
- readonly 'root namespace': D.Namespace;
2522
- };
2523
- namespace Expression {
2524
- namespace array__literal {
2525
- type A = D.Expression;
2526
- }
2527
- type array__literal = pt.Array<D.Expression>;
2528
- type block = D.Statement__Block;
2529
- namespace change__context {
2530
- type new__context__selection = D.Expression;
2531
- type sub__expression = D.Expression;
2532
- }
2533
- type change__context = {
2534
- readonly 'new context selection': D.Expression;
2535
- readonly 'sub expression': D.Expression;
2536
- };
2537
- namespace dictionary__literal {
2538
- type DX = D.Expression;
2539
- }
2540
- type dictionary__literal = pt.Dictionary<D.Expression>;
2541
- type _lfalse = null;
2542
- namespace _lfunction {
2543
- type block = D.Statement__Block;
2544
- namespace temp__signature__help {
2545
- type has__additional__parameters = null;
2546
- type has__no__additional__parameters = null;
2547
- type typed = D.Function__Signature;
2548
- }
2549
- type temp__signature__help = ['has additional parameters', null] | ['has no additional parameters', null] | ['typed', D.Function__Signature];
2550
- }
2551
- type _lfunction = {
2552
- readonly 'block': D.Statement__Block;
2553
- readonly 'temp signature help': ['has additional parameters', null] | ['has no additional parameters', null] | ['typed', D.Function__Signature];
2554
- };
2555
- namespace group__literal {
2556
- type DX = D.Expression;
2557
- }
2558
- type group__literal = pt.Dictionary<D.Expression>;
2559
- type implement__me = string;
2560
- type not__set = null;
2561
- type null__literal = null;
2562
- type number__literal = number;
2563
- type panic = string;
2564
- namespace selection {
2565
- namespace start {
2566
- type context = null;
2567
- type parameter = string;
2568
- namespace variable {
2569
- namespace _limport {
2570
- type O = string;
2571
- }
2572
- type _limport = pt.OptionalValue<string>;
2573
- namespace namespace__path {
2574
- type A = string;
2575
- }
2576
- type namespace__path = pt.Array<string>;
2577
- type variable = string;
2578
- }
2579
- type variable = {
2580
- readonly 'import': pt.OptionalValue<string>;
2581
- readonly 'namespace path': pt.Array<string>;
2582
- readonly 'variable': string;
2583
- };
2584
- }
2585
- type start = ['context', null] | ['parameter', string] | [
2586
- 'variable',
2587
- {
2588
- readonly 'import': pt.OptionalValue<string>;
2589
- readonly 'namespace path': pt.Array<string>;
2590
- readonly 'variable': string;
2591
- }
2592
- ];
2593
- namespace tail {
2594
- namespace A {
2595
- namespace call {
2596
- namespace _larguments {
2597
- type DX = D.Expression;
2598
- }
2599
- type _larguments = pt.Dictionary<D.Expression>;
2600
- type context = D.Expression;
2601
- type type__arguments = D.Type__Arguments;
2602
- }
2603
- type call = {
2604
- readonly 'arguments': pt.Dictionary<D.Expression>;
2605
- readonly 'context': D.Expression;
2606
- readonly 'type arguments': D.Type__Arguments;
2607
- };
2608
- type member__selection = string;
2609
- }
2610
- type A = [
2611
- 'call',
2612
- {
2613
- readonly 'arguments': pt.Dictionary<D.Expression>;
2614
- readonly 'context': D.Expression;
2615
- readonly 'type arguments': D.Type__Arguments;
2616
- }
2617
- ] | ['member selection', string];
2618
- }
2619
- type tail = pt.Array<[
2620
- 'call',
2621
- {
2622
- readonly 'arguments': pt.Dictionary<D.Expression>;
2623
- readonly 'context': D.Expression;
2624
- readonly 'type arguments': D.Type__Arguments;
2625
- }
2626
- ] | ['member selection', string]>;
2627
- }
2628
- type selection = {
2629
- readonly 'start': ['context', null] | ['parameter', string] | [
2630
- 'variable',
2631
- {
2632
- readonly 'import': pt.OptionalValue<string>;
2633
- readonly 'namespace path': pt.Array<string>;
2634
- readonly 'variable': string;
2635
- }
2636
- ];
2637
- readonly 'tail': pt.Array<[
2638
- 'call',
2639
- {
2640
- readonly 'arguments': pt.Dictionary<D.Expression>;
2641
- readonly 'context': D.Expression;
2642
- readonly 'type arguments': D.Type__Arguments;
2643
- }
2644
- ] | ['member selection', string]>;
2645
- };
2646
- type _lset = D.Expression;
2647
- namespace state__literal {
2648
- type data = D.Expression;
2649
- type state = string;
2650
- }
2651
- type state__literal = {
2652
- readonly 'data': D.Expression;
2653
- readonly 'state': string;
2654
- };
2655
- type string__literal = string;
2656
- namespace _lswitch {
2657
- namespace cases {
2658
- type DX = D.Expression;
2659
- }
2660
- type cases = pt.Dictionary<D.Expression>;
2661
- namespace _ldefault {
2662
- type O = D.Expression;
2663
- }
2664
- type _ldefault = pt.OptionalValue<D.Expression>;
2665
- type select = D.Expression;
2666
- }
2667
- type _lswitch = {
2668
- readonly 'cases': pt.Dictionary<D.Expression>;
2669
- readonly 'default': pt.OptionalValue<D.Expression>;
2670
- readonly 'select': D.Expression;
2671
- };
2672
- namespace ternary__condition {
2673
- type condition = D.Expression;
2674
- type false__expression = D.Expression;
2675
- type true__expression = D.Expression;
2676
- }
2677
- type ternary__condition = {
2678
- readonly 'condition': D.Expression;
2679
- readonly 'false expression': D.Expression;
2680
- readonly 'true expression': D.Expression;
2681
- };
2682
- type _ltrue = null;
2683
- }
2684
- type Expression = ['array literal', pt.Array<D.Expression>] | ['block', D.Statement__Block] | [
2685
- 'change context',
2686
- {
2687
- readonly 'new context selection': D.Expression;
2688
- readonly 'sub expression': D.Expression;
2689
- }
2690
- ] | ['dictionary literal', pt.Dictionary<D.Expression>] | ['false', null] | [
2691
- 'function',
2692
- {
2693
- readonly 'block': D.Statement__Block;
2694
- readonly 'temp signature help': ['has additional parameters', null] | ['has no additional parameters', null] | ['typed', D.Function__Signature];
2695
- }
2696
- ] | ['group literal', pt.Dictionary<D.Expression>] | ['implement me', string] | ['not set', null] | ['null literal', null] | ['number literal', number] | ['panic', string] | [
2697
- 'selection',
2698
- {
2699
- readonly 'start': ['context', null] | ['parameter', string] | [
2700
- 'variable',
2701
- {
2702
- readonly 'import': pt.OptionalValue<string>;
2703
- readonly 'namespace path': pt.Array<string>;
2704
- readonly 'variable': string;
2705
- }
2706
- ];
2707
- readonly 'tail': pt.Array<[
2708
- 'call',
2709
- {
2710
- readonly 'arguments': pt.Dictionary<D.Expression>;
2711
- readonly 'context': D.Expression;
2712
- readonly 'type arguments': D.Type__Arguments;
2713
- }
2714
- ] | ['member selection', string]>;
2715
- }
2716
- ] | ['set', D.Expression] | [
2717
- 'state literal',
2718
- {
2719
- readonly 'data': D.Expression;
2720
- readonly 'state': string;
2721
- }
2722
- ] | ['string literal', string] | [
2723
- 'switch',
2724
- {
2725
- readonly 'cases': pt.Dictionary<D.Expression>;
2726
- readonly 'default': pt.OptionalValue<D.Expression>;
2727
- readonly 'select': D.Expression;
2728
- }
2729
- ] | [
2730
- 'ternary condition',
2731
- {
2732
- readonly 'condition': D.Expression;
2733
- readonly 'false expression': D.Expression;
2734
- readonly 'true expression': D.Expression;
2735
- }
2736
- ] | ['true', null];
2737
- namespace Function__Signature {
2738
- type context__parameter = D.Type;
2739
- namespace parameters {
2740
- type DX = D.Type;
2741
- }
2742
- type parameters = pt.Dictionary<D.Type>;
2743
- namespace return__type {
2744
- type O = D.Type;
2745
- }
2746
- type return__type = pt.OptionalValue<D.Type>;
2747
- type type__parameters = D.Type__Parameters;
2748
- }
2749
- type Function__Signature = {
2750
- readonly 'context parameter': D.Type;
2751
- readonly 'parameters': pt.Dictionary<D.Type>;
2752
- readonly 'return type': pt.OptionalValue<D.Type>;
2753
- readonly 'type parameters': D.Type__Parameters;
2754
- };
2755
- namespace Namespace {
2756
- namespace namespaces {
2757
- type DX = D.Namespace;
2758
- }
2759
- type namespaces = pt.Dictionary<D.Namespace>;
2760
- namespace types {
2761
- namespace DX {
2762
- type _ltype = D.Type;
2763
- type type__parameters = D.Type__Parameters;
2764
- }
2765
- type DX = {
2766
- readonly 'type': D.Type;
2767
- readonly 'type parameters': D.Type__Parameters;
2768
- };
2769
- }
2770
- type types = pt.Dictionary<{
2771
- readonly 'type': D.Type;
2772
- readonly 'type parameters': D.Type__Parameters;
2773
- }>;
2774
- type variables = D.Variables;
2775
- }
2776
- type Namespace = {
2777
- readonly 'namespaces': pt.Dictionary<D.Namespace>;
2778
- readonly 'types': pt.Dictionary<{
2779
- readonly 'type': D.Type;
2780
- readonly 'type parameters': D.Type__Parameters;
2781
- }>;
2782
- readonly 'variables': D.Variables;
2783
- };
2784
- namespace Statement__Block {
2785
- namespace statements {
2786
- namespace A {
2787
- namespace assignment {
2788
- type expression = D.Expression;
2789
- type selection = D.Expression;
2790
- }
2791
- type assignment = {
2792
- readonly 'expression': D.Expression;
2793
- readonly 'selection': D.Expression;
2794
- };
2795
- namespace change__context {
2796
- type new__context__selection = D.Expression;
2797
- type sub__statement__block = D.Statement__Block;
2798
- }
2799
- type change__context = {
2800
- readonly 'new context selection': D.Expression;
2801
- readonly 'sub statement block': D.Statement__Block;
2802
- };
2803
- type debug = string;
2804
- type expression = D.Expression;
2805
- namespace _lif {
2806
- type condition = D.Expression;
2807
- namespace _lelse {
2808
- type O = D.Statement__Block;
2809
- }
2810
- type _lelse = pt.OptionalValue<D.Statement__Block>;
2811
- type if__block = D.Statement__Block;
2812
- }
2813
- type _lif = {
2814
- readonly 'condition': D.Expression;
2815
- readonly 'else': pt.OptionalValue<D.Statement__Block>;
2816
- readonly 'if block': D.Statement__Block;
2817
- };
2818
- namespace _lreturn {
2819
- type expression = D.Expression;
2820
- }
2821
- type _lreturn = {
2822
- readonly 'expression': D.Expression;
2823
- };
2824
- type sub__block = D.Statement__Block;
2825
- namespace _lswitch {
2826
- namespace cases {
2827
- type DX = D.Statement__Block;
2828
- }
2829
- type cases = pt.Dictionary<D.Statement__Block>;
2830
- namespace _ldefault {
2831
- type O = D.Statement__Block;
2832
- }
2833
- type _ldefault = pt.OptionalValue<D.Statement__Block>;
2834
- type select = D.Expression;
2835
- }
2836
- type _lswitch = {
2837
- readonly 'cases': pt.Dictionary<D.Statement__Block>;
2838
- readonly 'default': pt.OptionalValue<D.Statement__Block>;
2839
- readonly 'select': D.Expression;
2840
- };
2841
- }
2842
- type A = [
2843
- 'assignment',
2844
- {
2845
- readonly 'expression': D.Expression;
2846
- readonly 'selection': D.Expression;
2847
- }
2848
- ] | [
2849
- 'change context',
2850
- {
2851
- readonly 'new context selection': D.Expression;
2852
- readonly 'sub statement block': D.Statement__Block;
2853
- }
2854
- ] | ['debug', string] | ['expression', D.Expression] | [
2855
- 'if',
2856
- {
2857
- readonly 'condition': D.Expression;
2858
- readonly 'else': pt.OptionalValue<D.Statement__Block>;
2859
- readonly 'if block': D.Statement__Block;
2860
- }
2861
- ] | [
2862
- 'return',
2863
- {
2864
- readonly 'expression': D.Expression;
2865
- }
2866
- ] | ['sub block', D.Statement__Block] | [
2867
- 'switch',
2868
- {
2869
- readonly 'cases': pt.Dictionary<D.Statement__Block>;
2870
- readonly 'default': pt.OptionalValue<D.Statement__Block>;
2871
- readonly 'select': D.Expression;
2872
- }
2873
- ];
2874
- }
2875
- type statements = pt.Array<[
2876
- 'assignment',
2877
- {
2878
- readonly 'expression': D.Expression;
2879
- readonly 'selection': D.Expression;
2880
- }
2881
- ] | [
2882
- 'change context',
2883
- {
2884
- readonly 'new context selection': D.Expression;
2885
- readonly 'sub statement block': D.Statement__Block;
2886
- }
2887
- ] | ['debug', string] | ['expression', D.Expression] | [
2888
- 'if',
2889
- {
2890
- readonly 'condition': D.Expression;
2891
- readonly 'else': pt.OptionalValue<D.Statement__Block>;
2892
- readonly 'if block': D.Statement__Block;
2893
- }
2894
- ] | [
2895
- 'return',
2896
- {
2897
- readonly 'expression': D.Expression;
2898
- }
2899
- ] | ['sub block', D.Statement__Block] | [
2900
- 'switch',
2901
- {
2902
- readonly 'cases': pt.Dictionary<D.Statement__Block>;
2903
- readonly 'default': pt.OptionalValue<D.Statement__Block>;
2904
- readonly 'select': D.Expression;
2905
- }
2906
- ]>;
2907
- type variables = D.Variables;
2908
- }
2909
- type Statement__Block = {
2910
- readonly 'statements': pt.Array<[
2911
- 'assignment',
2912
- {
2913
- readonly 'expression': D.Expression;
2914
- readonly 'selection': D.Expression;
2915
- }
2916
- ] | [
2917
- 'change context',
2918
- {
2919
- readonly 'new context selection': D.Expression;
2920
- readonly 'sub statement block': D.Statement__Block;
2921
- }
2922
- ] | ['debug', string] | ['expression', D.Expression] | [
2923
- 'if',
2924
- {
2925
- readonly 'condition': D.Expression;
2926
- readonly 'else': pt.OptionalValue<D.Statement__Block>;
2927
- readonly 'if block': D.Statement__Block;
2928
- }
2929
- ] | [
2930
- 'return',
2931
- {
2932
- readonly 'expression': D.Expression;
2933
- }
2934
- ] | ['sub block', D.Statement__Block] | [
2935
- 'switch',
2936
- {
2937
- readonly 'cases': pt.Dictionary<D.Statement__Block>;
2938
- readonly 'default': pt.OptionalValue<D.Statement__Block>;
2939
- readonly 'select': D.Expression;
2940
- }
2941
- ]>;
2942
- readonly 'variables': D.Variables;
2943
- };
2944
- namespace Type {
2945
- type array = D.Type;
2946
- type _lboolean = null;
2947
- type dictionary = D.Type;
2948
- type _lfunction = D.Function__Signature;
2949
- namespace group {
2950
- namespace members {
2951
- type DX = D.Type;
2952
- }
2953
- type members = pt.Dictionary<D.Type>;
2954
- }
2955
- type group = {
2956
- readonly 'members': pt.Dictionary<D.Type>;
2957
- };
2958
- type _lnull = null;
2959
- type _lnumber = null;
2960
- type optional = D.Type;
2961
- type parameter__selection = string;
2962
- type _lstring = null;
2963
- namespace tagged__union {
2964
- type DX = D.Type;
2965
- }
2966
- type tagged__union = pt.Dictionary<D.Type>;
2967
- namespace type__selection {
2968
- namespace _limport {
2969
- type O = string;
2970
- }
2971
- type _limport = pt.OptionalValue<string>;
2972
- namespace namespace__path {
2973
- type A = string;
2974
- }
2975
- type namespace__path = pt.Array<string>;
2976
- type _ltype = string;
2977
- type type__arguments = D.Type__Arguments;
2978
- }
2979
- type type__selection = {
2980
- readonly 'import': pt.OptionalValue<string>;
2981
- readonly 'namespace path': pt.Array<string>;
2982
- readonly 'type': string;
2983
- readonly 'type arguments': D.Type__Arguments;
2984
- };
2985
- }
2986
- type Type = ['array', D.Type] | ['boolean', null] | ['dictionary', D.Type] | ['function', D.Function__Signature] | [
2987
- 'group',
2988
- {
2989
- readonly 'members': pt.Dictionary<D.Type>;
2990
- }
2991
- ] | ['null', null] | ['number', null] | ['optional', D.Type] | ['parameter selection', string] | ['string', null] | ['tagged union', pt.Dictionary<D.Type>] | [
2992
- 'type selection',
2993
- {
2994
- readonly 'import': pt.OptionalValue<string>;
2995
- readonly 'namespace path': pt.Array<string>;
2996
- readonly 'type': string;
2997
- readonly 'type arguments': D.Type__Arguments;
2998
- }
2999
- ];
3000
- namespace Type__Arguments {
3001
- type DX = D.Type;
3002
- }
3003
- type Type__Arguments = pt.Dictionary<D.Type>;
3004
- namespace Type__Parameters {
3005
- type DX = null;
3006
- }
3007
- type Type__Parameters = pt.Dictionary<null>;
3008
- namespace Variables {
3009
- namespace DX {
3010
- type expression = D.Expression;
3011
- type mutable = boolean;
3012
- namespace _ltype {
3013
- type O = D.Type;
3014
- }
3015
- type _ltype = pt.OptionalValue<D.Type>;
3016
- }
3017
- type DX = {
3018
- readonly 'expression': D.Expression;
3019
- readonly 'mutable': boolean;
3020
- readonly 'type': pt.OptionalValue<D.Type>;
3021
- };
3022
- }
3023
- type Variables = pt.Dictionary<{
3024
- readonly 'expression': D.Expression;
3025
- readonly 'mutable': boolean;
3026
- readonly 'type': pt.OptionalValue<D.Type>;
3027
- }>;
3028
- }
3029
- namespace I { }
3030
- namespace A { }
3031
- }
3032
- }
3033
- export declare namespace N { }
3034
- export declare namespace D {
3035
- namespace Library2ParetoComparatorsData {
3036
- type library = G.cosmos.D.Library;
3037
- }
3038
- type Library2ParetoComparatorsData = {
3039
- readonly 'library': G.cosmos.D.Library;
3040
- };
3041
- }
3042
- export declare namespace I { }
3043
- export declare namespace A {
3044
- type Library2ParetoComparators = ($: D.Library2ParetoComparatorsData) => G.pareto.D.Compilation__Unit;
3045
- }