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,21 +1,41 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as _pi from 'pareto-core-interface';
|
|
2
2
|
import * as _i_core from "../../../core/unconstrained";
|
|
3
3
|
import * as _i_imports_token from "../../token/data_types/target";
|
|
4
|
+
export type _T_Structural_Token = {
|
|
5
|
+
readonly 'trailing trivia': _i_imports_token._T_Trivia;
|
|
6
|
+
readonly 'range': _i_imports_token._T_Range;
|
|
7
|
+
};
|
|
8
|
+
export type _T_String = {
|
|
9
|
+
readonly 'trailing trivia': _i_imports_token._T_Trivia;
|
|
10
|
+
readonly 'range': _i_imports_token._T_Range;
|
|
11
|
+
readonly 'value': string;
|
|
12
|
+
readonly 'type': _i_imports_token._T_String_Type;
|
|
13
|
+
};
|
|
14
|
+
export type _T_Key_Value_Pairs = _i_core._T_List<null, {
|
|
15
|
+
readonly 'key': _T_String;
|
|
16
|
+
readonly 'value': _pi.Optional_Value<{
|
|
17
|
+
readonly ':': _T_Structural_Token;
|
|
18
|
+
readonly 'value': _T_Value;
|
|
19
|
+
}>;
|
|
20
|
+
}>;
|
|
21
|
+
export type _T_Elements = _i_core._T_List<null, {
|
|
22
|
+
readonly 'value': _T_Value;
|
|
23
|
+
}>;
|
|
4
24
|
export type _T_Concrete_Value = _i_core._T_State_Group<null, readonly [
|
|
5
25
|
'indexed collection',
|
|
6
26
|
_i_core._T_State_Group<null, readonly [
|
|
7
27
|
'dictionary',
|
|
8
28
|
{
|
|
9
|
-
readonly 'entries': _T_Key_Value_Pairs;
|
|
10
29
|
readonly '{': _T_Structural_Token;
|
|
30
|
+
readonly 'entries': _T_Key_Value_Pairs;
|
|
11
31
|
readonly '}': _T_Structural_Token;
|
|
12
32
|
}
|
|
13
33
|
] | readonly [
|
|
14
34
|
'verbose group',
|
|
15
35
|
{
|
|
16
36
|
readonly '(': _T_Structural_Token;
|
|
17
|
-
readonly ')': _T_Structural_Token;
|
|
18
37
|
readonly 'entries': _T_Key_Value_Pairs;
|
|
38
|
+
readonly ')': _T_Structural_Token;
|
|
19
39
|
}
|
|
20
40
|
]>
|
|
21
41
|
] | readonly [
|
|
@@ -26,18 +46,18 @@ export type _T_Concrete_Value = _i_core._T_State_Group<null, readonly [
|
|
|
26
46
|
] | readonly [
|
|
27
47
|
'ordered collection',
|
|
28
48
|
_i_core._T_State_Group<null, readonly [
|
|
29
|
-
'
|
|
49
|
+
'list',
|
|
30
50
|
{
|
|
31
|
-
readonly '
|
|
32
|
-
readonly '>': _T_Structural_Token;
|
|
51
|
+
readonly '[': _T_Structural_Token;
|
|
33
52
|
readonly 'elements': _T_Elements;
|
|
53
|
+
readonly ']': _T_Structural_Token;
|
|
34
54
|
}
|
|
35
55
|
] | readonly [
|
|
36
|
-
'
|
|
56
|
+
'concise group',
|
|
37
57
|
{
|
|
38
|
-
readonly '
|
|
39
|
-
readonly ']': _T_Structural_Token;
|
|
58
|
+
readonly '<': _T_Structural_Token;
|
|
40
59
|
readonly 'elements': _T_Elements;
|
|
60
|
+
readonly '>': _T_Structural_Token;
|
|
41
61
|
}
|
|
42
62
|
]>
|
|
43
63
|
] | readonly [
|
|
@@ -46,9 +66,10 @@ export type _T_Concrete_Value = _i_core._T_State_Group<null, readonly [
|
|
|
46
66
|
readonly '*': _T_Structural_Token;
|
|
47
67
|
readonly 'value': _T_Value;
|
|
48
68
|
}
|
|
49
|
-
] | readonly [
|
|
50
|
-
'
|
|
69
|
+
] | readonly [
|
|
70
|
+
'state',
|
|
51
71
|
{
|
|
72
|
+
readonly '|': _T_Structural_Token;
|
|
52
73
|
readonly 'status': _i_core._T_State_Group<null, readonly [
|
|
53
74
|
'missing data',
|
|
54
75
|
{
|
|
@@ -61,37 +82,8 @@ export type _T_Concrete_Value = _i_core._T_State_Group<null, readonly [
|
|
|
61
82
|
readonly 'value': _T_Value;
|
|
62
83
|
}
|
|
63
84
|
]>;
|
|
64
|
-
readonly '|': _T_Structural_Token;
|
|
65
85
|
}
|
|
66
|
-
]>;
|
|
67
|
-
export type _T_Document = {
|
|
68
|
-
readonly 'content': _T_Value;
|
|
69
|
-
readonly 'header': _et.Optional_Value<{
|
|
70
|
-
readonly '!': _T_Structural_Token;
|
|
71
|
-
readonly 'value': _T_Value;
|
|
72
|
-
}>;
|
|
73
|
-
};
|
|
74
|
-
export type _T_Elements = _i_core._T_List<null, {
|
|
75
|
-
readonly 'value': _T_Value;
|
|
76
|
-
}>;
|
|
77
|
-
export type _T_Key_Value_Pairs = _i_core._T_List<null, {
|
|
78
|
-
readonly ',': _et.Optional_Value<_T_Structural_Token>;
|
|
79
|
-
readonly 'key': _T_String;
|
|
80
|
-
readonly 'value': _et.Optional_Value<{
|
|
81
|
-
readonly ':': _T_Structural_Token;
|
|
82
|
-
readonly 'value': _T_Value;
|
|
83
|
-
}>;
|
|
84
|
-
}>;
|
|
85
|
-
export type _T_String = {
|
|
86
|
-
readonly 'range': _i_imports_token._T_Range;
|
|
87
|
-
readonly 'trailing trivia': _i_imports_token._T_Trivia;
|
|
88
|
-
readonly 'type': _i_imports_token._T_String_Type;
|
|
89
|
-
readonly 'value': string;
|
|
90
|
-
};
|
|
91
|
-
export type _T_Structural_Token = {
|
|
92
|
-
readonly 'range': _i_imports_token._T_Range;
|
|
93
|
-
readonly 'trailing trivia': _i_imports_token._T_Trivia;
|
|
94
|
-
};
|
|
86
|
+
] | readonly ['text', _T_String]>;
|
|
95
87
|
export type _T_Value = {
|
|
96
88
|
readonly 'type': _i_core._T_State_Group<null, readonly ['concrete', _T_Concrete_Value] | readonly [
|
|
97
89
|
'include',
|
|
@@ -106,79 +98,150 @@ export type _T_Value = {
|
|
|
106
98
|
}
|
|
107
99
|
]>;
|
|
108
100
|
};
|
|
109
|
-
export type
|
|
110
|
-
export type
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
101
|
+
export type _T_Content = _T_Value;
|
|
102
|
+
export type _T_Document = {
|
|
103
|
+
readonly 'header': _pi.Optional_Value<{
|
|
104
|
+
readonly '!': _T_Structural_Token;
|
|
105
|
+
readonly 'value': _T_Value;
|
|
106
|
+
}>;
|
|
107
|
+
readonly 'content': _T_Content;
|
|
108
|
+
};
|
|
114
109
|
export type Structural_Token = _T_Structural_Token;
|
|
110
|
+
export type String = _T_String;
|
|
111
|
+
export type Key_Value_Pairs = _T_Key_Value_Pairs;
|
|
112
|
+
export type Elements = _T_Elements;
|
|
113
|
+
export type Concrete_Value = _T_Concrete_Value;
|
|
115
114
|
export type Value = _T_Value;
|
|
115
|
+
export type Content = _T_Content;
|
|
116
|
+
export type Document = _T_Document;
|
|
117
|
+
export declare namespace _T_Structural_Token {
|
|
118
|
+
namespace trailing_trivia {
|
|
119
|
+
}
|
|
120
|
+
type trailing_trivia = _i_imports_token._T_Trivia;
|
|
121
|
+
namespace range {
|
|
122
|
+
}
|
|
123
|
+
type range = _i_imports_token._T_Range;
|
|
124
|
+
}
|
|
125
|
+
export declare namespace _T_String {
|
|
126
|
+
namespace trailing_trivia {
|
|
127
|
+
}
|
|
128
|
+
type trailing_trivia = _i_imports_token._T_Trivia;
|
|
129
|
+
namespace range {
|
|
130
|
+
}
|
|
131
|
+
type range = _i_imports_token._T_Range;
|
|
132
|
+
type value = string;
|
|
133
|
+
namespace _type {
|
|
134
|
+
}
|
|
135
|
+
type _type = _i_imports_token._T_String_Type;
|
|
136
|
+
}
|
|
137
|
+
export declare namespace _T_Key_Value_Pairs {
|
|
138
|
+
namespace L {
|
|
139
|
+
namespace key {
|
|
140
|
+
}
|
|
141
|
+
type key = _T_String;
|
|
142
|
+
namespace value {
|
|
143
|
+
namespace O {
|
|
144
|
+
namespace $cl_ {
|
|
145
|
+
}
|
|
146
|
+
type $cl_ = _T_Structural_Token;
|
|
147
|
+
namespace value {
|
|
148
|
+
}
|
|
149
|
+
type value = _T_Value;
|
|
150
|
+
}
|
|
151
|
+
type O = {
|
|
152
|
+
readonly ':': _T_Structural_Token;
|
|
153
|
+
readonly 'value': _T_Value;
|
|
154
|
+
};
|
|
155
|
+
}
|
|
156
|
+
type value = _pi.Optional_Value<{
|
|
157
|
+
readonly ':': _T_Structural_Token;
|
|
158
|
+
readonly 'value': _T_Value;
|
|
159
|
+
}>;
|
|
160
|
+
}
|
|
161
|
+
type L = {
|
|
162
|
+
readonly 'key': _T_String;
|
|
163
|
+
readonly 'value': _pi.Optional_Value<{
|
|
164
|
+
readonly ':': _T_Structural_Token;
|
|
165
|
+
readonly 'value': _T_Value;
|
|
166
|
+
}>;
|
|
167
|
+
};
|
|
168
|
+
}
|
|
169
|
+
export declare namespace _T_Elements {
|
|
170
|
+
namespace L {
|
|
171
|
+
namespace value {
|
|
172
|
+
}
|
|
173
|
+
type value = _T_Value;
|
|
174
|
+
}
|
|
175
|
+
type L = {
|
|
176
|
+
readonly 'value': _T_Value;
|
|
177
|
+
};
|
|
178
|
+
}
|
|
116
179
|
export declare namespace _T_Concrete_Value {
|
|
117
180
|
namespace SG {
|
|
118
181
|
namespace indexed_collection {
|
|
119
182
|
namespace SG {
|
|
120
183
|
namespace dictionary {
|
|
121
|
-
namespace entries {
|
|
122
|
-
}
|
|
123
|
-
type entries = _T_Key_Value_Pairs;
|
|
124
184
|
namespace $co_ {
|
|
125
185
|
}
|
|
126
186
|
type $co_ = _T_Structural_Token;
|
|
187
|
+
namespace entries {
|
|
188
|
+
}
|
|
189
|
+
type entries = _T_Key_Value_Pairs;
|
|
127
190
|
namespace $cc_ {
|
|
128
191
|
}
|
|
129
192
|
type $cc_ = _T_Structural_Token;
|
|
130
193
|
}
|
|
131
194
|
type dictionary = {
|
|
132
|
-
readonly 'entries': _T_Key_Value_Pairs;
|
|
133
195
|
readonly '{': _T_Structural_Token;
|
|
196
|
+
readonly 'entries': _T_Key_Value_Pairs;
|
|
134
197
|
readonly '}': _T_Structural_Token;
|
|
135
198
|
};
|
|
136
199
|
namespace verbose_group {
|
|
137
200
|
namespace $po_ {
|
|
138
201
|
}
|
|
139
202
|
type $po_ = _T_Structural_Token;
|
|
140
|
-
namespace $pc_ {
|
|
141
|
-
}
|
|
142
|
-
type $pc_ = _T_Structural_Token;
|
|
143
203
|
namespace entries {
|
|
144
204
|
}
|
|
145
205
|
type entries = _T_Key_Value_Pairs;
|
|
206
|
+
namespace $pc_ {
|
|
207
|
+
}
|
|
208
|
+
type $pc_ = _T_Structural_Token;
|
|
146
209
|
}
|
|
147
210
|
type verbose_group = {
|
|
148
211
|
readonly '(': _T_Structural_Token;
|
|
149
|
-
readonly ')': _T_Structural_Token;
|
|
150
212
|
readonly 'entries': _T_Key_Value_Pairs;
|
|
213
|
+
readonly ')': _T_Structural_Token;
|
|
151
214
|
};
|
|
152
215
|
}
|
|
153
216
|
type SG = readonly [
|
|
154
217
|
'dictionary',
|
|
155
218
|
{
|
|
156
|
-
readonly 'entries': _T_Key_Value_Pairs;
|
|
157
219
|
readonly '{': _T_Structural_Token;
|
|
220
|
+
readonly 'entries': _T_Key_Value_Pairs;
|
|
158
221
|
readonly '}': _T_Structural_Token;
|
|
159
222
|
}
|
|
160
223
|
] | readonly [
|
|
161
224
|
'verbose group',
|
|
162
225
|
{
|
|
163
226
|
readonly '(': _T_Structural_Token;
|
|
164
|
-
readonly ')': _T_Structural_Token;
|
|
165
227
|
readonly 'entries': _T_Key_Value_Pairs;
|
|
228
|
+
readonly ')': _T_Structural_Token;
|
|
166
229
|
}
|
|
167
230
|
];
|
|
168
231
|
}
|
|
169
232
|
type indexed_collection = _i_core._T_State_Group<null, readonly [
|
|
170
233
|
'dictionary',
|
|
171
234
|
{
|
|
172
|
-
readonly 'entries': _T_Key_Value_Pairs;
|
|
173
235
|
readonly '{': _T_Structural_Token;
|
|
236
|
+
readonly 'entries': _T_Key_Value_Pairs;
|
|
174
237
|
readonly '}': _T_Structural_Token;
|
|
175
238
|
}
|
|
176
239
|
] | readonly [
|
|
177
240
|
'verbose group',
|
|
178
241
|
{
|
|
179
242
|
readonly '(': _T_Structural_Token;
|
|
180
|
-
readonly ')': _T_Structural_Token;
|
|
181
243
|
readonly 'entries': _T_Key_Value_Pairs;
|
|
244
|
+
readonly ')': _T_Structural_Token;
|
|
182
245
|
}
|
|
183
246
|
]>;
|
|
184
247
|
namespace not_set {
|
|
@@ -191,68 +254,68 @@ export declare namespace _T_Concrete_Value {
|
|
|
191
254
|
};
|
|
192
255
|
namespace ordered_collection {
|
|
193
256
|
namespace SG {
|
|
194
|
-
namespace
|
|
195
|
-
namespace $
|
|
196
|
-
}
|
|
197
|
-
type $st_ = _T_Structural_Token;
|
|
198
|
-
namespace $gt_ {
|
|
257
|
+
namespace list {
|
|
258
|
+
namespace $bo_ {
|
|
199
259
|
}
|
|
200
|
-
type $
|
|
260
|
+
type $bo_ = _T_Structural_Token;
|
|
201
261
|
namespace elements {
|
|
202
262
|
}
|
|
203
263
|
type elements = _T_Elements;
|
|
264
|
+
namespace $bc_ {
|
|
265
|
+
}
|
|
266
|
+
type $bc_ = _T_Structural_Token;
|
|
204
267
|
}
|
|
205
|
-
type
|
|
206
|
-
readonly '
|
|
207
|
-
readonly '>': _T_Structural_Token;
|
|
268
|
+
type list = {
|
|
269
|
+
readonly '[': _T_Structural_Token;
|
|
208
270
|
readonly 'elements': _T_Elements;
|
|
271
|
+
readonly ']': _T_Structural_Token;
|
|
209
272
|
};
|
|
210
|
-
namespace
|
|
211
|
-
namespace $
|
|
212
|
-
}
|
|
213
|
-
type $bo_ = _T_Structural_Token;
|
|
214
|
-
namespace $bc_ {
|
|
273
|
+
namespace concise_group {
|
|
274
|
+
namespace $st_ {
|
|
215
275
|
}
|
|
216
|
-
type $
|
|
276
|
+
type $st_ = _T_Structural_Token;
|
|
217
277
|
namespace elements {
|
|
218
278
|
}
|
|
219
279
|
type elements = _T_Elements;
|
|
280
|
+
namespace $gt_ {
|
|
281
|
+
}
|
|
282
|
+
type $gt_ = _T_Structural_Token;
|
|
220
283
|
}
|
|
221
|
-
type
|
|
222
|
-
readonly '
|
|
223
|
-
readonly ']': _T_Structural_Token;
|
|
284
|
+
type concise_group = {
|
|
285
|
+
readonly '<': _T_Structural_Token;
|
|
224
286
|
readonly 'elements': _T_Elements;
|
|
287
|
+
readonly '>': _T_Structural_Token;
|
|
225
288
|
};
|
|
226
289
|
}
|
|
227
290
|
type SG = readonly [
|
|
228
|
-
'
|
|
291
|
+
'list',
|
|
229
292
|
{
|
|
230
|
-
readonly '
|
|
231
|
-
readonly '>': _T_Structural_Token;
|
|
293
|
+
readonly '[': _T_Structural_Token;
|
|
232
294
|
readonly 'elements': _T_Elements;
|
|
295
|
+
readonly ']': _T_Structural_Token;
|
|
233
296
|
}
|
|
234
297
|
] | readonly [
|
|
235
|
-
'
|
|
298
|
+
'concise group',
|
|
236
299
|
{
|
|
237
|
-
readonly '
|
|
238
|
-
readonly ']': _T_Structural_Token;
|
|
300
|
+
readonly '<': _T_Structural_Token;
|
|
239
301
|
readonly 'elements': _T_Elements;
|
|
302
|
+
readonly '>': _T_Structural_Token;
|
|
240
303
|
}
|
|
241
304
|
];
|
|
242
305
|
}
|
|
243
306
|
type ordered_collection = _i_core._T_State_Group<null, readonly [
|
|
244
|
-
'
|
|
307
|
+
'list',
|
|
245
308
|
{
|
|
246
|
-
readonly '
|
|
247
|
-
readonly '>': _T_Structural_Token;
|
|
309
|
+
readonly '[': _T_Structural_Token;
|
|
248
310
|
readonly 'elements': _T_Elements;
|
|
311
|
+
readonly ']': _T_Structural_Token;
|
|
249
312
|
}
|
|
250
313
|
] | readonly [
|
|
251
|
-
'
|
|
314
|
+
'concise group',
|
|
252
315
|
{
|
|
253
|
-
readonly '
|
|
254
|
-
readonly ']': _T_Structural_Token;
|
|
316
|
+
readonly '<': _T_Structural_Token;
|
|
255
317
|
readonly 'elements': _T_Elements;
|
|
318
|
+
readonly '>': _T_Structural_Token;
|
|
256
319
|
}
|
|
257
320
|
]>;
|
|
258
321
|
namespace set_optional_value {
|
|
@@ -267,10 +330,10 @@ export declare namespace _T_Concrete_Value {
|
|
|
267
330
|
readonly '*': _T_Structural_Token;
|
|
268
331
|
readonly 'value': _T_Value;
|
|
269
332
|
};
|
|
270
|
-
namespace
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
333
|
+
namespace state {
|
|
334
|
+
namespace $vb_ {
|
|
335
|
+
}
|
|
336
|
+
type $vb_ = _T_Structural_Token;
|
|
274
337
|
namespace status {
|
|
275
338
|
namespace SG {
|
|
276
339
|
namespace missing_data {
|
|
@@ -319,11 +382,9 @@ export declare namespace _T_Concrete_Value {
|
|
|
319
382
|
readonly 'value': _T_Value;
|
|
320
383
|
}
|
|
321
384
|
]>;
|
|
322
|
-
namespace $vb_ {
|
|
323
|
-
}
|
|
324
|
-
type $vb_ = _T_Structural_Token;
|
|
325
385
|
}
|
|
326
|
-
type
|
|
386
|
+
type state = {
|
|
387
|
+
readonly '|': _T_Structural_Token;
|
|
327
388
|
readonly 'status': _i_core._T_State_Group<null, readonly [
|
|
328
389
|
'missing data',
|
|
329
390
|
{
|
|
@@ -336,24 +397,26 @@ export declare namespace _T_Concrete_Value {
|
|
|
336
397
|
readonly 'value': _T_Value;
|
|
337
398
|
}
|
|
338
399
|
]>;
|
|
339
|
-
readonly '|': _T_Structural_Token;
|
|
340
400
|
};
|
|
401
|
+
namespace text {
|
|
402
|
+
}
|
|
403
|
+
type text = _T_String;
|
|
341
404
|
}
|
|
342
405
|
type SG = readonly [
|
|
343
406
|
'indexed collection',
|
|
344
407
|
_i_core._T_State_Group<null, readonly [
|
|
345
408
|
'dictionary',
|
|
346
409
|
{
|
|
347
|
-
readonly 'entries': _T_Key_Value_Pairs;
|
|
348
410
|
readonly '{': _T_Structural_Token;
|
|
411
|
+
readonly 'entries': _T_Key_Value_Pairs;
|
|
349
412
|
readonly '}': _T_Structural_Token;
|
|
350
413
|
}
|
|
351
414
|
] | readonly [
|
|
352
415
|
'verbose group',
|
|
353
416
|
{
|
|
354
417
|
readonly '(': _T_Structural_Token;
|
|
355
|
-
readonly ')': _T_Structural_Token;
|
|
356
418
|
readonly 'entries': _T_Key_Value_Pairs;
|
|
419
|
+
readonly ')': _T_Structural_Token;
|
|
357
420
|
}
|
|
358
421
|
]>
|
|
359
422
|
] | readonly [
|
|
@@ -364,18 +427,18 @@ export declare namespace _T_Concrete_Value {
|
|
|
364
427
|
] | readonly [
|
|
365
428
|
'ordered collection',
|
|
366
429
|
_i_core._T_State_Group<null, readonly [
|
|
367
|
-
'
|
|
430
|
+
'list',
|
|
368
431
|
{
|
|
369
|
-
readonly '
|
|
370
|
-
readonly '>': _T_Structural_Token;
|
|
432
|
+
readonly '[': _T_Structural_Token;
|
|
371
433
|
readonly 'elements': _T_Elements;
|
|
434
|
+
readonly ']': _T_Structural_Token;
|
|
372
435
|
}
|
|
373
436
|
] | readonly [
|
|
374
|
-
'
|
|
437
|
+
'concise group',
|
|
375
438
|
{
|
|
376
|
-
readonly '
|
|
377
|
-
readonly ']': _T_Structural_Token;
|
|
439
|
+
readonly '<': _T_Structural_Token;
|
|
378
440
|
readonly 'elements': _T_Elements;
|
|
441
|
+
readonly '>': _T_Structural_Token;
|
|
379
442
|
}
|
|
380
443
|
]>
|
|
381
444
|
] | readonly [
|
|
@@ -384,9 +447,10 @@ export declare namespace _T_Concrete_Value {
|
|
|
384
447
|
readonly '*': _T_Structural_Token;
|
|
385
448
|
readonly 'value': _T_Value;
|
|
386
449
|
}
|
|
387
|
-
] | readonly [
|
|
388
|
-
'
|
|
450
|
+
] | readonly [
|
|
451
|
+
'state',
|
|
389
452
|
{
|
|
453
|
+
readonly '|': _T_Structural_Token;
|
|
390
454
|
readonly 'status': _i_core._T_State_Group<null, readonly [
|
|
391
455
|
'missing data',
|
|
392
456
|
{
|
|
@@ -399,101 +463,8 @@ export declare namespace _T_Concrete_Value {
|
|
|
399
463
|
readonly 'value': _T_Value;
|
|
400
464
|
}
|
|
401
465
|
]>;
|
|
402
|
-
readonly '|': _T_Structural_Token;
|
|
403
466
|
}
|
|
404
|
-
];
|
|
405
|
-
}
|
|
406
|
-
export declare namespace _T_Document {
|
|
407
|
-
namespace content {
|
|
408
|
-
}
|
|
409
|
-
type content = _T_Value;
|
|
410
|
-
namespace header {
|
|
411
|
-
namespace O {
|
|
412
|
-
namespace $ex_ {
|
|
413
|
-
}
|
|
414
|
-
type $ex_ = _T_Structural_Token;
|
|
415
|
-
namespace value {
|
|
416
|
-
}
|
|
417
|
-
type value = _T_Value;
|
|
418
|
-
}
|
|
419
|
-
type O = {
|
|
420
|
-
readonly '!': _T_Structural_Token;
|
|
421
|
-
readonly 'value': _T_Value;
|
|
422
|
-
};
|
|
423
|
-
}
|
|
424
|
-
type header = _et.Optional_Value<{
|
|
425
|
-
readonly '!': _T_Structural_Token;
|
|
426
|
-
readonly 'value': _T_Value;
|
|
427
|
-
}>;
|
|
428
|
-
}
|
|
429
|
-
export declare namespace _T_Elements {
|
|
430
|
-
namespace L {
|
|
431
|
-
namespace value {
|
|
432
|
-
}
|
|
433
|
-
type value = _T_Value;
|
|
434
|
-
}
|
|
435
|
-
type L = {
|
|
436
|
-
readonly 'value': _T_Value;
|
|
437
|
-
};
|
|
438
|
-
}
|
|
439
|
-
export declare namespace _T_Key_Value_Pairs {
|
|
440
|
-
namespace L {
|
|
441
|
-
namespace $cm_ {
|
|
442
|
-
namespace O {
|
|
443
|
-
}
|
|
444
|
-
type O = _T_Structural_Token;
|
|
445
|
-
}
|
|
446
|
-
type $cm_ = _et.Optional_Value<_T_Structural_Token>;
|
|
447
|
-
namespace key {
|
|
448
|
-
}
|
|
449
|
-
type key = _T_String;
|
|
450
|
-
namespace value {
|
|
451
|
-
namespace O {
|
|
452
|
-
namespace $cl_ {
|
|
453
|
-
}
|
|
454
|
-
type $cl_ = _T_Structural_Token;
|
|
455
|
-
namespace value {
|
|
456
|
-
}
|
|
457
|
-
type value = _T_Value;
|
|
458
|
-
}
|
|
459
|
-
type O = {
|
|
460
|
-
readonly ':': _T_Structural_Token;
|
|
461
|
-
readonly 'value': _T_Value;
|
|
462
|
-
};
|
|
463
|
-
}
|
|
464
|
-
type value = _et.Optional_Value<{
|
|
465
|
-
readonly ':': _T_Structural_Token;
|
|
466
|
-
readonly 'value': _T_Value;
|
|
467
|
-
}>;
|
|
468
|
-
}
|
|
469
|
-
type L = {
|
|
470
|
-
readonly ',': _et.Optional_Value<_T_Structural_Token>;
|
|
471
|
-
readonly 'key': _T_String;
|
|
472
|
-
readonly 'value': _et.Optional_Value<{
|
|
473
|
-
readonly ':': _T_Structural_Token;
|
|
474
|
-
readonly 'value': _T_Value;
|
|
475
|
-
}>;
|
|
476
|
-
};
|
|
477
|
-
}
|
|
478
|
-
export declare namespace _T_String {
|
|
479
|
-
namespace range {
|
|
480
|
-
}
|
|
481
|
-
type range = _i_imports_token._T_Range;
|
|
482
|
-
namespace trailing_trivia {
|
|
483
|
-
}
|
|
484
|
-
type trailing_trivia = _i_imports_token._T_Trivia;
|
|
485
|
-
namespace _type {
|
|
486
|
-
}
|
|
487
|
-
type _type = _i_imports_token._T_String_Type;
|
|
488
|
-
type value = string;
|
|
489
|
-
}
|
|
490
|
-
export declare namespace _T_Structural_Token {
|
|
491
|
-
namespace range {
|
|
492
|
-
}
|
|
493
|
-
type range = _i_imports_token._T_Range;
|
|
494
|
-
namespace trailing_trivia {
|
|
495
|
-
}
|
|
496
|
-
type trailing_trivia = _i_imports_token._T_Trivia;
|
|
467
|
+
] | readonly ['text', _T_String];
|
|
497
468
|
}
|
|
498
469
|
export declare namespace _T_Value {
|
|
499
470
|
namespace _type {
|
|
@@ -548,72 +519,159 @@ export declare namespace _T_Value {
|
|
|
548
519
|
}
|
|
549
520
|
]>;
|
|
550
521
|
}
|
|
522
|
+
export declare namespace _T_Content {
|
|
523
|
+
}
|
|
524
|
+
export declare namespace _T_Document {
|
|
525
|
+
namespace header {
|
|
526
|
+
namespace O {
|
|
527
|
+
namespace $ex_ {
|
|
528
|
+
}
|
|
529
|
+
type $ex_ = _T_Structural_Token;
|
|
530
|
+
namespace value {
|
|
531
|
+
}
|
|
532
|
+
type value = _T_Value;
|
|
533
|
+
}
|
|
534
|
+
type O = {
|
|
535
|
+
readonly '!': _T_Structural_Token;
|
|
536
|
+
readonly 'value': _T_Value;
|
|
537
|
+
};
|
|
538
|
+
}
|
|
539
|
+
type header = _pi.Optional_Value<{
|
|
540
|
+
readonly '!': _T_Structural_Token;
|
|
541
|
+
readonly 'value': _T_Value;
|
|
542
|
+
}>;
|
|
543
|
+
namespace content {
|
|
544
|
+
}
|
|
545
|
+
type content = _T_Content;
|
|
546
|
+
}
|
|
547
|
+
export declare namespace Structural_Token {
|
|
548
|
+
namespace trailing_trivia {
|
|
549
|
+
}
|
|
550
|
+
type trailing_trivia = _i_imports_token._T_Trivia;
|
|
551
|
+
namespace range {
|
|
552
|
+
}
|
|
553
|
+
type range = _i_imports_token._T_Range;
|
|
554
|
+
}
|
|
555
|
+
export declare namespace String {
|
|
556
|
+
namespace trailing_trivia {
|
|
557
|
+
}
|
|
558
|
+
type trailing_trivia = _i_imports_token._T_Trivia;
|
|
559
|
+
namespace range {
|
|
560
|
+
}
|
|
561
|
+
type range = _i_imports_token._T_Range;
|
|
562
|
+
type value = string;
|
|
563
|
+
namespace _type {
|
|
564
|
+
}
|
|
565
|
+
type _type = _i_imports_token._T_String_Type;
|
|
566
|
+
}
|
|
567
|
+
export declare namespace Key_Value_Pairs {
|
|
568
|
+
namespace L {
|
|
569
|
+
namespace key {
|
|
570
|
+
}
|
|
571
|
+
type key = _T_String;
|
|
572
|
+
namespace value {
|
|
573
|
+
namespace O {
|
|
574
|
+
namespace $cl_ {
|
|
575
|
+
}
|
|
576
|
+
type $cl_ = _T_Structural_Token;
|
|
577
|
+
namespace value {
|
|
578
|
+
}
|
|
579
|
+
type value = _T_Value;
|
|
580
|
+
}
|
|
581
|
+
type O = {
|
|
582
|
+
readonly ':': _T_Structural_Token;
|
|
583
|
+
readonly 'value': _T_Value;
|
|
584
|
+
};
|
|
585
|
+
}
|
|
586
|
+
type value = _pi.Optional_Value<{
|
|
587
|
+
readonly ':': _T_Structural_Token;
|
|
588
|
+
readonly 'value': _T_Value;
|
|
589
|
+
}>;
|
|
590
|
+
}
|
|
591
|
+
type L = {
|
|
592
|
+
readonly 'key': _T_String;
|
|
593
|
+
readonly 'value': _pi.Optional_Value<{
|
|
594
|
+
readonly ':': _T_Structural_Token;
|
|
595
|
+
readonly 'value': _T_Value;
|
|
596
|
+
}>;
|
|
597
|
+
};
|
|
598
|
+
}
|
|
599
|
+
export declare namespace Elements {
|
|
600
|
+
namespace L {
|
|
601
|
+
namespace value {
|
|
602
|
+
}
|
|
603
|
+
type value = _T_Value;
|
|
604
|
+
}
|
|
605
|
+
type L = {
|
|
606
|
+
readonly 'value': _T_Value;
|
|
607
|
+
};
|
|
608
|
+
}
|
|
551
609
|
export declare namespace Concrete_Value {
|
|
552
610
|
namespace SG {
|
|
553
611
|
namespace indexed_collection {
|
|
554
612
|
namespace SG {
|
|
555
613
|
namespace dictionary {
|
|
556
|
-
namespace entries {
|
|
557
|
-
}
|
|
558
|
-
type entries = _T_Key_Value_Pairs;
|
|
559
614
|
namespace $co_ {
|
|
560
615
|
}
|
|
561
616
|
type $co_ = _T_Structural_Token;
|
|
617
|
+
namespace entries {
|
|
618
|
+
}
|
|
619
|
+
type entries = _T_Key_Value_Pairs;
|
|
562
620
|
namespace $cc_ {
|
|
563
621
|
}
|
|
564
622
|
type $cc_ = _T_Structural_Token;
|
|
565
623
|
}
|
|
566
624
|
type dictionary = {
|
|
567
|
-
readonly 'entries': _T_Key_Value_Pairs;
|
|
568
625
|
readonly '{': _T_Structural_Token;
|
|
626
|
+
readonly 'entries': _T_Key_Value_Pairs;
|
|
569
627
|
readonly '}': _T_Structural_Token;
|
|
570
628
|
};
|
|
571
629
|
namespace verbose_group {
|
|
572
630
|
namespace $po_ {
|
|
573
631
|
}
|
|
574
632
|
type $po_ = _T_Structural_Token;
|
|
575
|
-
namespace $pc_ {
|
|
576
|
-
}
|
|
577
|
-
type $pc_ = _T_Structural_Token;
|
|
578
633
|
namespace entries {
|
|
579
634
|
}
|
|
580
635
|
type entries = _T_Key_Value_Pairs;
|
|
636
|
+
namespace $pc_ {
|
|
637
|
+
}
|
|
638
|
+
type $pc_ = _T_Structural_Token;
|
|
581
639
|
}
|
|
582
640
|
type verbose_group = {
|
|
583
641
|
readonly '(': _T_Structural_Token;
|
|
584
|
-
readonly ')': _T_Structural_Token;
|
|
585
642
|
readonly 'entries': _T_Key_Value_Pairs;
|
|
643
|
+
readonly ')': _T_Structural_Token;
|
|
586
644
|
};
|
|
587
645
|
}
|
|
588
646
|
type SG = readonly [
|
|
589
647
|
'dictionary',
|
|
590
648
|
{
|
|
591
|
-
readonly 'entries': _T_Key_Value_Pairs;
|
|
592
649
|
readonly '{': _T_Structural_Token;
|
|
650
|
+
readonly 'entries': _T_Key_Value_Pairs;
|
|
593
651
|
readonly '}': _T_Structural_Token;
|
|
594
652
|
}
|
|
595
653
|
] | readonly [
|
|
596
654
|
'verbose group',
|
|
597
655
|
{
|
|
598
656
|
readonly '(': _T_Structural_Token;
|
|
599
|
-
readonly ')': _T_Structural_Token;
|
|
600
657
|
readonly 'entries': _T_Key_Value_Pairs;
|
|
658
|
+
readonly ')': _T_Structural_Token;
|
|
601
659
|
}
|
|
602
660
|
];
|
|
603
661
|
}
|
|
604
662
|
type indexed_collection = _i_core._T_State_Group<null, readonly [
|
|
605
663
|
'dictionary',
|
|
606
664
|
{
|
|
607
|
-
readonly 'entries': _T_Key_Value_Pairs;
|
|
608
665
|
readonly '{': _T_Structural_Token;
|
|
666
|
+
readonly 'entries': _T_Key_Value_Pairs;
|
|
609
667
|
readonly '}': _T_Structural_Token;
|
|
610
668
|
}
|
|
611
669
|
] | readonly [
|
|
612
670
|
'verbose group',
|
|
613
671
|
{
|
|
614
672
|
readonly '(': _T_Structural_Token;
|
|
615
|
-
readonly ')': _T_Structural_Token;
|
|
616
673
|
readonly 'entries': _T_Key_Value_Pairs;
|
|
674
|
+
readonly ')': _T_Structural_Token;
|
|
617
675
|
}
|
|
618
676
|
]>;
|
|
619
677
|
namespace not_set {
|
|
@@ -626,68 +684,68 @@ export declare namespace Concrete_Value {
|
|
|
626
684
|
};
|
|
627
685
|
namespace ordered_collection {
|
|
628
686
|
namespace SG {
|
|
629
|
-
namespace
|
|
630
|
-
namespace $
|
|
631
|
-
}
|
|
632
|
-
type $st_ = _T_Structural_Token;
|
|
633
|
-
namespace $gt_ {
|
|
687
|
+
namespace list {
|
|
688
|
+
namespace $bo_ {
|
|
634
689
|
}
|
|
635
|
-
type $
|
|
690
|
+
type $bo_ = _T_Structural_Token;
|
|
636
691
|
namespace elements {
|
|
637
692
|
}
|
|
638
693
|
type elements = _T_Elements;
|
|
694
|
+
namespace $bc_ {
|
|
695
|
+
}
|
|
696
|
+
type $bc_ = _T_Structural_Token;
|
|
639
697
|
}
|
|
640
|
-
type
|
|
641
|
-
readonly '
|
|
642
|
-
readonly '>': _T_Structural_Token;
|
|
698
|
+
type list = {
|
|
699
|
+
readonly '[': _T_Structural_Token;
|
|
643
700
|
readonly 'elements': _T_Elements;
|
|
701
|
+
readonly ']': _T_Structural_Token;
|
|
644
702
|
};
|
|
645
|
-
namespace
|
|
646
|
-
namespace $
|
|
647
|
-
}
|
|
648
|
-
type $bo_ = _T_Structural_Token;
|
|
649
|
-
namespace $bc_ {
|
|
703
|
+
namespace concise_group {
|
|
704
|
+
namespace $st_ {
|
|
650
705
|
}
|
|
651
|
-
type $
|
|
706
|
+
type $st_ = _T_Structural_Token;
|
|
652
707
|
namespace elements {
|
|
653
708
|
}
|
|
654
709
|
type elements = _T_Elements;
|
|
710
|
+
namespace $gt_ {
|
|
711
|
+
}
|
|
712
|
+
type $gt_ = _T_Structural_Token;
|
|
655
713
|
}
|
|
656
|
-
type
|
|
657
|
-
readonly '
|
|
658
|
-
readonly ']': _T_Structural_Token;
|
|
714
|
+
type concise_group = {
|
|
715
|
+
readonly '<': _T_Structural_Token;
|
|
659
716
|
readonly 'elements': _T_Elements;
|
|
717
|
+
readonly '>': _T_Structural_Token;
|
|
660
718
|
};
|
|
661
719
|
}
|
|
662
720
|
type SG = readonly [
|
|
663
|
-
'
|
|
721
|
+
'list',
|
|
664
722
|
{
|
|
665
|
-
readonly '
|
|
666
|
-
readonly '>': _T_Structural_Token;
|
|
723
|
+
readonly '[': _T_Structural_Token;
|
|
667
724
|
readonly 'elements': _T_Elements;
|
|
725
|
+
readonly ']': _T_Structural_Token;
|
|
668
726
|
}
|
|
669
727
|
] | readonly [
|
|
670
|
-
'
|
|
728
|
+
'concise group',
|
|
671
729
|
{
|
|
672
|
-
readonly '
|
|
673
|
-
readonly ']': _T_Structural_Token;
|
|
730
|
+
readonly '<': _T_Structural_Token;
|
|
674
731
|
readonly 'elements': _T_Elements;
|
|
732
|
+
readonly '>': _T_Structural_Token;
|
|
675
733
|
}
|
|
676
734
|
];
|
|
677
735
|
}
|
|
678
736
|
type ordered_collection = _i_core._T_State_Group<null, readonly [
|
|
679
|
-
'
|
|
737
|
+
'list',
|
|
680
738
|
{
|
|
681
|
-
readonly '
|
|
682
|
-
readonly '>': _T_Structural_Token;
|
|
739
|
+
readonly '[': _T_Structural_Token;
|
|
683
740
|
readonly 'elements': _T_Elements;
|
|
741
|
+
readonly ']': _T_Structural_Token;
|
|
684
742
|
}
|
|
685
743
|
] | readonly [
|
|
686
|
-
'
|
|
744
|
+
'concise group',
|
|
687
745
|
{
|
|
688
|
-
readonly '
|
|
689
|
-
readonly ']': _T_Structural_Token;
|
|
746
|
+
readonly '<': _T_Structural_Token;
|
|
690
747
|
readonly 'elements': _T_Elements;
|
|
748
|
+
readonly '>': _T_Structural_Token;
|
|
691
749
|
}
|
|
692
750
|
]>;
|
|
693
751
|
namespace set_optional_value {
|
|
@@ -702,10 +760,10 @@ export declare namespace Concrete_Value {
|
|
|
702
760
|
readonly '*': _T_Structural_Token;
|
|
703
761
|
readonly 'value': _T_Value;
|
|
704
762
|
};
|
|
705
|
-
namespace
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
763
|
+
namespace state {
|
|
764
|
+
namespace $vb_ {
|
|
765
|
+
}
|
|
766
|
+
type $vb_ = _T_Structural_Token;
|
|
709
767
|
namespace status {
|
|
710
768
|
namespace SG {
|
|
711
769
|
namespace missing_data {
|
|
@@ -754,11 +812,9 @@ export declare namespace Concrete_Value {
|
|
|
754
812
|
readonly 'value': _T_Value;
|
|
755
813
|
}
|
|
756
814
|
]>;
|
|
757
|
-
namespace $vb_ {
|
|
758
|
-
}
|
|
759
|
-
type $vb_ = _T_Structural_Token;
|
|
760
815
|
}
|
|
761
|
-
type
|
|
816
|
+
type state = {
|
|
817
|
+
readonly '|': _T_Structural_Token;
|
|
762
818
|
readonly 'status': _i_core._T_State_Group<null, readonly [
|
|
763
819
|
'missing data',
|
|
764
820
|
{
|
|
@@ -771,24 +827,26 @@ export declare namespace Concrete_Value {
|
|
|
771
827
|
readonly 'value': _T_Value;
|
|
772
828
|
}
|
|
773
829
|
]>;
|
|
774
|
-
readonly '|': _T_Structural_Token;
|
|
775
830
|
};
|
|
831
|
+
namespace text {
|
|
832
|
+
}
|
|
833
|
+
type text = _T_String;
|
|
776
834
|
}
|
|
777
835
|
type SG = readonly [
|
|
778
836
|
'indexed collection',
|
|
779
837
|
_i_core._T_State_Group<null, readonly [
|
|
780
838
|
'dictionary',
|
|
781
839
|
{
|
|
782
|
-
readonly 'entries': _T_Key_Value_Pairs;
|
|
783
840
|
readonly '{': _T_Structural_Token;
|
|
841
|
+
readonly 'entries': _T_Key_Value_Pairs;
|
|
784
842
|
readonly '}': _T_Structural_Token;
|
|
785
843
|
}
|
|
786
844
|
] | readonly [
|
|
787
845
|
'verbose group',
|
|
788
846
|
{
|
|
789
847
|
readonly '(': _T_Structural_Token;
|
|
790
|
-
readonly ')': _T_Structural_Token;
|
|
791
848
|
readonly 'entries': _T_Key_Value_Pairs;
|
|
849
|
+
readonly ')': _T_Structural_Token;
|
|
792
850
|
}
|
|
793
851
|
]>
|
|
794
852
|
] | readonly [
|
|
@@ -799,18 +857,18 @@ export declare namespace Concrete_Value {
|
|
|
799
857
|
] | readonly [
|
|
800
858
|
'ordered collection',
|
|
801
859
|
_i_core._T_State_Group<null, readonly [
|
|
802
|
-
'
|
|
860
|
+
'list',
|
|
803
861
|
{
|
|
804
|
-
readonly '
|
|
805
|
-
readonly '>': _T_Structural_Token;
|
|
862
|
+
readonly '[': _T_Structural_Token;
|
|
806
863
|
readonly 'elements': _T_Elements;
|
|
864
|
+
readonly ']': _T_Structural_Token;
|
|
807
865
|
}
|
|
808
866
|
] | readonly [
|
|
809
|
-
'
|
|
867
|
+
'concise group',
|
|
810
868
|
{
|
|
811
|
-
readonly '
|
|
812
|
-
readonly ']': _T_Structural_Token;
|
|
869
|
+
readonly '<': _T_Structural_Token;
|
|
813
870
|
readonly 'elements': _T_Elements;
|
|
871
|
+
readonly '>': _T_Structural_Token;
|
|
814
872
|
}
|
|
815
873
|
]>
|
|
816
874
|
] | readonly [
|
|
@@ -819,9 +877,10 @@ export declare namespace Concrete_Value {
|
|
|
819
877
|
readonly '*': _T_Structural_Token;
|
|
820
878
|
readonly 'value': _T_Value;
|
|
821
879
|
}
|
|
822
|
-
] | readonly [
|
|
823
|
-
'
|
|
880
|
+
] | readonly [
|
|
881
|
+
'state',
|
|
824
882
|
{
|
|
883
|
+
readonly '|': _T_Structural_Token;
|
|
825
884
|
readonly 'status': _i_core._T_State_Group<null, readonly [
|
|
826
885
|
'missing data',
|
|
827
886
|
{
|
|
@@ -834,101 +893,8 @@ export declare namespace Concrete_Value {
|
|
|
834
893
|
readonly 'value': _T_Value;
|
|
835
894
|
}
|
|
836
895
|
]>;
|
|
837
|
-
readonly '|': _T_Structural_Token;
|
|
838
896
|
}
|
|
839
|
-
];
|
|
840
|
-
}
|
|
841
|
-
export declare namespace Document {
|
|
842
|
-
namespace content {
|
|
843
|
-
}
|
|
844
|
-
type content = _T_Value;
|
|
845
|
-
namespace header {
|
|
846
|
-
namespace O {
|
|
847
|
-
namespace $ex_ {
|
|
848
|
-
}
|
|
849
|
-
type $ex_ = _T_Structural_Token;
|
|
850
|
-
namespace value {
|
|
851
|
-
}
|
|
852
|
-
type value = _T_Value;
|
|
853
|
-
}
|
|
854
|
-
type O = {
|
|
855
|
-
readonly '!': _T_Structural_Token;
|
|
856
|
-
readonly 'value': _T_Value;
|
|
857
|
-
};
|
|
858
|
-
}
|
|
859
|
-
type header = _et.Optional_Value<{
|
|
860
|
-
readonly '!': _T_Structural_Token;
|
|
861
|
-
readonly 'value': _T_Value;
|
|
862
|
-
}>;
|
|
863
|
-
}
|
|
864
|
-
export declare namespace Elements {
|
|
865
|
-
namespace L {
|
|
866
|
-
namespace value {
|
|
867
|
-
}
|
|
868
|
-
type value = _T_Value;
|
|
869
|
-
}
|
|
870
|
-
type L = {
|
|
871
|
-
readonly 'value': _T_Value;
|
|
872
|
-
};
|
|
873
|
-
}
|
|
874
|
-
export declare namespace Key_Value_Pairs {
|
|
875
|
-
namespace L {
|
|
876
|
-
namespace $cm_ {
|
|
877
|
-
namespace O {
|
|
878
|
-
}
|
|
879
|
-
type O = _T_Structural_Token;
|
|
880
|
-
}
|
|
881
|
-
type $cm_ = _et.Optional_Value<_T_Structural_Token>;
|
|
882
|
-
namespace key {
|
|
883
|
-
}
|
|
884
|
-
type key = _T_String;
|
|
885
|
-
namespace value {
|
|
886
|
-
namespace O {
|
|
887
|
-
namespace $cl_ {
|
|
888
|
-
}
|
|
889
|
-
type $cl_ = _T_Structural_Token;
|
|
890
|
-
namespace value {
|
|
891
|
-
}
|
|
892
|
-
type value = _T_Value;
|
|
893
|
-
}
|
|
894
|
-
type O = {
|
|
895
|
-
readonly ':': _T_Structural_Token;
|
|
896
|
-
readonly 'value': _T_Value;
|
|
897
|
-
};
|
|
898
|
-
}
|
|
899
|
-
type value = _et.Optional_Value<{
|
|
900
|
-
readonly ':': _T_Structural_Token;
|
|
901
|
-
readonly 'value': _T_Value;
|
|
902
|
-
}>;
|
|
903
|
-
}
|
|
904
|
-
type L = {
|
|
905
|
-
readonly ',': _et.Optional_Value<_T_Structural_Token>;
|
|
906
|
-
readonly 'key': _T_String;
|
|
907
|
-
readonly 'value': _et.Optional_Value<{
|
|
908
|
-
readonly ':': _T_Structural_Token;
|
|
909
|
-
readonly 'value': _T_Value;
|
|
910
|
-
}>;
|
|
911
|
-
};
|
|
912
|
-
}
|
|
913
|
-
export declare namespace String {
|
|
914
|
-
namespace range {
|
|
915
|
-
}
|
|
916
|
-
type range = _i_imports_token._T_Range;
|
|
917
|
-
namespace trailing_trivia {
|
|
918
|
-
}
|
|
919
|
-
type trailing_trivia = _i_imports_token._T_Trivia;
|
|
920
|
-
namespace _type {
|
|
921
|
-
}
|
|
922
|
-
type _type = _i_imports_token._T_String_Type;
|
|
923
|
-
type value = string;
|
|
924
|
-
}
|
|
925
|
-
export declare namespace Structural_Token {
|
|
926
|
-
namespace range {
|
|
927
|
-
}
|
|
928
|
-
type range = _i_imports_token._T_Range;
|
|
929
|
-
namespace trailing_trivia {
|
|
930
|
-
}
|
|
931
|
-
type trailing_trivia = _i_imports_token._T_Trivia;
|
|
897
|
+
] | readonly ['text', _T_String];
|
|
932
898
|
}
|
|
933
899
|
export declare namespace Value {
|
|
934
900
|
namespace _type {
|
|
@@ -983,3 +949,28 @@ export declare namespace Value {
|
|
|
983
949
|
}
|
|
984
950
|
]>;
|
|
985
951
|
}
|
|
952
|
+
export declare namespace Content {
|
|
953
|
+
}
|
|
954
|
+
export declare namespace Document {
|
|
955
|
+
namespace header {
|
|
956
|
+
namespace O {
|
|
957
|
+
namespace $ex_ {
|
|
958
|
+
}
|
|
959
|
+
type $ex_ = _T_Structural_Token;
|
|
960
|
+
namespace value {
|
|
961
|
+
}
|
|
962
|
+
type value = _T_Value;
|
|
963
|
+
}
|
|
964
|
+
type O = {
|
|
965
|
+
readonly '!': _T_Structural_Token;
|
|
966
|
+
readonly 'value': _T_Value;
|
|
967
|
+
};
|
|
968
|
+
}
|
|
969
|
+
type header = _pi.Optional_Value<{
|
|
970
|
+
readonly '!': _T_Structural_Token;
|
|
971
|
+
readonly 'value': _T_Value;
|
|
972
|
+
}>;
|
|
973
|
+
namespace content {
|
|
974
|
+
}
|
|
975
|
+
type content = _T_Content;
|
|
976
|
+
}
|