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
|
@@ -1,24 +0,0 @@
|
|
|
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": algorithm("Map", null, {
|
|
15
|
-
// // "resolveDictionary": sfunction("resolve", {}, "SafeResolveDictionary"),
|
|
16
|
-
// // // "decorateDictionaryEntriesWithKey": sfunction("foreach", {}, "DecorateDictionaryEntriesWithKey"),
|
|
17
|
-
// // // "buildDictionary": sfunction("build", {}, "BuildUnsafeDictionary"),
|
|
18
|
-
// // // "filter": sfunction("dictionary", {}, "Filter"),
|
|
19
|
-
// // // "isEmpty": sfunction("dictionary", {}, "IsEmpty"),
|
|
20
|
-
// // // "merge": sfunction("array", {}, "Merge"),
|
|
21
|
-
// // // "push": sfunction("array", {}, "Push"),
|
|
22
|
-
// }),
|
|
23
|
-
}
|
|
24
|
-
)
|
|
@@ -1,48 +0,0 @@
|
|
|
1
|
-
import * as pd from 'pareto-core-data'
|
|
2
|
-
|
|
3
|
-
import {
|
|
4
|
-
array, data, dictionary, externalTypeReference, glossaryParameter, group, member, null_, number, 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_liana } from "../../glossaries/auto.liana.data"
|
|
10
|
-
import { $ as d_tendril } from "../../glossaries/auto.tendril.data"
|
|
11
|
-
|
|
12
|
-
const d = pd.d
|
|
13
|
-
|
|
14
|
-
export const $: g_glossary.D.Glossary = {
|
|
15
|
-
'glossary parameters': d({}),
|
|
16
|
-
'imports': d({
|
|
17
|
-
"liana": {
|
|
18
|
-
'glossary': d_liana,
|
|
19
|
-
'type arguments': d({
|
|
20
|
-
}),
|
|
21
|
-
},
|
|
22
|
-
"tendril": {
|
|
23
|
-
'glossary': d_tendril,
|
|
24
|
-
'type arguments': d({
|
|
25
|
-
}),
|
|
26
|
-
},
|
|
27
|
-
}),
|
|
28
|
-
'root': {
|
|
29
|
-
'namespaces': d({}),
|
|
30
|
-
'data types': d({
|
|
31
|
-
"TypeScript Location": type(group({
|
|
32
|
-
"file": member(string()),
|
|
33
|
-
"line": member(number()),
|
|
34
|
-
"column": member(number()),
|
|
35
|
-
}))
|
|
36
|
-
}),
|
|
37
|
-
},
|
|
38
|
-
'interface types': d({}),
|
|
39
|
-
'algorithm types': d({
|
|
40
|
-
"Map": sfunction(
|
|
41
|
-
//FIXME this function should reference to the libraries that don't have annotations.
|
|
42
|
-
//this function is designed not to be able to produce runtime errors, so no error info is needed
|
|
43
|
-
//However, the functionality to produce a resolved, annotationless library need to be written
|
|
44
|
-
externalTypeReference("tendril", "Type Library", { "Annotation": typeReference("TypeScript Location") }),
|
|
45
|
-
data(externalTypeReference("liana", "Type Library", { "Annotation": typeReference("TypeScript Location") }))
|
|
46
|
-
),
|
|
47
|
-
}),
|
|
48
|
-
}
|
package/auto.pareto/auto.dependencies/pareto-standard-library/modules/build/glossary.data.ts
DELETED
|
@@ -1,133 +0,0 @@
|
|
|
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
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
"DictionaryBuildStrategy": type(taggedUnion({
|
|
49
|
-
"ignore": group({}),
|
|
50
|
-
"overwrite": group({}),
|
|
51
|
-
})),
|
|
52
|
-
"Startstring": type(string()),
|
|
53
|
-
}),
|
|
54
|
-
},
|
|
55
|
-
'interface types': d({
|
|
56
|
-
"Array": aInterface(aInterfaceMethod(typeReference("Array", {
|
|
57
|
-
"Type": typeParameter("Type"),
|
|
58
|
-
"EndType": typeParameter("EndType")
|
|
59
|
-
})), { "Type": null, "EndType": null }),
|
|
60
|
-
"Dictionary": aInterface(aInterfaceMethod(typeReference("Dictionary", {
|
|
61
|
-
"Type": typeParameter("Type"),
|
|
62
|
-
"EndType": typeParameter("EndType")
|
|
63
|
-
})), { "Type": null, "EndType": null }),
|
|
64
|
-
"Elements": aInterface(streamconsumer(
|
|
65
|
-
aInterfaceMethod(typeParameter("Type")),
|
|
66
|
-
aInterfaceMethod(typeParameter("EndType")),
|
|
67
|
-
), { "Type": null, "EndType": null }),
|
|
68
|
-
"Entries": aInterface(streamconsumer(
|
|
69
|
-
aInterfaceMethod(typeReference("KeyValuePair", { "Type": typeParameter("Type") })),
|
|
70
|
-
aInterfaceMethod(typeParameter("EndType")),
|
|
71
|
-
), { "Type": null, "EndType": null }),
|
|
72
|
-
"DuplicatesHandler": aInterface(streamconsumer(
|
|
73
|
-
aInterfaceMethod(typeReference("Simple String")),
|
|
74
|
-
aInterfaceMethod(null),
|
|
75
|
-
)),
|
|
76
|
-
"StringConsumer": aInterface(aInterfaceMethod(typeReference("String", { "EndType": typeParameter("EndType") })), { "EndType": null }),
|
|
77
|
-
"StringStreamConsumer": aInterface(streamconsumer(
|
|
78
|
-
aInterfaceMethod(typeReference("Simple String")),
|
|
79
|
-
aInterfaceMethod(typeParameter("EndType")),
|
|
80
|
-
), { "EndType": null }),
|
|
81
|
-
"Add": sInterface(sInterfaceMethod(typeReference("KeyValuePair", { "Type": typeParameter("Type") })), { "Type": null }),
|
|
82
|
-
"Push": sInterface(sInterfaceMethod(typeParameter("Type")), { "Type": null }),
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
}),
|
|
88
|
-
'algorithm types': d({
|
|
89
|
-
"CreateArrayBuilder": infInit(aInterfaceReference("Elements", {
|
|
90
|
-
"Type": typeParameter("Type"),
|
|
91
|
-
"EndType": typeParameter("EndType"),
|
|
92
|
-
}), {
|
|
93
|
-
"handler": aInterfaceReference("Array", {
|
|
94
|
-
"Type": typeParameter("Type"),
|
|
95
|
-
"EndType": typeParameter("EndType"),
|
|
96
|
-
}),
|
|
97
|
-
}, { "Type": null, "EndType": null }),
|
|
98
|
-
"CreateUnsafeDictionaryBuilder": infInit(aInterfaceReference("Entries", {
|
|
99
|
-
"Type": typeParameter("Type"),
|
|
100
|
-
"EndType": typeParameter("EndType"),
|
|
101
|
-
}), {
|
|
102
|
-
"handler": aInterfaceReference("Dictionary", {
|
|
103
|
-
"Type": typeParameter("Type"),
|
|
104
|
-
"EndType": typeParameter("EndType")
|
|
105
|
-
}),
|
|
106
|
-
}, { "Type": null, "EndType": null }),
|
|
107
|
-
"CreateSafeDictionaryBuilder": infInit(aInterfaceReference("Entries", {
|
|
108
|
-
"Type": typeParameter("Type"),
|
|
109
|
-
"EndType": typeParameter("EndType"),
|
|
110
|
-
}), {
|
|
111
|
-
"handler": aInterfaceReference("Dictionary", {
|
|
112
|
-
"Type": typeParameter("Type"),
|
|
113
|
-
"EndType": typeParameter("EndType")
|
|
114
|
-
}),
|
|
115
|
-
"duplicatesHandler": aInterfaceReference("DuplicatesHandler"),
|
|
116
|
-
|
|
117
|
-
}, { "Type": null, "EndType": null }),
|
|
118
|
-
"CreateStringBuilder": infInit(aInterfaceReference("StringStreamConsumer", { "EndType": typeParameter("EndType") }), {
|
|
119
|
-
"handler": aInterfaceReference("StringConsumer", { "EndType": typeParameter("EndType") }),
|
|
120
|
-
}, { "EndType": null }),
|
|
121
|
-
// "BuildArray": sfunction(typeReference("Simple Array", {
|
|
122
|
-
// "Type": typeParameter("Type"),
|
|
123
|
-
// }), sInf(sInterfaceReference("Push", { "Type": typeParameter("Type") })), { "Type": null }),
|
|
124
|
-
// "BuildUnsafeDictionary": sfunction(typeReference("Simple Dictionary", {
|
|
125
|
-
// "Type": typeParameter("Type"),
|
|
126
|
-
// }), sInf(sInterfaceReference("Add", { "Type": typeParameter("Type") })), { "Type": null }),
|
|
127
|
-
// "BuildSafeDictionary": sfunction(typeReference("Simple Dictionary", {
|
|
128
|
-
// "Type": typeParameter("Type"),
|
|
129
|
-
// }), sInf(sInterfaceReference("Add", { "Type": typeParameter("Type") })), { "Type": null }),
|
|
130
|
-
|
|
131
|
-
}),
|
|
132
|
-
|
|
133
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
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, sInterface, sInterfaceMethod, 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
|
-
"serialize": algorithm("Serialize", null, {}),
|
|
14
|
-
}
|
|
15
|
-
)
|
|
@@ -1,47 +0,0 @@
|
|
|
1
|
-
import * as pd from 'pareto-core-data'
|
|
2
|
-
|
|
3
|
-
import {
|
|
4
|
-
array, afunction, boolean, computed, data, dictionary,
|
|
5
|
-
glossaryParameter, group, member, number, optional, ref, sfunction, string, type, typeReference,
|
|
6
|
-
taggedUnion,
|
|
7
|
-
null_,
|
|
8
|
-
sInterface,
|
|
9
|
-
sInterfaceMethod
|
|
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
|
-
|
|
14
|
-
const d = pd.d
|
|
15
|
-
|
|
16
|
-
export const $: g_glossary.D.Glossary = {
|
|
17
|
-
'glossary parameters': d({
|
|
18
|
-
}),
|
|
19
|
-
'imports': d({}),
|
|
20
|
-
'root': {
|
|
21
|
-
'namespaces': d({}),
|
|
22
|
-
'data types': d({
|
|
23
|
-
"String": type(string()),
|
|
24
|
-
"Result": type(taggedUnion({
|
|
25
|
-
"success": ref(typeReference("Value")),
|
|
26
|
-
"error": string(),
|
|
27
|
-
})),
|
|
28
|
-
//"Result": type(ref(glossaryParameter("Type"))),
|
|
29
|
-
"Value": type(taggedUnion({
|
|
30
|
-
"object": dictionary(ref(typeReference("Value"))),
|
|
31
|
-
"array": array(ref(typeReference("Value"))),
|
|
32
|
-
"string": string(),
|
|
33
|
-
"number": number(),
|
|
34
|
-
"boolean": boolean(),
|
|
35
|
-
"null": null_(),
|
|
36
|
-
})),
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
}),
|
|
40
|
-
},
|
|
41
|
-
'interface types': d({
|
|
42
|
-
|
|
43
|
-
}),
|
|
44
|
-
'algorithm types': d({
|
|
45
|
-
"Serialize": sfunction(typeReference("String"), data(typeReference("Value"))),
|
|
46
|
-
}),
|
|
47
|
-
}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|