pareto 0.56.0 → 0.58.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (219) hide show
  1. package/auto.dist/index.d.ts +5 -3
  2. package/auto.dist/index.js +7 -5
  3. package/auto.dist/public/modules/alan__light__serialize/auto.api.js +3 -0
  4. package/auto.dist/public/{fountain__pen → modules/alan__light__serialize}/auto.implementation.js +1 -1
  5. package/auto.dist/public/modules/alan__light__serialize/auto.provided_interface_glossary.d.ts +705 -0
  6. package/auto.dist/public/modules/alan__light__serialize/auto.provided_interface_glossary.js +3 -0
  7. package/auto.dist/public/modules/alan__light__serialize/auto.provided_interface_glossary.shadow.d.ts +34 -0
  8. package/auto.dist/public/modules/alan__light__serialize/auto.provided_interface_glossary.shadow.js +3 -0
  9. package/auto.dist/public/modules/alan__light__serialize/implementations/serialize.alg.js +115 -0
  10. package/auto.dist/public/modules/alan__light__serialize/index.js +19 -0
  11. package/auto.dist/public/{pareto__2__typescript → modules/pareto2typescript}/auto.api.js +1 -1
  12. package/auto.dist/public/{pareto__2__typescript → modules/pareto2typescript}/auto.implementation.js +1 -1
  13. package/auto.dist/public/{pareto__2__typescript → modules/pareto2typescript}/auto.provided_interface_glossary.d.ts +45 -8
  14. package/auto.dist/public/{cosmos__2__pareto → modules/pareto2typescript}/auto.provided_interface_glossary.js +1 -1
  15. package/auto.dist/public/{pareto__2__typescript → modules/pareto2typescript}/auto.provided_interface_glossary.shadow.d.ts +4 -0
  16. package/auto.dist/public/modules/pareto2typescript/auto.provided_interface_glossary.shadow.js +3 -0
  17. package/auto.dist/public/modules/pareto2typescript/implementations/serializeCompilationUnit.alg.js +529 -0
  18. package/auto.dist/public/{cosmos__2__pareto → modules/pareto2typescript}/index.js +1 -1
  19. package/auto.dist/public/{cosmos__2__pareto → modules/tendril2alan__light}/auto.api.d.ts +1 -1
  20. package/auto.dist/public/{cosmos__2__pareto → modules/tendril2alan__light}/auto.api.js +1 -1
  21. package/auto.dist/public/modules/tendril2alan__light/auto.implementation.d.ts +2 -0
  22. package/auto.dist/public/modules/tendril2alan__light/auto.implementation.js +6 -0
  23. package/auto.dist/public/modules/tendril2alan__light/auto.provided_interface_glossary.d.ts +1583 -0
  24. package/auto.dist/public/{fountain__pen → modules/tendril2alan__light}/auto.provided_interface_glossary.js +1 -1
  25. package/auto.dist/public/{cosmos__2__pareto → modules/tendril2alan__light}/auto.provided_interface_glossary.shadow.d.ts +3 -3
  26. package/auto.dist/public/modules/tendril2alan__light/auto.provided_interface_glossary.shadow.js +3 -0
  27. package/auto.dist/public/modules/tendril2alan__light/implementations/map.alg.d.ts +2 -0
  28. package/auto.dist/public/modules/tendril2alan__light/implementations/map.alg.js +141 -0
  29. package/auto.dist/public/{pareto__2__typescript → modules/tendril2alan__light}/index.js +1 -1
  30. package/auto.dist/public/modules/typescript__naming/auto.api.d.ts +6 -0
  31. package/auto.dist/public/{fountain__pen → modules/typescript__naming}/auto.api.js +1 -1
  32. package/auto.dist/public/modules/typescript__naming/auto.implementation.d.ts +2 -0
  33. package/auto.dist/public/modules/typescript__naming/auto.implementation.js +6 -0
  34. package/auto.dist/public/modules/typescript__naming/auto.provided_interface_glossary.d.ts +9 -0
  35. package/auto.dist/public/{pareto__2__typescript → modules/typescript__naming}/auto.provided_interface_glossary.js +1 -1
  36. package/auto.dist/public/{fountain__pen → modules/typescript__naming}/auto.provided_interface_glossary.shadow.d.ts +1 -1
  37. package/auto.dist/public/modules/typescript__naming/auto.provided_interface_glossary.shadow.js +3 -0
  38. package/auto.dist/public/modules/typescript__naming/implementations/createIdentifier.alg.d.ts +2 -0
  39. package/auto.dist/public/modules/typescript__naming/implementations/createIdentifier.alg.js +248 -0
  40. package/auto.dist/public/modules/typescript__naming/index.d.ts +2 -0
  41. package/auto.dist/public/{fountain__pen → modules/typescript__naming}/index.js +1 -1
  42. package/auto.dist/public/modules/typescript__serialize/auto.api.d.ts +8 -0
  43. package/auto.dist/public/modules/typescript__serialize/auto.api.js +3 -0
  44. package/auto.dist/public/modules/typescript__serialize/auto.implementation.d.ts +4 -0
  45. package/auto.dist/public/modules/typescript__serialize/auto.implementation.js +10 -0
  46. package/auto.dist/public/modules/typescript__serialize/auto.provided_interface_glossary.d.ts +11 -0
  47. package/auto.dist/public/modules/typescript__serialize/auto.provided_interface_glossary.js +3 -0
  48. package/auto.dist/public/modules/typescript__serialize/auto.provided_interface_glossary.shadow.d.ts +11 -0
  49. package/auto.dist/public/modules/typescript__serialize/auto.provided_interface_glossary.shadow.js +3 -0
  50. package/auto.dist/public/modules/typescript__serialize/implementations/createApostrophedString.alg.d.ts +2 -0
  51. package/auto.dist/public/modules/typescript__serialize/implementations/createApostrophedString.alg.js +62 -0
  52. package/auto.dist/public/modules/typescript__serialize/implementations/createBacktickedString.alg.d.ts +2 -0
  53. package/auto.dist/public/modules/typescript__serialize/implementations/createBacktickedString.alg.js +62 -0
  54. package/auto.dist/public/modules/typescript__serialize/implementations/createQuotedString.alg.d.ts +2 -0
  55. package/auto.dist/public/modules/typescript__serialize/implementations/createQuotedString.alg.js +45 -0
  56. package/auto.dist/public/modules/typescript__serialize/implementations/escape.alg.d.ts +0 -0
  57. package/auto.dist/public/modules/typescript__serialize/implementations/escape.alg.js +20 -0
  58. package/auto.dist/public/modules/typescript__serialize/index.d.ts +2 -0
  59. package/auto.dist/public/modules/typescript__serialize/index.js +19 -0
  60. package/auto.pareto/$.data.ts +13 -19
  61. package/auto.pareto/auto.dependencies/index.ts +6 -4
  62. package/auto.pareto/auto.dependencies/pareto-pure/$.data.ts +65 -0
  63. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/index.ts +7 -0
  64. package/auto.pareto/auto.dependencies/{pareto-standard-impure-library → pareto-pure/auto.dependencies/pareto-standard-library}/$.data.ts +3 -15
  65. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/arithmetic/api.data.ts +19 -0
  66. package/auto.pareto/auto.dependencies/{pareto-standard-impure-library → pareto-pure/auto.dependencies/pareto-standard-library}/modules/arithmetic/glossary.data.ts +2 -2
  67. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/array/api.data.ts +19 -0
  68. package/auto.pareto/auto.dependencies/{pareto-standard-impure-library → pareto-pure/auto.dependencies/pareto-standard-library}/modules/array/glossary.data.ts +11 -19
  69. package/auto.pareto/auto.dependencies/{pareto-standard-impure-library → pareto-pure/auto.dependencies/pareto-standard-library}/modules/boolean/api.data.ts +3 -3
  70. package/auto.pareto/auto.dependencies/{pareto-standard-impure-library → pareto-pure/auto.dependencies/pareto-standard-library}/modules/boolean/glossary.data.ts +2 -2
  71. package/auto.pareto/auto.dependencies/{pareto-standard-impure-library → pareto-pure/auto.dependencies/pareto-standard-library}/modules/build/api.data.ts +3 -3
  72. package/auto.pareto/auto.dependencies/{pareto-standard-impure-library → pareto-pure/auto.dependencies/pareto-standard-library}/modules/build/glossary.data.ts +2 -2
  73. package/auto.pareto/auto.dependencies/{pareto-standard-impure-library → pareto-pure/auto.dependencies/pareto-standard-library}/modules/dictionary/api.data.ts +5 -16
  74. package/auto.pareto/auto.dependencies/{pareto-standard-impure-library → pareto-pure/auto.dependencies/pareto-standard-library}/modules/dictionary/glossary.data.ts +9 -20
  75. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/json/api.data.ts +15 -0
  76. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/json/glossary.data.ts +47 -0
  77. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/nested/api.data.ts +15 -0
  78. package/auto.pareto/auto.dependencies/{pareto-standard-impure-library → pareto-pure/auto.dependencies/pareto-standard-library}/modules/nested/glossary.data.ts +2 -2
  79. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/resolve/api.data.ts +15 -0
  80. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/resolve/glossary.data.ts +52 -0
  81. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/string/api.data.ts +17 -0
  82. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/string/glossary.data.ts +39 -0
  83. package/auto.pareto/auto.dependencies/{pareto-standard-impure-library → pareto-pure/auto.dependencies/pareto-standard-library}/modules/tostring/api.data.ts +3 -3
  84. package/auto.pareto/auto.dependencies/{pareto-standard-impure-library → pareto-pure/auto.dependencies/pareto-standard-library}/modules/tostring/glossary.data.ts +2 -2
  85. package/auto.pareto/auto.dependencies/pareto-pure/glossaries/auto.alan.data.ts +441 -0
  86. package/auto.pareto/auto.dependencies/pareto-pure/glossaries/auto.alan_light.data.ts +441 -0
  87. package/auto.pareto/{glossaries → auto.dependencies/pareto-pure/glossaries}/auto.cosmos_type_system.data.ts +20 -13
  88. package/auto.pareto/auto.dependencies/pareto-pure/glossaries/auto.cosmos_typescript.data.ts +122 -0
  89. package/auto.pareto/{glossaries → auto.dependencies/pareto-pure/glossaries}/auto.grammar.data.ts +1 -1
  90. package/auto.pareto/{glossaries → auto.dependencies/pareto-pure/glossaries}/auto.liana.data.ts +1 -1
  91. package/auto.pareto/{glossaries → auto.dependencies/pareto-pure/glossaries}/auto.pareto.data.ts +1 -1
  92. package/auto.pareto/{glossaries → auto.dependencies/pareto-pure/glossaries}/auto.tendril.data.ts +18 -181
  93. package/auto.pareto/auto.dependencies/pareto-pure/glossaries/auto.tendril_resolved.data.ts +862 -0
  94. package/auto.pareto/{modules → auto.dependencies/pareto-pure/modules}/cosmos2pareto/api.data.ts +2 -2
  95. package/auto.pareto/{modules → auto.dependencies/pareto-pure/modules}/cosmos2pareto/glossary.data.ts +5 -13
  96. package/auto.pareto/auto.dependencies/pareto-pure/modules/fountain_pen/api.data.ts +19 -0
  97. package/auto.pareto/auto.dependencies/pareto-pure/modules/fountain_pen/glossary.data.ts +55 -0
  98. package/auto.pareto/auto.dependencies/pareto-pure/modules/liana2tendril/api.data.ts +24 -0
  99. package/auto.pareto/auto.dependencies/pareto-pure/modules/liana2tendril/glossary.data.ts +48 -0
  100. package/auto.pareto/auto.dependencies/pareto-pure/modules/tendril2cosmos_type_system/api.data.ts +16 -0
  101. package/auto.pareto/auto.dependencies/pareto-pure/modules/tendril2cosmos_type_system/glossary.data.ts +73 -0
  102. package/auto.pareto/auto.dependencies/pareto-pure/modules/tendril2pareto/api.data.ts +16 -0
  103. package/auto.pareto/auto.dependencies/pareto-pure/modules/tendril2pareto/glossary.data.ts +33 -0
  104. package/auto.pareto/auto.dependencies/pareto-pure/modules/testresult/api.data.ts +26 -0
  105. package/auto.pareto/auto.dependencies/pareto-pure/modules/testresult/glossary.data.ts +144 -0
  106. package/auto.pareto/auto.dependencies/pareto-standard-library/$.data.ts +46 -0
  107. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/arithmetic/api.data.ts +19 -0
  108. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/arithmetic/glossary.data.ts +76 -0
  109. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/array/api.data.ts +19 -0
  110. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/array/glossary.data.ts +52 -0
  111. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/boolean/api.data.ts +21 -0
  112. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/boolean/glossary.data.ts +45 -0
  113. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/build/api.data.ts +25 -0
  114. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/build/glossary.data.ts +133 -0
  115. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/dictionary/api.data.ts +49 -0
  116. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/dictionary/glossary.data.ts +119 -0
  117. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/json/api.data.ts +15 -0
  118. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/json/glossary.data.ts +47 -0
  119. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/nested/api.data.ts +15 -0
  120. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/nested/glossary.data.ts +29 -0
  121. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/resolve/api.data.ts +15 -0
  122. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/resolve/glossary.data.ts +52 -0
  123. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/string/api.data.ts +17 -0
  124. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/string/glossary.data.ts +39 -0
  125. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/tostring/api.data.ts +19 -0
  126. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/tostring/glossary.data.ts +42 -0
  127. package/auto.pareto/auto.dependencies/pareto-subatomic-library/$.data.ts +36 -0
  128. package/auto.pareto/auto.dependencies/pareto-subatomic-library/modules/array/api.data.ts +23 -0
  129. package/auto.pareto/auto.dependencies/pareto-subatomic-library/modules/array/glossary.data.ts +88 -0
  130. package/auto.pareto/auto.dependencies/pareto-subatomic-library/modules/dictionary/api.data.ts +27 -0
  131. package/auto.pareto/auto.dependencies/pareto-subatomic-library/modules/dictionary/glossary.data.ts +82 -0
  132. package/auto.pareto/auto.dependencies/{pareto-standard-impure-library → pareto-subatomic-library}/modules/json/api.data.ts +3 -3
  133. package/auto.pareto/auto.dependencies/{pareto-standard-impure-library → pareto-subatomic-library}/modules/json/glossary.data.ts +8 -8
  134. package/auto.pareto/auto.dependencies/{pareto-standard-impure-library → pareto-subatomic-library}/modules/numerical_predicates/api.data.ts +3 -3
  135. package/auto.pareto/auto.dependencies/{pareto-standard-impure-library → pareto-subatomic-library}/modules/numerical_predicates/glossary.data.ts +2 -2
  136. package/auto.pareto/auto.dependencies/pareto-subatomic-library/modules/string/api.data.ts +42 -0
  137. package/auto.pareto/auto.dependencies/pareto-subatomic-library/modules/string/glossary.data.ts +109 -0
  138. package/auto.pareto/modules/alan_light_serialize/api.data.ts +15 -0
  139. package/auto.pareto/modules/alan_light_serialize/glossary.data.ts +41 -0
  140. package/auto.pareto/modules/pareto2typescript/api.data.ts +10 -13
  141. package/auto.pareto/modules/pareto2typescript/glossary.data.ts +35 -24
  142. package/auto.pareto/modules/tendril2alan_light/api.data.ts +17 -0
  143. package/auto.pareto/modules/tendril2alan_light/glossary.data.ts +51 -0
  144. package/auto.pareto/modules/typescript_naming/api.data.ts +28 -0
  145. package/auto.pareto/{auto.dependencies/res-typescript/modules/naming → modules/typescript_naming}/glossary.data.ts +2 -2
  146. package/auto.pareto/{auto.dependencies/res-typescript/modules/serialize → modules/typescript_serialize}/api.data.ts +3 -4
  147. package/auto.pareto/{auto.dependencies/res-typescript/modules/serialize → modules/typescript_serialize}/glossary.data.ts +2 -8
  148. package/package.json +6 -5
  149. package/auto.dist/public/cosmos__2__pareto/auto.implementation.d.ts +0 -2
  150. package/auto.dist/public/cosmos__2__pareto/auto.implementation.js +0 -6
  151. package/auto.dist/public/cosmos__2__pareto/auto.provided_interface_glossary.d.ts +0 -3281
  152. package/auto.dist/public/cosmos__2__pareto/auto.provided_interface_glossary.shadow.js +0 -3
  153. package/auto.dist/public/cosmos__2__pareto/implementations/library2ParetoComparators.alg.d.ts +0 -2
  154. package/auto.dist/public/cosmos__2__pareto/implementations/library2ParetoComparators.alg.js +0 -359
  155. package/auto.dist/public/fountain__pen/auto.provided_interface_glossary.d.ts +0 -29
  156. package/auto.dist/public/fountain__pen/auto.provided_interface_glossary.shadow.js +0 -3
  157. package/auto.dist/public/fountain__pen/implementations/serialize.alg.js +0 -98
  158. package/auto.dist/public/glossaries/cosmos__type__system.d.ts +0 -1760
  159. package/auto.dist/public/glossaries/cosmos__type__system.js +0 -3
  160. package/auto.dist/public/glossaries/cosmos__type__system.shadow.d.ts +0 -8
  161. package/auto.dist/public/glossaries/cosmos__type__system.shadow.js +0 -3
  162. package/auto.dist/public/glossaries/grammar.d.ts +0 -260
  163. package/auto.dist/public/glossaries/grammar.js +0 -3
  164. package/auto.dist/public/glossaries/grammar.shadow.d.ts +0 -8
  165. package/auto.dist/public/glossaries/grammar.shadow.js +0 -3
  166. package/auto.dist/public/glossaries/liana.d.ts +0 -2433
  167. package/auto.dist/public/glossaries/liana.js +0 -3
  168. package/auto.dist/public/glossaries/liana.shadow.d.ts +0 -8
  169. package/auto.dist/public/glossaries/liana.shadow.js +0 -3
  170. package/auto.dist/public/glossaries/pareto.d.ts +0 -1503
  171. package/auto.dist/public/glossaries/pareto.js +0 -3
  172. package/auto.dist/public/glossaries/pareto.shadow.d.ts +0 -8
  173. package/auto.dist/public/glossaries/pareto.shadow.js +0 -3
  174. package/auto.dist/public/glossaries/tendril.d.ts +0 -1425
  175. package/auto.dist/public/glossaries/tendril.js +0 -3
  176. package/auto.dist/public/glossaries/tendril.shadow.d.ts +0 -8
  177. package/auto.dist/public/glossaries/tendril.shadow.js +0 -3
  178. package/auto.dist/public/pareto__2__typescript/auto.provided_interface_glossary.shadow.js +0 -3
  179. package/auto.dist/public/pareto__2__typescript/implementations/serializeCompilationUnit.alg.js +0 -558
  180. package/auto.dist/public/shorthands/cosmos.d.ts +0 -50
  181. package/auto.dist/public/shorthands/cosmos.js +0 -512
  182. package/auto.dist/public/shorthands/grammar.d.ts +0 -13
  183. package/auto.dist/public/shorthands/grammar.js +0 -110
  184. package/auto.dist/public/shorthands/liana.d.ts +0 -66
  185. package/auto.dist/public/shorthands/liana.js +0 -728
  186. package/auto.dist/public/shorthands/pareto.d.ts +0 -48
  187. package/auto.dist/public/shorthands/pareto.js +0 -243
  188. package/auto.dist/public/shorthands/tendril.d.ts +0 -48
  189. package/auto.dist/public/shorthands/tendril.js +0 -402
  190. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/arithmetic/api.data.ts +0 -26
  191. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/array/api.data.ts +0 -21
  192. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/collation/api.data.ts +0 -15
  193. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/collation/glossary.data.ts +0 -34
  194. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/filesystem/api.data.ts +0 -19
  195. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/filesystem/glossary.data.ts +0 -189
  196. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/foreach/api.data.ts +0 -25
  197. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/foreach/glossary.data.ts +0 -78
  198. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/http/api.data.ts +0 -16
  199. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/http/glossary.data.ts +0 -69
  200. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/nested/api.data.ts +0 -15
  201. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/path/api.data.ts +0 -19
  202. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/path/glossary.data.ts +0 -35
  203. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/resolve/api.data.ts +0 -20
  204. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/resolve/glossary.data.ts +0 -84
  205. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/string/api.data.ts +0 -26
  206. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/string/glossary.data.ts +0 -75
  207. package/auto.pareto/auto.dependencies/res-typescript/$.data.ts +0 -35
  208. package/auto.pareto/auto.dependencies/res-typescript/modules/naming/api.data.ts +0 -15
  209. package/auto.pareto/modules/fountain_pen/api.data.ts +0 -17
  210. package/auto.pareto/modules/fountain_pen/glossary.data.ts +0 -32
  211. /package/auto.dist/public/{fountain__pen → modules/alan__light__serialize}/auto.api.d.ts +0 -0
  212. /package/auto.dist/public/{fountain__pen → modules/alan__light__serialize}/auto.implementation.d.ts +0 -0
  213. /package/auto.dist/public/{fountain__pen → modules/alan__light__serialize}/implementations/serialize.alg.d.ts +0 -0
  214. /package/auto.dist/public/{cosmos__2__pareto → modules/alan__light__serialize}/index.d.ts +0 -0
  215. /package/auto.dist/public/{pareto__2__typescript → modules/pareto2typescript}/auto.api.d.ts +0 -0
  216. /package/auto.dist/public/{pareto__2__typescript → modules/pareto2typescript}/auto.implementation.d.ts +0 -0
  217. /package/auto.dist/public/{pareto__2__typescript → modules/pareto2typescript}/implementations/serializeCompilationUnit.alg.d.ts +0 -0
  218. /package/auto.dist/public/{fountain__pen → modules/pareto2typescript}/index.d.ts +0 -0
  219. /package/auto.dist/public/{pareto__2__typescript → modules/tendril2alan__light}/index.d.ts +0 -0
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29zbW9zX190eXBlX19zeXN0ZW0uanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi9zcmMvcHVibGljL2dsb3NzYXJpZXMvY29zbW9zX190eXBlX19zeXN0ZW0udHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiJ9
@@ -1,8 +0,0 @@
1
- export declare namespace A {
2
- }
3
- export declare namespace D {
4
- }
5
- export declare namespace I {
6
- }
7
- export declare namespace IMP {
8
- }
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29zbW9zX190eXBlX19zeXN0ZW0uc2hhZG93LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vc3JjL3B1YmxpYy9nbG9zc2FyaWVzL2Nvc21vc19fdHlwZV9fc3lzdGVtLnNoYWRvdy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIn0=
@@ -1,260 +0,0 @@
1
- import * as pt from 'pareto-core-types';
2
- export declare namespace G { }
3
- export declare namespace N {
4
- namespace Grammar {
5
- namespace N {
6
- namespace G {
7
- namespace N {
8
- namespace types {
9
- namespace N {
10
- namespace DX {
11
- namespace N { }
12
- namespace D { }
13
- }
14
- }
15
- namespace D { }
16
- }
17
- }
18
- namespace D { }
19
- }
20
- }
21
- namespace D { }
22
- }
23
- namespace Value {
24
- namespace N {
25
- namespace TU {
26
- namespace N {
27
- namespace array {
28
- namespace N { }
29
- namespace D { }
30
- }
31
- namespace choice {
32
- namespace N {
33
- namespace G {
34
- namespace N {
35
- namespace options {
36
- namespace N {
37
- namespace DX {
38
- namespace N { }
39
- namespace D { }
40
- }
41
- }
42
- namespace D { }
43
- }
44
- }
45
- namespace D { }
46
- }
47
- }
48
- namespace D { }
49
- }
50
- namespace group {
51
- namespace N {
52
- namespace G {
53
- namespace N {
54
- namespace members {
55
- namespace N {
56
- namespace DX {
57
- namespace N {
58
- namespace G {
59
- namespace N {
60
- namespace value {
61
- namespace N { }
62
- namespace D { }
63
- }
64
- }
65
- namespace D { }
66
- }
67
- }
68
- namespace D { }
69
- }
70
- }
71
- namespace D { }
72
- }
73
- }
74
- namespace D { }
75
- }
76
- }
77
- namespace D { }
78
- }
79
- namespace node {
80
- namespace N {
81
- namespace G {
82
- namespace N {
83
- namespace flags {
84
- namespace N {
85
- namespace DX {
86
- namespace N {
87
- namespace TU {
88
- namespace N {
89
- namespace enumeration {
90
- namespace N {
91
- namespace DX {
92
- namespace N { }
93
- namespace D { }
94
- }
95
- }
96
- namespace D { }
97
- }
98
- namespace _$lstring {
99
- namespace N {
100
- namespace G {
101
- namespace N { }
102
- namespace D { }
103
- }
104
- }
105
- namespace D { }
106
- }
107
- }
108
- namespace D { }
109
- }
110
- }
111
- namespace D { }
112
- }
113
- }
114
- namespace D { }
115
- }
116
- namespace name {
117
- namespace N { }
118
- namespace D { }
119
- }
120
- namespace _$ltype {
121
- namespace N {
122
- namespace TU {
123
- namespace N {
124
- namespace composite {
125
- namespace N { }
126
- namespace D { }
127
- }
128
- namespace leaf {
129
- namespace N {
130
- namespace G {
131
- namespace N { }
132
- namespace D { }
133
- }
134
- }
135
- namespace D { }
136
- }
137
- }
138
- namespace D { }
139
- }
140
- }
141
- namespace D { }
142
- }
143
- }
144
- namespace D { }
145
- }
146
- }
147
- namespace D { }
148
- }
149
- namespace optional {
150
- namespace N { }
151
- namespace D { }
152
- }
153
- namespace resolvedSiblingComponent {
154
- namespace N {
155
- namespace G {
156
- namespace N { }
157
- namespace D { }
158
- }
159
- }
160
- namespace D { }
161
- }
162
- }
163
- namespace D { }
164
- }
165
- }
166
- namespace D { }
167
- }
168
- }
169
- export declare namespace D {
170
- namespace Grammar {
171
- namespace types {
172
- type DX<GAnnotation> = D.Value<GAnnotation>;
173
- }
174
- type types<GAnnotation> = pt.Dictionary<D.Value<GAnnotation>>;
175
- }
176
- type Grammar<GAnnotation> = {
177
- readonly 'types': pt.Dictionary<D.Value<GAnnotation>>;
178
- };
179
- namespace Value {
180
- type array<GAnnotation> = D.Value<GAnnotation>;
181
- namespace choice {
182
- namespace options {
183
- type DX<GAnnotation> = D.Value<GAnnotation>;
184
- }
185
- type options<GAnnotation> = pt.Dictionary<D.Value<GAnnotation>>;
186
- }
187
- type choice<GAnnotation> = {
188
- readonly 'options': pt.Dictionary<D.Value<GAnnotation>>;
189
- };
190
- namespace group {
191
- namespace members {
192
- namespace DX {
193
- type value<GAnnotation> = D.Value<GAnnotation>;
194
- }
195
- type DX<GAnnotation> = {
196
- readonly 'value': D.Value<GAnnotation>;
197
- };
198
- }
199
- type members<GAnnotation> = pt.Dictionary<{
200
- readonly 'value': D.Value<GAnnotation>;
201
- }>;
202
- }
203
- type group<GAnnotation> = {
204
- readonly 'members': pt.Dictionary<{
205
- readonly 'value': D.Value<GAnnotation>;
206
- }>;
207
- };
208
- namespace node {
209
- namespace flags {
210
- namespace DX {
211
- namespace enumeration {
212
- type DX<GAnnotation> = string;
213
- }
214
- type enumeration<GAnnotation> = pt.Dictionary<string>;
215
- namespace _lstring { }
216
- type _lstring<GAnnotation> = null;
217
- }
218
- type DX<GAnnotation> = ['enumeration', pt.Dictionary<string>] | ['string', null];
219
- }
220
- type flags<GAnnotation> = pt.Dictionary<['enumeration', pt.Dictionary<string>] | ['string', null]>;
221
- type name<GAnnotation> = string;
222
- namespace _ltype {
223
- type composite<GAnnotation> = D.Value<GAnnotation>;
224
- namespace leaf { }
225
- type leaf<GAnnotation> = null;
226
- }
227
- type _ltype<GAnnotation> = ['composite', D.Value<GAnnotation>] | ['leaf', null];
228
- }
229
- type node<GAnnotation> = {
230
- readonly 'flags': pt.Dictionary<['enumeration', pt.Dictionary<string>] | ['string', null]>;
231
- readonly 'name': string;
232
- readonly 'type': ['composite', D.Value<GAnnotation>] | ['leaf', null];
233
- };
234
- type optional<GAnnotation> = D.Value<GAnnotation>;
235
- namespace resolvedSiblingComponent { }
236
- type resolvedSiblingComponent<GAnnotation> = null;
237
- }
238
- type Value<GAnnotation> = ['array', D.Value<GAnnotation>] | [
239
- 'choice',
240
- {
241
- readonly 'options': pt.Dictionary<D.Value<GAnnotation>>;
242
- }
243
- ] | [
244
- 'group',
245
- {
246
- readonly 'members': pt.Dictionary<{
247
- readonly 'value': D.Value<GAnnotation>;
248
- }>;
249
- }
250
- ] | [
251
- 'node',
252
- {
253
- readonly 'flags': pt.Dictionary<['enumeration', pt.Dictionary<string>] | ['string', null]>;
254
- readonly 'name': string;
255
- readonly 'type': ['composite', D.Value<GAnnotation>] | ['leaf', null];
256
- }
257
- ] | ['optional', D.Value<GAnnotation>] | ['resolvedSiblingComponent', null];
258
- }
259
- export declare namespace I { }
260
- export declare namespace A { }
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZ3JhbW1hci5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3NyYy9wdWJsaWMvZ2xvc3Nhcmllcy9ncmFtbWFyLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIifQ==
@@ -1,8 +0,0 @@
1
- export declare namespace A {
2
- }
3
- export declare namespace D {
4
- }
5
- export declare namespace I {
6
- }
7
- export declare namespace IMP {
8
- }
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZ3JhbW1hci5zaGFkb3cuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi9zcmMvcHVibGljL2dsb3NzYXJpZXMvZ3JhbW1hci5zaGFkb3cudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiJ9