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,35 +1,39 @@
|
|
|
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
|
|
5
|
-
readonly 'value deserializers': _i_vd._T_Value_Deserializers;
|
|
6
|
-
}) => _i_out._T_Concrete_Value;
|
|
7
|
-
export type _T_Document = ($$_: _i_in._T_Value, $$_p: {
|
|
4
|
+
export type _T_Structural_Token = ($$_: _i_in._T_Value, $$_p: {
|
|
8
5
|
readonly 'value deserializers': _i_vd._T_Value_Deserializers;
|
|
9
|
-
}) => _i_out.
|
|
10
|
-
export type
|
|
6
|
+
}) => _i_out._T_Structural_Token;
|
|
7
|
+
export type _T_String = ($$_: _i_in._T_Value, $$_p: {
|
|
11
8
|
readonly 'value deserializers': _i_vd._T_Value_Deserializers;
|
|
12
|
-
}) => _i_out.
|
|
9
|
+
}) => _i_out._T_String;
|
|
13
10
|
export type _T_Key_Value_Pairs = ($$_: _i_in._T_Value, $$_p: {
|
|
14
11
|
readonly 'value deserializers': _i_vd._T_Value_Deserializers;
|
|
15
12
|
}) => _i_out._T_Key_Value_Pairs;
|
|
16
|
-
export type
|
|
13
|
+
export type _T_Elements = ($$_: _i_in._T_Value, $$_p: {
|
|
17
14
|
readonly 'value deserializers': _i_vd._T_Value_Deserializers;
|
|
18
|
-
}) => _i_out.
|
|
19
|
-
export type
|
|
15
|
+
}) => _i_out._T_Elements;
|
|
16
|
+
export type _T_Concrete_Value = ($$_: _i_in._T_Value, $$_p: {
|
|
20
17
|
readonly 'value deserializers': _i_vd._T_Value_Deserializers;
|
|
21
|
-
}) => _i_out.
|
|
18
|
+
}) => _i_out._T_Concrete_Value;
|
|
22
19
|
export type _T_Value = ($$_: _i_in._T_Value, $$_p: {
|
|
23
20
|
readonly 'value deserializers': _i_vd._T_Value_Deserializers;
|
|
24
21
|
}) => _i_out._T_Value;
|
|
25
|
-
export type
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
export type
|
|
29
|
-
|
|
22
|
+
export type _T_Content = ($$_: _i_in._T_Value, $$_p: {
|
|
23
|
+
readonly 'value deserializers': _i_vd._T_Value_Deserializers;
|
|
24
|
+
}) => _i_out._T_Content;
|
|
25
|
+
export type _T_Document = ($$_: _i_in._T_Value, $$_p: {
|
|
26
|
+
readonly 'value deserializers': _i_vd._T_Value_Deserializers;
|
|
27
|
+
}) => _i_out._T_Document;
|
|
30
28
|
export type Structural_Token = _T_Structural_Token;
|
|
29
|
+
export type String = _T_String;
|
|
30
|
+
export type Key_Value_Pairs = _T_Key_Value_Pairs;
|
|
31
|
+
export type Elements = _T_Elements;
|
|
32
|
+
export type Concrete_Value = _T_Concrete_Value;
|
|
31
33
|
export type Value = _T_Value;
|
|
32
|
-
export
|
|
34
|
+
export type Content = _T_Content;
|
|
35
|
+
export type Document = _T_Document;
|
|
36
|
+
export declare namespace _T_Structural_Token {
|
|
33
37
|
namespace CONTEXT {
|
|
34
38
|
}
|
|
35
39
|
type CONTEXT = _i_in._T_Value;
|
|
@@ -40,9 +44,9 @@ export declare namespace _T_Concrete_Value {
|
|
|
40
44
|
}
|
|
41
45
|
namespace RESULT {
|
|
42
46
|
}
|
|
43
|
-
type RESULT = _i_out.
|
|
47
|
+
type RESULT = _i_out._T_Structural_Token;
|
|
44
48
|
}
|
|
45
|
-
export declare namespace
|
|
49
|
+
export declare namespace _T_String {
|
|
46
50
|
namespace CONTEXT {
|
|
47
51
|
}
|
|
48
52
|
type CONTEXT = _i_in._T_Value;
|
|
@@ -53,9 +57,9 @@ export declare namespace _T_Document {
|
|
|
53
57
|
}
|
|
54
58
|
namespace RESULT {
|
|
55
59
|
}
|
|
56
|
-
type RESULT = _i_out.
|
|
60
|
+
type RESULT = _i_out._T_String;
|
|
57
61
|
}
|
|
58
|
-
export declare namespace
|
|
62
|
+
export declare namespace _T_Key_Value_Pairs {
|
|
59
63
|
namespace CONTEXT {
|
|
60
64
|
}
|
|
61
65
|
type CONTEXT = _i_in._T_Value;
|
|
@@ -66,9 +70,9 @@ export declare namespace _T_Elements {
|
|
|
66
70
|
}
|
|
67
71
|
namespace RESULT {
|
|
68
72
|
}
|
|
69
|
-
type RESULT = _i_out.
|
|
73
|
+
type RESULT = _i_out._T_Key_Value_Pairs;
|
|
70
74
|
}
|
|
71
|
-
export declare namespace
|
|
75
|
+
export declare namespace _T_Elements {
|
|
72
76
|
namespace CONTEXT {
|
|
73
77
|
}
|
|
74
78
|
type CONTEXT = _i_in._T_Value;
|
|
@@ -79,9 +83,9 @@ export declare namespace _T_Key_Value_Pairs {
|
|
|
79
83
|
}
|
|
80
84
|
namespace RESULT {
|
|
81
85
|
}
|
|
82
|
-
type RESULT = _i_out.
|
|
86
|
+
type RESULT = _i_out._T_Elements;
|
|
83
87
|
}
|
|
84
|
-
export declare namespace
|
|
88
|
+
export declare namespace _T_Concrete_Value {
|
|
85
89
|
namespace CONTEXT {
|
|
86
90
|
}
|
|
87
91
|
type CONTEXT = _i_in._T_Value;
|
|
@@ -92,9 +96,9 @@ export declare namespace _T_String {
|
|
|
92
96
|
}
|
|
93
97
|
namespace RESULT {
|
|
94
98
|
}
|
|
95
|
-
type RESULT = _i_out.
|
|
99
|
+
type RESULT = _i_out._T_Concrete_Value;
|
|
96
100
|
}
|
|
97
|
-
export declare namespace
|
|
101
|
+
export declare namespace _T_Value {
|
|
98
102
|
namespace CONTEXT {
|
|
99
103
|
}
|
|
100
104
|
type CONTEXT = _i_in._T_Value;
|
|
@@ -105,9 +109,9 @@ export declare namespace _T_Structural_Token {
|
|
|
105
109
|
}
|
|
106
110
|
namespace RESULT {
|
|
107
111
|
}
|
|
108
|
-
type RESULT = _i_out.
|
|
112
|
+
type RESULT = _i_out._T_Value;
|
|
109
113
|
}
|
|
110
|
-
export declare namespace
|
|
114
|
+
export declare namespace _T_Content {
|
|
111
115
|
namespace CONTEXT {
|
|
112
116
|
}
|
|
113
117
|
type CONTEXT = _i_in._T_Value;
|
|
@@ -118,9 +122,9 @@ export declare namespace _T_Value {
|
|
|
118
122
|
}
|
|
119
123
|
namespace RESULT {
|
|
120
124
|
}
|
|
121
|
-
type RESULT = _i_out.
|
|
125
|
+
type RESULT = _i_out._T_Content;
|
|
122
126
|
}
|
|
123
|
-
export declare namespace
|
|
127
|
+
export declare namespace _T_Document {
|
|
124
128
|
namespace CONTEXT {
|
|
125
129
|
}
|
|
126
130
|
type CONTEXT = _i_in._T_Value;
|
|
@@ -131,9 +135,9 @@ export declare namespace Concrete_Value {
|
|
|
131
135
|
}
|
|
132
136
|
namespace RESULT {
|
|
133
137
|
}
|
|
134
|
-
type RESULT = _i_out.
|
|
138
|
+
type RESULT = _i_out._T_Document;
|
|
135
139
|
}
|
|
136
|
-
export declare namespace
|
|
140
|
+
export declare namespace Structural_Token {
|
|
137
141
|
namespace CONTEXT {
|
|
138
142
|
}
|
|
139
143
|
type CONTEXT = _i_in._T_Value;
|
|
@@ -144,9 +148,9 @@ export declare namespace Document {
|
|
|
144
148
|
}
|
|
145
149
|
namespace RESULT {
|
|
146
150
|
}
|
|
147
|
-
type RESULT = _i_out.
|
|
151
|
+
type RESULT = _i_out._T_Structural_Token;
|
|
148
152
|
}
|
|
149
|
-
export declare namespace
|
|
153
|
+
export declare namespace String {
|
|
150
154
|
namespace CONTEXT {
|
|
151
155
|
}
|
|
152
156
|
type CONTEXT = _i_in._T_Value;
|
|
@@ -157,7 +161,7 @@ export declare namespace Elements {
|
|
|
157
161
|
}
|
|
158
162
|
namespace RESULT {
|
|
159
163
|
}
|
|
160
|
-
type RESULT = _i_out.
|
|
164
|
+
type RESULT = _i_out._T_String;
|
|
161
165
|
}
|
|
162
166
|
export declare namespace Key_Value_Pairs {
|
|
163
167
|
namespace CONTEXT {
|
|
@@ -172,7 +176,7 @@ export declare namespace Key_Value_Pairs {
|
|
|
172
176
|
}
|
|
173
177
|
type RESULT = _i_out._T_Key_Value_Pairs;
|
|
174
178
|
}
|
|
175
|
-
export declare namespace
|
|
179
|
+
export declare namespace Elements {
|
|
176
180
|
namespace CONTEXT {
|
|
177
181
|
}
|
|
178
182
|
type CONTEXT = _i_in._T_Value;
|
|
@@ -183,9 +187,9 @@ export declare namespace String {
|
|
|
183
187
|
}
|
|
184
188
|
namespace RESULT {
|
|
185
189
|
}
|
|
186
|
-
type RESULT = _i_out.
|
|
190
|
+
type RESULT = _i_out._T_Elements;
|
|
187
191
|
}
|
|
188
|
-
export declare namespace
|
|
192
|
+
export declare namespace Concrete_Value {
|
|
189
193
|
namespace CONTEXT {
|
|
190
194
|
}
|
|
191
195
|
type CONTEXT = _i_in._T_Value;
|
|
@@ -196,7 +200,7 @@ export declare namespace Structural_Token {
|
|
|
196
200
|
}
|
|
197
201
|
namespace RESULT {
|
|
198
202
|
}
|
|
199
|
-
type RESULT = _i_out.
|
|
203
|
+
type RESULT = _i_out._T_Concrete_Value;
|
|
200
204
|
}
|
|
201
205
|
export declare namespace Value {
|
|
202
206
|
namespace CONTEXT {
|
|
@@ -211,3 +215,29 @@ export declare namespace Value {
|
|
|
211
215
|
}
|
|
212
216
|
type RESULT = _i_out._T_Value;
|
|
213
217
|
}
|
|
218
|
+
export declare namespace Content {
|
|
219
|
+
namespace CONTEXT {
|
|
220
|
+
}
|
|
221
|
+
type CONTEXT = _i_in._T_Value;
|
|
222
|
+
namespace PARAMS {
|
|
223
|
+
namespace value_deserializers {
|
|
224
|
+
}
|
|
225
|
+
type value_deserializers = _i_vd._T_Value_Deserializers;
|
|
226
|
+
}
|
|
227
|
+
namespace RESULT {
|
|
228
|
+
}
|
|
229
|
+
type RESULT = _i_out._T_Content;
|
|
230
|
+
}
|
|
231
|
+
export declare namespace Document {
|
|
232
|
+
namespace CONTEXT {
|
|
233
|
+
}
|
|
234
|
+
type CONTEXT = _i_in._T_Value;
|
|
235
|
+
namespace PARAMS {
|
|
236
|
+
namespace value_deserializers {
|
|
237
|
+
}
|
|
238
|
+
type value_deserializers = _i_vd._T_Value_Deserializers;
|
|
239
|
+
}
|
|
240
|
+
namespace RESULT {
|
|
241
|
+
}
|
|
242
|
+
type RESULT = _i_out._T_Document;
|
|
243
|
+
}
|
package/dist/interface/generated/pareto/schemas/authoring_parse_tree/value_deserializers.d.ts
CHANGED
|
@@ -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,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmVzb2x2ZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3NyYy9pbnRlcmZhY2UvZ2VuZXJhdGVkL3BhcmV0by9zY2hlbWFzL2F1dGhvcmluZ190YXJnZXQvZGF0YV90eXBlcy9yZXNvbHZlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7O0FBTUEsYUFBYTtBQUViLDJDQUEyQztBQUUzQyx3REFBd0Q7QUFFeEQsK0JBQStCIn0=
|