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
@@ -0,0 +1,62 @@
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.$$ = void 0;
37
+ const a_psl = __importStar(require("pareto-standard-library"));
38
+ const a_psub = __importStar(require("pareto-subatomic-library"));
39
+ const $$ = () => {
40
+ const serialize = a_psl.json.serialize(null, null);
41
+ const replaceAll = a_psub._lstring.replaceAll(null, null);
42
+ const substring = a_psub._lstring.substring(null, null);
43
+ const length = a_psub._lstring.length(null, null);
44
+ return ($) => {
45
+ const jsonString = serialize(['string', $]);
46
+ //remove the first and last character (the quotes)
47
+ const trimmedString = substring({
48
+ 'contextString': jsonString,
49
+ 'begin': 1,
50
+ 'length': length(jsonString) - 2
51
+ });
52
+ //escape all apostrophes
53
+ const escapedString = replaceAll({
54
+ 'contextString': trimmedString,
55
+ 'pattern': "'",
56
+ 'replacement': "\\'"
57
+ });
58
+ return `'${escapedString}'`;
59
+ };
60
+ };
61
+ exports.$$ = $$;
62
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY3JlYXRlQXBvc3Ryb3BoZWRTdHJpbmcuYWxnLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vc3JjL3B1YmxpYy9tb2R1bGVzL3R5cGVzY3JpcHRfX3NlcmlhbGl6ZS9pbXBsZW1lbnRhdGlvbnMvY3JlYXRlQXBvc3Ryb3BoZWRTdHJpbmcuYWxnLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7OztBQUlBLCtEQUFnRDtBQUNoRCxpRUFBa0Q7QUFFM0MsTUFBTSxFQUFFLEdBQWdDLEdBQUcsRUFBRTtJQUNoRCxNQUFNLFNBQVMsR0FBRyxLQUFLLENBQUMsSUFBSSxDQUFDLFNBQVMsQ0FBQyxJQUFJLEVBQUUsSUFBSSxDQUFDLENBQUE7SUFDbEQsTUFBTSxVQUFVLEdBQUcsTUFBTSxDQUFDLFFBQVEsQ0FBQyxVQUFVLENBQUMsSUFBSSxFQUFFLElBQUksQ0FBQyxDQUFBO0lBQ3pELE1BQU0sU0FBUyxHQUFHLE1BQU0sQ0FBQyxRQUFRLENBQUMsU0FBUyxDQUFDLElBQUksRUFBRSxJQUFJLENBQUMsQ0FBQTtJQUN2RCxNQUFNLE1BQU0sR0FBRyxNQUFNLENBQUMsUUFBUSxDQUFDLE1BQU0sQ0FBQyxJQUFJLEVBQUUsSUFBSSxDQUFDLENBQUE7SUFDakQsT0FBTyxDQUFDLENBQUMsRUFBRSxFQUFFO1FBQ1QsTUFBTSxVQUFVLEdBQUcsU0FBUyxDQUFDLENBQUMsUUFBUSxFQUFFLENBQUMsQ0FBQyxDQUFDLENBQUE7UUFDM0Msa0RBQWtEO1FBQ2xELE1BQU0sYUFBYSxHQUFHLFNBQVMsQ0FDM0I7WUFDSSxlQUFlLEVBQUUsVUFBVTtZQUMzQixPQUFPLEVBQUUsQ0FBQztZQUNWLFFBQVEsRUFBRSxNQUFNLENBQUMsVUFBVSxDQUFDLEdBQUcsQ0FBQztTQUNuQyxDQUNKLENBQUE7UUFDRCx3QkFBd0I7UUFDeEIsTUFBTSxhQUFhLEdBQUcsVUFBVSxDQUM1QjtZQUNJLGVBQWUsRUFBRSxhQUFhO1lBQzlCLFNBQVMsRUFBRSxHQUFHO1lBQ2QsYUFBYSxFQUFFLEtBQUs7U0FDdkIsQ0FDSixDQUFBO1FBQ0QsT0FBTyxJQUFJLGFBQWdCLEdBQUcsQ0FBQTtJQUNsQyxDQUFDLENBQUE7QUFDTCxDQUFDLENBQUE7QUF6QlksUUFBQSxFQUFFLE1BeUJkIn0=
@@ -0,0 +1,2 @@
1
+ import { API } from "../auto.api";
2
+ export declare const $$: API.createBacktickedString;
@@ -0,0 +1,62 @@
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.$$ = void 0;
37
+ const a_psl = __importStar(require("pareto-standard-library"));
38
+ const a_psub = __importStar(require("pareto-subatomic-library"));
39
+ const $$ = () => {
40
+ const serialize = a_psl.json.serialize(null, null);
41
+ const replaceAll = a_psub._lstring.replaceAll(null, null);
42
+ const substring = a_psub._lstring.substring(null, null);
43
+ const length = a_psub._lstring.length(null, null);
44
+ return ($) => {
45
+ const jsonString = serialize(['string', $]);
46
+ //remove the first and last character (the quotes)
47
+ const trimmedString = substring({
48
+ 'contextString': jsonString,
49
+ 'begin': 1,
50
+ 'length': length(jsonString) - 2
51
+ });
52
+ //escape all backticks
53
+ const escapedString = replaceAll({
54
+ 'contextString': trimmedString,
55
+ 'pattern': "`",
56
+ 'replacement': "\\`"
57
+ });
58
+ return `\`${escapedString}\``;
59
+ };
60
+ };
61
+ exports.$$ = $$;
62
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY3JlYXRlQmFja3RpY2tlZFN0cmluZy5hbGcuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9zcmMvcHVibGljL21vZHVsZXMvdHlwZXNjcmlwdF9fc2VyaWFsaXplL2ltcGxlbWVudGF0aW9ucy9jcmVhdGVCYWNrdGlja2VkU3RyaW5nLmFsZy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7QUFHQSwrREFBZ0Q7QUFDaEQsaUVBQWtEO0FBSzNDLE1BQU0sRUFBRSxHQUErQixHQUFHLEVBQUU7SUFDL0MsTUFBTSxTQUFTLEdBQUcsS0FBSyxDQUFDLElBQUksQ0FBQyxTQUFTLENBQUMsSUFBSSxFQUFFLElBQUksQ0FBQyxDQUFBO0lBQ2xELE1BQU0sVUFBVSxHQUFHLE1BQU0sQ0FBQyxRQUFRLENBQUMsVUFBVSxDQUFDLElBQUksRUFBRSxJQUFJLENBQUMsQ0FBQTtJQUN6RCxNQUFNLFNBQVMsR0FBRyxNQUFNLENBQUMsUUFBUSxDQUFDLFNBQVMsQ0FBQyxJQUFJLEVBQUUsSUFBSSxDQUFDLENBQUE7SUFDdkQsTUFBTSxNQUFNLEdBQUcsTUFBTSxDQUFDLFFBQVEsQ0FBQyxNQUFNLENBQUMsSUFBSSxFQUFFLElBQUksQ0FBQyxDQUFBO0lBQ2pELE9BQU8sQ0FBQyxDQUFDLEVBQUUsRUFBRTtRQUNULE1BQU0sVUFBVSxHQUFHLFNBQVMsQ0FBQyxDQUFDLFFBQVEsRUFBRSxDQUFDLENBQUMsQ0FBQyxDQUFBO1FBQzNDLGtEQUFrRDtRQUNsRCxNQUFNLGFBQWEsR0FBRyxTQUFTLENBQzNCO1lBQ0ksZUFBZSxFQUFFLFVBQVU7WUFDM0IsT0FBTyxFQUFFLENBQUM7WUFDVixRQUFRLEVBQUUsTUFBTSxDQUFDLFVBQVUsQ0FBQyxHQUFHLENBQUM7U0FDbkMsQ0FDSixDQUFBO1FBQ0Qsc0JBQXNCO1FBQ3RCLE1BQU0sYUFBYSxHQUFHLFVBQVUsQ0FDNUI7WUFDSSxlQUFlLEVBQUUsYUFBYTtZQUM5QixTQUFTLEVBQUUsR0FBRztZQUNkLGFBQWEsRUFBRSxLQUFLO1NBQ3ZCLENBQ0osQ0FBQTtRQUNELE9BQU8sS0FBSyxhQUFhLElBQUksQ0FBQTtJQUNqQyxDQUFDLENBQUE7QUFDTCxDQUFDLENBQUE7QUF6QlksUUFBQSxFQUFFLE1BeUJkIn0=
@@ -0,0 +1,2 @@
1
+ import { API } from "../auto.api";
2
+ export declare const $$: API.createQuotedString;
@@ -0,0 +1,45 @@
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.$$ = void 0;
37
+ const a_psl = __importStar(require("pareto-standard-library"));
38
+ const $$ = () => {
39
+ const serialize = a_psl.json.serialize(null, null);
40
+ return ($) => {
41
+ return serialize(['string', $]);
42
+ };
43
+ };
44
+ exports.$$ = $$;
45
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY3JlYXRlUXVvdGVkU3RyaW5nLmFsZy5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3NyYy9wdWJsaWMvbW9kdWxlcy90eXBlc2NyaXB0X19zZXJpYWxpemUvaW1wbGVtZW50YXRpb25zL2NyZWF0ZVF1b3RlZFN0cmluZy5hbGcudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7O0FBSUEsK0RBQWdEO0FBSXpDLE1BQU0sRUFBRSxHQUEyQixHQUFHLEVBQUU7SUFDM0MsTUFBTSxTQUFTLEdBQUcsS0FBSyxDQUFDLElBQUksQ0FBQyxTQUFTLENBQUMsSUFBSSxFQUFFLElBQUksQ0FBQyxDQUFBO0lBQ2xELE9BQU8sQ0FBQyxDQUFDLEVBQUUsRUFBRTtRQUNULE9BQU8sU0FBUyxDQUFDLENBQUMsUUFBUSxFQUFFLENBQUMsQ0FBQyxDQUFDLENBQUE7SUFDbkMsQ0FBQyxDQUFBO0FBQ0wsQ0FBQyxDQUFBO0FBTFksUUFBQSxFQUFFLE1BS2QifQ==
@@ -0,0 +1,20 @@
1
+ "use strict";
2
+ // import * as pi from 'pareto-core-internals'
3
+ // import * as g_this from "../auto.provided_interface_glossary"
4
+ // import { API } from "../auto.api"
5
+ // export const $$: API.escape = () => {
6
+ // return ($) => {
7
+ // const params = $
8
+ // let out = $.string
9
+ // if (out.startsWith($.escape)) {
10
+ // out = `${params.escape}${out}`
11
+ // }
12
+ // $['patterns to escape'].__forEach((key) => {
13
+ // if (out.startsWith(key)) {
14
+ // out = `${params.escape}${out}`
15
+ // }
16
+ // })
17
+ // return out
18
+ // }
19
+ // }
20
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXNjYXBlLmFsZy5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3NyYy9wdWJsaWMvbW9kdWxlcy90eXBlc2NyaXB0X19zZXJpYWxpemUvaW1wbGVtZW50YXRpb25zL2VzY2FwZS5hbGcudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IjtBQUFBLDhDQUE4QztBQUU5QyxnRUFBZ0U7QUFFaEUsb0NBQW9DO0FBRXBDLHdDQUF3QztBQUN4QyxzQkFBc0I7QUFDdEIsMkJBQTJCO0FBQzNCLDZCQUE2QjtBQUM3QiwwQ0FBMEM7QUFDMUMsNkNBQTZDO0FBQzdDLFlBQVk7QUFDWix1REFBdUQ7QUFDdkQseUNBQXlDO0FBQ3pDLGlEQUFpRDtBQUNqRCxnQkFBZ0I7QUFDaEIsYUFBYTtBQUNiLHFCQUFxQjtBQUNyQixRQUFRO0FBQ1IsSUFBSSJ9
@@ -0,0 +1,2 @@
1
+ export * from "./auto.provided_interface_glossary";
2
+ export * from "./auto.implementation";
@@ -0,0 +1,19 @@
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 __exportStar = (this && this.__exportStar) || function(m, exports) {
14
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
+ };
16
+ Object.defineProperty(exports, "__esModule", { value: true });
17
+ __exportStar(require("./auto.provided_interface_glossary"), exports);
18
+ __exportStar(require("./auto.implementation"), exports);
19
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9zcmMvcHVibGljL21vZHVsZXMvdHlwZXNjcmlwdF9fc2VyaWFsaXplL2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7Ozs7Ozs7Ozs7Ozs7Ozs7QUFBQSxxRUFBa0Q7QUFDbEQsd0RBQXFDIn0=
@@ -1,21 +1,17 @@
1
1
  import * as pd from 'pareto-core-data'
2
2
  import * as pt from 'pareto-core-types'
3
3
 
4
- import * as g_project from "pareto/auto.dist/public/glossaries/cosmos__type__system"
4
+ import * as g_project from "pareto-pure/auto.dist/public/auto.glossaries/auto.cosmos__type__system"
5
5
 
6
6
  const d = pd.d
7
- import { } from "pareto/auto.dist/public/shorthands/cosmos"
7
+ import { } from "pareto-pure/auto.dist/public/shorthands/cosmos_type_system.sh"
8
8
 
9
- import { $ as d_cosmos_type_system } from "./glossaries/auto.cosmos_type_system.data"
10
- import { $ as d_pareto } from "./glossaries/auto.pareto.data"
11
- import { $ as d_liana } from "./glossaries/auto.liana.data"
12
- import { $ as d_tendril } from "./glossaries/auto.tendril.data"
13
- import { $ as d_grammar } from "./glossaries/auto.grammar.data"
14
9
 
15
- import { $ as d_fountain_pen } from "./modules/fountain_pen/api.data"
16
- import { $ as d_cosmos2pareto } from "./modules/cosmos2pareto/api.data"
10
+ import { $ as d_alan_light_serialize } from "./modules/alan_light_serialize/api.data"
17
11
  import { $ as d_pareto2typescript } from "./modules/pareto2typescript/api.data"
18
-
12
+ import { $ as d_tendril2alanlight } from "./modules/tendril2alan_light/api.data"
13
+ import { $ as d_ts_naming } from "./modules/typescript_naming/api.data"
14
+ import { $ as d_ts_serialize } from "./modules/typescript_serialize/api.data"
19
15
 
20
16
  import { $ as d_dependencies } from "./auto.dependencies"
21
17
 
@@ -24,22 +20,20 @@ export const $: g_project.D.Library = {
24
20
  'description': "",
25
21
  'license': "TBD",
26
22
 
27
- 'type': ['pure', {
23
+ 'type': ['composite', {
24
+ 'pure': false,
28
25
  'dependencies': d_dependencies,
29
26
  }],
30
27
  'module sets': {
31
28
  'public': {
32
29
  'glossaries': d({
33
- "cosmos type system": d_cosmos_type_system,
34
- "grammar": d_grammar,
35
- "liana": d_liana,
36
- "pareto": d_pareto,
37
- "tendril": d_tendril,
38
30
  }),
39
31
  'modules': d({
40
- "fountain pen": d_fountain_pen,
41
- "cosmos 2 pareto": d_cosmos2pareto,
42
- "pareto 2 typescript": d_pareto2typescript,
32
+ "alan light serialize": d_alan_light_serialize,
33
+ "pareto2typescript": d_pareto2typescript,
34
+ "tendril2alan light": d_tendril2alanlight,
35
+ "typescript naming": d_ts_naming,
36
+ "typescript serialize": d_ts_serialize,
43
37
  }),
44
38
  },
45
39
  'private': {
@@ -1,9 +1,11 @@
1
1
  import * as pd from 'pareto-core-data'
2
2
 
3
- import { $ as dep_pareto_standard_impure_library } from './pareto-standard-impure-library/$.data'
4
- import { $ as dep_res_typescript } from './res-typescript/$.data'
3
+ import { $ as dep_pareto_pure } from './pareto-pure/$.data'
4
+ import { $ as dep_pareto_standard_library } from './pareto-standard-library/$.data'
5
+ import { $ as dep_pareto_subatomic_library } from './pareto-subatomic-library/$.data'
5
6
 
6
7
  export const $ = pd.d({
7
- 'pareto-standard-impure-library': { library: dep_pareto_standard_impure_library, version: '^0.11.0' },
8
- 'res-typescript': { library: dep_res_typescript, version: '^0.37.0' },
8
+ 'pareto-pure': { library: dep_pareto_pure, version: '^0.6.2' },
9
+ 'pareto-standard-library': { library: dep_pareto_standard_library, version: '^0.5.0' },
10
+ 'pareto-subatomic-library': { library: dep_pareto_subatomic_library, version: '^0.4.0' },
9
11
  })
@@ -0,0 +1,65 @@
1
+ import * as pd from 'pareto-core-data'
2
+ import * as pt from 'pareto-core-types'
3
+
4
+ import * as g_project from "pareto-pure/auto.dist/public/auto.glossaries/auto.cosmos__type__system"
5
+
6
+ const d = pd.d
7
+ import { imp } from "pareto-pure/auto.dist/public/shorthands/cosmos_type_system.sh"
8
+
9
+ import { $ as d_alan } from "./glossaries/auto.alan.data"
10
+ import { $ as d_cosmos_type_system } from "./glossaries/auto.cosmos_type_system.data"
11
+ import { $ as d_cosmos_typescript } from "./glossaries/auto.cosmos_typescript.data"
12
+ import { $ as d_pareto } from "./glossaries/auto.pareto.data"
13
+ import { $ as d_liana } from "./glossaries/auto.liana.data"
14
+ import { $ as d_tendril } from "./glossaries/auto.tendril.data"
15
+ import { $ as d_tendril_resolved } from "./glossaries/auto.tendril_resolved.data"
16
+ import { $ as d_grammar } from "./glossaries/auto.grammar.data"
17
+ import { $ as d_testresult } from "./modules/testresult/api.data"
18
+
19
+
20
+ import { $ as d_fountain_pen } from "./modules/fountain_pen/api.data"
21
+ import { $ as d_cosmos2pareto } from "./modules/cosmos2pareto/api.data"
22
+ import { $ as d_liana2tendril } from "./modules/liana2tendril/api.data"
23
+ import { $ as d_tendril2cosmos_type_system } from "./modules/tendril2cosmos_type_system/api.data"
24
+ import { $ as d_tendril2pareto } from "./modules/tendril2pareto/api.data"
25
+
26
+
27
+ import { $ as d_dependencies } from "./auto.dependencies"
28
+
29
+ export const $: g_project.D.Library = {
30
+ 'author': "Corno",
31
+ 'description': "",
32
+ 'license': "TBD",
33
+
34
+ 'type': ['composite', {
35
+ 'pure': true,
36
+ 'dependencies': d_dependencies,
37
+ }],
38
+ 'module sets': {
39
+ 'public': {
40
+ 'glossaries': d({
41
+ "alan": d_alan,
42
+ "cosmos type system": d_cosmos_type_system,
43
+ "cosmos typescript": d_cosmos_typescript,
44
+ "grammar": d_grammar,
45
+ "liana": d_liana,
46
+ "pareto": d_pareto,
47
+ "tendril": d_tendril,
48
+ "tendril resolved": d_tendril_resolved,
49
+ }),
50
+ 'modules': d({
51
+ "fountain pen": d_fountain_pen,
52
+ "cosmos 2 pareto": d_cosmos2pareto,
53
+ //"liana 2 tendril": d_liana2tendril,
54
+ "tendril 2 cosmos type system": d_tendril2cosmos_type_system,
55
+ "tendril 2 pareto": d_tendril2pareto,
56
+ "testresult": d_testresult,
57
+ }),
58
+ },
59
+ 'private': {
60
+ 'glossaries': d({}),
61
+ 'modules': d({
62
+ }),
63
+ }
64
+ }
65
+ }
@@ -0,0 +1,7 @@
1
+ import * as pd from 'pareto-core-data'
2
+
3
+ import { $ as dep_pareto_standard_library } from './pareto-standard-library/$.data'
4
+
5
+ export const $ = pd.d({
6
+ 'pareto-standard-library': { library: dep_pareto_standard_library, version: '^0.5.0' },
7
+ })
@@ -1,23 +1,17 @@
1
1
  import * as pd from 'pareto-core-data'
2
2
 
3
- import * as g_project from "pareto/auto.dist/public/glossaries/cosmos__type__system"
3
+ import * as g_project from "pareto-pure/auto.dist/public/auto.glossaries/auto.cosmos__type__system"
4
4
 
5
5
  const d = pd.d
6
- import { } from "pareto/auto.dist/public/shorthands/cosmos"
6
+ import { } from "pareto-pure/auto.dist/public/shorthands/cosmos_type_system.sh"
7
7
 
8
8
  import { $ as d_arithmetic } from "./modules/arithmetic/api.data"
9
9
  import { $ as d_array } from "./modules/array/api.data"
10
10
  import { $ as d_boolean } from "./modules/boolean/api.data"
11
11
  import { $ as d_build } from "./modules/build/api.data"
12
- import { $ as d_collation } from "./modules/collation/api.data"
13
12
  import { $ as d_dictionary } from "./modules/dictionary/api.data"
14
- import { $ as d_filesystem } from "./modules/filesystem/api.data"
15
- import { $ as d_foreach } from "./modules/foreach/api.data"
16
- import { $ as d_http } from "./modules/http/api.data"
17
13
  import { $ as d_json } from "./modules/json/api.data"
18
- import { $ as d_path } from "./modules/path/api.data"
19
14
  import { $ as d_nested } from "./modules/nested/api.data"
20
- import { $ as d_numerical_predicates } from "./modules/numerical_predicates/api.data"
21
15
  import { $ as d_resolve } from "./modules/resolve/api.data"
22
16
  import { $ as d_string } from "./modules/string/api.data"
23
17
  import { $ as d_tostring } from "./modules/tostring/api.data"
@@ -27,7 +21,7 @@ export const $: g_project.D.Library = {
27
21
  'description': "A library that contains very common functionality that cannot be implemented purely in Pareto",
28
22
  'license': "TBD",
29
23
 
30
- 'type': ['impure', null],
24
+ 'type': ['primitive', null],
31
25
  'module sets': {
32
26
  'public': {
33
27
  'glossaries': d({}),
@@ -36,15 +30,9 @@ export const $: g_project.D.Library = {
36
30
  "array": d_array,
37
31
  "boolean": d_boolean,
38
32
  "build": d_build,
39
- "collation": d_collation,
40
33
  "dictionary": d_dictionary,
41
- "filesystem": d_filesystem,
42
- "foreach": d_foreach,
43
- "http": d_http,
44
34
  "json": d_json,
45
35
  "nested": d_nested,
46
- "numerical predicates": d_numerical_predicates,
47
- "path": d_path,
48
36
  "resolve": d_resolve,
49
37
  "string": d_string,
50
38
  "tostring": d_tostring,
@@ -0,0 +1,19 @@
1
+ import * as pd from 'pareto-core-data'
2
+
3
+ import { algorithm, algref, api } from "pareto-pure/auto.dist/public/shorthands/cosmos_type_system.sh"
4
+
5
+ import * as g_project from "pareto-pure/auto.dist/public/auto.glossaries/auto.cosmos__type__system"
6
+
7
+ import { $ as glos } from "./glossary.data"
8
+ import { glossary, group, member, number, type } from "pareto-pure/auto.dist/public/shorthands/cosmos_type_system.sh"
9
+
10
+ export const $: g_project.D.API = api(
11
+ glos,
12
+ {
13
+ "divideWithRemainder": algorithm("DivideWithRemainder", null, {}),
14
+ "increment": algorithm("Increment", "IncrementConfig", {}),
15
+ "max": algorithm("Max", null, {}),
16
+ "negate": algorithm("Negate", null, {}),
17
+ "subtract": algorithm("Subtract", null, {}),
18
+ }
19
+ )
@@ -3,9 +3,9 @@ import * as pd from 'pareto-core-data'
3
3
  import {
4
4
  array, boolean, data, dictionary, externalTypeReference, group, member, number, optional, sfunction,
5
5
  type, typeReference
6
- } from "pareto/auto.dist/public/shorthands/cosmos"
6
+ } from "pareto-pure/auto.dist/public/shorthands/cosmos_type_system.sh"
7
7
 
8
- import * as g_glossary from "pareto/auto.dist/public/glossaries/cosmos__type__system"
8
+ import * as g_glossary from "pareto-pure/auto.dist/public/auto.glossaries/auto.cosmos__type__system"
9
9
 
10
10
  const d = pd.d
11
11
 
@@ -0,0 +1,19 @@
1
+ import * as pd from 'pareto-core-data'
2
+
3
+ import { algorithm, algref, api } from "pareto-pure/auto.dist/public/shorthands/cosmos_type_system.sh"
4
+
5
+ import * as g_project from "pareto-pure/auto.dist/public/auto.glossaries/auto.cosmos__type__system"
6
+
7
+ import { $ as glos } from "./glossary.data"
8
+ import { glossary, group, member, number, type } from "pareto-pure/auto.dist/public/shorthands/cosmos_type_system.sh"
9
+
10
+ export const $: g_project.D.API = api(
11
+ glos,
12
+ {
13
+ "flattenArrayOfArrays": algorithm("FlattenArrayOfArrays", null, {}),
14
+ "append": algorithm("Append", null, {}),
15
+ "prepend": algorithm("Prepend", null, {}),
16
+ "zip": algorithm("Zip", null, {}),
17
+
18
+ }
19
+ )
@@ -3,9 +3,9 @@ import * as pd from 'pareto-core-data'
3
3
  import {
4
4
  array, data, dictionary, externalTypeReference, group, member, number, optional, parametrizedType, ref, sfunction,
5
5
  type, typeParameter, typeReference
6
- } from "pareto/auto.dist/public/shorthands/cosmos"
6
+ } from "pareto-pure/auto.dist/public/shorthands/cosmos_type_system.sh"
7
7
 
8
- import * as g_glossary from "pareto/auto.dist/public/glossaries/cosmos__type__system"
8
+ import * as g_glossary from "pareto-pure/auto.dist/public/auto.glossaries/auto.cosmos__type__system"
9
9
 
10
10
  const d = pd.d
11
11
 
@@ -16,26 +16,22 @@ export const $: g_glossary.D.Glossary = {
16
16
  'root': {
17
17
  'namespaces': d({}),
18
18
  'data types': d({
19
- "Length": type(number()),
20
19
  "Array": parametrizedType({ "Type": null }, array(ref(typeParameter("Type")))),
21
20
  "ArrayOfArrays": parametrizedType({ "Type": null }, array(ref(typeReference("Array", { "Type": typeParameter("Type") })))),
22
- "GetElementAtData": parametrizedType({ "Type": null }, group({
21
+
22
+ "AppendParameters": parametrizedType({ "Type": null }, group({
23
23
  "array": member(ref(typeReference("Array", { "Type": typeParameter("Type") }))),
24
- "index": member(number()),
24
+ "element": member(ref(typeParameter("Type"))),
25
25
  })),
26
- "PushParameters": parametrizedType({ "Type": null }, group({
26
+ "PrependParameters": parametrizedType({ "Type": null }, group({
27
27
  "array": member(ref(typeReference("Array", { "Type": typeParameter("Type") }))),
28
28
  "element": member(ref(typeParameter("Type"))),
29
29
  })),
30
- "OptionalElement": parametrizedType({ "Type": null }, optional(ref(typeParameter("Type")))),
31
-
32
-
33
30
  "ArrayTuple": parametrizedType({ "Benchmark": null, "Focus": null }, group({
34
31
  "benchmark": member(ref(typeReference("Array", { "Type": typeParameter("Benchmark") }))),
35
32
  "focus": member(ref(typeReference("Array", { "Type": typeParameter("Focus") }))),
36
33
  })),
37
-
38
- "MatchedArrays": parametrizedType({ "Benchmark": null, "Focus": null }, array(group({
34
+ "ZippedArray": parametrizedType({ "Benchmark": null, "Focus": null }, array(group({
39
35
  "benchmark": member(ref(typeParameter("Benchmark"))),
40
36
  "focus": member(ref(typeParameter("Focus"))),
41
37
  }))),
@@ -44,15 +40,11 @@ export const $: g_glossary.D.Glossary = {
44
40
  },
45
41
  'interface types': d({}),
46
42
  'algorithm types': d({
47
- "GetElementAt": sfunction(typeParameter("Type"), data(typeReference("GetElementAtData", { "Type": typeParameter("Type") })), { "Type": null }),
48
- "GetLastElement": sfunction(typeReference("OptionalElement", { "Type": typeParameter("Type") }), data(typeReference("Array", { "Type": typeParameter("Type") })), { "Type": null }),
49
- "GetLength": sfunction(typeReference("Length"), data(typeReference("Array", { "Type": typeParameter("Type") })), { "Type": null }),
43
+ "Append": sfunction(typeReference("Array", { "Type": typeParameter("Type") }), data(typeReference("AppendParameters", { "Type": typeParameter("Type") })), { "Type": null }),
44
+ "Prepend": sfunction(typeReference("Array", { "Type": typeParameter("Type") }), data(typeReference("PrependParameters", { "Type": typeParameter("Type") })), { "Type": null }),
50
45
  "FlattenArrayOfArrays": sfunction(typeReference("Array", { "Type": typeParameter("Type") }), data(typeReference("ArrayOfArrays", { "Type": typeParameter("Type") })), { "Type": null }),
51
- "Push": sfunction(typeReference("Array", { "Type": typeParameter("Type") }), data(typeReference("PushParameters", { "Type": typeParameter("Type") })), { "Type": null }),
52
-
53
-
54
- "MatchArrays": sfunction(
55
- typeReference("MatchedArrays", { "Benchmark": typeParameter("Benchmark"), "Focus": typeParameter("Focus") }),
46
+ "Zip": sfunction(
47
+ typeReference("ZippedArray", { "Benchmark": typeParameter("Benchmark"), "Focus": typeParameter("Focus") }),
56
48
  data(typeReference("ArrayTuple", { "Benchmark": typeParameter("Benchmark"), "Focus": typeParameter("Focus") })),
57
49
  { "Benchmark": null, "Focus": null }
58
50
  ),
@@ -1,11 +1,11 @@
1
1
  import * as pd from 'pareto-core-data'
2
2
 
3
- import { algorithm, algref, api } from "pareto/auto.dist/public/shorthands/cosmos"
3
+ import { algorithm, algref, api } from "pareto-pure/auto.dist/public/shorthands/cosmos_type_system.sh"
4
4
 
5
- import * as g_project from "pareto/auto.dist/public/glossaries/cosmos__type__system"
5
+ import * as g_project from "pareto-pure/auto.dist/public/auto.glossaries/auto.cosmos__type__system"
6
6
 
7
7
  import { $ as glos } from "./glossary.data"
8
- import { glossary, group, member, number, type } from 'pareto/auto.dist/public/shorthands/cosmos'
8
+ import { glossary, group, member, number, type } from "pareto-pure/auto.dist/public/shorthands/cosmos_type_system.sh"
9
9
 
10
10
  export const $: g_project.D.API = api(
11
11
  glos,
@@ -11,9 +11,9 @@ import {
11
11
  sfunction,
12
12
  type,
13
13
  typeReference,
14
- } from "pareto/auto.dist/public/shorthands/cosmos"
14
+ } from "pareto-pure/auto.dist/public/shorthands/cosmos_type_system.sh"
15
15
 
16
- import * as g_glossary from "pareto/auto.dist/public/glossaries/cosmos__type__system"
16
+ import * as g_glossary from "pareto-pure/auto.dist/public/auto.glossaries/auto.cosmos__type__system"
17
17
  const d = pd.d
18
18
 
19
19
  export const $: g_glossary.D.Glossary = {
@@ -1,11 +1,11 @@
1
1
  import * as pd from 'pareto-core-data'
2
2
 
3
- import { algorithm, algref, api } from "pareto/auto.dist/public/shorthands/cosmos"
3
+ import { algorithm, algref, api } from "pareto-pure/auto.dist/public/shorthands/cosmos_type_system.sh"
4
4
 
5
- import * as g_project from "pareto/auto.dist/public/glossaries/cosmos__type__system"
5
+ import * as g_project from "pareto-pure/auto.dist/public/auto.glossaries/auto.cosmos__type__system"
6
6
 
7
7
  import { $ as glos } from "./glossary.data"
8
- import { glossary, group, member, number, sInterface, sInterfaceMethod, string, taggedUnion, type, typeReference } from 'pareto/auto.dist/public/shorthands/cosmos'
8
+ import { glossary, group, member, number, sInterface, sInterfaceMethod, string, taggedUnion, type, typeReference } from "pareto-pure/auto.dist/public/shorthands/cosmos_type_system.sh"
9
9
 
10
10
  export const $: g_project.D.API = api(
11
11
  glos,
@@ -7,9 +7,9 @@ import {
7
7
  sfunction,
8
8
  sInterfaceMethod, sInterfaceReference, streamconsumer, string, taggedUnion, type, typeReference, aInterface, sInterface, parametrizedType,
9
9
  infInit
10
- } from "pareto/auto.dist/public/shorthands/cosmos"
10
+ } from "pareto-pure/auto.dist/public/shorthands/cosmos_type_system.sh"
11
11
 
12
- import * as g_glossary from "pareto/auto.dist/public/glossaries/cosmos__type__system"
12
+ import * as g_glossary from "pareto-pure/auto.dist/public/auto.glossaries/auto.cosmos__type__system"
13
13
  const d = pd.d
14
14
 
15
15
  export const $: g_glossary.D.Glossary = {