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,19 +1,19 @@
|
|
|
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_Key_Value_Pairs_To_Be_Sorted = ($$_: _i_in._T_Value, $$_p: {
|
|
5
|
-
readonly 'value deserializers': _i_vd._T_Value_Deserializers;
|
|
6
|
-
}) => _i_out._T_Key_Value_Pairs_To_Be_Sorted;
|
|
7
4
|
export type _T_Relative_Range = ($$_: _i_in._T_Value, $$_p: {
|
|
8
5
|
readonly 'value deserializers': _i_vd._T_Value_Deserializers;
|
|
9
6
|
}) => _i_out._T_Relative_Range;
|
|
10
7
|
export type _T_Text_Edits = ($$_: _i_in._T_Value, $$_p: {
|
|
11
8
|
readonly 'value deserializers': _i_vd._T_Value_Deserializers;
|
|
12
9
|
}) => _i_out._T_Text_Edits;
|
|
13
|
-
export type
|
|
10
|
+
export type _T_Key_Value_Pairs_To_Be_Sorted = ($$_: _i_in._T_Value, $$_p: {
|
|
11
|
+
readonly 'value deserializers': _i_vd._T_Value_Deserializers;
|
|
12
|
+
}) => _i_out._T_Key_Value_Pairs_To_Be_Sorted;
|
|
14
13
|
export type Relative_Range = _T_Relative_Range;
|
|
15
14
|
export type Text_Edits = _T_Text_Edits;
|
|
16
|
-
export
|
|
15
|
+
export type Key_Value_Pairs_To_Be_Sorted = _T_Key_Value_Pairs_To_Be_Sorted;
|
|
16
|
+
export declare namespace _T_Relative_Range {
|
|
17
17
|
namespace CONTEXT {
|
|
18
18
|
}
|
|
19
19
|
type CONTEXT = _i_in._T_Value;
|
|
@@ -24,9 +24,9 @@ export declare namespace _T_Key_Value_Pairs_To_Be_Sorted {
|
|
|
24
24
|
}
|
|
25
25
|
namespace RESULT {
|
|
26
26
|
}
|
|
27
|
-
type RESULT = _i_out.
|
|
27
|
+
type RESULT = _i_out._T_Relative_Range;
|
|
28
28
|
}
|
|
29
|
-
export declare namespace
|
|
29
|
+
export declare namespace _T_Text_Edits {
|
|
30
30
|
namespace CONTEXT {
|
|
31
31
|
}
|
|
32
32
|
type CONTEXT = _i_in._T_Value;
|
|
@@ -37,9 +37,9 @@ export declare namespace _T_Relative_Range {
|
|
|
37
37
|
}
|
|
38
38
|
namespace RESULT {
|
|
39
39
|
}
|
|
40
|
-
type RESULT = _i_out.
|
|
40
|
+
type RESULT = _i_out._T_Text_Edits;
|
|
41
41
|
}
|
|
42
|
-
export declare namespace
|
|
42
|
+
export declare namespace _T_Key_Value_Pairs_To_Be_Sorted {
|
|
43
43
|
namespace CONTEXT {
|
|
44
44
|
}
|
|
45
45
|
type CONTEXT = _i_in._T_Value;
|
|
@@ -50,9 +50,9 @@ export declare namespace _T_Text_Edits {
|
|
|
50
50
|
}
|
|
51
51
|
namespace RESULT {
|
|
52
52
|
}
|
|
53
|
-
type RESULT = _i_out.
|
|
53
|
+
type RESULT = _i_out._T_Key_Value_Pairs_To_Be_Sorted;
|
|
54
54
|
}
|
|
55
|
-
export declare namespace
|
|
55
|
+
export declare namespace Relative_Range {
|
|
56
56
|
namespace CONTEXT {
|
|
57
57
|
}
|
|
58
58
|
type CONTEXT = _i_in._T_Value;
|
|
@@ -63,9 +63,9 @@ export declare namespace Key_Value_Pairs_To_Be_Sorted {
|
|
|
63
63
|
}
|
|
64
64
|
namespace RESULT {
|
|
65
65
|
}
|
|
66
|
-
type RESULT = _i_out.
|
|
66
|
+
type RESULT = _i_out._T_Relative_Range;
|
|
67
67
|
}
|
|
68
|
-
export declare namespace
|
|
68
|
+
export declare namespace Text_Edits {
|
|
69
69
|
namespace CONTEXT {
|
|
70
70
|
}
|
|
71
71
|
type CONTEXT = _i_in._T_Value;
|
|
@@ -76,9 +76,9 @@ export declare namespace Relative_Range {
|
|
|
76
76
|
}
|
|
77
77
|
namespace RESULT {
|
|
78
78
|
}
|
|
79
|
-
type RESULT = _i_out.
|
|
79
|
+
type RESULT = _i_out._T_Text_Edits;
|
|
80
80
|
}
|
|
81
|
-
export declare namespace
|
|
81
|
+
export declare namespace Key_Value_Pairs_To_Be_Sorted {
|
|
82
82
|
namespace CONTEXT {
|
|
83
83
|
}
|
|
84
84
|
type CONTEXT = _i_in._T_Value;
|
|
@@ -89,5 +89,5 @@ export declare namespace Text_Edits {
|
|
|
89
89
|
}
|
|
90
90
|
namespace RESULT {
|
|
91
91
|
}
|
|
92
|
-
type RESULT = _i_out.
|
|
92
|
+
type RESULT = _i_out._T_Key_Value_Pairs_To_Be_Sorted;
|
|
93
93
|
}
|
|
@@ -1,10 +1,17 @@
|
|
|
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': null;
|
|
4
|
-
readonly 'default number': ($$_: string, $$_p: null) => number;
|
|
5
5
|
};
|
|
6
6
|
export type Value_Deserializers = _T_Value_Deserializers;
|
|
7
7
|
export declare namespace _T_Value_Deserializers {
|
|
8
|
+
namespace default_number {
|
|
9
|
+
type CONTEXT = string;
|
|
10
|
+
namespace PARAMS {
|
|
11
|
+
}
|
|
12
|
+
type RESULT = number;
|
|
13
|
+
}
|
|
14
|
+
type default_number = ($$_: string, $$_p: null) => number;
|
|
8
15
|
namespace _boolean {
|
|
9
16
|
type CONTEXT = string;
|
|
10
17
|
namespace PARAMS {
|
|
@@ -15,6 +22,8 @@ export declare namespace _T_Value_Deserializers {
|
|
|
15
22
|
namespace custom_numbers {
|
|
16
23
|
}
|
|
17
24
|
type custom_numbers = null;
|
|
25
|
+
}
|
|
26
|
+
export declare namespace Value_Deserializers {
|
|
18
27
|
namespace default_number {
|
|
19
28
|
type CONTEXT = string;
|
|
20
29
|
namespace PARAMS {
|
|
@@ -22,8 +31,6 @@ export declare namespace _T_Value_Deserializers {
|
|
|
22
31
|
type RESULT = number;
|
|
23
32
|
}
|
|
24
33
|
type default_number = ($$_: string, $$_p: null) => number;
|
|
25
|
-
}
|
|
26
|
-
export declare namespace Value_Deserializers {
|
|
27
34
|
namespace _boolean {
|
|
28
35
|
type CONTEXT = string;
|
|
29
36
|
namespace PARAMS {
|
|
@@ -34,11 +41,4 @@ export declare namespace Value_Deserializers {
|
|
|
34
41
|
namespace custom_numbers {
|
|
35
42
|
}
|
|
36
43
|
type custom_numbers = null;
|
|
37
|
-
namespace default_number {
|
|
38
|
-
type CONTEXT = string;
|
|
39
|
-
namespace PARAMS {
|
|
40
|
-
}
|
|
41
|
-
type RESULT = number;
|
|
42
|
-
}
|
|
43
|
-
type default_number = ($$_: string, $$_p: null) => number;
|
|
44
44
|
}
|
|
@@ -1,10 +1,17 @@
|
|
|
1
1
|
export type _T_Value_Serializers = {
|
|
2
|
+
readonly 'default number': ($$_: number, $$_p: null) => string;
|
|
2
3
|
readonly 'boolean': ($$_: boolean, $$_p: null) => string;
|
|
3
4
|
readonly 'custom numbers': null;
|
|
4
|
-
readonly 'default number': ($$_: number, $$_p: null) => string;
|
|
5
5
|
};
|
|
6
6
|
export type Value_Serializers = _T_Value_Serializers;
|
|
7
7
|
export declare namespace _T_Value_Serializers {
|
|
8
|
+
namespace default_number {
|
|
9
|
+
type CONTEXT = number;
|
|
10
|
+
namespace PARAMS {
|
|
11
|
+
}
|
|
12
|
+
type RESULT = string;
|
|
13
|
+
}
|
|
14
|
+
type default_number = ($$_: number, $$_p: null) => string;
|
|
8
15
|
namespace _boolean {
|
|
9
16
|
type CONTEXT = boolean;
|
|
10
17
|
namespace PARAMS {
|
|
@@ -15,6 +22,8 @@ export declare namespace _T_Value_Serializers {
|
|
|
15
22
|
namespace custom_numbers {
|
|
16
23
|
}
|
|
17
24
|
type custom_numbers = null;
|
|
25
|
+
}
|
|
26
|
+
export declare namespace Value_Serializers {
|
|
18
27
|
namespace default_number {
|
|
19
28
|
type CONTEXT = number;
|
|
20
29
|
namespace PARAMS {
|
|
@@ -22,8 +31,6 @@ export declare namespace _T_Value_Serializers {
|
|
|
22
31
|
type RESULT = string;
|
|
23
32
|
}
|
|
24
33
|
type default_number = ($$_: number, $$_p: null) => string;
|
|
25
|
-
}
|
|
26
|
-
export declare namespace Value_Serializers {
|
|
27
34
|
namespace _boolean {
|
|
28
35
|
type CONTEXT = boolean;
|
|
29
36
|
namespace PARAMS {
|
|
@@ -34,11 +41,4 @@ export declare namespace Value_Serializers {
|
|
|
34
41
|
namespace custom_numbers {
|
|
35
42
|
}
|
|
36
43
|
type custom_numbers = null;
|
|
37
|
-
namespace default_number {
|
|
38
|
-
type CONTEXT = number;
|
|
39
|
-
namespace PARAMS {
|
|
40
|
-
}
|
|
41
|
-
type RESULT = string;
|
|
42
|
-
}
|
|
43
|
-
type default_number = ($$_: number, $$_p: null) => string;
|
|
44
44
|
}
|
|
@@ -4,4 +4,4 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
4
4
|
// **** FRIENDLY NAMES FOR THE GLOBAL TYPES
|
|
5
5
|
// **** ALIASES FOR NESTED TYPE WITH PREFIXED ROOT NAMES
|
|
6
6
|
// *** ALIASES FOR NESTED TYPES
|
|
7
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
7
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmVzb2x2ZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3NyYy9pbnRlcmZhY2UvZ2VuZXJhdGVkL3BhcmV0by9zY2hlbWFzL3NlYWxlZF90YXJnZXQvZGF0YV90eXBlcy9yZXNvbHZlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7O0FBTUEsYUFBYTtBQUViLDJDQUEyQztBQUUzQyx3REFBd0Q7QUFFeEQsK0JBQStCIn0=
|
|
@@ -1,39 +1,43 @@
|
|
|
1
1
|
import * as _i_core from "../../../core/resolved";
|
|
2
|
-
export type
|
|
3
|
-
export type _T_Value = _i_core._T_State_Group<null, readonly [
|
|
2
|
+
export type _T_Value = _i_core._T_State_Group<null, readonly ['list', _i_core._T_List<null, _T_Value>] | readonly [
|
|
4
3
|
'dictionary',
|
|
5
4
|
_i_core._T_List<null, {
|
|
6
5
|
readonly 'key': string;
|
|
7
6
|
readonly 'value': _T_Value;
|
|
8
7
|
}>
|
|
9
|
-
] | readonly ['list', _i_core._T_List<null, _T_Value>] | readonly ['nothing', null] | readonly [
|
|
10
|
-
'optional',
|
|
11
|
-
_i_core._T_State_Group<null, readonly ['not set', null] | readonly ['set', _T_Value]>
|
|
12
8
|
] | readonly [
|
|
13
|
-
'
|
|
14
|
-
{
|
|
15
|
-
readonly '
|
|
9
|
+
'verbose group',
|
|
10
|
+
_i_core._T_List<null, {
|
|
11
|
+
readonly 'key': string;
|
|
16
12
|
readonly 'value': _T_Value;
|
|
17
|
-
}
|
|
13
|
+
}>
|
|
18
14
|
] | readonly [
|
|
19
15
|
'text',
|
|
20
16
|
{
|
|
21
|
-
readonly 'delimiter': _i_core._T_State_Group<null, readonly ['backtick', null] | readonly ['none', null] | readonly ['quote', null]>;
|
|
22
17
|
readonly 'value': string;
|
|
18
|
+
readonly 'delimiter': _i_core._T_State_Group<null, readonly ['none', null] | readonly ['quote', null] | readonly ['backtick', null]>;
|
|
23
19
|
}
|
|
20
|
+
] | readonly ['nothing', null] | readonly [
|
|
21
|
+
'optional',
|
|
22
|
+
_i_core._T_State_Group<null, readonly ['not set', null] | readonly ['set', _T_Value]>
|
|
24
23
|
] | readonly [
|
|
25
|
-
'
|
|
26
|
-
|
|
27
|
-
readonly '
|
|
24
|
+
'state',
|
|
25
|
+
{
|
|
26
|
+
readonly 'state': string;
|
|
28
27
|
readonly 'value': _T_Value;
|
|
29
|
-
}
|
|
28
|
+
}
|
|
30
29
|
]>;
|
|
31
|
-
export type
|
|
30
|
+
export type _T_Document = _T_Value;
|
|
32
31
|
export type Value = _T_Value;
|
|
33
|
-
export
|
|
34
|
-
}
|
|
32
|
+
export type Document = _T_Document;
|
|
35
33
|
export declare namespace _T_Value {
|
|
36
34
|
namespace SG {
|
|
35
|
+
namespace list {
|
|
36
|
+
namespace L {
|
|
37
|
+
}
|
|
38
|
+
type L = _T_Value;
|
|
39
|
+
}
|
|
40
|
+
type list = _i_core._T_List<null, _T_Value>;
|
|
37
41
|
namespace dictionary {
|
|
38
42
|
namespace L {
|
|
39
43
|
type key = string;
|
|
@@ -50,12 +54,38 @@ export declare namespace _T_Value {
|
|
|
50
54
|
readonly 'key': string;
|
|
51
55
|
readonly 'value': _T_Value;
|
|
52
56
|
}>;
|
|
53
|
-
namespace
|
|
57
|
+
namespace verbose_group {
|
|
54
58
|
namespace L {
|
|
59
|
+
type key = string;
|
|
60
|
+
namespace value {
|
|
61
|
+
}
|
|
62
|
+
type value = _T_Value;
|
|
55
63
|
}
|
|
56
|
-
type L =
|
|
64
|
+
type L = {
|
|
65
|
+
readonly 'key': string;
|
|
66
|
+
readonly 'value': _T_Value;
|
|
67
|
+
};
|
|
57
68
|
}
|
|
58
|
-
type
|
|
69
|
+
type verbose_group = _i_core._T_List<null, {
|
|
70
|
+
readonly 'key': string;
|
|
71
|
+
readonly 'value': _T_Value;
|
|
72
|
+
}>;
|
|
73
|
+
namespace text {
|
|
74
|
+
type value = string;
|
|
75
|
+
namespace delimiter {
|
|
76
|
+
namespace SG {
|
|
77
|
+
type none = null;
|
|
78
|
+
type quote = null;
|
|
79
|
+
type backtick = null;
|
|
80
|
+
}
|
|
81
|
+
type SG = readonly ['none', null] | readonly ['quote', null] | readonly ['backtick', null];
|
|
82
|
+
}
|
|
83
|
+
type delimiter = _i_core._T_State_Group<null, readonly ['none', null] | readonly ['quote', null] | readonly ['backtick', null]>;
|
|
84
|
+
}
|
|
85
|
+
type text = {
|
|
86
|
+
readonly 'value': string;
|
|
87
|
+
readonly 'delimiter': _i_core._T_State_Group<null, readonly ['none', null] | readonly ['quote', null] | readonly ['backtick', null]>;
|
|
88
|
+
};
|
|
59
89
|
type nothing = null;
|
|
60
90
|
namespace optional {
|
|
61
91
|
namespace SG {
|
|
@@ -77,72 +107,46 @@ export declare namespace _T_Value {
|
|
|
77
107
|
readonly 'state': string;
|
|
78
108
|
readonly 'value': _T_Value;
|
|
79
109
|
};
|
|
80
|
-
namespace text {
|
|
81
|
-
namespace delimiter {
|
|
82
|
-
namespace SG {
|
|
83
|
-
type backtick = null;
|
|
84
|
-
type none = null;
|
|
85
|
-
type quote = null;
|
|
86
|
-
}
|
|
87
|
-
type SG = readonly ['backtick', null] | readonly ['none', null] | readonly ['quote', null];
|
|
88
|
-
}
|
|
89
|
-
type delimiter = _i_core._T_State_Group<null, readonly ['backtick', null] | readonly ['none', null] | readonly ['quote', null]>;
|
|
90
|
-
type value = string;
|
|
91
|
-
}
|
|
92
|
-
type text = {
|
|
93
|
-
readonly 'delimiter': _i_core._T_State_Group<null, readonly ['backtick', null] | readonly ['none', null] | readonly ['quote', null]>;
|
|
94
|
-
readonly 'value': string;
|
|
95
|
-
};
|
|
96
|
-
namespace verbose_group {
|
|
97
|
-
namespace L {
|
|
98
|
-
type key = string;
|
|
99
|
-
namespace value {
|
|
100
|
-
}
|
|
101
|
-
type value = _T_Value;
|
|
102
|
-
}
|
|
103
|
-
type L = {
|
|
104
|
-
readonly 'key': string;
|
|
105
|
-
readonly 'value': _T_Value;
|
|
106
|
-
};
|
|
107
|
-
}
|
|
108
|
-
type verbose_group = _i_core._T_List<null, {
|
|
109
|
-
readonly 'key': string;
|
|
110
|
-
readonly 'value': _T_Value;
|
|
111
|
-
}>;
|
|
112
110
|
}
|
|
113
|
-
type SG = readonly [
|
|
111
|
+
type SG = readonly ['list', _i_core._T_List<null, _T_Value>] | readonly [
|
|
114
112
|
'dictionary',
|
|
115
113
|
_i_core._T_List<null, {
|
|
116
114
|
readonly 'key': string;
|
|
117
115
|
readonly 'value': _T_Value;
|
|
118
116
|
}>
|
|
119
|
-
] | readonly ['list', _i_core._T_List<null, _T_Value>] | readonly ['nothing', null] | readonly [
|
|
120
|
-
'optional',
|
|
121
|
-
_i_core._T_State_Group<null, readonly ['not set', null] | readonly ['set', _T_Value]>
|
|
122
117
|
] | readonly [
|
|
123
|
-
'
|
|
124
|
-
{
|
|
125
|
-
readonly '
|
|
118
|
+
'verbose group',
|
|
119
|
+
_i_core._T_List<null, {
|
|
120
|
+
readonly 'key': string;
|
|
126
121
|
readonly 'value': _T_Value;
|
|
127
|
-
}
|
|
122
|
+
}>
|
|
128
123
|
] | readonly [
|
|
129
124
|
'text',
|
|
130
125
|
{
|
|
131
|
-
readonly 'delimiter': _i_core._T_State_Group<null, readonly ['backtick', null] | readonly ['none', null] | readonly ['quote', null]>;
|
|
132
126
|
readonly 'value': string;
|
|
127
|
+
readonly 'delimiter': _i_core._T_State_Group<null, readonly ['none', null] | readonly ['quote', null] | readonly ['backtick', null]>;
|
|
133
128
|
}
|
|
129
|
+
] | readonly ['nothing', null] | readonly [
|
|
130
|
+
'optional',
|
|
131
|
+
_i_core._T_State_Group<null, readonly ['not set', null] | readonly ['set', _T_Value]>
|
|
134
132
|
] | readonly [
|
|
135
|
-
'
|
|
136
|
-
|
|
137
|
-
readonly '
|
|
133
|
+
'state',
|
|
134
|
+
{
|
|
135
|
+
readonly 'state': string;
|
|
138
136
|
readonly 'value': _T_Value;
|
|
139
|
-
}
|
|
137
|
+
}
|
|
140
138
|
];
|
|
141
139
|
}
|
|
142
|
-
export declare namespace
|
|
140
|
+
export declare namespace _T_Document {
|
|
143
141
|
}
|
|
144
142
|
export declare namespace Value {
|
|
145
143
|
namespace SG {
|
|
144
|
+
namespace list {
|
|
145
|
+
namespace L {
|
|
146
|
+
}
|
|
147
|
+
type L = _T_Value;
|
|
148
|
+
}
|
|
149
|
+
type list = _i_core._T_List<null, _T_Value>;
|
|
146
150
|
namespace dictionary {
|
|
147
151
|
namespace L {
|
|
148
152
|
type key = string;
|
|
@@ -159,12 +163,38 @@ export declare namespace Value {
|
|
|
159
163
|
readonly 'key': string;
|
|
160
164
|
readonly 'value': _T_Value;
|
|
161
165
|
}>;
|
|
162
|
-
namespace
|
|
166
|
+
namespace verbose_group {
|
|
163
167
|
namespace L {
|
|
168
|
+
type key = string;
|
|
169
|
+
namespace value {
|
|
170
|
+
}
|
|
171
|
+
type value = _T_Value;
|
|
164
172
|
}
|
|
165
|
-
type L =
|
|
173
|
+
type L = {
|
|
174
|
+
readonly 'key': string;
|
|
175
|
+
readonly 'value': _T_Value;
|
|
176
|
+
};
|
|
166
177
|
}
|
|
167
|
-
type
|
|
178
|
+
type verbose_group = _i_core._T_List<null, {
|
|
179
|
+
readonly 'key': string;
|
|
180
|
+
readonly 'value': _T_Value;
|
|
181
|
+
}>;
|
|
182
|
+
namespace text {
|
|
183
|
+
type value = string;
|
|
184
|
+
namespace delimiter {
|
|
185
|
+
namespace SG {
|
|
186
|
+
type none = null;
|
|
187
|
+
type quote = null;
|
|
188
|
+
type backtick = null;
|
|
189
|
+
}
|
|
190
|
+
type SG = readonly ['none', null] | readonly ['quote', null] | readonly ['backtick', null];
|
|
191
|
+
}
|
|
192
|
+
type delimiter = _i_core._T_State_Group<null, readonly ['none', null] | readonly ['quote', null] | readonly ['backtick', null]>;
|
|
193
|
+
}
|
|
194
|
+
type text = {
|
|
195
|
+
readonly 'value': string;
|
|
196
|
+
readonly 'delimiter': _i_core._T_State_Group<null, readonly ['none', null] | readonly ['quote', null] | readonly ['backtick', null]>;
|
|
197
|
+
};
|
|
168
198
|
type nothing = null;
|
|
169
199
|
namespace optional {
|
|
170
200
|
namespace SG {
|
|
@@ -186,65 +216,35 @@ export declare namespace Value {
|
|
|
186
216
|
readonly 'state': string;
|
|
187
217
|
readonly 'value': _T_Value;
|
|
188
218
|
};
|
|
189
|
-
namespace text {
|
|
190
|
-
namespace delimiter {
|
|
191
|
-
namespace SG {
|
|
192
|
-
type backtick = null;
|
|
193
|
-
type none = null;
|
|
194
|
-
type quote = null;
|
|
195
|
-
}
|
|
196
|
-
type SG = readonly ['backtick', null] | readonly ['none', null] | readonly ['quote', null];
|
|
197
|
-
}
|
|
198
|
-
type delimiter = _i_core._T_State_Group<null, readonly ['backtick', null] | readonly ['none', null] | readonly ['quote', null]>;
|
|
199
|
-
type value = string;
|
|
200
|
-
}
|
|
201
|
-
type text = {
|
|
202
|
-
readonly 'delimiter': _i_core._T_State_Group<null, readonly ['backtick', null] | readonly ['none', null] | readonly ['quote', null]>;
|
|
203
|
-
readonly 'value': string;
|
|
204
|
-
};
|
|
205
|
-
namespace verbose_group {
|
|
206
|
-
namespace L {
|
|
207
|
-
type key = string;
|
|
208
|
-
namespace value {
|
|
209
|
-
}
|
|
210
|
-
type value = _T_Value;
|
|
211
|
-
}
|
|
212
|
-
type L = {
|
|
213
|
-
readonly 'key': string;
|
|
214
|
-
readonly 'value': _T_Value;
|
|
215
|
-
};
|
|
216
|
-
}
|
|
217
|
-
type verbose_group = _i_core._T_List<null, {
|
|
218
|
-
readonly 'key': string;
|
|
219
|
-
readonly 'value': _T_Value;
|
|
220
|
-
}>;
|
|
221
219
|
}
|
|
222
|
-
type SG = readonly [
|
|
220
|
+
type SG = readonly ['list', _i_core._T_List<null, _T_Value>] | readonly [
|
|
223
221
|
'dictionary',
|
|
224
222
|
_i_core._T_List<null, {
|
|
225
223
|
readonly 'key': string;
|
|
226
224
|
readonly 'value': _T_Value;
|
|
227
225
|
}>
|
|
228
|
-
] | readonly ['list', _i_core._T_List<null, _T_Value>] | readonly ['nothing', null] | readonly [
|
|
229
|
-
'optional',
|
|
230
|
-
_i_core._T_State_Group<null, readonly ['not set', null] | readonly ['set', _T_Value]>
|
|
231
226
|
] | readonly [
|
|
232
|
-
'
|
|
233
|
-
{
|
|
234
|
-
readonly '
|
|
227
|
+
'verbose group',
|
|
228
|
+
_i_core._T_List<null, {
|
|
229
|
+
readonly 'key': string;
|
|
235
230
|
readonly 'value': _T_Value;
|
|
236
|
-
}
|
|
231
|
+
}>
|
|
237
232
|
] | readonly [
|
|
238
233
|
'text',
|
|
239
234
|
{
|
|
240
|
-
readonly 'delimiter': _i_core._T_State_Group<null, readonly ['backtick', null] | readonly ['none', null] | readonly ['quote', null]>;
|
|
241
235
|
readonly 'value': string;
|
|
236
|
+
readonly 'delimiter': _i_core._T_State_Group<null, readonly ['none', null] | readonly ['quote', null] | readonly ['backtick', null]>;
|
|
242
237
|
}
|
|
238
|
+
] | readonly ['nothing', null] | readonly [
|
|
239
|
+
'optional',
|
|
240
|
+
_i_core._T_State_Group<null, readonly ['not set', null] | readonly ['set', _T_Value]>
|
|
243
241
|
] | readonly [
|
|
244
|
-
'
|
|
245
|
-
|
|
246
|
-
readonly '
|
|
242
|
+
'state',
|
|
243
|
+
{
|
|
244
|
+
readonly 'state': string;
|
|
247
245
|
readonly 'value': _T_Value;
|
|
248
|
-
}
|
|
246
|
+
}
|
|
249
247
|
];
|
|
250
248
|
}
|
|
249
|
+
export declare namespace Document {
|
|
250
|
+
}
|