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,402 +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.d = d;
37
- exports.r = r;
38
- exports.array = array;
39
- exports.optional = optional;
40
- exports.nothing = nothing;
41
- exports.nothingResult = nothingResult;
42
- exports.optionalResult = optionalResult;
43
- exports.prop = prop;
44
- exports.resolvedValueReference = resolvedValueReference;
45
- exports.lookupReference = lookupReference;
46
- exports.dictConstraint = dictConstraint;
47
- exports.constrainedDictionary = constrainedDictionary;
48
- exports.dictionary = dictionary;
49
- exports.globalTypeResult = globalTypeResult;
50
- exports.globalType = globalType;
51
- exports.group = group;
52
- exports.option = option;
53
- exports.optionConstraint = optionConstraint;
54
- exports.constrainedOption = constrainedOption;
55
- exports.taggedUnion = taggedUnion;
56
- exports.resultTaggedUnion = resultTaggedUnion;
57
- exports.terminal = terminal;
58
- exports.t_grp = t_grp;
59
- exports.t_dict = t_dict;
60
- exports.t_arr = t_arr;
61
- exports.t_tu = t_tu;
62
- exports.tempExternalTypeSelection = tempExternalTypeSelection;
63
- exports.globalTypeSelection = globalTypeSelection;
64
- exports.externalGlobalTypeSelection = externalGlobalTypeSelection;
65
- exports.tempTypeSelection = tempTypeSelection;
66
- exports.resolvedSiblingComponent = resolvedSiblingComponent;
67
- exports.cyclicSiblingComponent = cyclicSiblingComponent;
68
- exports.importedComponent = importedComponent;
69
- const pd = __importStar(require("pareto-core-data"));
70
- const a = pd.a;
71
- function r_imp(name, depth) {
72
- return {
73
- key: name,
74
- annotation: pd.getLocationInfo(depth + 1),
75
- };
76
- }
77
- function d_imp($, annotation) {
78
- return {
79
- 'annotation': annotation,
80
- 'dictionary': pd.d($),
81
- };
82
- }
83
- function d_mappedimp($, annotation, cb) {
84
- return {
85
- 'annotation': annotation,
86
- 'dictionary': pd.d($).map(cb),
87
- };
88
- }
89
- function d($) {
90
- const li = pd.getLocationInfo(1);
91
- return d_imp($, li);
92
- }
93
- function r(name) {
94
- return r_imp(name, 1);
95
- }
96
- function array(type) {
97
- return {
98
- 'type': ['array', {
99
- 'type': type,
100
- //'constraint': [false]
101
- }]
102
- };
103
- }
104
- function optional(type, result) {
105
- return {
106
- 'type': ['optional', {
107
- 'type': type,
108
- 'result': result === undefined ? pd.notSet() : pd.set(result)
109
- }]
110
- };
111
- }
112
- function nothing(result) {
113
- return {
114
- 'type': ['nothing', {
115
- 'result': result === undefined ? pd.notSet() : pd.set(result)
116
- }]
117
- };
118
- }
119
- function nothingResult(type) {
120
- return {
121
- 'type': type,
122
- };
123
- }
124
- function optionalResult(type) {
125
- return {
126
- 'type': type,
127
- };
128
- }
129
- //doesn't do anything
130
- function prop(type) {
131
- return type;
132
- }
133
- function resolvedValueReference(type) {
134
- return {
135
- 'type': ['terminal', {
136
- 'terminal': {
137
- 'type': {
138
- 'annotation': pd.getLocationInfo(1),
139
- 'key': "identifier",
140
- }
141
- },
142
- 'constrained': ['yes', {
143
- 'type': type,
144
- 'computed': ['no', null],
145
- }],
146
- }]
147
- };
148
- }
149
- function lookupReference(type, computed) {
150
- return {
151
- 'type': ['terminal', {
152
- 'terminal': {
153
- 'type': {
154
- 'annotation': pd.getLocationInfo(1),
155
- 'key': "identifier",
156
- }
157
- },
158
- 'constrained': ['yes', {
159
- 'type': type,
160
- 'computed': computed ? ['yes', null] : ['no', null],
161
- }],
162
- }]
163
- };
164
- }
165
- function dictConstraint(type) {
166
- return {
167
- 'type': type,
168
- };
169
- }
170
- function constrainedDictionary(constraints, type) {
171
- return {
172
- 'type': ['dictionary', {
173
- 'key': {
174
- 'type': {
175
- 'annotation': pd.getLocationInfo(1),
176
- 'key': "identifier",
177
- },
178
- },
179
- 'constraints': pd.d(constraints),
180
- 'type': type,
181
- //'autofill': pd.a([]),
182
- }]
183
- };
184
- }
185
- function dictionary(type /*, autofill?: g_this.D.Type._ltype.dictionary.autofill.A<pd.SourceLocation>[]*/) {
186
- return {
187
- 'type': ['dictionary', {
188
- // 'annotation': li,
189
- 'key': {
190
- 'type': r_imp("identifier", 1)
191
- },
192
- 'constraints': pd.d({}),
193
- 'type': type,
194
- //'autofill': pd.a(autofill === undefined ? [] : autofill),
195
- }]
196
- };
197
- }
198
- function globalTypeResult(type) {
199
- return {
200
- 'type': type,
201
- };
202
- }
203
- function globalType(type, result) {
204
- return {
205
- 'type': type,
206
- 'result': result === undefined
207
- ? pd.notSet()
208
- : pd.set(result)
209
- };
210
- }
211
- function group(rawProperties) {
212
- return {
213
- 'type': ['group', {
214
- 'properties': pd.d(rawProperties).__mapWithKey(($, key) => {
215
- return {
216
- 'type': $,
217
- };
218
- })
219
- }]
220
- };
221
- }
222
- function option(type) {
223
- return {
224
- 'constraints': pd.d({}),
225
- 'type': type,
226
- };
227
- }
228
- function optionConstraint(type, option) {
229
- return {
230
- 'type': type,
231
- 'option': {
232
- 'annotation': pd.getLocationInfo(1),
233
- 'key': option
234
- }
235
- };
236
- }
237
- function constrainedOption(constraints, type) {
238
- return {
239
- 'constraints': pd.d(constraints),
240
- 'type': type,
241
- };
242
- }
243
- function taggedUnion(options) {
244
- let firstKey = null;
245
- pd.d(options).__mapWithKey(($, key) => {
246
- if (firstKey === null) {
247
- firstKey = key;
248
- }
249
- });
250
- if (firstKey === null) {
251
- firstKey = "--NO OPTIONS--";
252
- }
253
- return {
254
- 'type': ['tagged union', {
255
- 'options': pd.d(options),
256
- 'result': pd.notSet()
257
- }]
258
- };
259
- }
260
- function resultTaggedUnion(result, options) {
261
- let firstKey = null;
262
- pd.d(options).__mapWithKey(($, key) => {
263
- if (firstKey === null) {
264
- firstKey = key;
265
- }
266
- });
267
- if (firstKey === null) {
268
- firstKey = "--NO OPTIONS--";
269
- }
270
- return {
271
- 'type': ['tagged union', {
272
- 'result': pd.set(result),
273
- 'options': pd.d(options),
274
- }]
275
- };
276
- }
277
- function terminal(type) {
278
- return {
279
- 'type': ['terminal', {
280
- 'terminal': {
281
- 'type': {
282
- 'annotation': pd.getLocationInfo(1),
283
- 'key': type,
284
- }
285
- },
286
- 'constrained': ['no', null],
287
- }]
288
- };
289
- }
290
- function t_grp(prop, tail) {
291
- return {
292
- 'step type': ['group', {
293
- 'annotation': pd.getLocationInfo(1),
294
- 'content': {
295
- 'property': r_imp(prop, 1),
296
- },
297
- }],
298
- 'tail': tail === undefined ? pd.notSet() : pd.set(tail)
299
- };
300
- }
301
- function t_dict(tail) {
302
- return {
303
- 'step type': ['dictionary', {
304
- 'annotation': pd.getLocationInfo(1),
305
- 'content': null,
306
- }],
307
- 'tail': tail === undefined ? pd.notSet() : pd.set(tail)
308
- };
309
- }
310
- function t_arr(tail) {
311
- return {
312
- 'step type': ['array', {
313
- 'annotation': pd.getLocationInfo(1),
314
- 'content': null,
315
- }],
316
- 'tail': tail === undefined ? pd.notSet() : pd.set(tail)
317
- };
318
- }
319
- function t_tu(opt, tail) {
320
- return {
321
- 'step type': ['tagged union', {
322
- 'annotation': pd.getLocationInfo(1),
323
- 'content': {
324
- 'option': r_imp(opt, 1),
325
- },
326
- }],
327
- 'tail': tail === undefined ? pd.notSet() : pd.set(tail)
328
- };
329
- }
330
- function tempExternalTypeSelection(imp, globalType, tail) {
331
- return {
332
- 'global type': {
333
- 'import': pd.set({
334
- 'key': imp,
335
- 'annotation': pd.getLocationInfo(1),
336
- }),
337
- 'type': r_imp(globalType, 1),
338
- },
339
- 'tail': tail === undefined ? pd.notSet() : pd.set(tail)
340
- };
341
- }
342
- function globalTypeSelection(globalType) {
343
- return {
344
- 'import': pd.notSet(),
345
- 'type': r_imp(globalType, 1),
346
- };
347
- }
348
- function externalGlobalTypeSelection(imp, globalType) {
349
- return {
350
- 'import': pd.set({
351
- 'annotation': pd.getLocationInfo(1),
352
- 'key': imp,
353
- }),
354
- 'type': r_imp(globalType, 1),
355
- };
356
- }
357
- function tempTypeSelection(globalType, tail) {
358
- return {
359
- 'global type': {
360
- 'import': pd.notSet(),
361
- 'type': r_imp(globalType, 1),
362
- },
363
- 'tail': tail === undefined ? pd.notSet() : pd.set(tail)
364
- };
365
- }
366
- // export function tuStep(option: string): g_this.D.Value__Selection.tail.A<pd.SourceLocation> {
367
- // return ['tagged union', {
368
- // 'option': {
369
- // 'annotation': pd.getLocationInfo(1),
370
- // 'key': option
371
- // }
372
- // }]
373
- // }
374
- function resolvedSiblingComponent(type) {
375
- return {
376
- 'type': ['component', {
377
- 'context': ['resolved sibling', {
378
- 'type': r_imp(type, 1),
379
- }],
380
- }]
381
- };
382
- }
383
- function cyclicSiblingComponent(type) {
384
- return {
385
- 'type': ['component', {
386
- 'context': ['cyclic sibling', {
387
- 'type': r_imp(type, 1),
388
- }],
389
- }]
390
- };
391
- }
392
- function importedComponent(library, type) {
393
- return {
394
- 'type': ['component', {
395
- 'context': ['import', {
396
- 'library': r_imp(library, 1),
397
- 'type': r_imp(type, 1),
398
- }],
399
- }]
400
- };
401
- }
402
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGVuZHJpbC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3NyYy9wdWJsaWMvc2hvcnRoYW5kcy90ZW5kcmlsLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7O0FBMkNBLGNBR0M7QUFFRCxjQUVDO0FBRUQsc0JBT0M7QUFFRCw0QkFPQztBQUVELDBCQU1DO0FBRUQsc0NBTUM7QUFFRCx3Q0FNQztBQUdELG9CQUVDO0FBRUQsd0RBaUJDO0FBRUQsMENBa0JDO0FBRUQsd0NBTUM7QUFFRCxzREFpQkM7QUFFRCxnQ0FZQztBQUVELDRDQU1DO0FBRUQsZ0NBVUM7QUFFRCxzQkFXQztBQUVELHdCQU9DO0FBR0QsNENBV0M7QUFFRCw4Q0FRQztBQUVELGtDQW1CQztBQUNELDhDQW9CQztBQUVELDRCQVlDO0FBRUQsc0JBYUM7QUFFRCx3QkFVQztBQUVELHNCQVVDO0FBRUQsb0JBYUM7QUFFRCw4REFlQztBQUdELGtEQU9DO0FBRUQsa0VBV0M7QUFFRCw4Q0FXQztBQVdELDREQVFDO0FBRUQsd0RBUUM7QUFFRCw4Q0FTQztBQTdiRCxxREFBc0M7QUFNdEMsTUFBTSxDQUFDLEdBQUcsRUFBRSxDQUFDLENBQUMsQ0FBQTtBQWVkLFNBQVMsS0FBSyxDQUFDLElBQVksRUFBRSxLQUFhO0lBQ3RDLE9BQU87UUFDSCxHQUFHLEVBQUUsSUFBSTtRQUNULFVBQVUsRUFBRSxFQUFFLENBQUMsZUFBZSxDQUFDLEtBQUssR0FBRyxDQUFDLENBQUM7S0FDNUMsQ0FBQTtBQUNMLENBQUM7QUFFRCxTQUFTLEtBQUssQ0FBSSxDQUFtQixFQUFFLFVBQTZCO0lBQ2hFLE9BQU87UUFDSCxZQUFZLEVBQUUsVUFBVTtRQUN4QixZQUFZLEVBQUUsRUFBRSxDQUFDLENBQUMsQ0FBQyxDQUFDLENBQUM7S0FDeEIsQ0FBQTtBQUNMLENBQUM7QUFFRCxTQUFTLFdBQVcsQ0FBUSxDQUFtQixFQUFFLFVBQTZCLEVB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
@@ -1,26 +0,0 @@
1
- import * as pd from 'pareto-core-data'
2
-
3
- import { algorithm, algref, api } from "pareto/auto.dist/public/shorthands/cosmos"
4
-
5
- import * as g_project from "pareto/auto.dist/public/glossaries/cosmos__type__system"
6
-
7
- import { $ as glos } from "./glossary.data"
8
- import { glossary, group, member, number, type } from 'pareto/auto.dist/public/shorthands/cosmos'
9
-
10
- export const $: g_project.D.API = api(
11
- glos,
12
- {
13
- "arrayMax": algorithm("ArrayMax", null, {}),
14
- "arrayMin": algorithm("ArrayMin", null, {}),
15
- "arraySum": algorithm("ArraySum", null, {}),
16
- "dictionaryMax": algorithm("DictionaryMax", null, {}),
17
- "dictionaryMin": algorithm("DictionaryMin", null, {}),
18
- "dictionarySum": algorithm("DictionarySum", null, {}),
19
- "divideWithRemainder": algorithm("DivideWithRemainder", null, {}),
20
- "increment": algorithm("Increment", "IncrementConfig", {}),
21
- "max": algorithm("Max", null, {}),
22
- "array_multiply": algorithm("Array Multiply", null, {}),
23
- "negate": algorithm("Negate", null, {}),
24
- "subtract": algorithm("Subtract", null, {}),
25
- }
26
- )
@@ -1,21 +0,0 @@
1
- import * as pd from 'pareto-core-data'
2
-
3
- import { algorithm, algref, api } from "pareto/auto.dist/public/shorthands/cosmos"
4
-
5
- import * as g_project from "pareto/auto.dist/public/glossaries/cosmos__type__system"
6
-
7
- import { $ as glos } from "./glossary.data"
8
- import { glossary, group, member, number, type } from 'pareto/auto.dist/public/shorthands/cosmos'
9
-
10
- export const $: g_project.D.API = api(
11
- glos,
12
- {
13
- "getLastElement": algorithm("GetLastElement", null, {}),
14
- //FIXME "getElementAt": algorithm("GetElementAt", null, {}),
15
- "getLength": algorithm("GetLength", null, {}),
16
- "flattenArrayOfArrays": algorithm("FlattenArrayOfArrays", null, {}),
17
- "push": algorithm("Push", null, {}),
18
- "matchArrays": algorithm("MatchArrays", null, {}),
19
-
20
- }
21
- )
@@ -1,15 +0,0 @@
1
- import * as pd from 'pareto-core-data'
2
-
3
- import { algorithm, algref, api } from "pareto/auto.dist/public/shorthands/cosmos"
4
-
5
- import * as g_project from "pareto/auto.dist/public/glossaries/cosmos__type__system"
6
-
7
- import { $ as glos } from "./glossary.data"
8
- import { glossary, group, member, number, type } from 'pareto/auto.dist/public/shorthands/cosmos'
9
-
10
- export const $: g_project.D.API = api(
11
- glos,
12
- {
13
- "localeIsBefore": algorithm("IsBefore", null, {}),
14
- }
15
- )
@@ -1,34 +0,0 @@
1
- import * as pd from 'pareto-core-data'
2
-
3
- import {
4
- string, member, group,
5
- typeReference,
6
- data,
7
- sfunction,
8
- type,
9
- externalTypeReference,
10
- boolean,
11
- } from "pareto/auto.dist/public/shorthands/cosmos"
12
-
13
- import * as g_glossary from "pareto/auto.dist/public/glossaries/cosmos__type__system"
14
- const d = pd.d
15
-
16
- export const $: g_glossary.D.Glossary = {
17
- 'glossary parameters':d({}),
18
- 'imports': d({
19
- }),
20
- 'root': {
21
- 'namespaces': d({}),
22
- 'data types': d({
23
- "Boolean": type(boolean()),
24
- "CompareData": type(group({
25
- "benchmark": member(string()),
26
- "focus": member(string()),
27
- })),
28
- }),
29
- },
30
- 'interface types': d({}),
31
- 'algorithm types': d({
32
- "IsBefore": sfunction(typeReference("Boolean"), data(typeReference("CompareData"))),
33
- }),
34
- }
@@ -1,19 +0,0 @@
1
- import * as pd from 'pareto-core-data'
2
-
3
- import { algorithm, algref, api } from "pareto/auto.dist/public/shorthands/cosmos"
4
-
5
- import * as g_project from "pareto/auto.dist/public/glossaries/cosmos__type__system"
6
-
7
- import { $ as glos } from "./glossary.data"
8
- import { glossary, group, member, number, type } from 'pareto/auto.dist/public/shorthands/cosmos'
9
-
10
- export const $: g_project.D.API = api(
11
- glos,
12
- {
13
- "createFileWriter": algorithm("CreateFileWriter", null, {}),
14
- //"openFileStream": algorithm(functionReference("this", {}, "GetFile"), null, {}),
15
- "makeDirectory": algorithm("MakeDirectory", null, {}),
16
- "readDirectory": algorithm("ReadDirectory", null, {}),
17
- "unlink": algorithm("Unlink", null, {}),
18
- }
19
- )