pareto 0.60.0 → 0.62.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/public/modules/main/implementations/temp_$compile_$boekhouding.alg.js +7 -7
- package/auto.dist/public/modules/pareto__2__fountain__pen/implementations/compilationUnit_$2_$Indented_$Lines.alg.js +8 -8
- package/auto.dist/public/modules/string__aware__fountain__pen__2__fountain__pen/auto.api.d.ts +1 -1
- package/auto.dist/public/modules/string__aware__fountain__pen__2__fountain__pen/auto.implementation.d.ts +1 -1
- package/auto.dist/public/modules/string__aware__fountain__pen__2__fountain__pen/auto.implementation.js +4 -4
- package/auto.dist/public/modules/string__aware__fountain__pen__2__fountain__pen/auto.provided_interface_glossary.d.ts +1 -1
- package/auto.dist/public/modules/string__aware__fountain__pen__2__fountain__pen/auto.provided_interface_glossary.shadow.d.ts +1 -1
- package/auto.dist/public/modules/string__aware__fountain__pen__2__fountain__pen/implementations/map.alg.d.ts +0 -2
- package/auto.dist/public/modules/string__aware__fountain__pen__2__fountain__pen/implementations/map.alg.js +1 -64
- package/auto.dist/public/modules/string__aware__fountain__pen__2__fountain__pen/implementations/map__Block__2__Block.alg.d.ts +2 -0
- package/auto.dist/public/modules/string__aware__fountain__pen__2__fountain__pen/implementations/map__Block__2__Block.alg.js +65 -0
- package/auto.dist/public/modules/typescript__intermediate__2__fountain__pen/auto.api.d.ts +1 -1
- package/auto.dist/public/modules/typescript__intermediate__2__fountain__pen/auto.implementation.d.ts +1 -1
- package/auto.dist/public/modules/typescript__intermediate__2__fountain__pen/auto.implementation.js +4 -4
- package/auto.dist/public/modules/typescript__intermediate__2__fountain__pen/auto.provided_interface_glossary.d.ts +42 -42
- package/auto.dist/public/modules/typescript__intermediate__2__fountain__pen/auto.provided_interface_glossary.shadow.d.ts +3 -3
- package/auto.dist/public/modules/typescript__intermediate__2__fountain__pen/implementations/map__Block__2__Block.alg.d.ts +2 -0
- package/auto.dist/public/modules/typescript__intermediate__2__fountain__pen/implementations/map__Block__2__Block.alg.js +95 -0
- package/auto.dist/public/modules/typescript__intermediate__2__fountain__pen/implementations/serialize.alg.d.ts +0 -2
- package/auto.dist/public/modules/typescript__intermediate__2__fountain__pen/implementations/serialize.alg.js +1 -94
- package/auto.dist/public/modules/typescript__naming/implementations/createIdentifier.alg.js +3 -2
- package/auto.pareto/auto.dependencies/index.ts +3 -3
- package/auto.pareto/auto.dependencies/pareto-pure/$.data.ts +39 -30
- package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/index.ts +1 -1
- package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/array/glossary.data.ts +65 -63
- package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/boolean/glossary.data.ts +14 -12
- package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/buildInterfaceInitializers/glossary.data.ts +34 -31
- package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/dictionary/api.data.ts +18 -13
- package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/dictionary/glossary.data.ts +52 -40
- package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/nested/glossary.data.ts +9 -7
- package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/number/glossary.data.ts +26 -24
- package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/optional/glossary.data.ts +14 -12
- package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/resolve/glossary.data.ts +9 -7
- package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/string/api.data.ts +6 -2
- package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/string/glossary.data.ts +71 -38
- package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/tostring/glossary.data.ts +11 -9
- package/auto.pareto/auto.dependencies/pareto-pure/glossaries/astn.data.ts +22 -20
- package/auto.pareto/auto.dependencies/pareto-pure/glossaries/auto.alan_light.data.ts +2 -0
- package/auto.pareto/auto.dependencies/pareto-pure/glossaries/auto.cosmos_type_system.data.ts +115 -65
- package/auto.pareto/auto.dependencies/pareto-pure/glossaries/auto.cosmos_typescript.data.ts +2 -0
- package/auto.pareto/auto.dependencies/pareto-pure/glossaries/auto.grammar.data.ts +2 -0
- package/auto.pareto/auto.dependencies/pareto-pure/glossaries/auto.graphviz.data.ts +2 -0
- package/auto.pareto/auto.dependencies/pareto-pure/glossaries/auto.pareto.data.ts +2 -0
- package/auto.pareto/auto.dependencies/pareto-pure/glossaries/auto.tendril.data.ts +2 -0
- package/auto.pareto/auto.dependencies/pareto-pure/glossaries/auto.tendril_resolved.data.ts +2 -0
- package/auto.pareto/auto.dependencies/pareto-pure/glossaries/fountain_pen_directory.data.ts +47 -0
- package/auto.pareto/auto.dependencies/pareto-pure/glossaries/fountain_pen_indented_file.data.ts +50 -0
- package/auto.pareto/auto.dependencies/pareto-pure/glossaries/fountain_pen_indented_file_with_escaped_strings.data.ts +42 -0
- package/auto.pareto/auto.dependencies/pareto-pure/glossaries/lines.data.ts +9 -7
- package/auto.pareto/auto.dependencies/pareto-pure/glossaries/testresult.data.ts +115 -113
- package/auto.pareto/auto.dependencies/pareto-pure/glossaries/typescript_intermediate.data.ts +49 -47
- package/auto.pareto/auto.dependencies/pareto-pure/modules/{graphviz_2_string_aware_fountain_pen → alan_light_2_fountain_pen_indented_file_with_escaped_strings}/api.data.ts +1 -1
- package/auto.pareto/auto.dependencies/pareto-pure/modules/{alan_light_2_string_aware_fountain_pen → alan_light_2_fountain_pen_indented_file_with_escaped_strings}/glossary.data.ts +12 -10
- package/auto.pareto/auto.dependencies/pareto-pure/modules/{astn_2_fountain_pen → astn_2_fountain_pen_indented_file_with_escaped_strings}/api.data.ts +1 -1
- package/auto.pareto/auto.dependencies/pareto-pure/modules/{astn_2_fountain_pen → astn_2_fountain_pen_indented_file_with_escaped_strings}/glossary.data.ts +13 -11
- package/auto.pareto/auto.dependencies/pareto-pure/modules/cosmos_type_system_2_graphviz/api.data.ts +1 -1
- package/auto.pareto/auto.dependencies/pareto-pure/modules/cosmos_type_system_2_graphviz/glossary.data.ts +11 -9
- package/auto.pareto/auto.dependencies/pareto-pure/modules/cosmos_type_system_2_pareto/api.data.ts +1 -1
- package/auto.pareto/auto.dependencies/pareto-pure/modules/cosmos_type_system_2_pareto/glossary.data.ts +14 -12
- package/auto.pareto/auto.dependencies/pareto-pure/modules/cosmos_typescript_2_fountain_pen_directory/api.data.ts +17 -0
- package/auto.pareto/auto.dependencies/pareto-pure/modules/cosmos_typescript_2_fountain_pen_directory/glossary.data.ts +38 -0
- package/auto.pareto/auto.dependencies/pareto-pure/modules/{fountain_pen_2_fountain_pen → fountain_pen_indented_file_2_fountain_pen_indented_file}/api.data.ts +1 -1
- package/auto.pareto/auto.dependencies/pareto-pure/modules/fountain_pen_indented_file_2_fountain_pen_indented_file/glossary.data.ts +38 -0
- package/auto.pareto/auto.dependencies/pareto-pure/modules/{fountain_pen_2_lines → fountain_pen_lines_2_lines}/api.data.ts +1 -1
- package/auto.pareto/auto.dependencies/pareto-pure/modules/{fountain_pen_2_lines → fountain_pen_lines_2_lines}/glossary.data.ts +17 -15
- package/auto.pareto/auto.dependencies/pareto-pure/modules/{alan_light_2_string_aware_fountain_pen → graphviz_2_fountain_pen_indented_file_with_escaped_strings}/api.data.ts +1 -1
- package/auto.pareto/auto.dependencies/pareto-pure/modules/{graphviz_2_string_aware_fountain_pen → graphviz_2_fountain_pen_indented_file_with_escaped_strings}/glossary.data.ts +12 -10
- package/auto.pareto/auto.dependencies/pareto-pure/modules/{pareto_2_typescript → pareto_2_typescript_intermediate}/api.data.ts +1 -1
- package/auto.pareto/auto.dependencies/pareto-pure/modules/{pareto_2_typescript → pareto_2_typescript_intermediate}/glossary.data.ts +15 -13
- package/auto.pareto/auto.dependencies/pareto-pure/modules/tendril_2_alan_light/api.data.ts +1 -1
- package/auto.pareto/auto.dependencies/pareto-pure/modules/tendril_2_alan_light/glossary.data.ts +11 -9
- package/auto.pareto/auto.dependencies/pareto-pure/modules/tendril_2_cosmos_type_system/glossary.data.ts +49 -47
- package/auto.pareto/auto.dependencies/pareto-pure/modules/tendril_2_pareto/glossary.data.ts +11 -9
- package/auto.pareto/auto.dependencies/pareto-pure/modules/testresult_2_testresult/glossary.data.ts +115 -113
- package/auto.pareto/auto.dependencies/pareto-standard-library/modules/array/glossary.data.ts +65 -63
- package/auto.pareto/auto.dependencies/pareto-standard-library/modules/boolean/glossary.data.ts +14 -12
- package/auto.pareto/auto.dependencies/pareto-standard-library/modules/buildInterfaceInitializers/glossary.data.ts +34 -31
- package/auto.pareto/auto.dependencies/pareto-standard-library/modules/dictionary/api.data.ts +18 -13
- package/auto.pareto/auto.dependencies/pareto-standard-library/modules/dictionary/glossary.data.ts +52 -40
- package/auto.pareto/auto.dependencies/pareto-standard-library/modules/nested/glossary.data.ts +9 -7
- package/auto.pareto/auto.dependencies/pareto-standard-library/modules/number/glossary.data.ts +26 -24
- package/auto.pareto/auto.dependencies/pareto-standard-library/modules/optional/glossary.data.ts +14 -12
- package/auto.pareto/auto.dependencies/pareto-standard-library/modules/resolve/glossary.data.ts +9 -7
- package/auto.pareto/auto.dependencies/pareto-standard-library/modules/string/api.data.ts +6 -2
- package/auto.pareto/auto.dependencies/pareto-standard-library/modules/string/glossary.data.ts +71 -38
- package/auto.pareto/auto.dependencies/pareto-standard-library/modules/tostring/glossary.data.ts +11 -9
- package/auto.pareto/auto.dependencies/pareto-subatomic-library/glossaries/lines.data.ts +9 -7
- package/auto.pareto/auto.dependencies/pareto-subatomic-library/modules/array/glossary.data.ts +40 -28
- package/auto.pareto/auto.dependencies/pareto-subatomic-library/modules/dictionary/glossary.data.ts +20 -18
- package/auto.pareto/auto.dependencies/pareto-subatomic-library/modules/filesystem/glossary.data.ts +18 -16
- package/auto.pareto/auto.dependencies/pareto-subatomic-library/modules/json/glossary.data.ts +23 -20
- package/auto.pareto/auto.dependencies/pareto-subatomic-library/modules/numerical_predicates/glossary.data.ts +19 -17
- package/auto.pareto/auto.dependencies/pareto-subatomic-library/modules/string/api.data.ts +1 -3
- package/auto.pareto/auto.dependencies/pareto-subatomic-library/modules/string/glossary.data.ts +92 -77
- package/auto.pareto/modules/main/glossary.data.ts +14 -12
- package/auto.pareto/modules/pareto_2_fountain_pen/glossary.data.ts +16 -14
- package/auto.pareto/modules/string_aware_fountain_pen_2 fountain_pen/api.data.ts +1 -1
- package/auto.pareto/modules/string_aware_fountain_pen_2 fountain_pen/glossary.data.ts +13 -11
- package/auto.pareto/modules/typescript_intermediate_2_fountain_pen/api.data.ts +1 -1
- package/auto.pareto/modules/typescript_intermediate_2_fountain_pen/glossary.data.ts +13 -11
- package/auto.pareto/modules/typescript_naming/glossary.data.ts +10 -8
- package/package.json +8 -8
- package/auto.pareto/auto.dependencies/pareto-pure/glossaries/fountain_pen.data.ts +0 -48
- package/auto.pareto/auto.dependencies/pareto-pure/glossaries/string_aware_fountain_pen.data.ts +0 -40
- package/auto.pareto/auto.dependencies/pareto-pure/modules/fountain_pen_2_fountain_pen/glossary.data.ts +0 -36
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import * as pd from 'pareto-core-data'
|
|
2
|
+
|
|
3
|
+
import {
|
|
4
|
+
aInterface,
|
|
5
|
+
aInterfaceMethod,
|
|
6
|
+
aInterfaceReference,
|
|
7
|
+
array, data, dictionary, externalTypeReference, glossaryParameter, group, imp, infInit, member, null_, number, parametrizedType, ref, sfunction, streamconsumer, string, taggedUnion, type, typeParameter, typeReference
|
|
8
|
+
} from "pareto-pure/auto.dist/public/shorthands/cosmos_type_system.sh"
|
|
9
|
+
|
|
10
|
+
import * as g_glossary from "pareto-pure/auto.dist/public/auto.glossaries/auto.cosmos__type__system"
|
|
11
|
+
const d = pd.d
|
|
12
|
+
|
|
13
|
+
import { $ as d_in } from "../../glossaries/fountain_pen_indented_file.data"
|
|
14
|
+
import { $ as d_out } from "../../glossaries/fountain_pen_indented_file.data"
|
|
15
|
+
|
|
16
|
+
export const $: g_glossary.D.Glossary = {
|
|
17
|
+
'data glossary': {
|
|
18
|
+
'glossary parameters': d({}),
|
|
19
|
+
'imports': d({
|
|
20
|
+
|
|
21
|
+
"in": imp(d_in, {}),
|
|
22
|
+
"out": imp(d_out, {}),
|
|
23
|
+
}),
|
|
24
|
+
'root': {
|
|
25
|
+
'namespaces': d({}),
|
|
26
|
+
'data types': d({
|
|
27
|
+
// "SerializeData": type(group({
|
|
28
|
+
// "block": member(ref(externalTypeReference("in", "Block"))),
|
|
29
|
+
// })),
|
|
30
|
+
// "String": type(string()),
|
|
31
|
+
}),
|
|
32
|
+
},
|
|
33
|
+
},
|
|
34
|
+
'interface types': d({}),
|
|
35
|
+
'algorithm types': d({
|
|
36
|
+
"Map Block 2 Lines": sfunction(externalTypeReference("out", "Lines"), data(externalTypeReference("in", "Block"))),
|
|
37
|
+
}),
|
|
38
|
+
}
|
|
@@ -12,7 +12,7 @@ import { glossary, group, member, number, type } from "pareto-pure/auto.dist/pub
|
|
|
12
12
|
export const $: g_project.D.API = api(
|
|
13
13
|
glos,
|
|
14
14
|
{
|
|
15
|
-
"
|
|
15
|
+
"map Lines 2 Lines": algorithm("Map Lines 2 Lines", null, {}),
|
|
16
16
|
"stream": algorithm("Stream", null, {}),
|
|
17
17
|
}
|
|
18
18
|
)
|
|
@@ -10,31 +10,33 @@ import {
|
|
|
10
10
|
import * as g_glossary from "pareto-pure/auto.dist/public/auto.glossaries/auto.cosmos__type__system"
|
|
11
11
|
const d = pd.d
|
|
12
12
|
|
|
13
|
-
import { $ as d_in } from "../../glossaries/
|
|
13
|
+
import { $ as d_in } from "../../glossaries/fountain_pen_indented_file.data"
|
|
14
14
|
import { $ as d_out } from "../../glossaries/lines.data"
|
|
15
15
|
|
|
16
16
|
export const $: g_glossary.D.Glossary = {
|
|
17
|
-
'glossary
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
'root': {
|
|
23
|
-
'namespaces': d({}),
|
|
24
|
-
'data types': d({
|
|
25
|
-
"IndentData": type(group({
|
|
26
|
-
"lines": member(ref(externalTypeReference("in", "Lines"))),
|
|
27
|
-
"indentation": member(string()),
|
|
28
|
-
})),
|
|
29
|
-
"String": type(string()),
|
|
17
|
+
'data glossary': {
|
|
18
|
+
'glossary parameters': d({}),
|
|
19
|
+
'imports': d({
|
|
20
|
+
"in": imp(d_in, {}),
|
|
21
|
+
"out": imp(d_out, {}),
|
|
30
22
|
}),
|
|
23
|
+
'root': {
|
|
24
|
+
'namespaces': d({}),
|
|
25
|
+
'data types': d({
|
|
26
|
+
"IndentData": type(group({
|
|
27
|
+
"lines": member(ref(externalTypeReference("in", "Lines"))),
|
|
28
|
+
"indentation": member(string()),
|
|
29
|
+
})),
|
|
30
|
+
"String": type(string()),
|
|
31
|
+
}),
|
|
32
|
+
},
|
|
31
33
|
},
|
|
32
34
|
'interface types': d({
|
|
33
35
|
"Lines": aInterface(aInterfaceMethod(externalTypeReference("in", "Lines"))),
|
|
34
36
|
"Indented Lines": aInterface(streamconsumer(aInterfaceMethod(typeReference("String")), null)),
|
|
35
37
|
}),
|
|
36
38
|
'algorithm types': d({
|
|
37
|
-
"
|
|
39
|
+
"Map Lines 2 Lines": sfunction(externalTypeReference("out", "Lines"), data(typeReference("IndentData"))),
|
|
38
40
|
"Stream": infInit(aInterfaceReference("Lines"), {
|
|
39
41
|
"handler": aInterfaceReference("Indented Lines")
|
|
40
42
|
}),
|
|
@@ -15,6 +15,6 @@ export const $: g_project.D.API = api(
|
|
|
15
15
|
* Serialization to this format can be done in a pure way.
|
|
16
16
|
* serialization from this format to an array of strings is not pure, specifically for 1 reason so far: apostrophed strings.
|
|
17
17
|
*/
|
|
18
|
-
"map": algorithm("Map", null, {}),
|
|
18
|
+
"map Graph 2 Block": algorithm("Map Graph 2 Block", null, {}),
|
|
19
19
|
}
|
|
20
20
|
)
|
|
@@ -16,25 +16,27 @@ import {
|
|
|
16
16
|
} from "pareto-pure/auto.dist/public/shorthands/cosmos_type_system.sh"
|
|
17
17
|
|
|
18
18
|
import { $ as d_in } from "../../glossaries/auto.graphviz.data"
|
|
19
|
-
import { $ as d_out } from "../../glossaries/
|
|
19
|
+
import { $ as d_out } from "../../glossaries/fountain_pen_indented_file_with_escaped_strings.data"
|
|
20
20
|
|
|
21
21
|
import * as g_glossary from "pareto-pure/auto.dist/public/auto.glossaries/auto.cosmos__type__system"
|
|
22
22
|
const d = pd.d
|
|
23
23
|
|
|
24
24
|
export const $: g_glossary.D.Glossary = {
|
|
25
|
-
'glossary
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
'root': {
|
|
31
|
-
'namespaces': d({}),
|
|
32
|
-
'data types': d({
|
|
25
|
+
'data glossary': {
|
|
26
|
+
'glossary parameters': d({}),
|
|
27
|
+
'imports': d({
|
|
28
|
+
"in": imp(d_in, {}),
|
|
29
|
+
"out": imp(d_out, {}),
|
|
33
30
|
}),
|
|
31
|
+
'root': {
|
|
32
|
+
'namespaces': d({}),
|
|
33
|
+
'data types': d({
|
|
34
|
+
}),
|
|
35
|
+
},
|
|
34
36
|
},
|
|
35
37
|
'interface types': d({}),
|
|
36
38
|
'algorithm types': d({
|
|
37
|
-
"Map": sfunction(externalTypeReference("out", "Block"), data(externalTypeReference("in", "Graph"))),
|
|
39
|
+
"Map Graph 2 Block": sfunction(externalTypeReference("out", "Block"), data(externalTypeReference("in", "Graph"))),
|
|
38
40
|
}),
|
|
39
41
|
|
|
40
42
|
}
|
|
@@ -32,22 +32,24 @@ import { $ as d_out } from "../../glossaries/typescript_intermediate.data"
|
|
|
32
32
|
const d = pd.d
|
|
33
33
|
|
|
34
34
|
export const $: g_glossary.D.Glossary = {
|
|
35
|
-
'
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
'glossary parameters': d({}),
|
|
41
|
-
'root': {
|
|
42
|
-
'namespaces': d({}),
|
|
43
|
-
'data types': d({
|
|
44
|
-
"Map Data": type(group({
|
|
45
|
-
"compilation unit": member(ref(externalTypeReference("in", "Compilation Unit", {}))),
|
|
46
|
-
})),
|
|
35
|
+
'data glossary': {
|
|
36
|
+
'imports': d({
|
|
37
|
+
"in": imp(d_in, {}),
|
|
38
|
+
"out": imp(d_out, {}),
|
|
47
39
|
}),
|
|
40
|
+
|
|
41
|
+
'glossary parameters': d({}),
|
|
42
|
+
'root': {
|
|
43
|
+
'namespaces': d({}),
|
|
44
|
+
'data types': d({
|
|
45
|
+
"Map Data": type(group({
|
|
46
|
+
"compilation unit": member(ref(externalTypeReference("in", "Compilation Unit", {}))),
|
|
47
|
+
})),
|
|
48
|
+
}),
|
|
49
|
+
},
|
|
48
50
|
},
|
|
49
51
|
'interface types': d({}),
|
|
50
52
|
'algorithm types': d({
|
|
51
|
-
"Map": sfunction(externalTypeReference("out", "Block"), data(typeReference("Map Data"))),
|
|
53
|
+
"Map Compilation Unit 2 Block": sfunction(externalTypeReference("out", "Block"), data(typeReference("Map Data"))),
|
|
52
54
|
}),
|
|
53
55
|
}
|
package/auto.pareto/auto.dependencies/pareto-pure/modules/tendril_2_alan_light/glossary.data.ts
CHANGED
|
@@ -32,18 +32,20 @@ import { $ as d_out } from "../../glossaries/auto.alan_light.data"
|
|
|
32
32
|
const d = pd.d
|
|
33
33
|
|
|
34
34
|
export const $: g_glossary.D.Glossary = {
|
|
35
|
-
'
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
'glossary parameters': d({}),
|
|
40
|
-
'root': {
|
|
41
|
-
'namespaces': d({}),
|
|
42
|
-
'data types': d({
|
|
35
|
+
'data glossary': {
|
|
36
|
+
'imports': d({
|
|
37
|
+
"in": imp(d_in, {}),
|
|
38
|
+
"out": imp(d_out, {}),
|
|
43
39
|
}),
|
|
40
|
+
'glossary parameters': d({}),
|
|
41
|
+
'root': {
|
|
42
|
+
'namespaces': d({}),
|
|
43
|
+
'data types': d({
|
|
44
|
+
}),
|
|
45
|
+
},
|
|
44
46
|
},
|
|
45
47
|
'interface types': d({}),
|
|
46
48
|
'algorithm types': d({
|
|
47
|
-
"Map": sfunction(externalTypeReference("out", "Root"), data(externalTypeReference("in", "Model"))),
|
|
49
|
+
"Map Model 2 Root": sfunction(externalTypeReference("out", "Root"), data(externalTypeReference("in", "Model"))),
|
|
48
50
|
}),
|
|
49
51
|
}
|
|
@@ -14,55 +14,57 @@ import * as g_glossary from "pareto-pure/auto.dist/public/auto.glossaries/auto.c
|
|
|
14
14
|
const d = pd.d
|
|
15
15
|
|
|
16
16
|
export const $: g_glossary.D.Glossary = {
|
|
17
|
-
'glossary
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
'
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
"
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
"
|
|
31
|
-
|
|
32
|
-
|
|
17
|
+
'data glossary': {
|
|
18
|
+
'glossary parameters': d({}),
|
|
19
|
+
'imports': d({
|
|
20
|
+
"in": imp(d_in, {}),
|
|
21
|
+
"out": imp(d_out, {}),
|
|
22
|
+
}),
|
|
23
|
+
'root': {
|
|
24
|
+
'namespaces': d({}),
|
|
25
|
+
'data types': d({
|
|
26
|
+
"MapData": type(group({
|
|
27
|
+
"mapped library": member(ref(typeReference("Mapped Library"))),
|
|
28
|
+
"settings": member(ref(typeReference("Mapping Settings"))),
|
|
29
|
+
})),
|
|
30
|
+
"Mapped Library": type(group({
|
|
31
|
+
"library": member(ref(externalTypeReference("in", "Type Library", {}))),
|
|
32
|
+
"terminal mapping": member(ref(typeReference("Terminal Mapping"))),
|
|
33
|
+
})),
|
|
33
34
|
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
}))),
|
|
39
|
-
"Mapping Settings": type(group({
|
|
40
|
-
"annotations": member(boolean()),
|
|
41
|
-
"datamodel": member(optional(group({
|
|
42
|
-
"constraints mapping": member(group({
|
|
43
|
-
"terminal values": member(boolean()),
|
|
44
|
-
"constraints": member(optional(taggedUnion({
|
|
45
|
-
"optional": group({}),
|
|
46
|
-
"required": group({}),
|
|
47
|
-
}))),
|
|
48
|
-
})),
|
|
35
|
+
"Terminal Mapping": type(dictionary(taggedUnion({
|
|
36
|
+
"boolean": null_(),
|
|
37
|
+
"number": null_(),
|
|
38
|
+
"string": null_(),
|
|
49
39
|
}))),
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
40
|
+
"Mapping Settings": type(group({
|
|
41
|
+
"annotations": member(boolean()),
|
|
42
|
+
"datamodel": member(optional(group({
|
|
43
|
+
"constraints mapping": member(group({
|
|
44
|
+
"terminal values": member(boolean()),
|
|
45
|
+
"constraints": member(optional(taggedUnion({
|
|
46
|
+
"optional": group({}),
|
|
47
|
+
"required": group({}),
|
|
48
|
+
}))),
|
|
49
|
+
})),
|
|
50
|
+
}))),
|
|
51
|
+
// "visitor interface": member(optional(group({
|
|
52
|
+
// "datamodel": member(taggedUnion({
|
|
53
|
+
// "internal": group({}),
|
|
54
|
+
// "exernal": group({
|
|
55
|
+
// "location": member(string()),
|
|
56
|
+
// }),
|
|
57
|
+
// })),
|
|
58
|
+
// }))),
|
|
59
|
+
// "algorithms": member(group({
|
|
60
|
+
// "serialize": member(optional(group({
|
|
61
|
+
// //data location,
|
|
62
|
+
// }))),
|
|
63
|
+
// //resolve
|
|
64
|
+
// })),
|
|
65
|
+
})),
|
|
66
|
+
}),
|
|
67
|
+
},
|
|
66
68
|
},
|
|
67
69
|
'interface types': d({
|
|
68
70
|
}),
|
|
@@ -14,16 +14,18 @@ import * as g_glossary from "pareto-pure/auto.dist/public/auto.glossaries/auto.c
|
|
|
14
14
|
const d = pd.d
|
|
15
15
|
|
|
16
16
|
export const $: g_glossary.D.Glossary = {
|
|
17
|
-
'glossary
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
'root': {
|
|
23
|
-
'namespaces': d({}),
|
|
24
|
-
'data types': d({
|
|
25
|
-
|
|
17
|
+
'data glossary': {
|
|
18
|
+
'glossary parameters': d({}),
|
|
19
|
+
'imports': d({
|
|
20
|
+
"in": imp(d_in, {}),
|
|
21
|
+
"out": imp(d_out, {}),
|
|
26
22
|
}),
|
|
23
|
+
'root': {
|
|
24
|
+
'namespaces': d({}),
|
|
25
|
+
'data types': d({
|
|
26
|
+
|
|
27
|
+
}),
|
|
28
|
+
},
|
|
27
29
|
},
|
|
28
30
|
'interface types': d({
|
|
29
31
|
}),
|
package/auto.pareto/auto.dependencies/pareto-pure/modules/testresult_2_testresult/glossary.data.ts
CHANGED
|
@@ -9,127 +9,129 @@ import * as g_glossary from "pareto-pure/auto.dist/public/auto.glossaries/auto.c
|
|
|
9
9
|
const d = pd.d
|
|
10
10
|
|
|
11
11
|
export const $: g_glossary.D.Glossary = {
|
|
12
|
-
'glossary
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
'root': {
|
|
16
|
-
'namespaces': d({
|
|
17
|
-
"intermediate": {
|
|
18
|
-
'namespaces': d({
|
|
19
|
-
|
|
20
|
-
}),
|
|
21
|
-
'data types': d({}),
|
|
22
|
-
},
|
|
23
|
-
"summary": {
|
|
24
|
-
'namespaces': d({
|
|
25
|
-
|
|
26
|
-
}),
|
|
27
|
-
'data types': d({}),
|
|
28
|
-
},
|
|
12
|
+
'data glossary': {
|
|
13
|
+
'glossary parameters': d({}),
|
|
14
|
+
'imports': d({
|
|
29
15
|
}),
|
|
30
|
-
'
|
|
31
|
-
|
|
32
|
-
"
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
"Module Set": type(dictionary(ref(typeReference("Module")))),
|
|
36
|
-
"Module": type(dictionary(ref(typeReference("Algorithm")))),
|
|
37
|
-
"Algorithm": type(group({
|
|
38
|
-
"location": member(ref(typeReference("Source Location"))),
|
|
39
|
-
"tests": member(optional(dictionary(ref(typeReference("Test"))))),
|
|
40
|
-
})),
|
|
41
|
-
"Source Location": type(group({
|
|
42
|
-
"file": member(string()),
|
|
43
|
-
"line": member(number()),
|
|
44
|
-
"column": member(number()),
|
|
45
|
-
})),
|
|
46
|
-
"Test": type(array(ref(typeReference("Error")))),
|
|
47
|
-
"Error": type(taggedUnion({
|
|
48
|
-
"content": ref(typeReference("Compare Error"))
|
|
49
|
-
})),
|
|
50
|
-
"Compare Error": type(group({
|
|
51
|
-
"location": member(ref(typeReference("Source Location"))),
|
|
52
|
-
"path": member(string()),
|
|
53
|
-
"type": member(taggedUnion({
|
|
54
|
-
"wrong number": group({
|
|
55
|
-
"found": member(number()),
|
|
56
|
-
}),
|
|
57
|
-
"wrong text": group({
|
|
58
|
-
"found": member(string()),
|
|
59
|
-
}),
|
|
60
|
-
"wrong boolean": group({
|
|
61
|
-
"found": member(boolean())
|
|
62
|
-
}),
|
|
63
|
-
"optional value expected not to be set": null_(),
|
|
64
|
-
"optional value expected to be set": null_(),
|
|
65
|
-
"not the right state": group({
|
|
66
|
-
"found": member(string())
|
|
67
|
-
}),
|
|
68
|
-
"not enough elements": null_(),
|
|
69
|
-
"too many elements": null_(),
|
|
70
|
-
"superfluous entries": group({
|
|
71
|
-
"keys": member(dictionary(null_()))
|
|
16
|
+
'root': {
|
|
17
|
+
'namespaces': d({
|
|
18
|
+
"intermediate": {
|
|
19
|
+
'namespaces': d({
|
|
20
|
+
|
|
72
21
|
}),
|
|
73
|
-
|
|
74
|
-
|
|
22
|
+
'data types': d({}),
|
|
23
|
+
},
|
|
24
|
+
"summary": {
|
|
25
|
+
'namespaces': d({
|
|
26
|
+
|
|
75
27
|
}),
|
|
28
|
+
'data types': d({}),
|
|
29
|
+
},
|
|
30
|
+
}),
|
|
31
|
+
'data types': d({
|
|
32
|
+
"Library": type(group({
|
|
33
|
+
"public": member(ref(typeReference("Module Set"))),
|
|
34
|
+
"private": member(ref(typeReference("Module Set"))),
|
|
35
|
+
})),
|
|
36
|
+
"Module Set": type(dictionary(ref(typeReference("Module")))),
|
|
37
|
+
"Module": type(dictionary(ref(typeReference("Algorithm")))),
|
|
38
|
+
"Algorithm": type(group({
|
|
39
|
+
"location": member(ref(typeReference("Source Location"))),
|
|
40
|
+
"tests": member(optional(dictionary(ref(typeReference("Test"))))),
|
|
41
|
+
})),
|
|
42
|
+
"Source Location": type(group({
|
|
43
|
+
"file": member(string()),
|
|
44
|
+
"line": member(number()),
|
|
45
|
+
"column": member(number()),
|
|
46
|
+
})),
|
|
47
|
+
"Test": type(array(ref(typeReference("Error")))),
|
|
48
|
+
"Error": type(taggedUnion({
|
|
49
|
+
"content": ref(typeReference("Compare Error"))
|
|
76
50
|
})),
|
|
51
|
+
"Compare Error": type(group({
|
|
52
|
+
"location": member(ref(typeReference("Source Location"))),
|
|
53
|
+
"path": member(string()),
|
|
54
|
+
"type": member(taggedUnion({
|
|
55
|
+
"wrong number": group({
|
|
56
|
+
"found": member(number()),
|
|
57
|
+
}),
|
|
58
|
+
"wrong text": group({
|
|
59
|
+
"found": member(string()),
|
|
60
|
+
}),
|
|
61
|
+
"wrong boolean": group({
|
|
62
|
+
"found": member(boolean())
|
|
63
|
+
}),
|
|
64
|
+
"optional value expected not to be set": null_(),
|
|
65
|
+
"optional value expected to be set": null_(),
|
|
66
|
+
"not the right state": group({
|
|
67
|
+
"found": member(string())
|
|
68
|
+
}),
|
|
69
|
+
"not enough elements": null_(),
|
|
70
|
+
"too many elements": null_(),
|
|
71
|
+
"superfluous entries": group({
|
|
72
|
+
"keys": member(dictionary(null_()))
|
|
73
|
+
}),
|
|
74
|
+
"missing dictionary entry": group({
|
|
75
|
+
"key": member(string()),
|
|
76
|
+
}),
|
|
77
|
+
})),
|
|
77
78
|
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
79
|
+
})),
|
|
80
|
+
"Summary": type(group({
|
|
81
|
+
"number of tests": member(number()),
|
|
82
|
+
"number of missing tests": member(number()),
|
|
83
|
+
"number of errors": member(number()),
|
|
84
|
+
})),
|
|
84
85
|
|
|
85
|
-
|
|
86
|
+
"String": type(string()),
|
|
86
87
|
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
})),
|
|
91
|
-
"intModule Set": type(dictionary(ref(typeReference("intModule")))),
|
|
92
|
-
"intModule": type(dictionary(ref(typeReference("intAlgorithm")))),
|
|
93
|
-
"intAlgorithm": type(group({
|
|
94
|
-
"location": member(ref(typeReference("Source Location"))),
|
|
95
|
-
"status": member(taggedUnion({
|
|
96
|
-
"no tests": null_(),
|
|
97
|
-
"skipped": null_(),
|
|
98
|
-
"has tests": dictionary(ref(typeReference("intTest"))),
|
|
88
|
+
"intLibrary": type(group({
|
|
89
|
+
"public": member(ref(typeReference("intModule Set"))),
|
|
90
|
+
"private": member(ref(typeReference("intModule Set"))),
|
|
99
91
|
})),
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
"
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
"
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
"
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
92
|
+
"intModule Set": type(dictionary(ref(typeReference("intModule")))),
|
|
93
|
+
"intModule": type(dictionary(ref(typeReference("intAlgorithm")))),
|
|
94
|
+
"intAlgorithm": type(group({
|
|
95
|
+
"location": member(ref(typeReference("Source Location"))),
|
|
96
|
+
"status": member(taggedUnion({
|
|
97
|
+
"no tests": null_(),
|
|
98
|
+
"skipped": null_(),
|
|
99
|
+
"has tests": dictionary(ref(typeReference("intTest"))),
|
|
100
|
+
})),
|
|
101
|
+
})),
|
|
102
|
+
"intTest": type(taggedUnion({
|
|
103
|
+
"has errors": array(ref(typeReference("Error"))),
|
|
104
|
+
"has no errors": null_(),
|
|
105
|
+
})),
|
|
106
|
+
"annotatedStatus": type(taggedUnion({
|
|
107
|
+
"has errors": null_(), // red
|
|
108
|
+
"missing tests": null_(), // yellow
|
|
109
|
+
"no tests": null_(), // grey
|
|
110
|
+
"success": null_(), // green
|
|
111
|
+
})),
|
|
112
|
+
"annotatedLibrary": type(group({
|
|
113
|
+
"public": member(ref(typeReference("annotatedModule Set"))),
|
|
114
|
+
"private": member(ref(typeReference("annotatedModule Set"))),
|
|
115
|
+
})),
|
|
116
|
+
"annotatedModule Set": type(group({
|
|
117
|
+
"status": member(ref(typeReference("annotatedStatus"))),
|
|
118
|
+
"modules": member(dictionary(ref(typeReference("annotatedModule")))),
|
|
119
|
+
})),
|
|
120
|
+
"annotatedModule": type(group({
|
|
121
|
+
"status": member(ref(typeReference("annotatedStatus"))),
|
|
122
|
+
"algorithms": member(dictionary(ref(typeReference("annotatedAlgorithm")))),
|
|
123
|
+
})),
|
|
124
|
+
"annotatedAlgorithm": type(group({
|
|
125
|
+
"location": member(ref(typeReference("Source Location"))),
|
|
126
|
+
"status": member(ref(typeReference("annotatedStatus"))),
|
|
127
|
+
"tests": member(dictionary(ref(typeReference("annotatedTest")))),
|
|
128
|
+
})),
|
|
129
|
+
"annotatedTest": type(group({
|
|
130
|
+
"status": member(ref(typeReference("annotatedStatus"))),
|
|
131
|
+
"errors": member(array(ref(typeReference("Error")))),
|
|
132
|
+
})),
|
|
133
|
+
}),
|
|
134
|
+
},
|
|
133
135
|
},
|
|
134
136
|
'interface types': d({
|
|
135
137
|
"Stringstream": sInterface(sInterfaceMethod(typeReference("String"))),
|