astn 0.113.22 → 0.113.24
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/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 +44 -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 +131 -131
- 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 +120 -120
- package/dist/implementation/manual/schemas/annotated_characters/deserializers.js +10 -3
- package/dist/implementation/manual/schemas/authoring_parse_result/transformers/fountain_pen.js +5 -2
- package/dist/implementation/manual/schemas/authoring_parse_tree/deserializers.js +11 -21
- 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 +56 -62
- 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 +84 -77
- package/dist/interface/generated/pareto/schemas/authoring_parse_result/data_types/target.d.ts +84 -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 +188 -188
- package/dist/interface/generated/pareto/schemas/token/data_types/target.d.ts +188 -188
- 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/interface/to_be_generated/annotated_characters.d.ts +5 -2
- 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/dist/shorthands/parse_result.js +29 -5
- package/package.json +6 -6
|
@@ -1,13 +1,24 @@
|
|
|
1
1
|
import * as _i_core from "../../../core/unconstrained";
|
|
2
|
-
export type _T_Document = _T_Value;
|
|
3
2
|
export type _T_Value = {
|
|
4
|
-
readonly 'type': _i_core._T_State_Group<null, readonly ['concise group', _i_core._T_List<null, _T_Value>] | readonly [
|
|
3
|
+
readonly 'type': _i_core._T_State_Group<null, readonly ['list', _i_core._T_List<null, _T_Value>] | readonly ['concise group', _i_core._T_List<null, _T_Value>] | readonly [
|
|
5
4
|
'dictionary',
|
|
6
5
|
_i_core._T_List<null, {
|
|
7
6
|
readonly 'key': string;
|
|
8
7
|
readonly 'value': _T_Value;
|
|
9
8
|
}>
|
|
10
|
-
] | readonly [
|
|
9
|
+
] | readonly [
|
|
10
|
+
'verbose group',
|
|
11
|
+
_i_core._T_List<null, {
|
|
12
|
+
readonly 'key': string;
|
|
13
|
+
readonly 'value': _T_Value;
|
|
14
|
+
}>
|
|
15
|
+
] | readonly [
|
|
16
|
+
'text',
|
|
17
|
+
{
|
|
18
|
+
readonly 'value': string;
|
|
19
|
+
readonly 'delimiter': _i_core._T_State_Group<null, readonly ['none', null] | readonly ['quote', null] | readonly ['backtick', null]>;
|
|
20
|
+
}
|
|
21
|
+
] | readonly ['nothing', null] | readonly [
|
|
11
22
|
'optional',
|
|
12
23
|
_i_core._T_State_Group<null, readonly ['not set', null] | readonly ['set', _T_Value]>
|
|
13
24
|
] | readonly [
|
|
@@ -19,27 +30,20 @@ export type _T_Value = {
|
|
|
19
30
|
readonly 'value': _T_Value;
|
|
20
31
|
}
|
|
21
32
|
]>
|
|
22
|
-
] | readonly [
|
|
23
|
-
'text',
|
|
24
|
-
{
|
|
25
|
-
readonly 'delimiter': _i_core._T_State_Group<null, readonly ['backtick', null] | readonly ['none', null] | readonly ['quote', null]>;
|
|
26
|
-
readonly 'value': string;
|
|
27
|
-
}
|
|
28
|
-
] | readonly [
|
|
29
|
-
'verbose group',
|
|
30
|
-
_i_core._T_List<null, {
|
|
31
|
-
readonly 'key': string;
|
|
32
|
-
readonly 'value': _T_Value;
|
|
33
|
-
}>
|
|
34
33
|
]>;
|
|
35
34
|
};
|
|
36
|
-
export type
|
|
35
|
+
export type _T_Document = _T_Value;
|
|
37
36
|
export type Value = _T_Value;
|
|
38
|
-
export
|
|
39
|
-
}
|
|
37
|
+
export type Document = _T_Document;
|
|
40
38
|
export declare namespace _T_Value {
|
|
41
39
|
namespace _type {
|
|
42
40
|
namespace SG {
|
|
41
|
+
namespace list {
|
|
42
|
+
namespace L {
|
|
43
|
+
}
|
|
44
|
+
type L = _T_Value;
|
|
45
|
+
}
|
|
46
|
+
type list = _i_core._T_List<null, _T_Value>;
|
|
43
47
|
namespace concise_group {
|
|
44
48
|
namespace L {
|
|
45
49
|
}
|
|
@@ -62,12 +66,38 @@ export declare namespace _T_Value {
|
|
|
62
66
|
readonly 'key': string;
|
|
63
67
|
readonly 'value': _T_Value;
|
|
64
68
|
}>;
|
|
65
|
-
namespace
|
|
69
|
+
namespace verbose_group {
|
|
66
70
|
namespace L {
|
|
71
|
+
type key = string;
|
|
72
|
+
namespace value {
|
|
73
|
+
}
|
|
74
|
+
type value = _T_Value;
|
|
67
75
|
}
|
|
68
|
-
type L =
|
|
76
|
+
type L = {
|
|
77
|
+
readonly 'key': string;
|
|
78
|
+
readonly 'value': _T_Value;
|
|
79
|
+
};
|
|
69
80
|
}
|
|
70
|
-
type
|
|
81
|
+
type verbose_group = _i_core._T_List<null, {
|
|
82
|
+
readonly 'key': string;
|
|
83
|
+
readonly 'value': _T_Value;
|
|
84
|
+
}>;
|
|
85
|
+
namespace text {
|
|
86
|
+
type value = string;
|
|
87
|
+
namespace delimiter {
|
|
88
|
+
namespace SG {
|
|
89
|
+
type none = null;
|
|
90
|
+
type quote = null;
|
|
91
|
+
type backtick = null;
|
|
92
|
+
}
|
|
93
|
+
type SG = readonly ['none', null] | readonly ['quote', null] | readonly ['backtick', null];
|
|
94
|
+
}
|
|
95
|
+
type delimiter = _i_core._T_State_Group<null, readonly ['none', null] | readonly ['quote', null] | readonly ['backtick', null]>;
|
|
96
|
+
}
|
|
97
|
+
type text = {
|
|
98
|
+
readonly 'value': string;
|
|
99
|
+
readonly 'delimiter': _i_core._T_State_Group<null, readonly ['none', null] | readonly ['quote', null] | readonly ['backtick', null]>;
|
|
100
|
+
};
|
|
71
101
|
type nothing = null;
|
|
72
102
|
namespace optional {
|
|
73
103
|
namespace SG {
|
|
@@ -108,46 +138,26 @@ export declare namespace _T_Value {
|
|
|
108
138
|
readonly 'value': _T_Value;
|
|
109
139
|
}
|
|
110
140
|
]>;
|
|
111
|
-
namespace text {
|
|
112
|
-
namespace delimiter {
|
|
113
|
-
namespace SG {
|
|
114
|
-
type backtick = null;
|
|
115
|
-
type none = null;
|
|
116
|
-
type quote = null;
|
|
117
|
-
}
|
|
118
|
-
type SG = readonly ['backtick', null] | readonly ['none', null] | readonly ['quote', null];
|
|
119
|
-
}
|
|
120
|
-
type delimiter = _i_core._T_State_Group<null, readonly ['backtick', null] | readonly ['none', null] | readonly ['quote', null]>;
|
|
121
|
-
type value = string;
|
|
122
|
-
}
|
|
123
|
-
type text = {
|
|
124
|
-
readonly 'delimiter': _i_core._T_State_Group<null, readonly ['backtick', null] | readonly ['none', null] | readonly ['quote', null]>;
|
|
125
|
-
readonly 'value': string;
|
|
126
|
-
};
|
|
127
|
-
namespace verbose_group {
|
|
128
|
-
namespace L {
|
|
129
|
-
type key = string;
|
|
130
|
-
namespace value {
|
|
131
|
-
}
|
|
132
|
-
type value = _T_Value;
|
|
133
|
-
}
|
|
134
|
-
type L = {
|
|
135
|
-
readonly 'key': string;
|
|
136
|
-
readonly 'value': _T_Value;
|
|
137
|
-
};
|
|
138
|
-
}
|
|
139
|
-
type verbose_group = _i_core._T_List<null, {
|
|
140
|
-
readonly 'key': string;
|
|
141
|
-
readonly 'value': _T_Value;
|
|
142
|
-
}>;
|
|
143
141
|
}
|
|
144
|
-
type SG = readonly ['concise group', _i_core._T_List<null, _T_Value>] | readonly [
|
|
142
|
+
type SG = readonly ['list', _i_core._T_List<null, _T_Value>] | readonly ['concise group', _i_core._T_List<null, _T_Value>] | readonly [
|
|
145
143
|
'dictionary',
|
|
146
144
|
_i_core._T_List<null, {
|
|
147
145
|
readonly 'key': string;
|
|
148
146
|
readonly 'value': _T_Value;
|
|
149
147
|
}>
|
|
150
|
-
] | readonly [
|
|
148
|
+
] | readonly [
|
|
149
|
+
'verbose group',
|
|
150
|
+
_i_core._T_List<null, {
|
|
151
|
+
readonly 'key': string;
|
|
152
|
+
readonly 'value': _T_Value;
|
|
153
|
+
}>
|
|
154
|
+
] | readonly [
|
|
155
|
+
'text',
|
|
156
|
+
{
|
|
157
|
+
readonly 'value': string;
|
|
158
|
+
readonly 'delimiter': _i_core._T_State_Group<null, readonly ['none', null] | readonly ['quote', null] | readonly ['backtick', null]>;
|
|
159
|
+
}
|
|
160
|
+
] | readonly ['nothing', null] | readonly [
|
|
151
161
|
'optional',
|
|
152
162
|
_i_core._T_State_Group<null, readonly ['not set', null] | readonly ['set', _T_Value]>
|
|
153
163
|
] | readonly [
|
|
@@ -159,27 +169,27 @@ export declare namespace _T_Value {
|
|
|
159
169
|
readonly 'value': _T_Value;
|
|
160
170
|
}
|
|
161
171
|
]>
|
|
162
|
-
] | readonly [
|
|
163
|
-
'text',
|
|
164
|
-
{
|
|
165
|
-
readonly 'delimiter': _i_core._T_State_Group<null, readonly ['backtick', null] | readonly ['none', null] | readonly ['quote', null]>;
|
|
166
|
-
readonly 'value': string;
|
|
167
|
-
}
|
|
168
|
-
] | readonly [
|
|
169
|
-
'verbose group',
|
|
170
|
-
_i_core._T_List<null, {
|
|
171
|
-
readonly 'key': string;
|
|
172
|
-
readonly 'value': _T_Value;
|
|
173
|
-
}>
|
|
174
172
|
];
|
|
175
173
|
}
|
|
176
|
-
type _type = _i_core._T_State_Group<null, readonly ['concise group', _i_core._T_List<null, _T_Value>] | readonly [
|
|
174
|
+
type _type = _i_core._T_State_Group<null, readonly ['list', _i_core._T_List<null, _T_Value>] | readonly ['concise group', _i_core._T_List<null, _T_Value>] | readonly [
|
|
177
175
|
'dictionary',
|
|
178
176
|
_i_core._T_List<null, {
|
|
179
177
|
readonly 'key': string;
|
|
180
178
|
readonly 'value': _T_Value;
|
|
181
179
|
}>
|
|
182
|
-
] | readonly [
|
|
180
|
+
] | readonly [
|
|
181
|
+
'verbose group',
|
|
182
|
+
_i_core._T_List<null, {
|
|
183
|
+
readonly 'key': string;
|
|
184
|
+
readonly 'value': _T_Value;
|
|
185
|
+
}>
|
|
186
|
+
] | readonly [
|
|
187
|
+
'text',
|
|
188
|
+
{
|
|
189
|
+
readonly 'value': string;
|
|
190
|
+
readonly 'delimiter': _i_core._T_State_Group<null, readonly ['none', null] | readonly ['quote', null] | readonly ['backtick', null]>;
|
|
191
|
+
}
|
|
192
|
+
] | readonly ['nothing', null] | readonly [
|
|
183
193
|
'optional',
|
|
184
194
|
_i_core._T_State_Group<null, readonly ['not set', null] | readonly ['set', _T_Value]>
|
|
185
195
|
] | readonly [
|
|
@@ -191,25 +201,19 @@ export declare namespace _T_Value {
|
|
|
191
201
|
readonly 'value': _T_Value;
|
|
192
202
|
}
|
|
193
203
|
]>
|
|
194
|
-
] | readonly [
|
|
195
|
-
'text',
|
|
196
|
-
{
|
|
197
|
-
readonly 'delimiter': _i_core._T_State_Group<null, readonly ['backtick', null] | readonly ['none', null] | readonly ['quote', null]>;
|
|
198
|
-
readonly 'value': string;
|
|
199
|
-
}
|
|
200
|
-
] | readonly [
|
|
201
|
-
'verbose group',
|
|
202
|
-
_i_core._T_List<null, {
|
|
203
|
-
readonly 'key': string;
|
|
204
|
-
readonly 'value': _T_Value;
|
|
205
|
-
}>
|
|
206
204
|
]>;
|
|
207
205
|
}
|
|
208
|
-
export declare namespace
|
|
206
|
+
export declare namespace _T_Document {
|
|
209
207
|
}
|
|
210
208
|
export declare namespace Value {
|
|
211
209
|
namespace _type {
|
|
212
210
|
namespace SG {
|
|
211
|
+
namespace list {
|
|
212
|
+
namespace L {
|
|
213
|
+
}
|
|
214
|
+
type L = _T_Value;
|
|
215
|
+
}
|
|
216
|
+
type list = _i_core._T_List<null, _T_Value>;
|
|
213
217
|
namespace concise_group {
|
|
214
218
|
namespace L {
|
|
215
219
|
}
|
|
@@ -232,12 +236,38 @@ export declare namespace Value {
|
|
|
232
236
|
readonly 'key': string;
|
|
233
237
|
readonly 'value': _T_Value;
|
|
234
238
|
}>;
|
|
235
|
-
namespace
|
|
239
|
+
namespace verbose_group {
|
|
236
240
|
namespace L {
|
|
241
|
+
type key = string;
|
|
242
|
+
namespace value {
|
|
243
|
+
}
|
|
244
|
+
type value = _T_Value;
|
|
237
245
|
}
|
|
238
|
-
type L =
|
|
246
|
+
type L = {
|
|
247
|
+
readonly 'key': string;
|
|
248
|
+
readonly 'value': _T_Value;
|
|
249
|
+
};
|
|
239
250
|
}
|
|
240
|
-
type
|
|
251
|
+
type verbose_group = _i_core._T_List<null, {
|
|
252
|
+
readonly 'key': string;
|
|
253
|
+
readonly 'value': _T_Value;
|
|
254
|
+
}>;
|
|
255
|
+
namespace text {
|
|
256
|
+
type value = string;
|
|
257
|
+
namespace delimiter {
|
|
258
|
+
namespace SG {
|
|
259
|
+
type none = null;
|
|
260
|
+
type quote = null;
|
|
261
|
+
type backtick = null;
|
|
262
|
+
}
|
|
263
|
+
type SG = readonly ['none', null] | readonly ['quote', null] | readonly ['backtick', null];
|
|
264
|
+
}
|
|
265
|
+
type delimiter = _i_core._T_State_Group<null, readonly ['none', null] | readonly ['quote', null] | readonly ['backtick', null]>;
|
|
266
|
+
}
|
|
267
|
+
type text = {
|
|
268
|
+
readonly 'value': string;
|
|
269
|
+
readonly 'delimiter': _i_core._T_State_Group<null, readonly ['none', null] | readonly ['quote', null] | readonly ['backtick', null]>;
|
|
270
|
+
};
|
|
241
271
|
type nothing = null;
|
|
242
272
|
namespace optional {
|
|
243
273
|
namespace SG {
|
|
@@ -278,46 +308,26 @@ export declare namespace Value {
|
|
|
278
308
|
readonly 'value': _T_Value;
|
|
279
309
|
}
|
|
280
310
|
]>;
|
|
281
|
-
namespace text {
|
|
282
|
-
namespace delimiter {
|
|
283
|
-
namespace SG {
|
|
284
|
-
type backtick = null;
|
|
285
|
-
type none = null;
|
|
286
|
-
type quote = null;
|
|
287
|
-
}
|
|
288
|
-
type SG = readonly ['backtick', null] | readonly ['none', null] | readonly ['quote', null];
|
|
289
|
-
}
|
|
290
|
-
type delimiter = _i_core._T_State_Group<null, readonly ['backtick', null] | readonly ['none', null] | readonly ['quote', null]>;
|
|
291
|
-
type value = string;
|
|
292
|
-
}
|
|
293
|
-
type text = {
|
|
294
|
-
readonly 'delimiter': _i_core._T_State_Group<null, readonly ['backtick', null] | readonly ['none', null] | readonly ['quote', null]>;
|
|
295
|
-
readonly 'value': string;
|
|
296
|
-
};
|
|
297
|
-
namespace verbose_group {
|
|
298
|
-
namespace L {
|
|
299
|
-
type key = string;
|
|
300
|
-
namespace value {
|
|
301
|
-
}
|
|
302
|
-
type value = _T_Value;
|
|
303
|
-
}
|
|
304
|
-
type L = {
|
|
305
|
-
readonly 'key': string;
|
|
306
|
-
readonly 'value': _T_Value;
|
|
307
|
-
};
|
|
308
|
-
}
|
|
309
|
-
type verbose_group = _i_core._T_List<null, {
|
|
310
|
-
readonly 'key': string;
|
|
311
|
-
readonly 'value': _T_Value;
|
|
312
|
-
}>;
|
|
313
311
|
}
|
|
314
|
-
type SG = readonly ['concise group', _i_core._T_List<null, _T_Value>] | readonly [
|
|
312
|
+
type SG = readonly ['list', _i_core._T_List<null, _T_Value>] | readonly ['concise group', _i_core._T_List<null, _T_Value>] | readonly [
|
|
315
313
|
'dictionary',
|
|
316
314
|
_i_core._T_List<null, {
|
|
317
315
|
readonly 'key': string;
|
|
318
316
|
readonly 'value': _T_Value;
|
|
319
317
|
}>
|
|
320
|
-
] | readonly [
|
|
318
|
+
] | readonly [
|
|
319
|
+
'verbose group',
|
|
320
|
+
_i_core._T_List<null, {
|
|
321
|
+
readonly 'key': string;
|
|
322
|
+
readonly 'value': _T_Value;
|
|
323
|
+
}>
|
|
324
|
+
] | readonly [
|
|
325
|
+
'text',
|
|
326
|
+
{
|
|
327
|
+
readonly 'value': string;
|
|
328
|
+
readonly 'delimiter': _i_core._T_State_Group<null, readonly ['none', null] | readonly ['quote', null] | readonly ['backtick', null]>;
|
|
329
|
+
}
|
|
330
|
+
] | readonly ['nothing', null] | readonly [
|
|
321
331
|
'optional',
|
|
322
332
|
_i_core._T_State_Group<null, readonly ['not set', null] | readonly ['set', _T_Value]>
|
|
323
333
|
] | readonly [
|
|
@@ -329,27 +339,27 @@ export declare namespace Value {
|
|
|
329
339
|
readonly 'value': _T_Value;
|
|
330
340
|
}
|
|
331
341
|
]>
|
|
332
|
-
] | readonly [
|
|
333
|
-
'text',
|
|
334
|
-
{
|
|
335
|
-
readonly 'delimiter': _i_core._T_State_Group<null, readonly ['backtick', null] | readonly ['none', null] | readonly ['quote', null]>;
|
|
336
|
-
readonly 'value': string;
|
|
337
|
-
}
|
|
338
|
-
] | readonly [
|
|
339
|
-
'verbose group',
|
|
340
|
-
_i_core._T_List<null, {
|
|
341
|
-
readonly 'key': string;
|
|
342
|
-
readonly 'value': _T_Value;
|
|
343
|
-
}>
|
|
344
342
|
];
|
|
345
343
|
}
|
|
346
|
-
type _type = _i_core._T_State_Group<null, readonly ['concise group', _i_core._T_List<null, _T_Value>] | readonly [
|
|
344
|
+
type _type = _i_core._T_State_Group<null, readonly ['list', _i_core._T_List<null, _T_Value>] | readonly ['concise group', _i_core._T_List<null, _T_Value>] | readonly [
|
|
347
345
|
'dictionary',
|
|
348
346
|
_i_core._T_List<null, {
|
|
349
347
|
readonly 'key': string;
|
|
350
348
|
readonly 'value': _T_Value;
|
|
351
349
|
}>
|
|
352
|
-
] | readonly [
|
|
350
|
+
] | readonly [
|
|
351
|
+
'verbose group',
|
|
352
|
+
_i_core._T_List<null, {
|
|
353
|
+
readonly 'key': string;
|
|
354
|
+
readonly 'value': _T_Value;
|
|
355
|
+
}>
|
|
356
|
+
] | readonly [
|
|
357
|
+
'text',
|
|
358
|
+
{
|
|
359
|
+
readonly 'value': string;
|
|
360
|
+
readonly 'delimiter': _i_core._T_State_Group<null, readonly ['none', null] | readonly ['quote', null] | readonly ['backtick', null]>;
|
|
361
|
+
}
|
|
362
|
+
] | readonly ['nothing', null] | readonly [
|
|
353
363
|
'optional',
|
|
354
364
|
_i_core._T_State_Group<null, readonly ['not set', null] | readonly ['set', _T_Value]>
|
|
355
365
|
] | readonly [
|
|
@@ -361,17 +371,7 @@ export declare namespace Value {
|
|
|
361
371
|
readonly 'value': _T_Value;
|
|
362
372
|
}
|
|
363
373
|
]>
|
|
364
|
-
] | readonly [
|
|
365
|
-
'text',
|
|
366
|
-
{
|
|
367
|
-
readonly 'delimiter': _i_core._T_State_Group<null, readonly ['backtick', null] | readonly ['none', null] | readonly ['quote', null]>;
|
|
368
|
-
readonly 'value': string;
|
|
369
|
-
}
|
|
370
|
-
] | readonly [
|
|
371
|
-
'verbose group',
|
|
372
|
-
_i_core._T_List<null, {
|
|
373
|
-
readonly 'key': string;
|
|
374
|
-
readonly 'value': _T_Value;
|
|
375
|
-
}>
|
|
376
374
|
]>;
|
|
377
375
|
}
|
|
376
|
+
export declare namespace Document {
|
|
377
|
+
}
|
|
@@ -1,18 +1,18 @@
|
|
|
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_Value = ($$_: _i_in._T_Value, $$_p: {
|
|
5
5
|
readonly 'value serializers': _i_vs._T_Value_Serializers;
|
|
6
6
|
}) => _i_out._T_Value;
|
|
7
|
-
export type
|
|
7
|
+
export type _T_Document = ($$_: _i_in._T_Document, $$_p: {
|
|
8
8
|
readonly 'value serializers': _i_vs._T_Value_Serializers;
|
|
9
9
|
}) => _i_out._T_Value;
|
|
10
|
-
export type Document = _T_Document;
|
|
11
10
|
export type Value = _T_Value;
|
|
12
|
-
export
|
|
11
|
+
export type Document = _T_Document;
|
|
12
|
+
export declare namespace _T_Value {
|
|
13
13
|
namespace CONTEXT {
|
|
14
14
|
}
|
|
15
|
-
type CONTEXT = _i_in.
|
|
15
|
+
type CONTEXT = _i_in._T_Value;
|
|
16
16
|
namespace PARAMS {
|
|
17
17
|
namespace value_serializers {
|
|
18
18
|
}
|
|
@@ -22,10 +22,10 @@ export declare namespace _T_Document {
|
|
|
22
22
|
}
|
|
23
23
|
type RESULT = _i_out._T_Value;
|
|
24
24
|
}
|
|
25
|
-
export declare namespace
|
|
25
|
+
export declare namespace _T_Document {
|
|
26
26
|
namespace CONTEXT {
|
|
27
27
|
}
|
|
28
|
-
type CONTEXT = _i_in.
|
|
28
|
+
type CONTEXT = _i_in._T_Document;
|
|
29
29
|
namespace PARAMS {
|
|
30
30
|
namespace value_serializers {
|
|
31
31
|
}
|
|
@@ -35,10 +35,10 @@ export declare namespace _T_Value {
|
|
|
35
35
|
}
|
|
36
36
|
type RESULT = _i_out._T_Value;
|
|
37
37
|
}
|
|
38
|
-
export declare namespace
|
|
38
|
+
export declare namespace Value {
|
|
39
39
|
namespace CONTEXT {
|
|
40
40
|
}
|
|
41
|
-
type CONTEXT = _i_in.
|
|
41
|
+
type CONTEXT = _i_in._T_Value;
|
|
42
42
|
namespace PARAMS {
|
|
43
43
|
namespace value_serializers {
|
|
44
44
|
}
|
|
@@ -48,10 +48,10 @@ export declare namespace Document {
|
|
|
48
48
|
}
|
|
49
49
|
type RESULT = _i_out._T_Value;
|
|
50
50
|
}
|
|
51
|
-
export declare namespace
|
|
51
|
+
export declare namespace Document {
|
|
52
52
|
namespace CONTEXT {
|
|
53
53
|
}
|
|
54
|
-
type CONTEXT = _i_in.
|
|
54
|
+
type CONTEXT = _i_in._T_Document;
|
|
55
55
|
namespace PARAMS {
|
|
56
56
|
namespace value_serializers {
|
|
57
57
|
}
|
|
@@ -1,19 +1,9 @@
|
|
|
1
|
-
import * as _i_in from "./data_types/source";
|
|
2
1
|
import * as _i_out from "./data_types/target";
|
|
3
|
-
|
|
2
|
+
import * as _i_in from "./data_types/source";
|
|
4
3
|
export type _T_Value = ($$_: _i_in._T_Value, $$_p: null) => _i_out._T_Value;
|
|
5
|
-
export type
|
|
4
|
+
export type _T_Document = ($$_: _i_in._T_Document, $$_p: null) => _i_out._T_Document;
|
|
6
5
|
export type Value = _T_Value;
|
|
7
|
-
export
|
|
8
|
-
namespace CONTEXT {
|
|
9
|
-
}
|
|
10
|
-
type CONTEXT = _i_in._T_Document;
|
|
11
|
-
namespace PARAMS {
|
|
12
|
-
}
|
|
13
|
-
namespace RESULT {
|
|
14
|
-
}
|
|
15
|
-
type RESULT = _i_out._T_Document;
|
|
16
|
-
}
|
|
6
|
+
export type Document = _T_Document;
|
|
17
7
|
export declare namespace _T_Value {
|
|
18
8
|
namespace CONTEXT {
|
|
19
9
|
}
|
|
@@ -24,7 +14,7 @@ export declare namespace _T_Value {
|
|
|
24
14
|
}
|
|
25
15
|
type RESULT = _i_out._T_Value;
|
|
26
16
|
}
|
|
27
|
-
export declare namespace
|
|
17
|
+
export declare namespace _T_Document {
|
|
28
18
|
namespace CONTEXT {
|
|
29
19
|
}
|
|
30
20
|
type CONTEXT = _i_in._T_Document;
|
|
@@ -44,3 +34,13 @@ export declare namespace Value {
|
|
|
44
34
|
}
|
|
45
35
|
type RESULT = _i_out._T_Value;
|
|
46
36
|
}
|
|
37
|
+
export declare namespace Document {
|
|
38
|
+
namespace CONTEXT {
|
|
39
|
+
}
|
|
40
|
+
type CONTEXT = _i_in._T_Document;
|
|
41
|
+
namespace PARAMS {
|
|
42
|
+
}
|
|
43
|
+
namespace RESULT {
|
|
44
|
+
}
|
|
45
|
+
type RESULT = _i_out._T_Document;
|
|
46
|
+
}
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
import * as _i_in from "./data_types/source";
|
|
2
|
+
import * as _i_vs from "./value_serializers";
|
|
3
|
+
export type _T_Value = ($$_: _i_in._T_Value, $$_p: {
|
|
4
|
+
readonly 'value serializers': _i_vs._T_Value_Serializers;
|
|
5
|
+
}) => string;
|
|
6
|
+
export type _T_Document = ($$_: _i_in._T_Document, $$_p: {
|
|
7
|
+
readonly 'value serializers': _i_vs._T_Value_Serializers;
|
|
8
|
+
}) => string;
|
|
9
|
+
export type Value = _T_Value;
|
|
10
|
+
export type Document = _T_Document;
|
|
11
|
+
export declare namespace _T_Value {
|
|
12
|
+
namespace CONTEXT {
|
|
13
|
+
}
|
|
14
|
+
type CONTEXT = _i_in._T_Value;
|
|
15
|
+
namespace PARAMS {
|
|
16
|
+
namespace value_serializers {
|
|
17
|
+
}
|
|
18
|
+
type value_serializers = _i_vs._T_Value_Serializers;
|
|
19
|
+
}
|
|
20
|
+
type RESULT = string;
|
|
21
|
+
}
|
|
22
|
+
export declare namespace _T_Document {
|
|
23
|
+
namespace CONTEXT {
|
|
24
|
+
}
|
|
25
|
+
type CONTEXT = _i_in._T_Document;
|
|
26
|
+
namespace PARAMS {
|
|
27
|
+
namespace value_serializers {
|
|
28
|
+
}
|
|
29
|
+
type value_serializers = _i_vs._T_Value_Serializers;
|
|
30
|
+
}
|
|
31
|
+
type RESULT = string;
|
|
32
|
+
}
|
|
33
|
+
export declare namespace Value {
|
|
34
|
+
namespace CONTEXT {
|
|
35
|
+
}
|
|
36
|
+
type CONTEXT = _i_in._T_Value;
|
|
37
|
+
namespace PARAMS {
|
|
38
|
+
namespace value_serializers {
|
|
39
|
+
}
|
|
40
|
+
type value_serializers = _i_vs._T_Value_Serializers;
|
|
41
|
+
}
|
|
42
|
+
type RESULT = string;
|
|
43
|
+
}
|
|
44
|
+
export declare namespace Document {
|
|
45
|
+
namespace CONTEXT {
|
|
46
|
+
}
|
|
47
|
+
type CONTEXT = _i_in._T_Document;
|
|
48
|
+
namespace PARAMS {
|
|
49
|
+
namespace value_serializers {
|
|
50
|
+
}
|
|
51
|
+
type value_serializers = _i_vs._T_Value_Serializers;
|
|
52
|
+
}
|
|
53
|
+
type RESULT = string;
|
|
54
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2VyaWFsaXplLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vc3JjL2ludGVyZmFjZS9nZW5lcmF0ZWQvcGFyZXRvL3NjaGVtYXMvYXV0aG9yaW5nX3RhcmdldC9zZXJpYWxpemUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiJ9
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import * as _i_in from "../../core/astn_source";
|
|
2
1
|
import * as _i_out from "./data_types/target";
|
|
2
|
+
import * as _i_in from "../../core/astn_source";
|
|
3
3
|
import * as _i_vd from "./value_deserializers";
|
|
4
|
-
export type _T_Document = ($$_: _i_in._T_Value, $$_p: {
|
|
5
|
-
readonly 'value deserializers': _i_vd._T_Value_Deserializers;
|
|
6
|
-
}) => _i_out._T_Document;
|
|
7
4
|
export type _T_Value = ($$_: _i_in._T_Value, $$_p: {
|
|
8
5
|
readonly 'value deserializers': _i_vd._T_Value_Deserializers;
|
|
9
6
|
}) => _i_out._T_Value;
|
|
10
|
-
export type
|
|
7
|
+
export type _T_Document = ($$_: _i_in._T_Value, $$_p: {
|
|
8
|
+
readonly 'value deserializers': _i_vd._T_Value_Deserializers;
|
|
9
|
+
}) => _i_out._T_Document;
|
|
11
10
|
export type Value = _T_Value;
|
|
12
|
-
export
|
|
11
|
+
export type Document = _T_Document;
|
|
12
|
+
export declare namespace _T_Value {
|
|
13
13
|
namespace CONTEXT {
|
|
14
14
|
}
|
|
15
15
|
type CONTEXT = _i_in._T_Value;
|
|
@@ -20,9 +20,9 @@ export declare namespace _T_Document {
|
|
|
20
20
|
}
|
|
21
21
|
namespace RESULT {
|
|
22
22
|
}
|
|
23
|
-
type RESULT = _i_out.
|
|
23
|
+
type RESULT = _i_out._T_Value;
|
|
24
24
|
}
|
|
25
|
-
export declare namespace
|
|
25
|
+
export declare namespace _T_Document {
|
|
26
26
|
namespace CONTEXT {
|
|
27
27
|
}
|
|
28
28
|
type CONTEXT = _i_in._T_Value;
|
|
@@ -33,9 +33,9 @@ export declare namespace _T_Value {
|
|
|
33
33
|
}
|
|
34
34
|
namespace RESULT {
|
|
35
35
|
}
|
|
36
|
-
type RESULT = _i_out.
|
|
36
|
+
type RESULT = _i_out._T_Document;
|
|
37
37
|
}
|
|
38
|
-
export declare namespace
|
|
38
|
+
export declare namespace Value {
|
|
39
39
|
namespace CONTEXT {
|
|
40
40
|
}
|
|
41
41
|
type CONTEXT = _i_in._T_Value;
|
|
@@ -46,9 +46,9 @@ export declare namespace Document {
|
|
|
46
46
|
}
|
|
47
47
|
namespace RESULT {
|
|
48
48
|
}
|
|
49
|
-
type RESULT = _i_out.
|
|
49
|
+
type RESULT = _i_out._T_Value;
|
|
50
50
|
}
|
|
51
|
-
export declare namespace
|
|
51
|
+
export declare namespace Document {
|
|
52
52
|
namespace CONTEXT {
|
|
53
53
|
}
|
|
54
54
|
type CONTEXT = _i_in._T_Value;
|
|
@@ -59,5 +59,5 @@ export declare namespace Value {
|
|
|
59
59
|
}
|
|
60
60
|
namespace RESULT {
|
|
61
61
|
}
|
|
62
|
-
type RESULT = _i_out.
|
|
62
|
+
type RESULT = _i_out._T_Document;
|
|
63
63
|
}
|
|
@@ -1,12 +1,19 @@
|
|
|
1
1
|
export type _T_Value_Deserializers = {
|
|
2
|
+
readonly 'default number': ($$_: string, $$_p: null) => number;
|
|
2
3
|
readonly 'boolean': ($$_: string, $$_p: null) => boolean;
|
|
3
4
|
readonly 'custom numbers': {
|
|
4
5
|
readonly 'Position': ($$_: string, $$_p: null) => number;
|
|
5
6
|
};
|
|
6
|
-
readonly 'default number': ($$_: string, $$_p: null) => number;
|
|
7
7
|
};
|
|
8
8
|
export type Value_Deserializers = _T_Value_Deserializers;
|
|
9
9
|
export declare namespace _T_Value_Deserializers {
|
|
10
|
+
namespace default_number {
|
|
11
|
+
type CONTEXT = string;
|
|
12
|
+
namespace PARAMS {
|
|
13
|
+
}
|
|
14
|
+
type RESULT = number;
|
|
15
|
+
}
|
|
16
|
+
type default_number = ($$_: string, $$_p: null) => number;
|
|
10
17
|
namespace _boolean {
|
|
11
18
|
type CONTEXT = string;
|
|
12
19
|
namespace PARAMS {
|
|
@@ -26,6 +33,8 @@ export declare namespace _T_Value_Deserializers {
|
|
|
26
33
|
type custom_numbers = {
|
|
27
34
|
readonly 'Position': ($$_: string, $$_p: null) => number;
|
|
28
35
|
};
|
|
36
|
+
}
|
|
37
|
+
export declare namespace Value_Deserializers {
|
|
29
38
|
namespace default_number {
|
|
30
39
|
type CONTEXT = string;
|
|
31
40
|
namespace PARAMS {
|
|
@@ -33,8 +42,6 @@ export declare namespace _T_Value_Deserializers {
|
|
|
33
42
|
type RESULT = number;
|
|
34
43
|
}
|
|
35
44
|
type default_number = ($$_: string, $$_p: null) => number;
|
|
36
|
-
}
|
|
37
|
-
export declare namespace Value_Deserializers {
|
|
38
45
|
namespace _boolean {
|
|
39
46
|
type CONTEXT = string;
|
|
40
47
|
namespace PARAMS {
|
|
@@ -54,11 +61,4 @@ export declare namespace Value_Deserializers {
|
|
|
54
61
|
type custom_numbers = {
|
|
55
62
|
readonly 'Position': ($$_: string, $$_p: null) => number;
|
|
56
63
|
};
|
|
57
|
-
namespace default_number {
|
|
58
|
-
type CONTEXT = string;
|
|
59
|
-
namespace PARAMS {
|
|
60
|
-
}
|
|
61
|
-
type RESULT = number;
|
|
62
|
-
}
|
|
63
|
-
type default_number = ($$_: string, $$_p: null) => number;
|
|
64
64
|
}
|