pareto 0.56.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 (211) 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 +45 -8
  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 +5 -16
  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/{modules/fountain_pen → auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-impure-library/modules/nested}/api.data.ts +1 -3
  65. package/auto.pareto/{modules/fountain_pen → auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-impure-library/modules/nested}/glossary.data.ts +8 -11
  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.tendril_resolved.data.ts +1025 -0
  105. package/auto.pareto/{modules → auto.dependencies/pareto-pure/modules}/cosmos2pareto/glossary.data.ts +3 -11
  106. package/auto.pareto/auto.dependencies/pareto-pure/modules/fountain_pen/api.data.ts +19 -0
  107. package/auto.pareto/auto.dependencies/pareto-pure/modules/fountain_pen/glossary.data.ts +55 -0
  108. package/auto.pareto/auto.dependencies/pareto-pure/modules/liana2tendril/api.data.ts +24 -0
  109. package/auto.pareto/auto.dependencies/pareto-pure/modules/liana2tendril/glossary.data.ts +48 -0
  110. package/auto.pareto/auto.dependencies/pareto-pure/modules/tendril2cosmos_type_system/api.data.ts +16 -0
  111. package/auto.pareto/auto.dependencies/pareto-pure/modules/tendril2cosmos_type_system/glossary.data.ts +73 -0
  112. package/auto.pareto/auto.dependencies/pareto-pure/modules/tendril2pareto/api.data.ts +16 -0
  113. package/auto.pareto/auto.dependencies/pareto-pure/modules/tendril2pareto/glossary.data.ts +33 -0
  114. package/auto.pareto/auto.dependencies/pareto-pure/modules/testresult/api.data.ts +26 -0
  115. package/auto.pareto/auto.dependencies/pareto-pure/modules/testresult/glossary.data.ts +144 -0
  116. package/auto.pareto/auto.dependencies/pareto-standard-library/$.data.ts +46 -0
  117. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/arithmetic/api.data.ts +19 -0
  118. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/arithmetic/glossary.data.ts +76 -0
  119. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/array/api.data.ts +19 -0
  120. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/array/glossary.data.ts +52 -0
  121. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/boolean/api.data.ts +21 -0
  122. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/boolean/glossary.data.ts +45 -0
  123. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/build/api.data.ts +25 -0
  124. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/build/glossary.data.ts +133 -0
  125. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/dictionary/api.data.ts +49 -0
  126. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/dictionary/glossary.data.ts +119 -0
  127. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/json/api.data.ts +15 -0
  128. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/json/glossary.data.ts +47 -0
  129. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/nested/api.data.ts +15 -0
  130. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/nested/glossary.data.ts +29 -0
  131. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/resolve/api.data.ts +15 -0
  132. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/resolve/glossary.data.ts +52 -0
  133. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/string/api.data.ts +17 -0
  134. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/string/glossary.data.ts +39 -0
  135. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/tostring/api.data.ts +19 -0
  136. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/tostring/glossary.data.ts +42 -0
  137. package/auto.pareto/auto.dependencies/pareto-subatomic-library/$.data.ts +36 -0
  138. package/auto.pareto/auto.dependencies/pareto-subatomic-library/modules/array/api.data.ts +23 -0
  139. package/auto.pareto/auto.dependencies/pareto-subatomic-library/modules/array/glossary.data.ts +88 -0
  140. package/auto.pareto/auto.dependencies/pareto-subatomic-library/modules/dictionary/api.data.ts +27 -0
  141. package/auto.pareto/auto.dependencies/pareto-subatomic-library/modules/dictionary/glossary.data.ts +82 -0
  142. package/auto.pareto/auto.dependencies/pareto-subatomic-library/modules/json/api.data.ts +16 -0
  143. package/auto.pareto/auto.dependencies/pareto-subatomic-library/modules/json/glossary.data.ts +51 -0
  144. package/auto.pareto/auto.dependencies/pareto-subatomic-library/modules/numerical_predicates/api.data.ts +18 -0
  145. package/auto.pareto/auto.dependencies/pareto-subatomic-library/modules/numerical_predicates/glossary.data.ts +40 -0
  146. package/auto.pareto/auto.dependencies/pareto-subatomic-library/modules/string/api.data.ts +42 -0
  147. package/auto.pareto/auto.dependencies/pareto-subatomic-library/modules/string/glossary.data.ts +109 -0
  148. package/auto.pareto/modules/pareto2typescript/api.data.ts +8 -11
  149. package/auto.pareto/modules/pareto2typescript/glossary.data.ts +33 -22
  150. package/auto.pareto/modules/typescript_naming/api.data.ts +28 -0
  151. package/auto.pareto/modules/typescript_naming/glossary.data.ts +34 -0
  152. package/auto.pareto/modules/typescript_serialize/api.data.ts +17 -0
  153. package/auto.pareto/modules/typescript_serialize/glossary.data.ts +36 -0
  154. package/package.json +6 -5
  155. package/auto.dist/public/cosmos__2__pareto/auto.api.d.ts +0 -6
  156. package/auto.dist/public/cosmos__2__pareto/auto.implementation.d.ts +0 -2
  157. package/auto.dist/public/cosmos__2__pareto/auto.implementation.js +0 -6
  158. package/auto.dist/public/cosmos__2__pareto/auto.provided_interface_glossary.d.ts +0 -3281
  159. package/auto.dist/public/cosmos__2__pareto/auto.provided_interface_glossary.shadow.d.ts +0 -29
  160. package/auto.dist/public/cosmos__2__pareto/auto.provided_interface_glossary.shadow.js +0 -3
  161. package/auto.dist/public/cosmos__2__pareto/implementations/library2ParetoComparators.alg.d.ts +0 -2
  162. package/auto.dist/public/cosmos__2__pareto/implementations/library2ParetoComparators.alg.js +0 -359
  163. package/auto.dist/public/fountain__pen/auto.implementation.d.ts +0 -2
  164. package/auto.dist/public/fountain__pen/auto.implementation.js +0 -6
  165. package/auto.dist/public/fountain__pen/auto.provided_interface_glossary.d.ts +0 -29
  166. package/auto.dist/public/fountain__pen/auto.provided_interface_glossary.shadow.js +0 -3
  167. package/auto.dist/public/fountain__pen/implementations/serialize.alg.d.ts +0 -2
  168. package/auto.dist/public/fountain__pen/implementations/serialize.alg.js +0 -98
  169. package/auto.dist/public/glossaries/cosmos__type__system.d.ts +0 -1760
  170. package/auto.dist/public/glossaries/cosmos__type__system.js +0 -3
  171. package/auto.dist/public/glossaries/cosmos__type__system.shadow.d.ts +0 -8
  172. package/auto.dist/public/glossaries/cosmos__type__system.shadow.js +0 -3
  173. package/auto.dist/public/glossaries/grammar.d.ts +0 -260
  174. package/auto.dist/public/glossaries/grammar.js +0 -3
  175. package/auto.dist/public/glossaries/grammar.shadow.d.ts +0 -8
  176. package/auto.dist/public/glossaries/grammar.shadow.js +0 -3
  177. package/auto.dist/public/glossaries/liana.d.ts +0 -2433
  178. package/auto.dist/public/glossaries/liana.js +0 -3
  179. package/auto.dist/public/glossaries/liana.shadow.d.ts +0 -8
  180. package/auto.dist/public/glossaries/liana.shadow.js +0 -3
  181. package/auto.dist/public/glossaries/pareto.d.ts +0 -1503
  182. package/auto.dist/public/glossaries/pareto.js +0 -3
  183. package/auto.dist/public/glossaries/pareto.shadow.d.ts +0 -8
  184. package/auto.dist/public/glossaries/pareto.shadow.js +0 -3
  185. package/auto.dist/public/glossaries/tendril.d.ts +0 -1425
  186. package/auto.dist/public/glossaries/tendril.js +0 -3
  187. package/auto.dist/public/glossaries/tendril.shadow.d.ts +0 -8
  188. package/auto.dist/public/glossaries/tendril.shadow.js +0 -3
  189. package/auto.dist/public/pareto__2__typescript/auto.provided_interface_glossary.shadow.js +0 -3
  190. package/auto.dist/public/pareto__2__typescript/implementations/serializeCompilationUnit.alg.js +0 -558
  191. package/auto.dist/public/shorthands/cosmos.d.ts +0 -50
  192. package/auto.dist/public/shorthands/cosmos.js +0 -512
  193. package/auto.dist/public/shorthands/grammar.d.ts +0 -13
  194. package/auto.dist/public/shorthands/grammar.js +0 -110
  195. package/auto.dist/public/shorthands/liana.d.ts +0 -66
  196. package/auto.dist/public/shorthands/liana.js +0 -728
  197. package/auto.dist/public/shorthands/pareto.d.ts +0 -48
  198. package/auto.dist/public/shorthands/pareto.js +0 -243
  199. package/auto.dist/public/shorthands/tendril.d.ts +0 -48
  200. package/auto.dist/public/shorthands/tendril.js +0 -402
  201. /package/auto.dist/public/{pareto__2__typescript → modules/pareto2typescript}/auto.api.d.ts +0 -0
  202. /package/auto.dist/public/{pareto__2__typescript → modules/pareto2typescript}/auto.implementation.d.ts +0 -0
  203. /package/auto.dist/public/{pareto__2__typescript → modules/pareto2typescript}/implementations/serializeCompilationUnit.alg.d.ts +0 -0
  204. /package/auto.dist/public/{cosmos__2__pareto → modules/pareto2typescript}/index.d.ts +0 -0
  205. /package/auto.dist/public/{fountain__pen → modules/typescript__naming}/index.d.ts +0 -0
  206. /package/auto.dist/public/{pareto__2__typescript → modules/typescript__serialize}/index.d.ts +0 -0
  207. /package/auto.pareto/{glossaries → auto.dependencies/pareto-pure/glossaries}/auto.grammar.data.ts +0 -0
  208. /package/auto.pareto/{glossaries → auto.dependencies/pareto-pure/glossaries}/auto.liana.data.ts +0 -0
  209. /package/auto.pareto/{glossaries → auto.dependencies/pareto-pure/glossaries}/auto.pareto.data.ts +0 -0
  210. /package/auto.pareto/{glossaries → auto.dependencies/pareto-pure/glossaries}/auto.tendril.data.ts +0 -0
  211. /package/auto.pareto/{modules → auto.dependencies/pareto-pure/modules}/cosmos2pareto/api.data.ts +0 -0
@@ -1,1503 +0,0 @@
1
- import * as pt from 'pareto-core-types';
2
- export declare namespace G { }
3
- export declare namespace N {
4
- namespace Compilation_$_$Unit {
5
- namespace N {
6
- namespace G {
7
- namespace N {
8
- namespace imports {
9
- namespace N {
10
- namespace DX {
11
- namespace N {
12
- namespace G {
13
- namespace N {
14
- namespace path {
15
- namespace N { }
16
- namespace D { }
17
- }
18
- }
19
- namespace D { }
20
- }
21
- }
22
- namespace D { }
23
- }
24
- }
25
- namespace D { }
26
- }
27
- namespace root_$_$namespace {
28
- namespace N { }
29
- namespace D { }
30
- }
31
- }
32
- namespace D { }
33
- }
34
- }
35
- namespace D { }
36
- }
37
- namespace Expression {
38
- namespace N {
39
- namespace TU {
40
- namespace N {
41
- namespace flow {
42
- namespace N {
43
- namespace TU {
44
- namespace N {
45
- namespace block {
46
- namespace N { }
47
- namespace D { }
48
- }
49
- namespace change_$_$context {
50
- namespace N {
51
- namespace G {
52
- namespace N {
53
- namespace new_$_$context_$_$selection {
54
- namespace N { }
55
- namespace D { }
56
- }
57
- namespace sub_$_$expression {
58
- namespace N { }
59
- namespace D { }
60
- }
61
- }
62
- namespace D { }
63
- }
64
- }
65
- namespace D { }
66
- }
67
- namespace implement_$_$me {
68
- namespace N { }
69
- namespace D { }
70
- }
71
- namespace panic {
72
- namespace N { }
73
- namespace D { }
74
- }
75
- }
76
- namespace D { }
77
- }
78
- }
79
- namespace D { }
80
- }
81
- namespace literal {
82
- namespace N {
83
- namespace TU {
84
- namespace N {
85
- namespace array {
86
- namespace N {
87
- namespace A {
88
- namespace N { }
89
- namespace D { }
90
- }
91
- }
92
- namespace D { }
93
- }
94
- namespace _$lboolean {
95
- namespace N {
96
- namespace TU {
97
- namespace N {
98
- namespace _$lfalse {
99
- namespace N { }
100
- namespace D { }
101
- }
102
- namespace _$ltrue {
103
- namespace N { }
104
- namespace D { }
105
- }
106
- }
107
- namespace D { }
108
- }
109
- }
110
- namespace D { }
111
- }
112
- namespace dictionary {
113
- namespace N {
114
- namespace DX {
115
- namespace N { }
116
- namespace D { }
117
- }
118
- }
119
- namespace D { }
120
- }
121
- namespace _$lfunction {
122
- namespace N {
123
- namespace G {
124
- namespace N {
125
- namespace block {
126
- namespace N { }
127
- namespace D { }
128
- }
129
- namespace temp_$_$signature_$_$help {
130
- namespace N {
131
- namespace TU {
132
- namespace N {
133
- namespace has_$_$additional_$_$parameters {
134
- namespace N { }
135
- namespace D { }
136
- }
137
- namespace has_$_$no_$_$additional_$_$parameters {
138
- namespace N { }
139
- namespace D { }
140
- }
141
- namespace typed {
142
- namespace N { }
143
- namespace D { }
144
- }
145
- }
146
- namespace D { }
147
- }
148
- }
149
- namespace D { }
150
- }
151
- }
152
- namespace D { }
153
- }
154
- }
155
- namespace D { }
156
- }
157
- namespace group {
158
- namespace N {
159
- namespace DX {
160
- namespace N { }
161
- namespace D { }
162
- }
163
- }
164
- namespace D { }
165
- }
166
- namespace _$lnull {
167
- namespace N { }
168
- namespace D { }
169
- }
170
- namespace _$lnumber {
171
- namespace N { }
172
- namespace D { }
173
- }
174
- namespace optional {
175
- namespace N {
176
- namespace TU {
177
- namespace N {
178
- namespace not_$_$set {
179
- namespace N { }
180
- namespace D { }
181
- }
182
- namespace _$lset {
183
- namespace N { }
184
- namespace D { }
185
- }
186
- }
187
- namespace D { }
188
- }
189
- }
190
- namespace D { }
191
- }
192
- namespace _$lstring {
193
- namespace N { }
194
- namespace D { }
195
- }
196
- namespace tagged_$_$union {
197
- namespace N {
198
- namespace G {
199
- namespace N {
200
- namespace data {
201
- namespace N { }
202
- namespace D { }
203
- }
204
- namespace state {
205
- namespace N { }
206
- namespace D { }
207
- }
208
- }
209
- namespace D { }
210
- }
211
- }
212
- namespace D { }
213
- }
214
- }
215
- namespace D { }
216
- }
217
- }
218
- namespace D { }
219
- }
220
- namespace map {
221
- namespace N {
222
- namespace G {
223
- namespace N {
224
- namespace selection {
225
- namespace N { }
226
- namespace D { }
227
- }
228
- namespace _$ltype {
229
- namespace N {
230
- namespace TU {
231
- namespace N {
232
- namespace array {
233
- namespace N { }
234
- namespace D { }
235
- }
236
- namespace _$lboolean {
237
- namespace N {
238
- namespace G {
239
- namespace N {
240
- namespace false_$_$expression {
241
- namespace N { }
242
- namespace D { }
243
- }
244
- namespace true_$_$expression {
245
- namespace N { }
246
- namespace D { }
247
- }
248
- }
249
- namespace D { }
250
- }
251
- }
252
- namespace D { }
253
- }
254
- namespace dictionary {
255
- namespace N { }
256
- namespace D { }
257
- }
258
- namespace optional {
259
- namespace N {
260
- namespace G {
261
- namespace N {
262
- namespace not_$_$set {
263
- namespace N { }
264
- namespace D { }
265
- }
266
- namespace _$lset {
267
- namespace N { }
268
- namespace D { }
269
- }
270
- }
271
- namespace D { }
272
- }
273
- }
274
- namespace D { }
275
- }
276
- namespace tagged_$_$union {
277
- namespace N {
278
- namespace G {
279
- namespace N {
280
- namespace cases {
281
- namespace N {
282
- namespace DX {
283
- namespace N { }
284
- namespace D { }
285
- }
286
- }
287
- namespace D { }
288
- }
289
- namespace _$ldefault {
290
- namespace N {
291
- namespace O {
292
- namespace N { }
293
- namespace D { }
294
- }
295
- }
296
- namespace D { }
297
- }
298
- }
299
- namespace D { }
300
- }
301
- }
302
- namespace D { }
303
- }
304
- }
305
- namespace D { }
306
- }
307
- }
308
- namespace D { }
309
- }
310
- }
311
- namespace D { }
312
- }
313
- }
314
- namespace D { }
315
- }
316
- namespace reduce {
317
- namespace N {
318
- namespace G {
319
- namespace N {
320
- namespace callback {
321
- namespace N { }
322
- namespace D { }
323
- }
324
- namespace initial {
325
- namespace N { }
326
- namespace D { }
327
- }
328
- namespace selection {
329
- namespace N { }
330
- namespace D { }
331
- }
332
- }
333
- namespace D { }
334
- }
335
- }
336
- namespace D { }
337
- }
338
- namespace selection {
339
- namespace N {
340
- namespace G {
341
- namespace N {
342
- namespace start {
343
- namespace N {
344
- namespace TU {
345
- namespace N {
346
- namespace context {
347
- namespace N { }
348
- namespace D { }
349
- }
350
- namespace parameter {
351
- namespace N { }
352
- namespace D { }
353
- }
354
- namespace seed {
355
- namespace N { }
356
- namespace D { }
357
- }
358
- namespace variable {
359
- namespace N {
360
- namespace G {
361
- namespace N {
362
- namespace _$limport {
363
- namespace N {
364
- namespace O {
365
- namespace N { }
366
- namespace D { }
367
- }
368
- }
369
- namespace D { }
370
- }
371
- namespace namespace_$_$path {
372
- namespace N {
373
- namespace A {
374
- namespace N { }
375
- namespace D { }
376
- }
377
- }
378
- namespace D { }
379
- }
380
- namespace variable {
381
- namespace N { }
382
- namespace D { }
383
- }
384
- }
385
- namespace D { }
386
- }
387
- }
388
- namespace D { }
389
- }
390
- }
391
- namespace D { }
392
- }
393
- }
394
- namespace D { }
395
- }
396
- namespace tail {
397
- namespace N {
398
- namespace A {
399
- namespace N {
400
- namespace TU {
401
- namespace N {
402
- namespace call {
403
- namespace N {
404
- namespace G {
405
- namespace N {
406
- namespace _$larguments {
407
- namespace N {
408
- namespace DX {
409
- namespace N { }
410
- namespace D { }
411
- }
412
- }
413
- namespace D { }
414
- }
415
- namespace context {
416
- namespace N { }
417
- namespace D { }
418
- }
419
- namespace type_$_$arguments {
420
- namespace N { }
421
- namespace D { }
422
- }
423
- }
424
- namespace D { }
425
- }
426
- }
427
- namespace D { }
428
- }
429
- namespace member_$_$selection {
430
- namespace N { }
431
- namespace D { }
432
- }
433
- }
434
- namespace D { }
435
- }
436
- }
437
- namespace D { }
438
- }
439
- }
440
- namespace D { }
441
- }
442
- }
443
- namespace D { }
444
- }
445
- }
446
- namespace D { }
447
- }
448
- }
449
- namespace D { }
450
- }
451
- }
452
- namespace D { }
453
- }
454
- namespace Function_$_$Signature {
455
- namespace N {
456
- namespace G {
457
- namespace N {
458
- namespace context_$_$parameter {
459
- namespace N { }
460
- namespace D { }
461
- }
462
- namespace parameters {
463
- namespace N {
464
- namespace DX {
465
- namespace N { }
466
- namespace D { }
467
- }
468
- }
469
- namespace D { }
470
- }
471
- namespace return_$_$type {
472
- namespace N {
473
- namespace O {
474
- namespace N { }
475
- namespace D { }
476
- }
477
- }
478
- namespace D { }
479
- }
480
- namespace type_$_$parameters {
481
- namespace N { }
482
- namespace D { }
483
- }
484
- }
485
- namespace D { }
486
- }
487
- }
488
- namespace D { }
489
- }
490
- namespace Namespace {
491
- namespace N {
492
- namespace G {
493
- namespace N {
494
- namespace namespaces {
495
- namespace N {
496
- namespace DX {
497
- namespace N { }
498
- namespace D { }
499
- }
500
- }
501
- namespace D { }
502
- }
503
- namespace types {
504
- namespace N {
505
- namespace DX {
506
- namespace N {
507
- namespace G {
508
- namespace N {
509
- namespace _$ltype {
510
- namespace N { }
511
- namespace D { }
512
- }
513
- namespace type_$_$parameters {
514
- namespace N { }
515
- namespace D { }
516
- }
517
- }
518
- namespace D { }
519
- }
520
- }
521
- namespace D { }
522
- }
523
- }
524
- namespace D { }
525
- }
526
- namespace variables {
527
- namespace N { }
528
- namespace D { }
529
- }
530
- }
531
- namespace D { }
532
- }
533
- }
534
- namespace D { }
535
- }
536
- namespace Statement_$_$Block {
537
- namespace N {
538
- namespace G {
539
- namespace N {
540
- namespace statements {
541
- namespace N {
542
- namespace A {
543
- namespace N {
544
- namespace TU {
545
- namespace N {
546
- namespace assignment {
547
- namespace N {
548
- namespace G {
549
- namespace N {
550
- namespace expression {
551
- namespace N { }
552
- namespace D { }
553
- }
554
- namespace selection {
555
- namespace N { }
556
- namespace D { }
557
- }
558
- }
559
- namespace D { }
560
- }
561
- }
562
- namespace D { }
563
- }
564
- namespace change_$_$context {
565
- namespace N {
566
- namespace G {
567
- namespace N {
568
- namespace new_$_$context_$_$selection {
569
- namespace N { }
570
- namespace D { }
571
- }
572
- namespace sub_$_$statement_$_$block {
573
- namespace N { }
574
- namespace D { }
575
- }
576
- }
577
- namespace D { }
578
- }
579
- }
580
- namespace D { }
581
- }
582
- namespace debug {
583
- namespace N { }
584
- namespace D { }
585
- }
586
- namespace expression {
587
- namespace N { }
588
- namespace D { }
589
- }
590
- namespace _$lif {
591
- namespace N {
592
- namespace G {
593
- namespace N {
594
- namespace condition {
595
- namespace N { }
596
- namespace D { }
597
- }
598
- namespace _$lelse {
599
- namespace N {
600
- namespace O {
601
- namespace N { }
602
- namespace D { }
603
- }
604
- }
605
- namespace D { }
606
- }
607
- namespace if_$_$block {
608
- namespace N { }
609
- namespace D { }
610
- }
611
- }
612
- namespace D { }
613
- }
614
- }
615
- namespace D { }
616
- }
617
- namespace _$lreturn {
618
- namespace N {
619
- namespace G {
620
- namespace N {
621
- namespace expression {
622
- namespace N { }
623
- namespace D { }
624
- }
625
- }
626
- namespace D { }
627
- }
628
- }
629
- namespace D { }
630
- }
631
- namespace sub_$_$block {
632
- namespace N { }
633
- namespace D { }
634
- }
635
- namespace _$lswitch {
636
- namespace N {
637
- namespace G {
638
- namespace N {
639
- namespace cases {
640
- namespace N {
641
- namespace DX {
642
- namespace N { }
643
- namespace D { }
644
- }
645
- }
646
- namespace D { }
647
- }
648
- namespace _$ldefault {
649
- namespace N {
650
- namespace O {
651
- namespace N { }
652
- namespace D { }
653
- }
654
- }
655
- namespace D { }
656
- }
657
- namespace select {
658
- namespace N { }
659
- namespace D { }
660
- }
661
- }
662
- namespace D { }
663
- }
664
- }
665
- namespace D { }
666
- }
667
- }
668
- namespace D { }
669
- }
670
- }
671
- namespace D { }
672
- }
673
- }
674
- namespace D { }
675
- }
676
- namespace variables {
677
- namespace N { }
678
- namespace D { }
679
- }
680
- }
681
- namespace D { }
682
- }
683
- }
684
- namespace D { }
685
- }
686
- namespace Type {
687
- namespace N {
688
- namespace TU {
689
- namespace N {
690
- namespace array {
691
- namespace N { }
692
- namespace D { }
693
- }
694
- namespace _$lboolean {
695
- namespace N { }
696
- namespace D { }
697
- }
698
- namespace dictionary {
699
- namespace N { }
700
- namespace D { }
701
- }
702
- namespace _$lfunction {
703
- namespace N { }
704
- namespace D { }
705
- }
706
- namespace group {
707
- namespace N {
708
- namespace G {
709
- namespace N {
710
- namespace members {
711
- namespace N {
712
- namespace DX {
713
- namespace N { }
714
- namespace D { }
715
- }
716
- }
717
- namespace D { }
718
- }
719
- }
720
- namespace D { }
721
- }
722
- }
723
- namespace D { }
724
- }
725
- namespace _$lnull {
726
- namespace N { }
727
- namespace D { }
728
- }
729
- namespace _$lnumber {
730
- namespace N { }
731
- namespace D { }
732
- }
733
- namespace optional {
734
- namespace N { }
735
- namespace D { }
736
- }
737
- namespace parameter_$_$selection {
738
- namespace N { }
739
- namespace D { }
740
- }
741
- namespace _$lstring {
742
- namespace N { }
743
- namespace D { }
744
- }
745
- namespace tagged_$_$union {
746
- namespace N {
747
- namespace DX {
748
- namespace N { }
749
- namespace D { }
750
- }
751
- }
752
- namespace D { }
753
- }
754
- namespace type_$_$selection {
755
- namespace N {
756
- namespace G {
757
- namespace N {
758
- namespace _$limport {
759
- namespace N {
760
- namespace O {
761
- namespace N { }
762
- namespace D { }
763
- }
764
- }
765
- namespace D { }
766
- }
767
- namespace namespace_$_$path {
768
- namespace N {
769
- namespace A {
770
- namespace N { }
771
- namespace D { }
772
- }
773
- }
774
- namespace D { }
775
- }
776
- namespace _$ltype {
777
- namespace N { }
778
- namespace D { }
779
- }
780
- namespace type_$_$arguments {
781
- namespace N { }
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
- namespace Type_$_$Arguments {
797
- namespace N {
798
- namespace DX {
799
- namespace N { }
800
- namespace D { }
801
- }
802
- }
803
- namespace D { }
804
- }
805
- namespace Type_$_$Parameters {
806
- namespace N {
807
- namespace DX {
808
- namespace N { }
809
- namespace D { }
810
- }
811
- }
812
- namespace D { }
813
- }
814
- namespace Variables {
815
- namespace N {
816
- namespace DX {
817
- namespace N {
818
- namespace G {
819
- namespace N {
820
- namespace expression {
821
- namespace N { }
822
- namespace D { }
823
- }
824
- namespace mutable {
825
- namespace N { }
826
- namespace D { }
827
- }
828
- namespace _$ltype {
829
- namespace N {
830
- namespace O {
831
- namespace N { }
832
- namespace D { }
833
- }
834
- }
835
- namespace D { }
836
- }
837
- }
838
- namespace D { }
839
- }
840
- }
841
- namespace D { }
842
- }
843
- }
844
- namespace D { }
845
- }
846
- }
847
- export declare namespace D {
848
- namespace Compilation__Unit {
849
- namespace imports {
850
- namespace DX {
851
- type path = string;
852
- }
853
- type DX = {
854
- readonly 'path': string;
855
- };
856
- }
857
- type imports = pt.Dictionary<{
858
- readonly 'path': string;
859
- }>;
860
- type root__namespace = D.Namespace;
861
- }
862
- type Compilation__Unit = {
863
- readonly 'imports': pt.Dictionary<{
864
- readonly 'path': string;
865
- }>;
866
- readonly 'root namespace': D.Namespace;
867
- };
868
- namespace Expression {
869
- namespace flow {
870
- type block = D.Statement__Block;
871
- namespace change__context {
872
- type new__context__selection = D.Expression;
873
- type sub__expression = D.Expression;
874
- }
875
- type change__context = {
876
- readonly 'new context selection': D.Expression;
877
- readonly 'sub expression': D.Expression;
878
- };
879
- type implement__me = string;
880
- type panic = string;
881
- }
882
- type flow = ['block', D.Statement__Block] | [
883
- 'change context',
884
- {
885
- readonly 'new context selection': D.Expression;
886
- readonly 'sub expression': D.Expression;
887
- }
888
- ] | ['implement me', string] | ['panic', string];
889
- namespace literal {
890
- namespace array {
891
- type A = D.Expression;
892
- }
893
- type array = pt.Array<D.Expression>;
894
- namespace _lboolean {
895
- type _lfalse = null;
896
- type _ltrue = null;
897
- }
898
- type _lboolean = ['false', null] | ['true', null];
899
- namespace dictionary {
900
- type DX = D.Expression;
901
- }
902
- type dictionary = pt.Dictionary<D.Expression>;
903
- namespace _lfunction {
904
- type block = D.Statement__Block;
905
- namespace temp__signature__help {
906
- type has__additional__parameters = null;
907
- type has__no__additional__parameters = null;
908
- type typed = D.Function__Signature;
909
- }
910
- type temp__signature__help = ['has additional parameters', null] | ['has no additional parameters', null] | ['typed', D.Function__Signature];
911
- }
912
- type _lfunction = {
913
- readonly 'block': D.Statement__Block;
914
- readonly 'temp signature help': ['has additional parameters', null] | ['has no additional parameters', null] | ['typed', D.Function__Signature];
915
- };
916
- namespace group {
917
- type DX = D.Expression;
918
- }
919
- type group = pt.Dictionary<D.Expression>;
920
- type _lnull = null;
921
- type _lnumber = number;
922
- namespace optional {
923
- type not__set = null;
924
- type _lset = D.Expression;
925
- }
926
- type optional = ['not set', null] | ['set', D.Expression];
927
- type _lstring = string;
928
- namespace tagged__union {
929
- type data = D.Expression;
930
- type state = string;
931
- }
932
- type tagged__union = {
933
- readonly 'data': D.Expression;
934
- readonly 'state': string;
935
- };
936
- }
937
- type literal = ['array', pt.Array<D.Expression>] | [
938
- 'boolean',
939
- ['false', null] | ['true', null]
940
- ] | ['dictionary', pt.Dictionary<D.Expression>] | [
941
- 'function',
942
- {
943
- readonly 'block': D.Statement__Block;
944
- readonly 'temp signature help': ['has additional parameters', null] | ['has no additional parameters', null] | ['typed', D.Function__Signature];
945
- }
946
- ] | ['group', pt.Dictionary<D.Expression>] | ['null', null] | ['number', number] | [
947
- 'optional',
948
- ['not set', null] | ['set', D.Expression]
949
- ] | ['string', string] | [
950
- 'tagged union',
951
- {
952
- readonly 'data': D.Expression;
953
- readonly 'state': string;
954
- }
955
- ];
956
- namespace map {
957
- type selection = D.Expression;
958
- namespace _ltype {
959
- type array = D.Expression;
960
- namespace _lboolean {
961
- type false__expression = D.Expression;
962
- type true__expression = D.Expression;
963
- }
964
- type _lboolean = {
965
- readonly 'false expression': D.Expression;
966
- readonly 'true expression': D.Expression;
967
- };
968
- type dictionary = D.Expression;
969
- namespace optional {
970
- type not__set = D.Expression;
971
- type _lset = D.Expression;
972
- }
973
- type optional = {
974
- readonly 'not set': D.Expression;
975
- readonly 'set': D.Expression;
976
- };
977
- namespace tagged__union {
978
- namespace cases {
979
- type DX = D.Expression;
980
- }
981
- type cases = pt.Dictionary<D.Expression>;
982
- namespace _ldefault {
983
- type O = D.Expression;
984
- }
985
- type _ldefault = pt.OptionalValue<D.Expression>;
986
- }
987
- type tagged__union = {
988
- readonly 'cases': pt.Dictionary<D.Expression>;
989
- readonly 'default': pt.OptionalValue<D.Expression>;
990
- };
991
- }
992
- type _ltype = ['array', D.Expression] | [
993
- 'boolean',
994
- {
995
- readonly 'false expression': D.Expression;
996
- readonly 'true expression': D.Expression;
997
- }
998
- ] | ['dictionary', D.Expression] | [
999
- 'optional',
1000
- {
1001
- readonly 'not set': D.Expression;
1002
- readonly 'set': D.Expression;
1003
- }
1004
- ] | [
1005
- 'tagged union',
1006
- {
1007
- readonly 'cases': pt.Dictionary<D.Expression>;
1008
- readonly 'default': pt.OptionalValue<D.Expression>;
1009
- }
1010
- ];
1011
- }
1012
- type map = {
1013
- readonly 'selection': D.Expression;
1014
- readonly 'type': ['array', D.Expression] | [
1015
- 'boolean',
1016
- {
1017
- readonly 'false expression': D.Expression;
1018
- readonly 'true expression': D.Expression;
1019
- }
1020
- ] | ['dictionary', D.Expression] | [
1021
- 'optional',
1022
- {
1023
- readonly 'not set': D.Expression;
1024
- readonly 'set': D.Expression;
1025
- }
1026
- ] | [
1027
- 'tagged union',
1028
- {
1029
- readonly 'cases': pt.Dictionary<D.Expression>;
1030
- readonly 'default': pt.OptionalValue<D.Expression>;
1031
- }
1032
- ];
1033
- };
1034
- namespace reduce {
1035
- type callback = D.Expression;
1036
- type initial = D.Expression;
1037
- type selection = D.Expression;
1038
- }
1039
- type reduce = {
1040
- readonly 'callback': D.Expression;
1041
- readonly 'initial': D.Expression;
1042
- readonly 'selection': D.Expression;
1043
- };
1044
- namespace selection {
1045
- namespace start {
1046
- type context = null;
1047
- type parameter = string;
1048
- type seed = null;
1049
- namespace variable {
1050
- namespace _limport {
1051
- type O = string;
1052
- }
1053
- type _limport = pt.OptionalValue<string>;
1054
- namespace namespace__path {
1055
- type A = string;
1056
- }
1057
- type namespace__path = pt.Array<string>;
1058
- type variable = string;
1059
- }
1060
- type variable = {
1061
- readonly 'import': pt.OptionalValue<string>;
1062
- readonly 'namespace path': pt.Array<string>;
1063
- readonly 'variable': string;
1064
- };
1065
- }
1066
- type start = ['context', null] | ['parameter', string] | ['seed', null] | [
1067
- 'variable',
1068
- {
1069
- readonly 'import': pt.OptionalValue<string>;
1070
- readonly 'namespace path': pt.Array<string>;
1071
- readonly 'variable': string;
1072
- }
1073
- ];
1074
- namespace tail {
1075
- namespace A {
1076
- namespace call {
1077
- namespace _larguments {
1078
- type DX = D.Expression;
1079
- }
1080
- type _larguments = pt.Dictionary<D.Expression>;
1081
- type context = D.Expression;
1082
- type type__arguments = D.Type__Arguments;
1083
- }
1084
- type call = {
1085
- readonly 'arguments': pt.Dictionary<D.Expression>;
1086
- readonly 'context': D.Expression;
1087
- readonly 'type arguments': D.Type__Arguments;
1088
- };
1089
- type member__selection = string;
1090
- }
1091
- type A = [
1092
- 'call',
1093
- {
1094
- readonly 'arguments': pt.Dictionary<D.Expression>;
1095
- readonly 'context': D.Expression;
1096
- readonly 'type arguments': D.Type__Arguments;
1097
- }
1098
- ] | ['member selection', string];
1099
- }
1100
- type tail = pt.Array<[
1101
- 'call',
1102
- {
1103
- readonly 'arguments': pt.Dictionary<D.Expression>;
1104
- readonly 'context': D.Expression;
1105
- readonly 'type arguments': D.Type__Arguments;
1106
- }
1107
- ] | ['member selection', string]>;
1108
- }
1109
- type selection = {
1110
- readonly 'start': ['context', null] | ['parameter', string] | ['seed', null] | [
1111
- 'variable',
1112
- {
1113
- readonly 'import': pt.OptionalValue<string>;
1114
- readonly 'namespace path': pt.Array<string>;
1115
- readonly 'variable': string;
1116
- }
1117
- ];
1118
- readonly 'tail': pt.Array<[
1119
- 'call',
1120
- {
1121
- readonly 'arguments': pt.Dictionary<D.Expression>;
1122
- readonly 'context': D.Expression;
1123
- readonly 'type arguments': D.Type__Arguments;
1124
- }
1125
- ] | ['member selection', string]>;
1126
- };
1127
- }
1128
- type Expression = [
1129
- 'flow',
1130
- ['block', D.Statement__Block] | [
1131
- 'change context',
1132
- {
1133
- readonly 'new context selection': D.Expression;
1134
- readonly 'sub expression': D.Expression;
1135
- }
1136
- ] | ['implement me', string] | ['panic', string]
1137
- ] | [
1138
- 'literal',
1139
- ['array', pt.Array<D.Expression>] | [
1140
- 'boolean',
1141
- ['false', null] | ['true', null]
1142
- ] | ['dictionary', pt.Dictionary<D.Expression>] | [
1143
- 'function',
1144
- {
1145
- readonly 'block': D.Statement__Block;
1146
- readonly 'temp signature help': ['has additional parameters', null] | ['has no additional parameters', null] | ['typed', D.Function__Signature];
1147
- }
1148
- ] | ['group', pt.Dictionary<D.Expression>] | ['null', null] | ['number', number] | [
1149
- 'optional',
1150
- ['not set', null] | ['set', D.Expression]
1151
- ] | ['string', string] | [
1152
- 'tagged union',
1153
- {
1154
- readonly 'data': D.Expression;
1155
- readonly 'state': string;
1156
- }
1157
- ]
1158
- ] | [
1159
- 'map',
1160
- {
1161
- readonly 'selection': D.Expression;
1162
- readonly 'type': ['array', D.Expression] | [
1163
- 'boolean',
1164
- {
1165
- readonly 'false expression': D.Expression;
1166
- readonly 'true expression': D.Expression;
1167
- }
1168
- ] | ['dictionary', D.Expression] | [
1169
- 'optional',
1170
- {
1171
- readonly 'not set': D.Expression;
1172
- readonly 'set': D.Expression;
1173
- }
1174
- ] | [
1175
- 'tagged union',
1176
- {
1177
- readonly 'cases': pt.Dictionary<D.Expression>;
1178
- readonly 'default': pt.OptionalValue<D.Expression>;
1179
- }
1180
- ];
1181
- }
1182
- ] | [
1183
- 'reduce',
1184
- {
1185
- readonly 'callback': D.Expression;
1186
- readonly 'initial': D.Expression;
1187
- readonly 'selection': D.Expression;
1188
- }
1189
- ] | [
1190
- 'selection',
1191
- {
1192
- readonly 'start': ['context', null] | ['parameter', string] | ['seed', null] | [
1193
- 'variable',
1194
- {
1195
- readonly 'import': pt.OptionalValue<string>;
1196
- readonly 'namespace path': pt.Array<string>;
1197
- readonly 'variable': string;
1198
- }
1199
- ];
1200
- readonly 'tail': pt.Array<[
1201
- 'call',
1202
- {
1203
- readonly 'arguments': pt.Dictionary<D.Expression>;
1204
- readonly 'context': D.Expression;
1205
- readonly 'type arguments': D.Type__Arguments;
1206
- }
1207
- ] | ['member selection', string]>;
1208
- }
1209
- ];
1210
- namespace Function__Signature {
1211
- type context__parameter = D.Type;
1212
- namespace parameters {
1213
- type DX = D.Type;
1214
- }
1215
- type parameters = pt.Dictionary<D.Type>;
1216
- namespace return__type {
1217
- type O = D.Type;
1218
- }
1219
- type return__type = pt.OptionalValue<D.Type>;
1220
- type type__parameters = D.Type__Parameters;
1221
- }
1222
- type Function__Signature = {
1223
- readonly 'context parameter': D.Type;
1224
- readonly 'parameters': pt.Dictionary<D.Type>;
1225
- readonly 'return type': pt.OptionalValue<D.Type>;
1226
- readonly 'type parameters': D.Type__Parameters;
1227
- };
1228
- namespace Namespace {
1229
- namespace namespaces {
1230
- type DX = D.Namespace;
1231
- }
1232
- type namespaces = pt.Dictionary<D.Namespace>;
1233
- namespace types {
1234
- namespace DX {
1235
- type _ltype = D.Type;
1236
- type type__parameters = D.Type__Parameters;
1237
- }
1238
- type DX = {
1239
- readonly 'type': D.Type;
1240
- readonly 'type parameters': D.Type__Parameters;
1241
- };
1242
- }
1243
- type types = pt.Dictionary<{
1244
- readonly 'type': D.Type;
1245
- readonly 'type parameters': D.Type__Parameters;
1246
- }>;
1247
- type variables = D.Variables;
1248
- }
1249
- type Namespace = {
1250
- readonly 'namespaces': pt.Dictionary<D.Namespace>;
1251
- readonly 'types': pt.Dictionary<{
1252
- readonly 'type': D.Type;
1253
- readonly 'type parameters': D.Type__Parameters;
1254
- }>;
1255
- readonly 'variables': D.Variables;
1256
- };
1257
- namespace Statement__Block {
1258
- namespace statements {
1259
- namespace A {
1260
- namespace assignment {
1261
- type expression = D.Expression;
1262
- type selection = D.Expression;
1263
- }
1264
- type assignment = {
1265
- readonly 'expression': D.Expression;
1266
- readonly 'selection': D.Expression;
1267
- };
1268
- namespace change__context {
1269
- type new__context__selection = D.Expression;
1270
- type sub__statement__block = D.Statement__Block;
1271
- }
1272
- type change__context = {
1273
- readonly 'new context selection': D.Expression;
1274
- readonly 'sub statement block': D.Statement__Block;
1275
- };
1276
- type debug = string;
1277
- type expression = D.Expression;
1278
- namespace _lif {
1279
- type condition = D.Expression;
1280
- namespace _lelse {
1281
- type O = D.Statement__Block;
1282
- }
1283
- type _lelse = pt.OptionalValue<D.Statement__Block>;
1284
- type if__block = D.Statement__Block;
1285
- }
1286
- type _lif = {
1287
- readonly 'condition': D.Expression;
1288
- readonly 'else': pt.OptionalValue<D.Statement__Block>;
1289
- readonly 'if block': D.Statement__Block;
1290
- };
1291
- namespace _lreturn {
1292
- type expression = D.Expression;
1293
- }
1294
- type _lreturn = {
1295
- readonly 'expression': D.Expression;
1296
- };
1297
- type sub__block = D.Statement__Block;
1298
- namespace _lswitch {
1299
- namespace cases {
1300
- type DX = D.Statement__Block;
1301
- }
1302
- type cases = pt.Dictionary<D.Statement__Block>;
1303
- namespace _ldefault {
1304
- type O = D.Statement__Block;
1305
- }
1306
- type _ldefault = pt.OptionalValue<D.Statement__Block>;
1307
- type select = D.Expression;
1308
- }
1309
- type _lswitch = {
1310
- readonly 'cases': pt.Dictionary<D.Statement__Block>;
1311
- readonly 'default': pt.OptionalValue<D.Statement__Block>;
1312
- readonly 'select': D.Expression;
1313
- };
1314
- }
1315
- type A = [
1316
- 'assignment',
1317
- {
1318
- readonly 'expression': D.Expression;
1319
- readonly 'selection': D.Expression;
1320
- }
1321
- ] | [
1322
- 'change context',
1323
- {
1324
- readonly 'new context selection': D.Expression;
1325
- readonly 'sub statement block': D.Statement__Block;
1326
- }
1327
- ] | ['debug', string] | ['expression', D.Expression] | [
1328
- 'if',
1329
- {
1330
- readonly 'condition': D.Expression;
1331
- readonly 'else': pt.OptionalValue<D.Statement__Block>;
1332
- readonly 'if block': D.Statement__Block;
1333
- }
1334
- ] | [
1335
- 'return',
1336
- {
1337
- readonly 'expression': D.Expression;
1338
- }
1339
- ] | ['sub block', D.Statement__Block] | [
1340
- 'switch',
1341
- {
1342
- readonly 'cases': pt.Dictionary<D.Statement__Block>;
1343
- readonly 'default': pt.OptionalValue<D.Statement__Block>;
1344
- readonly 'select': D.Expression;
1345
- }
1346
- ];
1347
- }
1348
- type statements = pt.Array<[
1349
- 'assignment',
1350
- {
1351
- readonly 'expression': D.Expression;
1352
- readonly 'selection': D.Expression;
1353
- }
1354
- ] | [
1355
- 'change context',
1356
- {
1357
- readonly 'new context selection': D.Expression;
1358
- readonly 'sub statement block': D.Statement__Block;
1359
- }
1360
- ] | ['debug', string] | ['expression', D.Expression] | [
1361
- 'if',
1362
- {
1363
- readonly 'condition': D.Expression;
1364
- readonly 'else': pt.OptionalValue<D.Statement__Block>;
1365
- readonly 'if block': D.Statement__Block;
1366
- }
1367
- ] | [
1368
- 'return',
1369
- {
1370
- readonly 'expression': D.Expression;
1371
- }
1372
- ] | ['sub block', D.Statement__Block] | [
1373
- 'switch',
1374
- {
1375
- readonly 'cases': pt.Dictionary<D.Statement__Block>;
1376
- readonly 'default': pt.OptionalValue<D.Statement__Block>;
1377
- readonly 'select': D.Expression;
1378
- }
1379
- ]>;
1380
- type variables = D.Variables;
1381
- }
1382
- type Statement__Block = {
1383
- readonly 'statements': pt.Array<[
1384
- 'assignment',
1385
- {
1386
- readonly 'expression': D.Expression;
1387
- readonly 'selection': D.Expression;
1388
- }
1389
- ] | [
1390
- 'change context',
1391
- {
1392
- readonly 'new context selection': D.Expression;
1393
- readonly 'sub statement block': D.Statement__Block;
1394
- }
1395
- ] | ['debug', string] | ['expression', D.Expression] | [
1396
- 'if',
1397
- {
1398
- readonly 'condition': D.Expression;
1399
- readonly 'else': pt.OptionalValue<D.Statement__Block>;
1400
- readonly 'if block': D.Statement__Block;
1401
- }
1402
- ] | [
1403
- 'return',
1404
- {
1405
- readonly 'expression': D.Expression;
1406
- }
1407
- ] | ['sub block', D.Statement__Block] | [
1408
- 'switch',
1409
- {
1410
- readonly 'cases': pt.Dictionary<D.Statement__Block>;
1411
- readonly 'default': pt.OptionalValue<D.Statement__Block>;
1412
- readonly 'select': D.Expression;
1413
- }
1414
- ]>;
1415
- readonly 'variables': D.Variables;
1416
- };
1417
- namespace Type {
1418
- type array = D.Type;
1419
- type _lboolean = null;
1420
- type dictionary = D.Type;
1421
- type _lfunction = D.Function__Signature;
1422
- namespace group {
1423
- namespace members {
1424
- type DX = D.Type;
1425
- }
1426
- type members = pt.Dictionary<D.Type>;
1427
- }
1428
- type group = {
1429
- readonly 'members': pt.Dictionary<D.Type>;
1430
- };
1431
- type _lnull = null;
1432
- type _lnumber = null;
1433
- type optional = D.Type;
1434
- type parameter__selection = string;
1435
- type _lstring = null;
1436
- namespace tagged__union {
1437
- type DX = D.Type;
1438
- }
1439
- type tagged__union = pt.Dictionary<D.Type>;
1440
- namespace type__selection {
1441
- namespace _limport {
1442
- type O = string;
1443
- }
1444
- type _limport = pt.OptionalValue<string>;
1445
- namespace namespace__path {
1446
- type A = string;
1447
- }
1448
- type namespace__path = pt.Array<string>;
1449
- type _ltype = string;
1450
- type type__arguments = D.Type__Arguments;
1451
- }
1452
- type type__selection = {
1453
- readonly 'import': pt.OptionalValue<string>;
1454
- readonly 'namespace path': pt.Array<string>;
1455
- readonly 'type': string;
1456
- readonly 'type arguments': D.Type__Arguments;
1457
- };
1458
- }
1459
- type Type = ['array', D.Type] | ['boolean', null] | ['dictionary', D.Type] | ['function', D.Function__Signature] | [
1460
- 'group',
1461
- {
1462
- readonly 'members': pt.Dictionary<D.Type>;
1463
- }
1464
- ] | ['null', null] | ['number', null] | ['optional', D.Type] | ['parameter selection', string] | ['string', null] | ['tagged union', pt.Dictionary<D.Type>] | [
1465
- 'type selection',
1466
- {
1467
- readonly 'import': pt.OptionalValue<string>;
1468
- readonly 'namespace path': pt.Array<string>;
1469
- readonly 'type': string;
1470
- readonly 'type arguments': D.Type__Arguments;
1471
- }
1472
- ];
1473
- namespace Type__Arguments {
1474
- type DX = D.Type;
1475
- }
1476
- type Type__Arguments = pt.Dictionary<D.Type>;
1477
- namespace Type__Parameters {
1478
- type DX = null;
1479
- }
1480
- type Type__Parameters = pt.Dictionary<null>;
1481
- namespace Variables {
1482
- namespace DX {
1483
- type expression = D.Expression;
1484
- type mutable = boolean;
1485
- namespace _ltype {
1486
- type O = D.Type;
1487
- }
1488
- type _ltype = pt.OptionalValue<D.Type>;
1489
- }
1490
- type DX = {
1491
- readonly 'expression': D.Expression;
1492
- readonly 'mutable': boolean;
1493
- readonly 'type': pt.OptionalValue<D.Type>;
1494
- };
1495
- }
1496
- type Variables = pt.Dictionary<{
1497
- readonly 'expression': D.Expression;
1498
- readonly 'mutable': boolean;
1499
- readonly 'type': pt.OptionalValue<D.Type>;
1500
- }>;
1501
- }
1502
- export declare namespace I { }
1503
- export declare namespace A { }