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
|
@@ -26,47 +26,53 @@ import * as g_glossary from "pareto-pure/auto.dist/public/auto.glossaries/auto.c
|
|
|
26
26
|
const d = pd.d
|
|
27
27
|
|
|
28
28
|
export const $: g_glossary.D.Glossary = {
|
|
29
|
-
'glossary
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
'
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
"
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
"
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
"
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
"DictionaryTuple": parametrizedType({ "Benchmark": null, "Focus": null }, group({
|
|
53
|
-
"benchmark": member(ref(typeReference("Dictionary", { "Type": typeParameter("Benchmark") }))),
|
|
54
|
-
"focus": member(ref(typeReference("Dictionary", { "Type": typeParameter("Focus") }))),
|
|
55
|
-
})),
|
|
56
|
-
"FlattenDictionaryOfDictionariesParameters": parametrizedType({ "Type": null }, group({
|
|
57
|
-
"dictionaries": member(dictionary(ref(typeReference("Dictionary", { "Type": typeParameter("Type") })))),
|
|
58
|
-
"separator": member(string()),
|
|
59
|
-
"escape": member(string()),// to escape if the separator appears in the key of the top level dictionary
|
|
60
|
-
})),
|
|
61
|
-
"UnsafeAddEntryParameters": parametrizedType({ "Type": null }, group({
|
|
62
|
-
"dictionary": member(ref(typeReference("Dictionary", { "Type": typeParameter("Type") }))),
|
|
63
|
-
"keyValuePair": member(ref(typeReference("KeyValuePair", { "Type": typeParameter("Type") })))
|
|
64
|
-
})),
|
|
65
|
-
"KeyValueDictionary": parametrizedType({ "Type": null }, dictionary(ref(typeReference("KeyValuePair", { "Type": typeParameter("Type") })))),
|
|
29
|
+
'data glossary': {
|
|
30
|
+
'glossary parameters': d({}),
|
|
31
|
+
'imports': d({
|
|
32
|
+
}),
|
|
33
|
+
'root': {
|
|
34
|
+
'namespaces': d({}),
|
|
35
|
+
'data types': d({
|
|
36
|
+
"Boolean": type(boolean()),
|
|
37
|
+
"String": type(string()),
|
|
38
|
+
"KeyValuePair": parametrizedType({ "Type": null }, group({
|
|
39
|
+
"key": member(string()),
|
|
40
|
+
"value": member(ref(typeParameter("Type"))),
|
|
41
|
+
})),
|
|
42
|
+
"Dictionary": parametrizedType({ "Type": null }, dictionary(ref(typeParameter("Type")))),
|
|
43
|
+
"FilterableDictionary": parametrizedType({ "Type": null }, dictionary(optional(ref(typeParameter("Type"))))),
|
|
44
|
+
"MergeParameters": parametrizedType({ "Type": null }, group({
|
|
45
|
+
"primary": member(ref(typeReference("Dictionary", { "Type": typeParameter("Type") }))),
|
|
46
|
+
"secondary": member(ref(typeReference("Dictionary", { "Type": typeParameter("Type") }))),
|
|
47
|
+
})),
|
|
48
|
+
"ZippedDictionary": parametrizedType({ "Benchmark": null, "Focus": null }, dictionary(group({
|
|
49
|
+
"benchmark": member(ref(typeParameter("Benchmark"))),
|
|
50
|
+
"focus": member(optional(ref(typeParameter("Focus")))),
|
|
51
|
+
}))),
|
|
66
52
|
|
|
67
|
-
|
|
53
|
+
"DictionaryTuple": parametrizedType({ "Benchmark": null, "Focus": null }, group({
|
|
54
|
+
"benchmark": member(ref(typeReference("Dictionary", { "Type": typeParameter("Benchmark") }))),
|
|
55
|
+
"focus": member(ref(typeReference("Dictionary", { "Type": typeParameter("Focus") }))),
|
|
56
|
+
})),
|
|
57
|
+
"FlattenDictionaryOfDictionariesParameters": parametrizedType({ "Type": null }, group({
|
|
58
|
+
"dictionaries": member(dictionary(ref(typeReference("Dictionary", { "Type": typeParameter("Type") })))),
|
|
59
|
+
"separator": member(string()),
|
|
60
|
+
"escape": member(string()),// to escape if the separator appears in the key of the top level dictionary
|
|
61
|
+
})),
|
|
62
|
+
"UnsafeAddEntryParameters": parametrizedType({ "Type": null }, group({
|
|
63
|
+
"dictionary": member(ref(typeReference("Dictionary", { "Type": typeParameter("Type") }))),
|
|
64
|
+
"keyValuePair": member(ref(typeReference("KeyValuePair", { "Type": typeParameter("Type") })))
|
|
65
|
+
})),
|
|
66
|
+
"KeyValueDictionary": parametrizedType({ "Type": null }, dictionary(ref(typeReference("KeyValuePair", { "Type": typeParameter("Type") })))),
|
|
68
67
|
|
|
69
|
-
|
|
68
|
+
"RekeyDictionary": parametrizedType({ "Type": null }, dictionary(ref(typeReference("KeyValuePair", { "Type": typeParameter("Type") })))),
|
|
69
|
+
"WrapKeysData": parametrizedType({ "Type": null }, group({
|
|
70
|
+
"dictionary": member(ref(typeReference("Dictionary", { "Type": typeParameter("Type") }))),
|
|
71
|
+
"prefix": member(string()),
|
|
72
|
+
"suffix": member(string()),
|
|
73
|
+
})),
|
|
74
|
+
}),
|
|
75
|
+
},
|
|
70
76
|
},
|
|
71
77
|
'interface types': d({
|
|
72
78
|
}),
|
|
@@ -113,7 +119,13 @@ export const $: g_glossary.D.Glossary = {
|
|
|
113
119
|
),
|
|
114
120
|
"DecorateDictionaryEntriesWithKey": sfunction(
|
|
115
121
|
typeReference("KeyValueDictionary", { "Type": typeParameter("Type") }),
|
|
116
|
-
data(typeReference("Dictionary", { "Type": typeParameter("Type") })),
|
|
122
|
+
data(typeReference("Dictionary", { "Type": typeParameter("Type") })),
|
|
123
|
+
{ "Type": null }
|
|
124
|
+
),
|
|
125
|
+
"WrapKeys": sfunction(
|
|
126
|
+
typeReference("Dictionary", { "Type": typeParameter("Type") }),
|
|
127
|
+
data(typeReference("WrapKeysData", { "Type": typeParameter("Type") })),
|
|
128
|
+
{ "Type": null }
|
|
117
129
|
),
|
|
118
130
|
|
|
119
131
|
}),
|
|
@@ -8,14 +8,16 @@ import * as g_glossary from "pareto-pure/auto.dist/public/auto.glossaries/auto.c
|
|
|
8
8
|
const d = pd.d
|
|
9
9
|
|
|
10
10
|
export const $: g_glossary.D.Glossary = {
|
|
11
|
-
'glossary
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
'root': {
|
|
15
|
-
'namespaces': d({}),
|
|
16
|
-
'data types': d({
|
|
17
|
-
"Array": parametrizedType({ "Type": null }, array(ref(typeParameter("Type"))))
|
|
11
|
+
'data glossary': {
|
|
12
|
+
'glossary parameters': d({}),
|
|
13
|
+
'imports': d({
|
|
18
14
|
}),
|
|
15
|
+
'root': {
|
|
16
|
+
'namespaces': d({}),
|
|
17
|
+
'data types': d({
|
|
18
|
+
"Array": parametrizedType({ "Type": null }, array(ref(typeParameter("Type"))))
|
|
19
|
+
}),
|
|
20
|
+
},
|
|
19
21
|
},
|
|
20
22
|
'interface types': d({}),
|
|
21
23
|
'algorithm types': d({
|
|
@@ -10,30 +10,32 @@ 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
|
-
"Number": type(number()),
|
|
20
|
-
"OptionalNumber": type(optional(number())),
|
|
21
|
-
"NumberRange": type(array(number())),
|
|
22
|
-
"NumberTuple": type(group({
|
|
23
|
-
"yin": member(number()),
|
|
24
|
-
"yang": member(number()),
|
|
25
|
-
})),
|
|
26
|
-
"SubtractData": type(group({
|
|
27
|
-
"minuend": member(number()),
|
|
28
|
-
"subtrahend": member(number()),
|
|
29
|
-
})),
|
|
30
|
-
"NumberDictionary": type(dictionary(number())),
|
|
31
|
-
"NumberArray": type(array(number())),
|
|
32
|
-
|
|
33
|
-
"IncrementConfig": type(group({
|
|
34
|
-
"stepsize": member(number())
|
|
35
|
-
}))
|
|
13
|
+
'data glossary': {
|
|
14
|
+
'glossary parameters': d({}),
|
|
15
|
+
'imports': d({
|
|
36
16
|
}),
|
|
17
|
+
'root': {
|
|
18
|
+
'namespaces': d({}),
|
|
19
|
+
'data types': d({
|
|
20
|
+
"Number": type(number()),
|
|
21
|
+
"OptionalNumber": type(optional(number())),
|
|
22
|
+
"NumberRange": type(array(number())),
|
|
23
|
+
"NumberTuple": type(group({
|
|
24
|
+
"yin": member(number()),
|
|
25
|
+
"yang": member(number()),
|
|
26
|
+
})),
|
|
27
|
+
"SubtractData": type(group({
|
|
28
|
+
"minuend": member(number()),
|
|
29
|
+
"subtrahend": member(number()),
|
|
30
|
+
})),
|
|
31
|
+
"NumberDictionary": type(dictionary(number())),
|
|
32
|
+
"NumberArray": type(array(number())),
|
|
33
|
+
|
|
34
|
+
"IncrementConfig": type(group({
|
|
35
|
+
"stepsize": member(number())
|
|
36
|
+
}))
|
|
37
|
+
}),
|
|
38
|
+
},
|
|
37
39
|
},
|
|
38
40
|
'interface types': d({}),
|
|
39
41
|
'algorithm types': d({
|
|
@@ -46,7 +48,7 @@ export const $: g_glossary.D.Glossary = {
|
|
|
46
48
|
* if the denominator is 0, the return value is not set
|
|
47
49
|
* (division by 0),
|
|
48
50
|
*/
|
|
49
|
-
|
|
51
|
+
|
|
50
52
|
/**
|
|
51
53
|
* calculates the max of an array of numbers. If there are no entries, the result value is 0
|
|
52
54
|
*/
|
|
@@ -10,18 +10,20 @@ 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
|
-
"OptionalNumber": type(optional(number())),
|
|
20
|
-
"DivisionData": type(group({
|
|
21
|
-
"numerator": member(number()),
|
|
22
|
-
"denominator": member(number()),
|
|
23
|
-
})),
|
|
13
|
+
'data glossary': {
|
|
14
|
+
'glossary parameters': d({}),
|
|
15
|
+
'imports': d({
|
|
24
16
|
}),
|
|
17
|
+
'root': {
|
|
18
|
+
'namespaces': d({}),
|
|
19
|
+
'data types': d({
|
|
20
|
+
"OptionalNumber": type(optional(number())),
|
|
21
|
+
"DivisionData": type(group({
|
|
22
|
+
"numerator": member(number()),
|
|
23
|
+
"denominator": member(number()),
|
|
24
|
+
})),
|
|
25
|
+
}),
|
|
26
|
+
},
|
|
25
27
|
},
|
|
26
28
|
'interface types': d({}),
|
|
27
29
|
'algorithm types': d({
|
|
@@ -32,5 +34,5 @@ export const $: g_glossary.D.Glossary = {
|
|
|
32
34
|
"Divide": sfunction(typeReference("OptionalNumber"), data(typeReference("DivisionData"))),
|
|
33
35
|
"DivisionRemainder": sfunction(typeReference("OptionalNumber"), data(typeReference("DivisionData"))),
|
|
34
36
|
}),
|
|
35
|
-
|
|
37
|
+
|
|
36
38
|
}
|
|
@@ -23,14 +23,16 @@ import * as g_glossary from "pareto-pure/auto.dist/public/auto.glossaries/auto.c
|
|
|
23
23
|
const d = pd.d
|
|
24
24
|
|
|
25
25
|
export const $: g_glossary.D.Glossary = {
|
|
26
|
-
'glossary
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
'root': {
|
|
30
|
-
'namespaces': d({}),
|
|
31
|
-
'data types': d({
|
|
32
|
-
|
|
26
|
+
'data glossary': {
|
|
27
|
+
'glossary parameters': d({}),
|
|
28
|
+
'imports': d({
|
|
33
29
|
}),
|
|
30
|
+
'root': {
|
|
31
|
+
'namespaces': d({}),
|
|
32
|
+
'data types': d({
|
|
33
|
+
|
|
34
|
+
}),
|
|
35
|
+
},
|
|
34
36
|
},
|
|
35
37
|
'interface types': d({}),
|
|
36
38
|
'algorithm types': d({
|
|
@@ -10,11 +10,15 @@ import { glossary, group, member, number, type } from "pareto-pure/auto.dist/pub
|
|
|
10
10
|
export const $: g_project.D.API = api(
|
|
11
11
|
glos,
|
|
12
12
|
{
|
|
13
|
-
"join": algorithm("Join", null, {}),
|
|
13
|
+
"join 2 strings": algorithm("Join 2 Strings", null, {}),
|
|
14
|
+
"join array of strings": algorithm("Join Array Of Strings", null, {}),
|
|
14
15
|
"repeat": algorithm("Repeat", null, {}),
|
|
15
16
|
|
|
16
|
-
|
|
17
|
+
/**
|
|
18
|
+
* this functon joins an array of strings into a single string, using a separator, and optionally a maximum number of elements to join
|
|
19
|
+
*/
|
|
17
20
|
"getArrayAsString": algorithm("GetArrayAsString", "Configuration", {}),
|
|
21
|
+
|
|
18
22
|
"getLengthAsString": algorithm("GetLengthAsString", null, {}),
|
|
19
23
|
|
|
20
24
|
//this one implicitely sorts the keys
|
|
@@ -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
|
}
|
|
@@ -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({
|
|
@@ -14,27 +14,29 @@ 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
|
-
'imports': d({}),
|
|
20
|
-
'root': {
|
|
21
|
-
'namespaces': d({}),
|
|
22
|
-
'data types': d({
|
|
23
|
-
"Value": type(taggedUnion({
|
|
24
|
-
"verbose type": dictionary(ref(typeReference("Value"))),
|
|
25
|
-
"shorthand type": array(ref(typeReference("Value"))),
|
|
26
|
-
"dictionary": dictionary(ref(typeReference("Value"))),
|
|
27
|
-
"array": array(ref(typeReference("Value"))),
|
|
28
|
-
"quoted string": string(),
|
|
29
|
-
"apostrophed string": string(),
|
|
30
|
-
"backticked string": string(),
|
|
31
|
-
"raw string": string(),
|
|
32
|
-
"tagged union": group({
|
|
33
|
-
"option": member(string()),
|
|
34
|
-
"value": member(ref(typeReference("Value"))),
|
|
35
|
-
})
|
|
36
|
-
})),
|
|
17
|
+
'data glossary': {
|
|
18
|
+
'glossary parameters': d({
|
|
37
19
|
}),
|
|
20
|
+
'imports': d({}),
|
|
21
|
+
'root': {
|
|
22
|
+
'namespaces': d({}),
|
|
23
|
+
'data types': d({
|
|
24
|
+
"Value": type(taggedUnion({
|
|
25
|
+
"verbose type": dictionary(ref(typeReference("Value"))),
|
|
26
|
+
"shorthand type": array(ref(typeReference("Value"))),
|
|
27
|
+
"dictionary": dictionary(ref(typeReference("Value"))),
|
|
28
|
+
"array": array(ref(typeReference("Value"))),
|
|
29
|
+
"quoted string": string(),
|
|
30
|
+
"apostrophed string": string(),
|
|
31
|
+
"backticked string": string(),
|
|
32
|
+
"raw string": string(),
|
|
33
|
+
"tagged union": group({
|
|
34
|
+
"option": member(string()),
|
|
35
|
+
"value": member(ref(typeReference("Value"))),
|
|
36
|
+
})
|
|
37
|
+
})),
|
|
38
|
+
}),
|
|
39
|
+
},
|
|
38
40
|
},
|
|
39
41
|
'interface types': d({
|
|
40
42
|
|
|
@@ -6,6 +6,7 @@ const d = pd.d
|
|
|
6
6
|
const a = pd.a
|
|
7
7
|
|
|
8
8
|
export const $: g_cosmos.D.Glossary = {
|
|
9
|
+
'data glossary': {
|
|
9
10
|
'imports': d({}),
|
|
10
11
|
'glossary parameters': d({}),
|
|
11
12
|
'root': {
|
|
@@ -436,6 +437,7 @@ export const $: g_cosmos.D.Glossary = {
|
|
|
436
437
|
},
|
|
437
438
|
}),
|
|
438
439
|
},
|
|
440
|
+
},
|
|
439
441
|
'interface types': d({}),
|
|
440
442
|
'algorithm types': d({}),
|
|
441
443
|
}
|