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/resolved";
|
|
2
|
-
export type
|
|
3
|
-
|
|
4
|
-
readonly '
|
|
2
|
+
export type _T_Schemas = _i_core._T_Ordered_Dictionary<null, _T_Schema_Tree>;
|
|
3
|
+
export type _T_Text_Type = {
|
|
4
|
+
readonly 'type': _i_core._T_State_Group<null, readonly ['multi line', null] | readonly ['single line', null]>;
|
|
5
5
|
};
|
|
6
6
|
export type _T_Globals = {
|
|
7
7
|
readonly 'text types': _i_core._T_Dictionary<null, _T_Text_Type>;
|
|
8
8
|
};
|
|
9
|
-
export type
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
}>;
|
|
9
|
+
export type _T_Type = {
|
|
10
|
+
readonly 'node': _T_Type_Node;
|
|
11
|
+
};
|
|
12
|
+
export type _T_Types = _i_core._T_Ordered_Dictionary<null, _T_Type>;
|
|
14
13
|
export type _T_Schema = {
|
|
15
|
-
readonly 'globals': _T_Globals;
|
|
16
14
|
readonly 'imports': _T_Imports;
|
|
15
|
+
readonly 'globals': _T_Globals;
|
|
17
16
|
readonly 'types': _T_Types;
|
|
18
17
|
};
|
|
19
|
-
export type _T_Schema_Tree = _i_core._T_State_Group<null, readonly ['
|
|
20
|
-
export type
|
|
21
|
-
|
|
22
|
-
readonly '
|
|
23
|
-
}
|
|
24
|
-
export type
|
|
18
|
+
export type _T_Schema_Tree = _i_core._T_State_Group<null, readonly ['set', _T_Schemas] | readonly ['schema', _T_Schema]>;
|
|
19
|
+
export type _T_Imports = _i_core._T_Dictionary<null, {
|
|
20
|
+
readonly 'schema set child': _i_core._T_Reference_To_Stacked_Dictionary_Entry<null, _T_Schemas.D>;
|
|
21
|
+
readonly 'schema': _i_core._T_Derived_Reference<null, _T_Schema>;
|
|
22
|
+
}>;
|
|
23
|
+
export type _T_Dictionary = {
|
|
25
24
|
readonly 'node': _T_Type_Node;
|
|
25
|
+
readonly 'ordered': boolean;
|
|
26
26
|
};
|
|
27
|
+
export type _T_Group = _i_core._T_Dictionary<null, _T_Type_Node>;
|
|
27
28
|
export type _T_Type_Node = _i_core._T_State_Group<null, readonly [
|
|
28
29
|
'component',
|
|
29
30
|
_i_core._T_State_Group<null, readonly [
|
|
@@ -38,32 +39,35 @@ export type _T_Type_Node = _i_core._T_State_Group<null, readonly [
|
|
|
38
39
|
{
|
|
39
40
|
readonly 'node': _T_Type_Node;
|
|
40
41
|
}
|
|
41
|
-
] | readonly ['nothing', null] | readonly ['optional', _T_Type_Node] | readonly [
|
|
42
|
-
'reference',
|
|
43
|
-
{
|
|
44
|
-
readonly 'type': _i_core._T_State_Group<null, readonly ['derived', null] | readonly ['selected', null]>;
|
|
45
|
-
}
|
|
46
|
-
] | readonly ['state group', _i_core._T_Dictionary<null, _T_Type_Node>] | readonly [
|
|
42
|
+
] | readonly ['nothing', null] | readonly ['optional', _T_Type_Node] | readonly ['state group', _i_core._T_Dictionary<null, _T_Type_Node>] | readonly [
|
|
47
43
|
'text',
|
|
48
44
|
_i_core._T_State_Group<null, readonly ['global', _i_core._T_Reference_To_Normal_Dictionary_Entry<null, _T_Globals.text_types.D>] | readonly ['local', _T_Text_Type]>
|
|
49
45
|
]>;
|
|
50
|
-
export type _T_Types = _i_core._T_Ordered_Dictionary<null, _T_Type>;
|
|
51
|
-
export type Dictionary = _T_Dictionary;
|
|
52
|
-
export type Globals = _T_Globals;
|
|
53
|
-
export type Group = _T_Group;
|
|
54
|
-
export type Imports = _T_Imports;
|
|
55
|
-
export type Schema = _T_Schema;
|
|
56
|
-
export type Schema_Tree = _T_Schema_Tree;
|
|
57
46
|
export type Schemas = _T_Schemas;
|
|
58
47
|
export type Text_Type = _T_Text_Type;
|
|
48
|
+
export type Globals = _T_Globals;
|
|
59
49
|
export type Type = _T_Type;
|
|
60
|
-
export type Type_Node = _T_Type_Node;
|
|
61
50
|
export type Types = _T_Types;
|
|
62
|
-
export
|
|
63
|
-
|
|
51
|
+
export type Schema = _T_Schema;
|
|
52
|
+
export type Schema_Tree = _T_Schema_Tree;
|
|
53
|
+
export type Imports = _T_Imports;
|
|
54
|
+
export type Dictionary = _T_Dictionary;
|
|
55
|
+
export type Group = _T_Group;
|
|
56
|
+
export type Type_Node = _T_Type_Node;
|
|
57
|
+
export declare namespace _T_Schemas {
|
|
58
|
+
namespace D {
|
|
64
59
|
}
|
|
65
|
-
type
|
|
66
|
-
|
|
60
|
+
type D = _T_Schema_Tree;
|
|
61
|
+
}
|
|
62
|
+
export declare namespace _T_Text_Type {
|
|
63
|
+
namespace _type {
|
|
64
|
+
namespace SG {
|
|
65
|
+
type multi_line = null;
|
|
66
|
+
type single_line = null;
|
|
67
|
+
}
|
|
68
|
+
type SG = readonly ['multi line', null] | readonly ['single line', null];
|
|
69
|
+
}
|
|
70
|
+
type _type = _i_core._T_State_Group<null, 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 = _i_core._T_Dictionary<null, _T_Text_Type>;
|
|
75
79
|
}
|
|
76
|
-
export declare namespace
|
|
77
|
-
namespace
|
|
80
|
+
export declare namespace _T_Type {
|
|
81
|
+
namespace node {
|
|
78
82
|
}
|
|
79
|
-
type
|
|
83
|
+
type node = _T_Type_Node;
|
|
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 = _T_Schema;
|
|
87
|
-
}
|
|
88
|
-
type schema = _i_core._T_Derived_Reference<null, _T_Schema>;
|
|
89
|
-
namespace schema_set_child {
|
|
90
|
-
namespace Dictionary_Entry {
|
|
91
|
-
}
|
|
92
|
-
type Dictionary_Entry = _T_Schemas.D;
|
|
93
|
-
}
|
|
94
|
-
type schema_set_child = _i_core._T_Reference_To_Stacked_Dictionary_Entry<null, _T_Schemas.D>;
|
|
95
87
|
}
|
|
96
|
-
type D =
|
|
97
|
-
readonly 'schema': _i_core._T_Derived_Reference<null, _T_Schema>;
|
|
98
|
-
readonly 'schema set child': _i_core._T_Reference_To_Stacked_Dictionary_Entry<null, _T_Schemas.D>;
|
|
99
|
-
};
|
|
88
|
+
type D = _T_Type;
|
|
100
89
|
}
|
|
101
90
|
export declare namespace _T_Schema {
|
|
102
|
-
namespace globals {
|
|
103
|
-
}
|
|
104
|
-
type globals = _T_Globals;
|
|
105
91
|
namespace imports {
|
|
106
92
|
}
|
|
107
93
|
type imports = _T_Imports;
|
|
94
|
+
namespace globals {
|
|
95
|
+
}
|
|
96
|
+
type globals = _T_Globals;
|
|
108
97
|
namespace types {
|
|
109
98
|
}
|
|
110
99
|
type types = _T_Types;
|
|
111
100
|
}
|
|
112
101
|
export declare namespace _T_Schema_Tree {
|
|
113
102
|
namespace SG {
|
|
114
|
-
namespace schema {
|
|
115
|
-
}
|
|
116
|
-
type schema = _T_Schema;
|
|
117
103
|
namespace _set {
|
|
118
104
|
}
|
|
119
105
|
type _set = _T_Schemas;
|
|
106
|
+
namespace schema {
|
|
107
|
+
}
|
|
108
|
+
type schema = _T_Schema;
|
|
120
109
|
}
|
|
121
|
-
type SG = readonly ['
|
|
110
|
+
type SG = readonly ['set', _T_Schemas] | readonly ['schema', _T_Schema];
|
|
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 = null;
|
|
132
|
-
type single_line = null;
|
|
114
|
+
namespace schema_set_child {
|
|
115
|
+
namespace Dictionary_Entry {
|
|
116
|
+
}
|
|
117
|
+
type Dictionary_Entry = _T_Schemas.D;
|
|
133
118
|
}
|
|
134
|
-
type
|
|
119
|
+
type schema_set_child = _i_core._T_Reference_To_Stacked_Dictionary_Entry<null, _T_Schemas.D>;
|
|
120
|
+
namespace schema {
|
|
121
|
+
namespace Type {
|
|
122
|
+
}
|
|
123
|
+
type Type = _T_Schema;
|
|
124
|
+
}
|
|
125
|
+
type schema = _i_core._T_Derived_Reference<null, _T_Schema>;
|
|
135
126
|
}
|
|
136
|
-
type
|
|
127
|
+
type D = {
|
|
128
|
+
readonly 'schema set child': _i_core._T_Reference_To_Stacked_Dictionary_Entry<null, _T_Schemas.D>;
|
|
129
|
+
readonly 'schema': _i_core._T_Derived_Reference<null, _T_Schema>;
|
|
130
|
+
};
|
|
137
131
|
}
|
|
138
|
-
export declare namespace
|
|
132
|
+
export declare namespace _T_Dictionary {
|
|
139
133
|
namespace node {
|
|
140
134
|
}
|
|
141
135
|
type node = _T_Type_Node;
|
|
136
|
+
type ordered = boolean;
|
|
137
|
+
}
|
|
138
|
+
export declare namespace _T_Group {
|
|
139
|
+
namespace D {
|
|
140
|
+
}
|
|
141
|
+
type D = _T_Type_Node;
|
|
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 = _T_Type_Node;
|
|
211
|
-
namespace reference {
|
|
212
|
-
namespace _type {
|
|
213
|
-
namespace SG {
|
|
214
|
-
type derived = null;
|
|
215
|
-
type selected = null;
|
|
216
|
-
}
|
|
217
|
-
type SG = readonly ['derived', null] | readonly ['selected', null];
|
|
218
|
-
}
|
|
219
|
-
type _type = _i_core._T_State_Group<null, readonly ['derived', null] | readonly ['selected', null]>;
|
|
220
|
-
}
|
|
221
|
-
type reference = {
|
|
222
|
-
readonly 'type': _i_core._T_State_Group<null, 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;
|
|
259
246
|
}
|
|
260
|
-
] | readonly ['nothing', null] | readonly ['optional', _T_Type_Node] | readonly [
|
|
261
|
-
'reference',
|
|
262
|
-
{
|
|
263
|
-
readonly 'type': _i_core._T_State_Group<null, readonly ['derived', null] | readonly ['selected', null]>;
|
|
264
|
-
}
|
|
265
|
-
] | readonly ['state group', _i_core._T_Dictionary<null, _T_Type_Node>] | readonly [
|
|
247
|
+
] | readonly ['nothing', null] | readonly ['optional', _T_Type_Node] | readonly ['state group', _i_core._T_Dictionary<null, _T_Type_Node>] | readonly [
|
|
266
248
|
'text',
|
|
267
249
|
_i_core._T_State_Group<null, readonly ['global', _i_core._T_Reference_To_Normal_Dictionary_Entry<null, _T_Globals.text_types.D>] | readonly ['local', _T_Text_Type]>
|
|
268
250
|
];
|
|
269
251
|
}
|
|
270
|
-
export declare namespace
|
|
252
|
+
export declare namespace Schemas {
|
|
271
253
|
namespace D {
|
|
272
254
|
}
|
|
273
|
-
type D =
|
|
255
|
+
type D = _T_Schema_Tree;
|
|
274
256
|
}
|
|
275
|
-
export declare namespace
|
|
276
|
-
namespace
|
|
257
|
+
export declare namespace Text_Type {
|
|
258
|
+
namespace _type {
|
|
259
|
+
namespace SG {
|
|
260
|
+
type multi_line = null;
|
|
261
|
+
type single_line = null;
|
|
262
|
+
}
|
|
263
|
+
type SG = readonly ['multi line', null] | readonly ['single line', null];
|
|
277
264
|
}
|
|
278
|
-
type
|
|
279
|
-
type ordered = boolean;
|
|
265
|
+
type _type = _i_core._T_State_Group<null, 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 = _i_core._T_Dictionary<null, _T_Text_Type>;
|
|
288
274
|
}
|
|
289
|
-
export declare namespace
|
|
290
|
-
namespace
|
|
275
|
+
export declare namespace Type {
|
|
276
|
+
namespace node {
|
|
291
277
|
}
|
|
292
|
-
type
|
|
278
|
+
type node = _T_Type_Node;
|
|
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 = _T_Schema;
|
|
300
|
-
}
|
|
301
|
-
type schema = _i_core._T_Derived_Reference<null, _T_Schema>;
|
|
302
|
-
namespace schema_set_child {
|
|
303
|
-
namespace Dictionary_Entry {
|
|
304
|
-
}
|
|
305
|
-
type Dictionary_Entry = _T_Schemas.D;
|
|
306
|
-
}
|
|
307
|
-
type schema_set_child = _i_core._T_Reference_To_Stacked_Dictionary_Entry<null, _T_Schemas.D>;
|
|
308
282
|
}
|
|
309
|
-
type D =
|
|
310
|
-
readonly 'schema': _i_core._T_Derived_Reference<null, _T_Schema>;
|
|
311
|
-
readonly 'schema set child': _i_core._T_Reference_To_Stacked_Dictionary_Entry<null, _T_Schemas.D>;
|
|
312
|
-
};
|
|
283
|
+
type D = _T_Type;
|
|
313
284
|
}
|
|
314
285
|
export declare namespace Schema {
|
|
315
|
-
namespace globals {
|
|
316
|
-
}
|
|
317
|
-
type globals = _T_Globals;
|
|
318
286
|
namespace imports {
|
|
319
287
|
}
|
|
320
288
|
type imports = _T_Imports;
|
|
289
|
+
namespace globals {
|
|
290
|
+
}
|
|
291
|
+
type globals = _T_Globals;
|
|
321
292
|
namespace types {
|
|
322
293
|
}
|
|
323
294
|
type types = _T_Types;
|
|
324
295
|
}
|
|
325
296
|
export declare namespace Schema_Tree {
|
|
326
297
|
namespace SG {
|
|
327
|
-
namespace schema {
|
|
328
|
-
}
|
|
329
|
-
type schema = _T_Schema;
|
|
330
298
|
namespace _set {
|
|
331
299
|
}
|
|
332
300
|
type _set = _T_Schemas;
|
|
301
|
+
namespace schema {
|
|
302
|
+
}
|
|
303
|
+
type schema = _T_Schema;
|
|
333
304
|
}
|
|
334
|
-
type SG = readonly ['
|
|
305
|
+
type SG = readonly ['set', _T_Schemas] | readonly ['schema', _T_Schema];
|
|
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 = null;
|
|
345
|
-
type single_line = null;
|
|
309
|
+
namespace schema_set_child {
|
|
310
|
+
namespace Dictionary_Entry {
|
|
311
|
+
}
|
|
312
|
+
type Dictionary_Entry = _T_Schemas.D;
|
|
346
313
|
}
|
|
347
|
-
type
|
|
314
|
+
type schema_set_child = _i_core._T_Reference_To_Stacked_Dictionary_Entry<null, _T_Schemas.D>;
|
|
315
|
+
namespace schema {
|
|
316
|
+
namespace Type {
|
|
317
|
+
}
|
|
318
|
+
type Type = _T_Schema;
|
|
319
|
+
}
|
|
320
|
+
type schema = _i_core._T_Derived_Reference<null, _T_Schema>;
|
|
348
321
|
}
|
|
349
|
-
type
|
|
322
|
+
type D = {
|
|
323
|
+
readonly 'schema set child': _i_core._T_Reference_To_Stacked_Dictionary_Entry<null, _T_Schemas.D>;
|
|
324
|
+
readonly 'schema': _i_core._T_Derived_Reference<null, _T_Schema>;
|
|
325
|
+
};
|
|
350
326
|
}
|
|
351
|
-
export declare namespace
|
|
327
|
+
export declare namespace Dictionary {
|
|
352
328
|
namespace node {
|
|
353
329
|
}
|
|
354
330
|
type node = _T_Type_Node;
|
|
331
|
+
type ordered = boolean;
|
|
332
|
+
}
|
|
333
|
+
export declare namespace Group {
|
|
334
|
+
namespace D {
|
|
335
|
+
}
|
|
336
|
+
type D = _T_Type_Node;
|
|
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 = _T_Type_Node;
|
|
424
|
-
namespace reference {
|
|
425
|
-
namespace _type {
|
|
426
|
-
namespace SG {
|
|
427
|
-
type derived = null;
|
|
428
|
-
type selected = null;
|
|
429
|
-
}
|
|
430
|
-
type SG = readonly ['derived', null] | readonly ['selected', null];
|
|
431
|
-
}
|
|
432
|
-
type _type = _i_core._T_State_Group<null, readonly ['derived', null] | readonly ['selected', null]>;
|
|
433
|
-
}
|
|
434
|
-
type reference = {
|
|
435
|
-
readonly 'type': _i_core._T_State_Group<null, 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;
|
|
472
441
|
}
|
|
473
|
-
] | readonly ['nothing', null] | readonly ['optional', _T_Type_Node] | readonly [
|
|
474
|
-
'reference',
|
|
475
|
-
{
|
|
476
|
-
readonly 'type': _i_core._T_State_Group<null, readonly ['derived', null] | readonly ['selected', null]>;
|
|
477
|
-
}
|
|
478
|
-
] | readonly ['state group', _i_core._T_Dictionary<null, _T_Type_Node>] | readonly [
|
|
442
|
+
] | readonly ['nothing', null] | readonly ['optional', _T_Type_Node] | readonly ['state group', _i_core._T_Dictionary<null, _T_Type_Node>] | readonly [
|
|
479
443
|
'text',
|
|
480
444
|
_i_core._T_State_Group<null, readonly ['global', _i_core._T_Reference_To_Normal_Dictionary_Entry<null, _T_Globals.text_types.D>] | readonly ['local', _T_Text_Type]>
|
|
481
445
|
];
|
|
482
446
|
}
|
|
483
|
-
export declare namespace Types {
|
|
484
|
-
namespace D {
|
|
485
|
-
}
|
|
486
|
-
type D = _T_Type;
|
|
487
|
-
}
|