pareto 0.58.0 → 0.60.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/auto.bin/auto.boekhouding.d.ts +2 -0
- package/auto.dist/auto.bin/auto.boekhouding.js +40 -0
- package/auto.dist/data/boekhouding.data.d.ts +2 -0
- package/auto.dist/data/boekhouding.data.js +433 -0
- package/auto.dist/index.d.ts +4 -4
- package/auto.dist/index.js +6 -6
- package/auto.dist/public/modules/{alan__light__serialize → main}/auto.api.d.ts +1 -1
- package/auto.dist/public/modules/{pareto2typescript → main}/auto.api.js +1 -1
- package/auto.dist/public/modules/main/auto.implementation.d.ts +2 -0
- package/auto.dist/public/modules/main/auto.implementation.js +6 -0
- package/auto.dist/public/modules/main/auto.provided_interface_glossary.d.ts +31 -0
- package/auto.dist/public/modules/{pareto2typescript → main}/auto.provided_interface_glossary.js +1 -1
- package/auto.dist/public/modules/main/auto.provided_interface_glossary.shadow.d.ts +12 -0
- package/auto.dist/public/modules/{pareto2typescript → main}/auto.provided_interface_glossary.shadow.js +1 -1
- package/auto.dist/public/modules/main/implementations/temp_$compile_$boekhouding.alg.d.ts +2 -0
- package/auto.dist/public/modules/main/implementations/temp_$compile_$boekhouding.alg.js +83 -0
- package/auto.dist/public/modules/{pareto2typescript → main}/index.js +1 -1
- package/auto.dist/public/modules/{pareto2typescript → pareto__2__fountain__pen}/auto.api.d.ts +1 -1
- package/auto.dist/public/modules/{tendril2alan__light → pareto__2__fountain__pen}/auto.api.js +1 -1
- package/auto.dist/public/modules/pareto__2__fountain__pen/auto.implementation.d.ts +2 -0
- package/auto.dist/public/modules/pareto__2__fountain__pen/auto.implementation.js +6 -0
- package/auto.dist/public/modules/{pareto2typescript → pareto__2__fountain__pen}/auto.provided_interface_glossary.d.ts +22 -41
- package/auto.dist/public/modules/{alan__light__serialize → pareto__2__fountain__pen}/auto.provided_interface_glossary.js +1 -1
- package/auto.dist/public/modules/{pareto2typescript → pareto__2__fountain__pen}/auto.provided_interface_glossary.shadow.d.ts +11 -6
- package/auto.dist/public/modules/{tendril2alan__light → pareto__2__fountain__pen}/auto.provided_interface_glossary.shadow.js +1 -1
- package/auto.dist/public/modules/pareto__2__fountain__pen/implementations/compilationUnit_$2_$Indented_$Lines.alg.d.ts +2 -0
- package/auto.dist/public/modules/pareto__2__fountain__pen/implementations/compilationUnit_$2_$Indented_$Lines.alg.js +54 -0
- package/auto.dist/public/modules/{alan__light__serialize → pareto__2__fountain__pen}/index.js +1 -1
- package/auto.dist/public/modules/{typescript__serialize → string__aware__fountain__pen__2__fountain__pen}/auto.api.js +1 -1
- package/auto.dist/public/modules/{tendril2alan__light → string__aware__fountain__pen__2__fountain__pen}/auto.implementation.js +1 -1
- package/auto.dist/public/modules/string__aware__fountain__pen__2__fountain__pen/auto.provided_interface_glossary.d.ts +90 -0
- package/auto.dist/public/modules/{typescript__serialize → string__aware__fountain__pen__2__fountain__pen}/auto.provided_interface_glossary.js +1 -1
- package/auto.dist/public/modules/{tendril2alan__light → string__aware__fountain__pen__2__fountain__pen}/auto.provided_interface_glossary.shadow.d.ts +2 -2
- package/auto.dist/public/modules/{typescript__serialize → 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.js +65 -0
- package/auto.dist/public/modules/{typescript__serialize → string__aware__fountain__pen__2__fountain__pen}/index.js +1 -1
- package/auto.dist/public/modules/{typescript__serialize → typescript__intermediate__2__fountain__pen}/auto.api.d.ts +1 -0
- package/auto.dist/public/modules/{alan__light__serialize → typescript__intermediate__2__fountain__pen}/auto.api.js +1 -1
- package/auto.dist/public/modules/{typescript__serialize → typescript__intermediate__2__fountain__pen}/auto.implementation.d.ts +1 -0
- package/auto.dist/public/modules/{typescript__serialize → typescript__intermediate__2__fountain__pen}/auto.implementation.js +4 -2
- package/auto.dist/public/modules/typescript__intermediate__2__fountain__pen/auto.provided_interface_glossary.d.ts +148 -0
- package/auto.dist/public/modules/{tendril2alan__light → typescript__intermediate__2__fountain__pen}/auto.provided_interface_glossary.js +1 -1
- package/auto.dist/public/modules/{alan__light__serialize → typescript__intermediate__2__fountain__pen}/auto.provided_interface_glossary.shadow.d.ts +5 -7
- package/auto.dist/public/modules/{alan__light__serialize → typescript__intermediate__2__fountain__pen}/auto.provided_interface_glossary.shadow.js +1 -1
- package/auto.dist/public/modules/{typescript__serialize → typescript__intermediate__2__fountain__pen}/implementations/createApostrophedString.alg.js +2 -3
- package/auto.dist/public/modules/{typescript__serialize → typescript__intermediate__2__fountain__pen}/implementations/createBacktickedString.alg.js +2 -3
- package/auto.dist/public/modules/{typescript__serialize → typescript__intermediate__2__fountain__pen}/implementations/createQuotedString.alg.js +3 -3
- package/auto.dist/public/modules/typescript__intermediate__2__fountain__pen/implementations/serialize.alg.js +95 -0
- package/auto.dist/public/modules/{tendril2alan__light → typescript__intermediate__2__fountain__pen}/index.js +1 -1
- package/auto.dist/public/modules/typescript__naming/auto.provided_interface_glossary.d.ts +3 -2
- package/auto.dist/public/modules/typescript__naming/implementations/createIdentifier.alg.js +1 -1
- package/auto.pareto/$.data.ts +8 -10
- package/auto.pareto/auto.dependencies/index.ts +3 -3
- package/auto.pareto/auto.dependencies/pareto-pure/$.data.ts +41 -20
- 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 -10
- 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-standard-library/modules/build → pareto-pure/auto.dependencies/pareto-standard-library/modules/buildInterfaceInitializers}/api.data.ts +0 -1
- 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/glossary.data.ts +5 -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 +3 -1
- package/auto.pareto/auto.dependencies/{pareto-standard-library/modules/arithmetic → pareto-pure/auto.dependencies/pareto-standard-library/modules/number}/glossary.data.ts +11 -17
- 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 +9 -1
- package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/string/glossary.data.ts +19 -1
- package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/tostring/api.data.ts +0 -5
- package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/tostring/glossary.data.ts +0 -14
- package/auto.pareto/auto.dependencies/pareto-pure/{auto.dependencies/pareto-standard-library/modules/json/glossary.data.ts → glossaries/astn.data.ts} +11 -14
- package/auto.pareto/auto.dependencies/pareto-pure/glossaries/{auto.alan.data.ts → auto.graphviz.data.ts} +491 -264
- package/auto.pareto/auto.dependencies/pareto-pure/{modules/fountain_pen/glossary.data.ts → glossaries/fountain_pen.data.ts} +11 -18
- package/auto.pareto/auto.dependencies/pareto-pure/glossaries/lines.data.ts +27 -0
- package/auto.pareto/auto.dependencies/pareto-pure/glossaries/string_aware_fountain_pen.data.ts +40 -0
- package/auto.pareto/auto.dependencies/pareto-pure/glossaries/testresult.data.ts +137 -0
- package/auto.pareto/auto.dependencies/pareto-pure/glossaries/typescript_intermediate.data.ts +68 -0
- package/auto.pareto/auto.dependencies/pareto-pure/modules/alan_light_2_string_aware_fountain_pen/api.data.ts +20 -0
- package/auto.pareto/{modules/alan_light_serialize → auto.dependencies/pareto-pure/modules/alan_light_2_string_aware_fountain_pen}/glossary.data.ts +5 -6
- package/auto.pareto/auto.dependencies/pareto-pure/{auto.dependencies/pareto-standard-library/modules/json → modules/astn_2_fountain_pen}/api.data.ts +1 -1
- package/auto.pareto/auto.dependencies/pareto-pure/modules/astn_2_fountain_pen/glossary.data.ts +39 -0
- package/auto.pareto/auto.dependencies/pareto-pure/modules/{tendril2pareto → cosmos_type_system_2_graphviz}/api.data.ts +3 -2
- 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/{cosmos2pareto → cosmos_type_system_2_pareto}/glossary.data.ts +6 -6
- package/auto.pareto/auto.dependencies/pareto-pure/modules/fountain_pen_2_fountain_pen/api.data.ts +17 -0
- package/auto.pareto/auto.dependencies/pareto-pure/modules/fountain_pen_2_fountain_pen/glossary.data.ts +36 -0
- package/auto.pareto/auto.dependencies/pareto-pure/modules/{fountain_pen → fountain_pen_2_lines}/api.data.ts +0 -1
- package/auto.pareto/auto.dependencies/pareto-pure/modules/fountain_pen_2_lines/glossary.data.ts +42 -0
- package/auto.pareto/auto.dependencies/pareto-pure/modules/graphviz_2_string_aware_fountain_pen/api.data.ts +20 -0
- package/auto.pareto/auto.dependencies/pareto-pure/modules/graphviz_2_string_aware_fountain_pen/glossary.data.ts +40 -0
- package/auto.pareto/auto.dependencies/pareto-pure/modules/pareto_2_typescript/api.data.ts +16 -0
- package/auto.pareto/auto.dependencies/pareto-pure/modules/pareto_2_typescript/glossary.data.ts +53 -0
- package/auto.pareto/{modules/tendril2alan_light → auto.dependencies/pareto-pure/modules/tendril_2_alan_light}/glossary.data.ts +5 -7
- package/auto.pareto/auto.dependencies/pareto-pure/modules/{tendril2cosmos_type_system → tendril_2_cosmos_type_system}/glossary.data.ts +6 -6
- package/auto.pareto/auto.dependencies/pareto-pure/modules/tendril_2_pareto/api.data.ts +17 -0
- package/auto.pareto/auto.dependencies/pareto-pure/modules/{tendril2pareto → tendril_2_pareto}/glossary.data.ts +6 -5
- package/auto.pareto/auto.dependencies/pareto-pure/modules/{testresult → testresult_2_testresult}/api.data.ts +0 -2
- package/auto.pareto/auto.dependencies/pareto-standard-library/$.data.ts +6 -10
- 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-pure/auto.dependencies/pareto-standard-library/modules/build → pareto-standard-library/modules/buildInterfaceInitializers}/api.data.ts +0 -1
- 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/glossary.data.ts +5 -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 +3 -1
- package/auto.pareto/auto.dependencies/{pareto-pure/auto.dependencies/pareto-standard-library/modules/arithmetic → pareto-standard-library/modules/number}/glossary.data.ts +11 -17
- 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 +9 -1
- package/auto.pareto/auto.dependencies/pareto-standard-library/modules/string/glossary.data.ts +19 -1
- package/auto.pareto/auto.dependencies/pareto-standard-library/modules/tostring/api.data.ts +0 -5
- package/auto.pareto/auto.dependencies/pareto-standard-library/modules/tostring/glossary.data.ts +0 -14
- 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 +0 -1
- package/auto.pareto/{modules/alan_light_serialize → 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/json/api.data.ts +8 -2
- package/auto.pareto/auto.dependencies/pareto-subatomic-library/modules/json/glossary.data.ts +4 -3
- package/auto.pareto/auto.dependencies/pareto-subatomic-library/modules/string/api.data.ts +0 -1
- package/auto.pareto/modules/main/api.data.ts +14 -0
- package/auto.pareto/modules/main/glossary.data.ts +43 -0
- package/auto.pareto/modules/{pareto2typescript → pareto_2_fountain_pen}/api.data.ts +1 -4
- package/auto.pareto/modules/{pareto2typescript → pareto_2_fountain_pen}/glossary.data.ts +6 -9
- 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_serialize → typescript_intermediate_2_fountain_pen}/api.data.ts +7 -0
- package/auto.pareto/modules/{typescript_serialize → typescript_intermediate_2_fountain_pen}/glossary.data.ts +8 -0
- package/auto.pareto/modules/typescript_naming/glossary.data.ts +3 -2
- package/package.json +9 -5
- package/auto.dist/public/modules/alan__light__serialize/auto.implementation.d.ts +0 -2
- package/auto.dist/public/modules/alan__light__serialize/auto.implementation.js +0 -6
- package/auto.dist/public/modules/alan__light__serialize/auto.provided_interface_glossary.d.ts +0 -705
- package/auto.dist/public/modules/alan__light__serialize/implementations/serialize.alg.js +0 -115
- package/auto.dist/public/modules/pareto2typescript/auto.implementation.d.ts +0 -2
- package/auto.dist/public/modules/pareto2typescript/auto.implementation.js +0 -6
- package/auto.dist/public/modules/pareto2typescript/implementations/serializeCompilationUnit.alg.d.ts +0 -2
- package/auto.dist/public/modules/pareto2typescript/implementations/serializeCompilationUnit.alg.js +0 -529
- package/auto.dist/public/modules/tendril2alan__light/auto.provided_interface_glossary.d.ts +0 -1583
- package/auto.dist/public/modules/tendril2alan__light/implementations/map.alg.js +0 -141
- package/auto.dist/public/modules/typescript__serialize/auto.provided_interface_glossary.d.ts +0 -11
- package/auto.dist/public/modules/typescript__serialize/auto.provided_interface_glossary.shadow.d.ts +0 -11
- package/auto.dist/public/modules/typescript__serialize/implementations/escape.alg.d.ts +0 -0
- package/auto.dist/public/modules/typescript__serialize/implementations/escape.alg.js +0 -20
- package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/build/glossary.data.ts +0 -133
- package/auto.pareto/auto.dependencies/pareto-pure/glossaries/auto.liana.data.ts +0 -1955
- package/auto.pareto/auto.dependencies/pareto-pure/modules/liana2tendril/api.data.ts +0 -24
- package/auto.pareto/auto.dependencies/pareto-pure/modules/liana2tendril/glossary.data.ts +0 -48
- package/auto.pareto/auto.dependencies/pareto-standard-library/modules/build/glossary.data.ts +0 -133
- package/auto.pareto/auto.dependencies/pareto-standard-library/modules/json/api.data.ts +0 -15
- package/auto.pareto/auto.dependencies/pareto-standard-library/modules/json/glossary.data.ts +0 -47
- /package/auto.dist/public/modules/{alan__light__serialize → main}/index.d.ts +0 -0
- /package/auto.dist/public/modules/{pareto2typescript → pareto__2__fountain__pen}/index.d.ts +0 -0
- /package/auto.dist/public/modules/{tendril2alan__light → string__aware__fountain__pen__2__fountain__pen}/auto.api.d.ts +0 -0
- /package/auto.dist/public/modules/{tendril2alan__light → string__aware__fountain__pen__2__fountain__pen}/auto.implementation.d.ts +0 -0
- /package/auto.dist/public/modules/{tendril2alan__light → string__aware__fountain__pen__2__fountain__pen}/implementations/map.alg.d.ts +0 -0
- /package/auto.dist/public/modules/{tendril2alan__light → string__aware__fountain__pen__2__fountain__pen}/index.d.ts +0 -0
- /package/auto.dist/public/modules/{typescript__serialize → typescript__intermediate__2__fountain__pen}/implementations/createApostrophedString.alg.d.ts +0 -0
- /package/auto.dist/public/modules/{typescript__serialize → typescript__intermediate__2__fountain__pen}/implementations/createBacktickedString.alg.d.ts +0 -0
- /package/auto.dist/public/modules/{typescript__serialize → typescript__intermediate__2__fountain__pen}/implementations/createQuotedString.alg.d.ts +0 -0
- /package/auto.dist/public/modules/{alan__light__serialize → typescript__intermediate__2__fountain__pen}/implementations/serialize.alg.d.ts +0 -0
- /package/auto.dist/public/modules/{typescript__serialize → typescript__intermediate__2__fountain__pen}/index.d.ts +0 -0
- /package/auto.pareto/auto.dependencies/pareto-pure/modules/{cosmos2pareto → cosmos_type_system_2_pareto}/api.data.ts +0 -0
- /package/auto.pareto/{modules/tendril2alan_light → auto.dependencies/pareto-pure/modules/tendril_2_alan_light}/api.data.ts +0 -0
- /package/auto.pareto/auto.dependencies/pareto-pure/modules/{tendril2cosmos_type_system → tendril_2_cosmos_type_system}/api.data.ts +0 -0
- /package/auto.pareto/auto.dependencies/pareto-pure/modules/{testresult → testresult_2_testresult}/glossary.data.ts +0 -0
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import * as pd from 'pareto-core-data'
|
|
2
|
+
|
|
3
|
+
import {
|
|
4
|
+
data,
|
|
5
|
+
sfunction,
|
|
6
|
+
type,
|
|
7
|
+
group,
|
|
8
|
+
typeReference,
|
|
9
|
+
member,
|
|
10
|
+
string,
|
|
11
|
+
dictionary,
|
|
12
|
+
null_,
|
|
13
|
+
array,
|
|
14
|
+
imp,
|
|
15
|
+
externalTypeReference,
|
|
16
|
+
} from "pareto-pure/auto.dist/public/shorthands/cosmos_type_system.sh"
|
|
17
|
+
|
|
18
|
+
import { $ as d_in } from "../../glossaries/auto.graphviz.data"
|
|
19
|
+
import { $ as d_out } from "../../glossaries/string_aware_fountain_pen.data"
|
|
20
|
+
|
|
21
|
+
import * as g_glossary from "pareto-pure/auto.dist/public/auto.glossaries/auto.cosmos__type__system"
|
|
22
|
+
const d = pd.d
|
|
23
|
+
|
|
24
|
+
export const $: g_glossary.D.Glossary = {
|
|
25
|
+
'glossary parameters': d({}),
|
|
26
|
+
'imports': d({
|
|
27
|
+
"in": imp(d_in, {}),
|
|
28
|
+
"out": imp(d_out, {}),
|
|
29
|
+
}),
|
|
30
|
+
'root': {
|
|
31
|
+
'namespaces': d({}),
|
|
32
|
+
'data types': d({
|
|
33
|
+
}),
|
|
34
|
+
},
|
|
35
|
+
'interface types': d({}),
|
|
36
|
+
'algorithm types': d({
|
|
37
|
+
"Map": sfunction(externalTypeReference("out", "Block"), data(externalTypeReference("in", "Graph"))),
|
|
38
|
+
}),
|
|
39
|
+
|
|
40
|
+
}
|
|
@@ -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 { aInterface, aInterfaceMethod, glossary, group, member, number, sInterface, sInterfaceMethod, streamconsumer, string, type, typeReference } from "pareto-pure/auto.dist/public/shorthands/cosmos_type_system.sh"
|
|
9
|
+
|
|
10
|
+
export const $: g_project.D.API = api(
|
|
11
|
+
glos,
|
|
12
|
+
|
|
13
|
+
{
|
|
14
|
+
"map": algorithm("Map", null, {})
|
|
15
|
+
}
|
|
16
|
+
)
|
package/auto.pareto/auto.dependencies/pareto-pure/modules/pareto_2_typescript/glossary.data.ts
ADDED
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
import * as pd from 'pareto-core-data'
|
|
2
|
+
|
|
3
|
+
import {
|
|
4
|
+
dictionary,
|
|
5
|
+
typeReference,
|
|
6
|
+
data,
|
|
7
|
+
sfunction,
|
|
8
|
+
ref,
|
|
9
|
+
typeParameter,
|
|
10
|
+
externalTypeReference,
|
|
11
|
+
parametrizedType,
|
|
12
|
+
optional,
|
|
13
|
+
group,
|
|
14
|
+
member,
|
|
15
|
+
aInterface,
|
|
16
|
+
streamconsumer,
|
|
17
|
+
aInterfaceMethod,
|
|
18
|
+
type,
|
|
19
|
+
string,
|
|
20
|
+
boolean,
|
|
21
|
+
sInterface,
|
|
22
|
+
sInterfaceMethod,
|
|
23
|
+
array,
|
|
24
|
+
imp,
|
|
25
|
+
} from "pareto-pure/auto.dist/public/shorthands/cosmos_type_system.sh"
|
|
26
|
+
|
|
27
|
+
import * as g_glossary from "pareto-pure/auto.dist/public/auto.glossaries/auto.cosmos__type__system"
|
|
28
|
+
|
|
29
|
+
import { $ as d_in } from "../../glossaries/auto.pareto.data"
|
|
30
|
+
import { $ as d_out } from "../../glossaries/typescript_intermediate.data"
|
|
31
|
+
|
|
32
|
+
const d = pd.d
|
|
33
|
+
|
|
34
|
+
export const $: g_glossary.D.Glossary = {
|
|
35
|
+
'imports': d({
|
|
36
|
+
"in": imp(d_in, {}),
|
|
37
|
+
"out": imp(d_out, {}),
|
|
38
|
+
}),
|
|
39
|
+
|
|
40
|
+
'glossary parameters': d({}),
|
|
41
|
+
'root': {
|
|
42
|
+
'namespaces': d({}),
|
|
43
|
+
'data types': d({
|
|
44
|
+
"Map Data": type(group({
|
|
45
|
+
"compilation unit": member(ref(externalTypeReference("in", "Compilation Unit", {}))),
|
|
46
|
+
})),
|
|
47
|
+
}),
|
|
48
|
+
},
|
|
49
|
+
'interface types': d({}),
|
|
50
|
+
'algorithm types': d({
|
|
51
|
+
"Map": sfunction(externalTypeReference("out", "Block"), data(typeReference("Map Data"))),
|
|
52
|
+
}),
|
|
53
|
+
}
|
|
@@ -26,18 +26,16 @@ import {
|
|
|
26
26
|
|
|
27
27
|
import * as g_glossary from "pareto-pure/auto.dist/public/auto.glossaries/auto.cosmos__type__system"
|
|
28
28
|
|
|
29
|
-
|
|
30
|
-
import { $ as
|
|
31
|
-
import { $ as d_alan_light } from "../../auto.dependencies/pareto-pure/glossaries/auto.alan.data"
|
|
29
|
+
import { $ as d_in } from "../../glossaries/auto.tendril_resolved.data"
|
|
30
|
+
import { $ as d_out } from "../../glossaries/auto.alan_light.data"
|
|
32
31
|
|
|
33
32
|
const d = pd.d
|
|
34
33
|
|
|
35
34
|
export const $: g_glossary.D.Glossary = {
|
|
36
35
|
'imports': d({
|
|
37
|
-
"
|
|
38
|
-
"
|
|
36
|
+
"in": imp(d_in, {}),
|
|
37
|
+
"out": imp(d_out, {}),
|
|
39
38
|
}),
|
|
40
|
-
|
|
41
39
|
'glossary parameters': d({}),
|
|
42
40
|
'root': {
|
|
43
41
|
'namespaces': d({}),
|
|
@@ -46,6 +44,6 @@ export const $: g_glossary.D.Glossary = {
|
|
|
46
44
|
},
|
|
47
45
|
'interface types': d({}),
|
|
48
46
|
'algorithm types': d({
|
|
49
|
-
"Map": sfunction(externalTypeReference("
|
|
47
|
+
"Map": sfunction(externalTypeReference("out", "Root"), data(externalTypeReference("in", "Model"))),
|
|
50
48
|
}),
|
|
51
49
|
}
|
|
@@ -7,8 +7,8 @@ import {
|
|
|
7
7
|
array, boolean, data, dictionary, externalTypeReference, glossaryParameter, group, imp, infInit, member, null_, number, optional, parametrizedType, ref, sfunction, streamconsumer, string, taggedUnion, type, typeParameter, typeReference
|
|
8
8
|
} from "pareto-pure/auto.dist/public/shorthands/cosmos_type_system.sh"
|
|
9
9
|
|
|
10
|
-
import { $ as
|
|
11
|
-
import { $ as
|
|
10
|
+
import { $ as d_out } from "../../glossaries/auto.cosmos_type_system.data"
|
|
11
|
+
import { $ as d_in } from "../../glossaries/auto.tendril_resolved.data"
|
|
12
12
|
|
|
13
13
|
import * as g_glossary from "pareto-pure/auto.dist/public/auto.glossaries/auto.cosmos__type__system"
|
|
14
14
|
const d = pd.d
|
|
@@ -16,8 +16,8 @@ const d = pd.d
|
|
|
16
16
|
export const $: g_glossary.D.Glossary = {
|
|
17
17
|
'glossary parameters': d({}),
|
|
18
18
|
'imports': d({
|
|
19
|
-
"
|
|
20
|
-
"
|
|
19
|
+
"in": imp(d_in, {}),
|
|
20
|
+
"out": imp(d_out, {}),
|
|
21
21
|
}),
|
|
22
22
|
'root': {
|
|
23
23
|
'namespaces': d({}),
|
|
@@ -27,7 +27,7 @@ export const $: g_glossary.D.Glossary = {
|
|
|
27
27
|
"settings": member(ref(typeReference("Mapping Settings"))),
|
|
28
28
|
})),
|
|
29
29
|
"Mapped Library": type(group({
|
|
30
|
-
"library": member(ref(externalTypeReference("
|
|
30
|
+
"library": member(ref(externalTypeReference("in", "Type Library", {}))),
|
|
31
31
|
"terminal mapping": member(ref(typeReference("Terminal Mapping"))),
|
|
32
32
|
})),
|
|
33
33
|
|
|
@@ -67,7 +67,7 @@ export const $: g_glossary.D.Glossary = {
|
|
|
67
67
|
'interface types': d({
|
|
68
68
|
}),
|
|
69
69
|
'algorithm types': d({
|
|
70
|
-
"Map": sfunction(externalTypeReference("
|
|
70
|
+
"Map": sfunction(externalTypeReference("out", "Glossary", {}), data(typeReference("MapData"))),
|
|
71
71
|
|
|
72
72
|
}),
|
|
73
73
|
}
|
|
@@ -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
|
+
"createResolver": algorithm("CreateResolver", null, {}),
|
|
15
|
+
"createSerializer": algorithm("CreateSerializer", null, {}),
|
|
16
|
+
}
|
|
17
|
+
)
|
|
@@ -7,8 +7,8 @@ import {
|
|
|
7
7
|
array, boolean, data, dictionary, externalTypeReference, glossaryParameter, group, imp, infInit, member, null_, number, optional, parametrizedType, ref, sfunction, streamconsumer, string, taggedUnion, type, typeParameter, typeReference
|
|
8
8
|
} from "pareto-pure/auto.dist/public/shorthands/cosmos_type_system.sh"
|
|
9
9
|
|
|
10
|
-
import { $ as
|
|
11
|
-
import { $ as
|
|
10
|
+
import { $ as d_out } from "../../glossaries/auto.pareto.data"
|
|
11
|
+
import { $ as d_in } from "../../glossaries/auto.tendril_resolved.data"
|
|
12
12
|
|
|
13
13
|
import * as g_glossary from "pareto-pure/auto.dist/public/auto.glossaries/auto.cosmos__type__system"
|
|
14
14
|
const d = pd.d
|
|
@@ -16,8 +16,8 @@ const d = pd.d
|
|
|
16
16
|
export const $: g_glossary.D.Glossary = {
|
|
17
17
|
'glossary parameters': d({}),
|
|
18
18
|
'imports': d({
|
|
19
|
-
"
|
|
20
|
-
"
|
|
19
|
+
"in": imp(d_in, {}),
|
|
20
|
+
"out": imp(d_out, {}),
|
|
21
21
|
}),
|
|
22
22
|
'root': {
|
|
23
23
|
'namespaces': d({}),
|
|
@@ -28,6 +28,7 @@ export const $: g_glossary.D.Glossary = {
|
|
|
28
28
|
'interface types': d({
|
|
29
29
|
}),
|
|
30
30
|
'algorithm types': d({
|
|
31
|
-
"CreateResolver": sfunction(externalTypeReference("
|
|
31
|
+
"CreateResolver": sfunction(externalTypeReference("out", "Compilation Unit", {}), data(externalTypeReference("in", "Type Library", {}))),
|
|
32
|
+
"CreateSerializer": sfunction(externalTypeReference("out", "Compilation Unit", {}), data(externalTypeReference("in", "Type Library", {}))),
|
|
32
33
|
}),
|
|
33
34
|
}
|
|
@@ -4,10 +4,8 @@ import { algorithm, algref, api } from "pareto-pure/auto.dist/public/shorthands/
|
|
|
4
4
|
|
|
5
5
|
import * as g_project from "pareto-pure/auto.dist/public/auto.glossaries/auto.cosmos__type__system"
|
|
6
6
|
|
|
7
|
-
|
|
8
7
|
import { $ as d_glos } from "./glossary.data"
|
|
9
8
|
|
|
10
|
-
|
|
11
9
|
export const $: g_project.D.API = api(
|
|
12
10
|
d_glos,
|
|
13
11
|
{
|
|
@@ -5,13 +5,12 @@ import * as g_project from "pareto-pure/auto.dist/public/auto.glossaries/auto.co
|
|
|
5
5
|
const d = pd.d
|
|
6
6
|
import { } from "pareto-pure/auto.dist/public/shorthands/cosmos_type_system.sh"
|
|
7
7
|
|
|
8
|
-
import { $ as d_arithmetic } from "./modules/arithmetic/api.data"
|
|
9
8
|
import { $ as d_array } from "./modules/array/api.data"
|
|
10
9
|
import { $ as d_boolean } from "./modules/boolean/api.data"
|
|
11
|
-
import { $ as
|
|
10
|
+
import { $ as d_buildInterfaceInitializers } from "./modules/buildInterfaceInitializers/api.data"
|
|
12
11
|
import { $ as d_dictionary } from "./modules/dictionary/api.data"
|
|
13
|
-
import { $ as
|
|
14
|
-
import { $ as
|
|
12
|
+
import { $ as d_number } from "./modules/number/api.data"
|
|
13
|
+
import { $ as d_optional } from "./modules/optional/api.data"
|
|
15
14
|
import { $ as d_resolve } from "./modules/resolve/api.data"
|
|
16
15
|
import { $ as d_string } from "./modules/string/api.data"
|
|
17
16
|
import { $ as d_tostring } from "./modules/tostring/api.data"
|
|
@@ -26,16 +25,13 @@ export const $: g_project.D.Library = {
|
|
|
26
25
|
'public': {
|
|
27
26
|
'glossaries': d({}),
|
|
28
27
|
'modules': d({
|
|
29
|
-
"arithmetic": d_arithmetic,
|
|
30
28
|
"array": d_array,
|
|
31
29
|
"boolean": d_boolean,
|
|
32
|
-
"build":
|
|
30
|
+
"build interface initializers": d_buildInterfaceInitializers,
|
|
33
31
|
"dictionary": d_dictionary,
|
|
34
|
-
"
|
|
35
|
-
"
|
|
36
|
-
"resolve": d_resolve,
|
|
32
|
+
"number": d_number,
|
|
33
|
+
"optional": d_optional,
|
|
37
34
|
"string": d_string,
|
|
38
|
-
"tostring": d_tostring,
|
|
39
35
|
})
|
|
40
36
|
},
|
|
41
37
|
'private': {
|
|
@@ -14,6 +14,8 @@ export const $: g_project.D.API = api(
|
|
|
14
14
|
"append": algorithm("Append", null, {}),
|
|
15
15
|
"prepend": algorithm("Prepend", null, {}),
|
|
16
16
|
"zip": algorithm("Zip", null, {}),
|
|
17
|
+
"flattenTree": algorithm("FlattenTree", null, {}),
|
|
18
|
+
"unsafeSortTopologically": algorithm("SortTopologically", null, {}),
|
|
17
19
|
|
|
18
20
|
}
|
|
19
21
|
)
|
package/auto.pareto/auto.dependencies/pareto-standard-library/modules/array/glossary.data.ts
CHANGED
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
import * as pd from 'pareto-core-data'
|
|
2
2
|
|
|
3
3
|
import {
|
|
4
|
-
array, data, dictionary, externalTypeReference, group, member, number, optional, parametrizedType, ref, sfunction,
|
|
4
|
+
array, data, dictionary, externalTypeReference, group, member, null_, number, optional, parametrizedType, ref, sfunction,
|
|
5
|
+
string,
|
|
6
|
+
taggedUnion,
|
|
5
7
|
type, typeParameter, typeReference
|
|
6
8
|
} from "pareto-pure/auto.dist/public/shorthands/cosmos_type_system.sh"
|
|
7
9
|
|
|
@@ -16,37 +18,104 @@ export const $: g_glossary.D.Glossary = {
|
|
|
16
18
|
'root': {
|
|
17
19
|
'namespaces': d({}),
|
|
18
20
|
'data types': d({
|
|
19
|
-
|
|
20
|
-
"
|
|
21
|
+
//out
|
|
22
|
+
"Array": parametrizedType(
|
|
23
|
+
{ "Type": null },
|
|
24
|
+
array(ref(typeParameter("Type")))
|
|
25
|
+
),
|
|
21
26
|
|
|
22
|
-
"
|
|
23
|
-
"
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
27
|
+
"ZippedArray": parametrizedType(
|
|
28
|
+
{ "Benchmark": null, "Focus": null },
|
|
29
|
+
array(group({
|
|
30
|
+
"benchmark": member(ref(typeParameter("Benchmark"))),
|
|
31
|
+
"focus": member(ref(typeParameter("Focus"))),
|
|
32
|
+
}))
|
|
33
|
+
),
|
|
34
|
+
|
|
35
|
+
//in
|
|
36
|
+
"ArrayOfArrays": parametrizedType(
|
|
37
|
+
{ "Type": null },
|
|
38
|
+
array(ref(typeReference("Array", { "Type": typeParameter("Type") })))),
|
|
39
|
+
|
|
40
|
+
"AppendParameters": parametrizedType(
|
|
41
|
+
{ "Type": null },
|
|
42
|
+
group({
|
|
43
|
+
"array": member(ref(typeReference("Array", { "Type": typeParameter("Type") }))),
|
|
44
|
+
"element": member(ref(typeParameter("Type"))),
|
|
45
|
+
})
|
|
46
|
+
),
|
|
47
|
+
"PrependParameters": parametrizedType(
|
|
48
|
+
{ "Type": null },
|
|
49
|
+
group({
|
|
50
|
+
"array": member(ref(typeReference("Array", { "Type": typeParameter("Type") }))),
|
|
51
|
+
"element": member(ref(typeParameter("Type"))),
|
|
52
|
+
})
|
|
53
|
+
),
|
|
54
|
+
"ArrayTuple": parametrizedType(
|
|
55
|
+
{ "Benchmark": null, "Focus": null },
|
|
56
|
+
group({
|
|
57
|
+
"benchmark": member(ref(typeReference("Array", { "Type": typeParameter("Benchmark") }))),
|
|
58
|
+
"focus": member(ref(typeReference("Array", { "Type": typeParameter("Focus") }))),
|
|
59
|
+
})
|
|
60
|
+
),
|
|
61
|
+
"Nested": parametrizedType({ "Type": null }, taggedUnion({
|
|
62
|
+
"single": ref(typeParameter("Type")),
|
|
63
|
+
"multiple": array(ref(typeReference("Nested", { "Type": typeParameter("Type") }))),
|
|
64
|
+
"none": null_(),
|
|
33
65
|
})),
|
|
34
|
-
"
|
|
35
|
-
|
|
36
|
-
|
|
66
|
+
// "Array": parametrizedType({ "Type": null }, array(ref(typeReference("KeyValuePair", { "Type": typeParameter("Type") })))),
|
|
67
|
+
// "KeyValuePair": parametrizedType({ "Type": null }, group({
|
|
68
|
+
// "key": member(string()),
|
|
69
|
+
// "value": member(ref(typeParameter("Type"))),
|
|
70
|
+
// })),
|
|
71
|
+
|
|
72
|
+
"DependencyDictionary": parametrizedType({ "Type": null }, dictionary(group({
|
|
73
|
+
"value": member(ref(typeParameter("Type"))),
|
|
74
|
+
"dependencies": member(dictionary(null_())),
|
|
37
75
|
}))),
|
|
38
76
|
|
|
77
|
+
|
|
78
|
+
"KeyValuePairArray": parametrizedType({ "Type": null }, array(ref(typeReference("KeyValuePair", { "Type": typeParameter("Type") })))),
|
|
79
|
+
"KeyValuePair": parametrizedType({ "Type": null }, group({
|
|
80
|
+
"key": member(string()),
|
|
81
|
+
"value": member(ref(typeParameter("Type"))),
|
|
82
|
+
})),
|
|
83
|
+
|
|
39
84
|
}),
|
|
40
85
|
},
|
|
41
86
|
'interface types': d({}),
|
|
42
87
|
'algorithm types': d({
|
|
43
|
-
"Append": sfunction(
|
|
44
|
-
|
|
45
|
-
|
|
88
|
+
"Append": sfunction(
|
|
89
|
+
typeReference("Array", { "Type": typeParameter("Type") }),
|
|
90
|
+
data(typeReference("AppendParameters", { "Type": typeParameter("Type") })),
|
|
91
|
+
{ "Type": null }
|
|
92
|
+
),
|
|
93
|
+
"Prepend": sfunction(
|
|
94
|
+
typeReference("Array", { "Type": typeParameter("Type") }),
|
|
95
|
+
data(typeReference("PrependParameters", { "Type": typeParameter("Type") })),
|
|
96
|
+
{ "Type": null }
|
|
97
|
+
),
|
|
98
|
+
"FlattenArrayOfArrays": sfunction(
|
|
99
|
+
typeReference("Array", { "Type": typeParameter("Type") }),
|
|
100
|
+
data(typeReference("ArrayOfArrays", { "Type": typeParameter("Type") })),
|
|
101
|
+
{ "Type": null },
|
|
102
|
+
),
|
|
103
|
+
"FlattenTree": sfunction(
|
|
104
|
+
typeReference("Array", { "Type": typeParameter("Type") }),
|
|
105
|
+
data(typeReference("Nested", { "Type": typeParameter("Type") })),
|
|
106
|
+
{ "Type": null }
|
|
107
|
+
),
|
|
46
108
|
"Zip": sfunction(
|
|
47
109
|
typeReference("ZippedArray", { "Benchmark": typeParameter("Benchmark"), "Focus": typeParameter("Focus") }),
|
|
48
110
|
data(typeReference("ArrayTuple", { "Benchmark": typeParameter("Benchmark"), "Focus": typeParameter("Focus") })),
|
|
49
111
|
{ "Benchmark": null, "Focus": null }
|
|
50
112
|
),
|
|
113
|
+
|
|
114
|
+
|
|
115
|
+
"SortTopologically": sfunction(
|
|
116
|
+
typeReference("KeyValuePairArray", { "Type": typeParameter("Type") }),
|
|
117
|
+
data(typeReference("DependencyDictionary", { "Type": typeParameter("Type") })),
|
|
118
|
+
{ "Type": null }
|
|
119
|
+
),
|
|
51
120
|
}),
|
|
52
121
|
}
|
|
@@ -18,7 +18,6 @@ export const $: g_project.D.API = api(
|
|
|
18
18
|
"createSafeDictionaryBuilder": algorithm("CreateSafeDictionaryBuilder", "DictionaryBuildStrategy", {}),
|
|
19
19
|
"createArrayBuilder": algorithm("CreateArrayBuilder", null, {}),
|
|
20
20
|
|
|
21
|
-
|
|
22
21
|
"createStringBuilder": algorithm("CreateStringBuilder", "Startstring", {
|
|
23
22
|
}),
|
|
24
23
|
}
|
|
@@ -0,0 +1,167 @@
|
|
|
1
|
+
import * as pd from 'pareto-core-data'
|
|
2
|
+
|
|
3
|
+
import {
|
|
4
|
+
aInterfaceMethod,
|
|
5
|
+
aInterfaceReference,
|
|
6
|
+
array, dictionary, ref, typeParameter, group, sInf, member,
|
|
7
|
+
sfunction,
|
|
8
|
+
sInterfaceMethod, sInterfaceReference, streamconsumer, string, taggedUnion, type, typeReference, aInterface, sInterface, parametrizedType,
|
|
9
|
+
infInit
|
|
10
|
+
} from "pareto-pure/auto.dist/public/shorthands/cosmos_type_system.sh"
|
|
11
|
+
|
|
12
|
+
import * as g_glossary from "pareto-pure/auto.dist/public/auto.glossaries/auto.cosmos__type__system"
|
|
13
|
+
const d = pd.d
|
|
14
|
+
|
|
15
|
+
export const $: g_glossary.D.Glossary = {
|
|
16
|
+
'glossary parameters': d({}),
|
|
17
|
+
'imports': d({
|
|
18
|
+
}),
|
|
19
|
+
'root': {
|
|
20
|
+
'namespaces': d({}),
|
|
21
|
+
'data types': d({
|
|
22
|
+
"Simple Array": parametrizedType({ "Type": null }, array(ref(typeParameter("Type")))),
|
|
23
|
+
|
|
24
|
+
"Simple Dictionary": parametrizedType({ "Type": null }, dictionary(ref(typeParameter("Type")))),
|
|
25
|
+
"Simple String": type(string()),
|
|
26
|
+
|
|
27
|
+
"Array": parametrizedType({ "Type": null, "EndType": null }, group({
|
|
28
|
+
"array": member(array(ref(typeParameter("Type")))),
|
|
29
|
+
"end": member(ref(typeParameter("EndType"))),
|
|
30
|
+
})),
|
|
31
|
+
"Dictionary": parametrizedType({ "Type": null, "EndType": null }, group({
|
|
32
|
+
"dictionary": member(dictionary(ref(typeParameter("Type")))),
|
|
33
|
+
"end": member(ref(typeParameter("EndType"))),
|
|
34
|
+
})),
|
|
35
|
+
"String": parametrizedType({ "EndType": null }, group({
|
|
36
|
+
"string": member(string()),
|
|
37
|
+
"end": member(ref(typeParameter("EndType"))),
|
|
38
|
+
})),
|
|
39
|
+
"KeyValuePair": parametrizedType({ "Type": null }, group({
|
|
40
|
+
"key": member(string()),
|
|
41
|
+
"value": member(ref(typeParameter("Type"))),
|
|
42
|
+
})),
|
|
43
|
+
|
|
44
|
+
"DictionaryBuildStrategy": type(taggedUnion({
|
|
45
|
+
"ignore": group({}),
|
|
46
|
+
"overwrite": group({}),
|
|
47
|
+
})),
|
|
48
|
+
"Startstring": type(string()),
|
|
49
|
+
}),
|
|
50
|
+
},
|
|
51
|
+
'interface types': d({
|
|
52
|
+
"Array": aInterface(
|
|
53
|
+
aInterfaceMethod(typeReference("Array", {
|
|
54
|
+
"Type": typeParameter("Type"),
|
|
55
|
+
"EndType": typeParameter("EndType")
|
|
56
|
+
})),
|
|
57
|
+
{ "Type": null, "EndType": null }
|
|
58
|
+
),
|
|
59
|
+
"Dictionary": aInterface(
|
|
60
|
+
aInterfaceMethod(typeReference("Dictionary", {
|
|
61
|
+
"Type": typeParameter("Type"),
|
|
62
|
+
"EndType": typeParameter("EndType")
|
|
63
|
+
})),
|
|
64
|
+
{ "Type": null, "EndType": null }
|
|
65
|
+
),
|
|
66
|
+
"Elements": aInterface(
|
|
67
|
+
streamconsumer(
|
|
68
|
+
aInterfaceMethod(typeParameter("Type")),
|
|
69
|
+
aInterfaceMethod(typeParameter("EndType")),
|
|
70
|
+
),
|
|
71
|
+
{ "Type": null, "EndType": null }
|
|
72
|
+
),
|
|
73
|
+
"Entries": aInterface(
|
|
74
|
+
streamconsumer(
|
|
75
|
+
aInterfaceMethod(typeReference("KeyValuePair", { "Type": typeParameter("Type") })),
|
|
76
|
+
aInterfaceMethod(typeParameter("EndType")),
|
|
77
|
+
),
|
|
78
|
+
{ "Type": null, "EndType": null }
|
|
79
|
+
),
|
|
80
|
+
"DuplicatesHandler": aInterface(
|
|
81
|
+
streamconsumer(
|
|
82
|
+
aInterfaceMethod(typeReference("Simple String")),
|
|
83
|
+
aInterfaceMethod(null),
|
|
84
|
+
)
|
|
85
|
+
),
|
|
86
|
+
"StringConsumer": aInterface(
|
|
87
|
+
aInterfaceMethod(typeReference("String", { "EndType": typeParameter("EndType") })),
|
|
88
|
+
{ "EndType": null }
|
|
89
|
+
),
|
|
90
|
+
"StringStreamConsumer": aInterface(
|
|
91
|
+
streamconsumer(
|
|
92
|
+
aInterfaceMethod(typeReference("Simple String")),
|
|
93
|
+
aInterfaceMethod(typeParameter("EndType")),
|
|
94
|
+
),
|
|
95
|
+
{ "EndType": null }
|
|
96
|
+
),
|
|
97
|
+
"Add": sInterface(
|
|
98
|
+
sInterfaceMethod(typeReference("KeyValuePair", { "Type": typeParameter("Type") })),
|
|
99
|
+
{ "Type": null }
|
|
100
|
+
),
|
|
101
|
+
"Push": sInterface(
|
|
102
|
+
sInterfaceMethod(typeParameter("Type")),
|
|
103
|
+
{ "Type": null }
|
|
104
|
+
),
|
|
105
|
+
}),
|
|
106
|
+
'algorithm types': d({
|
|
107
|
+
"CreateArrayBuilder": infInit(
|
|
108
|
+
aInterfaceReference("Elements", {
|
|
109
|
+
"Type": typeParameter("Type"),
|
|
110
|
+
"EndType": typeParameter("EndType"),
|
|
111
|
+
}),
|
|
112
|
+
{
|
|
113
|
+
"handler": aInterfaceReference("Array", {
|
|
114
|
+
"Type": typeParameter("Type"),
|
|
115
|
+
"EndType": typeParameter("EndType"),
|
|
116
|
+
}),
|
|
117
|
+
},
|
|
118
|
+
{ "Type": null, "EndType": null }
|
|
119
|
+
),
|
|
120
|
+
"CreateUnsafeDictionaryBuilder": infInit(
|
|
121
|
+
aInterfaceReference("Entries", {
|
|
122
|
+
"Type": typeParameter("Type"),
|
|
123
|
+
"EndType": typeParameter("EndType"),
|
|
124
|
+
}),
|
|
125
|
+
{
|
|
126
|
+
"handler": aInterfaceReference("Dictionary", {
|
|
127
|
+
"Type": typeParameter("Type"),
|
|
128
|
+
"EndType": typeParameter("EndType")
|
|
129
|
+
}),
|
|
130
|
+
},
|
|
131
|
+
{ "Type": null, "EndType": null }
|
|
132
|
+
),
|
|
133
|
+
"CreateSafeDictionaryBuilder": infInit(
|
|
134
|
+
aInterfaceReference("Entries", {
|
|
135
|
+
"Type": typeParameter("Type"),
|
|
136
|
+
"EndType": typeParameter("EndType"),
|
|
137
|
+
}),
|
|
138
|
+
{
|
|
139
|
+
"handler": aInterfaceReference("Dictionary", {
|
|
140
|
+
"Type": typeParameter("Type"),
|
|
141
|
+
"EndType": typeParameter("EndType")
|
|
142
|
+
}),
|
|
143
|
+
"duplicatesHandler": aInterfaceReference("DuplicatesHandler"),
|
|
144
|
+
|
|
145
|
+
},
|
|
146
|
+
{ "Type": null, "EndType": null }
|
|
147
|
+
),
|
|
148
|
+
"CreateStringBuilder": infInit(
|
|
149
|
+
aInterfaceReference("StringStreamConsumer", { "EndType": typeParameter("EndType") }),
|
|
150
|
+
{
|
|
151
|
+
"handler": aInterfaceReference("StringConsumer", { "EndType": typeParameter("EndType") }),
|
|
152
|
+
},
|
|
153
|
+
{ "EndType": null }
|
|
154
|
+
),
|
|
155
|
+
// "BuildArray": sfunction(typeReference("Simple Array", {
|
|
156
|
+
// "Type": typeParameter("Type"),
|
|
157
|
+
// }), sInf(sInterfaceReference("Push", { "Type": typeParameter("Type") })), { "Type": null }),
|
|
158
|
+
// "BuildUnsafeDictionary": sfunction(typeReference("Simple Dictionary", {
|
|
159
|
+
// "Type": typeParameter("Type"),
|
|
160
|
+
// }), sInf(sInterfaceReference("Add", { "Type": typeParameter("Type") })), { "Type": null }),
|
|
161
|
+
// "BuildSafeDictionary": sfunction(typeReference("Simple Dictionary", {
|
|
162
|
+
// "Type": typeParameter("Type"),
|
|
163
|
+
// }), sInf(sInterfaceReference("Add", { "Type": typeParameter("Type") })), { "Type": null }),
|
|
164
|
+
|
|
165
|
+
}),
|
|
166
|
+
|
|
167
|
+
}
|
package/auto.pareto/auto.dependencies/pareto-standard-library/modules/dictionary/glossary.data.ts
CHANGED
|
@@ -64,7 +64,6 @@ export const $: g_glossary.D.Glossary = {
|
|
|
64
64
|
})),
|
|
65
65
|
"KeyValueDictionary": parametrizedType({ "Type": null }, dictionary(ref(typeReference("KeyValuePair", { "Type": typeParameter("Type") })))),
|
|
66
66
|
|
|
67
|
-
|
|
68
67
|
"RekeyDictionary": parametrizedType({ "Type": null }, dictionary(ref(typeReference("KeyValuePair", { "Type": typeParameter("Type") })))),
|
|
69
68
|
|
|
70
69
|
}),
|
|
@@ -111,8 +110,11 @@ export const $: g_glossary.D.Glossary = {
|
|
|
111
110
|
typeReference("Dictionary", { "Type": typeParameter("Type") }),
|
|
112
111
|
data(typeReference("MergeParameters", { "Type": typeParameter("Type") })),
|
|
113
112
|
{ "Type": null }
|
|
114
|
-
),
|
|
115
|
-
|
|
113
|
+
),
|
|
114
|
+
"DecorateDictionaryEntriesWithKey": sfunction(
|
|
115
|
+
typeReference("KeyValueDictionary", { "Type": typeParameter("Type") }),
|
|
116
|
+
data(typeReference("Dictionary", { "Type": typeParameter("Type") })), { "Type": null }
|
|
117
|
+
),
|
|
116
118
|
|
|
117
119
|
}),
|
|
118
120
|
|