pareto 0.52.0 → 0.54.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,42 @@
|
|
|
1
|
+
import * as pd from 'pareto-core-data'
|
|
2
|
+
|
|
3
|
+
import {
|
|
4
|
+
array, data, dictionary, typeReference, group, member, null_, number, optional, sfunction, string, type,
|
|
5
|
+
parametrizedType,
|
|
6
|
+
ref,
|
|
7
|
+
typeParameter
|
|
8
|
+
} from "lib-pareto-typescript-project/dist/modules/cosmos_type_system/shorthands"
|
|
9
|
+
|
|
10
|
+
import * as g_glossary from "pareto/auto.dist/public/glossaries/cosmos__type__system"
|
|
11
|
+
const d = pd.d
|
|
12
|
+
|
|
13
|
+
export const $: g_glossary.D.Glossary = {
|
|
14
|
+
'glossary parameters': d({}),
|
|
15
|
+
'imports': d({
|
|
16
|
+
}),
|
|
17
|
+
'root': {
|
|
18
|
+
'namespaces': d({}),
|
|
19
|
+
'data types': d({
|
|
20
|
+
"String": type(string()),
|
|
21
|
+
"Array": parametrizedType({ "T": null }, array(ref(typeParameter("T")))),
|
|
22
|
+
"StringArray": type(array(string())),
|
|
23
|
+
"Dictionary": parametrizedType({ "T": null }, dictionary(ref(typeParameter("T")))),
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
"Configuration": type(group({
|
|
27
|
+
"separator": member(string()),
|
|
28
|
+
"maximum": member(optional(group({
|
|
29
|
+
"maximum": member(number()),
|
|
30
|
+
"suffix": member(string()),
|
|
31
|
+
}))),
|
|
32
|
+
})),
|
|
33
|
+
}),
|
|
34
|
+
},
|
|
35
|
+
'interface types': d({}),
|
|
36
|
+
'algorithm types': d({
|
|
37
|
+
"GetLengthAsString": sfunction(typeReference("String"), data(typeReference("Array", { "T": typeParameter("T") })), { "T": null}),
|
|
38
|
+
"GetArrayAsString": sfunction(typeReference("String"), data(typeReference("StringArray"))),
|
|
39
|
+
"GetKeysAsString": sfunction(typeReference("String"), data(typeReference("Dictionary", { "T": typeParameter("T") })), { "T": null}),
|
|
40
|
+
"GetNumberOfKeysAsString": sfunction(typeReference("String"), data(typeReference("Dictionary", { "T": typeParameter("T") })), { "T": null}),
|
|
41
|
+
}),
|
|
42
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import * as pd from 'pareto-core-data'
|
|
2
|
+
|
|
3
|
+
import * as g_library from "pareto/auto.dist/public/glossaries/cosmos__type__system"
|
|
4
|
+
|
|
5
|
+
const d = pd.d
|
|
6
|
+
|
|
7
|
+
import { } from "lib-pareto-typescript-project/dist/modules/cosmos_type_system/shorthands"
|
|
8
|
+
|
|
9
|
+
import { $ as d_serialize } from "./modules/serialize/api.data"
|
|
10
|
+
import { $ as d_naming } from "./modules/naming/api.data"
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
export const $: g_library.D.Library = {
|
|
14
|
+
'author': "Corno",
|
|
15
|
+
'description': "provides functionality to support javascript code generation. helps create valid identifiers, quoted strings etcetera",
|
|
16
|
+
'license': "TBD",
|
|
17
|
+
|
|
18
|
+
'type': ['impure', null],
|
|
19
|
+
'module sets': {
|
|
20
|
+
'public': {
|
|
21
|
+
'glossaries': d({}),
|
|
22
|
+
'modules': d({
|
|
23
|
+
|
|
24
|
+
"serialize": d_serialize,
|
|
25
|
+
"naming": d_naming,
|
|
26
|
+
}),
|
|
27
|
+
},
|
|
28
|
+
'private': {
|
|
29
|
+
'glossaries': d({}),
|
|
30
|
+
'modules': d({}),
|
|
31
|
+
},
|
|
32
|
+
}
|
|
33
|
+
// 'modules': d({
|
|
34
|
+
// }),
|
|
35
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import * as pd from 'pareto-core-data'
|
|
2
|
+
|
|
3
|
+
import { algorithm, api } from "lib-pareto-typescript-project/dist/modules/cosmos_type_system/shorthands"
|
|
4
|
+
|
|
5
|
+
import * as g_project from "pareto/auto.dist/public/glossaries/cosmos__type__system"
|
|
6
|
+
|
|
7
|
+
import { $ as glos } from "./glossary.data"
|
|
8
|
+
import { glossary, group, member, number, type } from 'lib-pareto-typescript-project/dist/modules/cosmos_type_system/shorthands'
|
|
9
|
+
|
|
10
|
+
export const $: g_project.D.API = api(
|
|
11
|
+
glos,
|
|
12
|
+
{
|
|
13
|
+
"createIdentifier": algorithm("CreateIdentifier", null, {}),
|
|
14
|
+
}
|
|
15
|
+
)
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import * as pd from 'pareto-core-data'
|
|
2
|
+
|
|
3
|
+
import {
|
|
4
|
+
data,
|
|
5
|
+
sfunction,
|
|
6
|
+
type,
|
|
7
|
+
group,
|
|
8
|
+
typeReference,
|
|
9
|
+
member,
|
|
10
|
+
string,
|
|
11
|
+
dictionary,
|
|
12
|
+
null_,
|
|
13
|
+
array,
|
|
14
|
+
} from "lib-pareto-typescript-project/dist/modules/cosmos_type_system/shorthands"
|
|
15
|
+
|
|
16
|
+
import * as g_glossary from "pareto/auto.dist/public/glossaries/cosmos__type__system"
|
|
17
|
+
const d = pd.d
|
|
18
|
+
|
|
19
|
+
export const $: g_glossary.D.Glossary = {
|
|
20
|
+
'glossary parameters': d({}),
|
|
21
|
+
'imports': d({
|
|
22
|
+
}),
|
|
23
|
+
'root': {
|
|
24
|
+
'namespaces': d({}),
|
|
25
|
+
'data types': d({
|
|
26
|
+
"String": type(string()),
|
|
27
|
+
}),
|
|
28
|
+
},
|
|
29
|
+
'interface types': d({}),
|
|
30
|
+
'algorithm types': d({
|
|
31
|
+
"CreateIdentifier": sfunction(typeReference("String"), data(typeReference("String"))),
|
|
32
|
+
}),
|
|
33
|
+
|
|
34
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import * as pd from 'pareto-core-data'
|
|
2
|
+
|
|
3
|
+
import { algorithm, api } from "lib-pareto-typescript-project/dist/modules/cosmos_type_system/shorthands"
|
|
4
|
+
|
|
5
|
+
import * as g_project from "pareto/auto.dist/public/glossaries/cosmos__type__system"
|
|
6
|
+
|
|
7
|
+
import { $ as glos } from "./glossary.data"
|
|
8
|
+
import { glossary, group, member, number, type } from 'lib-pareto-typescript-project/dist/modules/cosmos_type_system/shorthands'
|
|
9
|
+
|
|
10
|
+
export const $: g_project.D.API = api(
|
|
11
|
+
glos,
|
|
12
|
+
{
|
|
13
|
+
"escape": algorithm("Escape", null, {}),
|
|
14
|
+
"createQuotedString": algorithm("CreateQuotedString", null, {}),
|
|
15
|
+
"createApostrophedString": algorithm("CreateBacktickedString", null, {}),
|
|
16
|
+
"createBacktickedString": algorithm("CreateApostrophedString", null, {}),
|
|
17
|
+
}
|
|
18
|
+
)
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import * as pd from 'pareto-core-data'
|
|
2
|
+
|
|
3
|
+
import {
|
|
4
|
+
data,
|
|
5
|
+
sfunction,
|
|
6
|
+
type,
|
|
7
|
+
group,
|
|
8
|
+
typeReference,
|
|
9
|
+
member,
|
|
10
|
+
string,
|
|
11
|
+
dictionary,
|
|
12
|
+
null_,
|
|
13
|
+
array,
|
|
14
|
+
} from "lib-pareto-typescript-project/dist/modules/cosmos_type_system/shorthands"
|
|
15
|
+
|
|
16
|
+
import * as g_glossary from "pareto/auto.dist/public/glossaries/cosmos__type__system"
|
|
17
|
+
const d = pd.d
|
|
18
|
+
|
|
19
|
+
export const $: g_glossary.D.Glossary = {
|
|
20
|
+
'glossary parameters': d({}),
|
|
21
|
+
'imports': d({
|
|
22
|
+
}),
|
|
23
|
+
'root': {
|
|
24
|
+
'namespaces': d({}),
|
|
25
|
+
'data types': d({
|
|
26
|
+
"String": type(string()),
|
|
27
|
+
"EscapeParameters": type(group({
|
|
28
|
+
"string": member(string()),
|
|
29
|
+
"escape": member(string()),
|
|
30
|
+
"patterns to escape": member(array(string())),
|
|
31
|
+
}))
|
|
32
|
+
}),
|
|
33
|
+
},
|
|
34
|
+
'interface types': d({}),
|
|
35
|
+
'algorithm types': d({
|
|
36
|
+
"Escape": sfunction(typeReference("String"), data(typeReference("EscapeParameters"))),
|
|
37
|
+
"CreateQuotedString": sfunction(typeReference("String"), data(typeReference("String"))),
|
|
38
|
+
"CreateApostrophedString": sfunction(typeReference("String"), data(typeReference("String"))),
|
|
39
|
+
"CreateBacktickedString": sfunction(typeReference("String"), data(typeReference("String"))),
|
|
40
|
+
}),
|
|
41
|
+
|
|
42
|
+
}
|