pareto 0.74.0 → 0.75.1
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.bin.js +8 -18
- package/auto.dist/data/boekhouding.data.js +8 -18
- package/auto.dist/index.js +8 -18
- package/auto.dist/public/modules/filesystem_naming/implementations/create_Valid_File_Name.alg.js +8 -18
- package/auto.dist/public/modules/fountain_pen_indented_file_2_fountain_pen_indented_file_with_escaped_texts/auto.api.d.ts +1 -1
- package/auto.dist/public/modules/fountain_pen_indented_file_2_fountain_pen_indented_file_with_escaped_texts/auto.implementation.d.ts +1 -1
- package/auto.dist/public/modules/fountain_pen_indented_file_2_fountain_pen_indented_file_with_escaped_texts/auto.implementation.js +4 -4
- package/auto.dist/public/modules/fountain_pen_indented_file_2_fountain_pen_indented_file_with_escaped_texts/auto.provided_interface_glossary.d.ts +1 -1
- package/auto.dist/public/modules/fountain_pen_indented_file_2_fountain_pen_indented_file_with_escaped_texts/auto.provided_interface_glossary.shadow.d.ts +1 -1
- package/auto.dist/public/modules/fountain_pen_indented_file_2_fountain_pen_indented_file_with_escaped_texts/implementations/transform_Block_2_Block.alg.d.ts +2 -0
- package/auto.dist/public/modules/fountain_pen_indented_file_2_fountain_pen_indented_file_with_escaped_texts/implementations/transform_Block_2_Block.alg.js +55 -0
- package/auto.dist/public/modules/main/implementations/temp$_compile$_boekhouding.alg.js +13 -23
- package/auto.dist/public/modules/pareto_3gl_high_2_lines/implementations/compilation_Unit_2_Indented_Lines.alg.js +12 -22
- package/auto.dist/public/modules/typescript_intermediate_2_fountain_pen_indented_file/auto.api.d.ts +1 -1
- package/auto.dist/public/modules/typescript_intermediate_2_fountain_pen_indented_file/auto.implementation.d.ts +1 -1
- package/auto.dist/public/modules/typescript_intermediate_2_fountain_pen_indented_file/auto.implementation.js +4 -4
- package/auto.dist/public/modules/typescript_intermediate_2_fountain_pen_indented_file/auto.provided_interface_glossary.d.ts +1 -1
- package/auto.dist/public/modules/typescript_intermediate_2_fountain_pen_indented_file/auto.provided_interface_glossary.shadow.d.ts +1 -1
- package/auto.dist/public/modules/typescript_intermediate_2_fountain_pen_indented_file/implementations/createApostrophedString.alg.js +8 -18
- package/auto.dist/public/modules/typescript_intermediate_2_fountain_pen_indented_file/implementations/createBacktickedString.alg.js +8 -18
- package/auto.dist/public/modules/typescript_intermediate_2_fountain_pen_indented_file/implementations/createQuotedString.alg.js +8 -18
- package/auto.dist/public/modules/typescript_intermediate_2_fountain_pen_indented_file/implementations/transform_Block_2_Block.alg.d.ts +2 -0
- package/auto.dist/public/modules/typescript_intermediate_2_fountain_pen_indented_file/implementations/transform_Block_2_Block.alg.js +85 -0
- package/auto.dist/public/modules/typescript_naming/implementations/createIdentifier.alg.js +12 -22
- package/auto.pareto/$.data.ts +1 -1
- package/auto.pareto/auto.dependencies/index.ts +3 -3
- package/auto.pareto/auto.dependencies/pareto-pure/$.data.ts +17 -7
- 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 +2 -2
- package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/array/api.data.ts +25 -8
- package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/array/glossary.data.ts +17 -17
- package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/boolean/api.data.ts +23 -9
- package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/boolean/glossary.data.ts +5 -5
- package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/buildInterfaceInitializers/api.data.ts +5 -5
- package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/buildInterfaceInitializers/glossary.data.ts +11 -11
- package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/dictionary/api.data.ts +46 -41
- package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/dictionary/glossary.data.ts +19 -19
- package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/number/api.data.ts +24 -9
- package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/number/glossary.data.ts +7 -11
- package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/optional/api.data.ts +8 -4
- package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/optional/glossary.data.ts +5 -5
- package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/resolve/api.data.ts +2 -2
- package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/resolve/glossary.data.ts +3 -3
- package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/string/api.data.ts +29 -15
- package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/string/glossary.data.ts +16 -16
- package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/tostring/api.data.ts +2 -2
- package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/tostring/glossary.data.ts +3 -3
- package/auto.pareto/auto.dependencies/pareto-pure/glossaries/astn.data.ts +5 -5
- package/auto.pareto/auto.dependencies/pareto-pure/glossaries/auto.alan_light.temp_in_between.data.ts +1 -1
- package/auto.pareto/auto.dependencies/pareto-pure/glossaries/auto.boekhouding.constrained_with_terminal_values.data.ts +1 -1
- package/auto.pareto/auto.dependencies/pareto-pure/glossaries/auto.boekhouding.possibly_constrained.data.ts +1 -1
- package/auto.pareto/auto.dependencies/pareto-pure/glossaries/auto.boekhouding.unconstrained_with_annotations.data.ts +1 -1
- package/auto.pareto/auto.dependencies/pareto-pure/glossaries/auto.grammar.temp_in_between.data.ts +1 -1
- package/auto.pareto/auto.dependencies/pareto-pure/glossaries/auto.graphviz.temp_in_between.data.ts +1 -1
- package/auto.pareto/auto.dependencies/pareto-pure/glossaries/auto.html.temp_in_between.data.ts +1 -1
- package/auto.pareto/auto.dependencies/pareto-pure/glossaries/auto.liana_resolver.constrained_with_terminal_values.data.ts +1 -1
- package/auto.pareto/auto.dependencies/pareto-pure/glossaries/auto.liana_resolver.temp_in_between.data.ts +1 -1
- package/auto.pareto/auto.dependencies/pareto-pure/glossaries/auto.liana_schema.temp_in_between.data.ts +1 -1
- package/auto.pareto/auto.dependencies/pareto-pure/glossaries/auto.pareto_3gl_high.temp_in_between.data.ts +1 -1
- package/auto.pareto/auto.dependencies/pareto-pure/glossaries/auto.pareto_4gl_type_system.temp_in_between.data.ts +1 -1
- package/auto.pareto/auto.dependencies/pareto-pure/glossaries/auto.pareto_4gl_typescript.temp_in_between.data.ts +1 -1
- package/auto.pareto/auto.dependencies/pareto-pure/glossaries/auto.railroad_diagram.temp_in_between.data.ts +241 -0
- package/auto.pareto/auto.dependencies/pareto-pure/glossaries/auto.semantic_versioning.temp_in_between.data.ts +1 -1
- package/auto.pareto/auto.dependencies/pareto-pure/glossaries/fountain_pen_directory.data.ts +4 -4
- package/auto.pareto/auto.dependencies/pareto-pure/glossaries/fountain_pen_indented_file.data.ts +5 -5
- package/auto.pareto/auto.dependencies/pareto-pure/glossaries/fountain_pen_indented_file_with_escaped_strings.data.ts +5 -5
- package/auto.pareto/auto.dependencies/pareto-pure/glossaries/liana_project.data.ts +12 -12
- package/auto.pareto/auto.dependencies/pareto-pure/glossaries/lines.data.ts +3 -3
- package/auto.pareto/auto.dependencies/pareto-pure/glossaries/testresult.data.ts +37 -37
- package/auto.pareto/auto.dependencies/pareto-pure/glossaries/text.data.ts +3 -3
- package/auto.pareto/auto.dependencies/pareto-pure/glossaries/typescript_intermediate.data.ts +11 -11
- package/auto.pareto/auto.dependencies/pareto-pure/glossaries/xml.data.ts +9 -9
- package/auto.pareto/auto.dependencies/pareto-pure/modules/alan_light_2_fountain_pen_indented_file_with_escaped_strings/api.data.ts +5 -3
- package/auto.pareto/auto.dependencies/pareto-pure/modules/alan_light_2_fountain_pen_indented_file_with_escaped_strings/glossary.data.ts +4 -4
- package/auto.pareto/auto.dependencies/pareto-pure/modules/astn_2_fountain_pen_indented_file_with_escaped_strings/api.data.ts +3 -3
- package/auto.pareto/auto.dependencies/pareto-pure/modules/astn_2_fountain_pen_indented_file_with_escaped_strings/glossary.data.ts +4 -4
- package/auto.pareto/auto.dependencies/pareto-pure/modules/fountain_pen_indented_file_2_fountain_pen_indented_file/api.data.ts +3 -3
- package/auto.pareto/auto.dependencies/pareto-pure/modules/fountain_pen_indented_file_2_fountain_pen_indented_file/glossary.data.ts +5 -5
- package/auto.pareto/auto.dependencies/pareto-pure/modules/fountain_pen_lines_2_lines/api.data.ts +4 -4
- package/auto.pareto/auto.dependencies/pareto-pure/modules/fountain_pen_lines_2_lines/glossary.data.ts +6 -6
- package/auto.pareto/auto.dependencies/pareto-pure/modules/graphviz_2_fountain_pen_indented_file_with_escaped_strings/api.data.ts +3 -3
- package/auto.pareto/auto.dependencies/pareto-pure/modules/graphviz_2_fountain_pen_indented_file_with_escaped_strings/glossary.data.ts +4 -4
- package/auto.pareto/auto.dependencies/pareto-pure/modules/html_2_xml/api.data.ts +5 -3
- package/auto.pareto/auto.dependencies/pareto-pure/modules/html_2_xml/glossary.data.ts +4 -4
- package/auto.pareto/auto.dependencies/pareto-pure/modules/liana_project_2_pareto_3gl_high/api.data.ts +5 -3
- package/auto.pareto/auto.dependencies/pareto-pure/modules/liana_project_2_pareto_3gl_high/glossary.data.ts +3 -3
- package/auto.pareto/auto.dependencies/pareto-pure/modules/liana_schema_2_alan_light/api.data.ts +3 -3
- package/auto.pareto/auto.dependencies/pareto-pure/modules/liana_schema_2_alan_light/glossary.data.ts +3 -3
- package/auto.pareto/auto.dependencies/pareto-pure/modules/liana_schema_2_pareto_3gl_high/api.data.ts +4 -4
- package/auto.pareto/auto.dependencies/pareto-pure/modules/liana_schema_2_pareto_3gl_high/glossary.data.ts +3 -3
- package/auto.pareto/auto.dependencies/pareto-pure/modules/liana_schema_2_pareto_4gl_type_system/api.data.ts +3 -3
- package/auto.pareto/auto.dependencies/pareto-pure/modules/liana_schema_2_pareto_4gl_type_system/glossary.data.ts +15 -15
- package/auto.pareto/auto.dependencies/pareto-pure/modules/pareto_3gl_high_2_typescript_intermediate/api.data.ts +3 -3
- package/auto.pareto/auto.dependencies/pareto-pure/modules/pareto_3gl_high_2_typescript_intermediate/glossary.data.ts +6 -6
- package/auto.pareto/auto.dependencies/pareto-pure/modules/pareto_4gl_type_system_2_graphviz/api.data.ts +3 -3
- package/auto.pareto/auto.dependencies/pareto-pure/modules/pareto_4gl_type_system_2_graphviz/glossary.data.ts +4 -4
- package/auto.pareto/auto.dependencies/pareto-pure/modules/pareto_4gl_type_system_2_indented_file_with_escaped_strings/api.data.ts +3 -3
- package/auto.pareto/auto.dependencies/pareto-pure/modules/pareto_4gl_type_system_2_indented_file_with_escaped_strings/glossary.data.ts +4 -4
- package/auto.pareto/auto.dependencies/pareto-pure/modules/pareto_4gl_type_system_2_pareto_3gl_high/api.data.ts +5 -3
- package/auto.pareto/auto.dependencies/pareto-pure/modules/pareto_4gl_type_system_2_pareto_3gl_high/glossary.data.ts +5 -5
- package/auto.pareto/auto.dependencies/pareto-pure/modules/pareto_4gl_type_system_2_typescript_intermediate/api.data.ts +3 -3
- package/auto.pareto/auto.dependencies/pareto-pure/modules/pareto_4gl_type_system_2_typescript_intermediate/glossary.data.ts +4 -4
- package/auto.pareto/auto.dependencies/pareto-pure/modules/pareto_4gl_typescript_2_fountain_pen_directory/api.data.ts +3 -3
- package/auto.pareto/auto.dependencies/pareto-pure/modules/pareto_4gl_typescript_2_fountain_pen_directory/glossary.data.ts +6 -6
- package/auto.pareto/auto.dependencies/pareto-pure/modules/semantic_versioning_from_text/api.data.ts +5 -3
- package/auto.pareto/auto.dependencies/pareto-pure/modules/semantic_versioning_from_text/glossary.data.ts +4 -4
- package/auto.pareto/auto.dependencies/pareto-pure/modules/testresult_2_testresult/api.data.ts +6 -6
- package/auto.pareto/auto.dependencies/pareto-pure/modules/testresult_2_testresult/glossary.data.ts +37 -37
- package/auto.pareto/auto.dependencies/pareto-standard-library/$.data.ts +2 -2
- package/auto.pareto/auto.dependencies/pareto-standard-library/modules/array/api.data.ts +25 -8
- package/auto.pareto/auto.dependencies/pareto-standard-library/modules/array/glossary.data.ts +17 -17
- package/auto.pareto/auto.dependencies/pareto-standard-library/modules/boolean/api.data.ts +23 -9
- package/auto.pareto/auto.dependencies/pareto-standard-library/modules/boolean/glossary.data.ts +5 -5
- package/auto.pareto/auto.dependencies/pareto-standard-library/modules/buildInterfaceInitializers/api.data.ts +5 -5
- package/auto.pareto/auto.dependencies/pareto-standard-library/modules/buildInterfaceInitializers/glossary.data.ts +11 -11
- package/auto.pareto/auto.dependencies/pareto-standard-library/modules/dictionary/api.data.ts +46 -41
- package/auto.pareto/auto.dependencies/pareto-standard-library/modules/dictionary/glossary.data.ts +19 -19
- package/auto.pareto/auto.dependencies/pareto-standard-library/modules/number/api.data.ts +24 -9
- package/auto.pareto/auto.dependencies/pareto-standard-library/modules/number/glossary.data.ts +7 -11
- package/auto.pareto/auto.dependencies/pareto-standard-library/modules/optional/api.data.ts +8 -4
- package/auto.pareto/auto.dependencies/pareto-standard-library/modules/optional/glossary.data.ts +5 -5
- package/auto.pareto/auto.dependencies/pareto-standard-library/modules/resolve/api.data.ts +2 -2
- package/auto.pareto/auto.dependencies/pareto-standard-library/modules/resolve/glossary.data.ts +3 -3
- package/auto.pareto/auto.dependencies/pareto-standard-library/modules/string/api.data.ts +29 -15
- package/auto.pareto/auto.dependencies/pareto-standard-library/modules/string/glossary.data.ts +16 -16
- package/auto.pareto/auto.dependencies/pareto-standard-library/modules/tostring/api.data.ts +2 -2
- package/auto.pareto/auto.dependencies/pareto-standard-library/modules/tostring/glossary.data.ts +3 -3
- package/auto.pareto/auto.dependencies/pareto-subatomic-library/$.data.ts +2 -2
- package/auto.pareto/auto.dependencies/pareto-subatomic-library/glossaries/lines.data.ts +3 -3
- package/auto.pareto/auto.dependencies/pareto-subatomic-library/modules/array/api.data.ts +33 -12
- package/auto.pareto/auto.dependencies/pareto-subatomic-library/modules/array/glossary.data.ts +9 -9
- package/auto.pareto/auto.dependencies/pareto-subatomic-library/modules/dictionary/api.data.ts +19 -15
- package/auto.pareto/auto.dependencies/pareto-subatomic-library/modules/dictionary/glossary.data.ts +5 -5
- package/auto.pareto/auto.dependencies/pareto-subatomic-library/modules/filesystem/api.data.ts +6 -4
- package/auto.pareto/auto.dependencies/pareto-subatomic-library/modules/filesystem/glossary.data.ts +7 -7
- package/auto.pareto/auto.dependencies/pareto-subatomic-library/modules/json/api.data.ts +13 -10
- package/auto.pareto/auto.dependencies/pareto-subatomic-library/modules/json/glossary.data.ts +3 -3
- package/auto.pareto/auto.dependencies/pareto-subatomic-library/modules/numerical_predicates/api.data.ts +15 -7
- package/auto.pareto/auto.dependencies/pareto-subatomic-library/modules/numerical_predicates/glossary.data.ts +7 -7
- package/auto.pareto/auto.dependencies/pareto-subatomic-library/modules/string/api.data.ts +56 -20
- package/auto.pareto/auto.dependencies/pareto-subatomic-library/modules/string/glossary.data.ts +29 -29
- package/auto.pareto/modules/filesystem_naming/api.data.ts +8 -3
- package/auto.pareto/modules/filesystem_naming/glossary.data.ts +5 -5
- package/auto.pareto/modules/fountain_pen_indented_file_2_fountain_pen_indented_file_with_escaped_texts/api.data.ts +3 -3
- package/auto.pareto/modules/fountain_pen_indented_file_2_fountain_pen_indented_file_with_escaped_texts/glossary.data.ts +3 -3
- package/auto.pareto/modules/main/api.data.ts +5 -3
- package/auto.pareto/modules/main/glossary.data.ts +4 -4
- package/auto.pareto/modules/pareto_3gl_high_2_lines/api.data.ts +5 -6
- package/auto.pareto/modules/pareto_3gl_high_2_lines/glossary.data.ts +4 -4
- package/auto.pareto/modules/typescript_intermediate_2_fountain_pen_indented_file/api.data.ts +15 -11
- package/auto.pareto/modules/typescript_intermediate_2_fountain_pen_indented_file/glossary.data.ts +4 -4
- package/auto.pareto/modules/typescript_naming/api.data.ts +14 -16
- package/auto.pareto/modules/typescript_naming/glossary.data.ts +3 -3
- package/package.json +9 -9
- package/auto.dist/public/modules/fountain_pen_indented_file_2_fountain_pen_indented_file_with_escaped_texts/implementations/map_Block_2_Block.alg.d.ts +0 -2
- package/auto.dist/public/modules/fountain_pen_indented_file_2_fountain_pen_indented_file_with_escaped_texts/implementations/map_Block_2_Block.alg.js +0 -65
- package/auto.dist/public/modules/typescript_intermediate_2_fountain_pen_indented_file/implementations/map_Block_2_Block.alg.d.ts +0 -2
- package/auto.dist/public/modules/typescript_intermediate_2_fountain_pen_indented_file/implementations/map_Block_2_Block.alg.js +0 -95
- package/auto.pareto/auto.dependencies/pareto-pure/glossaries/auto.liana_resolver.possibly_constrained.data.ts +0 -1050
- package/auto.pareto/auto.dependencies/pareto-pure/glossaries/auto.liana_resolver.unconstrained_with_annotations.data.ts +0 -1035
package/auto.pareto/auto.dependencies/pareto-pure/modules/liana_schema_2_alan_light/api.data.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import * as pd from 'pareto-core-data'
|
|
2
2
|
|
|
3
|
-
import { algorithm, algref, api } from "pareto-pure/auto.dist/public/shorthands/
|
|
3
|
+
import { algorithm, algref, api } from "pareto-pure/auto.dist/public/shorthands/pareto_4gl_type_system.sh"
|
|
4
4
|
|
|
5
|
-
import * as g_project from "pareto-pure/auto.dist/public/auto.glossaries/auto.
|
|
5
|
+
import * as g_project from "pareto-pure/auto.dist/public/auto.glossaries/auto.pareto_4gl_type_system"
|
|
6
6
|
|
|
7
7
|
import { $ as glos } from "./glossary.data"
|
|
8
8
|
|
|
@@ -10,7 +10,7 @@ export const $: g_project.D.API = api(
|
|
|
10
10
|
glos,
|
|
11
11
|
|
|
12
12
|
{
|
|
13
|
-
"
|
|
13
|
+
"transform Model 2 Root": algorithm([], "Transform Model 2 Root", {}),
|
|
14
14
|
|
|
15
15
|
}
|
|
16
16
|
)
|
package/auto.pareto/auto.dependencies/pareto-pure/modules/liana_schema_2_alan_light/glossary.data.ts
CHANGED
|
@@ -5,9 +5,9 @@ import {
|
|
|
5
5
|
sfunction,
|
|
6
6
|
externalTypeReference,
|
|
7
7
|
imp,
|
|
8
|
-
} from "pareto-pure/auto.dist/public/shorthands/
|
|
8
|
+
} from "pareto-pure/auto.dist/public/shorthands/pareto_4gl_type_system.sh"
|
|
9
9
|
|
|
10
|
-
import * as g_glossary from "pareto-pure/auto.dist/public/auto.glossaries/auto.
|
|
10
|
+
import * as g_glossary from "pareto-pure/auto.dist/public/auto.glossaries/auto.pareto_4gl_type_system"
|
|
11
11
|
|
|
12
12
|
import { $ as d_in } from "../../glossaries/auto.liana_schema.temp_in_between.data"
|
|
13
13
|
import { $ as d_out } from "../../glossaries/auto.alan_light.temp_in_between.data"
|
|
@@ -29,6 +29,6 @@ export const $: g_glossary.D.Glossary = {
|
|
|
29
29
|
},
|
|
30
30
|
'interface types': d({}),
|
|
31
31
|
'algorithm types': d({
|
|
32
|
-
"
|
|
32
|
+
"Transform Model 2 Root": sfunction(externalTypeReference("out", "Root"), data(externalTypeReference("in", "Model"))),
|
|
33
33
|
}),
|
|
34
34
|
}
|
package/auto.pareto/auto.dependencies/pareto-pure/modules/liana_schema_2_pareto_3gl_high/api.data.ts
CHANGED
|
@@ -2,16 +2,16 @@
|
|
|
2
2
|
|
|
3
3
|
import * as pd from 'pareto-core-data'
|
|
4
4
|
|
|
5
|
-
import { algorithm, algref, api } from "pareto-pure/auto.dist/public/shorthands/
|
|
5
|
+
import { algorithm, algref, api } from "pareto-pure/auto.dist/public/shorthands/pareto_4gl_type_system.sh"
|
|
6
6
|
|
|
7
|
-
import * as g_project from "pareto-pure/auto.dist/public/auto.glossaries/auto.
|
|
7
|
+
import * as g_project from "pareto-pure/auto.dist/public/auto.glossaries/auto.pareto_4gl_type_system"
|
|
8
8
|
|
|
9
9
|
import { $ as glos } from "./glossary.data"
|
|
10
10
|
|
|
11
11
|
export const $: g_project.D.API = api(
|
|
12
12
|
glos,
|
|
13
13
|
{
|
|
14
|
-
"createResolver": algorithm("CreateResolver", {}),
|
|
15
|
-
"createSerializer": algorithm("CreateSerializer", {}),
|
|
14
|
+
"createResolver": algorithm([], "CreateResolver", {}),
|
|
15
|
+
"createSerializer": algorithm([], "CreateSerializer", {}),
|
|
16
16
|
}
|
|
17
17
|
)
|
|
@@ -10,7 +10,7 @@ import {
|
|
|
10
10
|
imp,
|
|
11
11
|
integer,
|
|
12
12
|
list,
|
|
13
|
-
|
|
13
|
+
prop,
|
|
14
14
|
nothing,
|
|
15
15
|
optional,
|
|
16
16
|
parametrizedType,
|
|
@@ -20,12 +20,12 @@ import {
|
|
|
20
20
|
type,
|
|
21
21
|
typeParameter,
|
|
22
22
|
typeReference,
|
|
23
|
-
} from "pareto-pure/auto.dist/public/shorthands/
|
|
23
|
+
} from "pareto-pure/auto.dist/public/shorthands/pareto_4gl_type_system.sh"
|
|
24
24
|
|
|
25
25
|
import { $ as d_out } from "../../glossaries/auto.pareto_3gl_high.temp_in_between.data"
|
|
26
26
|
import { $ as d_in } from "../../glossaries/auto.liana_schema.temp_in_between.data"
|
|
27
27
|
|
|
28
|
-
import * as g_glossary from "pareto-pure/auto.dist/public/auto.glossaries/auto.
|
|
28
|
+
import * as g_glossary from "pareto-pure/auto.dist/public/auto.glossaries/auto.pareto_4gl_type_system"
|
|
29
29
|
const d = pd.d
|
|
30
30
|
|
|
31
31
|
export const $: g_glossary.D.Glossary = {
|
|
@@ -2,15 +2,15 @@
|
|
|
2
2
|
|
|
3
3
|
import * as pd from 'pareto-core-data'
|
|
4
4
|
|
|
5
|
-
import { algorithm, algref, api } from "pareto-pure/auto.dist/public/shorthands/
|
|
5
|
+
import { algorithm, algref, api } from "pareto-pure/auto.dist/public/shorthands/pareto_4gl_type_system.sh"
|
|
6
6
|
|
|
7
|
-
import * as g_project from "pareto-pure/auto.dist/public/auto.glossaries/auto.
|
|
7
|
+
import * as g_project from "pareto-pure/auto.dist/public/auto.glossaries/auto.pareto_4gl_type_system"
|
|
8
8
|
|
|
9
9
|
import { $ as glos } from "./glossary.data"
|
|
10
10
|
|
|
11
11
|
export const $: g_project.D.API = api(
|
|
12
12
|
glos,
|
|
13
13
|
{
|
|
14
|
-
"map": algorithm("Map", {}),
|
|
14
|
+
"map": algorithm([], "Map", {}),
|
|
15
15
|
}
|
|
16
16
|
)
|
|
@@ -10,7 +10,7 @@ import {
|
|
|
10
10
|
imp,
|
|
11
11
|
integer,
|
|
12
12
|
list,
|
|
13
|
-
|
|
13
|
+
prop,
|
|
14
14
|
nothing,
|
|
15
15
|
optional,
|
|
16
16
|
parametrizedType,
|
|
@@ -20,13 +20,13 @@ import {
|
|
|
20
20
|
type,
|
|
21
21
|
typeParameter,
|
|
22
22
|
typeReference,
|
|
23
|
-
} from "pareto-pure/auto.dist/public/shorthands/
|
|
23
|
+
} from "pareto-pure/auto.dist/public/shorthands/pareto_4gl_type_system.sh"
|
|
24
24
|
|
|
25
25
|
import { $ as d_out } from "../../glossaries/auto.pareto_4gl_type_system.temp_in_between.data"
|
|
26
26
|
import { $ as d_in } from "../../glossaries/auto.liana_schema.temp_in_between.data"
|
|
27
27
|
import { $ as d_liana_project } from "../../glossaries/liana_project.data"
|
|
28
28
|
|
|
29
|
-
import * as g_glossary from "pareto-pure/auto.dist/public/auto.glossaries/auto.
|
|
29
|
+
import * as g_glossary from "pareto-pure/auto.dist/public/auto.glossaries/auto.pareto_4gl_type_system"
|
|
30
30
|
const d = pd.d
|
|
31
31
|
|
|
32
32
|
export const $: g_glossary.D.Glossary = {
|
|
@@ -41,31 +41,31 @@ export const $: g_glossary.D.Glossary = {
|
|
|
41
41
|
'namespaces': d({}),
|
|
42
42
|
'data types': d({
|
|
43
43
|
"MapData": type(group({
|
|
44
|
-
"mapped library":
|
|
45
|
-
"settings":
|
|
44
|
+
"mapped library": prop(component(typeReference("Mapped Library"))),
|
|
45
|
+
"settings": prop(component(typeReference("Mapping Settings"))),
|
|
46
46
|
})),
|
|
47
47
|
"Mapped Library": type(group({
|
|
48
|
-
"library":
|
|
49
|
-
"terminal mapping":
|
|
48
|
+
"library": prop(component(externalTypeReference("in", "Type Library", {}))),
|
|
49
|
+
"terminal mapping": prop(component(externalTypeReference("project", "Terminal Mapping"))),
|
|
50
50
|
})),
|
|
51
51
|
|
|
52
52
|
"Mapping Settings": type(group({
|
|
53
|
-
"annotations":
|
|
54
|
-
"terminal values":
|
|
55
|
-
"constraints":
|
|
53
|
+
"annotations": prop(boolean()),
|
|
54
|
+
"terminal values": prop(boolean()),
|
|
55
|
+
"constraints": prop(optional(stateGroup({
|
|
56
56
|
"optional": group({}),
|
|
57
57
|
"required": group({}),
|
|
58
58
|
}))),
|
|
59
|
-
// "visitor interface":
|
|
60
|
-
// "datamodel":
|
|
59
|
+
// "visitor interface": prop(optional(group({
|
|
60
|
+
// "datamodel": prop(stateGroup({
|
|
61
61
|
// "internal": group({}),
|
|
62
62
|
// "exernal": group({
|
|
63
|
-
// "location":
|
|
63
|
+
// "location": prop(text()),
|
|
64
64
|
// }),
|
|
65
65
|
// })),
|
|
66
66
|
// }))),
|
|
67
|
-
// "algorithms":
|
|
68
|
-
// "serialize":
|
|
67
|
+
// "algorithms": prop(group({
|
|
68
|
+
// "serialize": prop(optional(group({
|
|
69
69
|
// //data location,
|
|
70
70
|
// }))),
|
|
71
71
|
// //resolve
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import * as pd from 'pareto-core-data'
|
|
2
2
|
|
|
3
|
-
import { algorithm, algref, api } from "pareto-pure/auto.dist/public/shorthands/
|
|
3
|
+
import { algorithm, algref, api } from "pareto-pure/auto.dist/public/shorthands/pareto_4gl_type_system.sh"
|
|
4
4
|
|
|
5
|
-
import * as g_project from "pareto-pure/auto.dist/public/auto.glossaries/auto.
|
|
5
|
+
import * as g_project from "pareto-pure/auto.dist/public/auto.glossaries/auto.pareto_4gl_type_system"
|
|
6
6
|
|
|
7
7
|
import { $ as glos } from "./glossary.data"
|
|
8
8
|
|
|
@@ -10,6 +10,6 @@ export const $: g_project.D.API = api(
|
|
|
10
10
|
glos,
|
|
11
11
|
|
|
12
12
|
{
|
|
13
|
-
"
|
|
13
|
+
"transform Compilation Unit 2 Block": algorithm([], "Transform Compilation Unit 2 Block", {}),
|
|
14
14
|
}
|
|
15
15
|
)
|
|
@@ -10,7 +10,7 @@ import {
|
|
|
10
10
|
imp,
|
|
11
11
|
integer,
|
|
12
12
|
list,
|
|
13
|
-
|
|
13
|
+
prop,
|
|
14
14
|
nothing,
|
|
15
15
|
optional,
|
|
16
16
|
parametrizedType,
|
|
@@ -20,9 +20,9 @@ import {
|
|
|
20
20
|
type,
|
|
21
21
|
typeParameter,
|
|
22
22
|
typeReference,
|
|
23
|
-
} from "pareto-pure/auto.dist/public/shorthands/
|
|
23
|
+
} from "pareto-pure/auto.dist/public/shorthands/pareto_4gl_type_system.sh"
|
|
24
24
|
|
|
25
|
-
import * as g_glossary from "pareto-pure/auto.dist/public/auto.glossaries/auto.
|
|
25
|
+
import * as g_glossary from "pareto-pure/auto.dist/public/auto.glossaries/auto.pareto_4gl_type_system"
|
|
26
26
|
|
|
27
27
|
import { $ as d_in } from "../../glossaries/auto.pareto_3gl_high.temp_in_between.data"
|
|
28
28
|
import { $ as d_out } from "../../glossaries/typescript_intermediate.data"
|
|
@@ -40,14 +40,14 @@ export const $: g_glossary.D.Glossary = {
|
|
|
40
40
|
'root': {
|
|
41
41
|
'namespaces': d({}),
|
|
42
42
|
'data types': d({
|
|
43
|
-
"
|
|
44
|
-
"compilation unit":
|
|
43
|
+
"Transform Data": type(group({
|
|
44
|
+
"compilation unit": prop(component(externalTypeReference("in", "Compilation Unit", {}))),
|
|
45
45
|
})),
|
|
46
46
|
}),
|
|
47
47
|
},
|
|
48
48
|
},
|
|
49
49
|
'interface types': d({}),
|
|
50
50
|
'algorithm types': d({
|
|
51
|
-
"
|
|
51
|
+
"Transform Compilation Unit 2 Block": sfunction(externalTypeReference("out", "Block"), data(typeReference("Transform Data"))),
|
|
52
52
|
}),
|
|
53
53
|
}
|
|
@@ -2,16 +2,16 @@
|
|
|
2
2
|
|
|
3
3
|
import * as pd from 'pareto-core-data'
|
|
4
4
|
|
|
5
|
-
import { algorithm, algref, api } from "pareto-pure/auto.dist/public/shorthands/
|
|
5
|
+
import { algorithm, algref, api } from "pareto-pure/auto.dist/public/shorthands/pareto_4gl_type_system.sh"
|
|
6
6
|
|
|
7
|
-
import * as g_project from "pareto-pure/auto.dist/public/auto.glossaries/auto.
|
|
7
|
+
import * as g_project from "pareto-pure/auto.dist/public/auto.glossaries/auto.pareto_4gl_type_system"
|
|
8
8
|
|
|
9
9
|
import { $ as glos } from "./glossary.data"
|
|
10
10
|
|
|
11
11
|
export const $: g_project.D.API = api(
|
|
12
12
|
glos,
|
|
13
13
|
{
|
|
14
|
-
"
|
|
14
|
+
"transform Glossary 2 Graph": algorithm([], "Transform Glossary 2 Graph", {}),
|
|
15
15
|
|
|
16
16
|
}
|
|
17
17
|
)
|
|
@@ -10,7 +10,7 @@ import {
|
|
|
10
10
|
imp,
|
|
11
11
|
integer,
|
|
12
12
|
list,
|
|
13
|
-
|
|
13
|
+
prop,
|
|
14
14
|
nothing,
|
|
15
15
|
optional,
|
|
16
16
|
parametrizedType,
|
|
@@ -20,9 +20,9 @@ import {
|
|
|
20
20
|
type,
|
|
21
21
|
typeParameter,
|
|
22
22
|
typeReference,
|
|
23
|
-
} from "pareto-pure/auto.dist/public/shorthands/
|
|
23
|
+
} from "pareto-pure/auto.dist/public/shorthands/pareto_4gl_type_system.sh"
|
|
24
24
|
|
|
25
|
-
import * as g_glossary from "pareto-pure/auto.dist/public/auto.glossaries/auto.
|
|
25
|
+
import * as g_glossary from "pareto-pure/auto.dist/public/auto.glossaries/auto.pareto_4gl_type_system"
|
|
26
26
|
|
|
27
27
|
import { $ as d_out } from "../../glossaries/auto.graphviz.temp_in_between.data"
|
|
28
28
|
import { $ as d_in } from "../../glossaries/auto.pareto_4gl_type_system.temp_in_between.data"
|
|
@@ -44,7 +44,7 @@ export const $: g_glossary.D.Glossary = {
|
|
|
44
44
|
},
|
|
45
45
|
'interface types': d({}),
|
|
46
46
|
'algorithm types': d({
|
|
47
|
-
"
|
|
47
|
+
"Transform Glossary 2 Graph": sfunction(externalTypeReference("out", "Graph"), data(externalTypeReference("in", "Glossary"))),
|
|
48
48
|
|
|
49
49
|
}),
|
|
50
50
|
}
|
|
@@ -2,15 +2,15 @@
|
|
|
2
2
|
|
|
3
3
|
import * as pd from 'pareto-core-data'
|
|
4
4
|
|
|
5
|
-
import { algorithm, algref, api } from "pareto-pure/auto.dist/public/shorthands/
|
|
5
|
+
import { algorithm, algref, api } from "pareto-pure/auto.dist/public/shorthands/pareto_4gl_type_system.sh"
|
|
6
6
|
|
|
7
|
-
import * as g_project from "pareto-pure/auto.dist/public/auto.glossaries/auto.
|
|
7
|
+
import * as g_project from "pareto-pure/auto.dist/public/auto.glossaries/auto.pareto_4gl_type_system"
|
|
8
8
|
|
|
9
9
|
import { $ as glos } from "./glossary.data"
|
|
10
10
|
|
|
11
11
|
export const $: g_project.D.API = api(
|
|
12
12
|
glos,
|
|
13
13
|
{
|
|
14
|
-
"
|
|
14
|
+
"transform Library 2 Block": algorithm([], "Transform Library 2 Block", {}),
|
|
15
15
|
}
|
|
16
16
|
)
|
|
@@ -10,7 +10,7 @@ import {
|
|
|
10
10
|
imp,
|
|
11
11
|
integer,
|
|
12
12
|
list,
|
|
13
|
-
|
|
13
|
+
prop,
|
|
14
14
|
nothing,
|
|
15
15
|
optional,
|
|
16
16
|
parametrizedType,
|
|
@@ -20,9 +20,9 @@ import {
|
|
|
20
20
|
type,
|
|
21
21
|
typeParameter,
|
|
22
22
|
typeReference,
|
|
23
|
-
} from "pareto-pure/auto.dist/public/shorthands/
|
|
23
|
+
} from "pareto-pure/auto.dist/public/shorthands/pareto_4gl_type_system.sh"
|
|
24
24
|
|
|
25
|
-
import * as g_glossary from "pareto-pure/auto.dist/public/auto.glossaries/auto.
|
|
25
|
+
import * as g_glossary from "pareto-pure/auto.dist/public/auto.glossaries/auto.pareto_4gl_type_system"
|
|
26
26
|
|
|
27
27
|
import { $ as d_out } from "../../glossaries/fountain_pen_indented_file_with_escaped_strings.data"
|
|
28
28
|
import { $ as d_in } from "../../glossaries/auto.pareto_4gl_type_system.temp_in_between.data"
|
|
@@ -45,7 +45,7 @@ export const $: g_glossary.D.Glossary = {
|
|
|
45
45
|
},
|
|
46
46
|
'interface types': d({}),
|
|
47
47
|
'algorithm types': d({
|
|
48
|
-
"
|
|
48
|
+
"Transform Library 2 Block": sfunction(externalTypeReference("out", "Block"), data(externalTypeReference("in", "Library"))),
|
|
49
49
|
|
|
50
50
|
}),
|
|
51
51
|
}
|
|
@@ -2,16 +2,18 @@
|
|
|
2
2
|
|
|
3
3
|
import * as pd from 'pareto-core-data'
|
|
4
4
|
|
|
5
|
-
import { algorithm, algref, api } from "pareto-pure/auto.dist/public/shorthands/
|
|
5
|
+
import { algorithm, algref, api } from "pareto-pure/auto.dist/public/shorthands/pareto_4gl_type_system.sh"
|
|
6
6
|
|
|
7
|
-
import * as g_project from "pareto-pure/auto.dist/public/auto.glossaries/auto.
|
|
7
|
+
import * as g_project from "pareto-pure/auto.dist/public/auto.glossaries/auto.pareto_4gl_type_system"
|
|
8
8
|
|
|
9
9
|
import { $ as glos } from "./glossary.data"
|
|
10
10
|
|
|
11
11
|
export const $: g_project.D.API = api(
|
|
12
12
|
glos,
|
|
13
13
|
{
|
|
14
|
-
"
|
|
14
|
+
"transform Library 2 Compilation Unit": algorithm([
|
|
15
|
+
`transforms a Pareto 4gl Library into a Pareto 3gl high Compilation Unit`,
|
|
16
|
+
], "Transform Library 2 Compilation Unit", {}),
|
|
15
17
|
|
|
16
18
|
}
|
|
17
19
|
)
|
|
@@ -10,7 +10,7 @@ import {
|
|
|
10
10
|
imp,
|
|
11
11
|
integer,
|
|
12
12
|
list,
|
|
13
|
-
|
|
13
|
+
prop,
|
|
14
14
|
nothing,
|
|
15
15
|
optional,
|
|
16
16
|
parametrizedType,
|
|
@@ -20,9 +20,9 @@ import {
|
|
|
20
20
|
type,
|
|
21
21
|
typeParameter,
|
|
22
22
|
typeReference,
|
|
23
|
-
} from "pareto-pure/auto.dist/public/shorthands/
|
|
23
|
+
} from "pareto-pure/auto.dist/public/shorthands/pareto_4gl_type_system.sh"
|
|
24
24
|
|
|
25
|
-
import * as g_glossary from "pareto-pure/auto.dist/public/auto.glossaries/auto.
|
|
25
|
+
import * as g_glossary from "pareto-pure/auto.dist/public/auto.glossaries/auto.pareto_4gl_type_system"
|
|
26
26
|
|
|
27
27
|
import { $ as d_out } from "../../glossaries/auto.pareto_3gl_high.temp_in_between.data"
|
|
28
28
|
import { $ as d_in } from "../../glossaries/auto.pareto_4gl_type_system.temp_in_between.data"
|
|
@@ -40,14 +40,14 @@ export const $: g_glossary.D.Glossary = {
|
|
|
40
40
|
'namespaces': d({}),
|
|
41
41
|
'data types': d({
|
|
42
42
|
"Library2ParetoComparatorsData": type(group({
|
|
43
|
-
"library":
|
|
43
|
+
"library": prop(component(externalTypeReference("in", "Library"))),
|
|
44
44
|
})),
|
|
45
45
|
}),
|
|
46
46
|
},
|
|
47
47
|
},
|
|
48
48
|
'interface types': d({}),
|
|
49
49
|
'algorithm types': d({
|
|
50
|
-
"
|
|
50
|
+
"Transform Library 2 Compilation Unit": sfunction(externalTypeReference("out", "Compilation Unit"), data(typeReference("Library2ParetoComparatorsData"))),
|
|
51
51
|
|
|
52
52
|
}),
|
|
53
53
|
}
|
|
@@ -2,16 +2,16 @@
|
|
|
2
2
|
|
|
3
3
|
import * as pd from 'pareto-core-data'
|
|
4
4
|
|
|
5
|
-
import { algorithm, algref, api } from "pareto-pure/auto.dist/public/shorthands/
|
|
5
|
+
import { algorithm, algref, api } from "pareto-pure/auto.dist/public/shorthands/pareto_4gl_type_system.sh"
|
|
6
6
|
|
|
7
|
-
import * as g_project from "pareto-pure/auto.dist/public/auto.glossaries/auto.
|
|
7
|
+
import * as g_project from "pareto-pure/auto.dist/public/auto.glossaries/auto.pareto_4gl_type_system"
|
|
8
8
|
|
|
9
9
|
import { $ as glos } from "./glossary.data"
|
|
10
10
|
|
|
11
11
|
export const $: g_project.D.API = api(
|
|
12
12
|
glos,
|
|
13
13
|
{
|
|
14
|
-
"
|
|
14
|
+
"transform Data Glossary 2 Block": algorithm([], "Transform Data Glossary 2 Block", { }),
|
|
15
15
|
|
|
16
16
|
}
|
|
17
17
|
)
|
|
@@ -10,7 +10,7 @@ import {
|
|
|
10
10
|
imp,
|
|
11
11
|
integer,
|
|
12
12
|
list,
|
|
13
|
-
|
|
13
|
+
prop,
|
|
14
14
|
nothing,
|
|
15
15
|
optional,
|
|
16
16
|
parametrizedType,
|
|
@@ -20,9 +20,9 @@ import {
|
|
|
20
20
|
type,
|
|
21
21
|
typeParameter,
|
|
22
22
|
typeReference,
|
|
23
|
-
} from "pareto-pure/auto.dist/public/shorthands/
|
|
23
|
+
} from "pareto-pure/auto.dist/public/shorthands/pareto_4gl_type_system.sh"
|
|
24
24
|
|
|
25
|
-
import * as g_glossary from "pareto-pure/auto.dist/public/auto.glossaries/auto.
|
|
25
|
+
import * as g_glossary from "pareto-pure/auto.dist/public/auto.glossaries/auto.pareto_4gl_type_system"
|
|
26
26
|
|
|
27
27
|
import { $ as d_out } from "../../glossaries/typescript_intermediate.data"
|
|
28
28
|
import { $ as d_in } from "../../glossaries/auto.pareto_4gl_type_system.temp_in_between.data"
|
|
@@ -45,6 +45,6 @@ export const $: g_glossary.D.Glossary = {
|
|
|
45
45
|
},
|
|
46
46
|
'interface types': d({}),
|
|
47
47
|
'algorithm types': d({
|
|
48
|
-
"
|
|
48
|
+
"Transform Data Glossary 2 Block": sfunction(externalTypeReference("out", "Block"), data(externalTypeReference("in", "Data Glossary"))),
|
|
49
49
|
}),
|
|
50
50
|
}
|
|
@@ -2,16 +2,16 @@
|
|
|
2
2
|
|
|
3
3
|
import * as pd from 'pareto-core-data'
|
|
4
4
|
|
|
5
|
-
import { algorithm, algref, api } from "pareto-pure/auto.dist/public/shorthands/
|
|
5
|
+
import { algorithm, algref, api } from "pareto-pure/auto.dist/public/shorthands/pareto_4gl_type_system.sh"
|
|
6
6
|
|
|
7
|
-
import * as g_project from "pareto-pure/auto.dist/public/auto.glossaries/auto.
|
|
7
|
+
import * as g_project from "pareto-pure/auto.dist/public/auto.glossaries/auto.pareto_4gl_type_system"
|
|
8
8
|
|
|
9
9
|
import { $ as glos } from "./glossary.data"
|
|
10
10
|
|
|
11
11
|
export const $: g_project.D.API = api(
|
|
12
12
|
glos,
|
|
13
13
|
{
|
|
14
|
-
"
|
|
14
|
+
"transform Library 2 Directory": algorithm([], "Transform Library 2 Directory", {}),
|
|
15
15
|
|
|
16
16
|
}
|
|
17
17
|
)
|
|
@@ -10,7 +10,7 @@ import {
|
|
|
10
10
|
imp,
|
|
11
11
|
integer,
|
|
12
12
|
list,
|
|
13
|
-
|
|
13
|
+
prop,
|
|
14
14
|
nothing,
|
|
15
15
|
optional,
|
|
16
16
|
parametrizedType,
|
|
@@ -20,9 +20,9 @@ import {
|
|
|
20
20
|
type,
|
|
21
21
|
typeParameter,
|
|
22
22
|
typeReference,
|
|
23
|
-
} from "pareto-pure/auto.dist/public/shorthands/
|
|
23
|
+
} from "pareto-pure/auto.dist/public/shorthands/pareto_4gl_type_system.sh"
|
|
24
24
|
|
|
25
|
-
import * as g_glossary from "pareto-pure/auto.dist/public/auto.glossaries/auto.
|
|
25
|
+
import * as g_glossary from "pareto-pure/auto.dist/public/auto.glossaries/auto.pareto_4gl_type_system"
|
|
26
26
|
|
|
27
27
|
import { $ as d_out } from "../../glossaries/fountain_pen_directory.data"
|
|
28
28
|
import { $ as d_in } from "../../glossaries/auto.pareto_4gl_typescript.temp_in_between.data"
|
|
@@ -42,15 +42,15 @@ export const $: g_glossary.D.Glossary = {
|
|
|
42
42
|
'namespaces': d({}),
|
|
43
43
|
'data types': d({
|
|
44
44
|
"In": type(group({
|
|
45
|
-
"$":
|
|
46
|
-
"library":
|
|
45
|
+
"$": prop(component(externalTypeReference("in", "Typescript Package"))),
|
|
46
|
+
"library": prop(component(externalTypeReference("cts", "Library"))),
|
|
47
47
|
}))
|
|
48
48
|
}),
|
|
49
49
|
},
|
|
50
50
|
},
|
|
51
51
|
'interface types': d({}),
|
|
52
52
|
'algorithm types': d({
|
|
53
|
-
"
|
|
53
|
+
"Transform Library 2 Directory": sfunction(externalTypeReference("out", "Directory"), data(typeReference("In"))),
|
|
54
54
|
|
|
55
55
|
}),
|
|
56
56
|
}
|
package/auto.pareto/auto.dependencies/pareto-pure/modules/semantic_versioning_from_text/api.data.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import * as pd from 'pareto-core-data'
|
|
2
2
|
|
|
3
|
-
import { algorithm, algref, api } from "pareto-pure/auto.dist/public/shorthands/
|
|
3
|
+
import { algorithm, algref, api } from "pareto-pure/auto.dist/public/shorthands/pareto_4gl_type_system.sh"
|
|
4
4
|
|
|
5
|
-
import * as g_project from "pareto-pure/auto.dist/public/auto.glossaries/auto.
|
|
5
|
+
import * as g_project from "pareto-pure/auto.dist/public/auto.glossaries/auto.pareto_4gl_type_system"
|
|
6
6
|
|
|
7
7
|
import { $ as glos } from "./glossary.data"
|
|
8
8
|
|
|
@@ -10,7 +10,9 @@ export const $: g_project.D.API = api(
|
|
|
10
10
|
glos,
|
|
11
11
|
|
|
12
12
|
{
|
|
13
|
-
"
|
|
13
|
+
"transform Semantic Version from Text": algorithm([
|
|
14
|
+
`transforms a text into a semantic version type`,
|
|
15
|
+
], "Transform Semantic Version from Text", {}),
|
|
14
16
|
|
|
15
17
|
}
|
|
16
18
|
)
|
|
@@ -10,7 +10,7 @@ import {
|
|
|
10
10
|
imp,
|
|
11
11
|
integer,
|
|
12
12
|
list,
|
|
13
|
-
|
|
13
|
+
prop,
|
|
14
14
|
nothing,
|
|
15
15
|
optional,
|
|
16
16
|
parametrizedType,
|
|
@@ -20,9 +20,9 @@ import {
|
|
|
20
20
|
type,
|
|
21
21
|
typeParameter,
|
|
22
22
|
typeReference,
|
|
23
|
-
} from "pareto-pure/auto.dist/public/shorthands/
|
|
23
|
+
} from "pareto-pure/auto.dist/public/shorthands/pareto_4gl_type_system.sh"
|
|
24
24
|
|
|
25
|
-
import * as g_glossary from "pareto-pure/auto.dist/public/auto.glossaries/auto.
|
|
25
|
+
import * as g_glossary from "pareto-pure/auto.dist/public/auto.glossaries/auto.pareto_4gl_type_system"
|
|
26
26
|
|
|
27
27
|
import { $ as d_in } from "../../glossaries/text.data"
|
|
28
28
|
import { $ as d_out } from "../../glossaries/auto.semantic_versioning.temp_in_between.data"
|
|
@@ -44,6 +44,6 @@ export const $: g_glossary.D.Glossary = {
|
|
|
44
44
|
},
|
|
45
45
|
'interface types': d({}),
|
|
46
46
|
'algorithm types': d({
|
|
47
|
-
"
|
|
47
|
+
"Transform Semantic Version from Text": sfunction(externalTypeReference("out", "Semantic Version"), data(externalTypeReference("in", "Text"))),
|
|
48
48
|
}),
|
|
49
49
|
}
|
package/auto.pareto/auto.dependencies/pareto-pure/modules/testresult_2_testresult/api.data.ts
CHANGED
|
@@ -1,24 +1,24 @@
|
|
|
1
1
|
import * as pd from 'pareto-core-data'
|
|
2
2
|
|
|
3
|
-
import { algorithm, algref, api } from "pareto-pure/auto.dist/public/shorthands/
|
|
3
|
+
import { algorithm, algref, api } from "pareto-pure/auto.dist/public/shorthands/pareto_4gl_type_system.sh"
|
|
4
4
|
|
|
5
|
-
import * as g_project from "pareto-pure/auto.dist/public/auto.glossaries/auto.
|
|
5
|
+
import * as g_project from "pareto-pure/auto.dist/public/auto.glossaries/auto.pareto_4gl_type_system"
|
|
6
6
|
|
|
7
7
|
import { $ as d_glos } from "./glossary.data"
|
|
8
8
|
|
|
9
9
|
export const $: g_project.D.API = api(
|
|
10
10
|
d_glos,
|
|
11
11
|
{
|
|
12
|
-
"annotateTestResult": algorithm("Annotate TestResult", {}),
|
|
13
|
-
"serializeSummary": algorithm("Serialize Summary", {
|
|
12
|
+
"annotateTestResult": algorithm([], "Annotate TestResult", {}),
|
|
13
|
+
"serializeSummary": algorithm([], "Serialize Summary", {
|
|
14
14
|
// "add": libDep("pareto-standard-impure-library", "arithmetic", "Add", {}),
|
|
15
15
|
// "isZero": libDep("pareto-standard-impure-library", "numerical__predicates", "IsZero", {}),
|
|
16
16
|
// "negate": libDep("pareto-standard-impure-library", "arithmetic", "Negate", {}),
|
|
17
17
|
}),
|
|
18
|
-
"serializeTestResult": algorithm("Serialize TestResult", {
|
|
18
|
+
"serializeTestResult": algorithm([], "Serialize TestResult", {
|
|
19
19
|
// "dictionaryForEach": libDep("pareto-standard-impure-library", "foreach", "DictionaryForEach", {}),
|
|
20
20
|
}),
|
|
21
|
-
"summarize": algorithm("Summarize", {}),
|
|
21
|
+
"summarize": algorithm([], "Summarize", {}),
|
|
22
22
|
|
|
23
23
|
}
|
|
24
24
|
)
|