astn 0.113.22 → 0.113.23
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/validate_astn.js +0 -0
- package/dist/implementation/generated/pareto/generic/serialize.d.ts +4 -0
- package/dist/implementation/generated/pareto/generic/serialize.js +93 -0
- package/dist/implementation/generated/pareto/generic/unmarshall.d.ts +28 -28
- package/dist/implementation/generated/pareto/generic/unmarshall.js +38 -29
- package/dist/implementation/generated/pareto/schemas/astn_schema/marshall.d.ts +7 -7
- package/dist/implementation/generated/pareto/schemas/astn_schema/marshall.js +86 -104
- package/dist/implementation/generated/pareto/schemas/astn_schema/resolve.d.ts +8 -8
- package/dist/implementation/generated/pareto/schemas/astn_schema/resolve.js +226 -244
- package/dist/implementation/generated/pareto/schemas/astn_schema/serialize.d.ts +12 -0
- package/dist/implementation/generated/pareto/schemas/astn_schema/serialize.js +73 -0
- package/dist/implementation/generated/pareto/schemas/astn_schema/unmarshall.d.ts +7 -7
- package/dist/implementation/generated/pareto/schemas/astn_schema/unmarshall.js +72 -84
- package/dist/implementation/generated/pareto/schemas/authoring_parse_result/marshall.js +84 -84
- package/dist/implementation/generated/pareto/schemas/authoring_parse_result/serialize.d.ts +3 -0
- package/dist/implementation/generated/pareto/schemas/authoring_parse_result/serialize.js +37 -0
- package/dist/implementation/generated/pareto/schemas/authoring_parse_result/unmarshall.js +42 -42
- package/dist/implementation/generated/pareto/schemas/authoring_parse_tree/marshall.d.ts +6 -5
- package/dist/implementation/generated/pareto/schemas/authoring_parse_tree/marshall.js +135 -134
- package/dist/implementation/generated/pareto/schemas/authoring_parse_tree/serialize.d.ts +9 -0
- package/dist/implementation/generated/pareto/schemas/authoring_parse_tree/serialize.js +61 -0
- package/dist/implementation/generated/pareto/schemas/authoring_parse_tree/unmarshall.d.ts +6 -5
- package/dist/implementation/generated/pareto/schemas/authoring_parse_tree/unmarshall.js +172 -175
- package/dist/implementation/generated/pareto/schemas/authoring_target/marshall.d.ts +1 -1
- package/dist/implementation/generated/pareto/schemas/authoring_target/marshall.js +72 -72
- package/dist/implementation/generated/pareto/schemas/authoring_target/serialize.d.ts +3 -0
- package/dist/implementation/generated/pareto/schemas/authoring_target/serialize.js +37 -0
- package/dist/implementation/generated/pareto/schemas/authoring_target/unmarshall.d.ts +1 -1
- package/dist/implementation/generated/pareto/schemas/authoring_target/unmarshall.js +48 -48
- package/dist/implementation/generated/pareto/schemas/ide/marshall.d.ts +1 -1
- package/dist/implementation/generated/pareto/schemas/ide/marshall.js +29 -29
- package/dist/implementation/generated/pareto/schemas/ide/serialize.d.ts +4 -0
- package/dist/implementation/generated/pareto/schemas/ide/serialize.js +41 -0
- package/dist/implementation/generated/pareto/schemas/ide/unmarshall.d.ts +1 -1
- package/dist/implementation/generated/pareto/schemas/ide/unmarshall.js +25 -25
- package/dist/implementation/generated/pareto/schemas/sealed_target/marshall.d.ts +1 -1
- package/dist/implementation/generated/pareto/schemas/sealed_target/marshall.js +66 -66
- package/dist/implementation/generated/pareto/schemas/sealed_target/serialize.d.ts +3 -0
- package/dist/implementation/generated/pareto/schemas/sealed_target/serialize.js +37 -0
- package/dist/implementation/generated/pareto/schemas/sealed_target/unmarshall.d.ts +1 -1
- package/dist/implementation/generated/pareto/schemas/sealed_target/unmarshall.js +46 -46
- package/dist/implementation/generated/pareto/schemas/token/marshall.d.ts +5 -5
- package/dist/implementation/generated/pareto/schemas/token/marshall.js +132 -132
- package/dist/implementation/generated/pareto/schemas/token/serialize.d.ts +11 -0
- package/dist/implementation/generated/pareto/schemas/token/serialize.js +69 -0
- package/dist/implementation/generated/pareto/schemas/token/unmarshall.d.ts +5 -5
- package/dist/implementation/generated/pareto/schemas/token/unmarshall.js +122 -120
- package/dist/implementation/manual/schemas/authoring_parse_result/transformers/fountain_pen.js +5 -2
- package/dist/implementation/manual/schemas/authoring_parse_tree/deserializers.js +10 -11
- package/dist/implementation/manual/schemas/authoring_parse_tree/productions/temp.d.ts +1 -1
- package/dist/implementation/manual/schemas/authoring_parse_tree/productions/temp.js +3 -3
- package/dist/implementation/manual/schemas/authoring_parse_tree/productions/token.js +3 -3
- package/dist/implementation/manual/schemas/authoring_parse_tree/transformers/ide.js +3 -17
- package/dist/implementation/manual/schemas/authoring_parse_tree/transformers/json_target.js +3 -3
- package/dist/implementation/manual/schemas/authoring_parse_tree/transformers/token.js +3 -3
- package/dist/implementation/manual/schemas/token/productions/annotated_character.d.ts +12 -5
- package/dist/implementation/manual/schemas/token/productions/annotated_character.js +57 -60
- package/dist/implementation/manual/text_to_text/convert_to_json.js +1 -1
- package/dist/interface/generated/pareto/core/astn_source.d.ts +9 -9
- package/dist/interface/generated/pareto/core/astn_target.d.ts +15 -15
- package/dist/interface/generated/pareto/core/parse_result.d.ts +2 -2
- package/dist/interface/generated/pareto/core/resolved.d.ts +12 -12
- package/dist/interface/generated/pareto/core/token.d.ts +4 -4
- package/dist/interface/generated/pareto/core/unconstrained.d.ts +3 -3
- package/dist/interface/generated/pareto/core/unresolved.d.ts +10 -10
- package/dist/interface/generated/pareto/schemas/astn_schema/data_types/resolve.d.ts +548 -548
- package/dist/interface/generated/pareto/schemas/astn_schema/data_types/source.d.ts +119 -160
- package/dist/interface/generated/pareto/schemas/astn_schema/data_types/target.d.ts +119 -160
- package/dist/interface/generated/pareto/schemas/astn_schema/marshall.d.ts +56 -56
- package/dist/interface/generated/pareto/schemas/astn_schema/migrate_boilerplate.d.ts +65 -65
- package/dist/interface/generated/pareto/schemas/astn_schema/serialize.d.ts +288 -0
- package/dist/interface/generated/pareto/schemas/astn_schema/serialize.js +3 -0
- package/dist/interface/generated/pareto/schemas/astn_schema/unmarshall.d.ts +65 -65
- package/dist/interface/generated/pareto/schemas/astn_schema/value_deserializers.d.ts +10 -10
- package/dist/interface/generated/pareto/schemas/astn_schema/value_serializers.d.ts +10 -10
- package/dist/interface/generated/pareto/schemas/authoring_parse_result/data_types/resolve.js +1 -1
- package/dist/interface/generated/pareto/schemas/authoring_parse_result/data_types/source.d.ts +77 -77
- package/dist/interface/generated/pareto/schemas/authoring_parse_result/data_types/target.d.ts +77 -77
- package/dist/interface/generated/pareto/schemas/authoring_parse_result/marshall.d.ts +1 -1
- package/dist/interface/generated/pareto/schemas/authoring_parse_result/migrate_boilerplate.d.ts +1 -1
- package/dist/interface/generated/pareto/schemas/authoring_parse_result/serialize.d.ts +54 -0
- package/dist/interface/generated/pareto/schemas/authoring_parse_result/serialize.js +3 -0
- package/dist/interface/generated/pareto/schemas/authoring_parse_result/unmarshall.d.ts +1 -1
- package/dist/interface/generated/pareto/schemas/authoring_parse_result/value_deserializers.d.ts +10 -10
- package/dist/interface/generated/pareto/schemas/authoring_parse_result/value_serializers.d.ts +10 -10
- package/dist/interface/generated/pareto/schemas/authoring_parse_tree/data_types/resolve.js +1 -1
- package/dist/interface/generated/pareto/schemas/authoring_parse_tree/data_types/source.d.ts +347 -356
- package/dist/interface/generated/pareto/schemas/authoring_parse_tree/data_types/target.d.ts +347 -356
- package/dist/interface/generated/pareto/schemas/authoring_parse_tree/marshall.d.ts +66 -36
- package/dist/interface/generated/pareto/schemas/authoring_parse_tree/migrate_boilerplate.d.ts +68 -46
- package/dist/interface/generated/pareto/schemas/authoring_parse_tree/serialize.d.ts +210 -0
- package/dist/interface/generated/pareto/schemas/authoring_parse_tree/serialize.js +3 -0
- package/dist/interface/generated/pareto/schemas/authoring_parse_tree/unmarshall.d.ts +71 -41
- package/dist/interface/generated/pareto/schemas/authoring_parse_tree/value_deserializers.d.ts +10 -10
- package/dist/interface/generated/pareto/schemas/authoring_parse_tree/value_serializers.d.ts +10 -10
- package/dist/interface/generated/pareto/schemas/authoring_target/data_types/resolve.js +1 -1
- package/dist/interface/generated/pareto/schemas/authoring_target/data_types/source.d.ts +145 -145
- package/dist/interface/generated/pareto/schemas/authoring_target/data_types/target.d.ts +145 -145
- package/dist/interface/generated/pareto/schemas/authoring_target/marshall.d.ts +12 -12
- package/dist/interface/generated/pareto/schemas/authoring_target/migrate_boilerplate.d.ts +14 -14
- package/dist/interface/generated/pareto/schemas/authoring_target/serialize.d.ts +54 -0
- package/dist/interface/generated/pareto/schemas/authoring_target/serialize.js +3 -0
- package/dist/interface/generated/pareto/schemas/authoring_target/unmarshall.d.ts +13 -13
- package/dist/interface/generated/pareto/schemas/authoring_target/value_deserializers.d.ts +10 -10
- package/dist/interface/generated/pareto/schemas/authoring_target/value_serializers.d.ts +10 -10
- package/dist/interface/generated/pareto/schemas/ide/data_types/resolve.js +1 -1
- package/dist/interface/generated/pareto/schemas/ide/data_types/source.d.ts +54 -54
- package/dist/interface/generated/pareto/schemas/ide/data_types/target.d.ts +54 -54
- package/dist/interface/generated/pareto/schemas/ide/marshall.d.ts +17 -17
- package/dist/interface/generated/pareto/schemas/ide/migrate_boilerplate.d.ts +14 -14
- package/dist/interface/generated/pareto/schemas/ide/serialize.d.ts +80 -0
- package/dist/interface/generated/pareto/schemas/ide/serialize.js +3 -0
- package/dist/interface/generated/pareto/schemas/ide/unmarshall.d.ts +17 -17
- package/dist/interface/generated/pareto/schemas/ide/value_deserializers.d.ts +10 -10
- package/dist/interface/generated/pareto/schemas/ide/value_serializers.d.ts +10 -10
- package/dist/interface/generated/pareto/schemas/sealed_target/data_types/resolve.js +1 -1
- package/dist/interface/generated/pareto/schemas/sealed_target/data_types/source.d.ts +114 -114
- package/dist/interface/generated/pareto/schemas/sealed_target/data_types/target.d.ts +114 -114
- package/dist/interface/generated/pareto/schemas/sealed_target/marshall.d.ts +12 -12
- package/dist/interface/generated/pareto/schemas/sealed_target/migrate_boilerplate.d.ts +14 -14
- package/dist/interface/generated/pareto/schemas/sealed_target/serialize.d.ts +54 -0
- package/dist/interface/generated/pareto/schemas/sealed_target/serialize.js +3 -0
- package/dist/interface/generated/pareto/schemas/sealed_target/unmarshall.d.ts +13 -13
- package/dist/interface/generated/pareto/schemas/sealed_target/value_deserializers.d.ts +10 -10
- package/dist/interface/generated/pareto/schemas/sealed_target/value_serializers.d.ts +10 -10
- package/dist/interface/generated/pareto/schemas/token/data_types/resolve.js +1 -1
- package/dist/interface/generated/pareto/schemas/token/data_types/source.d.ts +196 -189
- package/dist/interface/generated/pareto/schemas/token/data_types/target.d.ts +196 -189
- package/dist/interface/generated/pareto/schemas/token/marshall.d.ts +56 -56
- package/dist/interface/generated/pareto/schemas/token/migrate_boilerplate.d.ts +66 -66
- package/dist/interface/generated/pareto/schemas/token/serialize.d.ts +262 -0
- package/dist/interface/generated/pareto/schemas/token/serialize.js +3 -0
- package/dist/interface/generated/pareto/schemas/token/unmarshall.d.ts +59 -59
- package/dist/interface/generated/pareto/schemas/token/value_deserializers.d.ts +10 -10
- package/dist/interface/generated/pareto/schemas/token/value_serializers.d.ts +10 -10
- package/dist/modules/pareto-json/implementation/generated/pareto/generic/unmarshall.d.ts +6 -6
- package/dist/modules/pareto-json/interface/generated/pareto/core/astn_source.d.ts +9 -9
- package/dist/modules/pareto-json/interface/generated/pareto/core/astn_target.d.ts +15 -15
- package/dist/modules/pareto-json/interface/generated/pareto/core/parse_result.d.ts +2 -2
- package/dist/modules/pareto-json/interface/generated/pareto/core/resolved.d.ts +12 -12
- package/dist/modules/pareto-json/interface/generated/pareto/core/token.d.ts +4 -4
- package/dist/modules/pareto-json/interface/generated/pareto/core/unconstrained.d.ts +3 -3
- package/dist/modules/pareto-json/interface/generated/pareto/core/unresolved.d.ts +10 -10
- package/package.json +6 -6
|
@@ -1,29 +1,30 @@
|
|
|
1
1
|
import * as _i_core from "../../../core/unresolved";
|
|
2
|
-
export type
|
|
3
|
-
|
|
4
|
-
readonly '
|
|
2
|
+
export type _T_Schemas<M_Source> = _i_core._T_Ordered_Dictionary<M_Source, _T_Schema_Tree<M_Source>>;
|
|
3
|
+
export type _T_Text_Type<M_Source> = {
|
|
4
|
+
readonly 'type': _i_core._T_State_Group<M_Source, readonly ['multi line', null] | readonly ['single line', null]>;
|
|
5
5
|
};
|
|
6
6
|
export type _T_Globals<M_Source> = {
|
|
7
7
|
readonly 'text types': _i_core._T_Dictionary<M_Source, _T_Text_Type<M_Source>>;
|
|
8
8
|
};
|
|
9
|
-
export type
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
}>;
|
|
9
|
+
export type _T_Type<M_Source> = {
|
|
10
|
+
readonly 'node': _T_Type_Node<M_Source>;
|
|
11
|
+
};
|
|
12
|
+
export type _T_Types<M_Source> = _i_core._T_Ordered_Dictionary<M_Source, _T_Type<M_Source>>;
|
|
14
13
|
export type _T_Schema<M_Source> = {
|
|
15
|
-
readonly 'globals': _T_Globals<M_Source>;
|
|
16
14
|
readonly 'imports': _T_Imports<M_Source>;
|
|
15
|
+
readonly 'globals': _T_Globals<M_Source>;
|
|
17
16
|
readonly 'types': _T_Types<M_Source>;
|
|
18
17
|
};
|
|
19
|
-
export type _T_Schema_Tree<M_Source> = _i_core._T_State_Group<M_Source, readonly ['
|
|
20
|
-
export type
|
|
21
|
-
|
|
22
|
-
readonly '
|
|
23
|
-
}
|
|
24
|
-
export type
|
|
18
|
+
export type _T_Schema_Tree<M_Source> = _i_core._T_State_Group<M_Source, readonly ['set', _T_Schemas<M_Source>] | readonly ['schema', _T_Schema<M_Source>]>;
|
|
19
|
+
export type _T_Imports<M_Source> = _i_core._T_Dictionary<M_Source, {
|
|
20
|
+
readonly 'schema set child': _i_core._T_Reference_To_Stacked_Dictionary_Entry<M_Source, _T_Schemas.D<M_Source>>;
|
|
21
|
+
readonly 'schema': _i_core._T_Derived_Reference<M_Source, _T_Schema<M_Source>>;
|
|
22
|
+
}>;
|
|
23
|
+
export type _T_Dictionary<M_Source> = {
|
|
25
24
|
readonly 'node': _T_Type_Node<M_Source>;
|
|
25
|
+
readonly 'ordered': boolean;
|
|
26
26
|
};
|
|
27
|
+
export type _T_Group<M_Source> = _i_core._T_Dictionary<M_Source, _T_Type_Node<M_Source>>;
|
|
27
28
|
export type _T_Type_Node<M_Source> = _i_core._T_State_Group<M_Source, readonly [
|
|
28
29
|
'component',
|
|
29
30
|
_i_core._T_State_Group<M_Source, readonly [
|
|
@@ -38,32 +39,35 @@ export type _T_Type_Node<M_Source> = _i_core._T_State_Group<M_Source, readonly [
|
|
|
38
39
|
{
|
|
39
40
|
readonly 'node': _T_Type_Node<M_Source>;
|
|
40
41
|
}
|
|
41
|
-
] | readonly ['nothing', null] | readonly ['optional', _T_Type_Node<M_Source>] | readonly [
|
|
42
|
-
'reference',
|
|
43
|
-
{
|
|
44
|
-
readonly 'type': _i_core._T_State_Group<M_Source, readonly ['derived', null] | readonly ['selected', null]>;
|
|
45
|
-
}
|
|
46
|
-
] | readonly ['state group', _i_core._T_Dictionary<M_Source, _T_Type_Node<M_Source>>] | readonly [
|
|
42
|
+
] | readonly ['nothing', null] | readonly ['optional', _T_Type_Node<M_Source>] | readonly ['state group', _i_core._T_Dictionary<M_Source, _T_Type_Node<M_Source>>] | readonly [
|
|
47
43
|
'text',
|
|
48
44
|
_i_core._T_State_Group<M_Source, readonly ['global', _i_core._T_Reference_To_Normal_Dictionary_Entry<M_Source, _T_Globals.text_types.D<M_Source>>] | readonly ['local', _T_Text_Type<M_Source>]>
|
|
49
45
|
]>;
|
|
50
|
-
export type _T_Types<M_Source> = _i_core._T_Ordered_Dictionary<M_Source, _T_Type<M_Source>>;
|
|
51
|
-
export type Dictionary<M_Source> = _T_Dictionary<M_Source>;
|
|
52
|
-
export type Globals<M_Source> = _T_Globals<M_Source>;
|
|
53
|
-
export type Group<M_Source> = _T_Group<M_Source>;
|
|
54
|
-
export type Imports<M_Source> = _T_Imports<M_Source>;
|
|
55
|
-
export type Schema<M_Source> = _T_Schema<M_Source>;
|
|
56
|
-
export type Schema_Tree<M_Source> = _T_Schema_Tree<M_Source>;
|
|
57
46
|
export type Schemas<M_Source> = _T_Schemas<M_Source>;
|
|
58
47
|
export type Text_Type<M_Source> = _T_Text_Type<M_Source>;
|
|
48
|
+
export type Globals<M_Source> = _T_Globals<M_Source>;
|
|
59
49
|
export type Type<M_Source> = _T_Type<M_Source>;
|
|
60
|
-
export type Type_Node<M_Source> = _T_Type_Node<M_Source>;
|
|
61
50
|
export type Types<M_Source> = _T_Types<M_Source>;
|
|
62
|
-
export
|
|
63
|
-
|
|
51
|
+
export type Schema<M_Source> = _T_Schema<M_Source>;
|
|
52
|
+
export type Schema_Tree<M_Source> = _T_Schema_Tree<M_Source>;
|
|
53
|
+
export type Imports<M_Source> = _T_Imports<M_Source>;
|
|
54
|
+
export type Dictionary<M_Source> = _T_Dictionary<M_Source>;
|
|
55
|
+
export type Group<M_Source> = _T_Group<M_Source>;
|
|
56
|
+
export type Type_Node<M_Source> = _T_Type_Node<M_Source>;
|
|
57
|
+
export declare namespace _T_Schemas {
|
|
58
|
+
namespace D {
|
|
64
59
|
}
|
|
65
|
-
type
|
|
66
|
-
|
|
60
|
+
type D<M_Source> = _T_Schema_Tree<M_Source>;
|
|
61
|
+
}
|
|
62
|
+
export declare namespace _T_Text_Type {
|
|
63
|
+
namespace _type {
|
|
64
|
+
namespace SG {
|
|
65
|
+
type multi_line<M_Source> = null;
|
|
66
|
+
type single_line<M_Source> = null;
|
|
67
|
+
}
|
|
68
|
+
type SG<M_Source> = readonly ['multi line', null] | readonly ['single line', null];
|
|
69
|
+
}
|
|
70
|
+
type _type<M_Source> = _i_core._T_State_Group<M_Source, readonly ['multi line', null] | readonly ['single line', null]>;
|
|
67
71
|
}
|
|
68
72
|
export declare namespace _T_Globals {
|
|
69
73
|
namespace text_types {
|
|
@@ -73,72 +77,68 @@ export declare namespace _T_Globals {
|
|
|
73
77
|
}
|
|
74
78
|
type text_types<M_Source> = _i_core._T_Dictionary<M_Source, _T_Text_Type<M_Source>>;
|
|
75
79
|
}
|
|
76
|
-
export declare namespace
|
|
77
|
-
namespace
|
|
80
|
+
export declare namespace _T_Type {
|
|
81
|
+
namespace node {
|
|
78
82
|
}
|
|
79
|
-
type
|
|
83
|
+
type node<M_Source> = _T_Type_Node<M_Source>;
|
|
80
84
|
}
|
|
81
|
-
export declare namespace
|
|
85
|
+
export declare namespace _T_Types {
|
|
82
86
|
namespace D {
|
|
83
|
-
namespace schema {
|
|
84
|
-
namespace Type {
|
|
85
|
-
}
|
|
86
|
-
type Type<M_Source> = _T_Schema<M_Source>;
|
|
87
|
-
}
|
|
88
|
-
type schema<M_Source> = _i_core._T_Derived_Reference<M_Source, _T_Schema<M_Source>>;
|
|
89
|
-
namespace schema_set_child {
|
|
90
|
-
namespace Dictionary_Entry {
|
|
91
|
-
}
|
|
92
|
-
type Dictionary_Entry<M_Source> = _T_Schemas.D<M_Source>;
|
|
93
|
-
}
|
|
94
|
-
type schema_set_child<M_Source> = _i_core._T_Reference_To_Stacked_Dictionary_Entry<M_Source, _T_Schemas.D<M_Source>>;
|
|
95
87
|
}
|
|
96
|
-
type D<M_Source> =
|
|
97
|
-
readonly 'schema': _i_core._T_Derived_Reference<M_Source, _T_Schema<M_Source>>;
|
|
98
|
-
readonly 'schema set child': _i_core._T_Reference_To_Stacked_Dictionary_Entry<M_Source, _T_Schemas.D<M_Source>>;
|
|
99
|
-
};
|
|
88
|
+
type D<M_Source> = _T_Type<M_Source>;
|
|
100
89
|
}
|
|
101
90
|
export declare namespace _T_Schema {
|
|
102
|
-
namespace globals {
|
|
103
|
-
}
|
|
104
|
-
type globals<M_Source> = _T_Globals<M_Source>;
|
|
105
91
|
namespace imports {
|
|
106
92
|
}
|
|
107
93
|
type imports<M_Source> = _T_Imports<M_Source>;
|
|
94
|
+
namespace globals {
|
|
95
|
+
}
|
|
96
|
+
type globals<M_Source> = _T_Globals<M_Source>;
|
|
108
97
|
namespace types {
|
|
109
98
|
}
|
|
110
99
|
type types<M_Source> = _T_Types<M_Source>;
|
|
111
100
|
}
|
|
112
101
|
export declare namespace _T_Schema_Tree {
|
|
113
102
|
namespace SG {
|
|
114
|
-
namespace schema {
|
|
115
|
-
}
|
|
116
|
-
type schema<M_Source> = _T_Schema<M_Source>;
|
|
117
103
|
namespace _set {
|
|
118
104
|
}
|
|
119
105
|
type _set<M_Source> = _T_Schemas<M_Source>;
|
|
106
|
+
namespace schema {
|
|
107
|
+
}
|
|
108
|
+
type schema<M_Source> = _T_Schema<M_Source>;
|
|
120
109
|
}
|
|
121
|
-
type SG<M_Source> = readonly ['
|
|
110
|
+
type SG<M_Source> = readonly ['set', _T_Schemas<M_Source>] | readonly ['schema', _T_Schema<M_Source>];
|
|
122
111
|
}
|
|
123
|
-
export declare namespace
|
|
112
|
+
export declare namespace _T_Imports {
|
|
124
113
|
namespace D {
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
}
|
|
128
|
-
|
|
129
|
-
namespace _type {
|
|
130
|
-
namespace SG {
|
|
131
|
-
type multi_line<M_Source> = null;
|
|
132
|
-
type single_line<M_Source> = null;
|
|
114
|
+
namespace schema_set_child {
|
|
115
|
+
namespace Dictionary_Entry {
|
|
116
|
+
}
|
|
117
|
+
type Dictionary_Entry<M_Source> = _T_Schemas.D<M_Source>;
|
|
133
118
|
}
|
|
134
|
-
type
|
|
119
|
+
type schema_set_child<M_Source> = _i_core._T_Reference_To_Stacked_Dictionary_Entry<M_Source, _T_Schemas.D<M_Source>>;
|
|
120
|
+
namespace schema {
|
|
121
|
+
namespace Type {
|
|
122
|
+
}
|
|
123
|
+
type Type<M_Source> = _T_Schema<M_Source>;
|
|
124
|
+
}
|
|
125
|
+
type schema<M_Source> = _i_core._T_Derived_Reference<M_Source, _T_Schema<M_Source>>;
|
|
135
126
|
}
|
|
136
|
-
type
|
|
127
|
+
type D<M_Source> = {
|
|
128
|
+
readonly 'schema set child': _i_core._T_Reference_To_Stacked_Dictionary_Entry<M_Source, _T_Schemas.D<M_Source>>;
|
|
129
|
+
readonly 'schema': _i_core._T_Derived_Reference<M_Source, _T_Schema<M_Source>>;
|
|
130
|
+
};
|
|
137
131
|
}
|
|
138
|
-
export declare namespace
|
|
132
|
+
export declare namespace _T_Dictionary {
|
|
139
133
|
namespace node {
|
|
140
134
|
}
|
|
141
135
|
type node<M_Source> = _T_Type_Node<M_Source>;
|
|
136
|
+
type ordered<M_Source> = boolean;
|
|
137
|
+
}
|
|
138
|
+
export declare namespace _T_Group {
|
|
139
|
+
namespace D {
|
|
140
|
+
}
|
|
141
|
+
type D<M_Source> = _T_Type_Node<M_Source>;
|
|
142
142
|
}
|
|
143
143
|
export declare namespace _T_Type_Node {
|
|
144
144
|
namespace SG {
|
|
@@ -208,19 +208,6 @@ export declare namespace _T_Type_Node {
|
|
|
208
208
|
namespace optional {
|
|
209
209
|
}
|
|
210
210
|
type optional<M_Source> = _T_Type_Node<M_Source>;
|
|
211
|
-
namespace reference {
|
|
212
|
-
namespace _type {
|
|
213
|
-
namespace SG {
|
|
214
|
-
type derived<M_Source> = null;
|
|
215
|
-
type selected<M_Source> = null;
|
|
216
|
-
}
|
|
217
|
-
type SG<M_Source> = readonly ['derived', null] | readonly ['selected', null];
|
|
218
|
-
}
|
|
219
|
-
type _type<M_Source> = _i_core._T_State_Group<M_Source, readonly ['derived', null] | readonly ['selected', null]>;
|
|
220
|
-
}
|
|
221
|
-
type reference<M_Source> = {
|
|
222
|
-
readonly 'type': _i_core._T_State_Group<M_Source, readonly ['derived', null] | readonly ['selected', null]>;
|
|
223
|
-
};
|
|
224
211
|
namespace state_group {
|
|
225
212
|
namespace D {
|
|
226
213
|
}
|
|
@@ -257,26 +244,25 @@ export declare namespace _T_Type_Node {
|
|
|
257
244
|
{
|
|
258
245
|
readonly 'node': _T_Type_Node<M_Source>;
|
|
259
246
|
}
|
|
260
|
-
] | readonly ['nothing', null] | readonly ['optional', _T_Type_Node<M_Source>] | readonly [
|
|
261
|
-
'reference',
|
|
262
|
-
{
|
|
263
|
-
readonly 'type': _i_core._T_State_Group<M_Source, readonly ['derived', null] | readonly ['selected', null]>;
|
|
264
|
-
}
|
|
265
|
-
] | readonly ['state group', _i_core._T_Dictionary<M_Source, _T_Type_Node<M_Source>>] | readonly [
|
|
247
|
+
] | readonly ['nothing', null] | readonly ['optional', _T_Type_Node<M_Source>] | readonly ['state group', _i_core._T_Dictionary<M_Source, _T_Type_Node<M_Source>>] | readonly [
|
|
266
248
|
'text',
|
|
267
249
|
_i_core._T_State_Group<M_Source, readonly ['global', _i_core._T_Reference_To_Normal_Dictionary_Entry<M_Source, _T_Globals.text_types.D<M_Source>>] | readonly ['local', _T_Text_Type<M_Source>]>
|
|
268
250
|
];
|
|
269
251
|
}
|
|
270
|
-
export declare namespace
|
|
252
|
+
export declare namespace Schemas {
|
|
271
253
|
namespace D {
|
|
272
254
|
}
|
|
273
|
-
type D<M_Source> =
|
|
255
|
+
type D<M_Source> = _T_Schema_Tree<M_Source>;
|
|
274
256
|
}
|
|
275
|
-
export declare namespace
|
|
276
|
-
namespace
|
|
257
|
+
export declare namespace Text_Type {
|
|
258
|
+
namespace _type {
|
|
259
|
+
namespace SG {
|
|
260
|
+
type multi_line<M_Source> = null;
|
|
261
|
+
type single_line<M_Source> = null;
|
|
262
|
+
}
|
|
263
|
+
type SG<M_Source> = readonly ['multi line', null] | readonly ['single line', null];
|
|
277
264
|
}
|
|
278
|
-
type
|
|
279
|
-
type ordered<M_Source> = boolean;
|
|
265
|
+
type _type<M_Source> = _i_core._T_State_Group<M_Source, readonly ['multi line', null] | readonly ['single line', null]>;
|
|
280
266
|
}
|
|
281
267
|
export declare namespace Globals {
|
|
282
268
|
namespace text_types {
|
|
@@ -286,72 +272,68 @@ export declare namespace Globals {
|
|
|
286
272
|
}
|
|
287
273
|
type text_types<M_Source> = _i_core._T_Dictionary<M_Source, _T_Text_Type<M_Source>>;
|
|
288
274
|
}
|
|
289
|
-
export declare namespace
|
|
290
|
-
namespace
|
|
275
|
+
export declare namespace Type {
|
|
276
|
+
namespace node {
|
|
291
277
|
}
|
|
292
|
-
type
|
|
278
|
+
type node<M_Source> = _T_Type_Node<M_Source>;
|
|
293
279
|
}
|
|
294
|
-
export declare namespace
|
|
280
|
+
export declare namespace Types {
|
|
295
281
|
namespace D {
|
|
296
|
-
namespace schema {
|
|
297
|
-
namespace Type {
|
|
298
|
-
}
|
|
299
|
-
type Type<M_Source> = _T_Schema<M_Source>;
|
|
300
|
-
}
|
|
301
|
-
type schema<M_Source> = _i_core._T_Derived_Reference<M_Source, _T_Schema<M_Source>>;
|
|
302
|
-
namespace schema_set_child {
|
|
303
|
-
namespace Dictionary_Entry {
|
|
304
|
-
}
|
|
305
|
-
type Dictionary_Entry<M_Source> = _T_Schemas.D<M_Source>;
|
|
306
|
-
}
|
|
307
|
-
type schema_set_child<M_Source> = _i_core._T_Reference_To_Stacked_Dictionary_Entry<M_Source, _T_Schemas.D<M_Source>>;
|
|
308
282
|
}
|
|
309
|
-
type D<M_Source> =
|
|
310
|
-
readonly 'schema': _i_core._T_Derived_Reference<M_Source, _T_Schema<M_Source>>;
|
|
311
|
-
readonly 'schema set child': _i_core._T_Reference_To_Stacked_Dictionary_Entry<M_Source, _T_Schemas.D<M_Source>>;
|
|
312
|
-
};
|
|
283
|
+
type D<M_Source> = _T_Type<M_Source>;
|
|
313
284
|
}
|
|
314
285
|
export declare namespace Schema {
|
|
315
|
-
namespace globals {
|
|
316
|
-
}
|
|
317
|
-
type globals<M_Source> = _T_Globals<M_Source>;
|
|
318
286
|
namespace imports {
|
|
319
287
|
}
|
|
320
288
|
type imports<M_Source> = _T_Imports<M_Source>;
|
|
289
|
+
namespace globals {
|
|
290
|
+
}
|
|
291
|
+
type globals<M_Source> = _T_Globals<M_Source>;
|
|
321
292
|
namespace types {
|
|
322
293
|
}
|
|
323
294
|
type types<M_Source> = _T_Types<M_Source>;
|
|
324
295
|
}
|
|
325
296
|
export declare namespace Schema_Tree {
|
|
326
297
|
namespace SG {
|
|
327
|
-
namespace schema {
|
|
328
|
-
}
|
|
329
|
-
type schema<M_Source> = _T_Schema<M_Source>;
|
|
330
298
|
namespace _set {
|
|
331
299
|
}
|
|
332
300
|
type _set<M_Source> = _T_Schemas<M_Source>;
|
|
301
|
+
namespace schema {
|
|
302
|
+
}
|
|
303
|
+
type schema<M_Source> = _T_Schema<M_Source>;
|
|
333
304
|
}
|
|
334
|
-
type SG<M_Source> = readonly ['
|
|
305
|
+
type SG<M_Source> = readonly ['set', _T_Schemas<M_Source>] | readonly ['schema', _T_Schema<M_Source>];
|
|
335
306
|
}
|
|
336
|
-
export declare namespace
|
|
307
|
+
export declare namespace Imports {
|
|
337
308
|
namespace D {
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
}
|
|
341
|
-
|
|
342
|
-
namespace _type {
|
|
343
|
-
namespace SG {
|
|
344
|
-
type multi_line<M_Source> = null;
|
|
345
|
-
type single_line<M_Source> = null;
|
|
309
|
+
namespace schema_set_child {
|
|
310
|
+
namespace Dictionary_Entry {
|
|
311
|
+
}
|
|
312
|
+
type Dictionary_Entry<M_Source> = _T_Schemas.D<M_Source>;
|
|
346
313
|
}
|
|
347
|
-
type
|
|
314
|
+
type schema_set_child<M_Source> = _i_core._T_Reference_To_Stacked_Dictionary_Entry<M_Source, _T_Schemas.D<M_Source>>;
|
|
315
|
+
namespace schema {
|
|
316
|
+
namespace Type {
|
|
317
|
+
}
|
|
318
|
+
type Type<M_Source> = _T_Schema<M_Source>;
|
|
319
|
+
}
|
|
320
|
+
type schema<M_Source> = _i_core._T_Derived_Reference<M_Source, _T_Schema<M_Source>>;
|
|
348
321
|
}
|
|
349
|
-
type
|
|
322
|
+
type D<M_Source> = {
|
|
323
|
+
readonly 'schema set child': _i_core._T_Reference_To_Stacked_Dictionary_Entry<M_Source, _T_Schemas.D<M_Source>>;
|
|
324
|
+
readonly 'schema': _i_core._T_Derived_Reference<M_Source, _T_Schema<M_Source>>;
|
|
325
|
+
};
|
|
350
326
|
}
|
|
351
|
-
export declare namespace
|
|
327
|
+
export declare namespace Dictionary {
|
|
352
328
|
namespace node {
|
|
353
329
|
}
|
|
354
330
|
type node<M_Source> = _T_Type_Node<M_Source>;
|
|
331
|
+
type ordered<M_Source> = boolean;
|
|
332
|
+
}
|
|
333
|
+
export declare namespace Group {
|
|
334
|
+
namespace D {
|
|
335
|
+
}
|
|
336
|
+
type D<M_Source> = _T_Type_Node<M_Source>;
|
|
355
337
|
}
|
|
356
338
|
export declare namespace Type_Node {
|
|
357
339
|
namespace SG {
|
|
@@ -421,19 +403,6 @@ export declare namespace Type_Node {
|
|
|
421
403
|
namespace optional {
|
|
422
404
|
}
|
|
423
405
|
type optional<M_Source> = _T_Type_Node<M_Source>;
|
|
424
|
-
namespace reference {
|
|
425
|
-
namespace _type {
|
|
426
|
-
namespace SG {
|
|
427
|
-
type derived<M_Source> = null;
|
|
428
|
-
type selected<M_Source> = null;
|
|
429
|
-
}
|
|
430
|
-
type SG<M_Source> = readonly ['derived', null] | readonly ['selected', null];
|
|
431
|
-
}
|
|
432
|
-
type _type<M_Source> = _i_core._T_State_Group<M_Source, readonly ['derived', null] | readonly ['selected', null]>;
|
|
433
|
-
}
|
|
434
|
-
type reference<M_Source> = {
|
|
435
|
-
readonly 'type': _i_core._T_State_Group<M_Source, readonly ['derived', null] | readonly ['selected', null]>;
|
|
436
|
-
};
|
|
437
406
|
namespace state_group {
|
|
438
407
|
namespace D {
|
|
439
408
|
}
|
|
@@ -470,18 +439,8 @@ export declare namespace Type_Node {
|
|
|
470
439
|
{
|
|
471
440
|
readonly 'node': _T_Type_Node<M_Source>;
|
|
472
441
|
}
|
|
473
|
-
] | readonly ['nothing', null] | readonly ['optional', _T_Type_Node<M_Source>] | readonly [
|
|
474
|
-
'reference',
|
|
475
|
-
{
|
|
476
|
-
readonly 'type': _i_core._T_State_Group<M_Source, readonly ['derived', null] | readonly ['selected', null]>;
|
|
477
|
-
}
|
|
478
|
-
] | readonly ['state group', _i_core._T_Dictionary<M_Source, _T_Type_Node<M_Source>>] | readonly [
|
|
442
|
+
] | readonly ['nothing', null] | readonly ['optional', _T_Type_Node<M_Source>] | readonly ['state group', _i_core._T_Dictionary<M_Source, _T_Type_Node<M_Source>>] | readonly [
|
|
479
443
|
'text',
|
|
480
444
|
_i_core._T_State_Group<M_Source, readonly ['global', _i_core._T_Reference_To_Normal_Dictionary_Entry<M_Source, _T_Globals.text_types.D<M_Source>>] | readonly ['local', _T_Text_Type<M_Source>]>
|
|
481
445
|
];
|
|
482
446
|
}
|
|
483
|
-
export declare namespace Types {
|
|
484
|
-
namespace D {
|
|
485
|
-
}
|
|
486
|
-
type D<M_Source> = _T_Type<M_Source>;
|
|
487
|
-
}
|
|
@@ -1,16 +1,19 @@
|
|
|
1
|
-
import * as _i_in from "./data_types/source";
|
|
2
1
|
import * as _i_out from "../../core/astn_target";
|
|
2
|
+
import * as _i_in from "./data_types/source";
|
|
3
3
|
import * as _i_vs from "./value_serializers";
|
|
4
|
-
export type
|
|
4
|
+
export type _T_Schemas = ($$_: _i_in._T_Schemas, $$_p: {
|
|
5
|
+
readonly 'value serializers': _i_vs._T_Value_Serializers;
|
|
6
|
+
}) => _i_out._T_Value;
|
|
7
|
+
export type _T_Text_Type = ($$_: _i_in._T_Text_Type, $$_p: {
|
|
5
8
|
readonly 'value serializers': _i_vs._T_Value_Serializers;
|
|
6
9
|
}) => _i_out._T_Value;
|
|
7
10
|
export type _T_Globals = ($$_: _i_in._T_Globals, $$_p: {
|
|
8
11
|
readonly 'value serializers': _i_vs._T_Value_Serializers;
|
|
9
12
|
}) => _i_out._T_Value;
|
|
10
|
-
export type
|
|
13
|
+
export type _T_Type = ($$_: _i_in._T_Type, $$_p: {
|
|
11
14
|
readonly 'value serializers': _i_vs._T_Value_Serializers;
|
|
12
15
|
}) => _i_out._T_Value;
|
|
13
|
-
export type
|
|
16
|
+
export type _T_Types = ($$_: _i_in._T_Types, $$_p: {
|
|
14
17
|
readonly 'value serializers': _i_vs._T_Value_Serializers;
|
|
15
18
|
}) => _i_out._T_Value;
|
|
16
19
|
export type _T_Schema = ($$_: _i_in._T_Schema, $$_p: {
|
|
@@ -19,36 +22,46 @@ export type _T_Schema = ($$_: _i_in._T_Schema, $$_p: {
|
|
|
19
22
|
export type _T_Schema_Tree = ($$_: _i_in._T_Schema_Tree, $$_p: {
|
|
20
23
|
readonly 'value serializers': _i_vs._T_Value_Serializers;
|
|
21
24
|
}) => _i_out._T_Value;
|
|
22
|
-
export type
|
|
25
|
+
export type _T_Imports = ($$_: _i_in._T_Imports, $$_p: {
|
|
23
26
|
readonly 'value serializers': _i_vs._T_Value_Serializers;
|
|
24
27
|
}) => _i_out._T_Value;
|
|
25
|
-
export type
|
|
28
|
+
export type _T_Dictionary = ($$_: _i_in._T_Dictionary, $$_p: {
|
|
26
29
|
readonly 'value serializers': _i_vs._T_Value_Serializers;
|
|
27
30
|
}) => _i_out._T_Value;
|
|
28
|
-
export type
|
|
31
|
+
export type _T_Group = ($$_: _i_in._T_Group, $$_p: {
|
|
29
32
|
readonly 'value serializers': _i_vs._T_Value_Serializers;
|
|
30
33
|
}) => _i_out._T_Value;
|
|
31
34
|
export type _T_Type_Node = ($$_: _i_in._T_Type_Node, $$_p: {
|
|
32
35
|
readonly 'value serializers': _i_vs._T_Value_Serializers;
|
|
33
36
|
}) => _i_out._T_Value;
|
|
34
|
-
export type _T_Types = ($$_: _i_in._T_Types, $$_p: {
|
|
35
|
-
readonly 'value serializers': _i_vs._T_Value_Serializers;
|
|
36
|
-
}) => _i_out._T_Value;
|
|
37
|
-
export type Dictionary = _T_Dictionary;
|
|
38
|
-
export type Globals = _T_Globals;
|
|
39
|
-
export type Group = _T_Group;
|
|
40
|
-
export type Imports = _T_Imports;
|
|
41
|
-
export type Schema = _T_Schema;
|
|
42
|
-
export type Schema_Tree = _T_Schema_Tree;
|
|
43
37
|
export type Schemas = _T_Schemas;
|
|
44
38
|
export type Text_Type = _T_Text_Type;
|
|
39
|
+
export type Globals = _T_Globals;
|
|
45
40
|
export type Type = _T_Type;
|
|
46
|
-
export type Type_Node = _T_Type_Node;
|
|
47
41
|
export type Types = _T_Types;
|
|
48
|
-
export
|
|
42
|
+
export type Schema = _T_Schema;
|
|
43
|
+
export type Schema_Tree = _T_Schema_Tree;
|
|
44
|
+
export type Imports = _T_Imports;
|
|
45
|
+
export type Dictionary = _T_Dictionary;
|
|
46
|
+
export type Group = _T_Group;
|
|
47
|
+
export type Type_Node = _T_Type_Node;
|
|
48
|
+
export declare namespace _T_Schemas {
|
|
49
49
|
namespace CONTEXT {
|
|
50
50
|
}
|
|
51
|
-
type CONTEXT = _i_in.
|
|
51
|
+
type CONTEXT = _i_in._T_Schemas;
|
|
52
|
+
namespace PARAMS {
|
|
53
|
+
namespace value_serializers {
|
|
54
|
+
}
|
|
55
|
+
type value_serializers = _i_vs._T_Value_Serializers;
|
|
56
|
+
}
|
|
57
|
+
namespace RESULT {
|
|
58
|
+
}
|
|
59
|
+
type RESULT = _i_out._T_Value;
|
|
60
|
+
}
|
|
61
|
+
export declare namespace _T_Text_Type {
|
|
62
|
+
namespace CONTEXT {
|
|
63
|
+
}
|
|
64
|
+
type CONTEXT = _i_in._T_Text_Type;
|
|
52
65
|
namespace PARAMS {
|
|
53
66
|
namespace value_serializers {
|
|
54
67
|
}
|
|
@@ -71,10 +84,10 @@ export declare namespace _T_Globals {
|
|
|
71
84
|
}
|
|
72
85
|
type RESULT = _i_out._T_Value;
|
|
73
86
|
}
|
|
74
|
-
export declare namespace
|
|
87
|
+
export declare namespace _T_Type {
|
|
75
88
|
namespace CONTEXT {
|
|
76
89
|
}
|
|
77
|
-
type CONTEXT = _i_in.
|
|
90
|
+
type CONTEXT = _i_in._T_Type;
|
|
78
91
|
namespace PARAMS {
|
|
79
92
|
namespace value_serializers {
|
|
80
93
|
}
|
|
@@ -84,10 +97,10 @@ export declare namespace _T_Group {
|
|
|
84
97
|
}
|
|
85
98
|
type RESULT = _i_out._T_Value;
|
|
86
99
|
}
|
|
87
|
-
export declare namespace
|
|
100
|
+
export declare namespace _T_Types {
|
|
88
101
|
namespace CONTEXT {
|
|
89
102
|
}
|
|
90
|
-
type CONTEXT = _i_in.
|
|
103
|
+
type CONTEXT = _i_in._T_Types;
|
|
91
104
|
namespace PARAMS {
|
|
92
105
|
namespace value_serializers {
|
|
93
106
|
}
|
|
@@ -123,10 +136,10 @@ export declare namespace _T_Schema_Tree {
|
|
|
123
136
|
}
|
|
124
137
|
type RESULT = _i_out._T_Value;
|
|
125
138
|
}
|
|
126
|
-
export declare namespace
|
|
139
|
+
export declare namespace _T_Imports {
|
|
127
140
|
namespace CONTEXT {
|
|
128
141
|
}
|
|
129
|
-
type CONTEXT = _i_in.
|
|
142
|
+
type CONTEXT = _i_in._T_Imports;
|
|
130
143
|
namespace PARAMS {
|
|
131
144
|
namespace value_serializers {
|
|
132
145
|
}
|
|
@@ -136,10 +149,10 @@ export declare namespace _T_Schemas {
|
|
|
136
149
|
}
|
|
137
150
|
type RESULT = _i_out._T_Value;
|
|
138
151
|
}
|
|
139
|
-
export declare namespace
|
|
152
|
+
export declare namespace _T_Dictionary {
|
|
140
153
|
namespace CONTEXT {
|
|
141
154
|
}
|
|
142
|
-
type CONTEXT = _i_in.
|
|
155
|
+
type CONTEXT = _i_in._T_Dictionary;
|
|
143
156
|
namespace PARAMS {
|
|
144
157
|
namespace value_serializers {
|
|
145
158
|
}
|
|
@@ -149,10 +162,10 @@ export declare namespace _T_Text_Type {
|
|
|
149
162
|
}
|
|
150
163
|
type RESULT = _i_out._T_Value;
|
|
151
164
|
}
|
|
152
|
-
export declare namespace
|
|
165
|
+
export declare namespace _T_Group {
|
|
153
166
|
namespace CONTEXT {
|
|
154
167
|
}
|
|
155
|
-
type CONTEXT = _i_in.
|
|
168
|
+
type CONTEXT = _i_in._T_Group;
|
|
156
169
|
namespace PARAMS {
|
|
157
170
|
namespace value_serializers {
|
|
158
171
|
}
|
|
@@ -175,10 +188,10 @@ export declare namespace _T_Type_Node {
|
|
|
175
188
|
}
|
|
176
189
|
type RESULT = _i_out._T_Value;
|
|
177
190
|
}
|
|
178
|
-
export declare namespace
|
|
191
|
+
export declare namespace Schemas {
|
|
179
192
|
namespace CONTEXT {
|
|
180
193
|
}
|
|
181
|
-
type CONTEXT = _i_in.
|
|
194
|
+
type CONTEXT = _i_in._T_Schemas;
|
|
182
195
|
namespace PARAMS {
|
|
183
196
|
namespace value_serializers {
|
|
184
197
|
}
|
|
@@ -188,10 +201,10 @@ export declare namespace _T_Types {
|
|
|
188
201
|
}
|
|
189
202
|
type RESULT = _i_out._T_Value;
|
|
190
203
|
}
|
|
191
|
-
export declare namespace
|
|
204
|
+
export declare namespace Text_Type {
|
|
192
205
|
namespace CONTEXT {
|
|
193
206
|
}
|
|
194
|
-
type CONTEXT = _i_in.
|
|
207
|
+
type CONTEXT = _i_in._T_Text_Type;
|
|
195
208
|
namespace PARAMS {
|
|
196
209
|
namespace value_serializers {
|
|
197
210
|
}
|
|
@@ -214,10 +227,10 @@ export declare namespace Globals {
|
|
|
214
227
|
}
|
|
215
228
|
type RESULT = _i_out._T_Value;
|
|
216
229
|
}
|
|
217
|
-
export declare namespace
|
|
230
|
+
export declare namespace Type {
|
|
218
231
|
namespace CONTEXT {
|
|
219
232
|
}
|
|
220
|
-
type CONTEXT = _i_in.
|
|
233
|
+
type CONTEXT = _i_in._T_Type;
|
|
221
234
|
namespace PARAMS {
|
|
222
235
|
namespace value_serializers {
|
|
223
236
|
}
|
|
@@ -227,10 +240,10 @@ export declare namespace Group {
|
|
|
227
240
|
}
|
|
228
241
|
type RESULT = _i_out._T_Value;
|
|
229
242
|
}
|
|
230
|
-
export declare namespace
|
|
243
|
+
export declare namespace Types {
|
|
231
244
|
namespace CONTEXT {
|
|
232
245
|
}
|
|
233
|
-
type CONTEXT = _i_in.
|
|
246
|
+
type CONTEXT = _i_in._T_Types;
|
|
234
247
|
namespace PARAMS {
|
|
235
248
|
namespace value_serializers {
|
|
236
249
|
}
|
|
@@ -266,10 +279,10 @@ export declare namespace Schema_Tree {
|
|
|
266
279
|
}
|
|
267
280
|
type RESULT = _i_out._T_Value;
|
|
268
281
|
}
|
|
269
|
-
export declare namespace
|
|
282
|
+
export declare namespace Imports {
|
|
270
283
|
namespace CONTEXT {
|
|
271
284
|
}
|
|
272
|
-
type CONTEXT = _i_in.
|
|
285
|
+
type CONTEXT = _i_in._T_Imports;
|
|
273
286
|
namespace PARAMS {
|
|
274
287
|
namespace value_serializers {
|
|
275
288
|
}
|
|
@@ -279,10 +292,10 @@ export declare namespace Schemas {
|
|
|
279
292
|
}
|
|
280
293
|
type RESULT = _i_out._T_Value;
|
|
281
294
|
}
|
|
282
|
-
export declare namespace
|
|
295
|
+
export declare namespace Dictionary {
|
|
283
296
|
namespace CONTEXT {
|
|
284
297
|
}
|
|
285
|
-
type CONTEXT = _i_in.
|
|
298
|
+
type CONTEXT = _i_in._T_Dictionary;
|
|
286
299
|
namespace PARAMS {
|
|
287
300
|
namespace value_serializers {
|
|
288
301
|
}
|
|
@@ -292,10 +305,10 @@ export declare namespace Text_Type {
|
|
|
292
305
|
}
|
|
293
306
|
type RESULT = _i_out._T_Value;
|
|
294
307
|
}
|
|
295
|
-
export declare namespace
|
|
308
|
+
export declare namespace Group {
|
|
296
309
|
namespace CONTEXT {
|
|
297
310
|
}
|
|
298
|
-
type CONTEXT = _i_in.
|
|
311
|
+
type CONTEXT = _i_in._T_Group;
|
|
299
312
|
namespace PARAMS {
|
|
300
313
|
namespace value_serializers {
|
|
301
314
|
}
|
|
@@ -318,16 +331,3 @@ export declare namespace Type_Node {
|
|
|
318
331
|
}
|
|
319
332
|
type RESULT = _i_out._T_Value;
|
|
320
333
|
}
|
|
321
|
-
export declare namespace Types {
|
|
322
|
-
namespace CONTEXT {
|
|
323
|
-
}
|
|
324
|
-
type CONTEXT = _i_in._T_Types;
|
|
325
|
-
namespace PARAMS {
|
|
326
|
-
namespace value_serializers {
|
|
327
|
-
}
|
|
328
|
-
type value_serializers = _i_vs._T_Value_Serializers;
|
|
329
|
-
}
|
|
330
|
-
namespace RESULT {
|
|
331
|
-
}
|
|
332
|
-
type RESULT = _i_out._T_Value;
|
|
333
|
-
}
|