pareto 0.59.0 → 0.61.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/data/boekhouding.data.js +271 -271
- package/auto.dist/index.d.ts +1 -1
- package/auto.dist/index.js +3 -3
- package/auto.dist/public/modules/main/implementations/temp_$compile_$boekhouding.alg.js +23 -20
- package/auto.dist/public/modules/pareto__2__fountain__pen/implementations/compilationUnit_$2_$Indented_$Lines.alg.js +8 -8
- package/auto.dist/public/modules/{alan__light__intermediate__2__fountain__pen → string__aware__fountain__pen__2__fountain__pen}/auto.api.d.ts +1 -1
- package/auto.dist/public/modules/{alan__light__intermediate__2__fountain__pen → string__aware__fountain__pen__2__fountain__pen}/auto.api.js +1 -1
- package/auto.dist/public/modules/string__aware__fountain__pen__2__fountain__pen/auto.implementation.d.ts +2 -0
- package/auto.dist/public/modules/string__aware__fountain__pen__2__fountain__pen/auto.implementation.js +6 -0
- package/auto.dist/public/modules/{alan__light__intermediate__2__fountain__pen → string__aware__fountain__pen__2__fountain__pen}/auto.provided_interface_glossary.d.ts +7 -5
- package/auto.dist/public/modules/{alan__light__intermediate__2__fountain__pen → string__aware__fountain__pen__2__fountain__pen}/auto.provided_interface_glossary.js +1 -1
- package/auto.dist/public/modules/{alan__light__intermediate__2__fountain__pen → string__aware__fountain__pen__2__fountain__pen}/auto.provided_interface_glossary.shadow.d.ts +3 -3
- package/auto.dist/public/modules/{alan__light__intermediate__2__fountain__pen → string__aware__fountain__pen__2__fountain__pen}/auto.provided_interface_glossary.shadow.js +1 -1
- package/auto.dist/public/modules/string__aware__fountain__pen__2__fountain__pen/implementations/map.alg.d.ts +0 -0
- package/auto.dist/public/modules/string__aware__fountain__pen__2__fountain__pen/implementations/map.alg.js +2 -0
- 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/{alan__light__intermediate__2__fountain__pen → string__aware__fountain__pen__2__fountain__pen}/index.js +1 -1
- 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/$.data.ts +2 -3
- package/auto.pareto/auto.dependencies/index.ts +3 -3
- package/auto.pareto/auto.dependencies/pareto-pure/$.data.ts +26 -16
- 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/$.data.ts +6 -8
- package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/array/api.data.ts +2 -0
- package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/array/glossary.data.ts +89 -20
- package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/buildInterfaceInitializers/glossary.data.ts +167 -0
- 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 +16 -3
- package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/nested/api.data.ts +0 -1
- package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/nested/glossary.data.ts +0 -6
- package/auto.pareto/auto.dependencies/{pareto-standard-library/modules/arithmetic → pareto-pure/auto.dependencies/pareto-standard-library/modules/number}/api.data.ts +0 -1
- package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/{arithmetic → number}/glossary.data.ts +2 -11
- package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/optional/api.data.ts +16 -0
- package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/optional/glossary.data.ts +36 -0
- package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/resolve/api.data.ts +0 -1
- package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/resolve/glossary.data.ts +0 -14
- package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/string/api.data.ts +14 -2
- package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/string/glossary.data.ts +55 -6
- package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/tostring/api.data.ts +0 -7
- package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/tostring/glossary.data.ts +0 -13
- package/auto.pareto/auto.dependencies/pareto-pure/glossaries/auto.cosmos_type_system.data.ts +113 -65
- package/auto.pareto/auto.dependencies/pareto-pure/glossaries/auto.graphviz.data.ts +668 -0
- package/auto.pareto/auto.dependencies/pareto-pure/glossaries/fountain_pen_directory.data.ts +45 -0
- package/auto.pareto/auto.dependencies/pareto-pure/glossaries/{alan_light_intermediate.data.ts → fountain_pen_indented_file_with_escaped_strings.data.ts} +2 -0
- package/auto.pareto/auto.dependencies/pareto-pure/modules/{alan_light_2_alan_light_intermediate → alan_light_2_fountain_pen_indented_file_with_escaped_strings}/api.data.ts +1 -1
- package/auto.pareto/{modules/alan_light_intermediate_2 fountain_pen/glossary.data.ts → auto.dependencies/pareto-pure/modules/alan_light_2_fountain_pen_indented_file_with_escaped_strings/glossary.data.ts} +5 -5
- 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 +5 -5
- package/auto.pareto/auto.dependencies/pareto-pure/modules/cosmos_type_system_2_graphviz/api.data.ts +17 -0
- package/auto.pareto/auto.dependencies/pareto-pure/modules/cosmos_type_system_2_graphviz/glossary.data.ts +30 -0
- 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 +6 -6
- 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 +36 -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_2_fountain_pen → fountain_pen_indented_file_2_fountain_pen_indented_file}/glossary.data.ts +11 -9
- 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 +7 -7
- package/auto.pareto/auto.dependencies/pareto-pure/modules/graphviz_2_fountain_pen_indented_file_with_escaped_strings/api.data.ts +20 -0
- package/auto.pareto/auto.dependencies/pareto-pure/modules/{alan_light_2_alan_light_intermediate → graphviz_2_fountain_pen_indented_file_with_escaped_strings}/glossary.data.ts +5 -5
- 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 +6 -6
- 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 +5 -5
- package/auto.pareto/auto.dependencies/pareto-pure/modules/tendril_2_cosmos_type_system/glossary.data.ts +6 -6
- package/auto.pareto/auto.dependencies/pareto-pure/modules/tendril_2_pareto/glossary.data.ts +6 -6
- package/auto.pareto/auto.dependencies/pareto-standard-library/$.data.ts +6 -8
- package/auto.pareto/auto.dependencies/pareto-standard-library/modules/array/api.data.ts +2 -0
- package/auto.pareto/auto.dependencies/pareto-standard-library/modules/array/glossary.data.ts +89 -20
- package/auto.pareto/auto.dependencies/pareto-standard-library/modules/buildInterfaceInitializers/glossary.data.ts +167 -0
- 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 +16 -3
- package/auto.pareto/auto.dependencies/pareto-standard-library/modules/nested/api.data.ts +0 -1
- package/auto.pareto/auto.dependencies/pareto-standard-library/modules/nested/glossary.data.ts +0 -6
- package/auto.pareto/auto.dependencies/{pareto-pure/auto.dependencies/pareto-standard-library/modules/arithmetic → pareto-standard-library/modules/number}/api.data.ts +0 -1
- package/auto.pareto/auto.dependencies/pareto-standard-library/modules/{arithmetic → number}/glossary.data.ts +2 -11
- package/auto.pareto/auto.dependencies/pareto-standard-library/modules/optional/api.data.ts +16 -0
- package/auto.pareto/auto.dependencies/pareto-standard-library/modules/optional/glossary.data.ts +36 -0
- package/auto.pareto/auto.dependencies/pareto-standard-library/modules/resolve/api.data.ts +0 -1
- package/auto.pareto/auto.dependencies/pareto-standard-library/modules/resolve/glossary.data.ts +0 -14
- package/auto.pareto/auto.dependencies/pareto-standard-library/modules/string/api.data.ts +14 -2
- package/auto.pareto/auto.dependencies/pareto-standard-library/modules/string/glossary.data.ts +55 -6
- package/auto.pareto/auto.dependencies/pareto-standard-library/modules/tostring/api.data.ts +0 -7
- package/auto.pareto/auto.dependencies/pareto-standard-library/modules/tostring/glossary.data.ts +0 -13
- package/auto.pareto/auto.dependencies/pareto-subatomic-library/$.data.ts +2 -0
- package/auto.pareto/auto.dependencies/pareto-subatomic-library/glossaries/lines.data.ts +27 -0
- package/auto.pareto/auto.dependencies/pareto-subatomic-library/modules/array/glossary.data.ts +15 -5
- package/auto.pareto/{modules/alan_light_intermediate_2 fountain_pen/api.data.ts → auto.dependencies/pareto-subatomic-library/modules/filesystem/api.data.ts} +1 -1
- package/auto.pareto/auto.dependencies/pareto-subatomic-library/modules/filesystem/glossary.data.ts +59 -0
- 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 +22 -10
- package/auto.pareto/modules/main/api.data.ts +0 -1
- package/auto.pareto/modules/pareto_2_fountain_pen/glossary.data.ts +2 -2
- package/auto.pareto/modules/string_aware_fountain_pen_2 fountain_pen/api.data.ts +15 -0
- package/auto.pareto/modules/string_aware_fountain_pen_2 fountain_pen/glossary.data.ts +27 -0
- 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 +4 -4
- package/package.json +8 -8
- package/auto.dist/public/modules/alan__light__intermediate__2__fountain__pen/auto.implementation.d.ts +0 -2
- package/auto.dist/public/modules/alan__light__intermediate__2__fountain__pen/auto.implementation.js +0 -6
- package/auto.dist/public/modules/alan__light__intermediate__2__fountain__pen/implementations/map.alg.d.ts +0 -2
- package/auto.dist/public/modules/alan__light__intermediate__2__fountain__pen/implementations/map.alg.js +0 -61
- package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/build/glossary.data.ts +0 -125
- package/auto.pareto/auto.dependencies/pareto-standard-library/modules/build/glossary.data.ts +0 -125
- /package/auto.dist/public/modules/{alan__light__intermediate__2__fountain__pen → string__aware__fountain__pen__2__fountain__pen}/index.d.ts +0 -0
- /package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/{build → buildInterfaceInitializers}/api.data.ts +0 -0
- /package/auto.pareto/auto.dependencies/pareto-pure/glossaries/{fountain_pen.data.ts → fountain_pen_indented_file.data.ts} +0 -0
- /package/auto.pareto/auto.dependencies/pareto-standard-library/modules/{build → buildInterfaceInitializers}/api.data.ts +0 -0
|
@@ -10,7 +10,21 @@ import { aInterface, aInterfaceMethod, glossary, group, member, number, sInterfa
|
|
|
10
10
|
export const $: g_project.D.API = api(
|
|
11
11
|
glos,
|
|
12
12
|
{
|
|
13
|
+
"decorateDictionaryEntriesWithKey": algorithm("DecorateDictionaryEntriesWithKey", null, {}),
|
|
14
|
+
|
|
13
15
|
"filter": algorithm("Filter", null, {}),
|
|
16
|
+
/**
|
|
17
|
+
* the keys of the outermost dictionary is combined with the key of the innermost dictionary
|
|
18
|
+
*/
|
|
19
|
+
"flattenDictionaryOfDictionaries": algorithm("FlattenDictionaryOfDictionaries", null, {}),
|
|
20
|
+
/**
|
|
21
|
+
* 2 dictionaries are combined into 1 dictionary. is a key exists in both directories, only the entry of the last dictionary will be used.
|
|
22
|
+
*/
|
|
23
|
+
"mergeAndOverwrite": algorithm("MergeAndOverwrite", null, {}),
|
|
24
|
+
/**
|
|
25
|
+
* 2 dictionaries are combined into 1 dictionary. is a key exists in both directories, only the entry of the first dictionary will be used.
|
|
26
|
+
*/
|
|
27
|
+
"mergeAndIgnore": algorithm("MergeAndIgnore", null, {}),
|
|
14
28
|
/**
|
|
15
29
|
* a dictionary with containing entries with values and a key candidate is transformed
|
|
16
30
|
* into a dictionary where the new key of the entry is the candidate. If candidates are not unique
|
|
@@ -26,24 +40,15 @@ export const $: g_project.D.API = api(
|
|
|
26
40
|
* if the key is not unique the function panics
|
|
27
41
|
*/
|
|
28
42
|
"unsafeAddEntry": algorithm("UnsafeAddEntry", null, {}),
|
|
43
|
+
/**
|
|
44
|
+
* prepends and appends strings to all keys in the dictionary
|
|
45
|
+
*/
|
|
46
|
+
"wrapKeys": algorithm("WrapKeys", null, {}),
|
|
29
47
|
/**
|
|
30
48
|
* a focus dictionary is matched to a benchmark dictionary resulting in a result dictionary
|
|
31
49
|
* this last dictionary contains all entries found in the benchmark dictionary.
|
|
32
50
|
* each entry value is optionally supplemented with the value of the focus entry, if found.
|
|
33
51
|
*/
|
|
34
52
|
"zip": algorithm("Zip", null, {}),
|
|
35
|
-
/**
|
|
36
|
-
* 2 dictionaries are combined into 1 dictionary. is a key exists in both directories, only the entry of the last dictionary will be used.
|
|
37
|
-
*/
|
|
38
|
-
"mergeAndOverwrite": algorithm("MergeAndOverwrite", null, {}),
|
|
39
|
-
/**
|
|
40
|
-
* the keys of the outermost dictionary is combined with the key of the innermost dictionary
|
|
41
|
-
*/
|
|
42
|
-
"flattenDictionaryOfDictionaries": algorithm("FlattenDictionaryOfDictionaries", null, {}),
|
|
43
|
-
/**
|
|
44
|
-
* 2 dictionaries are combined into 1 dictionary. is a key exists in both directories, only the entry of the first dictionary will be used.
|
|
45
|
-
*/
|
|
46
|
-
"mergeAndIgnore": algorithm("MergeAndIgnore", null, {}),
|
|
47
|
-
"decorateDictionaryEntriesWithKey": algorithm("DecorateDictionaryEntriesWithKey", null, {}),
|
|
48
53
|
}
|
|
49
54
|
)
|
|
@@ -65,7 +65,11 @@ export const $: g_glossary.D.Glossary = {
|
|
|
65
65
|
"KeyValueDictionary": parametrizedType({ "Type": null }, dictionary(ref(typeReference("KeyValuePair", { "Type": typeParameter("Type") })))),
|
|
66
66
|
|
|
67
67
|
"RekeyDictionary": parametrizedType({ "Type": null }, dictionary(ref(typeReference("KeyValuePair", { "Type": typeParameter("Type") })))),
|
|
68
|
-
|
|
68
|
+
"WrapKeysData": parametrizedType({ "Type": null }, group({
|
|
69
|
+
"dictionary": member(ref(typeReference("Dictionary", { "Type": typeParameter("Type") }))),
|
|
70
|
+
"prefix": member(string()),
|
|
71
|
+
"suffix": member(string()),
|
|
72
|
+
})),
|
|
69
73
|
}),
|
|
70
74
|
},
|
|
71
75
|
'interface types': d({
|
|
@@ -110,8 +114,17 @@ export const $: g_glossary.D.Glossary = {
|
|
|
110
114
|
typeReference("Dictionary", { "Type": typeParameter("Type") }),
|
|
111
115
|
data(typeReference("MergeParameters", { "Type": typeParameter("Type") })),
|
|
112
116
|
{ "Type": null }
|
|
113
|
-
),
|
|
114
|
-
|
|
117
|
+
),
|
|
118
|
+
"DecorateDictionaryEntriesWithKey": sfunction(
|
|
119
|
+
typeReference("KeyValueDictionary", { "Type": typeParameter("Type") }),
|
|
120
|
+
data(typeReference("Dictionary", { "Type": typeParameter("Type") })),
|
|
121
|
+
{ "Type": null }
|
|
122
|
+
),
|
|
123
|
+
"WrapKeys": sfunction(
|
|
124
|
+
typeReference("Dictionary", { "Type": typeParameter("Type") }),
|
|
125
|
+
data(typeReference("WrapKeysData", { "Type": typeParameter("Type") })),
|
|
126
|
+
{ "Type": null }
|
|
127
|
+
),
|
|
115
128
|
|
|
116
129
|
}),
|
|
117
130
|
|
|
@@ -14,16 +14,10 @@ export const $: g_glossary.D.Glossary = {
|
|
|
14
14
|
'root': {
|
|
15
15
|
'namespaces': d({}),
|
|
16
16
|
'data types': d({
|
|
17
|
-
"Nested": parametrizedType({ "Type": null }, taggedUnion({
|
|
18
|
-
"single": ref(typeParameter("Type")),
|
|
19
|
-
"multiple": array(ref(typeReference("Nested", { "Type": typeParameter("Type")}))),
|
|
20
|
-
"none": null_(),
|
|
21
|
-
})),
|
|
22
17
|
"Array": parametrizedType({ "Type": null }, array(ref(typeParameter("Type"))))
|
|
23
18
|
}),
|
|
24
19
|
},
|
|
25
20
|
'interface types': d({}),
|
|
26
21
|
'algorithm types': d({
|
|
27
|
-
"Flatten": sfunction(typeReference("Array", { "Type": typeParameter("Type")}), data(typeReference("Nested", { "Type": typeParameter("Type")})), { "Type": null })
|
|
28
22
|
}),
|
|
29
23
|
}
|
|
@@ -11,7 +11,6 @@ export const $: g_project.D.API = api(
|
|
|
11
11
|
glos,
|
|
12
12
|
{
|
|
13
13
|
"add": algorithm("Add", null, {}),
|
|
14
|
-
"divideWithRemainder": algorithm("DivideWithRemainder", null, {}),
|
|
15
14
|
"increment": algorithm("Increment", "IncrementConfig", {}),
|
|
16
15
|
"min": algorithm("Min", null, {}),
|
|
17
16
|
"max": algorithm("Max", null, {}),
|
|
@@ -19,19 +19,10 @@ export const $: g_glossary.D.Glossary = {
|
|
|
19
19
|
"Number": type(number()),
|
|
20
20
|
"OptionalNumber": type(optional(number())),
|
|
21
21
|
"NumberRange": type(array(number())),
|
|
22
|
-
"DivisionData": type(group({
|
|
23
|
-
"numerator": member(number()),
|
|
24
|
-
"denominator": member(number()),
|
|
25
|
-
})),
|
|
26
22
|
"NumberTuple": type(group({
|
|
27
23
|
"yin": member(number()),
|
|
28
24
|
"yang": member(number()),
|
|
29
25
|
})),
|
|
30
|
-
"DivisionResult": type(optional(group({
|
|
31
|
-
"quotient": member(number()),
|
|
32
|
-
"remainder": member(number()),
|
|
33
|
-
|
|
34
|
-
}))),
|
|
35
26
|
"SubtractData": type(group({
|
|
36
27
|
"minuend": member(number()),
|
|
37
28
|
"subtrahend": member(number()),
|
|
@@ -52,10 +43,10 @@ export const $: g_glossary.D.Glossary = {
|
|
|
52
43
|
// "Array Multiply": sfunction(typeReference("Number"), data(typeReference("NumberRange"))),
|
|
53
44
|
"Negate": sfunction(typeReference("Number"), data(typeReference("Number"))),
|
|
54
45
|
/**
|
|
55
|
-
* if the denominator is 0, the return value is
|
|
46
|
+
* if the denominator is 0, the return value is not set
|
|
56
47
|
* (division by 0),
|
|
57
48
|
*/
|
|
58
|
-
|
|
49
|
+
|
|
59
50
|
/**
|
|
60
51
|
* calculates the max of an array of numbers. If there are no entries, the result value is 0
|
|
61
52
|
*/
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import * as pd from 'pareto-core-data'
|
|
2
|
+
|
|
3
|
+
import { algorithm, algref, api } from "pareto-pure/auto.dist/public/shorthands/cosmos_type_system.sh"
|
|
4
|
+
|
|
5
|
+
import * as g_project from "pareto-pure/auto.dist/public/auto.glossaries/auto.cosmos__type__system"
|
|
6
|
+
|
|
7
|
+
import { $ as glos } from "./glossary.data"
|
|
8
|
+
import { glossary, group, member, number, type } from "pareto-pure/auto.dist/public/shorthands/cosmos_type_system.sh"
|
|
9
|
+
|
|
10
|
+
export const $: g_project.D.API = api(
|
|
11
|
+
glos,
|
|
12
|
+
{
|
|
13
|
+
"divide": algorithm("Divide", null, {}),
|
|
14
|
+
"divisionRemainder": algorithm("DivisionRemainder", null, {}),
|
|
15
|
+
}
|
|
16
|
+
)
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import * as pd from 'pareto-core-data'
|
|
2
|
+
|
|
3
|
+
import {
|
|
4
|
+
array, boolean, data, dictionary, externalTypeReference, group, member, number, optional, sfunction,
|
|
5
|
+
type, typeReference
|
|
6
|
+
} from "pareto-pure/auto.dist/public/shorthands/cosmos_type_system.sh"
|
|
7
|
+
|
|
8
|
+
import * as g_glossary from "pareto-pure/auto.dist/public/auto.glossaries/auto.cosmos__type__system"
|
|
9
|
+
|
|
10
|
+
const d = pd.d
|
|
11
|
+
|
|
12
|
+
export const $: g_glossary.D.Glossary = {
|
|
13
|
+
'glossary parameters': d({}),
|
|
14
|
+
'imports': d({
|
|
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
|
+
})),
|
|
24
|
+
}),
|
|
25
|
+
},
|
|
26
|
+
'interface types': d({}),
|
|
27
|
+
'algorithm types': d({
|
|
28
|
+
/**
|
|
29
|
+
* if the denominator is 0, the return value is not set
|
|
30
|
+
* (division by 0),
|
|
31
|
+
*/
|
|
32
|
+
"Divide": sfunction(typeReference("OptionalNumber"), data(typeReference("DivisionData"))),
|
|
33
|
+
"DivisionRemainder": sfunction(typeReference("OptionalNumber"), data(typeReference("DivisionData"))),
|
|
34
|
+
}),
|
|
35
|
+
|
|
36
|
+
}
|
|
@@ -29,24 +29,10 @@ export const $: g_glossary.D.Glossary = {
|
|
|
29
29
|
'root': {
|
|
30
30
|
'namespaces': d({}),
|
|
31
31
|
'data types': d({
|
|
32
|
-
"Array": parametrizedType({ "Type": null }, array(ref(typeReference("KeyValuePair", { "Type": typeParameter("Type") })))),
|
|
33
|
-
"KeyValuePair": parametrizedType({ "Type": null }, group({
|
|
34
|
-
"key": member(string()),
|
|
35
|
-
"value": member(ref(typeParameter("Type"))),
|
|
36
|
-
})),
|
|
37
32
|
|
|
38
|
-
"DependencyDictionary": parametrizedType({ "Type": null }, dictionary(group({
|
|
39
|
-
"value": member(ref(typeParameter("Type"))),
|
|
40
|
-
"dependencies": member(dictionary(null_())),
|
|
41
|
-
}))),
|
|
42
33
|
}),
|
|
43
34
|
},
|
|
44
35
|
'interface types': d({}),
|
|
45
36
|
'algorithm types': d({
|
|
46
|
-
"SortTopologically": sfunction(
|
|
47
|
-
typeReference("Array", { "Type": typeParameter("Type") }),
|
|
48
|
-
data(typeReference("DependencyDictionary", { "Type": typeParameter("Type") })),
|
|
49
|
-
{ "Type": null }
|
|
50
|
-
),
|
|
51
37
|
}),
|
|
52
38
|
}
|
|
@@ -10,8 +10,20 @@ 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
|
+
|
|
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
|
+
*/
|
|
20
|
+
"getArrayAsString": algorithm("GetArrayAsString", "Configuration", {}),
|
|
21
|
+
|
|
22
|
+
"getLengthAsString": algorithm("GetLengthAsString", null, {}),
|
|
23
|
+
|
|
24
|
+
//this one implicitely sorts the keys
|
|
25
|
+
//"getKeysAsString": algorithm("GetKeysAsString", "Configuration", {}),
|
|
26
|
+
|
|
27
|
+
"getNumberOfKeysAsString": algorithm("GetNumberOfKeysAsString", null, {}),
|
|
16
28
|
}
|
|
17
29
|
)
|
|
@@ -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"
|
|
@@ -19,21 +20,69 @@ export const $: g_glossary.D.Glossary = {
|
|
|
19
20
|
'namespaces': d({}),
|
|
20
21
|
'data types': d({
|
|
21
22
|
"String": type(string()),
|
|
22
|
-
"
|
|
23
|
+
"Join 2 Strings": type(group({
|
|
23
24
|
"first": member(string()),
|
|
24
25
|
"second": member(string()),
|
|
25
26
|
})),
|
|
27
|
+
"Join Array Of Strings": parametrizedType(
|
|
28
|
+
{ "Type": null },
|
|
29
|
+
group({
|
|
30
|
+
"array": member(array(ref(typeParameter("Type")))),
|
|
31
|
+
"separator": member(string()),
|
|
32
|
+
})
|
|
33
|
+
),
|
|
34
|
+
|
|
26
35
|
"RepeatData": type(group({
|
|
27
36
|
"contextString": member(string()),
|
|
28
37
|
"times": member(number()),
|
|
29
38
|
})),
|
|
39
|
+
|
|
40
|
+
"StringArray": type(array(string())),
|
|
41
|
+
|
|
42
|
+
"Configuration": type(group({
|
|
43
|
+
"separator": member(string()),
|
|
44
|
+
"maximum": member(optional(group({
|
|
45
|
+
"maximum": member(number()),
|
|
46
|
+
"suffix": member(string()),
|
|
47
|
+
}))),
|
|
48
|
+
})),
|
|
49
|
+
"Dictionary": parametrizedType({ "Type": null }, dictionary(ref(typeParameter("Type")))),
|
|
50
|
+
"Array": parametrizedType({ "Type": null }, array(ref(typeParameter("Type")))),
|
|
51
|
+
|
|
30
52
|
}),
|
|
31
53
|
},
|
|
32
54
|
'interface types': d({}),
|
|
33
55
|
'algorithm types': d({
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
56
|
+
"Join Array Of Strings": sfunction(
|
|
57
|
+
typeReference("String"),
|
|
58
|
+
data(typeReference("Join Array Of Strings", { "T": typeParameter("T") })),
|
|
59
|
+
{ "T": null }
|
|
60
|
+
),
|
|
61
|
+
"Join 2 Strings": sfunction(
|
|
62
|
+
typeReference("String"),
|
|
63
|
+
data(typeReference("Join 2 Strings"))
|
|
64
|
+
),
|
|
65
|
+
"Repeat": sfunction(
|
|
66
|
+
typeReference("String"),
|
|
67
|
+
data(typeReference("RepeatData"))
|
|
68
|
+
),
|
|
69
|
+
"GetLengthAsString": sfunction(
|
|
70
|
+
typeReference("String"),
|
|
71
|
+
data(typeReference("Array", { "T": typeParameter("T") })),
|
|
72
|
+
{ "T": null }
|
|
73
|
+
),
|
|
74
|
+
"GetArrayAsString": sfunction(
|
|
75
|
+
typeReference("String"),
|
|
76
|
+
data(typeReference("StringArray"))),
|
|
77
|
+
"GetKeysAsString": sfunction(
|
|
78
|
+
typeReference("String"),
|
|
79
|
+
data(typeReference("Dictionary", { "T": typeParameter("T") })),
|
|
80
|
+
{ "T": null }
|
|
81
|
+
),
|
|
82
|
+
"GetNumberOfKeysAsString": sfunction(
|
|
83
|
+
typeReference("String"),
|
|
84
|
+
data(typeReference("Dictionary", { "T": typeParameter("T") })),
|
|
85
|
+
{ "T": null }
|
|
86
|
+
),
|
|
38
87
|
}),
|
|
39
88
|
}
|
|
@@ -9,13 +9,6 @@ import { glossary, member, type, group, string, optional, number } from "pareto-
|
|
|
9
9
|
export const $: g_project.D.API = api(
|
|
10
10
|
glos,
|
|
11
11
|
{
|
|
12
|
-
"getArrayAsString": algorithm("GetArrayAsString", "Configuration", {}),
|
|
13
|
-
"getLengthAsString": algorithm("GetLengthAsString", null, {}),
|
|
14
|
-
|
|
15
|
-
//this one implicitely sorts the keys
|
|
16
|
-
//"getKeysAsString": algorithm("GetKeysAsString", "Configuration", {}),
|
|
17
|
-
|
|
18
|
-
"getNumberOfKeysAsString": algorithm("GetNumberOfKeysAsString", null, {}),
|
|
19
12
|
|
|
20
13
|
}
|
|
21
14
|
)
|
|
@@ -19,23 +19,10 @@ export const $: g_glossary.D.Glossary = {
|
|
|
19
19
|
'data types': d({
|
|
20
20
|
"String": type(string()),
|
|
21
21
|
"Array": parametrizedType({ "T": null }, array(ref(typeParameter("T")))),
|
|
22
|
-
"StringArray": type(array(string())),
|
|
23
22
|
"Dictionary": parametrizedType({ "T": null }, dictionary(ref(typeParameter("T")))),
|
|
24
|
-
|
|
25
|
-
"Configuration": type(group({
|
|
26
|
-
"separator": member(string()),
|
|
27
|
-
"maximum": member(optional(group({
|
|
28
|
-
"maximum": member(number()),
|
|
29
|
-
"suffix": member(string()),
|
|
30
|
-
}))),
|
|
31
|
-
})),
|
|
32
23
|
}),
|
|
33
24
|
},
|
|
34
25
|
'interface types': d({}),
|
|
35
26
|
'algorithm types': d({
|
|
36
|
-
"GetLengthAsString": sfunction(typeReference("String"), data(typeReference("Array", { "T": typeParameter("T") })), { "T": null}),
|
|
37
|
-
"GetArrayAsString": sfunction(typeReference("String"), data(typeReference("StringArray"))),
|
|
38
|
-
//"GetKeysAsString": sfunction(typeReference("String"), data(typeReference("Dictionary", { "T": typeParameter("T") })), { "T": null}),
|
|
39
|
-
"GetNumberOfKeysAsString": sfunction(typeReference("String"), data(typeReference("Dictionary", { "T": typeParameter("T") })), { "T": null}),
|
|
40
27
|
}),
|
|
41
28
|
}
|
package/auto.pareto/auto.dependencies/pareto-pure/glossaries/auto.cosmos_type_system.data.ts
CHANGED
|
@@ -172,6 +172,47 @@ export const $: g_cosmos.D.Glossary = {
|
|
|
172
172
|
})],
|
|
173
173
|
})]
|
|
174
174
|
},
|
|
175
|
+
"Data Glossary": {
|
|
176
|
+
'parameters': d({}),
|
|
177
|
+
'type': <g_cosmos.D.Data__Type>['group', d({
|
|
178
|
+
"glossary parameters": {
|
|
179
|
+
'type': <g_cosmos.D.Data__Type>['reference', ['type', {
|
|
180
|
+
'context': ['local', null],
|
|
181
|
+
'typeXX': "Parameters",
|
|
182
|
+
'tailXX': a([]),
|
|
183
|
+
'type arguments': d({}),
|
|
184
|
+
}]],
|
|
185
|
+
},
|
|
186
|
+
"imports": {
|
|
187
|
+
'type': <g_cosmos.D.Data__Type>['dictionary', <g_cosmos.D.Data__Type>['group', d({
|
|
188
|
+
"glossary": {
|
|
189
|
+
'type': <g_cosmos.D.Data__Type>['reference', ['type', {
|
|
190
|
+
'context': ['local', null],
|
|
191
|
+
'typeXX': "Glossary",
|
|
192
|
+
'tailXX': a([]),
|
|
193
|
+
'type arguments': d({}),
|
|
194
|
+
}]],
|
|
195
|
+
},
|
|
196
|
+
"type arguments": {
|
|
197
|
+
'type': <g_cosmos.D.Data__Type>['reference', ['type', {
|
|
198
|
+
'context': ['local', null],
|
|
199
|
+
'typeXX': "Arguments",
|
|
200
|
+
'tailXX': a([]),
|
|
201
|
+
'type arguments': d({}),
|
|
202
|
+
}]],
|
|
203
|
+
},
|
|
204
|
+
})]],
|
|
205
|
+
},
|
|
206
|
+
"root": {
|
|
207
|
+
'type': <g_cosmos.D.Data__Type>['reference', ['type', {
|
|
208
|
+
'context': ['local', null],
|
|
209
|
+
'typeXX': "Namespace",
|
|
210
|
+
'tailXX': a([]),
|
|
211
|
+
'type arguments': d({}),
|
|
212
|
+
}]],
|
|
213
|
+
},
|
|
214
|
+
})]
|
|
215
|
+
},
|
|
175
216
|
"Data Or Synchronous Interface": {
|
|
176
217
|
'parameters': d({}),
|
|
177
218
|
'type': <g_cosmos.D.Data__Type>['taggedUnion', d({
|
|
@@ -395,34 +436,14 @@ export const $: g_cosmos.D.Glossary = {
|
|
|
395
436
|
},
|
|
396
437
|
})]],
|
|
397
438
|
},
|
|
398
|
-
"glossary
|
|
439
|
+
"data glossary": {
|
|
399
440
|
'type': <g_cosmos.D.Data__Type>['reference', ['type', {
|
|
400
441
|
'context': ['local', null],
|
|
401
|
-
'typeXX': "
|
|
442
|
+
'typeXX': "Data Glossary",
|
|
402
443
|
'tailXX': a([]),
|
|
403
444
|
'type arguments': d({}),
|
|
404
445
|
}]],
|
|
405
446
|
},
|
|
406
|
-
"imports": {
|
|
407
|
-
'type': <g_cosmos.D.Data__Type>['dictionary', <g_cosmos.D.Data__Type>['group', d({
|
|
408
|
-
"glossary": {
|
|
409
|
-
'type': <g_cosmos.D.Data__Type>['reference', ['type', {
|
|
410
|
-
'context': ['local', null],
|
|
411
|
-
'typeXX': "Glossary",
|
|
412
|
-
'tailXX': a([]),
|
|
413
|
-
'type arguments': d({}),
|
|
414
|
-
}]],
|
|
415
|
-
},
|
|
416
|
-
"type arguments": {
|
|
417
|
-
'type': <g_cosmos.D.Data__Type>['reference', ['type', {
|
|
418
|
-
'context': ['local', null],
|
|
419
|
-
'typeXX': "Arguments",
|
|
420
|
-
'tailXX': a([]),
|
|
421
|
-
'type arguments': d({}),
|
|
422
|
-
}]],
|
|
423
|
-
},
|
|
424
|
-
})]],
|
|
425
|
-
},
|
|
426
447
|
"interface types": {
|
|
427
448
|
'type': <g_cosmos.D.Data__Type>['dictionary', <g_cosmos.D.Data__Type>['group', d({
|
|
428
449
|
"parameters": {
|
|
@@ -459,14 +480,6 @@ export const $: g_cosmos.D.Glossary = {
|
|
|
459
480
|
},
|
|
460
481
|
})]],
|
|
461
482
|
},
|
|
462
|
-
"root": {
|
|
463
|
-
'type': <g_cosmos.D.Data__Type>['reference', ['type', {
|
|
464
|
-
'context': ['local', null],
|
|
465
|
-
'typeXX': "Namespace",
|
|
466
|
-
'tailXX': a([]),
|
|
467
|
-
'type arguments': d({}),
|
|
468
|
-
}]],
|
|
469
|
-
},
|
|
470
483
|
})]
|
|
471
484
|
},
|
|
472
485
|
"Glossary Reference": {
|
|
@@ -540,12 +553,19 @@ export const $: g_cosmos.D.Glossary = {
|
|
|
540
553
|
'parameters': d({}),
|
|
541
554
|
'type': <g_cosmos.D.Data__Type>['group', d({
|
|
542
555
|
"glossaries": {
|
|
543
|
-
'type': <g_cosmos.D.Data__Type>['dictionary', <g_cosmos.D.Data__Type>['
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
556
|
+
'type': <g_cosmos.D.Data__Type>['dictionary', <g_cosmos.D.Data__Type>['group', d({
|
|
557
|
+
"description": {
|
|
558
|
+
'type': <g_cosmos.D.Data__Type>['string', null],
|
|
559
|
+
},
|
|
560
|
+
"glossary": {
|
|
561
|
+
'type': <g_cosmos.D.Data__Type>['reference', ['type', {
|
|
562
|
+
'context': ['local', null],
|
|
563
|
+
'typeXX': "Glossary",
|
|
564
|
+
'tailXX': a([]),
|
|
565
|
+
'type arguments': d({}),
|
|
566
|
+
}]],
|
|
567
|
+
},
|
|
568
|
+
})]],
|
|
549
569
|
},
|
|
550
570
|
"modules": {
|
|
551
571
|
'type': <g_cosmos.D.Data__Type>['dictionary', <g_cosmos.D.Data__Type>['reference', ['type', {
|
|
@@ -942,6 +962,47 @@ export const $: g_cosmos.D.Glossary = {
|
|
|
942
962
|
},
|
|
943
963
|
}),
|
|
944
964
|
},
|
|
965
|
+
"Data Glossary": {
|
|
966
|
+
'data types': d({}),
|
|
967
|
+
'namespaces': d({
|
|
968
|
+
"G": {
|
|
969
|
+
'data types': d({}),
|
|
970
|
+
'namespaces': d({
|
|
971
|
+
"glossary parameters": {
|
|
972
|
+
'data types': d({}),
|
|
973
|
+
'namespaces': d({}),
|
|
974
|
+
},
|
|
975
|
+
"imports": {
|
|
976
|
+
'data types': d({}),
|
|
977
|
+
'namespaces': d({
|
|
978
|
+
"DX": {
|
|
979
|
+
'data types': d({}),
|
|
980
|
+
'namespaces': d({
|
|
981
|
+
"G": {
|
|
982
|
+
'data types': d({}),
|
|
983
|
+
'namespaces': d({
|
|
984
|
+
"glossary": {
|
|
985
|
+
'data types': d({}),
|
|
986
|
+
'namespaces': d({}),
|
|
987
|
+
},
|
|
988
|
+
"type arguments": {
|
|
989
|
+
'data types': d({}),
|
|
990
|
+
'namespaces': d({}),
|
|
991
|
+
},
|
|
992
|
+
}),
|
|
993
|
+
},
|
|
994
|
+
}),
|
|
995
|
+
},
|
|
996
|
+
}),
|
|
997
|
+
},
|
|
998
|
+
"root": {
|
|
999
|
+
'data types': d({}),
|
|
1000
|
+
'namespaces': d({}),
|
|
1001
|
+
},
|
|
1002
|
+
}),
|
|
1003
|
+
},
|
|
1004
|
+
}),
|
|
1005
|
+
},
|
|
945
1006
|
"Data Or Synchronous Interface": {
|
|
946
1007
|
'data types': d({}),
|
|
947
1008
|
'namespaces': d({
|
|
@@ -1271,33 +1332,10 @@ export const $: g_cosmos.D.Glossary = {
|
|
|
1271
1332
|
},
|
|
1272
1333
|
}),
|
|
1273
1334
|
},
|
|
1274
|
-
"glossary
|
|
1335
|
+
"data glossary": {
|
|
1275
1336
|
'data types': d({}),
|
|
1276
1337
|
'namespaces': d({}),
|
|
1277
1338
|
},
|
|
1278
|
-
"imports": {
|
|
1279
|
-
'data types': d({}),
|
|
1280
|
-
'namespaces': d({
|
|
1281
|
-
"DX": {
|
|
1282
|
-
'data types': d({}),
|
|
1283
|
-
'namespaces': d({
|
|
1284
|
-
"G": {
|
|
1285
|
-
'data types': d({}),
|
|
1286
|
-
'namespaces': d({
|
|
1287
|
-
"glossary": {
|
|
1288
|
-
'data types': d({}),
|
|
1289
|
-
'namespaces': d({}),
|
|
1290
|
-
},
|
|
1291
|
-
"type arguments": {
|
|
1292
|
-
'data types': d({}),
|
|
1293
|
-
'namespaces': d({}),
|
|
1294
|
-
},
|
|
1295
|
-
}),
|
|
1296
|
-
},
|
|
1297
|
-
}),
|
|
1298
|
-
},
|
|
1299
|
-
}),
|
|
1300
|
-
},
|
|
1301
1339
|
"interface types": {
|
|
1302
1340
|
'data types': d({}),
|
|
1303
1341
|
'namespaces': d({
|
|
@@ -1355,10 +1393,6 @@ export const $: g_cosmos.D.Glossary = {
|
|
|
1355
1393
|
},
|
|
1356
1394
|
}),
|
|
1357
1395
|
},
|
|
1358
|
-
"root": {
|
|
1359
|
-
'data types': d({}),
|
|
1360
|
-
'namespaces': d({}),
|
|
1361
|
-
},
|
|
1362
1396
|
}),
|
|
1363
1397
|
},
|
|
1364
1398
|
}),
|
|
@@ -1484,7 +1518,21 @@ export const $: g_cosmos.D.Glossary = {
|
|
|
1484
1518
|
'namespaces': d({
|
|
1485
1519
|
"DX": {
|
|
1486
1520
|
'data types': d({}),
|
|
1487
|
-
'namespaces': d({
|
|
1521
|
+
'namespaces': d({
|
|
1522
|
+
"G": {
|
|
1523
|
+
'data types': d({}),
|
|
1524
|
+
'namespaces': d({
|
|
1525
|
+
"description": {
|
|
1526
|
+
'data types': d({}),
|
|
1527
|
+
'namespaces': d({}),
|
|
1528
|
+
},
|
|
1529
|
+
"glossary": {
|
|
1530
|
+
'data types': d({}),
|
|
1531
|
+
'namespaces': d({}),
|
|
1532
|
+
},
|
|
1533
|
+
}),
|
|
1534
|
+
},
|
|
1535
|
+
}),
|
|
1488
1536
|
},
|
|
1489
1537
|
}),
|
|
1490
1538
|
},
|