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.
- package/auto.dist/auto.globals.d.ts +22 -0
- package/auto.dist/auto.globals.js +2 -0
- package/auto.dist/index.d.ts +3 -0
- package/auto.dist/index.js +40 -0
- package/auto.dist/public/cosmos__2__pareto/auto.api.d.ts +6 -0
- package/auto.dist/public/cosmos__2__pareto/auto.api.js +3 -0
- package/auto.dist/public/cosmos__2__pareto/auto.implementation.d.ts +2 -0
- package/auto.dist/public/cosmos__2__pareto/auto.implementation.js +6 -0
- package/auto.dist/public/cosmos__2__pareto/auto.provided_interface_glossary.d.ts +3045 -0
- package/auto.dist/public/cosmos__2__pareto/auto.provided_interface_glossary.js +3 -0
- package/auto.dist/public/cosmos__2__pareto/auto.provided_interface_glossary.shadow.d.ts +29 -0
- package/auto.dist/public/cosmos__2__pareto/auto.provided_interface_glossary.shadow.js +3 -0
- package/auto.dist/public/cosmos__2__pareto/implementations/library2ParetoComparators.alg.d.ts +2 -0
- package/auto.dist/public/cosmos__2__pareto/implementations/library2ParetoComparators.alg.js +359 -0
- package/auto.dist/public/cosmos__2__pareto/index.d.ts +2 -0
- package/auto.dist/public/cosmos__2__pareto/index.js +19 -0
- package/auto.dist/public/fountain__pen/auto.api.d.ts +6 -0
- package/auto.dist/public/fountain__pen/auto.api.js +3 -0
- package/auto.dist/public/fountain__pen/auto.implementation.d.ts +2 -0
- package/auto.dist/public/fountain__pen/auto.implementation.js +6 -0
- package/auto.dist/public/fountain__pen/auto.provided_interface_glossary.d.ts +29 -0
- package/auto.dist/public/fountain__pen/auto.provided_interface_glossary.js +3 -0
- package/auto.dist/public/fountain__pen/auto.provided_interface_glossary.shadow.d.ts +9 -0
- package/auto.dist/public/fountain__pen/auto.provided_interface_glossary.shadow.js +3 -0
- package/auto.dist/public/fountain__pen/implementations/serialize.alg.d.ts +2 -0
- package/auto.dist/public/fountain__pen/implementations/serialize.alg.js +98 -0
- package/auto.dist/public/fountain__pen/index.d.ts +2 -0
- package/auto.dist/public/fountain__pen/index.js +19 -0
- package/auto.dist/public/glossaries/cosmos__type__system.d.ts +1760 -0
- package/auto.dist/public/glossaries/cosmos__type__system.js +3 -0
- package/auto.dist/public/glossaries/cosmos__type__system.shadow.d.ts +8 -0
- package/auto.dist/public/glossaries/cosmos__type__system.shadow.js +3 -0
- package/auto.dist/public/glossaries/pareto.d.ts +1267 -0
- package/auto.dist/public/glossaries/pareto.js +3 -0
- package/auto.dist/public/glossaries/pareto.shadow.d.ts +8 -0
- package/auto.dist/public/glossaries/pareto.shadow.js +3 -0
- package/auto.dist/public/pareto__2__typescript/auto.api.d.ts +6 -0
- package/auto.dist/public/pareto__2__typescript/auto.api.js +3 -0
- package/auto.dist/public/pareto__2__typescript/auto.implementation.d.ts +2 -0
- package/auto.dist/public/pareto__2__typescript/auto.implementation.js +6 -0
- package/auto.dist/public/pareto__2__typescript/auto.provided_interface_glossary.d.ts +1318 -0
- package/auto.dist/public/pareto__2__typescript/auto.provided_interface_glossary.js +3 -0
- package/auto.dist/public/pareto__2__typescript/auto.provided_interface_glossary.shadow.d.ts +30 -0
- package/auto.dist/public/pareto__2__typescript/auto.provided_interface_glossary.shadow.js +3 -0
- package/auto.dist/public/pareto__2__typescript/implementations/serializeCompilationUnit.alg.d.ts +2 -0
- package/auto.dist/public/pareto__2__typescript/implementations/serializeCompilationUnit.alg.js +510 -0
- package/auto.dist/public/pareto__2__typescript/index.d.ts +2 -0
- package/auto.dist/public/pareto__2__typescript/index.js +19 -0
- package/auto.dist/public/shorthands/pareto.d.ts +48 -0
- package/auto.dist/public/shorthands/pareto.js +241 -0
- package/auto.pareto/$.data.ts +45 -0
- package/auto.pareto/auto.dependencies/index.ts +9 -0
- package/auto.pareto/auto.dependencies/pareto-standard-impure-library/$.data.ts +58 -0
- package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/arithmetic/api.data.ts +26 -0
- package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/arithmetic/glossary.data.ts +76 -0
- package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/array/api.data.ts +21 -0
- package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/array/glossary.data.ts +60 -0
- package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/boolean/api.data.ts +21 -0
- package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/boolean/glossary.data.ts +45 -0
- package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/build/api.data.ts +25 -0
- package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/build/glossary.data.ts +133 -0
- package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/collation/api.data.ts +15 -0
- package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/collation/glossary.data.ts +34 -0
- package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/dictionary/api.data.ts +60 -0
- package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/dictionary/glossary.data.ts +130 -0
- package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/filesystem/api.data.ts +19 -0
- package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/filesystem/glossary.data.ts +189 -0
- package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/foreach/api.data.ts +25 -0
- package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/foreach/glossary.data.ts +78 -0
- package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/http/api.data.ts +16 -0
- package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/http/glossary.data.ts +69 -0
- package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/json/api.data.ts +16 -0
- package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/json/glossary.data.ts +51 -0
- package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/nested/api.data.ts +15 -0
- package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/nested/glossary.data.ts +29 -0
- package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/numerical_predicates/api.data.ts +18 -0
- package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/numerical_predicates/glossary.data.ts +40 -0
- package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/path/api.data.ts +19 -0
- package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/path/glossary.data.ts +35 -0
- package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/resolve/api.data.ts +20 -0
- package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/resolve/glossary.data.ts +84 -0
- package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/string/api.data.ts +26 -0
- package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/string/glossary.data.ts +75 -0
- package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/tostring/api.data.ts +19 -0
- package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/tostring/glossary.data.ts +42 -0
- package/auto.pareto/auto.dependencies/res-typescript/$.data.ts +35 -0
- package/auto.pareto/auto.dependencies/res-typescript/modules/naming/api.data.ts +15 -0
- package/auto.pareto/auto.dependencies/res-typescript/modules/naming/glossary.data.ts +34 -0
- package/auto.pareto/auto.dependencies/res-typescript/modules/serialize/api.data.ts +18 -0
- package/auto.pareto/auto.dependencies/res-typescript/modules/serialize/glossary.data.ts +42 -0
- package/auto.pareto/glossaries/auto.cosmos_type_system.data.ts +1674 -0
- package/auto.pareto/glossaries/auto.pareto.data.ts +1283 -0
- package/auto.pareto/modules/cosmos2pareto/api.data.ts +18 -0
- package/auto.pareto/modules/cosmos2pareto/glossary.data.ts +41 -0
- package/auto.pareto/modules/fountain_pen/api.data.ts +17 -0
- package/auto.pareto/modules/fountain_pen/glossary.data.ts +32 -0
- package/auto.pareto/modules/pareto2typescript/api.data.ts +24 -0
- package/auto.pareto/modules/pareto2typescript/glossary.data.ts +47 -0
- 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
|
-
|
|
3
|
-
|
|
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
|
+
}
|