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
package/auto.pareto/auto.dependencies/pareto-standard-library/modules/string/glossary.data.ts
CHANGED
|
@@ -4,7 +4,8 @@ import {
|
|
|
4
4
|
aInterface,
|
|
5
5
|
aInterfaceMethod,
|
|
6
6
|
aInterfaceReference,
|
|
7
|
-
array, boolean,
|
|
7
|
+
array, boolean,
|
|
8
|
+
data, dictionary, group, member, number, optional, parametrizedType, ref, sfunction, streamconsumer, string, type, typeParameter, typeReference
|
|
8
9
|
} from "pareto-pure/auto.dist/public/shorthands/cosmos_type_system.sh"
|
|
9
10
|
|
|
10
11
|
import * as g_glossary from "pareto-pure/auto.dist/public/auto.glossaries/auto.cosmos__type__system"
|
|
@@ -12,46 +13,78 @@ import * as g_glossary from "pareto-pure/auto.dist/public/auto.glossaries/auto.c
|
|
|
12
13
|
const d = pd.d
|
|
13
14
|
|
|
14
15
|
export const $: g_glossary.D.Glossary = {
|
|
15
|
-
'glossary
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
'root': {
|
|
19
|
-
'namespaces': d({}),
|
|
20
|
-
'data types': d({
|
|
21
|
-
"String": type(string()),
|
|
22
|
-
"JoinData": type(group({
|
|
23
|
-
"first": member(string()),
|
|
24
|
-
"second": member(string()),
|
|
25
|
-
})),
|
|
26
|
-
"RepeatData": type(group({
|
|
27
|
-
"contextString": member(string()),
|
|
28
|
-
"times": member(number()),
|
|
29
|
-
})),
|
|
30
|
-
|
|
31
|
-
"StringArray": type(array(string())),
|
|
32
|
-
|
|
33
|
-
"Configuration": type(group({
|
|
34
|
-
"separator": member(string()),
|
|
35
|
-
"maximum": member(optional(group({
|
|
36
|
-
"maximum": member(number()),
|
|
37
|
-
"suffix": member(string()),
|
|
38
|
-
}))),
|
|
39
|
-
})),
|
|
40
|
-
"Dictionary": parametrizedType({ "Type": null }, dictionary(ref(typeParameter("Type")))),
|
|
41
|
-
"Array": parametrizedType({ "Type": null }, array(ref(typeParameter("Type")))),
|
|
42
|
-
|
|
16
|
+
'data glossary': {
|
|
17
|
+
'glossary parameters': d({}),
|
|
18
|
+
'imports': d({
|
|
43
19
|
}),
|
|
20
|
+
'root': {
|
|
21
|
+
'namespaces': d({}),
|
|
22
|
+
'data types': d({
|
|
23
|
+
"String": type(string()),
|
|
24
|
+
"Join 2 Strings": type(group({
|
|
25
|
+
"first": member(string()),
|
|
26
|
+
"second": member(string()),
|
|
27
|
+
})),
|
|
28
|
+
"Join Array Of Strings": parametrizedType(
|
|
29
|
+
{ "Type": null },
|
|
30
|
+
group({
|
|
31
|
+
"array": member(array(ref(typeParameter("Type")))),
|
|
32
|
+
"separator": member(string()),
|
|
33
|
+
})
|
|
34
|
+
),
|
|
35
|
+
|
|
36
|
+
"RepeatData": type(group({
|
|
37
|
+
"contextString": member(string()),
|
|
38
|
+
"times": member(number()),
|
|
39
|
+
})),
|
|
40
|
+
|
|
41
|
+
"StringArray": type(array(string())),
|
|
42
|
+
|
|
43
|
+
"Configuration": type(group({
|
|
44
|
+
"separator": member(string()),
|
|
45
|
+
"maximum": member(optional(group({
|
|
46
|
+
"maximum": member(number()),
|
|
47
|
+
"suffix": member(string()),
|
|
48
|
+
}))),
|
|
49
|
+
})),
|
|
50
|
+
"Dictionary": parametrizedType({ "Type": null }, dictionary(ref(typeParameter("Type")))),
|
|
51
|
+
"Array": parametrizedType({ "Type": null }, array(ref(typeParameter("Type")))),
|
|
52
|
+
|
|
53
|
+
}),
|
|
54
|
+
},
|
|
44
55
|
},
|
|
45
56
|
'interface types': d({}),
|
|
46
57
|
'algorithm types': d({
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
"
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
58
|
+
"Join Array Of Strings": sfunction(
|
|
59
|
+
typeReference("String"),
|
|
60
|
+
data(typeReference("Join Array Of Strings", { "T": typeParameter("T") })),
|
|
61
|
+
{ "T": null }
|
|
62
|
+
),
|
|
63
|
+
"Join 2 Strings": sfunction(
|
|
64
|
+
typeReference("String"),
|
|
65
|
+
data(typeReference("Join 2 Strings"))
|
|
66
|
+
),
|
|
67
|
+
"Repeat": sfunction(
|
|
68
|
+
typeReference("String"),
|
|
69
|
+
data(typeReference("RepeatData"))
|
|
70
|
+
),
|
|
71
|
+
"GetLengthAsString": sfunction(
|
|
72
|
+
typeReference("String"),
|
|
73
|
+
data(typeReference("Array", { "T": typeParameter("T") })),
|
|
74
|
+
{ "T": null }
|
|
75
|
+
),
|
|
76
|
+
"GetArrayAsString": sfunction(
|
|
77
|
+
typeReference("String"),
|
|
78
|
+
data(typeReference("StringArray"))),
|
|
79
|
+
"GetKeysAsString": sfunction(
|
|
80
|
+
typeReference("String"),
|
|
81
|
+
data(typeReference("Dictionary", { "T": typeParameter("T") })),
|
|
82
|
+
{ "T": null }
|
|
83
|
+
),
|
|
84
|
+
"GetNumberOfKeysAsString": sfunction(
|
|
85
|
+
typeReference("String"),
|
|
86
|
+
data(typeReference("Dictionary", { "T": typeParameter("T") })),
|
|
87
|
+
{ "T": null }
|
|
88
|
+
),
|
|
56
89
|
}),
|
|
57
90
|
}
|
package/auto.pareto/auto.dependencies/pareto-standard-library/modules/tostring/glossary.data.ts
CHANGED
|
@@ -11,16 +11,18 @@ import * as g_glossary from "pareto-pure/auto.dist/public/auto.glossaries/auto.c
|
|
|
11
11
|
const d = pd.d
|
|
12
12
|
|
|
13
13
|
export const $: g_glossary.D.Glossary = {
|
|
14
|
-
'glossary
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
'root': {
|
|
18
|
-
'namespaces': d({}),
|
|
19
|
-
'data types': d({
|
|
20
|
-
"String": type(string()),
|
|
21
|
-
"Array": parametrizedType({ "T": null }, array(ref(typeParameter("T")))),
|
|
22
|
-
"Dictionary": parametrizedType({ "T": null }, dictionary(ref(typeParameter("T")))),
|
|
14
|
+
'data glossary': {
|
|
15
|
+
'glossary parameters': d({}),
|
|
16
|
+
'imports': d({
|
|
23
17
|
}),
|
|
18
|
+
'root': {
|
|
19
|
+
'namespaces': d({}),
|
|
20
|
+
'data types': d({
|
|
21
|
+
"String": type(string()),
|
|
22
|
+
"Array": parametrizedType({ "T": null }, array(ref(typeParameter("T")))),
|
|
23
|
+
"Dictionary": parametrizedType({ "T": null }, dictionary(ref(typeParameter("T")))),
|
|
24
|
+
}),
|
|
25
|
+
},
|
|
24
26
|
},
|
|
25
27
|
'interface types': d({}),
|
|
26
28
|
'algorithm types': d({
|
|
@@ -11,14 +11,16 @@ import * as g_glossary from "pareto-pure/auto.dist/public/auto.glossaries/auto.c
|
|
|
11
11
|
const d = pd.d
|
|
12
12
|
|
|
13
13
|
export const $: g_glossary.D.Glossary = {
|
|
14
|
-
'glossary
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
'root': {
|
|
18
|
-
'namespaces': d({}),
|
|
19
|
-
'data types': d({
|
|
20
|
-
"Lines": type(array(string())),
|
|
14
|
+
'data glossary': {
|
|
15
|
+
'glossary parameters': d({}),
|
|
16
|
+
'imports': d({
|
|
21
17
|
}),
|
|
18
|
+
'root': {
|
|
19
|
+
'namespaces': d({}),
|
|
20
|
+
'data types': d({
|
|
21
|
+
"Lines": type(array(string())),
|
|
22
|
+
}),
|
|
23
|
+
},
|
|
22
24
|
},
|
|
23
25
|
'interface types': d({
|
|
24
26
|
}),
|
package/auto.pareto/auto.dependencies/pareto-subatomic-library/modules/array/glossary.data.ts
CHANGED
|
@@ -11,38 +11,50 @@ import * as g_glossary from "pareto-pure/auto.dist/public/auto.glossaries/auto.c
|
|
|
11
11
|
const d = pd.d
|
|
12
12
|
|
|
13
13
|
export const $: g_glossary.D.Glossary = {
|
|
14
|
-
'glossary
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
'root': {
|
|
18
|
-
'namespaces': d({}),
|
|
19
|
-
'data types': d({
|
|
20
|
-
"Array": parametrizedType({ "Type": null }, array(ref(typeParameter("Type")))),
|
|
21
|
-
"Boolean": type(boolean()),
|
|
22
|
-
"EnrichedArray": parametrizedType({ "Type": null }, array(group({
|
|
23
|
-
"value": member(ref(typeParameter("Type"))),
|
|
24
|
-
"isFirst": member(boolean()),
|
|
25
|
-
"isLast": member(boolean()),
|
|
26
|
-
"position": member(number()),
|
|
27
|
-
}))),
|
|
28
|
-
"GetElementAtData": parametrizedType({ "Type": null }, group({
|
|
29
|
-
"array": member(ref(typeReference("Array", { "Type": typeParameter("Type") }))),
|
|
30
|
-
"index": member(number()),
|
|
31
|
-
})),
|
|
32
|
-
"Length": type(number()),
|
|
33
|
-
"OptionalValue": parametrizedType({ "Type": null }, optional(ref(typeParameter("Type")))),
|
|
34
|
-
"Value": parametrizedType({ "Type": null }, ref(typeParameter("Type"))),
|
|
35
|
-
|
|
36
|
-
|
|
14
|
+
'data glossary': {
|
|
15
|
+
'glossary parameters': d({}),
|
|
16
|
+
'imports': d({
|
|
37
17
|
}),
|
|
18
|
+
'root': {
|
|
19
|
+
'namespaces': d({}),
|
|
20
|
+
'data types': d({
|
|
21
|
+
"Array": parametrizedType({ "Type": null }, array(ref(typeParameter("Type")))),
|
|
22
|
+
"Boolean": type(boolean()),
|
|
23
|
+
"EnrichedArray": parametrizedType({ "Type": null }, array(group({
|
|
24
|
+
"value": member(ref(typeParameter("Type"))),
|
|
25
|
+
"isFirst": member(boolean()),
|
|
26
|
+
"isLast": member(boolean()),
|
|
27
|
+
"position": member(number()),
|
|
28
|
+
}))),
|
|
29
|
+
"GetElementAtData": parametrizedType({ "Type": null }, group({
|
|
30
|
+
"array": member(ref(typeReference("Array", { "Type": typeParameter("Type") }))),
|
|
31
|
+
"index": member(number()),
|
|
32
|
+
})),
|
|
33
|
+
"Length": type(number()),
|
|
34
|
+
"OptionalValue": parametrizedType({ "Type": null }, optional(ref(typeParameter("Type")))),
|
|
35
|
+
"Value": parametrizedType({ "Type": null }, ref(typeParameter("Type"))),
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
}),
|
|
39
|
+
},
|
|
38
40
|
},
|
|
39
41
|
'interface types': d({}),
|
|
40
42
|
'algorithm types': d({
|
|
43
|
+
//array
|
|
41
44
|
"EnrichWithPositionInformation": sfunction(
|
|
42
45
|
typeReference("EnrichedArray", { "Type": typeParameter("Type") }),
|
|
43
46
|
data(typeReference("Array", { "Type": typeParameter("Type") })),
|
|
44
47
|
{ "Type": null }
|
|
45
48
|
),
|
|
49
|
+
|
|
50
|
+
//boolean
|
|
51
|
+
"IsEmpty": sfunction(
|
|
52
|
+
typeReference("Boolean"),
|
|
53
|
+
data(typeReference("Array", { "Type": typeParameter("Type") })),
|
|
54
|
+
{ "Type": null }
|
|
55
|
+
),
|
|
56
|
+
|
|
57
|
+
//optional
|
|
46
58
|
"GetPossibleElementAt": sfunction(
|
|
47
59
|
typeReference("OptionalValue", { "Type": typeParameter("Type") }),
|
|
48
60
|
data(typeReference("GetElementAtData", { "Type": typeParameter("Type") })),
|
|
@@ -58,16 +70,16 @@ export const $: g_glossary.D.Glossary = {
|
|
|
58
70
|
data(typeReference("Array", { "Type": typeParameter("Type") })),
|
|
59
71
|
{ "Type": null }
|
|
60
72
|
),
|
|
73
|
+
|
|
74
|
+
//number
|
|
61
75
|
"GetLength": sfunction(
|
|
62
76
|
typeReference("Length"),
|
|
63
77
|
data(typeReference("Array", { "Type": typeParameter("Type") })),
|
|
64
78
|
{ "Type": null }
|
|
65
79
|
),
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
{ "Type": null }
|
|
70
|
-
),
|
|
80
|
+
|
|
81
|
+
//other
|
|
82
|
+
|
|
71
83
|
"UnsafeGetElementAt": sfunction(
|
|
72
84
|
typeReference("Value", { "Type": typeParameter("Type") }),
|
|
73
85
|
data(typeReference("GetElementAtData", { "Type": typeParameter("Type") })),
|
package/auto.pareto/auto.dependencies/pareto-subatomic-library/modules/dictionary/glossary.data.ts
CHANGED
|
@@ -27,24 +27,26 @@ import * as g_glossary from "pareto-pure/auto.dist/public/auto.glossaries/auto.c
|
|
|
27
27
|
const d = pd.d
|
|
28
28
|
|
|
29
29
|
export const $: g_glossary.D.Glossary = {
|
|
30
|
-
'glossary
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
'root': {
|
|
34
|
-
'namespaces': d({}),
|
|
35
|
-
'data types': d({
|
|
36
|
-
"Boolean": type(boolean()),
|
|
37
|
-
"Dictionary": parametrizedType({ "Type": null }, dictionary(ref(typeParameter("Type")))),
|
|
38
|
-
"DictionaryAndKey": parametrizedType({ "Type": null }, group({
|
|
39
|
-
"dictionary": member(dictionary(ref(typeParameter("Type")))),
|
|
40
|
-
"key": member(string()),
|
|
41
|
-
})),
|
|
42
|
-
|
|
43
|
-
"Number": type(number()),
|
|
44
|
-
"PossibleValue": parametrizedType({ "Type": null }, optional(ref(typeParameter("Type")))),
|
|
45
|
-
"Value": parametrizedType({ "Type": null }, ref(typeParameter("Type"))),
|
|
46
|
-
|
|
30
|
+
'data glossary': {
|
|
31
|
+
'glossary parameters': d({}),
|
|
32
|
+
'imports': d({
|
|
47
33
|
}),
|
|
34
|
+
'root': {
|
|
35
|
+
'namespaces': d({}),
|
|
36
|
+
'data types': d({
|
|
37
|
+
"Boolean": type(boolean()),
|
|
38
|
+
"Dictionary": parametrizedType({ "Type": null }, dictionary(ref(typeParameter("Type")))),
|
|
39
|
+
"DictionaryAndKey": parametrizedType({ "Type": null }, group({
|
|
40
|
+
"dictionary": member(dictionary(ref(typeParameter("Type")))),
|
|
41
|
+
"key": member(string()),
|
|
42
|
+
})),
|
|
43
|
+
|
|
44
|
+
"Number": type(number()),
|
|
45
|
+
"PossibleValue": parametrizedType({ "Type": null }, optional(ref(typeParameter("Type")))),
|
|
46
|
+
"Value": parametrizedType({ "Type": null }, ref(typeParameter("Type"))),
|
|
47
|
+
|
|
48
|
+
}),
|
|
49
|
+
},
|
|
48
50
|
},
|
|
49
51
|
'interface types': d({
|
|
50
52
|
}),
|
|
@@ -66,7 +68,7 @@ export const $: g_glossary.D.Glossary = {
|
|
|
66
68
|
{ "Type": null }
|
|
67
69
|
),
|
|
68
70
|
|
|
69
|
-
"Size": sfunction(
|
|
71
|
+
"Size": sfunction(
|
|
70
72
|
typeReference("Number"),
|
|
71
73
|
data(typeReference("Dictionary", { "Type": typeParameter("Type") })),
|
|
72
74
|
{ "Type": null }
|
package/auto.pareto/auto.dependencies/pareto-subatomic-library/modules/filesystem/glossary.data.ts
CHANGED
|
@@ -27,23 +27,25 @@ import * as g_glossary from "pareto-pure/auto.dist/public/auto.glossaries/auto.c
|
|
|
27
27
|
const d = pd.d
|
|
28
28
|
|
|
29
29
|
export const $: g_glossary.D.Glossary = {
|
|
30
|
-
'glossary
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
'root': {
|
|
35
|
-
'namespaces': d({}),
|
|
36
|
-
'data types': d({
|
|
37
|
-
"File Path": type(array(string())),
|
|
38
|
-
"File Write Data": type(group({
|
|
39
|
-
"directory path": member(ref(typeReference("File Path"))),
|
|
40
|
-
"file name": member(string()),
|
|
41
|
-
"data": member(ref(externalTypeReference("lines", "Lines"))),
|
|
42
|
-
})),
|
|
43
|
-
"Root Data": type(group({
|
|
44
|
-
"context directory": member(string()),
|
|
45
|
-
})),
|
|
30
|
+
'data glossary': {
|
|
31
|
+
'glossary parameters': d({}),
|
|
32
|
+
'imports': d({
|
|
33
|
+
"lines": imp(d_lines, {}),
|
|
46
34
|
}),
|
|
35
|
+
'root': {
|
|
36
|
+
'namespaces': d({}),
|
|
37
|
+
'data types': d({
|
|
38
|
+
"File Path": type(array(string())),
|
|
39
|
+
"File Write Data": type(group({
|
|
40
|
+
"directory path": member(ref(typeReference("File Path"))),
|
|
41
|
+
"file name": member(string()),
|
|
42
|
+
"data": member(ref(externalTypeReference("lines", "Lines"))),
|
|
43
|
+
})),
|
|
44
|
+
"Root Data": type(group({
|
|
45
|
+
"context directory": member(string()),
|
|
46
|
+
})),
|
|
47
|
+
}),
|
|
48
|
+
},
|
|
47
49
|
},
|
|
48
50
|
'interface types': d({
|
|
49
51
|
"RootFileWriter": aInterface(aInterfaceMethod(typeReference("Root Data"), infref(aInterfaceReference("FileWriter")))),
|
package/auto.pareto/auto.dependencies/pareto-subatomic-library/modules/json/glossary.data.ts
CHANGED
|
@@ -14,28 +14,31 @@ 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 parameters': d({
|
|
18
|
-
}),
|
|
19
|
-
'imports': d({}),
|
|
20
|
-
'root': {
|
|
21
|
-
'namespaces': d({}),
|
|
22
|
-
'data types': d({
|
|
23
|
-
"String": type(string()),
|
|
24
|
-
"Result": type(taggedUnion({
|
|
25
|
-
"success": ref(typeReference("Value")),
|
|
26
|
-
"error": string(),
|
|
27
|
-
})),
|
|
28
|
-
//"Result": type(ref(glossaryParameter("Type"))),
|
|
29
|
-
"Value": type(taggedUnion({
|
|
30
|
-
"object": dictionary(ref(typeReference("Value"))),
|
|
31
|
-
"array": array(ref(typeReference("Value"))),
|
|
32
|
-
"string": string(),
|
|
33
|
-
"number": number(),
|
|
34
|
-
"boolean": boolean(),
|
|
35
|
-
"null": null_(),
|
|
36
|
-
})),
|
|
37
17
|
|
|
18
|
+
'data glossary': {
|
|
19
|
+
'glossary parameters': d({
|
|
38
20
|
}),
|
|
21
|
+
'imports': d({}),
|
|
22
|
+
'root': {
|
|
23
|
+
'namespaces': d({}),
|
|
24
|
+
'data types': d({
|
|
25
|
+
"String": type(string()),
|
|
26
|
+
"Result": type(taggedUnion({
|
|
27
|
+
"success": ref(typeReference("Value")),
|
|
28
|
+
"error": string(),
|
|
29
|
+
})),
|
|
30
|
+
//"Result": type(ref(glossaryParameter("Type"))),
|
|
31
|
+
"Value": type(taggedUnion({
|
|
32
|
+
"object": dictionary(ref(typeReference("Value"))),
|
|
33
|
+
"array": array(ref(typeReference("Value"))),
|
|
34
|
+
"string": string(),
|
|
35
|
+
"number": number(),
|
|
36
|
+
"boolean": boolean(),
|
|
37
|
+
"null": null_(),
|
|
38
|
+
})),
|
|
39
|
+
|
|
40
|
+
}),
|
|
41
|
+
},
|
|
39
42
|
},
|
|
40
43
|
'interface types': d({
|
|
41
44
|
|
|
@@ -10,24 +10,26 @@ import * as g_glossary from "pareto-pure/auto.dist/public/auto.glossaries/auto.c
|
|
|
10
10
|
const d = pd.d
|
|
11
11
|
|
|
12
12
|
export const $: g_glossary.D.Glossary = {
|
|
13
|
-
'glossary
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
'root': {
|
|
17
|
-
'namespaces': d({}),
|
|
18
|
-
'data types': d({
|
|
19
|
-
"Boolean": type(boolean()),
|
|
20
|
-
"Number": type(number()),
|
|
21
|
-
"NumberPair": type(group({
|
|
22
|
-
"yin": member(number()),
|
|
23
|
-
"yang": member(number()),
|
|
24
|
-
})),
|
|
25
|
-
"CompareData": type(group({
|
|
26
|
-
"benchmark": member(number()),
|
|
27
|
-
"focus": member(number()),
|
|
28
|
-
})),
|
|
29
|
-
|
|
13
|
+
'data glossary': {
|
|
14
|
+
'glossary parameters': d({}),
|
|
15
|
+
'imports': d({
|
|
30
16
|
}),
|
|
17
|
+
'root': {
|
|
18
|
+
'namespaces': d({}),
|
|
19
|
+
'data types': d({
|
|
20
|
+
"Boolean": type(boolean()),
|
|
21
|
+
"Number": type(number()),
|
|
22
|
+
"NumberPair": type(group({
|
|
23
|
+
"yin": member(number()),
|
|
24
|
+
"yang": member(number()),
|
|
25
|
+
})),
|
|
26
|
+
"CompareData": type(group({
|
|
27
|
+
"benchmark": member(number()),
|
|
28
|
+
"focus": member(number()),
|
|
29
|
+
})),
|
|
30
|
+
|
|
31
|
+
}),
|
|
32
|
+
},
|
|
31
33
|
},
|
|
32
34
|
'interface types': d({}),
|
|
33
35
|
'algorithm types': d({
|
|
@@ -27,9 +27,7 @@ export const $: g_project.D.API = api(
|
|
|
27
27
|
"startsWith": algorithm("StartsWith", null, {}),
|
|
28
28
|
"substring": algorithm("Substring", null, {}),
|
|
29
29
|
"toCharacterArray": algorithm("ToCharacterArray", null, {}),
|
|
30
|
-
"unsafeCharCodeAt": algorithm("UnsafeCharCodeAt", null, {}),
|
|
31
|
-
|
|
32
|
-
"foobar": algorithm("Foobar", null, {}),
|
|
30
|
+
//"unsafeCharCodeAt": algorithm("UnsafeCharCodeAt", null, {}),
|
|
33
31
|
|
|
34
32
|
//candidates:
|
|
35
33
|
|