astn 0.113.21 → 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/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/annotated_characters/deserializers.js +37 -21
- package/dist/implementation/manual/schemas/authoring_parse_result/transformers/fountain_pen.js +5 -2
- package/dist/implementation/manual/schemas/authoring_parse_tree/deserializers.js +37 -5
- package/dist/implementation/manual/schemas/authoring_parse_tree/productions/new_interface_signatures.d.ts +8 -0
- package/dist/implementation/manual/schemas/authoring_parse_tree/productions/new_interface_signatures.js +3 -0
- package/dist/implementation/manual/schemas/authoring_parse_tree/productions/temp.d.ts +3 -0
- package/dist/implementation/manual/schemas/authoring_parse_tree/productions/temp.js +55 -0
- package/dist/implementation/manual/schemas/authoring_parse_tree/productions/token.d.ts +17 -10
- package/dist/implementation/manual/schemas/authoring_parse_tree/productions/token.js +115 -142
- 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 +76 -63
- 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/dist/shorthands/parse_result.d.ts +0 -2
- package/dist/shorthands/parse_result.js +17 -12
- package/package.json +6 -6
- package/dist/implementation/generated/pareto/generic/parse/ast.d.ts +0 -10
- package/dist/implementation/generated/pareto/generic/parse/ast.js +0 -245
- package/dist/implementation/generated/pareto/generic/parse/astn_parse_generic.d.ts +0 -16
- package/dist/implementation/generated/pareto/generic/parse/astn_parse_generic.js +0 -47
- package/dist/implementation/generated/pareto/generic/parse/parse.d.ts +0 -5
- package/dist/implementation/generated/pareto/generic/parse/parse.js +0 -55
- package/dist/implementation/generated/pareto/generic/parse/string_iterator.d.ts +0 -40
- package/dist/implementation/generated/pareto/generic/parse/string_iterator.js +0 -132
- package/dist/implementation/generated/pareto/generic/parse/token.d.ts +0 -10
- package/dist/implementation/generated/pareto/generic/parse/token.js +0 -519
- package/dist/implementation/manual/create_stream_to_stream_command.d.ts +0 -3
- package/dist/implementation/manual/create_stream_to_stream_command.js +0 -53
- package/dist/implementation/manual/schemas/parse_result/serializers.d.ts +0 -10
- package/dist/implementation/manual/schemas/parse_result/serializers.js +0 -83
- package/dist/modules/default_tool_signatures/command_creators/create_file_to_file_command.d.ts +0 -3
- package/dist/modules/default_tool_signatures/command_creators/create_file_to_file_command.js +0 -59
- package/dist/modules/default_tool_signatures/command_creators/create_stream_to_stream_command.d.ts +0 -3
- package/dist/modules/default_tool_signatures/command_creators/create_stream_to_stream_command.js +0 -53
- package/dist/modules/default_tool_signatures/implementation/manual/command_creators/create_file_to_file_command.d.ts +0 -6
- package/dist/modules/default_tool_signatures/implementation/manual/command_creators/create_file_to_file_command.js +0 -59
- package/dist/modules/default_tool_signatures/implementation/manual/command_creators/create_stream_to_stream_command.d.ts +0 -3
- package/dist/modules/default_tool_signatures/implementation/manual/command_creators/create_stream_to_stream_command.js +0 -53
- package/dist/modules/default_tool_signatures/implementation/manual/schemas/file_in_file_out/productions/text.d.ts +0 -4
- package/dist/modules/default_tool_signatures/implementation/manual/schemas/file_in_file_out/productions/text.js +0 -33
- package/dist/modules/default_tool_signatures/implementation/manual/schemas/file_in_file_out/refiners/main.d.ts +0 -4
- package/dist/modules/default_tool_signatures/implementation/manual/schemas/file_in_file_out/refiners/main.js +0 -37
- package/dist/modules/default_tool_signatures/implementation/manual/schemas/file_in_file_out/serializers.d.ts +0 -4
- package/dist/modules/default_tool_signatures/implementation/manual/schemas/file_in_file_out/serializers.js +0 -59
- package/dist/modules/default_tool_signatures/implementation/manual/schemas/transform_file/serializers.d.ts +0 -2
- package/dist/modules/default_tool_signatures/implementation/manual/schemas/transform_file/serializers.js +0 -39
- package/dist/modules/default_tool_signatures/interface/signatures.d.ts +0 -18
- package/dist/modules/default_tool_signatures/interface/signatures.js +0 -3
- package/dist/modules/default_tool_signatures/interface/to_be_generated/file_in_file_out.d.ts +0 -11
- package/dist/modules/default_tool_signatures/interface/to_be_generated/file_in_file_out.js +0 -3
- package/dist/modules/default_tool_signatures/interface/to_be_generated/transform_file.d.ts +0 -2
- package/dist/modules/default_tool_signatures/interface/to_be_generated/transform_file.js +0 -3
- package/dist/modules/file_transformer/implementation/manual/command_creators/transform_file.d.ts +0 -5
- package/dist/modules/file_transformer/implementation/manual/command_creators/transform_file.js +0 -59
- package/dist/modules/file_transformer/implementation/manual/schemas/file_in_file_out/productions/text.d.ts +0 -4
- package/dist/modules/file_transformer/implementation/manual/schemas/file_in_file_out/productions/text.js +0 -33
- package/dist/modules/file_transformer/implementation/manual/schemas/file_in_file_out/refiners/main.d.ts +0 -4
- package/dist/modules/file_transformer/implementation/manual/schemas/file_in_file_out/refiners/main.js +0 -37
- package/dist/modules/file_transformer/implementation/manual/schemas/file_in_file_out/serializers.d.ts +0 -4
- package/dist/modules/file_transformer/implementation/manual/schemas/file_in_file_out/serializers.js +0 -60
- package/dist/modules/file_transformer/implementation/manual/schemas/transform_file/serializers.d.ts +0 -2
- package/dist/modules/file_transformer/implementation/manual/schemas/transform_file/serializers.js +0 -40
- package/dist/modules/file_transformer/interface/signatures.d.ts +0 -12
- package/dist/modules/file_transformer/interface/signatures.js +0 -3
- package/dist/modules/file_transformer/interface/to_be_generated/file_in_file_out.d.ts +0 -12
- package/dist/modules/file_transformer/interface/to_be_generated/file_in_file_out.js +0 -3
- package/dist/modules/file_transformer/interface/to_be_generated/transform_file.d.ts +0 -3
- package/dist/modules/file_transformer/interface/to_be_generated/transform_file.js +0 -3
|
@@ -1,13 +1,24 @@
|
|
|
1
1
|
import * as _i_core from "../../../core/resolved";
|
|
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
|
+
}
|