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