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
|
@@ -9,125 +9,127 @@ import * as g_glossary from "pareto-pure/auto.dist/public/auto.glossaries/auto.c
|
|
|
9
9
|
const d = pd.d
|
|
10
10
|
|
|
11
11
|
export const $: g_glossary.D.Glossary = {
|
|
12
|
-
'glossary
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
'
|
|
17
|
-
|
|
18
|
-
|
|
12
|
+
'data glossary': {
|
|
13
|
+
'glossary parameters': d({}),
|
|
14
|
+
'imports': d({
|
|
15
|
+
}),
|
|
16
|
+
'root': {
|
|
17
|
+
'namespaces': d({
|
|
18
|
+
// "intermediate": {
|
|
19
|
+
// 'namespaces': d({
|
|
19
20
|
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
21
|
+
// }),
|
|
22
|
+
// 'data types': d({}),
|
|
23
|
+
// },
|
|
24
|
+
// "summary": {
|
|
25
|
+
// 'namespaces': d({
|
|
25
26
|
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
})),
|
|
46
|
-
"Test": type(array(ref(typeReference("Error")))),
|
|
47
|
-
"Error": type(taggedUnion({
|
|
48
|
-
"content": ref(typeReference("Compare Error"))
|
|
49
|
-
})),
|
|
50
|
-
"Compare Error": type(group({
|
|
51
|
-
"location": member(ref(typeReference("Source Location"))),
|
|
52
|
-
"path": member(string()),
|
|
53
|
-
"type": member(taggedUnion({
|
|
54
|
-
"wrong number": group({
|
|
55
|
-
"found": member(number()),
|
|
56
|
-
}),
|
|
57
|
-
"wrong text": group({
|
|
58
|
-
"found": member(string()),
|
|
59
|
-
}),
|
|
60
|
-
"wrong boolean": group({
|
|
61
|
-
"found": member(boolean())
|
|
62
|
-
}),
|
|
63
|
-
"optional value expected not to be set": null_(),
|
|
64
|
-
"optional value expected to be set": null_(),
|
|
65
|
-
"not the right state": group({
|
|
66
|
-
"found": member(string())
|
|
67
|
-
}),
|
|
68
|
-
"not enough elements": null_(),
|
|
69
|
-
"too many elements": null_(),
|
|
70
|
-
"superfluous entries": group({
|
|
71
|
-
"keys": member(dictionary(null_()))
|
|
72
|
-
}),
|
|
73
|
-
"missing dictionary entry": group({
|
|
74
|
-
"key": member(string()),
|
|
75
|
-
}),
|
|
27
|
+
// }),
|
|
28
|
+
// 'data types': d({}),
|
|
29
|
+
// },
|
|
30
|
+
}),
|
|
31
|
+
'data types': d({
|
|
32
|
+
"Library": type(group({
|
|
33
|
+
"public": member(ref(typeReference("Module Set"))),
|
|
34
|
+
"private": member(ref(typeReference("Module Set"))),
|
|
35
|
+
})),
|
|
36
|
+
"Module Set": type(dictionary(ref(typeReference("Module")))),
|
|
37
|
+
"Module": type(dictionary(ref(typeReference("Algorithm")))),
|
|
38
|
+
"Algorithm": type(group({
|
|
39
|
+
"location": member(ref(typeReference("Source Location"))),
|
|
40
|
+
"tests": member(optional(dictionary(ref(typeReference("Test"))))),
|
|
41
|
+
})),
|
|
42
|
+
"Source Location": type(group({
|
|
43
|
+
"file": member(string()),
|
|
44
|
+
"line": member(number()),
|
|
45
|
+
"column": member(number()),
|
|
76
46
|
})),
|
|
47
|
+
"Test": type(array(ref(typeReference("Error")))),
|
|
48
|
+
"Error": type(taggedUnion({
|
|
49
|
+
"content": ref(typeReference("Compare Error"))
|
|
50
|
+
})),
|
|
51
|
+
"Compare Error": type(group({
|
|
52
|
+
"location": member(ref(typeReference("Source Location"))),
|
|
53
|
+
"path": member(string()),
|
|
54
|
+
"type": member(taggedUnion({
|
|
55
|
+
"wrong number": group({
|
|
56
|
+
"found": member(number()),
|
|
57
|
+
}),
|
|
58
|
+
"wrong text": group({
|
|
59
|
+
"found": member(string()),
|
|
60
|
+
}),
|
|
61
|
+
"wrong boolean": group({
|
|
62
|
+
"found": member(boolean())
|
|
63
|
+
}),
|
|
64
|
+
"optional value expected not to be set": null_(),
|
|
65
|
+
"optional value expected to be set": null_(),
|
|
66
|
+
"not the right state": group({
|
|
67
|
+
"found": member(string())
|
|
68
|
+
}),
|
|
69
|
+
"not enough elements": null_(),
|
|
70
|
+
"too many elements": null_(),
|
|
71
|
+
"superfluous entries": group({
|
|
72
|
+
"keys": member(dictionary(null_()))
|
|
73
|
+
}),
|
|
74
|
+
"missing dictionary entry": group({
|
|
75
|
+
"key": member(string()),
|
|
76
|
+
}),
|
|
77
|
+
})),
|
|
77
78
|
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
79
|
+
})),
|
|
80
|
+
"Summary": type(group({
|
|
81
|
+
"number of tests": member(number()),
|
|
82
|
+
"number of missing tests": member(number()),
|
|
83
|
+
"number of errors": member(number()),
|
|
84
|
+
})),
|
|
84
85
|
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
})),
|
|
89
|
-
"intModule Set": type(dictionary(ref(typeReference("intModule")))),
|
|
90
|
-
"intModule": type(dictionary(ref(typeReference("intAlgorithm")))),
|
|
91
|
-
"intAlgorithm": type(group({
|
|
92
|
-
"location": member(ref(typeReference("Source Location"))),
|
|
93
|
-
"status": member(taggedUnion({
|
|
94
|
-
"no tests": null_(),
|
|
95
|
-
"skipped": null_(),
|
|
96
|
-
"has tests": dictionary(ref(typeReference("intTest"))),
|
|
86
|
+
"intLibrary": type(group({
|
|
87
|
+
"public": member(ref(typeReference("intModule Set"))),
|
|
88
|
+
"private": member(ref(typeReference("intModule Set"))),
|
|
97
89
|
})),
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
"
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
"
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
"
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
90
|
+
"intModule Set": type(dictionary(ref(typeReference("intModule")))),
|
|
91
|
+
"intModule": type(dictionary(ref(typeReference("intAlgorithm")))),
|
|
92
|
+
"intAlgorithm": type(group({
|
|
93
|
+
"location": member(ref(typeReference("Source Location"))),
|
|
94
|
+
"status": member(taggedUnion({
|
|
95
|
+
"no tests": null_(),
|
|
96
|
+
"skipped": null_(),
|
|
97
|
+
"has tests": dictionary(ref(typeReference("intTest"))),
|
|
98
|
+
})),
|
|
99
|
+
})),
|
|
100
|
+
"intTest": type(taggedUnion({
|
|
101
|
+
"has errors": array(ref(typeReference("Error"))),
|
|
102
|
+
"has no errors": null_(),
|
|
103
|
+
})),
|
|
104
|
+
"annotatedStatus": type(taggedUnion({
|
|
105
|
+
"has errors": null_(), // red
|
|
106
|
+
"missing tests": null_(), // yellow
|
|
107
|
+
"no tests": null_(), // grey
|
|
108
|
+
"success": null_(), // green
|
|
109
|
+
})),
|
|
110
|
+
"annotatedLibrary": type(group({
|
|
111
|
+
"public": member(ref(typeReference("annotatedModule Set"))),
|
|
112
|
+
"private": member(ref(typeReference("annotatedModule Set"))),
|
|
113
|
+
})),
|
|
114
|
+
"annotatedModule Set": type(group({
|
|
115
|
+
"status": member(ref(typeReference("annotatedStatus"))),
|
|
116
|
+
"modules": member(dictionary(ref(typeReference("annotatedModule")))),
|
|
117
|
+
})),
|
|
118
|
+
"annotatedModule": type(group({
|
|
119
|
+
"status": member(ref(typeReference("annotatedStatus"))),
|
|
120
|
+
"algorithms": member(dictionary(ref(typeReference("annotatedAlgorithm")))),
|
|
121
|
+
})),
|
|
122
|
+
"annotatedAlgorithm": type(group({
|
|
123
|
+
"location": member(ref(typeReference("Source Location"))),
|
|
124
|
+
"status": member(ref(typeReference("annotatedStatus"))),
|
|
125
|
+
"tests": member(dictionary(ref(typeReference("annotatedTest")))),
|
|
126
|
+
})),
|
|
127
|
+
"annotatedTest": type(group({
|
|
128
|
+
"status": member(ref(typeReference("annotatedStatus"))),
|
|
129
|
+
"errors": member(array(ref(typeReference("Error")))),
|
|
130
|
+
})),
|
|
131
|
+
}),
|
|
132
|
+
},
|
|
131
133
|
},
|
|
132
134
|
'interface types': d({
|
|
133
135
|
|
package/auto.pareto/auto.dependencies/pareto-pure/glossaries/typescript_intermediate.data.ts
CHANGED
|
@@ -11,56 +11,58 @@ 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
|
-
|
|
18
|
-
'
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
"
|
|
22
|
-
|
|
14
|
+
'data glossary': {
|
|
15
|
+
'glossary parameters': d({}),
|
|
16
|
+
'imports': d({
|
|
17
|
+
}),
|
|
18
|
+
'root': {
|
|
19
|
+
'namespaces': d({}),
|
|
20
|
+
'data types': d({
|
|
21
|
+
"Block": type(array(taggedUnion({
|
|
22
|
+
"nested line": ref(typeReference("Line")),
|
|
23
|
+
"line": string(),
|
|
23
24
|
|
|
24
|
-
|
|
25
|
+
//specials
|
|
25
26
|
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
27
|
+
/**
|
|
28
|
+
* this one can be used to transform a dictionary into an array of blocks. The order is not controllable.
|
|
29
|
+
*/
|
|
30
|
+
"block dictionary": dictionary(ref(typeReference("Block"))),
|
|
31
|
+
}))),
|
|
32
|
+
"Line": type(array(taggedUnion({
|
|
33
|
+
"snippet": string(),
|
|
34
|
+
"indent": ref(typeReference("Block")),
|
|
34
35
|
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
36
|
+
//specials
|
|
37
|
+
"apostrophed string": string(),
|
|
38
|
+
"quoted string": string(),
|
|
39
|
+
"backticked string": string(),
|
|
40
|
+
"identifier": string(),
|
|
41
|
+
// /**
|
|
42
|
+
// * this one is necessary because TypeScript does not allow trailing commas in certain places.
|
|
43
|
+
// * for example in type arguments.
|
|
44
|
+
// */
|
|
45
|
+
// "array without trailing commas": array(ref(typeReference("Line"))),
|
|
46
|
+
/**
|
|
47
|
+
* this one can be used to transform a dictionary into an array of line parts. The order is not controllable.
|
|
48
|
+
* typescript sometimes handles empty dictoinaries in impure ways and sometimes doesn't accept a trailing comma.
|
|
49
|
+
*/
|
|
50
|
+
"line dictionary": group({
|
|
51
|
+
"dictionary": member(dictionary(ref(typeReference("Line")))),
|
|
52
|
+
"if empty": member(ref(typeReference("Line"))),
|
|
53
|
+
"if not empty": member(group({
|
|
54
|
+
"prefix": member(ref(typeReference("Line"))),
|
|
55
|
+
"suffix": member(ref(typeReference("Line"))),
|
|
56
|
+
"add commas in between": member(boolean()),
|
|
57
|
+
})),
|
|
58
|
+
}),
|
|
59
|
+
}))),
|
|
60
|
+
"Lines": type(array(group({
|
|
61
|
+
"indentation": member(number()),
|
|
62
|
+
"text": member(string()),
|
|
63
|
+
}))),
|
|
64
|
+
}),
|
|
65
|
+
},
|
|
64
66
|
},
|
|
65
67
|
'interface types': d({}),
|
|
66
68
|
'algorithm types': d({
|
|
@@ -15,6 +15,6 @@ export const $: g_project.D.API = api(
|
|
|
15
15
|
* Serialization to this format can be done in a pure way.
|
|
16
16
|
* serialization from this format to an array of strings is not pure, specifically for 1 reason so far: apostrophed strings.
|
|
17
17
|
*/
|
|
18
|
-
"map": algorithm("Map", null, {}),
|
|
18
|
+
"map Root 2 Block": algorithm("Map Root 2 Block", null, {}),
|
|
19
19
|
}
|
|
20
20
|
)
|
|
@@ -16,25 +16,27 @@ import {
|
|
|
16
16
|
} from "pareto-pure/auto.dist/public/shorthands/cosmos_type_system.sh"
|
|
17
17
|
|
|
18
18
|
import { $ as d_in } from "../../glossaries/auto.alan_light.data"
|
|
19
|
-
import { $ as d_out } from "../../glossaries/
|
|
19
|
+
import { $ as d_out } from "../../glossaries/fountain_pen_indented_file_with_escaped_strings.data"
|
|
20
20
|
|
|
21
21
|
import * as g_glossary from "pareto-pure/auto.dist/public/auto.glossaries/auto.cosmos__type__system"
|
|
22
22
|
const d = pd.d
|
|
23
23
|
|
|
24
24
|
export const $: g_glossary.D.Glossary = {
|
|
25
|
-
'glossary
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
'root': {
|
|
31
|
-
'namespaces': d({}),
|
|
32
|
-
'data types': d({
|
|
25
|
+
'data glossary': {
|
|
26
|
+
'glossary parameters': d({}),
|
|
27
|
+
'imports': d({
|
|
28
|
+
"in": imp(d_in, {}),
|
|
29
|
+
"out": imp(d_out, {}),
|
|
33
30
|
}),
|
|
31
|
+
'root': {
|
|
32
|
+
'namespaces': d({}),
|
|
33
|
+
'data types': d({
|
|
34
|
+
}),
|
|
35
|
+
},
|
|
34
36
|
},
|
|
35
37
|
'interface types': d({}),
|
|
36
38
|
'algorithm types': d({
|
|
37
|
-
"Map": sfunction(externalTypeReference("out", "Block"), data(externalTypeReference("in", "Root"))),
|
|
39
|
+
"Map Root 2 Block": sfunction(externalTypeReference("out", "Block"), data(externalTypeReference("in", "Root"))),
|
|
38
40
|
}),
|
|
39
41
|
|
|
40
42
|
}
|
|
@@ -14,26 +14,28 @@ import {
|
|
|
14
14
|
import * as g_glossary from "pareto-pure/auto.dist/public/auto.glossaries/auto.cosmos__type__system"
|
|
15
15
|
|
|
16
16
|
import { $ as d_in } from "../../glossaries/astn.data"
|
|
17
|
-
import { $ as d_out } from "../../glossaries/
|
|
17
|
+
import { $ as d_out } from "../../glossaries/fountain_pen_indented_file_with_escaped_strings.data"
|
|
18
18
|
|
|
19
19
|
const d = pd.d
|
|
20
20
|
|
|
21
21
|
export const $: g_glossary.D.Glossary = {
|
|
22
|
-
'glossary
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
'root': {
|
|
29
|
-
'namespaces': d({}),
|
|
30
|
-
'data types': d({
|
|
22
|
+
'data glossary': {
|
|
23
|
+
'glossary parameters': d({
|
|
24
|
+
}),
|
|
25
|
+
'imports': d({
|
|
26
|
+
"in": imp(d_in, {}),
|
|
27
|
+
"out": imp(d_out, {}),
|
|
31
28
|
}),
|
|
29
|
+
'root': {
|
|
30
|
+
'namespaces': d({}),
|
|
31
|
+
'data types': d({
|
|
32
|
+
}),
|
|
33
|
+
},
|
|
32
34
|
},
|
|
33
35
|
'interface types': d({
|
|
34
36
|
|
|
35
37
|
}),
|
|
36
38
|
'algorithm types': d({
|
|
37
|
-
"Map": sfunction(externalTypeReference("out", "Block"), data(externalTypeReference("in", "Value"))),
|
|
39
|
+
"Map Value 2 Block": sfunction(externalTypeReference("out", "Block"), data(externalTypeReference("in", "Value"))),
|
|
38
40
|
}),
|
|
39
41
|
}
|
|
@@ -12,19 +12,21 @@ import { $ as d_in } from "../../glossaries/auto.cosmos_type_system.data"
|
|
|
12
12
|
const d = pd.d
|
|
13
13
|
|
|
14
14
|
export const $: g_glossary.D.Glossary = {
|
|
15
|
-
'glossary
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
'root': {
|
|
21
|
-
'namespaces': d({}),
|
|
22
|
-
'data types': d({
|
|
15
|
+
'data glossary': {
|
|
16
|
+
'glossary parameters': d({}),
|
|
17
|
+
'imports': d({
|
|
18
|
+
"in": imp(d_in, {}),
|
|
19
|
+
"out": imp(d_out, {}),
|
|
23
20
|
}),
|
|
21
|
+
'root': {
|
|
22
|
+
'namespaces': d({}),
|
|
23
|
+
'data types': d({
|
|
24
|
+
}),
|
|
25
|
+
},
|
|
24
26
|
},
|
|
25
27
|
'interface types': d({}),
|
|
26
28
|
'algorithm types': d({
|
|
27
|
-
"Map": sfunction(externalTypeReference("out", "Graph"), data(externalTypeReference("in", "Glossary"))),
|
|
29
|
+
"Map Glossary 2 Graph": sfunction(externalTypeReference("out", "Graph"), data(externalTypeReference("in", "Glossary"))),
|
|
28
30
|
|
|
29
31
|
}),
|
|
30
32
|
}
|
package/auto.pareto/auto.dependencies/pareto-pure/modules/cosmos_type_system_2_pareto/api.data.ts
CHANGED
|
@@ -11,7 +11,7 @@ import { $ as glos } from "./glossary.data"
|
|
|
11
11
|
export const $: g_project.D.API = api(
|
|
12
12
|
glos,
|
|
13
13
|
{
|
|
14
|
-
"
|
|
14
|
+
"map Library 2 Compilation Unit": algorithm("Map Library 2 Compilation Unit", null, {}),
|
|
15
15
|
|
|
16
16
|
}
|
|
17
17
|
)
|
|
@@ -12,22 +12,24 @@ import { $ as d_in } from "../../glossaries/auto.cosmos_type_system.data"
|
|
|
12
12
|
const d = pd.d
|
|
13
13
|
|
|
14
14
|
export const $: g_glossary.D.Glossary = {
|
|
15
|
-
'glossary
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
'root': {
|
|
21
|
-
'namespaces': d({}),
|
|
22
|
-
'data types': d({
|
|
23
|
-
"Library2ParetoComparatorsData": type(group({
|
|
24
|
-
"library": member(ref(externalTypeReference("in", "Library"))),
|
|
25
|
-
})),
|
|
15
|
+
'data glossary': {
|
|
16
|
+
'glossary parameters': d({}),
|
|
17
|
+
'imports': d({
|
|
18
|
+
"in": imp(d_in, {}),
|
|
19
|
+
"out": imp(d_out, {}),
|
|
26
20
|
}),
|
|
21
|
+
'root': {
|
|
22
|
+
'namespaces': d({}),
|
|
23
|
+
'data types': d({
|
|
24
|
+
"Library2ParetoComparatorsData": type(group({
|
|
25
|
+
"library": member(ref(externalTypeReference("in", "Library"))),
|
|
26
|
+
})),
|
|
27
|
+
}),
|
|
28
|
+
},
|
|
27
29
|
},
|
|
28
30
|
'interface types': d({}),
|
|
29
31
|
'algorithm types': d({
|
|
30
|
-
"
|
|
32
|
+
"Map Library 2 Compilation Unit": sfunction(externalTypeReference("out", "Compilation Unit"), data(typeReference("Library2ParetoComparatorsData"))),
|
|
31
33
|
|
|
32
34
|
}),
|
|
33
35
|
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
|
|
2
|
+
|
|
3
|
+
import * as pd from 'pareto-core-data'
|
|
4
|
+
|
|
5
|
+
import { algorithm, algref, api } from "pareto-pure/auto.dist/public/shorthands/cosmos_type_system.sh"
|
|
6
|
+
|
|
7
|
+
import * as g_project from "pareto-pure/auto.dist/public/auto.glossaries/auto.cosmos__type__system"
|
|
8
|
+
|
|
9
|
+
import { $ as glos } from "./glossary.data"
|
|
10
|
+
|
|
11
|
+
export const $: g_project.D.API = api(
|
|
12
|
+
glos,
|
|
13
|
+
{
|
|
14
|
+
"map Library 2 Directory": algorithm("Map Library 2 Directory", null, {}),
|
|
15
|
+
|
|
16
|
+
}
|
|
17
|
+
)
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import * as pd from 'pareto-core-data'
|
|
2
|
+
|
|
3
|
+
import {
|
|
4
|
+
array, data, dictionary, externalTypeReference, glossaryParameter, group, imp, member, null_, parametrizedType, ref, sfunction, string, taggedUnion, type, typeParameter, typeReference
|
|
5
|
+
} from "pareto-pure/auto.dist/public/shorthands/cosmos_type_system.sh"
|
|
6
|
+
|
|
7
|
+
import * as g_glossary from "pareto-pure/auto.dist/public/auto.glossaries/auto.cosmos__type__system"
|
|
8
|
+
|
|
9
|
+
import { $ as d_out } from "../../glossaries/fountain_pen_directory.data"
|
|
10
|
+
import { $ as d_in } from "../../glossaries/auto.cosmos_typescript.data"
|
|
11
|
+
import { $ as d_cts } from "../../glossaries/auto.cosmos_type_system.data"
|
|
12
|
+
|
|
13
|
+
const d = pd.d
|
|
14
|
+
|
|
15
|
+
export const $: g_glossary.D.Glossary = {
|
|
16
|
+
'data glossary': {
|
|
17
|
+
'glossary parameters': d({}),
|
|
18
|
+
'imports': d({
|
|
19
|
+
"in": imp(d_in, {}),
|
|
20
|
+
"out": imp(d_out, {}),
|
|
21
|
+
"cts": imp(d_cts, {}),
|
|
22
|
+
}),
|
|
23
|
+
'root': {
|
|
24
|
+
'namespaces': d({}),
|
|
25
|
+
'data types': d({
|
|
26
|
+
"In": type(group({
|
|
27
|
+
"$": member(ref(externalTypeReference("in", "Typescript Package"))),
|
|
28
|
+
"library": member(ref(externalTypeReference("cts", "Library"))),
|
|
29
|
+
}))
|
|
30
|
+
}),
|
|
31
|
+
},
|
|
32
|
+
},
|
|
33
|
+
'interface types': d({}),
|
|
34
|
+
'algorithm types': d({
|
|
35
|
+
"Map Library 2 Directory": sfunction(externalTypeReference("out", "Directory"), data(typeReference("In"))),
|
|
36
|
+
|
|
37
|
+
}),
|
|
38
|
+
}
|