pareto 0.57.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 (192) hide show
  1. package/auto.dist/index.d.ts +2 -0
  2. package/auto.dist/index.js +4 -2
  3. package/auto.dist/public/modules/alan__light__serialize/auto.api.d.ts +6 -0
  4. package/auto.dist/public/modules/alan__light__serialize/auto.api.js +3 -0
  5. package/auto.dist/public/modules/alan__light__serialize/auto.implementation.d.ts +2 -0
  6. package/auto.dist/public/modules/alan__light__serialize/auto.implementation.js +6 -0
  7. package/auto.dist/public/modules/alan__light__serialize/auto.provided_interface_glossary.d.ts +705 -0
  8. package/auto.dist/public/modules/alan__light__serialize/auto.provided_interface_glossary.js +3 -0
  9. package/auto.dist/public/modules/alan__light__serialize/auto.provided_interface_glossary.shadow.d.ts +34 -0
  10. package/auto.dist/public/modules/alan__light__serialize/auto.provided_interface_glossary.shadow.js +3 -0
  11. package/auto.dist/public/modules/alan__light__serialize/implementations/serialize.alg.d.ts +2 -0
  12. package/auto.dist/public/modules/alan__light__serialize/implementations/serialize.alg.js +115 -0
  13. package/auto.dist/public/modules/alan__light__serialize/index.d.ts +2 -0
  14. package/auto.dist/public/modules/alan__light__serialize/index.js +19 -0
  15. package/auto.dist/public/modules/pareto2typescript/implementations/serializeCompilationUnit.alg.js +213 -247
  16. package/auto.dist/public/modules/tendril2alan__light/auto.api.d.ts +6 -0
  17. package/auto.dist/public/modules/tendril2alan__light/auto.api.js +3 -0
  18. package/auto.dist/public/modules/tendril2alan__light/auto.implementation.d.ts +2 -0
  19. package/auto.dist/public/modules/tendril2alan__light/auto.implementation.js +6 -0
  20. package/auto.dist/public/modules/tendril2alan__light/auto.provided_interface_glossary.d.ts +1583 -0
  21. package/auto.dist/public/modules/tendril2alan__light/auto.provided_interface_glossary.js +3 -0
  22. package/auto.dist/public/modules/tendril2alan__light/auto.provided_interface_glossary.shadow.d.ts +29 -0
  23. package/auto.dist/public/modules/tendril2alan__light/auto.provided_interface_glossary.shadow.js +3 -0
  24. package/auto.dist/public/modules/tendril2alan__light/implementations/map.alg.d.ts +2 -0
  25. package/auto.dist/public/modules/tendril2alan__light/implementations/map.alg.js +141 -0
  26. package/auto.dist/public/modules/tendril2alan__light/index.d.ts +2 -0
  27. package/auto.dist/public/modules/tendril2alan__light/index.js +19 -0
  28. package/auto.pareto/$.data.ts +8 -3
  29. package/auto.pareto/auto.dependencies/index.ts +3 -3
  30. package/auto.pareto/auto.dependencies/pareto-pure/$.data.ts +8 -3
  31. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/index.ts +1 -1
  32. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/$.data.ts +3 -3
  33. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/arithmetic/api.data.ts +3 -3
  34. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/arithmetic/glossary.data.ts +2 -2
  35. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/array/api.data.ts +3 -3
  36. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/array/glossary.data.ts +2 -2
  37. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/boolean/api.data.ts +3 -3
  38. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/boolean/glossary.data.ts +2 -2
  39. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/build/api.data.ts +3 -3
  40. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/build/glossary.data.ts +2 -2
  41. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/dictionary/api.data.ts +3 -3
  42. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/dictionary/glossary.data.ts +2 -2
  43. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/json/api.data.ts +3 -3
  44. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/json/glossary.data.ts +2 -2
  45. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/nested/api.data.ts +3 -3
  46. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/nested/glossary.data.ts +2 -2
  47. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/resolve/api.data.ts +3 -3
  48. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/resolve/glossary.data.ts +2 -2
  49. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/string/api.data.ts +3 -3
  50. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/string/glossary.data.ts +2 -2
  51. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/tostring/api.data.ts +3 -3
  52. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/tostring/glossary.data.ts +2 -2
  53. package/auto.pareto/auto.dependencies/pareto-pure/glossaries/auto.alan.data.ts +441 -0
  54. package/auto.pareto/auto.dependencies/pareto-pure/glossaries/auto.alan_light.data.ts +441 -0
  55. package/auto.pareto/auto.dependencies/pareto-pure/glossaries/auto.cosmos_type_system.data.ts +1 -1
  56. package/auto.pareto/auto.dependencies/pareto-pure/glossaries/auto.cosmos_typescript.data.ts +1 -1
  57. package/auto.pareto/auto.dependencies/pareto-pure/glossaries/auto.grammar.data.ts +1 -1
  58. package/auto.pareto/auto.dependencies/pareto-pure/glossaries/auto.liana.data.ts +1 -1
  59. package/auto.pareto/auto.dependencies/pareto-pure/glossaries/auto.pareto.data.ts +1 -1
  60. package/auto.pareto/auto.dependencies/pareto-pure/glossaries/auto.tendril.data.ts +18 -181
  61. package/auto.pareto/auto.dependencies/pareto-pure/glossaries/auto.tendril_resolved.data.ts +18 -181
  62. package/auto.pareto/auto.dependencies/pareto-pure/modules/cosmos2pareto/api.data.ts +2 -2
  63. package/auto.pareto/auto.dependencies/pareto-pure/modules/cosmos2pareto/glossary.data.ts +2 -2
  64. package/auto.pareto/auto.dependencies/pareto-pure/modules/fountain_pen/api.data.ts +3 -3
  65. package/auto.pareto/auto.dependencies/pareto-pure/modules/fountain_pen/glossary.data.ts +2 -2
  66. package/auto.pareto/auto.dependencies/pareto-pure/modules/liana2tendril/api.data.ts +2 -2
  67. package/auto.pareto/auto.dependencies/pareto-pure/modules/liana2tendril/glossary.data.ts +2 -2
  68. package/auto.pareto/auto.dependencies/pareto-pure/modules/tendril2cosmos_type_system/api.data.ts +2 -2
  69. package/auto.pareto/auto.dependencies/pareto-pure/modules/tendril2cosmos_type_system/glossary.data.ts +2 -2
  70. package/auto.pareto/auto.dependencies/pareto-pure/modules/tendril2pareto/api.data.ts +2 -2
  71. package/auto.pareto/auto.dependencies/pareto-pure/modules/tendril2pareto/glossary.data.ts +2 -2
  72. package/auto.pareto/auto.dependencies/pareto-pure/modules/testresult/api.data.ts +2 -2
  73. package/auto.pareto/auto.dependencies/pareto-pure/modules/testresult/glossary.data.ts +2 -2
  74. package/auto.pareto/auto.dependencies/pareto-standard-library/$.data.ts +3 -3
  75. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/arithmetic/api.data.ts +3 -3
  76. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/arithmetic/glossary.data.ts +2 -2
  77. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/array/api.data.ts +3 -3
  78. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/array/glossary.data.ts +2 -2
  79. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/boolean/api.data.ts +3 -3
  80. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/boolean/glossary.data.ts +2 -2
  81. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/build/api.data.ts +3 -3
  82. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/build/glossary.data.ts +2 -2
  83. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/dictionary/api.data.ts +3 -3
  84. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/dictionary/glossary.data.ts +2 -2
  85. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/json/api.data.ts +3 -3
  86. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/json/glossary.data.ts +2 -2
  87. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/nested/api.data.ts +3 -3
  88. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/nested/glossary.data.ts +2 -2
  89. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/resolve/api.data.ts +3 -3
  90. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/resolve/glossary.data.ts +2 -2
  91. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/string/api.data.ts +3 -3
  92. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/string/glossary.data.ts +2 -2
  93. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/tostring/api.data.ts +3 -3
  94. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/tostring/glossary.data.ts +2 -2
  95. package/auto.pareto/auto.dependencies/pareto-subatomic-library/$.data.ts +3 -3
  96. package/auto.pareto/auto.dependencies/pareto-subatomic-library/modules/array/api.data.ts +3 -3
  97. package/auto.pareto/auto.dependencies/pareto-subatomic-library/modules/array/glossary.data.ts +2 -2
  98. package/auto.pareto/auto.dependencies/pareto-subatomic-library/modules/dictionary/api.data.ts +3 -3
  99. package/auto.pareto/auto.dependencies/pareto-subatomic-library/modules/dictionary/glossary.data.ts +2 -2
  100. package/auto.pareto/auto.dependencies/pareto-subatomic-library/modules/json/api.data.ts +3 -3
  101. package/auto.pareto/auto.dependencies/pareto-subatomic-library/modules/json/glossary.data.ts +2 -2
  102. package/auto.pareto/auto.dependencies/pareto-subatomic-library/modules/numerical_predicates/api.data.ts +3 -3
  103. package/auto.pareto/auto.dependencies/pareto-subatomic-library/modules/numerical_predicates/glossary.data.ts +2 -2
  104. package/auto.pareto/auto.dependencies/pareto-subatomic-library/modules/string/api.data.ts +3 -3
  105. package/auto.pareto/auto.dependencies/pareto-subatomic-library/modules/string/glossary.data.ts +2 -2
  106. package/auto.pareto/modules/alan_light_serialize/api.data.ts +15 -0
  107. package/auto.pareto/modules/alan_light_serialize/glossary.data.ts +41 -0
  108. package/auto.pareto/modules/pareto2typescript/api.data.ts +3 -3
  109. package/auto.pareto/modules/pareto2typescript/glossary.data.ts +2 -2
  110. package/auto.pareto/modules/tendril2alan_light/api.data.ts +17 -0
  111. package/auto.pareto/modules/tendril2alan_light/glossary.data.ts +51 -0
  112. package/auto.pareto/modules/typescript_naming/api.data.ts +3 -3
  113. package/auto.pareto/modules/typescript_naming/glossary.data.ts +2 -2
  114. package/auto.pareto/modules/typescript_serialize/api.data.ts +3 -3
  115. package/auto.pareto/modules/typescript_serialize/glossary.data.ts +2 -2
  116. package/package.json +5 -5
  117. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-impure-library/$.data.ts +0 -58
  118. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-impure-library/modules/arithmetic/api.data.ts +0 -26
  119. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-impure-library/modules/arithmetic/glossary.data.ts +0 -76
  120. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-impure-library/modules/array/api.data.ts +0 -21
  121. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-impure-library/modules/array/glossary.data.ts +0 -60
  122. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-impure-library/modules/boolean/api.data.ts +0 -21
  123. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-impure-library/modules/boolean/glossary.data.ts +0 -45
  124. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-impure-library/modules/build/api.data.ts +0 -25
  125. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-impure-library/modules/build/glossary.data.ts +0 -133
  126. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-impure-library/modules/collation/api.data.ts +0 -15
  127. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-impure-library/modules/collation/glossary.data.ts +0 -34
  128. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-impure-library/modules/dictionary/api.data.ts +0 -60
  129. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-impure-library/modules/dictionary/glossary.data.ts +0 -130
  130. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-impure-library/modules/filesystem/api.data.ts +0 -19
  131. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-impure-library/modules/filesystem/glossary.data.ts +0 -189
  132. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-impure-library/modules/foreach/api.data.ts +0 -25
  133. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-impure-library/modules/foreach/glossary.data.ts +0 -78
  134. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-impure-library/modules/http/api.data.ts +0 -16
  135. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-impure-library/modules/http/glossary.data.ts +0 -69
  136. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-impure-library/modules/json/api.data.ts +0 -16
  137. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-impure-library/modules/json/glossary.data.ts +0 -51
  138. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-impure-library/modules/nested/api.data.ts +0 -15
  139. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-impure-library/modules/nested/glossary.data.ts +0 -29
  140. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-impure-library/modules/numerical_predicates/api.data.ts +0 -18
  141. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-impure-library/modules/numerical_predicates/glossary.data.ts +0 -40
  142. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-impure-library/modules/path/api.data.ts +0 -19
  143. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-impure-library/modules/path/glossary.data.ts +0 -35
  144. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-impure-library/modules/resolve/api.data.ts +0 -20
  145. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-impure-library/modules/resolve/glossary.data.ts +0 -84
  146. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-impure-library/modules/string/api.data.ts +0 -26
  147. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-impure-library/modules/string/glossary.data.ts +0 -75
  148. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-impure-library/modules/tostring/api.data.ts +0 -19
  149. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-impure-library/modules/tostring/glossary.data.ts +0 -42
  150. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/res-typescript/$.data.ts +0 -35
  151. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/res-typescript/modules/naming/api.data.ts +0 -15
  152. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/res-typescript/modules/naming/glossary.data.ts +0 -34
  153. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/res-typescript/modules/serialize/api.data.ts +0 -18
  154. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/res-typescript/modules/serialize/glossary.data.ts +0 -42
  155. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/$.data.ts +0 -58
  156. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/arithmetic/api.data.ts +0 -26
  157. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/arithmetic/glossary.data.ts +0 -76
  158. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/array/api.data.ts +0 -21
  159. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/array/glossary.data.ts +0 -60
  160. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/boolean/api.data.ts +0 -21
  161. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/boolean/glossary.data.ts +0 -45
  162. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/build/api.data.ts +0 -25
  163. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/build/glossary.data.ts +0 -133
  164. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/collation/api.data.ts +0 -15
  165. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/collation/glossary.data.ts +0 -34
  166. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/dictionary/api.data.ts +0 -60
  167. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/dictionary/glossary.data.ts +0 -130
  168. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/filesystem/api.data.ts +0 -19
  169. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/filesystem/glossary.data.ts +0 -189
  170. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/foreach/api.data.ts +0 -25
  171. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/foreach/glossary.data.ts +0 -78
  172. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/http/api.data.ts +0 -16
  173. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/http/glossary.data.ts +0 -69
  174. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/json/api.data.ts +0 -16
  175. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/json/glossary.data.ts +0 -51
  176. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/nested/api.data.ts +0 -15
  177. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/nested/glossary.data.ts +0 -29
  178. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/numerical_predicates/api.data.ts +0 -18
  179. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/numerical_predicates/glossary.data.ts +0 -40
  180. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/path/api.data.ts +0 -19
  181. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/path/glossary.data.ts +0 -35
  182. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/resolve/api.data.ts +0 -20
  183. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/resolve/glossary.data.ts +0 -84
  184. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/string/api.data.ts +0 -26
  185. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/string/glossary.data.ts +0 -75
  186. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/tostring/api.data.ts +0 -19
  187. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/tostring/glossary.data.ts +0 -42
  188. package/auto.pareto/auto.dependencies/res-typescript/$.data.ts +0 -35
  189. package/auto.pareto/auto.dependencies/res-typescript/modules/naming/api.data.ts +0 -15
  190. package/auto.pareto/auto.dependencies/res-typescript/modules/naming/glossary.data.ts +0 -34
  191. package/auto.pareto/auto.dependencies/res-typescript/modules/serialize/api.data.ts +0 -18
  192. package/auto.pareto/auto.dependencies/res-typescript/modules/serialize/glossary.data.ts +0 -42
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXV0by5wcm92aWRlZF9pbnRlcmZhY2VfZ2xvc3NhcnkuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9zcmMvcHVibGljL21vZHVsZXMvdGVuZHJpbDJhbGFuX19saWdodC9hdXRvLnByb3ZpZGVkX2ludGVyZmFjZV9nbG9zc2FyeS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIn0=
@@ -0,0 +1,29 @@
1
+ export declare namespace A {
2
+ type Map = ($: null) => null;
3
+ }
4
+ export declare namespace D {
5
+ }
6
+ export declare namespace I {
7
+ }
8
+ export declare namespace IMP {
9
+ namespace alan__light {
10
+ namespace A {
11
+ }
12
+ namespace D {
13
+ }
14
+ namespace I {
15
+ }
16
+ namespace IMP {
17
+ }
18
+ }
19
+ namespace tendril {
20
+ namespace A {
21
+ }
22
+ namespace D {
23
+ }
24
+ namespace I {
25
+ }
26
+ namespace IMP {
27
+ }
28
+ }
29
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXV0by5wcm92aWRlZF9pbnRlcmZhY2VfZ2xvc3Nhcnkuc2hhZG93LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vc3JjL3B1YmxpYy9tb2R1bGVzL3RlbmRyaWwyYWxhbl9fbGlnaHQvYXV0by5wcm92aWRlZF9pbnRlcmZhY2VfZ2xvc3Nhcnkuc2hhZG93LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIifQ==
@@ -0,0 +1,2 @@
1
+ import { API } from "../auto.api";
2
+ export declare const $$: API.map;
@@ -0,0 +1,141 @@
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 pa = __importStar(require("pareto-core-alg"));
38
+ const pd = __importStar(require("pareto-core-dev"));
39
+ const a_psub = __importStar(require("pareto-subatomic-library"));
40
+ const a_psl = __importStar(require("pareto-standard-library"));
41
+ const $$ = ($c, $d) => {
42
+ const getEntry = a_psub.dictionary.unsafeGetEntry(null, null);
43
+ const addEntry = a_psl.dictionary.unsafeAddEntry(null, null);
44
+ return ($) => {
45
+ const lib = $['type library'];
46
+ const Model2Root = ($) => ({
47
+ 'numerical types': pa.emptyDictionary(),
48
+ 'root': Type2Node(getEntry({ 'dictionary': $['type library']['global types'], 'key': $['root'] }).type),
49
+ });
50
+ const Type2Properties = ($) => {
51
+ const type = $;
52
+ return pa.cc($.type, ($) => {
53
+ switch ($[0]) {
54
+ case 'component': return pa.ss($, ($) => pd.implementMe("component"));
55
+ case 'group': return pa.ss($, ($) => $.properties.map(($) => Type2Property($.type)));
56
+ case 'nothing': return pa.ss($, ($) => pa.emptyDictionary());
57
+ default: return pa.dictionaryLiteral({
58
+ "value": Type2Property(type),
59
+ });
60
+ }
61
+ });
62
+ };
63
+ const Type2Property = ($) => ({
64
+ 'type': pa.cc($.type, ($) => {
65
+ switch ($[0]) {
66
+ case 'group': return pa.ss($, ($) => ['group', {
67
+ 'node': {
68
+ 'properties': $.properties.map(($) => Type2Property($.type))
69
+ },
70
+ }]);
71
+ case 'array': return pa.ss($, ($) => pd.implementMe("array"));
72
+ case 'component': return pa.ss($, ($) => pa.cc($.context, ($) => {
73
+ switch ($[0]) {
74
+ case 'cyclic sibling': return pd.implementMe("cyclic sibling");
75
+ case 'import': return pd.implementMe("import");
76
+ case 'resolved sibling': return pa.ss($, ($) => ['group', {
77
+ 'node': {
78
+ 'properties': Type2Properties(getEntry({ 'dictionary': lib['global types'], 'key': $.type }).type)
79
+ },
80
+ }]);
81
+ default: return pa.au($[0]);
82
+ }
83
+ }));
84
+ case 'dictionary': return pa.ss($, ($) => ['collection', {
85
+ 'node': {
86
+ 'properties': addEntry({
87
+ 'dictionary': Type2Properties($.type),
88
+ 'keyValuePair': {
89
+ 'key': "ID",
90
+ 'value': {
91
+ 'type': ['text', {
92
+ 'constraint': pa.notSet()
93
+ }]
94
+ },
95
+ }
96
+ })
97
+ },
98
+ 'key': "ID",
99
+ }]);
100
+ case 'nothing': return pa.ss($, ($) => ['group', {
101
+ 'node': {
102
+ 'properties': pa.emptyDictionary()
103
+ },
104
+ }]);
105
+ case 'optional': return pa.ss($, ($) => ['state group', {
106
+ 'states': pa.dictionaryLiteral({
107
+ "set": {
108
+ 'constraints': pa.emptyDictionary(),
109
+ 'node': Type2Node($.type),
110
+ },
111
+ "not set": {
112
+ 'constraints': pa.emptyDictionary(),
113
+ 'node': {
114
+ 'properties': pa.emptyDictionary(),
115
+ },
116
+ },
117
+ })
118
+ }]);
119
+ case 'tagged union': return pa.ss($, ($) => ['state group', {
120
+ 'states': $.options.map(($) => ({
121
+ 'constraints': pa.emptyDictionary(),
122
+ 'node': Type2Node($.type),
123
+ })),
124
+ }]);
125
+ case 'terminal': return pa.ss($, ($) => ['text', {
126
+ 'constraint': pa.notSet()
127
+ }]);
128
+ default: return pa.au($[0]);
129
+ }
130
+ })
131
+ });
132
+ const Type2Node = ($) => {
133
+ return {
134
+ 'properties': Type2Properties($),
135
+ };
136
+ };
137
+ return Model2Root($);
138
+ };
139
+ };
140
+ exports.$$ = $$;
141
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWFwLmFsZy5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3NyYy9wdWJsaWMvbW9kdWxlcy90ZW5kcmlsMmFsYW5fX2xpZ2h0L2ltcGxlbWVudGF0aW9ucy9tYXAuYWxnLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7OztBQUFBLG9EQUFxQztBQUNyQyxvREFBcUM7QUFJckMsaUVBQWtEO0FBQ2xELCtEQUFnRDtBQUl6QyxNQUFNLEVBQUUsR0FBWSxDQUFDLEVBQUUsRUFBRSxFQUFFLEVBQUUsRUFBRTtJQUVsQyxNQUFNLFFBQVEsR0FBRyxNQUFNLENBQUMsVUFBVSxDQUFDLGNBQWMsQ0FBQyxJQUFJLEVBQUUsSUFBSSxDQUFDLENBQUE7SUFDN0QsTUFBTSxRQUFRLEdBQUcsS0FBSyxDQUFDLFVBQVUsQ0FBQyxjQUFjLENBQUMsSUFBSSxFQUFFLElBQUksQ0FBQyxDQUFBO0lBQzVELE9BQU8sQ0FBQyxDQUFDLEVBQUUsRUFBRTtRQUNULE1BQU0sR0FBRyxHQUFHLENBQUMsQ0FBQyxjQUFjLENBQUMsQ0FBQTtRQUM3QixNQUFNLFVBQVUsR0FBRyxDQUFDLENBQXlCLEVBQTZCLEVBQUUsQ0FBQyxDQUFDO1lBQzFFLGlCQUFpQixFQUFFLEVBQUUsQ0FBQyxlQUFlLEVBQUU7WUFDdkMsTUFBTSxFQUFFLFNBQVMsQ0FBQyxRQUFRLENBQUMsRUFBRSxZQUFZLEVBQUUsQ0FBQyxDQUFDLGNBQWMsQ0FBQyxDQUFDLGNBQWMsQ0FBQyxFQUFFLEtBQUssRUFBRSxDQUFDLENBQUMsTUFBTSxDQUFDLEVBQUUsQ0FBQyxDQUFDLElBQUksQ0FBQztTQUMxRyxDQUFDLENBQUE7UUFDRixNQUFNLGVBQWUsR0FBRyxDQUFDLENBQXdCLEVBQXdDLEVBQUU7WUFDdkYsTUFBTSxJQUFJLEdBQUcsQ0FBQyxDQUFBO1lBQ2QsT0FBTyxFQUFFLENBQUMsRUFBRSxDQUFDLENBQUMsQ0FBQyxJ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
@@ -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,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9zcmMvcHVibGljL21vZHVsZXMvdGVuZHJpbDJhbGFuX19saWdodC9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7Ozs7Ozs7Ozs7Ozs7O0FBQUEscUVBQWtEO0FBQ2xELHdEQUFxQyJ9
@@ -1,13 +1,15 @@
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
9
 
10
+ import { $ as d_alan_light_serialize } from "./modules/alan_light_serialize/api.data"
10
11
  import { $ as d_pareto2typescript } from "./modules/pareto2typescript/api.data"
12
+ import { $ as d_tendril2alanlight } from "./modules/tendril2alan_light/api.data"
11
13
  import { $ as d_ts_naming } from "./modules/typescript_naming/api.data"
12
14
  import { $ as d_ts_serialize } from "./modules/typescript_serialize/api.data"
13
15
 
@@ -18,7 +20,8 @@ export const $: g_project.D.Library = {
18
20
  'description': "",
19
21
  'license': "TBD",
20
22
 
21
- 'type': ['pure', {
23
+ 'type': ['composite', {
24
+ 'pure': false,
22
25
  'dependencies': d_dependencies,
23
26
  }],
24
27
  'module sets': {
@@ -26,7 +29,9 @@ export const $: g_project.D.Library = {
26
29
  'glossaries': d({
27
30
  }),
28
31
  'modules': d({
32
+ "alan light serialize": d_alan_light_serialize,
29
33
  "pareto2typescript": d_pareto2typescript,
34
+ "tendril2alan light": d_tendril2alanlight,
30
35
  "typescript naming": d_ts_naming,
31
36
  "typescript serialize": d_ts_serialize,
32
37
  }),
@@ -5,7 +5,7 @@ import { $ as dep_pareto_standard_library } from './pareto-standard-library/$.da
5
5
  import { $ as dep_pareto_subatomic_library } from './pareto-subatomic-library/$.data'
6
6
 
7
7
  export const $ = pd.d({
8
- 'pareto-pure': { library: dep_pareto_pure, version: '^0.1.0' },
9
- 'pareto-standard-library': { library: dep_pareto_standard_library, version: '^0.4.0' },
10
- 'pareto-subatomic-library': { library: dep_pareto_subatomic_library, version: '^0.3.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' },
11
11
  })
@@ -1,16 +1,18 @@
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 { imp } from "pareto-pure/auto.dist/public/shorthands/cosmos_type_system.sh"
8
8
 
9
+ import { $ as d_alan } from "./glossaries/auto.alan.data"
9
10
  import { $ as d_cosmos_type_system } from "./glossaries/auto.cosmos_type_system.data"
10
11
  import { $ as d_cosmos_typescript } from "./glossaries/auto.cosmos_typescript.data"
11
12
  import { $ as d_pareto } from "./glossaries/auto.pareto.data"
12
13
  import { $ as d_liana } from "./glossaries/auto.liana.data"
13
14
  import { $ as d_tendril } from "./glossaries/auto.tendril.data"
15
+ import { $ as d_tendril_resolved } from "./glossaries/auto.tendril_resolved.data"
14
16
  import { $ as d_grammar } from "./glossaries/auto.grammar.data"
15
17
  import { $ as d_testresult } from "./modules/testresult/api.data"
16
18
 
@@ -29,18 +31,21 @@ export const $: g_project.D.Library = {
29
31
  'description': "",
30
32
  'license': "TBD",
31
33
 
32
- 'type': ['pure', {
34
+ 'type': ['composite', {
35
+ 'pure': true,
33
36
  'dependencies': d_dependencies,
34
37
  }],
35
38
  'module sets': {
36
39
  'public': {
37
40
  'glossaries': d({
41
+ "alan": d_alan,
38
42
  "cosmos type system": d_cosmos_type_system,
39
43
  "cosmos typescript": d_cosmos_typescript,
40
44
  "grammar": d_grammar,
41
45
  "liana": d_liana,
42
46
  "pareto": d_pareto,
43
47
  "tendril": d_tendril,
48
+ "tendril resolved": d_tendril_resolved,
44
49
  }),
45
50
  'modules': d({
46
51
  "fountain pen": d_fountain_pen,
@@ -3,5 +3,5 @@ import * as pd from 'pareto-core-data'
3
3
  import { $ as dep_pareto_standard_library } from './pareto-standard-library/$.data'
4
4
 
5
5
  export const $ = pd.d({
6
- 'pareto-standard-library': { library: dep_pareto_standard_library, version: '^0.4.0' },
6
+ 'pareto-standard-library': { library: dep_pareto_standard_library, version: '^0.5.0' },
7
7
  })
@@ -1,9 +1,9 @@
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"
@@ -21,7 +21,7 @@ export const $: g_project.D.Library = {
21
21
  'description': "A library that contains very common functionality that cannot be implemented purely in Pareto",
22
22
  'license': "TBD",
23
23
 
24
- 'type': ['impure', null],
24
+ 'type': ['primitive', null],
25
25
  'module sets': {
26
26
  'public': {
27
27
  'glossaries': d({}),
@@ -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,
@@ -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
 
@@ -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,
@@ -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
 
@@ -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 = {
@@ -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 { aInterface, aInterfaceMethod, glossary, group, member, number, sInterface, sInterfaceMethod, streamconsumer, string, type, typeReference } from 'pareto/auto.dist/public/shorthands/cosmos'
8
+ import { aInterface, aInterfaceMethod, glossary, group, member, number, sInterface, sInterfaceMethod, streamconsumer, string, 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,
@@ -20,9 +20,9 @@ import {
20
20
  boolean,
21
21
  sInterface,
22
22
  sInterfaceMethod,
23
- } from "pareto/auto.dist/public/shorthands/cosmos"
23
+ } from "pareto-pure/auto.dist/public/shorthands/cosmos_type_system.sh"
24
24
 
25
- import * as g_glossary from "pareto/auto.dist/public/glossaries/cosmos__type__system"
25
+ import * as g_glossary from "pareto-pure/auto.dist/public/auto.glossaries/auto.cosmos__type__system"
26
26
  const d = pd.d
27
27
 
28
28
  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, type, typeReference } from 'pareto/auto.dist/public/shorthands/cosmos'
8
+ import { glossary, group, member, number, sInterface, sInterfaceMethod, string, 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
  null_,
8
8
  sInterface,
9
9
  sInterfaceMethod
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
 
14
14
  const d = pd.d
15
15
 
@@ -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,
@@ -2,9 +2,9 @@ import * as pd from 'pareto-core-data'
2
2
 
3
3
  import {
4
4
  array, data, dictionary, externalTypeReference, glossaryParameter, group, member, null_, parametrizedType, ref, sfunction, string, taggedUnion, type, typeParameter, typeReference
5
- } from "pareto/auto.dist/public/shorthands/cosmos"
5
+ } from "pareto-pure/auto.dist/public/shorthands/cosmos_type_system.sh"
6
6
 
7
- import * as g_glossary from "pareto/auto.dist/public/glossaries/cosmos__type__system"
7
+ import * as g_glossary from "pareto-pure/auto.dist/public/auto.glossaries/auto.cosmos__type__system"
8
8
  const d = pd.d
9
9
 
10
10
  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, type, typeReference } from 'pareto/auto.dist/public/shorthands/cosmos'
8
+ import { glossary, group, member, number, sInterface, sInterfaceMethod, string, 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,
@@ -17,9 +17,9 @@ import {
17
17
  computed,
18
18
  sInterface,
19
19
  sInterfaceMethod,
20
- } from "pareto/auto.dist/public/shorthands/cosmos"
20
+ } from "pareto-pure/auto.dist/public/shorthands/cosmos_type_system.sh"
21
21
 
22
- import * as g_glossary from "pareto/auto.dist/public/glossaries/cosmos__type__system"
22
+ import * as g_glossary from "pareto-pure/auto.dist/public/auto.glossaries/auto.cosmos__type__system"
23
23
  const d = pd.d
24
24
 
25
25
  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, 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,
@@ -5,9 +5,9 @@ import {
5
5
  aInterfaceMethod,
6
6
  aInterfaceReference,
7
7
  array, boolean, data, group, member, number, optional, sfunction, streamconsumer, string, type, typeReference
8
- } from "pareto/auto.dist/public/shorthands/cosmos"
8
+ } from "pareto-pure/auto.dist/public/shorthands/cosmos_type_system.sh"
9
9
 
10
- import * as g_glossary from "pareto/auto.dist/public/glossaries/cosmos__type__system"
10
+ import * as g_glossary from "pareto-pure/auto.dist/public/auto.glossaries/auto.cosmos__type__system"
11
11
 
12
12
  const d = pd.d
13
13