pareto 0.59.0 → 0.61.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/auto.dist/data/boekhouding.data.js +271 -271
- package/auto.dist/index.d.ts +1 -1
- package/auto.dist/index.js +3 -3
- package/auto.dist/public/modules/main/implementations/temp_$compile_$boekhouding.alg.js +23 -20
- package/auto.dist/public/modules/pareto__2__fountain__pen/implementations/compilationUnit_$2_$Indented_$Lines.alg.js +8 -8
- package/auto.dist/public/modules/{alan__light__intermediate__2__fountain__pen → string__aware__fountain__pen__2__fountain__pen}/auto.api.d.ts +1 -1
- package/auto.dist/public/modules/{alan__light__intermediate__2__fountain__pen → string__aware__fountain__pen__2__fountain__pen}/auto.api.js +1 -1
- package/auto.dist/public/modules/string__aware__fountain__pen__2__fountain__pen/auto.implementation.d.ts +2 -0
- package/auto.dist/public/modules/string__aware__fountain__pen__2__fountain__pen/auto.implementation.js +6 -0
- package/auto.dist/public/modules/{alan__light__intermediate__2__fountain__pen → string__aware__fountain__pen__2__fountain__pen}/auto.provided_interface_glossary.d.ts +7 -5
- package/auto.dist/public/modules/{alan__light__intermediate__2__fountain__pen → string__aware__fountain__pen__2__fountain__pen}/auto.provided_interface_glossary.js +1 -1
- package/auto.dist/public/modules/{alan__light__intermediate__2__fountain__pen → string__aware__fountain__pen__2__fountain__pen}/auto.provided_interface_glossary.shadow.d.ts +3 -3
- package/auto.dist/public/modules/{alan__light__intermediate__2__fountain__pen → string__aware__fountain__pen__2__fountain__pen}/auto.provided_interface_glossary.shadow.js +1 -1
- package/auto.dist/public/modules/string__aware__fountain__pen__2__fountain__pen/implementations/map.alg.d.ts +0 -0
- package/auto.dist/public/modules/string__aware__fountain__pen__2__fountain__pen/implementations/map.alg.js +2 -0
- package/auto.dist/public/modules/string__aware__fountain__pen__2__fountain__pen/implementations/map__Block__2__Block.alg.d.ts +2 -0
- package/auto.dist/public/modules/string__aware__fountain__pen__2__fountain__pen/implementations/map__Block__2__Block.alg.js +65 -0
- package/auto.dist/public/modules/{alan__light__intermediate__2__fountain__pen → string__aware__fountain__pen__2__fountain__pen}/index.js +1 -1
- package/auto.dist/public/modules/typescript__intermediate__2__fountain__pen/auto.api.d.ts +1 -1
- package/auto.dist/public/modules/typescript__intermediate__2__fountain__pen/auto.implementation.d.ts +1 -1
- package/auto.dist/public/modules/typescript__intermediate__2__fountain__pen/auto.implementation.js +4 -4
- package/auto.dist/public/modules/typescript__intermediate__2__fountain__pen/auto.provided_interface_glossary.d.ts +42 -42
- package/auto.dist/public/modules/typescript__intermediate__2__fountain__pen/auto.provided_interface_glossary.shadow.d.ts +3 -3
- package/auto.dist/public/modules/typescript__intermediate__2__fountain__pen/implementations/map__Block__2__Block.alg.d.ts +2 -0
- package/auto.dist/public/modules/typescript__intermediate__2__fountain__pen/implementations/map__Block__2__Block.alg.js +95 -0
- package/auto.dist/public/modules/typescript__intermediate__2__fountain__pen/implementations/serialize.alg.d.ts +0 -2
- package/auto.dist/public/modules/typescript__intermediate__2__fountain__pen/implementations/serialize.alg.js +1 -94
- package/auto.dist/public/modules/typescript__naming/implementations/createIdentifier.alg.js +3 -2
- package/auto.pareto/$.data.ts +2 -3
- package/auto.pareto/auto.dependencies/index.ts +3 -3
- package/auto.pareto/auto.dependencies/pareto-pure/$.data.ts +26 -16
- package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/index.ts +1 -1
- package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/$.data.ts +6 -8
- package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/array/api.data.ts +2 -0
- package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/array/glossary.data.ts +89 -20
- package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/buildInterfaceInitializers/glossary.data.ts +167 -0
- package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/dictionary/api.data.ts +18 -13
- package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/dictionary/glossary.data.ts +16 -3
- package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/nested/api.data.ts +0 -1
- package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/nested/glossary.data.ts +0 -6
- package/auto.pareto/auto.dependencies/{pareto-standard-library/modules/arithmetic → pareto-pure/auto.dependencies/pareto-standard-library/modules/number}/api.data.ts +0 -1
- package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/{arithmetic → number}/glossary.data.ts +2 -11
- package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/optional/api.data.ts +16 -0
- package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/optional/glossary.data.ts +36 -0
- package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/resolve/api.data.ts +0 -1
- package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/resolve/glossary.data.ts +0 -14
- package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/string/api.data.ts +14 -2
- package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/string/glossary.data.ts +55 -6
- package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/tostring/api.data.ts +0 -7
- package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/tostring/glossary.data.ts +0 -13
- package/auto.pareto/auto.dependencies/pareto-pure/glossaries/auto.cosmos_type_system.data.ts +113 -65
- package/auto.pareto/auto.dependencies/pareto-pure/glossaries/auto.graphviz.data.ts +668 -0
- package/auto.pareto/auto.dependencies/pareto-pure/glossaries/fountain_pen_directory.data.ts +45 -0
- package/auto.pareto/auto.dependencies/pareto-pure/glossaries/{alan_light_intermediate.data.ts → fountain_pen_indented_file_with_escaped_strings.data.ts} +2 -0
- package/auto.pareto/auto.dependencies/pareto-pure/modules/{alan_light_2_alan_light_intermediate → alan_light_2_fountain_pen_indented_file_with_escaped_strings}/api.data.ts +1 -1
- package/auto.pareto/{modules/alan_light_intermediate_2 fountain_pen/glossary.data.ts → auto.dependencies/pareto-pure/modules/alan_light_2_fountain_pen_indented_file_with_escaped_strings/glossary.data.ts} +5 -5
- package/auto.pareto/auto.dependencies/pareto-pure/modules/{astn_2_fountain_pen → astn_2_fountain_pen_indented_file_with_escaped_strings}/api.data.ts +1 -1
- package/auto.pareto/auto.dependencies/pareto-pure/modules/{astn_2_fountain_pen → astn_2_fountain_pen_indented_file_with_escaped_strings}/glossary.data.ts +5 -5
- package/auto.pareto/auto.dependencies/pareto-pure/modules/cosmos_type_system_2_graphviz/api.data.ts +17 -0
- package/auto.pareto/auto.dependencies/pareto-pure/modules/cosmos_type_system_2_graphviz/glossary.data.ts +30 -0
- package/auto.pareto/auto.dependencies/pareto-pure/modules/cosmos_type_system_2_pareto/api.data.ts +1 -1
- package/auto.pareto/auto.dependencies/pareto-pure/modules/cosmos_type_system_2_pareto/glossary.data.ts +6 -6
- package/auto.pareto/auto.dependencies/pareto-pure/modules/cosmos_typescript_2_fountain_pen_directory/api.data.ts +17 -0
- package/auto.pareto/auto.dependencies/pareto-pure/modules/cosmos_typescript_2_fountain_pen_directory/glossary.data.ts +36 -0
- package/auto.pareto/auto.dependencies/pareto-pure/modules/{fountain_pen_2_fountain_pen → fountain_pen_indented_file_2_fountain_pen_indented_file}/api.data.ts +1 -1
- package/auto.pareto/auto.dependencies/pareto-pure/modules/{fountain_pen_2_fountain_pen → fountain_pen_indented_file_2_fountain_pen_indented_file}/glossary.data.ts +11 -9
- package/auto.pareto/auto.dependencies/pareto-pure/modules/{fountain_pen_2_lines → fountain_pen_lines_2_lines}/api.data.ts +1 -1
- package/auto.pareto/auto.dependencies/pareto-pure/modules/{fountain_pen_2_lines → fountain_pen_lines_2_lines}/glossary.data.ts +7 -7
- package/auto.pareto/auto.dependencies/pareto-pure/modules/graphviz_2_fountain_pen_indented_file_with_escaped_strings/api.data.ts +20 -0
- package/auto.pareto/auto.dependencies/pareto-pure/modules/{alan_light_2_alan_light_intermediate → graphviz_2_fountain_pen_indented_file_with_escaped_strings}/glossary.data.ts +5 -5
- package/auto.pareto/auto.dependencies/pareto-pure/modules/{pareto_2_typescript → pareto_2_typescript_intermediate}/api.data.ts +1 -1
- package/auto.pareto/auto.dependencies/pareto-pure/modules/{pareto_2_typescript → pareto_2_typescript_intermediate}/glossary.data.ts +6 -6
- package/auto.pareto/auto.dependencies/pareto-pure/modules/tendril_2_alan_light/api.data.ts +1 -1
- package/auto.pareto/auto.dependencies/pareto-pure/modules/tendril_2_alan_light/glossary.data.ts +5 -5
- package/auto.pareto/auto.dependencies/pareto-pure/modules/tendril_2_cosmos_type_system/glossary.data.ts +6 -6
- package/auto.pareto/auto.dependencies/pareto-pure/modules/tendril_2_pareto/glossary.data.ts +6 -6
- package/auto.pareto/auto.dependencies/pareto-standard-library/$.data.ts +6 -8
- package/auto.pareto/auto.dependencies/pareto-standard-library/modules/array/api.data.ts +2 -0
- package/auto.pareto/auto.dependencies/pareto-standard-library/modules/array/glossary.data.ts +89 -20
- package/auto.pareto/auto.dependencies/pareto-standard-library/modules/buildInterfaceInitializers/glossary.data.ts +167 -0
- package/auto.pareto/auto.dependencies/pareto-standard-library/modules/dictionary/api.data.ts +18 -13
- package/auto.pareto/auto.dependencies/pareto-standard-library/modules/dictionary/glossary.data.ts +16 -3
- package/auto.pareto/auto.dependencies/pareto-standard-library/modules/nested/api.data.ts +0 -1
- package/auto.pareto/auto.dependencies/pareto-standard-library/modules/nested/glossary.data.ts +0 -6
- package/auto.pareto/auto.dependencies/{pareto-pure/auto.dependencies/pareto-standard-library/modules/arithmetic → pareto-standard-library/modules/number}/api.data.ts +0 -1
- package/auto.pareto/auto.dependencies/pareto-standard-library/modules/{arithmetic → number}/glossary.data.ts +2 -11
- package/auto.pareto/auto.dependencies/pareto-standard-library/modules/optional/api.data.ts +16 -0
- package/auto.pareto/auto.dependencies/pareto-standard-library/modules/optional/glossary.data.ts +36 -0
- package/auto.pareto/auto.dependencies/pareto-standard-library/modules/resolve/api.data.ts +0 -1
- package/auto.pareto/auto.dependencies/pareto-standard-library/modules/resolve/glossary.data.ts +0 -14
- package/auto.pareto/auto.dependencies/pareto-standard-library/modules/string/api.data.ts +14 -2
- package/auto.pareto/auto.dependencies/pareto-standard-library/modules/string/glossary.data.ts +55 -6
- package/auto.pareto/auto.dependencies/pareto-standard-library/modules/tostring/api.data.ts +0 -7
- package/auto.pareto/auto.dependencies/pareto-standard-library/modules/tostring/glossary.data.ts +0 -13
- package/auto.pareto/auto.dependencies/pareto-subatomic-library/$.data.ts +2 -0
- package/auto.pareto/auto.dependencies/pareto-subatomic-library/glossaries/lines.data.ts +27 -0
- package/auto.pareto/auto.dependencies/pareto-subatomic-library/modules/array/glossary.data.ts +15 -5
- package/auto.pareto/{modules/alan_light_intermediate_2 fountain_pen/api.data.ts → auto.dependencies/pareto-subatomic-library/modules/filesystem/api.data.ts} +1 -1
- package/auto.pareto/auto.dependencies/pareto-subatomic-library/modules/filesystem/glossary.data.ts +59 -0
- package/auto.pareto/auto.dependencies/pareto-subatomic-library/modules/string/api.data.ts +1 -3
- package/auto.pareto/auto.dependencies/pareto-subatomic-library/modules/string/glossary.data.ts +22 -10
- package/auto.pareto/modules/main/api.data.ts +0 -1
- package/auto.pareto/modules/pareto_2_fountain_pen/glossary.data.ts +2 -2
- package/auto.pareto/modules/string_aware_fountain_pen_2 fountain_pen/api.data.ts +15 -0
- package/auto.pareto/modules/string_aware_fountain_pen_2 fountain_pen/glossary.data.ts +27 -0
- package/auto.pareto/modules/typescript_intermediate_2_fountain_pen/api.data.ts +1 -1
- package/auto.pareto/modules/typescript_intermediate_2_fountain_pen/glossary.data.ts +4 -4
- package/package.json +8 -8
- package/auto.dist/public/modules/alan__light__intermediate__2__fountain__pen/auto.implementation.d.ts +0 -2
- package/auto.dist/public/modules/alan__light__intermediate__2__fountain__pen/auto.implementation.js +0 -6
- package/auto.dist/public/modules/alan__light__intermediate__2__fountain__pen/implementations/map.alg.d.ts +0 -2
- package/auto.dist/public/modules/alan__light__intermediate__2__fountain__pen/implementations/map.alg.js +0 -61
- package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/build/glossary.data.ts +0 -125
- package/auto.pareto/auto.dependencies/pareto-standard-library/modules/build/glossary.data.ts +0 -125
- /package/auto.dist/public/modules/{alan__light__intermediate__2__fountain__pen → string__aware__fountain__pen__2__fountain__pen}/index.d.ts +0 -0
- /package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/{build → buildInterfaceInitializers}/api.data.ts +0 -0
- /package/auto.pareto/auto.dependencies/pareto-pure/glossaries/{fountain_pen.data.ts → fountain_pen_indented_file.data.ts} +0 -0
- /package/auto.pareto/auto.dependencies/pareto-standard-library/modules/{build → buildInterfaceInitializers}/api.data.ts +0 -0
package/auto.pareto/auto.dependencies/pareto-standard-library/modules/string/glossary.data.ts
CHANGED
|
@@ -4,7 +4,8 @@ import {
|
|
|
4
4
|
aInterface,
|
|
5
5
|
aInterfaceMethod,
|
|
6
6
|
aInterfaceReference,
|
|
7
|
-
array, boolean,
|
|
7
|
+
array, boolean,
|
|
8
|
+
data, dictionary, group, member, number, optional, parametrizedType, ref, sfunction, streamconsumer, string, type, typeParameter, typeReference
|
|
8
9
|
} from "pareto-pure/auto.dist/public/shorthands/cosmos_type_system.sh"
|
|
9
10
|
|
|
10
11
|
import * as g_glossary from "pareto-pure/auto.dist/public/auto.glossaries/auto.cosmos__type__system"
|
|
@@ -19,21 +20,69 @@ export const $: g_glossary.D.Glossary = {
|
|
|
19
20
|
'namespaces': d({}),
|
|
20
21
|
'data types': d({
|
|
21
22
|
"String": type(string()),
|
|
22
|
-
"
|
|
23
|
+
"Join 2 Strings": type(group({
|
|
23
24
|
"first": member(string()),
|
|
24
25
|
"second": member(string()),
|
|
25
26
|
})),
|
|
27
|
+
"Join Array Of Strings": parametrizedType(
|
|
28
|
+
{ "Type": null },
|
|
29
|
+
group({
|
|
30
|
+
"array": member(array(ref(typeParameter("Type")))),
|
|
31
|
+
"separator": member(string()),
|
|
32
|
+
})
|
|
33
|
+
),
|
|
34
|
+
|
|
26
35
|
"RepeatData": type(group({
|
|
27
36
|
"contextString": member(string()),
|
|
28
37
|
"times": member(number()),
|
|
29
38
|
})),
|
|
39
|
+
|
|
40
|
+
"StringArray": type(array(string())),
|
|
41
|
+
|
|
42
|
+
"Configuration": type(group({
|
|
43
|
+
"separator": member(string()),
|
|
44
|
+
"maximum": member(optional(group({
|
|
45
|
+
"maximum": member(number()),
|
|
46
|
+
"suffix": member(string()),
|
|
47
|
+
}))),
|
|
48
|
+
})),
|
|
49
|
+
"Dictionary": parametrizedType({ "Type": null }, dictionary(ref(typeParameter("Type")))),
|
|
50
|
+
"Array": parametrizedType({ "Type": null }, array(ref(typeParameter("Type")))),
|
|
51
|
+
|
|
30
52
|
}),
|
|
31
53
|
},
|
|
32
54
|
'interface types': d({}),
|
|
33
55
|
'algorithm types': d({
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
56
|
+
"Join Array Of Strings": sfunction(
|
|
57
|
+
typeReference("String"),
|
|
58
|
+
data(typeReference("Join Array Of Strings", { "T": typeParameter("T") })),
|
|
59
|
+
{ "T": null }
|
|
60
|
+
),
|
|
61
|
+
"Join 2 Strings": sfunction(
|
|
62
|
+
typeReference("String"),
|
|
63
|
+
data(typeReference("Join 2 Strings"))
|
|
64
|
+
),
|
|
65
|
+
"Repeat": sfunction(
|
|
66
|
+
typeReference("String"),
|
|
67
|
+
data(typeReference("RepeatData"))
|
|
68
|
+
),
|
|
69
|
+
"GetLengthAsString": sfunction(
|
|
70
|
+
typeReference("String"),
|
|
71
|
+
data(typeReference("Array", { "T": typeParameter("T") })),
|
|
72
|
+
{ "T": null }
|
|
73
|
+
),
|
|
74
|
+
"GetArrayAsString": sfunction(
|
|
75
|
+
typeReference("String"),
|
|
76
|
+
data(typeReference("StringArray"))),
|
|
77
|
+
"GetKeysAsString": sfunction(
|
|
78
|
+
typeReference("String"),
|
|
79
|
+
data(typeReference("Dictionary", { "T": typeParameter("T") })),
|
|
80
|
+
{ "T": null }
|
|
81
|
+
),
|
|
82
|
+
"GetNumberOfKeysAsString": sfunction(
|
|
83
|
+
typeReference("String"),
|
|
84
|
+
data(typeReference("Dictionary", { "T": typeParameter("T") })),
|
|
85
|
+
{ "T": null }
|
|
86
|
+
),
|
|
38
87
|
}),
|
|
39
88
|
}
|
|
@@ -9,13 +9,6 @@ import { glossary, member, type, group, string, optional, number } from "pareto-
|
|
|
9
9
|
export const $: g_project.D.API = api(
|
|
10
10
|
glos,
|
|
11
11
|
{
|
|
12
|
-
"getArrayAsString": algorithm("GetArrayAsString", "Configuration", {}),
|
|
13
|
-
"getLengthAsString": algorithm("GetLengthAsString", null, {}),
|
|
14
|
-
|
|
15
|
-
//this one implicitely sorts the keys
|
|
16
|
-
//"getKeysAsString": algorithm("GetKeysAsString", "Configuration", {}),
|
|
17
|
-
|
|
18
|
-
"getNumberOfKeysAsString": algorithm("GetNumberOfKeysAsString", null, {}),
|
|
19
12
|
|
|
20
13
|
}
|
|
21
14
|
)
|
package/auto.pareto/auto.dependencies/pareto-standard-library/modules/tostring/glossary.data.ts
CHANGED
|
@@ -19,23 +19,10 @@ export const $: g_glossary.D.Glossary = {
|
|
|
19
19
|
'data types': d({
|
|
20
20
|
"String": type(string()),
|
|
21
21
|
"Array": parametrizedType({ "T": null }, array(ref(typeParameter("T")))),
|
|
22
|
-
"StringArray": type(array(string())),
|
|
23
22
|
"Dictionary": parametrizedType({ "T": null }, dictionary(ref(typeParameter("T")))),
|
|
24
|
-
|
|
25
|
-
"Configuration": type(group({
|
|
26
|
-
"separator": member(string()),
|
|
27
|
-
"maximum": member(optional(group({
|
|
28
|
-
"maximum": member(number()),
|
|
29
|
-
"suffix": member(string()),
|
|
30
|
-
}))),
|
|
31
|
-
})),
|
|
32
23
|
}),
|
|
33
24
|
},
|
|
34
25
|
'interface types': d({}),
|
|
35
26
|
'algorithm types': d({
|
|
36
|
-
"GetLengthAsString": sfunction(typeReference("String"), data(typeReference("Array", { "T": typeParameter("T") })), { "T": null}),
|
|
37
|
-
"GetArrayAsString": sfunction(typeReference("String"), data(typeReference("StringArray"))),
|
|
38
|
-
//"GetKeysAsString": sfunction(typeReference("String"), data(typeReference("Dictionary", { "T": typeParameter("T") })), { "T": null}),
|
|
39
|
-
"GetNumberOfKeysAsString": sfunction(typeReference("String"), data(typeReference("Dictionary", { "T": typeParameter("T") })), { "T": null}),
|
|
40
27
|
}),
|
|
41
28
|
}
|
|
@@ -7,6 +7,7 @@ import { } from "pareto-pure/auto.dist/public/shorthands/cosmos_type_system.sh"
|
|
|
7
7
|
|
|
8
8
|
import { $ as d_array } from "./modules/array/api.data"
|
|
9
9
|
import { $ as d_dictionary } from "./modules/dictionary/api.data"
|
|
10
|
+
import { $ as d_filesystem } from "./modules/filesystem/api.data"
|
|
10
11
|
import { $ as d_json } from "./modules/json/api.data"
|
|
11
12
|
import { $ as d_numerical_predicates } from "./modules/numerical_predicates/api.data"
|
|
12
13
|
import { $ as d_string } from "./modules/string/api.data"
|
|
@@ -23,6 +24,7 @@ export const $: g_project.D.Library = {
|
|
|
23
24
|
'modules': d({
|
|
24
25
|
"array": d_array,
|
|
25
26
|
"dictionary": d_dictionary,
|
|
27
|
+
"filesystem": d_filesystem,
|
|
26
28
|
"json": d_json,
|
|
27
29
|
"numerical predicates": d_numerical_predicates,
|
|
28
30
|
"string": d_string,
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import * as pd from 'pareto-core-data'
|
|
2
|
+
|
|
3
|
+
import {
|
|
4
|
+
aInterface,
|
|
5
|
+
aInterfaceMethod,
|
|
6
|
+
aInterfaceReference,
|
|
7
|
+
array, data, dictionary, externalTypeReference, glossaryParameter, group, infInit, member, null_, number, parametrizedType, ref, sfunction, streamconsumer, string, taggedUnion, type, typeParameter, typeReference
|
|
8
|
+
} from "pareto-pure/auto.dist/public/shorthands/cosmos_type_system.sh"
|
|
9
|
+
|
|
10
|
+
import * as g_glossary from "pareto-pure/auto.dist/public/auto.glossaries/auto.cosmos__type__system"
|
|
11
|
+
const d = pd.d
|
|
12
|
+
|
|
13
|
+
export const $: g_glossary.D.Glossary = {
|
|
14
|
+
'glossary parameters': d({}),
|
|
15
|
+
'imports': d({
|
|
16
|
+
}),
|
|
17
|
+
'root': {
|
|
18
|
+
'namespaces': d({}),
|
|
19
|
+
'data types': d({
|
|
20
|
+
"Lines": type(array(string())),
|
|
21
|
+
}),
|
|
22
|
+
},
|
|
23
|
+
'interface types': d({
|
|
24
|
+
}),
|
|
25
|
+
'algorithm types': d({
|
|
26
|
+
}),
|
|
27
|
+
}
|
package/auto.pareto/auto.dependencies/pareto-subatomic-library/modules/array/glossary.data.ts
CHANGED
|
@@ -38,11 +38,21 @@ export const $: g_glossary.D.Glossary = {
|
|
|
38
38
|
},
|
|
39
39
|
'interface types': d({}),
|
|
40
40
|
'algorithm types': d({
|
|
41
|
+
//array
|
|
41
42
|
"EnrichWithPositionInformation": sfunction(
|
|
42
43
|
typeReference("EnrichedArray", { "Type": typeParameter("Type") }),
|
|
43
44
|
data(typeReference("Array", { "Type": typeParameter("Type") })),
|
|
44
45
|
{ "Type": null }
|
|
45
46
|
),
|
|
47
|
+
|
|
48
|
+
//boolean
|
|
49
|
+
"IsEmpty": sfunction(
|
|
50
|
+
typeReference("Boolean"),
|
|
51
|
+
data(typeReference("Array", { "Type": typeParameter("Type") })),
|
|
52
|
+
{ "Type": null }
|
|
53
|
+
),
|
|
54
|
+
|
|
55
|
+
//optional
|
|
46
56
|
"GetPossibleElementAt": sfunction(
|
|
47
57
|
typeReference("OptionalValue", { "Type": typeParameter("Type") }),
|
|
48
58
|
data(typeReference("GetElementAtData", { "Type": typeParameter("Type") })),
|
|
@@ -58,16 +68,16 @@ export const $: g_glossary.D.Glossary = {
|
|
|
58
68
|
data(typeReference("Array", { "Type": typeParameter("Type") })),
|
|
59
69
|
{ "Type": null }
|
|
60
70
|
),
|
|
71
|
+
|
|
72
|
+
//number
|
|
61
73
|
"GetLength": sfunction(
|
|
62
74
|
typeReference("Length"),
|
|
63
75
|
data(typeReference("Array", { "Type": typeParameter("Type") })),
|
|
64
76
|
{ "Type": null }
|
|
65
77
|
),
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
{ "Type": null }
|
|
70
|
-
),
|
|
78
|
+
|
|
79
|
+
//other
|
|
80
|
+
|
|
71
81
|
"UnsafeGetElementAt": sfunction(
|
|
72
82
|
typeReference("Value", { "Type": typeParameter("Type") }),
|
|
73
83
|
data(typeReference("GetElementAtData", { "Type": typeParameter("Type") })),
|
package/auto.pareto/auto.dependencies/pareto-subatomic-library/modules/filesystem/glossary.data.ts
ADDED
|
@@ -0,0 +1,59 @@
|
|
|
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
|
+
infInit,
|
|
17
|
+
aInterfaceReference,
|
|
18
|
+
aInterface,
|
|
19
|
+
aInterfaceMethod,
|
|
20
|
+
ref,
|
|
21
|
+
infref,
|
|
22
|
+
} from "pareto-pure/auto.dist/public/shorthands/cosmos_type_system.sh"
|
|
23
|
+
|
|
24
|
+
import { $ as d_lines } from "../../glossaries/lines.data"
|
|
25
|
+
|
|
26
|
+
import * as g_glossary from "pareto-pure/auto.dist/public/auto.glossaries/auto.cosmos__type__system"
|
|
27
|
+
const d = pd.d
|
|
28
|
+
|
|
29
|
+
export const $: g_glossary.D.Glossary = {
|
|
30
|
+
'glossary parameters': d({}),
|
|
31
|
+
'imports': d({
|
|
32
|
+
"lines": imp(d_lines, {}),
|
|
33
|
+
}),
|
|
34
|
+
'root': {
|
|
35
|
+
'namespaces': d({}),
|
|
36
|
+
'data types': d({
|
|
37
|
+
"File Path": type(array(string())),
|
|
38
|
+
"File Write Data": type(group({
|
|
39
|
+
"directory path": member(ref(typeReference("File Path"))),
|
|
40
|
+
"file name": member(string()),
|
|
41
|
+
"data": member(ref(externalTypeReference("lines", "Lines"))),
|
|
42
|
+
})),
|
|
43
|
+
"Root Data": type(group({
|
|
44
|
+
"context directory": member(string()),
|
|
45
|
+
})),
|
|
46
|
+
}),
|
|
47
|
+
},
|
|
48
|
+
'interface types': d({
|
|
49
|
+
"RootFileWriter": aInterface(aInterfaceMethod(typeReference("Root Data"), infref(aInterfaceReference("FileWriter")))),
|
|
50
|
+
"FileWriter": aInterface(aInterfaceMethod(typeReference("File Write Data"))),
|
|
51
|
+
"ErrorsHandler": aInterface(aInterfaceMethod(null)),
|
|
52
|
+
}),
|
|
53
|
+
'algorithm types': d({
|
|
54
|
+
"CreateFileWriter": infInit(aInterfaceReference("RootFileWriter"), {
|
|
55
|
+
"errorshandler": aInterfaceReference("ErrorsHandler"),
|
|
56
|
+
})
|
|
57
|
+
}),
|
|
58
|
+
|
|
59
|
+
}
|
|
@@ -27,9 +27,7 @@ export const $: g_project.D.API = api(
|
|
|
27
27
|
"startsWith": algorithm("StartsWith", null, {}),
|
|
28
28
|
"substring": algorithm("Substring", null, {}),
|
|
29
29
|
"toCharacterArray": algorithm("ToCharacterArray", null, {}),
|
|
30
|
-
"unsafeCharCodeAt": algorithm("UnsafeCharCodeAt", null, {}),
|
|
31
|
-
|
|
32
|
-
"foobar": algorithm("Foobar", null, {}),
|
|
30
|
+
//"unsafeCharCodeAt": algorithm("UnsafeCharCodeAt", null, {}),
|
|
33
31
|
|
|
34
32
|
//candidates:
|
|
35
33
|
|
package/auto.pareto/auto.dependencies/pareto-subatomic-library/modules/string/glossary.data.ts
CHANGED
|
@@ -84,26 +84,38 @@ export const $: g_glossary.D.Glossary = {
|
|
|
84
84
|
},
|
|
85
85
|
'interface types': d({}),
|
|
86
86
|
'algorithm types': d({
|
|
87
|
-
|
|
87
|
+
//array
|
|
88
|
+
"Split": sfunction(typeReference("SplitResult"), data(typeReference("SplitData"))),
|
|
89
|
+
"ToCharacterArray": sfunction(typeReference("CharacterArray"), data(typeReference("String"))),
|
|
90
|
+
|
|
91
|
+
//boolean
|
|
88
92
|
"EndsWith": sfunction(typeReference("Boolean"), data(typeReference("EndsWithData"))),
|
|
93
|
+
"Includes": sfunction(typeReference("Boolean"), data(typeReference("IncludesData"))),
|
|
94
|
+
"StartsWith": sfunction(typeReference("Boolean"), data(typeReference("StartsWithData"))),
|
|
95
|
+
|
|
96
|
+
//number
|
|
97
|
+
"Length": sfunction(typeReference("Length"), data(typeReference("String"))),
|
|
98
|
+
|
|
99
|
+
//optional
|
|
100
|
+
"CharCodeAt": sfunction(typeReference("Possible Character Code"), data(typeReference("CharacterCode At Data"))),
|
|
101
|
+
"IndexOf": sfunction(typeReference("Possible Position"), data(typeReference("IndexOfData"))),
|
|
102
|
+
|
|
103
|
+
//string
|
|
89
104
|
"Escape": sfunction(typeReference("String"), data(typeReference("EscapeParameters"))),
|
|
90
105
|
"FromCharacter": sfunction(typeReference("String"), data(typeReference("Character Code"))),
|
|
91
106
|
"FromCharacterArray": sfunction(typeReference("String"), data(typeReference("CharacterArray"))),
|
|
92
|
-
"Includes": sfunction(typeReference("Boolean"), data(typeReference("IncludesData"))),
|
|
93
|
-
"IndexOf": sfunction(typeReference("Possible Position"), data(typeReference("IndexOfData"))),
|
|
94
|
-
"Length": sfunction(typeReference("Length"), data(typeReference("String"))),
|
|
95
107
|
"PadEnd": sfunction(typeReference("String"), data(typeReference("PadData"))),
|
|
96
108
|
"PadStart": sfunction(typeReference("String"), data(typeReference("PadData"))),
|
|
97
109
|
"ReplaceAll": sfunction(typeReference("String"), data(typeReference("ReplaceData"))),
|
|
98
110
|
"ReplaceFirst": sfunction(typeReference("String"), data(typeReference("ReplaceData"))),
|
|
99
|
-
"Split": sfunction(typeReference("SplitResult"), data(typeReference("SplitData"))),
|
|
100
|
-
"SplitIn2": sfunction(typeReference("SplitIn2Result"), data(typeReference("SplitData"))),
|
|
101
|
-
"StartsWith": sfunction(typeReference("Boolean"), data(typeReference("StartsWithData"))),
|
|
102
111
|
"Substring": sfunction(typeReference("String"), data(typeReference("SubstringData"))),
|
|
103
|
-
|
|
104
|
-
|
|
112
|
+
|
|
113
|
+
//composite
|
|
114
|
+
"SplitIn2": sfunction(typeReference("SplitIn2Result"), data(typeReference("SplitData"))),
|
|
115
|
+
|
|
116
|
+
|
|
117
|
+
//"UnsafeCharCodeAt": sfunction(typeReference("Character Code"), data(typeReference("CharacterCode At Data"))),
|
|
105
118
|
//"TrimEnd": sfunction(typeReference("String"), data(typeReference("String"))),
|
|
106
119
|
|
|
107
|
-
"Foobar": sfunction(typeReference("String"), data(typeReference("String"))),
|
|
108
120
|
}),
|
|
109
121
|
}
|
|
@@ -5,7 +5,6 @@ import { algorithm, api } from "pareto-pure/auto.dist/public/shorthands/cosmos_t
|
|
|
5
5
|
import * as g_project from "pareto-pure/auto.dist/public/auto.glossaries/auto.cosmos__type__system"
|
|
6
6
|
|
|
7
7
|
import { $ as glos } from "./glossary.data"
|
|
8
|
-
import { glossary, group, member, number, type } from "pareto-pure/auto.dist/public/shorthands/cosmos_type_system.sh"
|
|
9
8
|
|
|
10
9
|
export const $: g_project.D.API = api(
|
|
11
10
|
glos,
|
|
@@ -27,14 +27,14 @@ import {
|
|
|
27
27
|
import * as g_glossary from "pareto-pure/auto.dist/public/auto.glossaries/auto.cosmos__type__system"
|
|
28
28
|
|
|
29
29
|
import { $ as d_pareto } from "../../auto.dependencies/pareto-pure/glossaries/auto.pareto.data"
|
|
30
|
-
import { $ as
|
|
30
|
+
import { $ as d_fpif } from "../../auto.dependencies/pareto-pure/glossaries/fountain_pen_indented_file.data"
|
|
31
31
|
import { $ as d_l } from "../../auto.dependencies/pareto-pure/glossaries/lines.data"
|
|
32
32
|
|
|
33
33
|
const d = pd.d
|
|
34
34
|
|
|
35
35
|
export const $: g_glossary.D.Glossary = {
|
|
36
36
|
'imports': d({
|
|
37
|
-
"fp": imp(
|
|
37
|
+
"fp": imp(d_fpif, {}),
|
|
38
38
|
"l": imp(d_l, {}),
|
|
39
39
|
"pareto": imp(d_pareto, {}),
|
|
40
40
|
}),
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import * as pd from 'pareto-core-data'
|
|
2
|
+
|
|
3
|
+
import * as sh from "pareto-pure/auto.dist/public/shorthands/cosmos_type_system.sh"
|
|
4
|
+
|
|
5
|
+
import * as g_project from "pareto-pure/auto.dist/public/auto.glossaries/auto.cosmos__type__system"
|
|
6
|
+
|
|
7
|
+
import { $ as glos } from "./glossary.data"
|
|
8
|
+
import { glossary, group, member, number, type } from "pareto-pure/auto.dist/public/shorthands/cosmos_type_system.sh"
|
|
9
|
+
|
|
10
|
+
export const $: g_project.D.API = sh.api(
|
|
11
|
+
glos,
|
|
12
|
+
{
|
|
13
|
+
"map Block 2 Block": sh.algorithm("Map Block 2 Block", null, {}),
|
|
14
|
+
}
|
|
15
|
+
)
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import * as pd from 'pareto-core-data'
|
|
2
|
+
|
|
3
|
+
import * as sh from "pareto-pure/auto.dist/public/shorthands/cosmos_type_system.sh"
|
|
4
|
+
|
|
5
|
+
import { $ as d_in } from "../../auto.dependencies/pareto-pure/glossaries/fountain_pen_indented_file_with_escaped_strings.data"
|
|
6
|
+
import { $ as d_out } from "../../auto.dependencies/pareto-pure/glossaries/fountain_pen_indented_file.data"
|
|
7
|
+
|
|
8
|
+
import * as g_glossary from "pareto-pure/auto.dist/public/auto.glossaries/auto.cosmos__type__system"
|
|
9
|
+
const d = pd.d
|
|
10
|
+
|
|
11
|
+
export const $: g_glossary.D.Glossary = {
|
|
12
|
+
'glossary parameters': d({}),
|
|
13
|
+
'imports': d({
|
|
14
|
+
"in": sh.imp(d_in, {}),
|
|
15
|
+
"out": sh.imp(d_out, {}),
|
|
16
|
+
}),
|
|
17
|
+
'root': {
|
|
18
|
+
'namespaces': d({}),
|
|
19
|
+
'data types': d({
|
|
20
|
+
}),
|
|
21
|
+
},
|
|
22
|
+
'interface types': d({}),
|
|
23
|
+
'algorithm types': d({
|
|
24
|
+
"Map Block 2 Block": sh.sfunction(sh.externalTypeReference("out", "Block"), sh.data(sh.externalTypeReference("in", "Block"))),
|
|
25
|
+
}),
|
|
26
|
+
|
|
27
|
+
}
|
|
@@ -18,14 +18,14 @@ import {
|
|
|
18
18
|
import * as g_glossary from "pareto-pure/auto.dist/public/auto.glossaries/auto.cosmos__type__system"
|
|
19
19
|
const d = pd.d
|
|
20
20
|
|
|
21
|
-
import { $ as
|
|
21
|
+
import { $ as d_fpif } from "../../auto.dependencies/pareto-pure/glossaries/fountain_pen_indented_file.data"
|
|
22
22
|
import { $ as d_ts } from "../../auto.dependencies/pareto-pure/glossaries/typescript_intermediate.data"
|
|
23
23
|
|
|
24
24
|
export const $: g_glossary.D.Glossary = {
|
|
25
25
|
'glossary parameters': d({}),
|
|
26
26
|
'imports': d({
|
|
27
|
-
"
|
|
28
|
-
"
|
|
27
|
+
"out": imp(d_fpif, {}),
|
|
28
|
+
"in": imp(d_ts, {}),
|
|
29
29
|
}),
|
|
30
30
|
'root': {
|
|
31
31
|
'namespaces': d({}),
|
|
@@ -38,7 +38,7 @@ export const $: g_glossary.D.Glossary = {
|
|
|
38
38
|
"CreateQuotedString": sfunction(typeReference("String"), data(typeReference("String"))),
|
|
39
39
|
"CreateApostrophedString": sfunction(typeReference("String"), data(typeReference("String"))),
|
|
40
40
|
"CreateBacktickedString": sfunction(typeReference("String"), data(typeReference("String"))),
|
|
41
|
-
"
|
|
41
|
+
"Map Block 2 Block": sfunction(externalTypeReference("out", "Block"), data(externalTypeReference("in", "Block"))),
|
|
42
42
|
}),
|
|
43
43
|
|
|
44
44
|
}
|
package/package.json
CHANGED
|
@@ -3,13 +3,13 @@
|
|
|
3
3
|
"license": "TBD",
|
|
4
4
|
"description": "",
|
|
5
5
|
"dependencies": {
|
|
6
|
-
"pareto-core-alg": "^0.2.
|
|
7
|
-
"pareto-core-bin": "^0.1.
|
|
8
|
-
"pareto-core-data": "^0.7.
|
|
6
|
+
"pareto-core-alg": "^0.2.4",
|
|
7
|
+
"pareto-core-bin": "^0.1.4",
|
|
8
|
+
"pareto-core-data": "^0.7.3",
|
|
9
9
|
"pareto-core-dev": "^0.9.1",
|
|
10
|
-
"pareto-pure": "^0.
|
|
11
|
-
"pareto-standard-library": "^0.
|
|
12
|
-
"pareto-subatomic-library": "^0.
|
|
10
|
+
"pareto-pure": "^0.22.0",
|
|
11
|
+
"pareto-standard-library": "^0.9.0",
|
|
12
|
+
"pareto-subatomic-library": "^0.7.0"
|
|
13
13
|
},
|
|
14
14
|
"bin": {
|
|
15
15
|
"boekhouding": "auto.dist/auto.bin/auto.boekhouding.js"
|
|
@@ -25,6 +25,6 @@
|
|
|
25
25
|
"main": "auto.dist/index.js",
|
|
26
26
|
"types": "auto.dist/index.d.ts",
|
|
27
27
|
"name": "pareto",
|
|
28
|
-
"version": "0.
|
|
29
|
-
"content-fingerprint": "
|
|
28
|
+
"version": "0.61.0",
|
|
29
|
+
"content-fingerprint": "3b2830301bd51dbec9b8e0839d968f7c9e2f3aa0"
|
|
30
30
|
}
|
package/auto.dist/public/modules/alan__light__intermediate__2__fountain__pen/auto.implementation.js
DELETED
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.map = void 0;
|
|
4
|
-
var map_alg_1 = require("./implementations/map.alg");
|
|
5
|
-
Object.defineProperty(exports, "map", { enumerable: true, get: function () { return map_alg_1.$$; } });
|
|
6
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXV0by5pbXBsZW1lbnRhdGlvbi5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3NyYy9wdWJsaWMvbW9kdWxlcy9hbGFuX19saWdodF9faW50ZXJtZWRpYXRlX18yX19mb3VudGFpbl9fcGVuL2F1dG8uaW1wbGVtZW50YXRpb24udHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7O0FBRUEscURBQXFEO0FBQTVDLDhGQUFBLEVBQUUsT0FBTyJ9
|
|
@@ -1,61 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
-
if (k2 === undefined) k2 = k;
|
|
4
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
-
}
|
|
8
|
-
Object.defineProperty(o, k2, desc);
|
|
9
|
-
}) : (function(o, m, k, k2) {
|
|
10
|
-
if (k2 === undefined) k2 = k;
|
|
11
|
-
o[k2] = m[k];
|
|
12
|
-
}));
|
|
13
|
-
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
-
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
-
}) : function(o, v) {
|
|
16
|
-
o["default"] = v;
|
|
17
|
-
});
|
|
18
|
-
var __importStar = (this && this.__importStar) || (function () {
|
|
19
|
-
var ownKeys = function(o) {
|
|
20
|
-
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
21
|
-
var ar = [];
|
|
22
|
-
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
23
|
-
return ar;
|
|
24
|
-
};
|
|
25
|
-
return ownKeys(o);
|
|
26
|
-
};
|
|
27
|
-
return function (mod) {
|
|
28
|
-
if (mod && mod.__esModule) return mod;
|
|
29
|
-
var result = {};
|
|
30
|
-
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
31
|
-
__setModuleDefault(result, mod);
|
|
32
|
-
return result;
|
|
33
|
-
};
|
|
34
|
-
})();
|
|
35
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
36
|
-
exports.$$ = void 0;
|
|
37
|
-
const pa = __importStar(require("pareto-core-alg"));
|
|
38
|
-
const a_cas = __importStar(require("../../typescript__intermediate__2__fountain__pen/implementations/createApostrophedString.alg")); //FIXME this should not be borrowed from typescript__serialize
|
|
39
|
-
const $$ = ($c, $d) => {
|
|
40
|
-
const createApostrophedString = a_cas.$$(null, null);
|
|
41
|
-
return ($) => {
|
|
42
|
-
const Block = ($) => $.map($ => pa.cc($, ($) => {
|
|
43
|
-
switch ($[0]) {
|
|
44
|
-
case 'line': return pa.ss($, ($) => ['line', $]);
|
|
45
|
-
case 'nested line': return pa.ss($, ($) => ['nested line', Line($)]);
|
|
46
|
-
default: return pa.au($[0]);
|
|
47
|
-
}
|
|
48
|
-
}));
|
|
49
|
-
const Line = ($) => $.map($ => pa.cc($, ($) => {
|
|
50
|
-
switch ($[0]) {
|
|
51
|
-
case 'apostrophed string': return pa.ss($, ($) => ['snippet', createApostrophedString($)]);
|
|
52
|
-
case 'snippet': return pa.ss($, ($) => ['snippet', $]);
|
|
53
|
-
case 'indent': return pa.ss($, ($) => ['indent', Block($)]);
|
|
54
|
-
default: return pa.au($[0]);
|
|
55
|
-
}
|
|
56
|
-
}));
|
|
57
|
-
return Block($);
|
|
58
|
-
};
|
|
59
|
-
};
|
|
60
|
-
exports.$$ = $$;
|
|
61
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWFwLmFsZy5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3NyYy9wdWJsaWMvbW9kdWxlcy9hbGFuX19saWdodF9faW50ZXJtZWRpYXRlX18yX19mb3VudGFpbl9fcGVuL2ltcGxlbWVudGF0aW9ucy9tYXAuYWxnLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7OztBQUFBLG9EQUFxQztBQU1yQyxvSUFBcUgsQ0FBQyw4REFBOEQ7QUFFN0ssTUFBTSxFQUFFLEdBQVksQ0FBQyxFQUFFLEVBQUUsRUFBRSxFQUFFLEVBQUU7SUFFbEMsTUFBTSx1QkFBdUIsR0FBRyxLQUFLLENBQUMsRUFBRSxDQUFDLElBQUksRUFBRSxJQUFJLENBQUMsQ0FBQTtJQUVwRCxPQUFPLENBQUMsQ0FBQyxFQUFFLEVBQUU7UUFFVCxNQUFNLEtBQUssR0FBRyxDQUFDLENBQXFCLEVBQXFCLEVBQUUsQ0FBQyxDQUFDLENBQUMsR0FBRyxDQUFDLENBQUMsQ0FBQyxFQUFFLENBQUMsRUFBRSxDQUFDLEVBQUUsQ0FBQyxDQUFDLEVBQUUsQ0FBQyxDQUFDLEVBQUUsRUFBRTtZQUNsRixRQUFRLENBQUMsQ0FBQyxDQUFDLENBQUMsRUFBRSxDQUFDO2dCQUNYLEtBQUssTUFBTSxDQUFDLENBQUMsT0FBTyxFQUFFLENBQUMsRUFBRSxDQUFDLENBQUMsRUFBRSxDQUFDLENBQUMsRUFBRSxFQUFFLENBQUMsQ0FBQyxNQUFNLEVBQUUsQ0FBQyxDQUFDLENBQUMsQ0FBQTtnQkFDaEQsS0FBSyxhQUFhLENBQUMsQ0FBQyxPQUFPLEVBQUUsQ0FBQyxFQUFFLENBQUMsQ0FBQyxFQUFFLENBQUMsQ0FBQyxFQUFFLEVBQUUsQ0FBQyxDQUFDLGFBQWEsRUFBRSxJQUFJLENBQUMsQ0FBQyxDQUFDLENBQUMsQ0FBQyxDQUFBO2dCQUNwRSxPQUFPLENBQUMsQ0FBQyxPQUFPLEVBQUUsQ0FBQyxFQUFFLENBQUMsQ0FBQyxDQUFDLENBQUMsQ0FBQyxDQUFDLENBQUE7WUFDL0IsQ0FBQztRQUNMLENBQUMsQ0FBQyxDQUFDLENBQUE7UUFDSCxNQUFNLElBQUksR0FBRyxDQUFDLENBQW9CLEVBQW9CLEVBQUUsQ0FBQyxDQUFDLENBQUMsR0FBRyxDQUFDLENBQUMsQ0FBQyxFQUFFLENBQUMsRUFBRSxDQUFDLEVBQUUsQ0FBQyxDQUFDLEVBQUUsQ0FBQyxDQUFDLEVBQUUsRUFBRTtZQUMvRSxRQUFRLENBQUMsQ0FBQyxDQUFDLENBQUMsRUFBRSxDQUFDO2dCQUNYLEtBQUssb0JBQW9CLENBQUMsQ0FBQyxPQUFPLEVBQUUsQ0FBQyxFQUFFLENBQUMsQ0FBQyxFQUFFLENBQUMsQ0FBQyxFQUFFLEVBQUUsQ0FBQyxDQUFDLFNBQVMsRUFBRSx1QkFBdUIsQ0FBQyxDQUFDLENBQUMsQ0FBQyxDQUFDLENBQUE7Z0JBQzFGLEtBQUssU0FBUyxDQUFDLENBQUMsT0FBTyxFQUFFLENBQUMsRUFBRSxDQUFDLENBQUMsRUFBRSxDQUFDLENBQUMsRUFBRSxFQUFFLENBQUMsQ0FBQyxTQUFTLEVBQUUsQ0FBQyxDQUFDLENBQUMsQ0FBQTtnQkFDdEQsS0FBSyxRQUFRLENBQUMsQ0FBQyxPQUFPLEVBQUUsQ0FBQyxFQUFFLENBQUMsQ0FBQyxFQUFFLENBQUMsQ0FBQyxFQUFFLEVBQUUsQ0FBQyxDQUFDLFFBQVEsRUFBRSxLQUFLLENBQUMsQ0FBQyxDQUFDLENBQUMsQ0FBQyxDQUFBO2dCQUMzRCxPQUFPLENBQUMsQ0FBQyxPQUFPLEVBQUUsQ0FBQyxFQUFFLENBQUMsQ0FBQyxDQUFDLENBQUMsQ0FBQyxDQUFDLENBQUE7WUFDL0IsQ0FBQztRQUNMLENBQUMsQ0FBQyxDQUFDLENBQUE7UUFDSCxPQUFPLEtBQUssQ0FBQyxDQUFDLENBQUMsQ0FBQTtJQUNuQixDQUFDLENBQUE7QUFDTCxDQUFDLENBQUE7QUF2QlksUUFBQSxFQUFFLE1BdUJkIn0=
|