pareto 0.56.0 → 0.58.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 (219) hide show
  1. package/auto.dist/index.d.ts +5 -3
  2. package/auto.dist/index.js +7 -5
  3. package/auto.dist/public/modules/alan__light__serialize/auto.api.js +3 -0
  4. package/auto.dist/public/{fountain__pen → modules/alan__light__serialize}/auto.implementation.js +1 -1
  5. package/auto.dist/public/modules/alan__light__serialize/auto.provided_interface_glossary.d.ts +705 -0
  6. package/auto.dist/public/modules/alan__light__serialize/auto.provided_interface_glossary.js +3 -0
  7. package/auto.dist/public/modules/alan__light__serialize/auto.provided_interface_glossary.shadow.d.ts +34 -0
  8. package/auto.dist/public/modules/alan__light__serialize/auto.provided_interface_glossary.shadow.js +3 -0
  9. package/auto.dist/public/modules/alan__light__serialize/implementations/serialize.alg.js +115 -0
  10. package/auto.dist/public/modules/alan__light__serialize/index.js +19 -0
  11. package/auto.dist/public/{pareto__2__typescript → modules/pareto2typescript}/auto.api.js +1 -1
  12. package/auto.dist/public/{pareto__2__typescript → modules/pareto2typescript}/auto.implementation.js +1 -1
  13. package/auto.dist/public/{pareto__2__typescript → modules/pareto2typescript}/auto.provided_interface_glossary.d.ts +45 -8
  14. package/auto.dist/public/{cosmos__2__pareto → modules/pareto2typescript}/auto.provided_interface_glossary.js +1 -1
  15. package/auto.dist/public/{pareto__2__typescript → modules/pareto2typescript}/auto.provided_interface_glossary.shadow.d.ts +4 -0
  16. package/auto.dist/public/modules/pareto2typescript/auto.provided_interface_glossary.shadow.js +3 -0
  17. package/auto.dist/public/modules/pareto2typescript/implementations/serializeCompilationUnit.alg.js +529 -0
  18. package/auto.dist/public/{cosmos__2__pareto → modules/pareto2typescript}/index.js +1 -1
  19. package/auto.dist/public/{cosmos__2__pareto → modules/tendril2alan__light}/auto.api.d.ts +1 -1
  20. package/auto.dist/public/{cosmos__2__pareto → modules/tendril2alan__light}/auto.api.js +1 -1
  21. package/auto.dist/public/modules/tendril2alan__light/auto.implementation.d.ts +2 -0
  22. package/auto.dist/public/modules/tendril2alan__light/auto.implementation.js +6 -0
  23. package/auto.dist/public/modules/tendril2alan__light/auto.provided_interface_glossary.d.ts +1583 -0
  24. package/auto.dist/public/{fountain__pen → modules/tendril2alan__light}/auto.provided_interface_glossary.js +1 -1
  25. package/auto.dist/public/{cosmos__2__pareto → modules/tendril2alan__light}/auto.provided_interface_glossary.shadow.d.ts +3 -3
  26. package/auto.dist/public/modules/tendril2alan__light/auto.provided_interface_glossary.shadow.js +3 -0
  27. package/auto.dist/public/modules/tendril2alan__light/implementations/map.alg.d.ts +2 -0
  28. package/auto.dist/public/modules/tendril2alan__light/implementations/map.alg.js +141 -0
  29. package/auto.dist/public/{pareto__2__typescript → modules/tendril2alan__light}/index.js +1 -1
  30. package/auto.dist/public/modules/typescript__naming/auto.api.d.ts +6 -0
  31. package/auto.dist/public/{fountain__pen → modules/typescript__naming}/auto.api.js +1 -1
  32. package/auto.dist/public/modules/typescript__naming/auto.implementation.d.ts +2 -0
  33. package/auto.dist/public/modules/typescript__naming/auto.implementation.js +6 -0
  34. package/auto.dist/public/modules/typescript__naming/auto.provided_interface_glossary.d.ts +9 -0
  35. package/auto.dist/public/{pareto__2__typescript → modules/typescript__naming}/auto.provided_interface_glossary.js +1 -1
  36. package/auto.dist/public/{fountain__pen → modules/typescript__naming}/auto.provided_interface_glossary.shadow.d.ts +1 -1
  37. package/auto.dist/public/modules/typescript__naming/auto.provided_interface_glossary.shadow.js +3 -0
  38. package/auto.dist/public/modules/typescript__naming/implementations/createIdentifier.alg.d.ts +2 -0
  39. package/auto.dist/public/modules/typescript__naming/implementations/createIdentifier.alg.js +248 -0
  40. package/auto.dist/public/modules/typescript__naming/index.d.ts +2 -0
  41. package/auto.dist/public/{fountain__pen → modules/typescript__naming}/index.js +1 -1
  42. package/auto.dist/public/modules/typescript__serialize/auto.api.d.ts +8 -0
  43. package/auto.dist/public/modules/typescript__serialize/auto.api.js +3 -0
  44. package/auto.dist/public/modules/typescript__serialize/auto.implementation.d.ts +4 -0
  45. package/auto.dist/public/modules/typescript__serialize/auto.implementation.js +10 -0
  46. package/auto.dist/public/modules/typescript__serialize/auto.provided_interface_glossary.d.ts +11 -0
  47. package/auto.dist/public/modules/typescript__serialize/auto.provided_interface_glossary.js +3 -0
  48. package/auto.dist/public/modules/typescript__serialize/auto.provided_interface_glossary.shadow.d.ts +11 -0
  49. package/auto.dist/public/modules/typescript__serialize/auto.provided_interface_glossary.shadow.js +3 -0
  50. package/auto.dist/public/modules/typescript__serialize/implementations/createApostrophedString.alg.d.ts +2 -0
  51. package/auto.dist/public/modules/typescript__serialize/implementations/createApostrophedString.alg.js +62 -0
  52. package/auto.dist/public/modules/typescript__serialize/implementations/createBacktickedString.alg.d.ts +2 -0
  53. package/auto.dist/public/modules/typescript__serialize/implementations/createBacktickedString.alg.js +62 -0
  54. package/auto.dist/public/modules/typescript__serialize/implementations/createQuotedString.alg.d.ts +2 -0
  55. package/auto.dist/public/modules/typescript__serialize/implementations/createQuotedString.alg.js +45 -0
  56. package/auto.dist/public/modules/typescript__serialize/implementations/escape.alg.d.ts +0 -0
  57. package/auto.dist/public/modules/typescript__serialize/implementations/escape.alg.js +20 -0
  58. package/auto.dist/public/modules/typescript__serialize/index.d.ts +2 -0
  59. package/auto.dist/public/modules/typescript__serialize/index.js +19 -0
  60. package/auto.pareto/$.data.ts +13 -19
  61. package/auto.pareto/auto.dependencies/index.ts +6 -4
  62. package/auto.pareto/auto.dependencies/pareto-pure/$.data.ts +65 -0
  63. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/index.ts +7 -0
  64. package/auto.pareto/auto.dependencies/{pareto-standard-impure-library → pareto-pure/auto.dependencies/pareto-standard-library}/$.data.ts +3 -15
  65. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/arithmetic/api.data.ts +19 -0
  66. package/auto.pareto/auto.dependencies/{pareto-standard-impure-library → pareto-pure/auto.dependencies/pareto-standard-library}/modules/arithmetic/glossary.data.ts +2 -2
  67. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/array/api.data.ts +19 -0
  68. package/auto.pareto/auto.dependencies/{pareto-standard-impure-library → pareto-pure/auto.dependencies/pareto-standard-library}/modules/array/glossary.data.ts +11 -19
  69. package/auto.pareto/auto.dependencies/{pareto-standard-impure-library → pareto-pure/auto.dependencies/pareto-standard-library}/modules/boolean/api.data.ts +3 -3
  70. package/auto.pareto/auto.dependencies/{pareto-standard-impure-library → pareto-pure/auto.dependencies/pareto-standard-library}/modules/boolean/glossary.data.ts +2 -2
  71. package/auto.pareto/auto.dependencies/{pareto-standard-impure-library → pareto-pure/auto.dependencies/pareto-standard-library}/modules/build/api.data.ts +3 -3
  72. package/auto.pareto/auto.dependencies/{pareto-standard-impure-library → pareto-pure/auto.dependencies/pareto-standard-library}/modules/build/glossary.data.ts +2 -2
  73. package/auto.pareto/auto.dependencies/{pareto-standard-impure-library → pareto-pure/auto.dependencies/pareto-standard-library}/modules/dictionary/api.data.ts +5 -16
  74. package/auto.pareto/auto.dependencies/{pareto-standard-impure-library → pareto-pure/auto.dependencies/pareto-standard-library}/modules/dictionary/glossary.data.ts +9 -20
  75. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/json/api.data.ts +15 -0
  76. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/json/glossary.data.ts +47 -0
  77. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/nested/api.data.ts +15 -0
  78. package/auto.pareto/auto.dependencies/{pareto-standard-impure-library → pareto-pure/auto.dependencies/pareto-standard-library}/modules/nested/glossary.data.ts +2 -2
  79. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/resolve/api.data.ts +15 -0
  80. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/resolve/glossary.data.ts +52 -0
  81. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/string/api.data.ts +17 -0
  82. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/string/glossary.data.ts +39 -0
  83. package/auto.pareto/auto.dependencies/{pareto-standard-impure-library → pareto-pure/auto.dependencies/pareto-standard-library}/modules/tostring/api.data.ts +3 -3
  84. package/auto.pareto/auto.dependencies/{pareto-standard-impure-library → pareto-pure/auto.dependencies/pareto-standard-library}/modules/tostring/glossary.data.ts +2 -2
  85. package/auto.pareto/auto.dependencies/pareto-pure/glossaries/auto.alan.data.ts +441 -0
  86. package/auto.pareto/auto.dependencies/pareto-pure/glossaries/auto.alan_light.data.ts +441 -0
  87. package/auto.pareto/{glossaries → auto.dependencies/pareto-pure/glossaries}/auto.cosmos_type_system.data.ts +20 -13
  88. package/auto.pareto/auto.dependencies/pareto-pure/glossaries/auto.cosmos_typescript.data.ts +122 -0
  89. package/auto.pareto/{glossaries → auto.dependencies/pareto-pure/glossaries}/auto.grammar.data.ts +1 -1
  90. package/auto.pareto/{glossaries → auto.dependencies/pareto-pure/glossaries}/auto.liana.data.ts +1 -1
  91. package/auto.pareto/{glossaries → auto.dependencies/pareto-pure/glossaries}/auto.pareto.data.ts +1 -1
  92. package/auto.pareto/{glossaries → auto.dependencies/pareto-pure/glossaries}/auto.tendril.data.ts +18 -181
  93. package/auto.pareto/auto.dependencies/pareto-pure/glossaries/auto.tendril_resolved.data.ts +862 -0
  94. package/auto.pareto/{modules → auto.dependencies/pareto-pure/modules}/cosmos2pareto/api.data.ts +2 -2
  95. package/auto.pareto/{modules → auto.dependencies/pareto-pure/modules}/cosmos2pareto/glossary.data.ts +5 -13
  96. package/auto.pareto/auto.dependencies/pareto-pure/modules/fountain_pen/api.data.ts +19 -0
  97. package/auto.pareto/auto.dependencies/pareto-pure/modules/fountain_pen/glossary.data.ts +55 -0
  98. package/auto.pareto/auto.dependencies/pareto-pure/modules/liana2tendril/api.data.ts +24 -0
  99. package/auto.pareto/auto.dependencies/pareto-pure/modules/liana2tendril/glossary.data.ts +48 -0
  100. package/auto.pareto/auto.dependencies/pareto-pure/modules/tendril2cosmos_type_system/api.data.ts +16 -0
  101. package/auto.pareto/auto.dependencies/pareto-pure/modules/tendril2cosmos_type_system/glossary.data.ts +73 -0
  102. package/auto.pareto/auto.dependencies/pareto-pure/modules/tendril2pareto/api.data.ts +16 -0
  103. package/auto.pareto/auto.dependencies/pareto-pure/modules/tendril2pareto/glossary.data.ts +33 -0
  104. package/auto.pareto/auto.dependencies/pareto-pure/modules/testresult/api.data.ts +26 -0
  105. package/auto.pareto/auto.dependencies/pareto-pure/modules/testresult/glossary.data.ts +144 -0
  106. package/auto.pareto/auto.dependencies/pareto-standard-library/$.data.ts +46 -0
  107. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/arithmetic/api.data.ts +19 -0
  108. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/arithmetic/glossary.data.ts +76 -0
  109. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/array/api.data.ts +19 -0
  110. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/array/glossary.data.ts +52 -0
  111. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/boolean/api.data.ts +21 -0
  112. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/boolean/glossary.data.ts +45 -0
  113. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/build/api.data.ts +25 -0
  114. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/build/glossary.data.ts +133 -0
  115. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/dictionary/api.data.ts +49 -0
  116. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/dictionary/glossary.data.ts +119 -0
  117. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/json/api.data.ts +15 -0
  118. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/json/glossary.data.ts +47 -0
  119. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/nested/api.data.ts +15 -0
  120. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/nested/glossary.data.ts +29 -0
  121. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/resolve/api.data.ts +15 -0
  122. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/resolve/glossary.data.ts +52 -0
  123. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/string/api.data.ts +17 -0
  124. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/string/glossary.data.ts +39 -0
  125. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/tostring/api.data.ts +19 -0
  126. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/tostring/glossary.data.ts +42 -0
  127. package/auto.pareto/auto.dependencies/pareto-subatomic-library/$.data.ts +36 -0
  128. package/auto.pareto/auto.dependencies/pareto-subatomic-library/modules/array/api.data.ts +23 -0
  129. package/auto.pareto/auto.dependencies/pareto-subatomic-library/modules/array/glossary.data.ts +88 -0
  130. package/auto.pareto/auto.dependencies/pareto-subatomic-library/modules/dictionary/api.data.ts +27 -0
  131. package/auto.pareto/auto.dependencies/pareto-subatomic-library/modules/dictionary/glossary.data.ts +82 -0
  132. package/auto.pareto/auto.dependencies/{pareto-standard-impure-library → pareto-subatomic-library}/modules/json/api.data.ts +3 -3
  133. package/auto.pareto/auto.dependencies/{pareto-standard-impure-library → pareto-subatomic-library}/modules/json/glossary.data.ts +8 -8
  134. package/auto.pareto/auto.dependencies/{pareto-standard-impure-library → pareto-subatomic-library}/modules/numerical_predicates/api.data.ts +3 -3
  135. package/auto.pareto/auto.dependencies/{pareto-standard-impure-library → pareto-subatomic-library}/modules/numerical_predicates/glossary.data.ts +2 -2
  136. package/auto.pareto/auto.dependencies/pareto-subatomic-library/modules/string/api.data.ts +42 -0
  137. package/auto.pareto/auto.dependencies/pareto-subatomic-library/modules/string/glossary.data.ts +109 -0
  138. package/auto.pareto/modules/alan_light_serialize/api.data.ts +15 -0
  139. package/auto.pareto/modules/alan_light_serialize/glossary.data.ts +41 -0
  140. package/auto.pareto/modules/pareto2typescript/api.data.ts +10 -13
  141. package/auto.pareto/modules/pareto2typescript/glossary.data.ts +35 -24
  142. package/auto.pareto/modules/tendril2alan_light/api.data.ts +17 -0
  143. package/auto.pareto/modules/tendril2alan_light/glossary.data.ts +51 -0
  144. package/auto.pareto/modules/typescript_naming/api.data.ts +28 -0
  145. package/auto.pareto/{auto.dependencies/res-typescript/modules/naming → modules/typescript_naming}/glossary.data.ts +2 -2
  146. package/auto.pareto/{auto.dependencies/res-typescript/modules/serialize → modules/typescript_serialize}/api.data.ts +3 -4
  147. package/auto.pareto/{auto.dependencies/res-typescript/modules/serialize → modules/typescript_serialize}/glossary.data.ts +2 -8
  148. package/package.json +6 -5
  149. package/auto.dist/public/cosmos__2__pareto/auto.implementation.d.ts +0 -2
  150. package/auto.dist/public/cosmos__2__pareto/auto.implementation.js +0 -6
  151. package/auto.dist/public/cosmos__2__pareto/auto.provided_interface_glossary.d.ts +0 -3281
  152. package/auto.dist/public/cosmos__2__pareto/auto.provided_interface_glossary.shadow.js +0 -3
  153. package/auto.dist/public/cosmos__2__pareto/implementations/library2ParetoComparators.alg.d.ts +0 -2
  154. package/auto.dist/public/cosmos__2__pareto/implementations/library2ParetoComparators.alg.js +0 -359
  155. package/auto.dist/public/fountain__pen/auto.provided_interface_glossary.d.ts +0 -29
  156. package/auto.dist/public/fountain__pen/auto.provided_interface_glossary.shadow.js +0 -3
  157. package/auto.dist/public/fountain__pen/implementations/serialize.alg.js +0 -98
  158. package/auto.dist/public/glossaries/cosmos__type__system.d.ts +0 -1760
  159. package/auto.dist/public/glossaries/cosmos__type__system.js +0 -3
  160. package/auto.dist/public/glossaries/cosmos__type__system.shadow.d.ts +0 -8
  161. package/auto.dist/public/glossaries/cosmos__type__system.shadow.js +0 -3
  162. package/auto.dist/public/glossaries/grammar.d.ts +0 -260
  163. package/auto.dist/public/glossaries/grammar.js +0 -3
  164. package/auto.dist/public/glossaries/grammar.shadow.d.ts +0 -8
  165. package/auto.dist/public/glossaries/grammar.shadow.js +0 -3
  166. package/auto.dist/public/glossaries/liana.d.ts +0 -2433
  167. package/auto.dist/public/glossaries/liana.js +0 -3
  168. package/auto.dist/public/glossaries/liana.shadow.d.ts +0 -8
  169. package/auto.dist/public/glossaries/liana.shadow.js +0 -3
  170. package/auto.dist/public/glossaries/pareto.d.ts +0 -1503
  171. package/auto.dist/public/glossaries/pareto.js +0 -3
  172. package/auto.dist/public/glossaries/pareto.shadow.d.ts +0 -8
  173. package/auto.dist/public/glossaries/pareto.shadow.js +0 -3
  174. package/auto.dist/public/glossaries/tendril.d.ts +0 -1425
  175. package/auto.dist/public/glossaries/tendril.js +0 -3
  176. package/auto.dist/public/glossaries/tendril.shadow.d.ts +0 -8
  177. package/auto.dist/public/glossaries/tendril.shadow.js +0 -3
  178. package/auto.dist/public/pareto__2__typescript/auto.provided_interface_glossary.shadow.js +0 -3
  179. package/auto.dist/public/pareto__2__typescript/implementations/serializeCompilationUnit.alg.js +0 -558
  180. package/auto.dist/public/shorthands/cosmos.d.ts +0 -50
  181. package/auto.dist/public/shorthands/cosmos.js +0 -512
  182. package/auto.dist/public/shorthands/grammar.d.ts +0 -13
  183. package/auto.dist/public/shorthands/grammar.js +0 -110
  184. package/auto.dist/public/shorthands/liana.d.ts +0 -66
  185. package/auto.dist/public/shorthands/liana.js +0 -728
  186. package/auto.dist/public/shorthands/pareto.d.ts +0 -48
  187. package/auto.dist/public/shorthands/pareto.js +0 -243
  188. package/auto.dist/public/shorthands/tendril.d.ts +0 -48
  189. package/auto.dist/public/shorthands/tendril.js +0 -402
  190. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/arithmetic/api.data.ts +0 -26
  191. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/array/api.data.ts +0 -21
  192. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/collation/api.data.ts +0 -15
  193. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/collation/glossary.data.ts +0 -34
  194. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/filesystem/api.data.ts +0 -19
  195. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/filesystem/glossary.data.ts +0 -189
  196. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/foreach/api.data.ts +0 -25
  197. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/foreach/glossary.data.ts +0 -78
  198. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/http/api.data.ts +0 -16
  199. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/http/glossary.data.ts +0 -69
  200. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/nested/api.data.ts +0 -15
  201. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/path/api.data.ts +0 -19
  202. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/path/glossary.data.ts +0 -35
  203. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/resolve/api.data.ts +0 -20
  204. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/resolve/glossary.data.ts +0 -84
  205. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/string/api.data.ts +0 -26
  206. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/string/glossary.data.ts +0 -75
  207. package/auto.pareto/auto.dependencies/res-typescript/$.data.ts +0 -35
  208. package/auto.pareto/auto.dependencies/res-typescript/modules/naming/api.data.ts +0 -15
  209. package/auto.pareto/modules/fountain_pen/api.data.ts +0 -17
  210. package/auto.pareto/modules/fountain_pen/glossary.data.ts +0 -32
  211. /package/auto.dist/public/{fountain__pen → modules/alan__light__serialize}/auto.api.d.ts +0 -0
  212. /package/auto.dist/public/{fountain__pen → modules/alan__light__serialize}/auto.implementation.d.ts +0 -0
  213. /package/auto.dist/public/{fountain__pen → modules/alan__light__serialize}/implementations/serialize.alg.d.ts +0 -0
  214. /package/auto.dist/public/{cosmos__2__pareto → modules/alan__light__serialize}/index.d.ts +0 -0
  215. /package/auto.dist/public/{pareto__2__typescript → modules/pareto2typescript}/auto.api.d.ts +0 -0
  216. /package/auto.dist/public/{pareto__2__typescript → modules/pareto2typescript}/auto.implementation.d.ts +0 -0
  217. /package/auto.dist/public/{pareto__2__typescript → modules/pareto2typescript}/implementations/serializeCompilationUnit.alg.d.ts +0 -0
  218. /package/auto.dist/public/{fountain__pen → modules/pareto2typescript}/index.d.ts +0 -0
  219. /package/auto.dist/public/{pareto__2__typescript → modules/tendril2alan__light}/index.d.ts +0 -0
@@ -1,48 +0,0 @@
1
- import * as pt from 'pareto-core-types';
2
- import * as g_pareto from "../glossaries/pareto";
3
- type RawOrNormalDictionary<T> = {
4
- [key: string]: T;
5
- } | pt.Dictionary<T>;
6
- type RawArray<T> = T[];
7
- export declare function import_(path: string): g_pareto.D.Compilation__Unit.imports.DX;
8
- export declare function call(typeargs: RawOrNormalDictionary<g_pareto.D.Type__Arguments.DX>, context: g_pareto.D.Expression, args: RawOrNormalDictionary<g_pareto.D.Expression.selection.tail.A.call._larguments.DX>): g_pareto.D.Expression.selection.tail.A;
9
- export declare function property(name: string): g_pareto.D.Expression.selection.tail.A;
10
- export declare function variable(mut: 'mutable' | 'const', type: null | g_pareto.D.Type, expr: g_pareto.D.Expression): g_pareto.D.Variables.DX;
11
- export declare function type(typeparameters: RawOrNormalDictionary<g_pareto.D.Type__Parameters.DX>, type: g_pareto.D.Type): g_pareto.D.Namespace.types.DX;
12
- export declare function block(variables: RawOrNormalDictionary<g_pareto.D.Variables.DX>, statements: RawArray<g_pareto.D.Statement__Block.statements.A>): g_pareto.D.Statement__Block;
13
- export declare function ns(namespaces: RawOrNormalDictionary<g_pareto.D.Namespace.namespaces.DX>, types: RawOrNormalDictionary<g_pareto.D.Namespace.types.DX>, variables: RawOrNormalDictionary<g_pareto.D.Variables.DX>): g_pareto.D.Namespace;
14
- export declare const sel: {
15
- context: (tail: RawArray<g_pareto.D.Expression.selection.tail.A>) => g_pareto.D.Expression.selection;
16
- parameter: (parameter: string, tail: RawArray<g_pareto.D.Expression.selection.tail.A>) => g_pareto.D.Expression.selection;
17
- variable: (import_: null | string, nsPath: RawArray<g_pareto.D.Expression.selection.start.variable.namespace__path.A>, variable: string, tail: RawArray<g_pareto.D.Expression.selection.tail.A>) => g_pareto.D.Expression.selection;
18
- };
19
- export declare const e: {
20
- array: (elements: RawArray<g_pareto.D.Expression.literal.array.A>) => g_pareto.D.Expression;
21
- contextSelection: (tail: RawArray<g_pareto.D.Expression.selection.tail.A>) => g_pareto.D.Expression;
22
- block: (block: g_pareto.D.Statement__Block) => g_pareto.D.Expression;
23
- dictionary: (properties: RawOrNormalDictionary<g_pareto.D.Expression.literal.dictionary.DX>) => g_pareto.D.Expression;
24
- group: (properties: RawOrNormalDictionary<g_pareto.D.Expression.literal.group.DX>) => g_pareto.D.Expression;
25
- implementMe: (message: string) => g_pareto.D.Expression;
26
- nonTypedFunction: (hasparameters: boolean, block: g_pareto.D.Statement__Block) => g_pareto.D.Expression;
27
- null: () => g_pareto.D.Expression;
28
- parameterSelection: (parameter: string, tail: RawArray<g_pareto.D.Expression.selection.tail.A>) => g_pareto.D.Expression;
29
- select: (type: g_pareto.D.Expression.selection) => g_pareto.D.Expression;
30
- state: (state: string, data: g_pareto.D.Expression) => g_pareto.D.Expression;
31
- string: (string: string) => g_pareto.D.Expression;
32
- switch: (select: g_pareto.D.Expression, cases: RawOrNormalDictionary<g_pareto.D.Expression.map._ltype.tagged__union.cases.DX>, default_: null | g_pareto.D.Expression) => g_pareto.D.Expression;
33
- typedFunction: (typeparameters: RawOrNormalDictionary<g_pareto.D.Type__Parameters.DX>, contextparameter: g_pareto.D.Function__Signature.context__parameter, parameters: RawOrNormalDictionary<g_pareto.D.Function__Signature.parameters.DX>, returntype: null | g_pareto.D.Function__Signature.return__type.O, block: g_pareto.D.Statement__Block) => g_pareto.D.Expression;
34
- variableSelection: (import_: null | string, nsPath: RawArray<g_pareto.D.Expression.selection.start.variable.namespace__path.A>, variable: string, tail: RawArray<g_pareto.D.Expression.selection.tail.A>) => g_pareto.D.Expression;
35
- };
36
- export declare const s: {
37
- expr: (expr: g_pareto.D.Expression) => g_pareto.D.Statement__Block.statements.A;
38
- return: (expr: g_pareto.D.Expression) => g_pareto.D.Statement__Block.statements.A;
39
- };
40
- export declare const t: {
41
- function: (typeparameters: RawOrNormalDictionary<g_pareto.D.Type__Parameters.DX>, contextparameter: g_pareto.D.Function__Signature.context__parameter, parameters: RawOrNormalDictionary<g_pareto.D.Function__Signature.parameters.DX>, returntype: null | g_pareto.D.Function__Signature.return__type.O) => g_pareto.D.Type;
42
- group: (members: RawOrNormalDictionary<g_pareto.D.Type.group.members.DX>) => g_pareto.D.Type;
43
- null: () => g_pareto.D.Type;
44
- parameter: (parameter: string) => g_pareto.D.Type;
45
- string: () => g_pareto.D.Type;
46
- typeSelection: (import_: null | string, nsPath: RawArray<g_pareto.D.Expression.selection.start.variable.namespace__path.A>, type: string, typeargs: RawOrNormalDictionary<g_pareto.D.Type__Arguments.DX>) => g_pareto.D.Type;
47
- };
48
- export {};
@@ -1,243 +0,0 @@
1
- "use strict";
2
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
- if (k2 === undefined) k2 = k;
4
- var desc = Object.getOwnPropertyDescriptor(m, k);
5
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
- desc = { enumerable: true, get: function() { return m[k]; } };
7
- }
8
- Object.defineProperty(o, k2, desc);
9
- }) : (function(o, m, k, k2) {
10
- if (k2 === undefined) k2 = k;
11
- o[k2] = m[k];
12
- }));
13
- var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
14
- Object.defineProperty(o, "default", { enumerable: true, value: v });
15
- }) : function(o, v) {
16
- o["default"] = v;
17
- });
18
- var __importStar = (this && this.__importStar) || (function () {
19
- var ownKeys = function(o) {
20
- ownKeys = Object.getOwnPropertyNames || function (o) {
21
- var ar = [];
22
- for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
23
- return ar;
24
- };
25
- return ownKeys(o);
26
- };
27
- return function (mod) {
28
- if (mod && mod.__esModule) return mod;
29
- var result = {};
30
- if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
31
- __setModuleDefault(result, mod);
32
- return result;
33
- };
34
- })();
35
- Object.defineProperty(exports, "__esModule", { value: true });
36
- exports.t = exports.s = exports.e = exports.sel = void 0;
37
- exports.import_ = import_;
38
- exports.call = call;
39
- exports.property = property;
40
- exports.variable = variable;
41
- exports.type = type;
42
- exports.block = block;
43
- exports.ns = ns;
44
- const pa = __importStar(require("pareto-core-alg"));
45
- const d = pa.wrapRawDictionary;
46
- const a = pa.wrapRawArray;
47
- function toNormalDict($) {
48
- function isNormal($) {
49
- return $.__forEach !== undefined && typeof $.__forEach === "function";
50
- }
51
- if (isNormal($)) {
52
- return $;
53
- }
54
- else {
55
- return d($);
56
- }
57
- }
58
- function import_(path) {
59
- return { 'path': path };
60
- }
61
- function call(typeargs, context, args) {
62
- return ['call', {
63
- 'type arguments': toNormalDict(typeargs),
64
- 'context': context,
65
- 'arguments': toNormalDict(args),
66
- }];
67
- }
68
- function property(name) {
69
- return ['member selection', name];
70
- }
71
- function variable(mut, type, expr) {
72
- return {
73
- 'mutable': mut === 'mutable',
74
- 'type': type === null ? pa.notSet() : pa.set(type),
75
- 'expression': expr
76
- };
77
- }
78
- function type(typeparameters, type) {
79
- return {
80
- 'type': type,
81
- 'type parameters': toNormalDict(typeparameters)
82
- };
83
- }
84
- function block(variables, statements) {
85
- return {
86
- 'variables': toNormalDict(variables),
87
- 'statements': a(statements),
88
- };
89
- }
90
- function ns(namespaces, types, variables) {
91
- return {
92
- 'namespaces': toNormalDict(namespaces),
93
- 'types': toNormalDict(types),
94
- 'variables': toNormalDict(variables),
95
- };
96
- }
97
- exports.sel = {
98
- 'context': (tail) => {
99
- return {
100
- 'start': ['context', null],
101
- 'tail': a(tail),
102
- };
103
- },
104
- 'parameter': (parameter, tail) => {
105
- return {
106
- 'start': ['parameter', parameter],
107
- 'tail': a(tail),
108
- };
109
- },
110
- 'variable': (import_, nsPath, variable, tail) => {
111
- return {
112
- 'start': ['variable', {
113
- 'import': import_ === null ? pa.notSet() : pa.set(import_),
114
- 'namespace path': a(nsPath),
115
- 'variable': variable,
116
- }],
117
- 'tail': a(tail),
118
- };
119
- },
120
- };
121
- exports.e = {
122
- 'array': (elements) => {
123
- return ['literal', ['array', a(elements)]];
124
- },
125
- 'contextSelection': (tail) => {
126
- return ['selection', {
127
- 'start': ['context', null],
128
- 'tail': a(tail),
129
- }];
130
- },
131
- 'block': (block) => {
132
- return ['flow', ['block', block]];
133
- },
134
- 'dictionary': (properties) => {
135
- return ['literal', ['dictionary', toNormalDict(properties)]];
136
- },
137
- 'group': (properties) => {
138
- return ['literal', ['group', toNormalDict(properties)]];
139
- },
140
- 'implementMe': (message) => {
141
- return ['flow', ['implement me', message]];
142
- },
143
- 'nonTypedFunction': (hasparameters, block) => {
144
- return ['literal', ['function', {
145
- 'temp signature help': hasparameters ? ['has additional parameters', null] : ['has no additional parameters', null],
146
- 'block': block,
147
- }]];
148
- },
149
- 'null': () => {
150
- return ['literal', ['null', null]];
151
- },
152
- 'parameterSelection': (parameter, tail) => {
153
- return ['selection', {
154
- 'start': ['parameter', parameter],
155
- 'tail': a(tail),
156
- }];
157
- },
158
- 'select': (type) => {
159
- return ['selection', type];
160
- },
161
- 'state': (state, data) => {
162
- return ['literal', ['tagged union', {
163
- 'state': state,
164
- 'data': data
165
- }]];
166
- },
167
- 'string': (string) => {
168
- return ['literal', ['string', string]];
169
- },
170
- 'switch': (select, cases, default_) => {
171
- return ['map', {
172
- 'selection': select,
173
- 'type': ['tagged union', {
174
- 'cases': toNormalDict(cases),
175
- 'default': default_ === null ? pa.notSet() : pa.set(default_)
176
- }]
177
- }];
178
- },
179
- 'typedFunction': (typeparameters, contextparameter, parameters, returntype, block) => {
180
- return ['literal', ['function', {
181
- 'temp signature help': ['typed', {
182
- 'type parameters': toNormalDict(typeparameters),
183
- 'context parameter': contextparameter,
184
- 'parameters': toNormalDict(parameters),
185
- 'return type': returntype === null ? pa.notSet() : pa.set(returntype),
186
- }],
187
- 'block': block,
188
- }]];
189
- },
190
- 'variableSelection': (import_, nsPath, variable, tail) => {
191
- return ['selection', {
192
- 'start': ['variable', {
193
- 'import': import_ === null ? pa.notSet() : pa.set(import_),
194
- 'namespace path': a(nsPath),
195
- 'variable': variable,
196
- }],
197
- 'tail': a(tail),
198
- }];
199
- },
200
- };
201
- exports.s = {
202
- 'expr': (expr) => {
203
- return ['expression', expr];
204
- },
205
- 'return': (expr) => {
206
- return ['return', {
207
- 'expression': expr,
208
- }];
209
- },
210
- };
211
- exports.t = {
212
- 'function': (typeparameters, contextparameter, parameters, returntype) => {
213
- return ['function', {
214
- 'type parameters': toNormalDict(typeparameters),
215
- 'context parameter': contextparameter,
216
- 'parameters': toNormalDict(parameters),
217
- 'return type': returntype === null ? pa.notSet() : pa.set(returntype),
218
- }];
219
- },
220
- 'group': (members) => {
221
- return ['group', {
222
- 'members': toNormalDict(members)
223
- }];
224
- },
225
- 'null': () => {
226
- return ['null', null];
227
- },
228
- 'parameter': (parameter) => {
229
- return ['parameter selection', parameter];
230
- },
231
- 'string': () => {
232
- return ['string', null];
233
- },
234
- 'typeSelection': (import_, nsPath, type, typeargs) => {
235
- return ['type selection', {
236
- 'import': import_ === null ? pa.notSet() : pa.set(import_),
237
- 'namespace path': a(nsPath),
238
- 'type': type,
239
- 'type arguments': toNormalDict(typeargs),
240
- }];
241
- }
242
- };
243
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicGFyZXRvLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vc3JjL3B1YmxpYy9zaG9ydGhhbmRzL3BhcmV0by50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7QUF1QkEsMEJBRUM7QUFFRCxvQkFVQztBQUNELDRCQUlDO0FBRUQsNEJBVUM7QUFFRCxvQkFRQztBQUVELHNCQVFDO0FBRUQsZ0JBVUM7QUF0RkQsb0RBQXFDO0FBS3JDLE1BQU0sQ0FBQyxHQUFHLEVBQUUsQ0FBQyxpQkFBaUIsQ0FBQTtBQUM5QixNQUFNLENBQUMsR0FBRyxFQUFFLENBQUMsWUFBWSxDQUFBO0FBS3pCLFNBQVMsWUFBWSxDQUFJLENBQTJCO0lBQ2hELFNBQVMsUUFBUSxDQUFDLENBQTJCO1FBQ3pDLE9BQU8sQ0FBQyxDQUFDLFNBQVMsS0FBSyxTQUFTLElBQUksT0FBTyxDQUFDLENBQUMsU0FBUyxLQUFLLFVBQVUsQ0FBQTtJQUN6RSxDQUFDO0lBQ0QsSUFBSSxRQUFRLENBQUMsQ0FBQyxDQUFDLEVBQUUsQ0FBQztRQUNkLE9BQU8sQ0FBQyxDQUFBO0lBQ1osQ0FBQztTQUFNLENBQUM7UUFDSixPQUFPLENBQUMsQ0FBQyxDQUFDLENBQUMsQ0FBQTtJQUNmLENBQUM7QUFDTCxDQUFDO0FBR0QsU0FBZ0IsT0FBTyxDQUFDLElBQVk7SUFDaEMsT0FBTyxFQUFFLE1BQU0sRUFBRSxJQUFJLEVBQUUsQ0FBQTtBQUMzQixDQUFDO0FBRUQsU0FBZ0IsSUFBSSxDQUNoQixRQUE4RCxFQUM5RCxPQUE4QixFQUM5QixJQUF1RjtJQUV2RixPQUFPLENBQUMsTUFBTSxFQUFFO1lBQ1osZ0JBQWdCLEVBQUUsWUFBWSxDQUFDLFFBQVEsQ0FBQztZQUN4QyxTQUFTLEVBQUUsT0FBTztZQUNsQixXQUFXLEVBQUUsWUFBWSxDQUFDLElBQUksQ0FBQztTQUNsQyxDQUFDLENBQUE7QUFDTixDQUFDO0FBQ0QsU0FBZ0Is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
@@ -1,48 +0,0 @@
1
- import * as pt from 'pareto-core-types';
2
- import * as pd from 'pareto-core-data';
3
- import * as g_this from "../glossaries/tendril";
4
- type RawDictionary<T> = {
5
- [key: string]: T;
6
- };
7
- type AnnotatedKey<TAnnotation> = {
8
- readonly 'annotation': TAnnotation;
9
- readonly 'key': string;
10
- };
11
- type AnnotatedDictionary<TAnnotation, TType> = {
12
- readonly 'annotation': TAnnotation;
13
- readonly 'dictionary': pt.Dictionary<TType>;
14
- };
15
- export declare function d<T>($: RawDictionary<T>): AnnotatedDictionary<pd.SourceLocation, T>;
16
- export declare function r(name: string): AnnotatedKey<pd.SourceLocation>;
17
- export declare function array(type: g_this.D.Type<pd.SourceLocation>): g_this.D.Type<pd.SourceLocation>;
18
- export declare function optional(type: g_this.D.Type<pd.SourceLocation>, result?: g_this.D.Type._ltype.optional.result.O<pd.SourceLocation>): g_this.D.Type<pd.SourceLocation>;
19
- export declare function nothing(result?: g_this.D.Type._ltype.nothing.result.O<pd.SourceLocation>): g_this.D.Type<pd.SourceLocation>;
20
- export declare function nothingResult(type: g_this.D.Global__Type__Selection<pd.SourceLocation>): g_this.D.Type._ltype.nothing.result.O<pd.SourceLocation>;
21
- export declare function optionalResult(type: g_this.D.Global__Type__Selection<pd.SourceLocation>): g_this.D.Type._ltype.optional.result.O<pd.SourceLocation>;
22
- export declare function prop(type: g_this.D.Type<pd.SourceLocation>): g_this.D.Type<pd.SourceLocation>;
23
- export declare function resolvedValueReference(type: g_this.D.Type__Selection<pd.SourceLocation>): g_this.D.Type<pd.SourceLocation>;
24
- export declare function lookupReference(type: g_this.D.Type__Selection<pd.SourceLocation>, computed: boolean): g_this.D.Type<pd.SourceLocation>;
25
- export declare function dictConstraint(type: g_this.D.Type__Selection<pd.SourceLocation>): g_this.D.Dictionary__Constraints.DX<pd.SourceLocation>;
26
- export declare function constrainedDictionary(constraints: RawDictionary<g_this.D.Dictionary__Constraints.DX<pd.SourceLocation>>, type: g_this.D.Type<pd.SourceLocation>): g_this.D.Type<pd.SourceLocation>;
27
- export declare function dictionary(type: g_this.D.Type<pd.SourceLocation>): g_this.D.Type<pd.SourceLocation>;
28
- export declare function globalTypeResult(type: g_this.D.Global__Type__Selection<pd.SourceLocation>): g_this.D.Global__Type.result.O<pd.SourceLocation>;
29
- export declare function globalType(type: g_this.D.Type<pd.SourceLocation>, result?: g_this.D.Global__Type.result.O<pd.SourceLocation>): g_this.D.Global__Type<pd.SourceLocation>;
30
- export declare function group(rawProperties: RawDictionary<g_this.D.Type<pd.SourceLocation>>): g_this.D.Type<pd.SourceLocation>;
31
- export declare function option(type: g_this.D.Type<pd.SourceLocation>): g_this.D.Type._ltype.tagged__union.options.DX<pd.SourceLocation>;
32
- export declare function optionConstraint(type: g_this.D.Type__Selection<pd.SourceLocation>, option: string): g_this.D.Option__Constraints.DX<pd.SourceLocation>;
33
- export declare function constrainedOption(constraints: RawDictionary<g_this.D.Option__Constraints.DX<pd.SourceLocation>>, type: g_this.D.Type<pd.SourceLocation>): g_this.D.Type._ltype.tagged__union.options.DX<pd.SourceLocation>;
34
- export declare function taggedUnion(options: RawDictionary<g_this.D.Type._ltype.tagged__union.options.DX<pd.SourceLocation>>): g_this.D.Type<pd.SourceLocation>;
35
- export declare function resultTaggedUnion(result: g_this.D.Type._ltype.tagged__union.result.O<pd.SourceLocation>, options: RawDictionary<g_this.D.Type._ltype.tagged__union.options.DX<pd.SourceLocation>>): g_this.D.Type<pd.SourceLocation>;
36
- export declare function terminal(type: string): g_this.D.Type<pd.SourceLocation>;
37
- export declare function t_grp(prop: string, tail?: g_this.D.Type__Selection__Tail<pd.SourceLocation>): g_this.D.Type__Selection__Tail<pd.SourceLocation>;
38
- export declare function t_dict(tail?: g_this.D.Type__Selection__Tail<pd.SourceLocation>): g_this.D.Type__Selection__Tail<pd.SourceLocation>;
39
- export declare function t_arr(tail?: g_this.D.Type__Selection__Tail<pd.SourceLocation>): g_this.D.Type__Selection__Tail<pd.SourceLocation>;
40
- export declare function t_tu(opt: string, tail?: g_this.D.Type__Selection__Tail<pd.SourceLocation>): g_this.D.Type__Selection__Tail<pd.SourceLocation>;
41
- export declare function tempExternalTypeSelection(imp: string, globalType: string, tail?: g_this.D.Type__Selection__Tail<pd.SourceLocation>): g_this.D.Type__Selection<pd.SourceLocation>;
42
- export declare function globalTypeSelection(globalType: string): g_this.D.Global__Type__Selection<pd.SourceLocation>;
43
- export declare function externalGlobalTypeSelection(imp: string, globalType: string): g_this.D.Global__Type__Selection<pd.SourceLocation>;
44
- export declare function tempTypeSelection(globalType: string, tail?: g_this.D.Type__Selection__Tail<pd.SourceLocation>): g_this.D.Type__Selection<pd.SourceLocation>;
45
- export declare function resolvedSiblingComponent(type: string): g_this.D.Type<pd.SourceLocation>;
46
- export declare function cyclicSiblingComponent(type: string): g_this.D.Type<pd.SourceLocation>;
47
- export declare function importedComponent(library: string, type: string): g_this.D.Type<pd.SourceLocation>;
48
- export {};