pareto 0.76.61 → 0.76.63
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/dist/bin/compile.d.ts +1 -1
- package/dist/bin/compile.js +1 -1
- package/dist/bin/seal.d.ts +1 -1
- package/dist/bin/seal.js +1 -1
- package/dist/bin/serialize_schemas.d.ts +1 -1
- package/dist/bin/serialize_schemas.js +1 -1
- package/dist/bin/validate.d.ts +1 -1
- package/dist/bin/validate.js +1 -1
- package/dist/generated/implementation/schemas/schema/marshall.js +10 -4
- package/dist/generated/implementation/schemas/schema/resolve.js +27 -26
- package/dist/generated/implementation/schemas/schema/unmarshall.js +14 -3
- package/dist/generated/interface/core/resolved.d.ts +24 -7
- package/dist/generated/interface/schemas/schema/data_types/source.d.ts +26 -3
- package/dist/generated/interface/schemas/schema/data_types/target.d.ts +26 -3
- package/dist/resolvers/schema.d.ts +1 -1
- package/dist/resolvers/schema.js +19 -16
- package/dist/shorthands/schema.d.ts +108 -106
- package/dist/shorthands/schema.js +33 -19
- package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/alan_light_oldstyle/$.types.astn.js +30 -30
- package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/builder_configuration/$.types.astn.js +17 -17
- package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/csv/$.types.astn.js +11 -11
- package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/html/$.types.astn.js +92 -92
- package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/json_schema/$.types.astn.js +22 -22
- package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/legacy_schema/$.types.astn.js +24 -24
- package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/railroad_diagram/$.types.astn.js +9 -9
- package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/regular_expression/$.types.astn.js +13 -13
- package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/semantic_versioning/$.types.astn.js +6 -6
- package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/xml/parse_result/$.types.astn.js +24 -24
- package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/xml/simple/$.types.astn.js +10 -10
- package/dist/temp/temporary_schemas/astn/schemas/authoring_ast/$.types.astn.js +45 -45
- package/dist/temp/temporary_schemas/astn/schemas/authoring_parse_result/$.types.astn.js +9 -9
- package/dist/temp/temporary_schemas/astn/schemas/authoring_target/$.types.astn.js +15 -12
- package/dist/temp/temporary_schemas/astn/schemas/ide/$.types.astn.js +8 -8
- package/dist/temp/temporary_schemas/astn/schemas/sealed_ast/$.types.astn.js +37 -37
- package/dist/temp/temporary_schemas/astn/schemas/sealed_parse_result/$.types.astn.js +9 -9
- package/dist/temp/temporary_schemas/astn/schemas/sealed_target/$.types.astn.js +6 -6
- package/dist/temp/temporary_schemas/astn/schemas/token/$.types.astn.js +26 -26
- package/dist/temp/temporary_schemas/exupery/schemas/implementation/$.types.astn.js +57 -57
- package/dist/temp/temporary_schemas/exupery/schemas/interface/$.types.astn.js +28 -28
- package/dist/temp/temporary_schemas/exupery/schemas/typescript_light/$.types.astn.js +47 -47
- package/dist/temp/temporary_schemas/pareto/schemas/astn_schema/$.types.astn.js +17 -17
- package/dist/temp/temporary_schemas/pareto/schemas/module/$.types.astn.js +7 -7
- package/dist/temp/temporary_schemas/pareto/schemas/schema/$.resolvers.astn.js +12 -9
- package/dist/temp/temporary_schemas/pareto/schemas/schema/$.types.astn.js +155 -149
- package/dist/temp/temporary_schemas/pareto/schemas/unmarshall_errors/$.types.astn.js +17 -17
- package/dist/temp/temporary_schemas/pareto/schemas/unmarshall_result/$.types.astn.js +1 -1
- package/dist/temp/temporary_schemas/pareto-boekhouding/schemas/boekhouding/$.types.astn.js +227 -227
- package/dist/temp/temporary_schemas/pareto-boekhouding/schemas/boekhouding_oude_model/$.types.astn.js +246 -245
- package/dist/temp/temporary_schemas/pareto-fountain-pen/schemas/block/$.types.astn.js +1 -1
- package/dist/temp/temporary_schemas/pareto-fountain-pen/schemas/lines/$.types.astn.js +1 -1
- package/dist/temp/temporary_schemas/pareto-fountain-pen/schemas/semi_lines/$.types.astn.js +3 -3
- package/dist/temp/temporary_schemas/pareto-fountain-pen/schemas/text/$.types.astn.js +1 -1
- package/dist/temp/temporary_schemas/pareto-json/schemas/json/$.types.astn.js +3 -3
- package/dist/temp/temporary_schemas/pareto-targets/schemas/alan_light/$.types.astn.js +38 -38
- package/dist/temp/temporary_schemas/pareto-targets/schemas/graphviz/high_level/$.types.astn.js +28 -28
- package/dist/temp/temporary_schemas/pareto-targets/schemas/graphviz/low_level/$.types.astn.js +27 -27
- package/dist/temp/temporary_schemas/pareto-targets/schemas/lionweb/$.types.astn.js +30 -30
- package/dist/temp/temporary_schemas/pareto-targets/schemas/pareto_documentation/$.types.astn.js +1 -1
- package/dist/temp/temporary_schemas/pareto-vscode-backend/schemas/client/$.types.astn.js +20 -20
- package/dist/temp/temporary_schemas/pareto-vscode-backend/schemas/server/$.types.astn.js +35 -35
- package/dist/transformations/module/exupery_interface.js +5 -2
- package/dist/transformations/schema/astn_schema.js +2 -2
- package/dist/transformations/schema/exupery_implementation/marshall.js +2 -2
- package/dist/transformations/schema/exupery_implementation/migrate_boilerplate.js +2 -2
- package/dist/transformations/schema/exupery_implementation/unmarshall.js +3 -3
- package/dist/transformations/schema/exupery_interface/types.js +2 -2
- package/dist/transformations/unmarshall_astn_ast.js +6 -6
- package/package.json +5 -5
|
@@ -1,198 +1,200 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as _ed from 'exupery-core-data';
|
|
2
2
|
import { Raw_Or_Normal_Dictionary } from 'exupery-core-data/dist/shorthands/unresolved_data';
|
|
3
3
|
import * as unresolved from "../generated/interface/schemas/schema/data_types/target";
|
|
4
4
|
/**
|
|
5
5
|
* schema tree
|
|
6
6
|
*/
|
|
7
7
|
export declare namespace st {
|
|
8
|
-
const set: (schemas: Raw_Or_Normal_Dictionary<unresolved.Schema_Tree<
|
|
9
|
-
const schema: (schema: unresolved.Schema<
|
|
8
|
+
const set: (schemas: Raw_Or_Normal_Dictionary<unresolved.Schema_Tree<_ed.Source_Location>>) => unresolved.Schema_Tree<_ed.Source_Location>;
|
|
9
|
+
const schema: (schema: unresolved.Schema<_ed.Source_Location>) => unresolved.Schema_Tree<_ed.Source_Location>;
|
|
10
10
|
}
|
|
11
|
-
export declare const types: (types: Raw_Or_Normal_Dictionary<unresolved.Types.D<
|
|
12
|
-
export declare const globals: (complexity: "unconstrained" | "constrained", text_types: Raw_Or_Normal_Dictionary<unresolved.Globals.text_types.D<
|
|
13
|
-
export declare const type: (type: unresolved.Type_Node<
|
|
14
|
-
export declare const text: (type: "single line" | "multi line") => unresolved.Text_Type<
|
|
11
|
+
export declare const types: (types: Raw_Or_Normal_Dictionary<unresolved.Types.D<_ed.Source_Location>>) => unresolved.Types<_ed.Source_Location>;
|
|
12
|
+
export declare const globals: (complexity: "unconstrained" | "constrained", text_types: Raw_Or_Normal_Dictionary<unresolved.Globals.text_types.D<_ed.Source_Location>>, number_types: Raw_Or_Normal_Dictionary<unresolved.Globals.number_types.D<_ed.Source_Location>>) => unresolved.Globals<_ed.Source_Location>;
|
|
13
|
+
export declare const type: (type: unresolved.Type_Node<_ed.Source_Location>) => unresolved.Types.D<_ed.Source_Location>;
|
|
14
|
+
export declare const text: (type: "single line" | "multi line") => unresolved.Text_Type<_ed.Source_Location>;
|
|
15
|
+
export declare const prop: (node: unresolved.Type_Node<_ed.Source_Location>) => unresolved.Group.D<_ed.Source_Location>;
|
|
16
|
+
export declare const propd: (description: string, node: unresolved.Type_Node<_ed.Source_Location>) => unresolved.Group.D<_ed.Source_Location>;
|
|
15
17
|
/**
|
|
16
18
|
* number type
|
|
17
19
|
*/
|
|
18
20
|
export declare namespace n {
|
|
19
|
-
const integer: (decimal_separator_offset?: number) => unresolved.Number_Type<
|
|
20
|
-
const approximation: (significant_digits: number) => unresolved.Number_Type<
|
|
21
|
-
const natural: (decimal_separator_offset?: number) => unresolved.Number_Type<
|
|
22
|
-
const positive_natural: (decimal_separator_offset?: number) => unresolved.Number_Type<
|
|
21
|
+
const integer: (decimal_separator_offset?: number) => unresolved.Number_Type<_ed.Source_Location>;
|
|
22
|
+
const approximation: (significant_digits: number) => unresolved.Number_Type<_ed.Source_Location>;
|
|
23
|
+
const natural: (decimal_separator_offset?: number) => unresolved.Number_Type<_ed.Source_Location>;
|
|
24
|
+
const positive_natural: (decimal_separator_offset?: number) => unresolved.Number_Type<_ed.Source_Location>;
|
|
23
25
|
}
|
|
24
|
-
export declare const reference: (type: string) => unresolved.Type_Reference<
|
|
25
|
-
export declare const part_reference: (type: string, tail: unresolved.Type_Node_Reference.tail.L<
|
|
26
|
+
export declare const reference: (type: string) => unresolved.Type_Reference<_ed.Source_Location>;
|
|
27
|
+
export declare const part_reference: (type: string, tail: unresolved.Type_Node_Reference.tail.L<_ed.Source_Location>[]) => unresolved.Type_Node_Reference<_ed.Source_Location>;
|
|
26
28
|
/**
|
|
27
29
|
* type node
|
|
28
30
|
*/
|
|
29
31
|
export declare namespace t {
|
|
30
|
-
const boolean: () => unresolved.Type_Node<
|
|
31
|
-
const component: (type: string) => unresolved.Type_Node<
|
|
32
|
-
const component_cyclic: (type: string) => unresolved.Type_Node<
|
|
33
|
-
const component_external: (imp: string, type: string) => unresolved.Type_Node<
|
|
34
|
-
const dictionary: (type: unresolved.Type_Node<
|
|
35
|
-
const group: (properties: Raw_Or_Normal_Dictionary<unresolved.
|
|
36
|
-
const list: (type: unresolved.Type_Node<
|
|
37
|
-
const nothing: () => unresolved.Type_Node<
|
|
38
|
-
const number_global: (name: string) => unresolved.Type_Node<
|
|
39
|
-
const number_local: (bt: unresolved.Number_Type<
|
|
40
|
-
const optional: (type: unresolved.Type_Node<
|
|
41
|
-
const reference_derived: (type: string, tail: unresolved.Type_Node_Reference.tail.L<
|
|
42
|
-
const reference_derived_external: (imp: string, type: string, tail: unresolved.Type_Node_Reference.tail.L<
|
|
43
|
-
const reference: (type: string, tail: unresolved.Type_Node_Reference.tail.L<
|
|
44
|
-
const reference_stack: (type: string, tail: unresolved.Type_Node_Reference.tail.L<
|
|
45
|
-
const reference_external: (schema: string, type: string, tail: unresolved.Type_Node_Reference.tail.L<
|
|
46
|
-
const state_group: (states: Raw_Or_Normal_Dictionary<unresolved.Type_Node<
|
|
47
|
-
const text_global: (name: string) => unresolved.Type_Node<
|
|
48
|
-
const text_local: (bt: unresolved.Text_Type<
|
|
32
|
+
const boolean: () => unresolved.Type_Node<_ed.Source_Location>;
|
|
33
|
+
const component: (type: string) => unresolved.Type_Node<_ed.Source_Location>;
|
|
34
|
+
const component_cyclic: (type: string) => unresolved.Type_Node<_ed.Source_Location>;
|
|
35
|
+
const component_external: (imp: string, type: string) => unresolved.Type_Node<_ed.Source_Location>;
|
|
36
|
+
const dictionary: (type: unresolved.Type_Node<_ed.Source_Location>, ordered?: "ordered" | "") => unresolved.Type_Node<_ed.Source_Location>;
|
|
37
|
+
const group: (properties: Raw_Or_Normal_Dictionary<unresolved.Group.D<_ed.Source_Location>>) => unresolved.Type_Node<_ed.Source_Location>;
|
|
38
|
+
const list: (type: unresolved.Type_Node<_ed.Source_Location>) => unresolved.Type_Node<_ed.Source_Location>;
|
|
39
|
+
const nothing: () => unresolved.Type_Node<_ed.Source_Location>;
|
|
40
|
+
const number_global: (name: string) => unresolved.Type_Node<_ed.Source_Location>;
|
|
41
|
+
const number_local: (bt: unresolved.Number_Type<_ed.Source_Location>) => unresolved.Type_Node<_ed.Source_Location>;
|
|
42
|
+
const optional: (type: unresolved.Type_Node<_ed.Source_Location>) => unresolved.Type_Node<_ed.Source_Location>;
|
|
43
|
+
const reference_derived: (type: string, tail: unresolved.Type_Node_Reference.tail.L<_ed.Source_Location>[]) => unresolved.Type_Node<_ed.Source_Location>;
|
|
44
|
+
const reference_derived_external: (imp: string, type: string, tail: unresolved.Type_Node_Reference.tail.L<_ed.Source_Location>[]) => unresolved.Type_Node<_ed.Source_Location>;
|
|
45
|
+
const reference: (type: string, tail: unresolved.Type_Node_Reference.tail.L<_ed.Source_Location>[], dependency?: "cyclic" | "acyclic") => unresolved.Type_Node<_ed.Source_Location>;
|
|
46
|
+
const reference_stack: (type: string, tail: unresolved.Type_Node_Reference.tail.L<_ed.Source_Location>[]) => unresolved.Type_Node<_ed.Source_Location>;
|
|
47
|
+
const reference_external: (schema: string, type: string, tail: unresolved.Type_Node_Reference.tail.L<_ed.Source_Location>[]) => unresolved.Type_Node<_ed.Source_Location>;
|
|
48
|
+
const state_group: (states: Raw_Or_Normal_Dictionary<unresolved.Type_Node<_ed.Source_Location>>) => unresolved.Type_Node<_ed.Source_Location>;
|
|
49
|
+
const text_global: (name: string) => unresolved.Type_Node<_ed.Source_Location>;
|
|
50
|
+
const text_local: (bt: unresolved.Text_Type<_ed.Source_Location>) => unresolved.Type_Node<_ed.Source_Location>;
|
|
49
51
|
}
|
|
50
52
|
/**
|
|
51
53
|
* type node reference tail step
|
|
52
54
|
*/
|
|
53
55
|
export declare namespace tr {
|
|
54
|
-
const d: () => unresolved.Type_Node_Reference.tail.L<
|
|
55
|
-
const g: (grp: string) => unresolved.Type_Node_Reference.tail.L<
|
|
56
|
-
const s: (state: string) => unresolved.Type_Node_Reference.tail.L<
|
|
57
|
-
const o: () => unresolved.Type_Node_Reference.tail.L<
|
|
56
|
+
const d: () => unresolved.Type_Node_Reference.tail.L<_ed.Source_Location>;
|
|
57
|
+
const g: (grp: string) => unresolved.Type_Node_Reference.tail.L<_ed.Source_Location>;
|
|
58
|
+
const s: (state: string) => unresolved.Type_Node_Reference.tail.L<_ed.Source_Location>;
|
|
59
|
+
const o: () => unresolved.Type_Node_Reference.tail.L<_ed.Source_Location>;
|
|
58
60
|
}
|
|
59
|
-
export declare const sig_params: (values: Raw_Or_Normal_Dictionary<unresolved.Signature_Parameters.values.D<
|
|
61
|
+
export declare const sig_params: (values: Raw_Or_Normal_Dictionary<unresolved.Signature_Parameters.values.D<_ed.Source_Location>>, lookups: Raw_Or_Normal_Dictionary<unresolved.Signature_Parameters.lookups.D<_ed.Source_Location>>) => unresolved.Signature_Parameters<_ed.Source_Location>;
|
|
60
62
|
/**
|
|
61
63
|
* signature
|
|
62
64
|
*/
|
|
63
65
|
export declare namespace sig {
|
|
64
|
-
const local: (values: Raw_Or_Normal_Dictionary<unresolved.Signature_Parameters.values.D<
|
|
65
|
-
const same_as: (name: string) => unresolved.Signatures.D<
|
|
66
|
+
const local: (values: Raw_Or_Normal_Dictionary<unresolved.Signature_Parameters.values.D<_ed.Source_Location>>, lookups: Raw_Or_Normal_Dictionary<unresolved.Signature_Parameters.lookups.D<_ed.Source_Location>>) => unresolved.Signatures.D<_ed.Source_Location>;
|
|
67
|
+
const same_as: (name: string) => unresolved.Signatures.D<_ed.Source_Location>;
|
|
66
68
|
}
|
|
67
|
-
export declare const value_parameter: (name: string, presence?: "optional" | "required") => unresolved.Signature_Parameters.values.D<
|
|
68
|
-
export declare const value_parameter_external: (imp: string, type: string, presence?: "optional" | "required") => unresolved.Signature_Parameters.values.D<
|
|
69
|
-
export declare const lookup_parameter: (name: string, type?: "acyclic" | "cyclic" | "stack", presence?: "optional" | "required") => unresolved.Signature_Parameters.lookups.D<
|
|
69
|
+
export declare const value_parameter: (name: string, presence?: "optional" | "required") => unresolved.Signature_Parameters.values.D<_ed.Source_Location>;
|
|
70
|
+
export declare const value_parameter_external: (imp: string, type: string, presence?: "optional" | "required") => unresolved.Signature_Parameters.values.D<_ed.Source_Location>;
|
|
71
|
+
export declare const lookup_parameter: (name: string, type?: "acyclic" | "cyclic" | "stack", presence?: "optional" | "required") => unresolved.Signature_Parameters.lookups.D<_ed.Source_Location>;
|
|
70
72
|
/**
|
|
71
73
|
* lookup selection
|
|
72
74
|
*/
|
|
73
75
|
export declare namespace ls {
|
|
74
|
-
const parameter: (parameter: string) => unresolved.Lookup_Selection<
|
|
75
|
-
const not_circular_dependent_siblings: () => unresolved.Lookup_Selection<
|
|
76
|
-
const possibly_circular_dependent_siblings: () => unresolved.Lookup_Selection<
|
|
76
|
+
const parameter: (parameter: string) => unresolved.Lookup_Selection<_ed.Source_Location>;
|
|
77
|
+
const not_circular_dependent_siblings: () => unresolved.Lookup_Selection<_ed.Source_Location>;
|
|
78
|
+
const possibly_circular_dependent_siblings: () => unresolved.Lookup_Selection<_ed.Source_Location>;
|
|
77
79
|
}
|
|
78
80
|
/**
|
|
79
81
|
* node resolver lookup arguments
|
|
80
82
|
*/
|
|
81
83
|
export declare namespace al {
|
|
82
|
-
const not_set: () => unresolved.Node_Resolver.SG.component._arguments.O.lookups.O.D<
|
|
83
|
-
const empty_stack: () => unresolved.Node_Resolver.SG.component._arguments.O.lookups.O.D<
|
|
84
|
+
const not_set: () => unresolved.Node_Resolver.SG.component._arguments.O.lookups.O.D<_ed.Source_Location>;
|
|
85
|
+
const empty_stack: () => unresolved.Node_Resolver.SG.component._arguments.O.lookups.O.D<_ed.Source_Location>;
|
|
84
86
|
/**
|
|
85
87
|
* creates a new stack of lookup selections from an existing stack and a new element
|
|
86
88
|
*/
|
|
87
|
-
const stack: (stack: unresolved.Lookup_Selection<
|
|
89
|
+
const stack: (stack: unresolved.Lookup_Selection<_ed.Source_Location>, element: unresolved.Lookup_Selection<_ed.Source_Location>) => unresolved.Node_Resolver.SG.component._arguments.O.lookups.O.D<_ed.Source_Location>;
|
|
88
90
|
/**
|
|
89
91
|
* provides a dictionary by selecting a value (that is guaranteed to be a dictionary)
|
|
90
92
|
*/
|
|
91
|
-
const dictionary: (value_selection: unresolved.Guaranteed_Value_Selection<
|
|
93
|
+
const dictionary: (value_selection: unresolved.Guaranteed_Value_Selection<_ed.Source_Location>) => unresolved.Node_Resolver.SG.component._arguments.O.lookups.O.D<_ed.Source_Location>;
|
|
92
94
|
/**
|
|
93
95
|
* selects a lookup parameter of this resolver and passes it to the next resolver
|
|
94
96
|
*/
|
|
95
|
-
const parameter: (parameter: string) => unresolved.Node_Resolver.SG.component._arguments.O.lookups.O.D<
|
|
97
|
+
const parameter: (parameter: string) => unresolved.Node_Resolver.SG.component._arguments.O.lookups.O.D<_ed.Source_Location>;
|
|
96
98
|
/**
|
|
97
99
|
* this one is only usable in the context of an ordered dictionary
|
|
98
100
|
*/
|
|
99
|
-
const not_circular_dependent_siblings: () => unresolved.Node_Resolver.SG.component._arguments.O.lookups.O.D<
|
|
101
|
+
const not_circular_dependent_siblings: () => unresolved.Node_Resolver.SG.component._arguments.O.lookups.O.D<_ed.Source_Location>;
|
|
100
102
|
/**
|
|
101
103
|
* this one is only usable in the context of a dictionary (ordered or not)
|
|
102
104
|
*/
|
|
103
|
-
const possibly_circular_dependent_siblings: () => unresolved.Node_Resolver.SG.component._arguments.O.lookups.O.D<
|
|
105
|
+
const possibly_circular_dependent_siblings: () => unresolved.Node_Resolver.SG.component._arguments.O.lookups.O.D<_ed.Source_Location>;
|
|
104
106
|
}
|
|
105
107
|
/**
|
|
106
108
|
* value selection path step
|
|
107
109
|
*/
|
|
108
110
|
export declare namespace vst {
|
|
109
|
-
const component: () => unresolved.Relative_Value_Selection.path.L<
|
|
110
|
-
const group: (property: string) => unresolved.Relative_Value_Selection.path.L<
|
|
111
|
-
const reference: () => unresolved.Relative_Value_Selection.path.L<
|
|
111
|
+
const component: () => unresolved.Relative_Value_Selection.path.L<_ed.Source_Location>;
|
|
112
|
+
const group: (property: string) => unresolved.Relative_Value_Selection.path.L<_ed.Source_Location>;
|
|
113
|
+
const reference: () => unresolved.Relative_Value_Selection.path.L<_ed.Source_Location>;
|
|
112
114
|
}
|
|
113
115
|
/**
|
|
114
116
|
* optional value initialization
|
|
115
117
|
*/
|
|
116
118
|
export declare namespace ovi {
|
|
117
|
-
const not_set: () => unresolved.Optional_Value_Initialization<
|
|
118
|
-
const set: (value: unresolved.Guaranteed_Value_Selection<
|
|
119
|
-
const selection: (selection: unresolved.Possible_Value_Selection<
|
|
119
|
+
const not_set: () => unresolved.Optional_Value_Initialization<_ed.Source_Location>;
|
|
120
|
+
const set: (value: unresolved.Guaranteed_Value_Selection<_ed.Source_Location>) => unresolved.Optional_Value_Initialization<_ed.Source_Location>;
|
|
121
|
+
const selection: (selection: unresolved.Possible_Value_Selection<_ed.Source_Location>) => unresolved.Optional_Value_Initialization<_ed.Source_Location>;
|
|
120
122
|
}
|
|
121
123
|
/**
|
|
122
124
|
* possible value selection
|
|
123
125
|
*/
|
|
124
126
|
export declare namespace pvs {
|
|
125
|
-
const state_group: (state_group: string, result: unresolved.Type_Reference<
|
|
126
|
-
const optional_value: (optional_value: string, result: unresolved.Type_Reference<
|
|
127
|
-
const parameter: (parameter: string) => unresolved.Possible_Value_Selection<
|
|
127
|
+
const state_group: (state_group: string, result: unresolved.Type_Reference<_ed.Source_Location>) => unresolved.Possible_Value_Selection<_ed.Source_Location>;
|
|
128
|
+
const optional_value: (optional_value: string, result: unresolved.Type_Reference<_ed.Source_Location>) => unresolved.Possible_Value_Selection<_ed.Source_Location>;
|
|
129
|
+
const parameter: (parameter: string) => unresolved.Possible_Value_Selection<_ed.Source_Location>;
|
|
128
130
|
}
|
|
129
131
|
/**
|
|
130
132
|
* guaranteed value selection
|
|
131
133
|
*/
|
|
132
134
|
export declare namespace gvs {
|
|
133
|
-
const dictionary: (value_selection: unresolved.Guaranteed_Value_Selection<
|
|
134
|
-
const component: (component: string, constraint: string, tail: unresolved.Relative_Value_Selection.path.L<
|
|
135
|
-
const reference: (reference: string, constraint: string, tail: unresolved.Relative_Value_Selection.path.L<
|
|
136
|
-
const list: (list: string, tail: unresolved.Relative_Value_Selection.path.L<
|
|
137
|
-
const state_group: (state_group: string, result: unresolved.Type_Reference<
|
|
138
|
-
const optional_value: (optional_value: string, result: unresolved.Type_Reference<
|
|
139
|
-
const parameter: (parameter: string, tail: unresolved.Relative_Value_Selection.path.L<
|
|
140
|
-
const list_cursor: (tail: unresolved.Relative_Value_Selection.path.L<
|
|
141
|
-
const linked_entry: (tail: unresolved.Relative_Value_Selection.path.L<
|
|
142
|
-
const sibling: (sibling: string, tail: unresolved.Relative_Value_Selection.path.L<
|
|
143
|
-
const parent_sibling: (parent_sibling: string, tail: unresolved.Relative_Value_Selection.path.L<
|
|
144
|
-
const option_constraint: (constraint: string, tail: unresolved.Relative_Value_Selection.path.L<
|
|
135
|
+
const dictionary: (value_selection: unresolved.Guaranteed_Value_Selection<_ed.Source_Location>) => unresolved.Lookup_Selection<_ed.Source_Location>;
|
|
136
|
+
const component: (component: string, constraint: string, tail: unresolved.Relative_Value_Selection.path.L<_ed.Source_Location>[]) => unresolved.Guaranteed_Value_Selection<_ed.Source_Location>;
|
|
137
|
+
const reference: (reference: string, constraint: string, tail: unresolved.Relative_Value_Selection.path.L<_ed.Source_Location>[]) => unresolved.Guaranteed_Value_Selection<_ed.Source_Location>;
|
|
138
|
+
const list: (list: string, tail: unresolved.Relative_Value_Selection.path.L<_ed.Source_Location>[]) => unresolved.Guaranteed_Value_Selection<_ed.Source_Location>;
|
|
139
|
+
const state_group: (state_group: string, result: unresolved.Type_Reference<_ed.Source_Location>, tail: unresolved.Relative_Value_Selection.path.L<_ed.Source_Location>[]) => unresolved.Guaranteed_Value_Selection<_ed.Source_Location>;
|
|
140
|
+
const optional_value: (optional_value: string, result: unresolved.Type_Reference<_ed.Source_Location>, tail: unresolved.Relative_Value_Selection.path.L<_ed.Source_Location>[]) => unresolved.Guaranteed_Value_Selection<_ed.Source_Location>;
|
|
141
|
+
const parameter: (parameter: string, tail: unresolved.Relative_Value_Selection.path.L<_ed.Source_Location>[]) => unresolved.Guaranteed_Value_Selection<_ed.Source_Location>;
|
|
142
|
+
const list_cursor: (tail: unresolved.Relative_Value_Selection.path.L<_ed.Source_Location>[]) => unresolved.Guaranteed_Value_Selection<_ed.Source_Location>;
|
|
143
|
+
const linked_entry: (tail: unresolved.Relative_Value_Selection.path.L<_ed.Source_Location>[]) => unresolved.Guaranteed_Value_Selection<_ed.Source_Location>;
|
|
144
|
+
const sibling: (sibling: string, tail: unresolved.Relative_Value_Selection.path.L<_ed.Source_Location>[]) => unresolved.Guaranteed_Value_Selection<_ed.Source_Location>;
|
|
145
|
+
const parent_sibling: (parent_sibling: string, tail: unresolved.Relative_Value_Selection.path.L<_ed.Source_Location>[]) => unresolved.Guaranteed_Value_Selection<_ed.Source_Location>;
|
|
146
|
+
const option_constraint: (constraint: string, tail: unresolved.Relative_Value_Selection.path.L<_ed.Source_Location>[]) => unresolved.Guaranteed_Value_Selection<_ed.Source_Location>;
|
|
145
147
|
}
|
|
146
148
|
/**
|
|
147
149
|
* node resolver value argument
|
|
148
150
|
*/
|
|
149
151
|
export declare namespace av {
|
|
150
|
-
const parameter: (parameter: string) => unresolved.Node_Resolver.SG.component._arguments.O.values.O.D<
|
|
151
|
-
const required: (value: unresolved.Guaranteed_Value_Selection<
|
|
152
|
-
const optional: (value: unresolved.Optional_Value_Initialization<
|
|
152
|
+
const parameter: (parameter: string) => unresolved.Node_Resolver.SG.component._arguments.O.values.O.D<_ed.Source_Location>;
|
|
153
|
+
const required: (value: unresolved.Guaranteed_Value_Selection<_ed.Source_Location>) => unresolved.Node_Resolver.SG.component._arguments.O.values.O.D<_ed.Source_Location>;
|
|
154
|
+
const optional: (value: unresolved.Optional_Value_Initialization<_ed.Source_Location>) => unresolved.Node_Resolver.SG.component._arguments.O.values.O.D<_ed.Source_Location>;
|
|
153
155
|
}
|
|
154
|
-
export declare const state: (resolver: unresolved.Node_Resolver<
|
|
155
|
-
export declare const state_constrained: (constraints: Raw_Or_Normal_Dictionary<unresolved.Option_Constraints.D<
|
|
156
|
+
export declare const state: (resolver: unresolved.Node_Resolver<_ed.Source_Location>) => unresolved.Node_Resolver.SG.state_group.states.D<_ed.Source_Location>;
|
|
157
|
+
export declare const state_constrained: (constraints: Raw_Or_Normal_Dictionary<unresolved.Option_Constraints.D<_ed.Source_Location>>, resolver: unresolved.Node_Resolver<_ed.Source_Location>) => unresolved.Node_Resolver.SG.state_group.states.D<_ed.Source_Location>;
|
|
156
158
|
/**
|
|
157
159
|
* option constraint
|
|
158
160
|
*/
|
|
159
161
|
export declare namespace oc {
|
|
160
|
-
const state: (value_selection: unresolved.Guaranteed_Value_Selection<
|
|
161
|
-
const assert_set: (possibly_optional: unresolved.Possible_Value_Selection<
|
|
162
|
+
const state: (value_selection: unresolved.Guaranteed_Value_Selection<_ed.Source_Location>, state: string) => unresolved.Option_Constraints.D<_ed.Source_Location>;
|
|
163
|
+
const assert_set: (possibly_optional: unresolved.Possible_Value_Selection<_ed.Source_Location>) => unresolved.Option_Constraints.D<_ed.Source_Location>;
|
|
162
164
|
}
|
|
163
165
|
/**
|
|
164
166
|
* property constraint
|
|
165
167
|
*/
|
|
166
168
|
export declare namespace pc {
|
|
167
|
-
const property: (value_selection_tail: unresolved.Relative_Value_Selection.path.L<
|
|
168
|
-
const constraint: (constraint: string, value_selection_tail: unresolved.Relative_Value_Selection.path.L<
|
|
169
|
+
const property: (value_selection_tail: unresolved.Relative_Value_Selection.path.L<_ed.Source_Location>[], state: string) => unresolved.Property_Constraints.D<_ed.Source_Location>;
|
|
170
|
+
const constraint: (constraint: string, value_selection_tail: unresolved.Relative_Value_Selection.path.L<_ed.Source_Location>[], state?: string) => unresolved.Property_Constraints.D<_ed.Source_Location>;
|
|
169
171
|
}
|
|
170
172
|
/**
|
|
171
173
|
* node resolver
|
|
172
174
|
*/
|
|
173
175
|
export declare namespace r {
|
|
174
|
-
const text: () => unresolved.Node_Resolver<
|
|
175
|
-
const boolean: () => unresolved.Node_Resolver<
|
|
176
|
-
const number: () => unresolved.Node_Resolver<
|
|
177
|
-
const component: (type: string, values: null | Raw_Or_Normal_Dictionary<unresolved.Node_Resolver.SG.component._arguments.O.values.O.D<
|
|
178
|
-
const component_external: (imp: string, type: string, values: null | Raw_Or_Normal_Dictionary<unresolved.Node_Resolver.SG.component._arguments.O.values.O.D<
|
|
179
|
-
const dictionary: (resolver: unresolved.Node_Resolver<
|
|
180
|
-
const dictionary_linked: (dense: "dense" | "sparse", selection: unresolved.Guaranteed_Value_Selection<
|
|
181
|
-
const group: (properties: Raw_Or_Normal_Dictionary<unresolved.Node_Resolver_Group.D.resolver<
|
|
182
|
-
const list: (type_resolver: unresolved.Node_Resolver<
|
|
183
|
-
const list_with_result: (type_resolver: unresolved.Node_Resolver<
|
|
184
|
-
const nothing: () => unresolved.Node_Resolver<
|
|
185
|
-
const optional: (type_resolver: unresolved.Node_Resolver<
|
|
186
|
-
const optional_constrained: (constraints: Raw_Or_Normal_Dictionary<unresolved.Option_Constraints.D<
|
|
187
|
-
const reference_derived: (value_selection: unresolved.Guaranteed_Value_Selection<
|
|
188
|
-
const reference: (lookup_selection: unresolved.Lookup_Selection<
|
|
189
|
-
const reference_stack: (lookup_selection: unresolved.Lookup_Selection<
|
|
190
|
-
const state_group: (states: Raw_Or_Normal_Dictionary<unresolved.Node_Resolver.SG.state_group.states.D<
|
|
176
|
+
const text: () => unresolved.Node_Resolver<_ed.Source_Location>;
|
|
177
|
+
const boolean: () => unresolved.Node_Resolver<_ed.Source_Location>;
|
|
178
|
+
const number: () => unresolved.Node_Resolver<_ed.Source_Location>;
|
|
179
|
+
const component: (type: string, values: null | Raw_Or_Normal_Dictionary<unresolved.Node_Resolver.SG.component._arguments.O.values.O.D<_ed.Source_Location>>, lookups: null | Raw_Or_Normal_Dictionary<unresolved.Node_Resolver.SG.component._arguments.O.lookups.O.D<_ed.Source_Location>>, constraints?: Raw_Or_Normal_Dictionary<unresolved.Property_Constraints.D<_ed.Source_Location>>) => unresolved.Node_Resolver<_ed.Source_Location>;
|
|
180
|
+
const component_external: (imp: string, type: string, values: null | Raw_Or_Normal_Dictionary<unresolved.Node_Resolver.SG.component._arguments.O.values.O.D<_ed.Source_Location>>, lookups: null | Raw_Or_Normal_Dictionary<unresolved.Node_Resolver.SG.component._arguments.O.lookups.O.D<_ed.Source_Location>>, constraints?: Raw_Or_Normal_Dictionary<unresolved.Property_Constraints.D<_ed.Source_Location>>) => unresolved.Node_Resolver<_ed.Source_Location>;
|
|
181
|
+
const dictionary: (resolver: unresolved.Node_Resolver<_ed.Source_Location>) => unresolved.Node_Resolver<_ed.Source_Location>;
|
|
182
|
+
const dictionary_linked: (dense: "dense" | "sparse", selection: unresolved.Guaranteed_Value_Selection<_ed.Source_Location>, resolver: unresolved.Node_Resolver<_ed.Source_Location>) => unresolved.Node_Resolver<_ed.Source_Location>;
|
|
183
|
+
const group: (properties: Raw_Or_Normal_Dictionary<unresolved.Node_Resolver_Group.D.resolver<_ed.Source_Location>>) => unresolved.Node_Resolver<_ed.Source_Location>;
|
|
184
|
+
const list: (type_resolver: unresolved.Node_Resolver<_ed.Source_Location>) => unresolved.Node_Resolver<_ed.Source_Location>;
|
|
185
|
+
const list_with_result: (type_resolver: unresolved.Node_Resolver<_ed.Source_Location>, result: unresolved.Type_Reference<_ed.Source_Location>) => unresolved.Node_Resolver<_ed.Source_Location>;
|
|
186
|
+
const nothing: () => unresolved.Node_Resolver<_ed.Source_Location>;
|
|
187
|
+
const optional: (type_resolver: unresolved.Node_Resolver<_ed.Source_Location>) => unresolved.Node_Resolver<_ed.Source_Location>;
|
|
188
|
+
const optional_constrained: (constraints: Raw_Or_Normal_Dictionary<unresolved.Option_Constraints.D<_ed.Source_Location>>, type_resolver: unresolved.Node_Resolver<_ed.Source_Location>) => unresolved.Node_Resolver<_ed.Source_Location>;
|
|
189
|
+
const reference_derived: (value_selection: unresolved.Guaranteed_Value_Selection<_ed.Source_Location>) => unresolved.Node_Resolver<_ed.Source_Location>;
|
|
190
|
+
const reference: (lookup_selection: unresolved.Lookup_Selection<_ed.Source_Location>, constraints?: Raw_Or_Normal_Dictionary<unresolved.Property_Constraints.D<_ed.Source_Location>>) => unresolved.Node_Resolver<_ed.Source_Location>;
|
|
191
|
+
const reference_stack: (lookup_selection: unresolved.Lookup_Selection<_ed.Source_Location>, constraints?: Raw_Or_Normal_Dictionary<unresolved.Property_Constraints.D<_ed.Source_Location>>) => unresolved.Node_Resolver<_ed.Source_Location>;
|
|
192
|
+
const state_group: (states: Raw_Or_Normal_Dictionary<unresolved.Node_Resolver.SG.state_group.states.D<_ed.Source_Location>>) => unresolved.Node_Resolver<_ed.Source_Location>;
|
|
191
193
|
}
|
|
192
|
-
export declare const resolver: (type_resolver: unresolved.Node_Resolver<
|
|
193
|
-
export declare const signatures: (signatures: Raw_Or_Normal_Dictionary<unresolved.Signatures.D<
|
|
194
|
-
export declare const resolvers: (resolvers: Raw_Or_Normal_Dictionary<unresolved.Resolvers.D<
|
|
195
|
-
export declare const import_: (name: string) => unresolved.Imports.D<
|
|
196
|
-
export declare const constrained: (signatures: unresolved.Resolve_Logic.signatures<
|
|
197
|
-
export declare const unconstrained: () => unresolved.Schema.complexity.SG.unconstrained<
|
|
198
|
-
export declare const schema_: (imports: Raw_Or_Normal_Dictionary<unresolved.Imports.D<
|
|
194
|
+
export declare const resolver: (type_resolver: unresolved.Node_Resolver<_ed.Source_Location>) => unresolved.Resolvers.D<_ed.Source_Location>;
|
|
195
|
+
export declare const signatures: (signatures: Raw_Or_Normal_Dictionary<unresolved.Signatures.D<_ed.Source_Location>>) => unresolved.Resolve_Logic.signatures<_ed.Source_Location>;
|
|
196
|
+
export declare const resolvers: (resolvers: Raw_Or_Normal_Dictionary<unresolved.Resolvers.D<_ed.Source_Location>>) => unresolved.Resolvers<_ed.Source_Location>;
|
|
197
|
+
export declare const import_: (name: string) => unresolved.Imports.D<_ed.Source_Location>;
|
|
198
|
+
export declare const constrained: (signatures: unresolved.Resolve_Logic.signatures<_ed.Source_Location>, resolvers: unresolved.Resolvers<_ed.Source_Location>) => unresolved.Schema.complexity.SG.constrained<_ed.Source_Location>;
|
|
199
|
+
export declare const unconstrained: () => unresolved.Schema.complexity.SG.unconstrained<_ed.Source_Location>;
|
|
200
|
+
export declare const schema_: (imports: Raw_Or_Normal_Dictionary<unresolved.Imports.D<_ed.Source_Location>>, globals: unresolved.Globals<_ed.Source_Location>, types: unresolved.Types<_ed.Source_Location>, resolve: null | unresolved.Schema.complexity.SG.constrained<_ed.Source_Location>) => unresolved.Schemas.D<_ed.Source_Location>;
|