pareto 0.52.0 → 0.53.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 (99) hide show
  1. package/auto.dist/auto.globals.d.ts +22 -0
  2. package/auto.dist/auto.globals.js +2 -0
  3. package/auto.dist/index.d.ts +3 -0
  4. package/auto.dist/index.js +40 -0
  5. package/auto.dist/public/cosmos__2__pareto/auto.api.d.ts +6 -0
  6. package/auto.dist/public/cosmos__2__pareto/auto.api.js +3 -0
  7. package/auto.dist/public/cosmos__2__pareto/auto.implementation.d.ts +2 -0
  8. package/auto.dist/public/cosmos__2__pareto/auto.implementation.js +6 -0
  9. package/auto.dist/public/cosmos__2__pareto/auto.provided_interface_glossary.d.ts +3045 -0
  10. package/auto.dist/public/cosmos__2__pareto/auto.provided_interface_glossary.js +3 -0
  11. package/auto.dist/public/cosmos__2__pareto/auto.provided_interface_glossary.shadow.d.ts +29 -0
  12. package/auto.dist/public/cosmos__2__pareto/auto.provided_interface_glossary.shadow.js +3 -0
  13. package/auto.dist/public/cosmos__2__pareto/implementations/library2ParetoComparators.alg.d.ts +2 -0
  14. package/auto.dist/public/cosmos__2__pareto/implementations/library2ParetoComparators.alg.js +359 -0
  15. package/auto.dist/public/cosmos__2__pareto/index.d.ts +2 -0
  16. package/auto.dist/public/cosmos__2__pareto/index.js +19 -0
  17. package/auto.dist/public/fountain__pen/auto.api.d.ts +6 -0
  18. package/auto.dist/public/fountain__pen/auto.api.js +3 -0
  19. package/auto.dist/public/fountain__pen/auto.implementation.d.ts +2 -0
  20. package/auto.dist/public/fountain__pen/auto.implementation.js +6 -0
  21. package/auto.dist/public/fountain__pen/auto.provided_interface_glossary.d.ts +29 -0
  22. package/auto.dist/public/fountain__pen/auto.provided_interface_glossary.js +3 -0
  23. package/auto.dist/public/fountain__pen/auto.provided_interface_glossary.shadow.d.ts +9 -0
  24. package/auto.dist/public/fountain__pen/auto.provided_interface_glossary.shadow.js +3 -0
  25. package/auto.dist/public/fountain__pen/implementations/serialize.alg.d.ts +2 -0
  26. package/auto.dist/public/fountain__pen/implementations/serialize.alg.js +98 -0
  27. package/auto.dist/public/fountain__pen/index.d.ts +2 -0
  28. package/auto.dist/public/fountain__pen/index.js +19 -0
  29. package/auto.dist/public/glossaries/cosmos__type__system.d.ts +1760 -0
  30. package/auto.dist/public/glossaries/cosmos__type__system.js +3 -0
  31. package/auto.dist/public/glossaries/cosmos__type__system.shadow.d.ts +8 -0
  32. package/auto.dist/public/glossaries/cosmos__type__system.shadow.js +3 -0
  33. package/auto.dist/public/glossaries/pareto.d.ts +1267 -0
  34. package/auto.dist/public/glossaries/pareto.js +3 -0
  35. package/auto.dist/public/glossaries/pareto.shadow.d.ts +8 -0
  36. package/auto.dist/public/glossaries/pareto.shadow.js +3 -0
  37. package/auto.dist/public/pareto__2__typescript/auto.api.d.ts +6 -0
  38. package/auto.dist/public/pareto__2__typescript/auto.api.js +3 -0
  39. package/auto.dist/public/pareto__2__typescript/auto.implementation.d.ts +2 -0
  40. package/auto.dist/public/pareto__2__typescript/auto.implementation.js +6 -0
  41. package/auto.dist/public/pareto__2__typescript/auto.provided_interface_glossary.d.ts +1318 -0
  42. package/auto.dist/public/pareto__2__typescript/auto.provided_interface_glossary.js +3 -0
  43. package/auto.dist/public/pareto__2__typescript/auto.provided_interface_glossary.shadow.d.ts +30 -0
  44. package/auto.dist/public/pareto__2__typescript/auto.provided_interface_glossary.shadow.js +3 -0
  45. package/auto.dist/public/pareto__2__typescript/implementations/serializeCompilationUnit.alg.d.ts +2 -0
  46. package/auto.dist/public/pareto__2__typescript/implementations/serializeCompilationUnit.alg.js +510 -0
  47. package/auto.dist/public/pareto__2__typescript/index.d.ts +2 -0
  48. package/auto.dist/public/pareto__2__typescript/index.js +19 -0
  49. package/auto.dist/public/shorthands/pareto.d.ts +48 -0
  50. package/auto.dist/public/shorthands/pareto.js +241 -0
  51. package/auto.pareto/$.data.ts +45 -0
  52. package/auto.pareto/auto.dependencies/index.ts +9 -0
  53. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/$.data.ts +58 -0
  54. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/arithmetic/api.data.ts +26 -0
  55. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/arithmetic/glossary.data.ts +76 -0
  56. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/array/api.data.ts +21 -0
  57. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/array/glossary.data.ts +60 -0
  58. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/boolean/api.data.ts +21 -0
  59. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/boolean/glossary.data.ts +45 -0
  60. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/build/api.data.ts +25 -0
  61. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/build/glossary.data.ts +133 -0
  62. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/collation/api.data.ts +15 -0
  63. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/collation/glossary.data.ts +34 -0
  64. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/dictionary/api.data.ts +60 -0
  65. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/dictionary/glossary.data.ts +130 -0
  66. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/filesystem/api.data.ts +19 -0
  67. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/filesystem/glossary.data.ts +189 -0
  68. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/foreach/api.data.ts +25 -0
  69. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/foreach/glossary.data.ts +78 -0
  70. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/http/api.data.ts +16 -0
  71. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/http/glossary.data.ts +69 -0
  72. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/json/api.data.ts +16 -0
  73. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/json/glossary.data.ts +51 -0
  74. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/nested/api.data.ts +15 -0
  75. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/nested/glossary.data.ts +29 -0
  76. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/numerical_predicates/api.data.ts +18 -0
  77. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/numerical_predicates/glossary.data.ts +40 -0
  78. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/path/api.data.ts +19 -0
  79. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/path/glossary.data.ts +35 -0
  80. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/resolve/api.data.ts +20 -0
  81. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/resolve/glossary.data.ts +84 -0
  82. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/string/api.data.ts +26 -0
  83. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/string/glossary.data.ts +75 -0
  84. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/tostring/api.data.ts +19 -0
  85. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/tostring/glossary.data.ts +42 -0
  86. package/auto.pareto/auto.dependencies/res-typescript/$.data.ts +35 -0
  87. package/auto.pareto/auto.dependencies/res-typescript/modules/naming/api.data.ts +15 -0
  88. package/auto.pareto/auto.dependencies/res-typescript/modules/naming/glossary.data.ts +34 -0
  89. package/auto.pareto/auto.dependencies/res-typescript/modules/serialize/api.data.ts +18 -0
  90. package/auto.pareto/auto.dependencies/res-typescript/modules/serialize/glossary.data.ts +42 -0
  91. package/auto.pareto/glossaries/auto.cosmos_type_system.data.ts +1674 -0
  92. package/auto.pareto/glossaries/auto.pareto.data.ts +1283 -0
  93. package/auto.pareto/modules/cosmos2pareto/api.data.ts +18 -0
  94. package/auto.pareto/modules/cosmos2pareto/glossary.data.ts +41 -0
  95. package/auto.pareto/modules/fountain_pen/api.data.ts +17 -0
  96. package/auto.pareto/modules/fountain_pen/glossary.data.ts +32 -0
  97. package/auto.pareto/modules/pareto2typescript/api.data.ts +24 -0
  98. package/auto.pareto/modules/pareto2typescript/glossary.data.ts +47 -0
  99. package/package.json +25 -4
@@ -0,0 +1,18 @@
1
+
2
+
3
+ import * as pd from 'pareto-core-data'
4
+
5
+ import { algorithm, algref, api } from "lib-pareto-typescript-project/dist/modules/pareto_type_system/shorthands"
6
+
7
+ import * as g_project from "lib-pareto-typescript-project/dist/modules/pareto_type_system"
8
+
9
+ import { $ as glos } from "./glossary.data"
10
+ import { glossary, group, member, number, type } from 'lib-pareto-typescript-project/dist/modules/pareto_type_system/shorthands'
11
+
12
+ export const $: g_project.D.API<pd.SourceLocation> = api(
13
+ glos,
14
+ {
15
+ "library2ParetoComparators": algorithm("Library2ParetoComparators", null, {}),
16
+
17
+ }
18
+ )
@@ -0,0 +1,41 @@
1
+ import * as pd from 'pareto-core-data'
2
+
3
+ import {
4
+ array, data, dictionary, externalTypeReference, glossaryParameter, group, member, null_, parametrizedType, ref, sfunction, string, taggedUnion, type, typeParameter, typeReference
5
+ } from "lib-pareto-typescript-project/dist/modules/pareto_type_system/shorthands"
6
+
7
+ import * as g_glossary from "lib-pareto-typescript-project/dist/modules/pareto_type_system"
8
+
9
+ import { $ as d_pareto } from "../../glossaries/auto.pareto.data"
10
+ import { $ as d_cosmos } from "../../glossaries/auto.cosmos_type_system.data"
11
+
12
+ const d = pd.d
13
+
14
+ export const $: g_glossary.D.Glossary<pd.SourceLocation> = {
15
+ 'glossary parameters': d({}),
16
+ 'imports': d({
17
+ "pareto": {
18
+ 'glossary': d_pareto,
19
+ 'type arguments': d({
20
+ }),
21
+ },
22
+ "cosmos": {
23
+ 'glossary': d_cosmos,
24
+ 'type arguments': d({
25
+ }),
26
+ },
27
+ }),
28
+ 'root': {
29
+ 'namespaces': d({}),
30
+ 'data types': d({
31
+ "Library2ParetoComparatorsData": type(group({
32
+ "library": member(ref(externalTypeReference("cosmos", "Library"))),
33
+ })),
34
+ }),
35
+ },
36
+ 'interface types': d({}),
37
+ 'algorithm types': d({
38
+ "Library2ParetoComparators": sfunction(externalTypeReference("pareto", "Compilation Unit"), data(typeReference("Library2ParetoComparatorsData"))),
39
+
40
+ }),
41
+ }
@@ -0,0 +1,17 @@
1
+
2
+
3
+ import * as pd from 'pareto-core-data'
4
+
5
+ import { algorithm, algref, api } from "lib-pareto-typescript-project/dist/modules/pareto_type_system/shorthands"
6
+
7
+ import * as g_project from "lib-pareto-typescript-project/dist/modules/pareto_type_system"
8
+
9
+ import { $ as glos } from "./glossary.data"
10
+ import { glossary, group, member, number, type } from 'lib-pareto-typescript-project/dist/modules/pareto_type_system/shorthands'
11
+
12
+ export const $: g_project.D.API<pd.SourceLocation> = api(
13
+ glos,
14
+ {
15
+ "serialize": algorithm("Serialize", null, {})
16
+ }
17
+ )
@@ -0,0 +1,32 @@
1
+ import * as pd from 'pareto-core-data'
2
+
3
+ import {
4
+ array, data, dictionary, externalTypeReference, glossaryParameter, group, member, null_, parametrizedType, ref, sfunction, string, taggedUnion, type, typeParameter, typeReference
5
+ } from "lib-pareto-typescript-project/dist/modules/pareto_type_system/shorthands"
6
+
7
+ import * as g_glossary from "lib-pareto-typescript-project/dist/modules/pareto_type_system"
8
+ const d = pd.d
9
+
10
+ export const $: g_glossary.D.Glossary<pd.SourceLocation> = {
11
+ 'glossary parameters': d({}),
12
+ 'imports': d({
13
+ }),
14
+ 'root': {
15
+ 'namespaces': d({}),
16
+ 'data types': d({
17
+ "Block": type(array(taggedUnion({
18
+ "nested line": ref(typeReference("Line")),
19
+ "line": string(),
20
+ }))),
21
+ "Line": type(array(taggedUnion({
22
+ "snippet": string(),
23
+ "indent": ref(typeReference("Block"))
24
+ }))),
25
+ "Lines": type(array(string())),
26
+ }),
27
+ },
28
+ 'interface types': d({}),
29
+ 'algorithm types': d({
30
+ "Serialize": sfunction(typeReference("Lines"), data(typeReference("Block")))
31
+ }),
32
+ }
@@ -0,0 +1,24 @@
1
+
2
+
3
+ import * as pd from 'pareto-core-data'
4
+
5
+ import { algorithm, algref, api } from "lib-pareto-typescript-project/dist/modules/pareto_type_system/shorthands"
6
+
7
+ import * as g_project from "lib-pareto-typescript-project/dist/modules/pareto_type_system"
8
+
9
+ import { $ as glos } from "./glossary.data"
10
+ import { glossary, group, member, number, type } from 'lib-pareto-typescript-project/dist/modules/pareto_type_system/shorthands'
11
+
12
+ export const $: g_project.D.API<pd.SourceLocation> = api(
13
+ glos,
14
+ {
15
+ "serializeCompilationUnit": algorithm("SerializeCompilationUnit", null, {
16
+ // "createIdentifier": sfunction("tsn", {}, "CreateIdentifier"),
17
+ // "createApostrophedString": sfunction("tss", {}, "CreateApostrophedString"),
18
+ // "createQuotedString": sfunction("tss", {}, "CreateQuotedString"),
19
+ // "dictionaryForEach": procedure("foreach", {}, "DictionaryForEach"),
20
+ // "enrichedDictionaryForEach": procedure("foreach", {}, "EnrichedDictionaryForEach"),
21
+ // "filter": sfunction("dictionary", {}, "Filter")
22
+ }),
23
+ }
24
+ )
@@ -0,0 +1,47 @@
1
+ import * as pd from 'pareto-core-data'
2
+
3
+ import {
4
+ array, data, dictionary, externalTypeReference, glossaryParameter, group, member, null_, parametrizedType, ref, sfunction, string, taggedUnion, type, typeParameter, typeReference
5
+ } from "lib-pareto-typescript-project/dist/modules/pareto_type_system/shorthands"
6
+
7
+ import * as g_glossary from "lib-pareto-typescript-project/dist/modules/pareto_type_system"
8
+ const d = pd.d
9
+
10
+ import { $ as d_pareto } from "../../glossaries/auto.pareto.data"
11
+ import { $ as d_fp } from "../fountain_pen/glossary.data"
12
+
13
+ export const $: g_glossary.D.Glossary<pd.SourceLocation> = {
14
+ 'glossary parameters': d({
15
+ }),
16
+ 'imports': d({
17
+ "pareto": {
18
+ 'glossary': d_pareto,
19
+ 'type arguments': d({
20
+ }),
21
+ },
22
+ "fp": {
23
+ 'glossary': d_fp,
24
+ 'type arguments': d({}),
25
+ },
26
+ }),
27
+ 'root': {
28
+ 'namespaces': d({}),
29
+ 'data types': d({
30
+
31
+ "Serialize CompilationUnit Data": type(group({
32
+ // "phase": member(taggedUnion({
33
+ // "production": null_(),
34
+ // "development": null_(),
35
+ // })),
36
+ "compilation unit": member(ref(externalTypeReference("pareto", "Compilation Unit" ))),
37
+ })),
38
+
39
+ "Lines": type(array(string())),
40
+ }),
41
+ },
42
+ 'interface types': d({}),
43
+ 'algorithm types': d({
44
+ "SerializeCompilationUnit": sfunction(typeReference("Lines"), data(typeReference("Serialize CompilationUnit Data"))),
45
+
46
+ }),
47
+ }
package/package.json CHANGED
@@ -1,4 +1,25 @@
1
- {
2
- "name": "pareto",
3
- "version": "0.52.0"
4
- }
1
+ {
2
+ "author": "Corno",
3
+ "license": "TBD",
4
+ "description": "",
5
+ "dependencies": {
6
+ "pareto-core-alg": "^0.2.1",
7
+ "pareto-core-data": "^0.7.2",
8
+ "pareto-core-dev": "^0.9.1",
9
+ "pareto-standard-impure-library": "^0.9.0",
10
+ "res-typescript": "^0.35.0"
11
+ },
12
+ "files": [
13
+ "auto.dist",
14
+ "auto.pareto"
15
+ ],
16
+ "repository": {
17
+ "type": "git",
18
+ "url": "git+ssh://git@github.com/corno/pareto.git"
19
+ },
20
+ "main": "auto.dist/index.js",
21
+ "types": "auto.dist/index.d.ts",
22
+ "name": "pareto",
23
+ "version": "0.53.0",
24
+ "content-fingerprint": "f0cfff41ca462f243f4dc8e27f328a2d23fb751a"
25
+ }