pareto 0.56.0 → 0.57.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 (211) hide show
  1. package/auto.dist/index.d.ts +3 -3
  2. package/auto.dist/index.js +5 -5
  3. package/auto.dist/public/{pareto__2__typescript → modules/pareto2typescript}/auto.api.js +1 -1
  4. package/auto.dist/public/{pareto__2__typescript → modules/pareto2typescript}/auto.implementation.js +1 -1
  5. package/auto.dist/public/{pareto__2__typescript → modules/pareto2typescript}/auto.provided_interface_glossary.d.ts +45 -8
  6. package/auto.dist/public/{cosmos__2__pareto → modules/pareto2typescript}/auto.provided_interface_glossary.js +1 -1
  7. package/auto.dist/public/{pareto__2__typescript → modules/pareto2typescript}/auto.provided_interface_glossary.shadow.d.ts +4 -0
  8. package/auto.dist/public/modules/pareto2typescript/auto.provided_interface_glossary.shadow.js +3 -0
  9. package/auto.dist/public/modules/pareto2typescript/implementations/serializeCompilationUnit.alg.js +563 -0
  10. package/auto.dist/public/{cosmos__2__pareto → modules/pareto2typescript}/index.js +1 -1
  11. package/auto.dist/public/{fountain__pen → modules/typescript__naming}/auto.api.d.ts +1 -1
  12. package/auto.dist/public/{cosmos__2__pareto → modules/typescript__naming}/auto.api.js +1 -1
  13. package/auto.dist/public/modules/typescript__naming/auto.implementation.d.ts +2 -0
  14. package/auto.dist/public/modules/typescript__naming/auto.implementation.js +6 -0
  15. package/auto.dist/public/modules/typescript__naming/auto.provided_interface_glossary.d.ts +9 -0
  16. package/auto.dist/public/{fountain__pen → modules/typescript__naming}/auto.provided_interface_glossary.js +1 -1
  17. package/auto.dist/public/{fountain__pen → modules/typescript__naming}/auto.provided_interface_glossary.shadow.d.ts +1 -1
  18. package/auto.dist/public/modules/typescript__naming/auto.provided_interface_glossary.shadow.js +3 -0
  19. package/auto.dist/public/modules/typescript__naming/implementations/createIdentifier.alg.d.ts +2 -0
  20. package/auto.dist/public/modules/typescript__naming/implementations/createIdentifier.alg.js +248 -0
  21. package/auto.dist/public/{pareto__2__typescript → modules/typescript__naming}/index.js +1 -1
  22. package/auto.dist/public/modules/typescript__serialize/auto.api.d.ts +8 -0
  23. package/auto.dist/public/{fountain__pen → modules/typescript__serialize}/auto.api.js +1 -1
  24. package/auto.dist/public/modules/typescript__serialize/auto.implementation.d.ts +4 -0
  25. package/auto.dist/public/modules/typescript__serialize/auto.implementation.js +10 -0
  26. package/auto.dist/public/modules/typescript__serialize/auto.provided_interface_glossary.d.ts +11 -0
  27. package/auto.dist/public/{pareto__2__typescript → modules/typescript__serialize}/auto.provided_interface_glossary.js +1 -1
  28. package/auto.dist/public/modules/typescript__serialize/auto.provided_interface_glossary.shadow.d.ts +11 -0
  29. package/auto.dist/public/modules/typescript__serialize/auto.provided_interface_glossary.shadow.js +3 -0
  30. package/auto.dist/public/modules/typescript__serialize/implementations/createApostrophedString.alg.d.ts +2 -0
  31. package/auto.dist/public/modules/typescript__serialize/implementations/createApostrophedString.alg.js +62 -0
  32. package/auto.dist/public/modules/typescript__serialize/implementations/createBacktickedString.alg.d.ts +2 -0
  33. package/auto.dist/public/modules/typescript__serialize/implementations/createBacktickedString.alg.js +62 -0
  34. package/auto.dist/public/modules/typescript__serialize/implementations/createQuotedString.alg.d.ts +2 -0
  35. package/auto.dist/public/modules/typescript__serialize/implementations/createQuotedString.alg.js +45 -0
  36. package/auto.dist/public/modules/typescript__serialize/implementations/escape.alg.d.ts +0 -0
  37. package/auto.dist/public/modules/typescript__serialize/implementations/escape.alg.js +20 -0
  38. package/auto.dist/public/{fountain__pen → modules/typescript__serialize}/index.js +1 -1
  39. package/auto.pareto/$.data.ts +5 -16
  40. package/auto.pareto/auto.dependencies/index.ts +6 -4
  41. package/auto.pareto/auto.dependencies/pareto-pure/$.data.ts +60 -0
  42. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/index.ts +7 -0
  43. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-impure-library/$.data.ts +58 -0
  44. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-impure-library/modules/arithmetic/api.data.ts +26 -0
  45. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-impure-library/modules/arithmetic/glossary.data.ts +76 -0
  46. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-impure-library/modules/array/api.data.ts +21 -0
  47. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-impure-library/modules/array/glossary.data.ts +60 -0
  48. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-impure-library/modules/boolean/api.data.ts +21 -0
  49. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-impure-library/modules/boolean/glossary.data.ts +45 -0
  50. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-impure-library/modules/build/api.data.ts +25 -0
  51. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-impure-library/modules/build/glossary.data.ts +133 -0
  52. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-impure-library/modules/collation/api.data.ts +15 -0
  53. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-impure-library/modules/collation/glossary.data.ts +34 -0
  54. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-impure-library/modules/dictionary/api.data.ts +60 -0
  55. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-impure-library/modules/dictionary/glossary.data.ts +130 -0
  56. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-impure-library/modules/filesystem/api.data.ts +19 -0
  57. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-impure-library/modules/filesystem/glossary.data.ts +189 -0
  58. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-impure-library/modules/foreach/api.data.ts +25 -0
  59. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-impure-library/modules/foreach/glossary.data.ts +78 -0
  60. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-impure-library/modules/http/api.data.ts +16 -0
  61. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-impure-library/modules/http/glossary.data.ts +69 -0
  62. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-impure-library/modules/json/api.data.ts +16 -0
  63. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-impure-library/modules/json/glossary.data.ts +51 -0
  64. package/auto.pareto/{modules/fountain_pen → auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-impure-library/modules/nested}/api.data.ts +1 -3
  65. package/auto.pareto/{modules/fountain_pen → auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-impure-library/modules/nested}/glossary.data.ts +8 -11
  66. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-impure-library/modules/numerical_predicates/api.data.ts +18 -0
  67. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-impure-library/modules/numerical_predicates/glossary.data.ts +40 -0
  68. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-impure-library/modules/path/api.data.ts +19 -0
  69. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-impure-library/modules/path/glossary.data.ts +35 -0
  70. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-impure-library/modules/resolve/api.data.ts +20 -0
  71. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-impure-library/modules/resolve/glossary.data.ts +84 -0
  72. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-impure-library/modules/string/api.data.ts +26 -0
  73. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-impure-library/modules/string/glossary.data.ts +75 -0
  74. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-impure-library/modules/tostring/api.data.ts +19 -0
  75. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-impure-library/modules/tostring/glossary.data.ts +42 -0
  76. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/$.data.ts +46 -0
  77. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/arithmetic/api.data.ts +19 -0
  78. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/arithmetic/glossary.data.ts +76 -0
  79. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/array/api.data.ts +19 -0
  80. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/array/glossary.data.ts +52 -0
  81. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/boolean/api.data.ts +21 -0
  82. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/boolean/glossary.data.ts +45 -0
  83. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/build/api.data.ts +25 -0
  84. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/build/glossary.data.ts +133 -0
  85. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/dictionary/api.data.ts +49 -0
  86. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/dictionary/glossary.data.ts +119 -0
  87. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/json/api.data.ts +15 -0
  88. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/json/glossary.data.ts +47 -0
  89. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/nested/api.data.ts +15 -0
  90. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/nested/glossary.data.ts +29 -0
  91. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/resolve/api.data.ts +15 -0
  92. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/resolve/glossary.data.ts +52 -0
  93. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/string/api.data.ts +17 -0
  94. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/string/glossary.data.ts +39 -0
  95. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/tostring/api.data.ts +19 -0
  96. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/tostring/glossary.data.ts +42 -0
  97. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/res-typescript/$.data.ts +35 -0
  98. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/res-typescript/modules/naming/api.data.ts +15 -0
  99. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/res-typescript/modules/naming/glossary.data.ts +34 -0
  100. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/res-typescript/modules/serialize/api.data.ts +18 -0
  101. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/res-typescript/modules/serialize/glossary.data.ts +42 -0
  102. package/auto.pareto/{glossaries → auto.dependencies/pareto-pure/glossaries}/auto.cosmos_type_system.data.ts +19 -12
  103. package/auto.pareto/auto.dependencies/pareto-pure/glossaries/auto.cosmos_typescript.data.ts +122 -0
  104. package/auto.pareto/auto.dependencies/pareto-pure/glossaries/auto.tendril_resolved.data.ts +1025 -0
  105. package/auto.pareto/{modules → auto.dependencies/pareto-pure/modules}/cosmos2pareto/glossary.data.ts +3 -11
  106. package/auto.pareto/auto.dependencies/pareto-pure/modules/fountain_pen/api.data.ts +19 -0
  107. package/auto.pareto/auto.dependencies/pareto-pure/modules/fountain_pen/glossary.data.ts +55 -0
  108. package/auto.pareto/auto.dependencies/pareto-pure/modules/liana2tendril/api.data.ts +24 -0
  109. package/auto.pareto/auto.dependencies/pareto-pure/modules/liana2tendril/glossary.data.ts +48 -0
  110. package/auto.pareto/auto.dependencies/pareto-pure/modules/tendril2cosmos_type_system/api.data.ts +16 -0
  111. package/auto.pareto/auto.dependencies/pareto-pure/modules/tendril2cosmos_type_system/glossary.data.ts +73 -0
  112. package/auto.pareto/auto.dependencies/pareto-pure/modules/tendril2pareto/api.data.ts +16 -0
  113. package/auto.pareto/auto.dependencies/pareto-pure/modules/tendril2pareto/glossary.data.ts +33 -0
  114. package/auto.pareto/auto.dependencies/pareto-pure/modules/testresult/api.data.ts +26 -0
  115. package/auto.pareto/auto.dependencies/pareto-pure/modules/testresult/glossary.data.ts +144 -0
  116. package/auto.pareto/auto.dependencies/pareto-standard-library/$.data.ts +46 -0
  117. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/arithmetic/api.data.ts +19 -0
  118. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/arithmetic/glossary.data.ts +76 -0
  119. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/array/api.data.ts +19 -0
  120. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/array/glossary.data.ts +52 -0
  121. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/boolean/api.data.ts +21 -0
  122. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/boolean/glossary.data.ts +45 -0
  123. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/build/api.data.ts +25 -0
  124. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/build/glossary.data.ts +133 -0
  125. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/dictionary/api.data.ts +49 -0
  126. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/dictionary/glossary.data.ts +119 -0
  127. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/json/api.data.ts +15 -0
  128. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/json/glossary.data.ts +47 -0
  129. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/nested/api.data.ts +15 -0
  130. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/nested/glossary.data.ts +29 -0
  131. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/resolve/api.data.ts +15 -0
  132. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/resolve/glossary.data.ts +52 -0
  133. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/string/api.data.ts +17 -0
  134. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/string/glossary.data.ts +39 -0
  135. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/tostring/api.data.ts +19 -0
  136. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/tostring/glossary.data.ts +42 -0
  137. package/auto.pareto/auto.dependencies/pareto-subatomic-library/$.data.ts +36 -0
  138. package/auto.pareto/auto.dependencies/pareto-subatomic-library/modules/array/api.data.ts +23 -0
  139. package/auto.pareto/auto.dependencies/pareto-subatomic-library/modules/array/glossary.data.ts +88 -0
  140. package/auto.pareto/auto.dependencies/pareto-subatomic-library/modules/dictionary/api.data.ts +27 -0
  141. package/auto.pareto/auto.dependencies/pareto-subatomic-library/modules/dictionary/glossary.data.ts +82 -0
  142. package/auto.pareto/auto.dependencies/pareto-subatomic-library/modules/json/api.data.ts +16 -0
  143. package/auto.pareto/auto.dependencies/pareto-subatomic-library/modules/json/glossary.data.ts +51 -0
  144. package/auto.pareto/auto.dependencies/pareto-subatomic-library/modules/numerical_predicates/api.data.ts +18 -0
  145. package/auto.pareto/auto.dependencies/pareto-subatomic-library/modules/numerical_predicates/glossary.data.ts +40 -0
  146. package/auto.pareto/auto.dependencies/pareto-subatomic-library/modules/string/api.data.ts +42 -0
  147. package/auto.pareto/auto.dependencies/pareto-subatomic-library/modules/string/glossary.data.ts +109 -0
  148. package/auto.pareto/modules/pareto2typescript/api.data.ts +8 -11
  149. package/auto.pareto/modules/pareto2typescript/glossary.data.ts +33 -22
  150. package/auto.pareto/modules/typescript_naming/api.data.ts +28 -0
  151. package/auto.pareto/modules/typescript_naming/glossary.data.ts +34 -0
  152. package/auto.pareto/modules/typescript_serialize/api.data.ts +17 -0
  153. package/auto.pareto/modules/typescript_serialize/glossary.data.ts +36 -0
  154. package/package.json +6 -5
  155. package/auto.dist/public/cosmos__2__pareto/auto.api.d.ts +0 -6
  156. package/auto.dist/public/cosmos__2__pareto/auto.implementation.d.ts +0 -2
  157. package/auto.dist/public/cosmos__2__pareto/auto.implementation.js +0 -6
  158. package/auto.dist/public/cosmos__2__pareto/auto.provided_interface_glossary.d.ts +0 -3281
  159. package/auto.dist/public/cosmos__2__pareto/auto.provided_interface_glossary.shadow.d.ts +0 -29
  160. package/auto.dist/public/cosmos__2__pareto/auto.provided_interface_glossary.shadow.js +0 -3
  161. package/auto.dist/public/cosmos__2__pareto/implementations/library2ParetoComparators.alg.d.ts +0 -2
  162. package/auto.dist/public/cosmos__2__pareto/implementations/library2ParetoComparators.alg.js +0 -359
  163. package/auto.dist/public/fountain__pen/auto.implementation.d.ts +0 -2
  164. package/auto.dist/public/fountain__pen/auto.implementation.js +0 -6
  165. package/auto.dist/public/fountain__pen/auto.provided_interface_glossary.d.ts +0 -29
  166. package/auto.dist/public/fountain__pen/auto.provided_interface_glossary.shadow.js +0 -3
  167. package/auto.dist/public/fountain__pen/implementations/serialize.alg.d.ts +0 -2
  168. package/auto.dist/public/fountain__pen/implementations/serialize.alg.js +0 -98
  169. package/auto.dist/public/glossaries/cosmos__type__system.d.ts +0 -1760
  170. package/auto.dist/public/glossaries/cosmos__type__system.js +0 -3
  171. package/auto.dist/public/glossaries/cosmos__type__system.shadow.d.ts +0 -8
  172. package/auto.dist/public/glossaries/cosmos__type__system.shadow.js +0 -3
  173. package/auto.dist/public/glossaries/grammar.d.ts +0 -260
  174. package/auto.dist/public/glossaries/grammar.js +0 -3
  175. package/auto.dist/public/glossaries/grammar.shadow.d.ts +0 -8
  176. package/auto.dist/public/glossaries/grammar.shadow.js +0 -3
  177. package/auto.dist/public/glossaries/liana.d.ts +0 -2433
  178. package/auto.dist/public/glossaries/liana.js +0 -3
  179. package/auto.dist/public/glossaries/liana.shadow.d.ts +0 -8
  180. package/auto.dist/public/glossaries/liana.shadow.js +0 -3
  181. package/auto.dist/public/glossaries/pareto.d.ts +0 -1503
  182. package/auto.dist/public/glossaries/pareto.js +0 -3
  183. package/auto.dist/public/glossaries/pareto.shadow.d.ts +0 -8
  184. package/auto.dist/public/glossaries/pareto.shadow.js +0 -3
  185. package/auto.dist/public/glossaries/tendril.d.ts +0 -1425
  186. package/auto.dist/public/glossaries/tendril.js +0 -3
  187. package/auto.dist/public/glossaries/tendril.shadow.d.ts +0 -8
  188. package/auto.dist/public/glossaries/tendril.shadow.js +0 -3
  189. package/auto.dist/public/pareto__2__typescript/auto.provided_interface_glossary.shadow.js +0 -3
  190. package/auto.dist/public/pareto__2__typescript/implementations/serializeCompilationUnit.alg.js +0 -558
  191. package/auto.dist/public/shorthands/cosmos.d.ts +0 -50
  192. package/auto.dist/public/shorthands/cosmos.js +0 -512
  193. package/auto.dist/public/shorthands/grammar.d.ts +0 -13
  194. package/auto.dist/public/shorthands/grammar.js +0 -110
  195. package/auto.dist/public/shorthands/liana.d.ts +0 -66
  196. package/auto.dist/public/shorthands/liana.js +0 -728
  197. package/auto.dist/public/shorthands/pareto.d.ts +0 -48
  198. package/auto.dist/public/shorthands/pareto.js +0 -243
  199. package/auto.dist/public/shorthands/tendril.d.ts +0 -48
  200. package/auto.dist/public/shorthands/tendril.js +0 -402
  201. /package/auto.dist/public/{pareto__2__typescript → modules/pareto2typescript}/auto.api.d.ts +0 -0
  202. /package/auto.dist/public/{pareto__2__typescript → modules/pareto2typescript}/auto.implementation.d.ts +0 -0
  203. /package/auto.dist/public/{pareto__2__typescript → modules/pareto2typescript}/implementations/serializeCompilationUnit.alg.d.ts +0 -0
  204. /package/auto.dist/public/{cosmos__2__pareto → modules/pareto2typescript}/index.d.ts +0 -0
  205. /package/auto.dist/public/{fountain__pen → modules/typescript__naming}/index.d.ts +0 -0
  206. /package/auto.dist/public/{pareto__2__typescript → modules/typescript__serialize}/index.d.ts +0 -0
  207. /package/auto.pareto/{glossaries → auto.dependencies/pareto-pure/glossaries}/auto.grammar.data.ts +0 -0
  208. /package/auto.pareto/{glossaries → auto.dependencies/pareto-pure/glossaries}/auto.liana.data.ts +0 -0
  209. /package/auto.pareto/{glossaries → auto.dependencies/pareto-pure/glossaries}/auto.pareto.data.ts +0 -0
  210. /package/auto.pareto/{glossaries → auto.dependencies/pareto-pure/glossaries}/auto.tendril.data.ts +0 -0
  211. /package/auto.pareto/{modules → auto.dependencies/pareto-pure/modules}/cosmos2pareto/api.data.ts +0 -0
@@ -1,50 +0,0 @@
1
- import * as t from "../glossaries/cosmos__type__system";
2
- type RawDictionary<T> = {
3
- [key: string]: T;
4
- };
5
- export declare function glossary(glossary_parameters: RawDictionary<t.D.Parameters.DX>, imports: RawDictionary<t.D.Glossary.imports.DX>, namespaces: RawDictionary<t.D.Namespace>, datatypes: RawDictionary<t.D.Namespace.data__types.DX>, interface_types: RawDictionary<t.D.Glossary.interface__types.DX>, algorithm_types: RawDictionary<t.D.Glossary.algorithm__types.DX>): t.D.Glossary;
6
- export declare function imp(glossary: t.D.Glossary, typeArgs: RawDictionary<t.D.Arguments.DX>): t.D.Glossary.imports.DX;
7
- export declare function null_(): t.D.Data__Type;
8
- export declare function boolean(): t.D.Data__Type;
9
- export declare function string(): t.D.Data__Type;
10
- export declare function number(): t.D.Data__Type;
11
- export declare function taggedUnion($: RawDictionary<t.D.Data__Type>): t.D.Data__Type;
12
- export declare function dictionary($: t.D.Data__Type): t.D.Data__Type;
13
- export declare function parametrizedType(parameters: RawDictionary<t.D.Parameters.DX>, type: t.D.Data__Type): t.D.Namespace.data__types.DX;
14
- export declare function ns(types: RawDictionary<t.D.Namespace.data__types.DX>, ns: RawDictionary<t.D.Namespace.namespaces.DX>): t.D.Namespace;
15
- export declare function type(type: t.D.Data__Type): t.D.Namespace.data__types.DX;
16
- export declare function typeParameter($: string): t.D.DataSpecifier;
17
- export declare function glossaryParameter($: string): t.D.DataSpecifier;
18
- export declare function array($: t.D.Data__Type): t.D.Data__Type;
19
- export declare function optional($: t.D.Data__Type): t.D.Data__Type;
20
- export declare function computed($: t.D.Data__Type): t.D.Data__Type;
21
- export declare function group($: RawDictionary<t.D.Data__Type.group.DX>): t.D.Data__Type;
22
- export declare function member($: t.D.Data__Type): t.D.Data__Type.group.DX;
23
- export declare function ref(typeReference: t.D.DataSpecifier): t.D.Data__Type;
24
- export declare function externalTypeReference(contextX: string, type: string, typeArgs?: RawDictionary<t.D.DataSpecifier>): t.D.DataSpecifier;
25
- export declare function typeReference(type: string, typeArgs?: RawDictionary<t.D.DataSpecifier>): t.D.DataSpecifier;
26
- export declare function sExternalInterfaceReference(contextX: string, inf: string, glossArgs?: RawDictionary<t.D.DataSpecifier>, typeArgs?: RawDictionary<t.D.DataSpecifier>): t.D.Synchronous__Interface__Reference;
27
- export declare function sInterfaceReference(inf: string, args?: RawDictionary<t.D.DataSpecifier>): t.D.Synchronous__Interface__Reference;
28
- export declare function aExternalInterfaceReference(contextX: string, inf: string, glossArgs?: RawDictionary<t.D.DataSpecifier>, typeArgs?: RawDictionary<t.D.DataSpecifier>): t.D.Asynchronous__Interface__Reference;
29
- export declare function aInterfaceReference(inf: string, args?: RawDictionary<t.D.DataSpecifier>): t.D.Asynchronous__Interface__Reference;
30
- export declare function data($: t.D.DataSpecifier): t.D.Data__Or__Synchronous__Interface;
31
- export declare function sInf($: t.D.Synchronous__Interface__Reference): t.D.Data__Or__Synchronous__Interface;
32
- export declare function aInterface(inf: t.D.Asynchronous__Interface__Type, params?: RawDictionary<t.D.Parameters.DX>): t.D.Glossary.interface__types.DX;
33
- export declare function sInterface(inf: t.D.Synchronous__Interface__Type, params?: RawDictionary<t.D.Parameters.DX>): t.D.Glossary.interface__types.DX;
34
- export declare function infInit(inf: t.D.Asynchronous__Interface__Reference, downstreams: RawDictionary<t.D.Asynchronous__Interface__Reference>, params?: RawDictionary<t.D.Parameters.DX>): t.D.Glossary.algorithm__types.DX;
35
- export declare function resource(request: t.D.DataSpecifier, consumer: t.D.Asynchronous__Interface__Reference, params?: RawDictionary<t.D.Parameters.DX>): t.D.Glossary.algorithm__types.DX;
36
- export declare function afunction(out: t.D.Glossary.algorithm__types.DX._ltype.asynchronous__function.out, in_: t.D.Glossary.algorithm__types.DX._ltype.asynchronous__function._lin, params?: RawDictionary<t.D.Parameters.DX>): t.D.Glossary.algorithm__types.DX;
37
- export declare function procedure(in_: t.D.Data__Or__Synchronous__Interface, out: t.D.Synchronous__Interface__Reference, params?: RawDictionary<t.D.Parameters.DX>): t.D.Glossary.algorithm__types.DX;
38
- export declare function sfunction(out: t.D.DataSpecifier, in_: t.D.Data__Or__Synchronous__Interface, params?: RawDictionary<t.D.Parameters.DX>): t.D.Glossary.algorithm__types.DX;
39
- export declare function sInterfaceMethod(data: null | t.D.DataSpecifier, inf?: null | t.D.Synchronous__Interface__Type): t.D.Synchronous__Interface__Type;
40
- export declare function aInterfaceMethod(data: null | t.D.DataSpecifier, inf?: null | t.D.Asynchronous__Interface__Type): t.D.Asynchronous__Interface__Type;
41
- export declare function infref($: t.D.Asynchronous__Interface__Reference): t.D.Asynchronous__Interface__Type;
42
- export declare function choice(options: RawDictionary<t.D.Asynchronous__Interface__Type>): t.D.Asynchronous__Interface__Type;
43
- export declare function streamconsumer(data: t.D.Asynchronous__Interface__Type, end: null | t.D.Asynchronous__Interface__Type): t.D.Asynchronous__Interface__Type;
44
- export declare function api(prov_glo: t.D.Glossary, algs: RawDictionary<t.D.API.algorithms.DX>): t.D.API;
45
- export declare function algref(definition: string): t.D.Algorithm__Type__Reference;
46
- export declare function sibling(module: string, alg: string, args: RawDictionary<t.D.API.algorithms.DX.dependencies.DX.type__arguments.DX>): t.D.API.algorithms.DX.dependencies.DX;
47
- export declare function libDep(lib: string, module: string, alg: string, args: RawDictionary<t.D.API.algorithms.DX.dependencies.DX.type__arguments.DX>): t.D.API.algorithms.DX.dependencies.DX;
48
- export declare function private_(module: string, alg: string, args: RawDictionary<t.D.API.algorithms.DX.dependencies.DX.type__arguments.DX>): t.D.API.algorithms.DX.dependencies.DX;
49
- export declare function algorithm(def: string, data: null | string, deps: RawDictionary<t.D.API.algorithms.DX.dependencies.DX>): t.D.API.algorithms.DX;
50
- export {};
@@ -1,512 +0,0 @@
1
- "use strict";
2
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
- if (k2 === undefined) k2 = k;
4
- var desc = Object.getOwnPropertyDescriptor(m, k);
5
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
- desc = { enumerable: true, get: function() { return m[k]; } };
7
- }
8
- Object.defineProperty(o, k2, desc);
9
- }) : (function(o, m, k, k2) {
10
- if (k2 === undefined) k2 = k;
11
- o[k2] = m[k];
12
- }));
13
- var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
14
- Object.defineProperty(o, "default", { enumerable: true, value: v });
15
- }) : function(o, v) {
16
- o["default"] = v;
17
- });
18
- var __importStar = (this && this.__importStar) || (function () {
19
- var ownKeys = function(o) {
20
- ownKeys = Object.getOwnPropertyNames || function (o) {
21
- var ar = [];
22
- for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
23
- return ar;
24
- };
25
- return ownKeys(o);
26
- };
27
- return function (mod) {
28
- if (mod && mod.__esModule) return mod;
29
- var result = {};
30
- if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
31
- __setModuleDefault(result, mod);
32
- return result;
33
- };
34
- })();
35
- Object.defineProperty(exports, "__esModule", { value: true });
36
- exports.glossary = glossary;
37
- exports.imp = imp;
38
- exports.null_ = null_;
39
- exports.boolean = boolean;
40
- exports.string = string;
41
- exports.number = number;
42
- exports.taggedUnion = taggedUnion;
43
- exports.dictionary = dictionary;
44
- exports.parametrizedType = parametrizedType;
45
- exports.ns = ns;
46
- exports.type = type;
47
- exports.typeParameter = typeParameter;
48
- exports.glossaryParameter = glossaryParameter;
49
- exports.array = array;
50
- exports.optional = optional;
51
- exports.computed = computed;
52
- exports.group = group;
53
- exports.member = member;
54
- exports.ref = ref;
55
- exports.externalTypeReference = externalTypeReference;
56
- exports.typeReference = typeReference;
57
- exports.sExternalInterfaceReference = sExternalInterfaceReference;
58
- exports.sInterfaceReference = sInterfaceReference;
59
- exports.aExternalInterfaceReference = aExternalInterfaceReference;
60
- exports.aInterfaceReference = aInterfaceReference;
61
- exports.data = data;
62
- exports.sInf = sInf;
63
- exports.aInterface = aInterface;
64
- exports.sInterface = sInterface;
65
- exports.infInit = infInit;
66
- exports.resource = resource;
67
- exports.afunction = afunction;
68
- exports.procedure = procedure;
69
- exports.sfunction = sfunction;
70
- exports.sInterfaceMethod = sInterfaceMethod;
71
- exports.aInterfaceMethod = aInterfaceMethod;
72
- exports.infref = infref;
73
- exports.choice = choice;
74
- exports.streamconsumer = streamconsumer;
75
- exports.api = api;
76
- exports.algref = algref;
77
- exports.sibling = sibling;
78
- exports.libDep = libDep;
79
- exports.private_ = private_;
80
- exports.algorithm = algorithm;
81
- const pd = __importStar(require("pareto-core-data"));
82
- const d = pd.d;
83
- function glossary(glossary_parameters, imports, namespaces, datatypes, interface_types, algorithm_types) {
84
- return {
85
- 'glossary parameters': pd.d(glossary_parameters),
86
- 'imports': pd.d(imports),
87
- 'root': {
88
- 'namespaces': pd.d(namespaces),
89
- 'data types': pd.d(datatypes),
90
- },
91
- 'interface types': pd.d(interface_types),
92
- 'algorithm types': pd.d(algorithm_types),
93
- };
94
- }
95
- function imp(glossary, typeArgs) {
96
- return {
97
- 'glossary': glossary,
98
- 'type arguments': pd.d(typeArgs)
99
- };
100
- }
101
- function null_() {
102
- return ['null', null];
103
- }
104
- function boolean() {
105
- return ['boolean', null];
106
- }
107
- function string() {
108
- return ['string', null];
109
- }
110
- function number() {
111
- return ['number', null];
112
- }
113
- function taggedUnion($) {
114
- return ['taggedUnion', pd.d($)];
115
- }
116
- function dictionary($) {
117
- return ['dictionary', $];
118
- }
119
- function parametrizedType(parameters, type) {
120
- return {
121
- 'parameters': pd.d(parameters),
122
- 'type': type,
123
- };
124
- }
125
- function ns(types, ns) {
126
- return {
127
- 'namespaces': pd.d(ns),
128
- 'data types': pd.d(types),
129
- };
130
- }
131
- function type(type) {
132
- return {
133
- 'parameters': pd.d({}),
134
- 'type': type,
135
- };
136
- }
137
- function typeParameter($) {
138
- return ['type parameterXX', $];
139
- }
140
- function glossaryParameter($) {
141
- return ['glossary parameterXX', $];
142
- }
143
- function array($) {
144
- return ['array', $];
145
- }
146
- function optional($) {
147
- return ['optional', $];
148
- }
149
- function computed($) {
150
- return ['computed', $];
151
- }
152
- function group($) {
153
- return ['group', pd.d($)];
154
- }
155
- function member($) {
156
- return {
157
- type: $
158
- };
159
- }
160
- function ref(typeReference) {
161
- return ['reference', typeReference];
162
- }
163
- // export function context(glossary: string, annotation: pd.SourceLocation): t.D.Context {
164
- // if (glossary === undefined) {
165
- // return ['local', null]
166
- // } else {
167
- // return ['import', {
168
- // // 'glossary': {
169
- // // 'annotation': annotation,
170
- // // 'key': glossary,
171
- // // },
172
- // 'glossaryXX': glossary,
173
- // }]
174
- // }
175
- // }
176
- // export function imp(): t.D.Imports.DX {
177
- // return null
178
- // }
179
- function externalTypeReference(contextX, type,
180
- //glossArgs?: RawDictionary<t.D.DataSpecifier>,
181
- typeArgs) {
182
- return ['type', {
183
- 'context': ['import', {
184
- // 'glossary': {
185
- // 'annotation': annotation,
186
- // 'key': glossary,
187
- // },
188
- 'glossary': {
189
- 'glossary': contextX,
190
- // 'glossary': {
191
- // 'annotation': pd.getLocationInfo(1),
192
- // 'key': contextX,
193
- // },
194
- //'glossary arguments': pd.d(glossArgs === undefined ? {} : glossArgs),
195
- },
196
- }],
197
- 'typeXX': type,
198
- 'tailXX': pd.a([]),
199
- 'type arguments': pd.d(typeArgs === undefined ? {} : typeArgs),
200
- }];
201
- }
202
- function typeReference(type, typeArgs) {
203
- return ['type', {
204
- 'context': ['local', null],
205
- 'typeXX': type,
206
- 'tailXX': pd.a([]),
207
- 'type arguments': pd.d(typeArgs === undefined ? {} : typeArgs),
208
- }];
209
- }
210
- function sExternalInterfaceReference(contextX, inf, glossArgs, typeArgs) {
211
- return {
212
- 'context': ['import', {
213
- // 'glossary': {
214
- // 'annotation': annotation,
215
- // 'key': glossary,
216
- // },
217
- 'glossary': {
218
- 'glossary': contextX,
219
- // 'glossary': {
220
- // 'annotation': pd.getLocationInfo(1),
221
- // 'key': contextX,
222
- // },
223
- //'glossary arguments': pd.d(glossArgs === undefined ? {} : glossArgs),
224
- },
225
- // 'interface FIXME': {
226
- // 'annotation': pd.getLocationInfo(1),
227
- // 'key': inf,
228
- // },
229
- 'interfaceXX': inf
230
- }],
231
- 'type arguments': pd.d(typeArgs === undefined ? {} : typeArgs),
232
- };
233
- }
234
- function sInterfaceReference(inf, args) {
235
- return {
236
- 'context': ['local', {
237
- // 'interface': {
238
- // 'annotation': pd.getLocationInfo(1),
239
- // 'key': inf,
240
- // },
241
- 'interfaceXX': inf
242
- }],
243
- 'type arguments': pd.d(args === undefined ? {} : args),
244
- };
245
- }
246
- function aExternalInterfaceReference(contextX, inf, glossArgs, typeArgs) {
247
- return {
248
- 'context': ['import', {
249
- // 'glossary': {
250
- // 'annotation': annotation,
251
- // 'key': glossary,
252
- // },
253
- 'glossary': {
254
- 'glossary': contextX,
255
- // 'glossary': {
256
- // 'annotation': pd.getLocationInfo(1),
257
- // 'key': contextX,
258
- // },
259
- //'glossary arguments': pd.d(glossArgs === undefined ? {} : glossArgs),
260
- },
261
- }],
262
- 'interfaceXX': inf,
263
- 'type arguments': pd.d(typeArgs === undefined ? {} : typeArgs),
264
- };
265
- }
266
- function aInterfaceReference(inf, args) {
267
- return {
268
- 'context': ['local', null],
269
- 'interfaceXX': inf,
270
- 'type arguments': pd.d(args === undefined ? {} : args),
271
- };
272
- }
273
- // export function nothing(): ['nothing', null] {
274
- // return ['nothing', null]
275
- // }
276
- function data($) {
277
- return ['data', $];
278
- }
279
- function sInf($) {
280
- return ['interface', $];
281
- }
282
- // export function aInf($: t.D.Asynchronous__Interface__Reference): ['interface', t.D.Asynchronous__Interface__Reference] {
283
- // return ['interface', $]
284
- // }
285
- function aInterface(inf, params) {
286
- return {
287
- 'parameters': pd.d(params === undefined ? {} : params),
288
- 'type': ['asynchronous', {
289
- 'interface': inf,
290
- }]
291
- };
292
- }
293
- function sInterface(inf, params) {
294
- return {
295
- 'parameters': pd.d(params === undefined ? {} : params),
296
- 'type': ['synchronous', {
297
- 'interface': inf,
298
- }]
299
- };
300
- }
301
- function infInit(inf, downstreams, params) {
302
- return {
303
- 'parameters': pd.d(params === undefined ? {} : params),
304
- 'type': ['interface initializer', {
305
- 'interface': inf,
306
- 'downstreams': pd.d(downstreams),
307
- }]
308
- };
309
- }
310
- function resource(request, consumer, params) {
311
- return {
312
- 'parameters': pd.d(params === undefined ? {} : params),
313
- 'type': ['resource initializer', {
314
- 'request': request,
315
- 'consumer': consumer,
316
- }]
317
- };
318
- }
319
- function afunction(out, in_, params) {
320
- return {
321
- 'parameters': pd.d(params === undefined ? {} : params),
322
- 'type': ['asynchronous function', {
323
- 'in': in_,
324
- 'out': out,
325
- }]
326
- };
327
- }
328
- function procedure(in_, out, params) {
329
- return {
330
- 'parameters': pd.d(params === undefined ? {} : params),
331
- 'type': ['procedure', {
332
- 'in': in_,
333
- 'out': out,
334
- }]
335
- };
336
- }
337
- function sfunction(out, in_, params) {
338
- return {
339
- 'parameters': pd.d(params === undefined ? {} : params),
340
- 'type': ['synchronous function', {
341
- 'in': in_,
342
- 'out': out,
343
- }]
344
- };
345
- }
346
- function sInterfaceMethod(data, inf) {
347
- return ['method', {
348
- 'data': data === null
349
- ? pd.notSet()
350
- : pd.set(data),
351
- 'interface': inf === undefined
352
- ? pd.notSet()
353
- : inf === null
354
- ? pd.notSet()
355
- : pd.set(inf),
356
- }];
357
- }
358
- function aInterfaceMethod(data, inf) {
359
- return ['method', {
360
- 'data': data === null
361
- ? pd.notSet()
362
- : pd.set(data),
363
- 'interface': inf === undefined
364
- ? pd.notSet()
365
- : inf === null
366
- ? pd.notSet()
367
- : pd.set(inf),
368
- }];
369
- }
370
- function infref($) {
371
- return ['reference', $];
372
- }
373
- function choice(options) {
374
- return ['choice', {
375
- 'options': pd.d(options),
376
- }];
377
- }
378
- function streamconsumer(data, end) {
379
- return ['streamconsumer', {
380
- 'data': data,
381
- 'end': end === null ? pd.notSet() : pd.set(end)
382
- }];
383
- }
384
- // export function module(
385
- // acc: "public" | "private",
386
- // api: g_this.D.API,
387
- // ): g_this.D.Library.modules.DX {
388
- // return {
389
- // 'accessibility': acc === "public" ? ['public', null] : ['private', null],
390
- // 'api': api,
391
- // }
392
- // }
393
- function api(prov_glo, algs) {
394
- return {
395
- 'provided interface': prov_glo,
396
- 'algorithms': d(algs)
397
- };
398
- }
399
- // export function libDep(
400
- // name: string,
401
- // glos: string,
402
- // targs: RawDictionary<t.D.API.dependencies.DX.type__arguments.DX>
403
- // ): t.D.API.dependencies.DX {
404
- // return {
405
- // 'type': [ 'library dependency', name],
406
- // 'glossary': glos,
407
- // 'type arguments': d(targs),
408
- // }
409
- // }
410
- // export function sibling(
411
- // glos: string,
412
- // targs: RawDictionary<t.D.API.dependencies.DX.type__arguments.DX>
413
- // ): t.D.API.dependencies.DX {
414
- // return {
415
- // 'type': [ 'sibling', null],
416
- // 'glossary': glos,
417
- // 'type arguments': d(targs),
418
- // }
419
- // }
420
- // export function pub(
421
- // glos: string,
422
- // targs: RawDictionary<t.D.API.dependencies.DX.type__arguments.DX>
423
- // ): t.D.API.dependencies.DX {
424
- // return {
425
- // 'type': [ 'public', null],
426
- // 'glossary': glos,
427
- // 'type arguments': d(targs),
428
- // }
429
- // }
430
- // export function sideEffect(inf: string, type: 'async' | 'sync'): t.D.API.algorithms.DX.side__effects.DX {
431
- // return {
432
- // 'interface': inf,
433
- // 'type': type === 'async' ? ['asynchronous', null] : ['synchronous', null]
434
- // }
435
- // }
436
- function algref(definition) {
437
- return {
438
- // '': {
439
- // 'glossary': context,
440
- // 'arguments': pd.d(args === undefined ? {} : args)
441
- // },
442
- 'algorithm type': definition,
443
- // 'type': pl.cc(type, ($) => {
444
- // switch ($) {
445
- // case 'interface': return ['interface initializer', null]
446
- // case 'procedure': return ['procedure', null]
447
- // case 'resource': return ['resource initializer', null]
448
- // case 'sync func': return ['synchronous function', null]
449
- // case 'async func': return ['asynchronous function', null]
450
- // default: return pl.au($[0])
451
- // }
452
- // })
453
- };
454
- }
455
- function sibling(module, alg, args) {
456
- return {
457
- 'type': ['sibling', null],
458
- 'module': module,
459
- 'type arguments': d(args),
460
- 'algorithm type': {
461
- 'algorithm type': alg
462
- },
463
- };
464
- }
465
- function libDep(lib, module, alg, args) {
466
- return {
467
- 'type': ['library dependency', lib],
468
- 'module': module,
469
- 'type arguments': d(args),
470
- 'algorithm type': {
471
- 'algorithm type': alg
472
- },
473
- };
474
- }
475
- function private_(module, alg, args) {
476
- return {
477
- 'type': ['private', null],
478
- 'module': module,
479
- 'type arguments': d(args),
480
- 'algorithm type': {
481
- 'algorithm type': alg
482
- },
483
- };
484
- }
485
- // export function dependency(glos: string, alg: string): t.D.API.algorithms.DX.dependencies.DX {
486
- // return {
487
- // 'type': ['library dependency', "SDFSF"],
488
- // 'glossary': glos,
489
- // 'type arguments': d({}),
490
- // 'algorithm type': {
491
- // 'algorithm type': alg
492
- // },
493
- // }
494
- // }
495
- function algorithm(def, data, deps) {
496
- return {
497
- 'definition': {
498
- 'algorithm type': def,
499
- },
500
- 'configuration data': data === null
501
- ? pd.notSet()
502
- : pd.set(data),
503
- 'dependencies': pd.d(deps),
504
- };
505
- }
506
- // export function executable(module: string, initializer: string): g_this.D.Library.executables.DX {
507
- // return {
508
- // 'module': module,
509
- // 'initializer': initializer,
510
- // }
511
- // }
512
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29zbW9zLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vc3JjL3B1YmxpYy9zaG9ydGhhbmRzL2Nvc21vcy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7OztBQVVBLDRCQWtCQztBQUdELGtCQUtDO0FBRUQsc0JBRUM7QUFFRCwwQkFFQztBQUVELHdCQUVDO0FBRUQsd0JBRUM7QUFFRCxrQ0FFQztBQUVELGdDQUVDO0FBRUQsNENBS0M7QUFFRCxnQkFLQztBQUNELG9CQUtDO0FBR0Qsc0NBRUM7QUFFRCw4Q0FFQztBQUVELHNCQUVDO0FBRUQsNEJBRUM7QUFFRCw0QkFFQztBQUVELHNCQUVDO0FBRUQsd0JBSUM7QUFFRCxrQkFFQztBQW9CRCxzREEwQkM7QUFFRCxzQ0FVQztBQUVELGtFQThCQztBQUVELGtEQVdDO0FBRUQsa0VBd0JDO0FBRUQsa0RBTUM7QUFNRCxvQkFFQztBQUVELG9CQUVDO0FBTUQsZ0NBT0M7QUFFRCxnQ0FPQztBQUVELDBCQVFDO0FBRUQsNEJBUUM7QUFFRCw4QkFRQztBQUVELDhCQVFDO0FBQ0QsOEJBUUM7QUFFRCw0Q0FXQztBQUVELDRDQVdDO0FBRUQsd0JBRUM7QUFFRCx3QkFJQztBQUVELHdDQUtDO0FBYUQsa0JBU0M7QUEyQ0Qsd0JBcUJDO0FBRUQsMEJBU0M7QUFFRCx3QkFVQztBQUdELDRCQVVDO0FBY0QsOEJBY0M7QUFoaEJELHFEQUFzQztBQUt0QyxNQUFNLENBQUMsR0FBRyxFQUFFLENBQUMsQ0FBQyxDQUFBO0FBS2QsU0FBZ0IsUUFBUSxDQUNwQixtQkFBcUQsRUFDckQsT0FBK0MsRUFDL0MsVUFBd0MsRUFDeEMsU0FBc0QsRUFDdEQsZUFBZ0UsRUFDaEUsZUFBZ0U7SUFFaEUsT0FBTztRQUNILHFCQUFxQixFQUFFLEVBQUUsQ0FBQyxDQUFDLENBQUMsbUJBQW1CLENBQUM7UUFDaEQsU0FBUyxFQUFFLEVBQUUsQ0FBQyxDQUFDLENB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
@@ -1,13 +0,0 @@
1
- import * as pd from 'pareto-core-data';
2
- import * as t from "../glossaries/grammar";
3
- type RawDictionary<T> = {
4
- [key: string]: T;
5
- };
6
- export declare function array(vt: t.D.Value<pd.SourceLocation>): t.D.Value<pd.SourceLocation>;
7
- export declare function string(): t.D.Value.node.flags.DX<pd.SourceLocation>;
8
- export declare function enumeration(options: RawDictionary<string>): t.D.Value.node.flags.DX<pd.SourceLocation>;
9
- export declare function node(name: string, content: null | t.D.Value<pd.SourceLocation>, flags?: RawDictionary<t.D.Value.node.flags.DX<pd.SourceLocation>>): t.D.Value<pd.SourceLocation>;
10
- export declare function optional(vt: t.D.Value<pd.SourceLocation>): t.D.Value<pd.SourceLocation>;
11
- export declare function member(value: t.D.Value<pd.SourceLocation>): t.D.Value.group.members.DX<pd.SourceLocation>;
12
- export declare function group(members: RawDictionary<t.D.Value.group.members.DX<pd.SourceLocation>>): t.D.Value<pd.SourceLocation>;
13
- export {};