pareto 0.58.0 → 0.59.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 (141) hide show
  1. package/auto.dist/auto.bin/auto.boekhouding.d.ts +2 -0
  2. package/auto.dist/auto.bin/auto.boekhouding.js +40 -0
  3. package/auto.dist/data/boekhouding.data.d.ts +2 -0
  4. package/auto.dist/data/boekhouding.data.js +433 -0
  5. package/auto.dist/index.d.ts +4 -4
  6. package/auto.dist/index.js +6 -6
  7. package/auto.dist/public/modules/{alan__light__serialize → alan__light__intermediate__2__fountain__pen}/auto.api.js +1 -1
  8. package/auto.dist/public/modules/{tendril2alan__light → alan__light__intermediate__2__fountain__pen}/auto.implementation.js +1 -1
  9. package/auto.dist/public/modules/alan__light__intermediate__2__fountain__pen/auto.provided_interface_glossary.d.ts +88 -0
  10. package/auto.dist/public/modules/{tendril2alan__light → alan__light__intermediate__2__fountain__pen}/auto.provided_interface_glossary.js +1 -1
  11. package/auto.dist/public/modules/{tendril2alan__light → alan__light__intermediate__2__fountain__pen}/auto.provided_interface_glossary.shadow.d.ts +2 -2
  12. package/auto.dist/public/modules/{typescript__serialize → alan__light__intermediate__2__fountain__pen}/auto.provided_interface_glossary.shadow.js +1 -1
  13. package/auto.dist/public/modules/alan__light__intermediate__2__fountain__pen/implementations/map.alg.js +61 -0
  14. package/auto.dist/public/modules/{tendril2alan__light → alan__light__intermediate__2__fountain__pen}/index.js +1 -1
  15. package/auto.dist/public/modules/{alan__light__serialize → main}/auto.api.d.ts +1 -1
  16. package/auto.dist/public/modules/{pareto2typescript → main}/auto.api.js +1 -1
  17. package/auto.dist/public/modules/main/auto.implementation.d.ts +2 -0
  18. package/auto.dist/public/modules/main/auto.implementation.js +6 -0
  19. package/auto.dist/public/modules/main/auto.provided_interface_glossary.d.ts +31 -0
  20. package/auto.dist/public/modules/{pareto2typescript → main}/auto.provided_interface_glossary.js +1 -1
  21. package/auto.dist/public/modules/main/auto.provided_interface_glossary.shadow.d.ts +12 -0
  22. package/auto.dist/public/modules/{pareto2typescript → main}/auto.provided_interface_glossary.shadow.js +1 -1
  23. package/auto.dist/public/modules/main/implementations/temp_$compile_$boekhouding.alg.d.ts +2 -0
  24. package/auto.dist/public/modules/main/implementations/temp_$compile_$boekhouding.alg.js +80 -0
  25. package/auto.dist/public/modules/{pareto2typescript → main}/index.js +1 -1
  26. package/auto.dist/public/modules/{pareto2typescript → pareto__2__fountain__pen}/auto.api.d.ts +1 -1
  27. package/auto.dist/public/modules/{tendril2alan__light → pareto__2__fountain__pen}/auto.api.js +1 -1
  28. package/auto.dist/public/modules/pareto__2__fountain__pen/auto.implementation.d.ts +2 -0
  29. package/auto.dist/public/modules/pareto__2__fountain__pen/auto.implementation.js +6 -0
  30. package/auto.dist/public/modules/{pareto2typescript → pareto__2__fountain__pen}/auto.provided_interface_glossary.d.ts +22 -41
  31. package/auto.dist/public/modules/{alan__light__serialize → pareto__2__fountain__pen}/auto.provided_interface_glossary.js +1 -1
  32. package/auto.dist/public/modules/{pareto2typescript → pareto__2__fountain__pen}/auto.provided_interface_glossary.shadow.d.ts +11 -6
  33. package/auto.dist/public/modules/{tendril2alan__light → pareto__2__fountain__pen}/auto.provided_interface_glossary.shadow.js +1 -1
  34. package/auto.dist/public/modules/pareto__2__fountain__pen/implementations/compilationUnit_$2_$Indented_$Lines.alg.d.ts +2 -0
  35. package/auto.dist/public/modules/pareto__2__fountain__pen/implementations/compilationUnit_$2_$Indented_$Lines.alg.js +54 -0
  36. package/auto.dist/public/modules/{alan__light__serialize → pareto__2__fountain__pen}/index.js +1 -1
  37. package/auto.dist/public/modules/{typescript__serialize → typescript__intermediate__2__fountain__pen}/auto.api.d.ts +1 -0
  38. package/auto.dist/public/modules/{typescript__serialize → typescript__intermediate__2__fountain__pen}/auto.api.js +1 -1
  39. package/auto.dist/public/modules/{typescript__serialize → typescript__intermediate__2__fountain__pen}/auto.implementation.d.ts +1 -0
  40. package/auto.dist/public/modules/{typescript__serialize → typescript__intermediate__2__fountain__pen}/auto.implementation.js +4 -2
  41. package/auto.dist/public/modules/typescript__intermediate__2__fountain__pen/auto.provided_interface_glossary.d.ts +148 -0
  42. package/auto.dist/public/modules/{typescript__serialize → typescript__intermediate__2__fountain__pen}/auto.provided_interface_glossary.js +1 -1
  43. package/auto.dist/public/modules/{alan__light__serialize → typescript__intermediate__2__fountain__pen}/auto.provided_interface_glossary.shadow.d.ts +5 -7
  44. package/auto.dist/public/modules/{alan__light__serialize → typescript__intermediate__2__fountain__pen}/auto.provided_interface_glossary.shadow.js +1 -1
  45. package/auto.dist/public/modules/{typescript__serialize → typescript__intermediate__2__fountain__pen}/implementations/createApostrophedString.alg.js +2 -3
  46. package/auto.dist/public/modules/{typescript__serialize → typescript__intermediate__2__fountain__pen}/implementations/createBacktickedString.alg.js +2 -3
  47. package/auto.dist/public/modules/{typescript__serialize → typescript__intermediate__2__fountain__pen}/implementations/createQuotedString.alg.js +3 -3
  48. package/auto.dist/public/modules/typescript__intermediate__2__fountain__pen/implementations/serialize.alg.js +95 -0
  49. package/auto.dist/public/modules/{typescript__serialize → typescript__intermediate__2__fountain__pen}/index.js +1 -1
  50. package/auto.dist/public/modules/typescript__naming/auto.provided_interface_glossary.d.ts +3 -2
  51. package/auto.dist/public/modules/typescript__naming/implementations/createIdentifier.alg.js +1 -1
  52. package/auto.pareto/$.data.ts +8 -9
  53. package/auto.pareto/auto.dependencies/index.ts +3 -3
  54. package/auto.pareto/auto.dependencies/pareto-pure/$.data.ts +35 -20
  55. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/index.ts +1 -1
  56. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/$.data.ts +0 -2
  57. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/arithmetic/api.data.ts +3 -0
  58. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/arithmetic/glossary.data.ts +9 -6
  59. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/build/api.data.ts +0 -1
  60. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/build/glossary.data.ts +0 -8
  61. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/dictionary/glossary.data.ts +0 -1
  62. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/tostring/api.data.ts +3 -1
  63. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/tostring/glossary.data.ts +1 -2
  64. package/auto.pareto/auto.dependencies/pareto-pure/glossaries/alan_light_intermediate.data.ts +38 -0
  65. package/auto.pareto/auto.dependencies/{pareto-standard-library/modules/json/glossary.data.ts → pareto-pure/glossaries/astn.data.ts} +11 -14
  66. package/auto.pareto/auto.dependencies/pareto-pure/{modules/fountain_pen/glossary.data.ts → glossaries/fountain_pen.data.ts} +11 -18
  67. package/auto.pareto/auto.dependencies/pareto-pure/glossaries/lines.data.ts +27 -0
  68. package/auto.pareto/auto.dependencies/pareto-pure/glossaries/testresult.data.ts +137 -0
  69. package/auto.pareto/auto.dependencies/pareto-pure/glossaries/typescript_intermediate.data.ts +68 -0
  70. package/auto.pareto/auto.dependencies/pareto-pure/modules/alan_light_2_alan_light_intermediate/api.data.ts +20 -0
  71. package/auto.pareto/auto.dependencies/pareto-pure/modules/alan_light_2_alan_light_intermediate/glossary.data.ts +40 -0
  72. package/auto.pareto/auto.dependencies/pareto-pure/modules/astn_2_fountain_pen/glossary.data.ts +39 -0
  73. package/auto.pareto/auto.dependencies/{pareto-standard-library/modules/json → pareto-pure/modules/fountain_pen_2_fountain_pen}/api.data.ts +3 -1
  74. package/auto.pareto/auto.dependencies/pareto-pure/modules/fountain_pen_2_fountain_pen/glossary.data.ts +34 -0
  75. package/auto.pareto/auto.dependencies/pareto-pure/modules/{fountain_pen → fountain_pen_2_lines}/api.data.ts +0 -1
  76. package/auto.pareto/auto.dependencies/pareto-pure/modules/fountain_pen_2_lines/glossary.data.ts +42 -0
  77. package/auto.pareto/auto.dependencies/pareto-pure/modules/pareto_2_typescript/api.data.ts +16 -0
  78. package/auto.pareto/auto.dependencies/pareto-pure/modules/pareto_2_typescript/glossary.data.ts +53 -0
  79. package/auto.pareto/{modules/tendril2alan_light → auto.dependencies/pareto-pure/modules/tendril_2_alan_light}/glossary.data.ts +2 -4
  80. package/auto.pareto/auto.dependencies/pareto-pure/modules/{tendril2pareto → tendril_2_pareto}/api.data.ts +2 -1
  81. package/auto.pareto/auto.dependencies/pareto-pure/modules/{tendril2pareto → tendril_2_pareto}/glossary.data.ts +1 -0
  82. package/auto.pareto/auto.dependencies/pareto-pure/modules/{testresult → testresult_2_testresult}/api.data.ts +0 -2
  83. package/auto.pareto/auto.dependencies/pareto-standard-library/$.data.ts +0 -2
  84. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/arithmetic/api.data.ts +3 -0
  85. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/arithmetic/glossary.data.ts +9 -6
  86. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/build/api.data.ts +0 -1
  87. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/build/glossary.data.ts +0 -8
  88. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/dictionary/glossary.data.ts +0 -1
  89. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/tostring/api.data.ts +3 -1
  90. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/tostring/glossary.data.ts +1 -2
  91. package/auto.pareto/auto.dependencies/pareto-subatomic-library/modules/array/glossary.data.ts +0 -1
  92. package/auto.pareto/auto.dependencies/pareto-subatomic-library/modules/json/api.data.ts +8 -2
  93. package/auto.pareto/auto.dependencies/pareto-subatomic-library/modules/json/glossary.data.ts +4 -3
  94. package/auto.pareto/auto.dependencies/pareto-subatomic-library/modules/string/api.data.ts +0 -1
  95. package/auto.pareto/modules/{alan_light_serialize/api.data.ts → alan_light_intermediate_2 fountain_pen/api.data.ts } +1 -1
  96. package/auto.pareto/modules/{alan_light_serialize/glossary.data.ts → alan_light_intermediate_2 fountain_pen/glossary.data.ts } +4 -5
  97. package/auto.pareto/modules/main/api.data.ts +15 -0
  98. package/auto.pareto/modules/main/glossary.data.ts +43 -0
  99. package/auto.pareto/modules/{pareto2typescript → pareto_2_fountain_pen}/api.data.ts +1 -4
  100. package/auto.pareto/modules/{pareto2typescript → pareto_2_fountain_pen}/glossary.data.ts +6 -9
  101. package/auto.pareto/modules/{typescript_serialize → typescript_intermediate_2_fountain_pen}/api.data.ts +7 -0
  102. package/auto.pareto/modules/{typescript_serialize → typescript_intermediate_2_fountain_pen}/glossary.data.ts +8 -0
  103. package/auto.pareto/modules/typescript_naming/glossary.data.ts +3 -2
  104. package/package.json +9 -5
  105. package/auto.dist/public/modules/alan__light__serialize/auto.implementation.d.ts +0 -2
  106. package/auto.dist/public/modules/alan__light__serialize/auto.implementation.js +0 -6
  107. package/auto.dist/public/modules/alan__light__serialize/auto.provided_interface_glossary.d.ts +0 -705
  108. package/auto.dist/public/modules/alan__light__serialize/implementations/serialize.alg.js +0 -115
  109. package/auto.dist/public/modules/pareto2typescript/auto.implementation.d.ts +0 -2
  110. package/auto.dist/public/modules/pareto2typescript/auto.implementation.js +0 -6
  111. package/auto.dist/public/modules/pareto2typescript/implementations/serializeCompilationUnit.alg.d.ts +0 -2
  112. package/auto.dist/public/modules/pareto2typescript/implementations/serializeCompilationUnit.alg.js +0 -529
  113. package/auto.dist/public/modules/tendril2alan__light/auto.provided_interface_glossary.d.ts +0 -1583
  114. package/auto.dist/public/modules/tendril2alan__light/implementations/map.alg.js +0 -141
  115. package/auto.dist/public/modules/typescript__serialize/auto.provided_interface_glossary.d.ts +0 -11
  116. package/auto.dist/public/modules/typescript__serialize/auto.provided_interface_glossary.shadow.d.ts +0 -11
  117. package/auto.dist/public/modules/typescript__serialize/implementations/escape.alg.d.ts +0 -0
  118. package/auto.dist/public/modules/typescript__serialize/implementations/escape.alg.js +0 -20
  119. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/json/glossary.data.ts +0 -47
  120. package/auto.pareto/auto.dependencies/pareto-pure/glossaries/auto.alan.data.ts +0 -441
  121. package/auto.pareto/auto.dependencies/pareto-pure/glossaries/auto.liana.data.ts +0 -1955
  122. package/auto.pareto/auto.dependencies/pareto-pure/modules/liana2tendril/api.data.ts +0 -24
  123. package/auto.pareto/auto.dependencies/pareto-pure/modules/liana2tendril/glossary.data.ts +0 -48
  124. /package/auto.dist/public/modules/{tendril2alan__light → alan__light__intermediate__2__fountain__pen}/auto.api.d.ts +0 -0
  125. /package/auto.dist/public/modules/{tendril2alan__light → alan__light__intermediate__2__fountain__pen}/auto.implementation.d.ts +0 -0
  126. /package/auto.dist/public/modules/{tendril2alan__light → alan__light__intermediate__2__fountain__pen}/implementations/map.alg.d.ts +0 -0
  127. /package/auto.dist/public/modules/{alan__light__serialize → alan__light__intermediate__2__fountain__pen}/index.d.ts +0 -0
  128. /package/auto.dist/public/modules/{pareto2typescript → main}/index.d.ts +0 -0
  129. /package/auto.dist/public/modules/{tendril2alan__light → pareto__2__fountain__pen}/index.d.ts +0 -0
  130. /package/auto.dist/public/modules/{typescript__serialize → typescript__intermediate__2__fountain__pen}/implementations/createApostrophedString.alg.d.ts +0 -0
  131. /package/auto.dist/public/modules/{typescript__serialize → typescript__intermediate__2__fountain__pen}/implementations/createBacktickedString.alg.d.ts +0 -0
  132. /package/auto.dist/public/modules/{typescript__serialize → typescript__intermediate__2__fountain__pen}/implementations/createQuotedString.alg.d.ts +0 -0
  133. /package/auto.dist/public/modules/{alan__light__serialize → typescript__intermediate__2__fountain__pen}/implementations/serialize.alg.d.ts +0 -0
  134. /package/auto.dist/public/modules/{typescript__serialize → typescript__intermediate__2__fountain__pen}/index.d.ts +0 -0
  135. /package/auto.pareto/auto.dependencies/pareto-pure/{auto.dependencies/pareto-standard-library/modules/json → modules/astn_2_fountain_pen}/api.data.ts +0 -0
  136. /package/auto.pareto/auto.dependencies/pareto-pure/modules/{cosmos2pareto → cosmos_type_system_2_pareto}/api.data.ts +0 -0
  137. /package/auto.pareto/auto.dependencies/pareto-pure/modules/{cosmos2pareto → cosmos_type_system_2_pareto}/glossary.data.ts +0 -0
  138. /package/auto.pareto/{modules/tendril2alan_light → auto.dependencies/pareto-pure/modules/tendril_2_alan_light}/api.data.ts +0 -0
  139. /package/auto.pareto/auto.dependencies/pareto-pure/modules/{tendril2cosmos_type_system → tendril_2_cosmos_type_system}/api.data.ts +0 -0
  140. /package/auto.pareto/auto.dependencies/pareto-pure/modules/{tendril2cosmos_type_system → tendril_2_cosmos_type_system}/glossary.data.ts +0 -0
  141. /package/auto.pareto/auto.dependencies/pareto-pure/modules/{testresult → testresult_2_testresult}/glossary.data.ts +0 -0
@@ -1,24 +0,0 @@
1
-
2
-
3
- import * as pd from 'pareto-core-data'
4
-
5
- import { algorithm, algref, api } from "pareto-pure/auto.dist/public/shorthands/cosmos_type_system.sh"
6
-
7
- import * as g_project from "pareto-pure/auto.dist/public/auto.glossaries/auto.cosmos__type__system"
8
-
9
- import { $ as glos } from "./glossary.data"
10
-
11
- export const $: g_project.D.API = api(
12
- glos,
13
- {
14
- // "map": algorithm("Map", null, {
15
- // // "resolveDictionary": sfunction("resolve", {}, "SafeResolveDictionary"),
16
- // // // "decorateDictionaryEntriesWithKey": sfunction("foreach", {}, "DecorateDictionaryEntriesWithKey"),
17
- // // // "buildDictionary": sfunction("build", {}, "BuildUnsafeDictionary"),
18
- // // // "filter": sfunction("dictionary", {}, "Filter"),
19
- // // // "isEmpty": sfunction("dictionary", {}, "IsEmpty"),
20
- // // // "merge": sfunction("array", {}, "Merge"),
21
- // // // "push": sfunction("array", {}, "Push"),
22
- // }),
23
- }
24
- )
@@ -1,48 +0,0 @@
1
- import * as pd from 'pareto-core-data'
2
-
3
- import {
4
- array, data, dictionary, externalTypeReference, glossaryParameter, group, member, null_, number, parametrizedType, ref, sfunction, string, taggedUnion, type, typeParameter, typeReference
5
- } from "pareto-pure/auto.dist/public/shorthands/cosmos_type_system.sh"
6
-
7
- import * as g_glossary from "pareto-pure/auto.dist/public/auto.glossaries/auto.cosmos__type__system"
8
-
9
- import { $ as d_liana } from "../../glossaries/auto.liana.data"
10
- import { $ as d_tendril } from "../../glossaries/auto.tendril.data"
11
-
12
- const d = pd.d
13
-
14
- export const $: g_glossary.D.Glossary = {
15
- 'glossary parameters': d({}),
16
- 'imports': d({
17
- "liana": {
18
- 'glossary': d_liana,
19
- 'type arguments': d({
20
- }),
21
- },
22
- "tendril": {
23
- 'glossary': d_tendril,
24
- 'type arguments': d({
25
- }),
26
- },
27
- }),
28
- 'root': {
29
- 'namespaces': d({}),
30
- 'data types': d({
31
- "TypeScript Location": type(group({
32
- "file": member(string()),
33
- "line": member(number()),
34
- "column": member(number()),
35
- }))
36
- }),
37
- },
38
- 'interface types': d({}),
39
- 'algorithm types': d({
40
- "Map": sfunction(
41
- //FIXME this function should reference to the libraries that don't have annotations.
42
- //this function is designed not to be able to produce runtime errors, so no error info is needed
43
- //However, the functionality to produce a resolved, annotationless library need to be written
44
- externalTypeReference("tendril", "Type Library", { "Annotation": typeReference("TypeScript Location") }),
45
- data(externalTypeReference("liana", "Type Library", { "Annotation": typeReference("TypeScript Location") }))
46
- ),
47
- }),
48
- }