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,37 +1,48 @@
|
|
|
1
|
-
import * as _i_in from "./data_types/source";
|
|
2
1
|
import * as _i_out from "./data_types/target";
|
|
3
|
-
|
|
4
|
-
export type _T_Globals = ($$_: _i_in._T_Globals, $$_p: null) => _i_out._T_Globals<null>;
|
|
5
|
-
export type _T_Group = ($$_: _i_in._T_Group, $$_p: null) => _i_out._T_Group<null>;
|
|
6
|
-
export type _T_Imports = ($$_: _i_in._T_Imports, $$_p: null) => _i_out._T_Imports<null>;
|
|
7
|
-
export type _T_Schema = ($$_: _i_in._T_Schema, $$_p: null) => _i_out._T_Schema<null>;
|
|
8
|
-
export type _T_Schema_Tree = ($$_: _i_in._T_Schema_Tree, $$_p: null) => _i_out._T_Schema_Tree<null>;
|
|
2
|
+
import * as _i_in from "./data_types/source";
|
|
9
3
|
export type _T_Schemas = ($$_: _i_in._T_Schemas, $$_p: null) => _i_out._T_Schemas<null>;
|
|
10
4
|
export type _T_Text_Type = ($$_: _i_in._T_Text_Type, $$_p: null) => _i_out._T_Text_Type<null>;
|
|
5
|
+
export type _T_Globals = ($$_: _i_in._T_Globals, $$_p: null) => _i_out._T_Globals<null>;
|
|
11
6
|
export type _T_Type = ($$_: _i_in._T_Type, $$_p: null) => _i_out._T_Type<null>;
|
|
12
|
-
export type _T_Type_Node = ($$_: _i_in._T_Type_Node, $$_p: null) => _i_out._T_Type_Node<null>;
|
|
13
7
|
export type _T_Types = ($$_: _i_in._T_Types, $$_p: null) => _i_out._T_Types<null>;
|
|
14
|
-
export type
|
|
15
|
-
export type
|
|
16
|
-
export type
|
|
17
|
-
export type
|
|
18
|
-
export type
|
|
19
|
-
export type
|
|
8
|
+
export type _T_Schema = ($$_: _i_in._T_Schema, $$_p: null) => _i_out._T_Schema<null>;
|
|
9
|
+
export type _T_Schema_Tree = ($$_: _i_in._T_Schema_Tree, $$_p: null) => _i_out._T_Schema_Tree<null>;
|
|
10
|
+
export type _T_Imports = ($$_: _i_in._T_Imports, $$_p: null) => _i_out._T_Imports<null>;
|
|
11
|
+
export type _T_Dictionary = ($$_: _i_in._T_Dictionary, $$_p: null) => _i_out._T_Dictionary<null>;
|
|
12
|
+
export type _T_Group = ($$_: _i_in._T_Group, $$_p: null) => _i_out._T_Group<null>;
|
|
13
|
+
export type _T_Type_Node = ($$_: _i_in._T_Type_Node, $$_p: null) => _i_out._T_Type_Node<null>;
|
|
20
14
|
export type Schemas = _T_Schemas;
|
|
21
15
|
export type Text_Type = _T_Text_Type;
|
|
16
|
+
export type Globals = _T_Globals;
|
|
22
17
|
export type Type = _T_Type;
|
|
23
|
-
export type Type_Node = _T_Type_Node;
|
|
24
18
|
export type Types = _T_Types;
|
|
25
|
-
export
|
|
19
|
+
export type Schema = _T_Schema;
|
|
20
|
+
export type Schema_Tree = _T_Schema_Tree;
|
|
21
|
+
export type Imports = _T_Imports;
|
|
22
|
+
export type Dictionary = _T_Dictionary;
|
|
23
|
+
export type Group = _T_Group;
|
|
24
|
+
export type Type_Node = _T_Type_Node;
|
|
25
|
+
export declare namespace _T_Schemas {
|
|
26
26
|
namespace CONTEXT {
|
|
27
27
|
}
|
|
28
|
-
type CONTEXT = _i_in.
|
|
28
|
+
type CONTEXT = _i_in._T_Schemas;
|
|
29
29
|
namespace PARAMS {
|
|
30
30
|
}
|
|
31
31
|
namespace RESULT {
|
|
32
32
|
type annotation = null;
|
|
33
33
|
}
|
|
34
|
-
type RESULT = _i_out.
|
|
34
|
+
type RESULT = _i_out._T_Schemas<null>;
|
|
35
|
+
}
|
|
36
|
+
export declare namespace _T_Text_Type {
|
|
37
|
+
namespace CONTEXT {
|
|
38
|
+
}
|
|
39
|
+
type CONTEXT = _i_in._T_Text_Type;
|
|
40
|
+
namespace PARAMS {
|
|
41
|
+
}
|
|
42
|
+
namespace RESULT {
|
|
43
|
+
type annotation = null;
|
|
44
|
+
}
|
|
45
|
+
type RESULT = _i_out._T_Text_Type<null>;
|
|
35
46
|
}
|
|
36
47
|
export declare namespace _T_Globals {
|
|
37
48
|
namespace CONTEXT {
|
|
@@ -44,27 +55,27 @@ export declare namespace _T_Globals {
|
|
|
44
55
|
}
|
|
45
56
|
type RESULT = _i_out._T_Globals<null>;
|
|
46
57
|
}
|
|
47
|
-
export declare namespace
|
|
58
|
+
export declare namespace _T_Type {
|
|
48
59
|
namespace CONTEXT {
|
|
49
60
|
}
|
|
50
|
-
type CONTEXT = _i_in.
|
|
61
|
+
type CONTEXT = _i_in._T_Type;
|
|
51
62
|
namespace PARAMS {
|
|
52
63
|
}
|
|
53
64
|
namespace RESULT {
|
|
54
65
|
type annotation = null;
|
|
55
66
|
}
|
|
56
|
-
type RESULT = _i_out.
|
|
67
|
+
type RESULT = _i_out._T_Type<null>;
|
|
57
68
|
}
|
|
58
|
-
export declare namespace
|
|
69
|
+
export declare namespace _T_Types {
|
|
59
70
|
namespace CONTEXT {
|
|
60
71
|
}
|
|
61
|
-
type CONTEXT = _i_in.
|
|
72
|
+
type CONTEXT = _i_in._T_Types;
|
|
62
73
|
namespace PARAMS {
|
|
63
74
|
}
|
|
64
75
|
namespace RESULT {
|
|
65
76
|
type annotation = null;
|
|
66
77
|
}
|
|
67
|
-
type RESULT = _i_out.
|
|
78
|
+
type RESULT = _i_out._T_Types<null>;
|
|
68
79
|
}
|
|
69
80
|
export declare namespace _T_Schema {
|
|
70
81
|
namespace CONTEXT {
|
|
@@ -88,38 +99,38 @@ export declare namespace _T_Schema_Tree {
|
|
|
88
99
|
}
|
|
89
100
|
type RESULT = _i_out._T_Schema_Tree<null>;
|
|
90
101
|
}
|
|
91
|
-
export declare namespace
|
|
102
|
+
export declare namespace _T_Imports {
|
|
92
103
|
namespace CONTEXT {
|
|
93
104
|
}
|
|
94
|
-
type CONTEXT = _i_in.
|
|
105
|
+
type CONTEXT = _i_in._T_Imports;
|
|
95
106
|
namespace PARAMS {
|
|
96
107
|
}
|
|
97
108
|
namespace RESULT {
|
|
98
109
|
type annotation = null;
|
|
99
110
|
}
|
|
100
|
-
type RESULT = _i_out.
|
|
111
|
+
type RESULT = _i_out._T_Imports<null>;
|
|
101
112
|
}
|
|
102
|
-
export declare namespace
|
|
113
|
+
export declare namespace _T_Dictionary {
|
|
103
114
|
namespace CONTEXT {
|
|
104
115
|
}
|
|
105
|
-
type CONTEXT = _i_in.
|
|
116
|
+
type CONTEXT = _i_in._T_Dictionary;
|
|
106
117
|
namespace PARAMS {
|
|
107
118
|
}
|
|
108
119
|
namespace RESULT {
|
|
109
120
|
type annotation = null;
|
|
110
121
|
}
|
|
111
|
-
type RESULT = _i_out.
|
|
122
|
+
type RESULT = _i_out._T_Dictionary<null>;
|
|
112
123
|
}
|
|
113
|
-
export declare namespace
|
|
124
|
+
export declare namespace _T_Group {
|
|
114
125
|
namespace CONTEXT {
|
|
115
126
|
}
|
|
116
|
-
type CONTEXT = _i_in.
|
|
127
|
+
type CONTEXT = _i_in._T_Group;
|
|
117
128
|
namespace PARAMS {
|
|
118
129
|
}
|
|
119
130
|
namespace RESULT {
|
|
120
131
|
type annotation = null;
|
|
121
132
|
}
|
|
122
|
-
type RESULT = _i_out.
|
|
133
|
+
type RESULT = _i_out._T_Group<null>;
|
|
123
134
|
}
|
|
124
135
|
export declare namespace _T_Type_Node {
|
|
125
136
|
namespace CONTEXT {
|
|
@@ -132,27 +143,27 @@ export declare namespace _T_Type_Node {
|
|
|
132
143
|
}
|
|
133
144
|
type RESULT = _i_out._T_Type_Node<null>;
|
|
134
145
|
}
|
|
135
|
-
export declare namespace
|
|
146
|
+
export declare namespace Schemas {
|
|
136
147
|
namespace CONTEXT {
|
|
137
148
|
}
|
|
138
|
-
type CONTEXT = _i_in.
|
|
149
|
+
type CONTEXT = _i_in._T_Schemas;
|
|
139
150
|
namespace PARAMS {
|
|
140
151
|
}
|
|
141
152
|
namespace RESULT {
|
|
142
153
|
type annotation = null;
|
|
143
154
|
}
|
|
144
|
-
type RESULT = _i_out.
|
|
155
|
+
type RESULT = _i_out._T_Schemas<null>;
|
|
145
156
|
}
|
|
146
|
-
export declare namespace
|
|
157
|
+
export declare namespace Text_Type {
|
|
147
158
|
namespace CONTEXT {
|
|
148
159
|
}
|
|
149
|
-
type CONTEXT = _i_in.
|
|
160
|
+
type CONTEXT = _i_in._T_Text_Type;
|
|
150
161
|
namespace PARAMS {
|
|
151
162
|
}
|
|
152
163
|
namespace RESULT {
|
|
153
164
|
type annotation = null;
|
|
154
165
|
}
|
|
155
|
-
type RESULT = _i_out.
|
|
166
|
+
type RESULT = _i_out._T_Text_Type<null>;
|
|
156
167
|
}
|
|
157
168
|
export declare namespace Globals {
|
|
158
169
|
namespace CONTEXT {
|
|
@@ -165,27 +176,27 @@ export declare namespace Globals {
|
|
|
165
176
|
}
|
|
166
177
|
type RESULT = _i_out._T_Globals<null>;
|
|
167
178
|
}
|
|
168
|
-
export declare namespace
|
|
179
|
+
export declare namespace Type {
|
|
169
180
|
namespace CONTEXT {
|
|
170
181
|
}
|
|
171
|
-
type CONTEXT = _i_in.
|
|
182
|
+
type CONTEXT = _i_in._T_Type;
|
|
172
183
|
namespace PARAMS {
|
|
173
184
|
}
|
|
174
185
|
namespace RESULT {
|
|
175
186
|
type annotation = null;
|
|
176
187
|
}
|
|
177
|
-
type RESULT = _i_out.
|
|
188
|
+
type RESULT = _i_out._T_Type<null>;
|
|
178
189
|
}
|
|
179
|
-
export declare namespace
|
|
190
|
+
export declare namespace Types {
|
|
180
191
|
namespace CONTEXT {
|
|
181
192
|
}
|
|
182
|
-
type CONTEXT = _i_in.
|
|
193
|
+
type CONTEXT = _i_in._T_Types;
|
|
183
194
|
namespace PARAMS {
|
|
184
195
|
}
|
|
185
196
|
namespace RESULT {
|
|
186
197
|
type annotation = null;
|
|
187
198
|
}
|
|
188
|
-
type RESULT = _i_out.
|
|
199
|
+
type RESULT = _i_out._T_Types<null>;
|
|
189
200
|
}
|
|
190
201
|
export declare namespace Schema {
|
|
191
202
|
namespace CONTEXT {
|
|
@@ -209,38 +220,38 @@ export declare namespace Schema_Tree {
|
|
|
209
220
|
}
|
|
210
221
|
type RESULT = _i_out._T_Schema_Tree<null>;
|
|
211
222
|
}
|
|
212
|
-
export declare namespace
|
|
223
|
+
export declare namespace Imports {
|
|
213
224
|
namespace CONTEXT {
|
|
214
225
|
}
|
|
215
|
-
type CONTEXT = _i_in.
|
|
226
|
+
type CONTEXT = _i_in._T_Imports;
|
|
216
227
|
namespace PARAMS {
|
|
217
228
|
}
|
|
218
229
|
namespace RESULT {
|
|
219
230
|
type annotation = null;
|
|
220
231
|
}
|
|
221
|
-
type RESULT = _i_out.
|
|
232
|
+
type RESULT = _i_out._T_Imports<null>;
|
|
222
233
|
}
|
|
223
|
-
export declare namespace
|
|
234
|
+
export declare namespace Dictionary {
|
|
224
235
|
namespace CONTEXT {
|
|
225
236
|
}
|
|
226
|
-
type CONTEXT = _i_in.
|
|
237
|
+
type CONTEXT = _i_in._T_Dictionary;
|
|
227
238
|
namespace PARAMS {
|
|
228
239
|
}
|
|
229
240
|
namespace RESULT {
|
|
230
241
|
type annotation = null;
|
|
231
242
|
}
|
|
232
|
-
type RESULT = _i_out.
|
|
243
|
+
type RESULT = _i_out._T_Dictionary<null>;
|
|
233
244
|
}
|
|
234
|
-
export declare namespace
|
|
245
|
+
export declare namespace Group {
|
|
235
246
|
namespace CONTEXT {
|
|
236
247
|
}
|
|
237
|
-
type CONTEXT = _i_in.
|
|
248
|
+
type CONTEXT = _i_in._T_Group;
|
|
238
249
|
namespace PARAMS {
|
|
239
250
|
}
|
|
240
251
|
namespace RESULT {
|
|
241
252
|
type annotation = null;
|
|
242
253
|
}
|
|
243
|
-
type RESULT = _i_out.
|
|
254
|
+
type RESULT = _i_out._T_Group<null>;
|
|
244
255
|
}
|
|
245
256
|
export declare namespace Type_Node {
|
|
246
257
|
namespace CONTEXT {
|
|
@@ -253,14 +264,3 @@ export declare namespace Type_Node {
|
|
|
253
264
|
}
|
|
254
265
|
type RESULT = _i_out._T_Type_Node<null>;
|
|
255
266
|
}
|
|
256
|
-
export declare namespace Types {
|
|
257
|
-
namespace CONTEXT {
|
|
258
|
-
}
|
|
259
|
-
type CONTEXT = _i_in._T_Types;
|
|
260
|
-
namespace PARAMS {
|
|
261
|
-
}
|
|
262
|
-
namespace RESULT {
|
|
263
|
-
type annotation = null;
|
|
264
|
-
}
|
|
265
|
-
type RESULT = _i_out._T_Types<null>;
|
|
266
|
-
}
|
|
@@ -0,0 +1,288 @@
|
|
|
1
|
+
import * as _i_in from "./data_types/source";
|
|
2
|
+
import * as _i_vs from "./value_serializers";
|
|
3
|
+
export type _T_Schemas = ($$_: _i_in._T_Schemas, $$_p: {
|
|
4
|
+
readonly 'value serializers': _i_vs._T_Value_Serializers;
|
|
5
|
+
}) => string;
|
|
6
|
+
export type _T_Text_Type = ($$_: _i_in._T_Text_Type, $$_p: {
|
|
7
|
+
readonly 'value serializers': _i_vs._T_Value_Serializers;
|
|
8
|
+
}) => string;
|
|
9
|
+
export type _T_Globals = ($$_: _i_in._T_Globals, $$_p: {
|
|
10
|
+
readonly 'value serializers': _i_vs._T_Value_Serializers;
|
|
11
|
+
}) => string;
|
|
12
|
+
export type _T_Type = ($$_: _i_in._T_Type, $$_p: {
|
|
13
|
+
readonly 'value serializers': _i_vs._T_Value_Serializers;
|
|
14
|
+
}) => string;
|
|
15
|
+
export type _T_Types = ($$_: _i_in._T_Types, $$_p: {
|
|
16
|
+
readonly 'value serializers': _i_vs._T_Value_Serializers;
|
|
17
|
+
}) => string;
|
|
18
|
+
export type _T_Schema = ($$_: _i_in._T_Schema, $$_p: {
|
|
19
|
+
readonly 'value serializers': _i_vs._T_Value_Serializers;
|
|
20
|
+
}) => string;
|
|
21
|
+
export type _T_Schema_Tree = ($$_: _i_in._T_Schema_Tree, $$_p: {
|
|
22
|
+
readonly 'value serializers': _i_vs._T_Value_Serializers;
|
|
23
|
+
}) => string;
|
|
24
|
+
export type _T_Imports = ($$_: _i_in._T_Imports, $$_p: {
|
|
25
|
+
readonly 'value serializers': _i_vs._T_Value_Serializers;
|
|
26
|
+
}) => string;
|
|
27
|
+
export type _T_Dictionary = ($$_: _i_in._T_Dictionary, $$_p: {
|
|
28
|
+
readonly 'value serializers': _i_vs._T_Value_Serializers;
|
|
29
|
+
}) => string;
|
|
30
|
+
export type _T_Group = ($$_: _i_in._T_Group, $$_p: {
|
|
31
|
+
readonly 'value serializers': _i_vs._T_Value_Serializers;
|
|
32
|
+
}) => string;
|
|
33
|
+
export type _T_Type_Node = ($$_: _i_in._T_Type_Node, $$_p: {
|
|
34
|
+
readonly 'value serializers': _i_vs._T_Value_Serializers;
|
|
35
|
+
}) => string;
|
|
36
|
+
export type Schemas = _T_Schemas;
|
|
37
|
+
export type Text_Type = _T_Text_Type;
|
|
38
|
+
export type Globals = _T_Globals;
|
|
39
|
+
export type Type = _T_Type;
|
|
40
|
+
export type Types = _T_Types;
|
|
41
|
+
export type Schema = _T_Schema;
|
|
42
|
+
export type Schema_Tree = _T_Schema_Tree;
|
|
43
|
+
export type Imports = _T_Imports;
|
|
44
|
+
export type Dictionary = _T_Dictionary;
|
|
45
|
+
export type Group = _T_Group;
|
|
46
|
+
export type Type_Node = _T_Type_Node;
|
|
47
|
+
export declare namespace _T_Schemas {
|
|
48
|
+
namespace CONTEXT {
|
|
49
|
+
}
|
|
50
|
+
type CONTEXT = _i_in._T_Schemas;
|
|
51
|
+
namespace PARAMS {
|
|
52
|
+
namespace value_serializers {
|
|
53
|
+
}
|
|
54
|
+
type value_serializers = _i_vs._T_Value_Serializers;
|
|
55
|
+
}
|
|
56
|
+
type RESULT = string;
|
|
57
|
+
}
|
|
58
|
+
export declare namespace _T_Text_Type {
|
|
59
|
+
namespace CONTEXT {
|
|
60
|
+
}
|
|
61
|
+
type CONTEXT = _i_in._T_Text_Type;
|
|
62
|
+
namespace PARAMS {
|
|
63
|
+
namespace value_serializers {
|
|
64
|
+
}
|
|
65
|
+
type value_serializers = _i_vs._T_Value_Serializers;
|
|
66
|
+
}
|
|
67
|
+
type RESULT = string;
|
|
68
|
+
}
|
|
69
|
+
export declare namespace _T_Globals {
|
|
70
|
+
namespace CONTEXT {
|
|
71
|
+
}
|
|
72
|
+
type CONTEXT = _i_in._T_Globals;
|
|
73
|
+
namespace PARAMS {
|
|
74
|
+
namespace value_serializers {
|
|
75
|
+
}
|
|
76
|
+
type value_serializers = _i_vs._T_Value_Serializers;
|
|
77
|
+
}
|
|
78
|
+
type RESULT = string;
|
|
79
|
+
}
|
|
80
|
+
export declare namespace _T_Type {
|
|
81
|
+
namespace CONTEXT {
|
|
82
|
+
}
|
|
83
|
+
type CONTEXT = _i_in._T_Type;
|
|
84
|
+
namespace PARAMS {
|
|
85
|
+
namespace value_serializers {
|
|
86
|
+
}
|
|
87
|
+
type value_serializers = _i_vs._T_Value_Serializers;
|
|
88
|
+
}
|
|
89
|
+
type RESULT = string;
|
|
90
|
+
}
|
|
91
|
+
export declare namespace _T_Types {
|
|
92
|
+
namespace CONTEXT {
|
|
93
|
+
}
|
|
94
|
+
type CONTEXT = _i_in._T_Types;
|
|
95
|
+
namespace PARAMS {
|
|
96
|
+
namespace value_serializers {
|
|
97
|
+
}
|
|
98
|
+
type value_serializers = _i_vs._T_Value_Serializers;
|
|
99
|
+
}
|
|
100
|
+
type RESULT = string;
|
|
101
|
+
}
|
|
102
|
+
export declare namespace _T_Schema {
|
|
103
|
+
namespace CONTEXT {
|
|
104
|
+
}
|
|
105
|
+
type CONTEXT = _i_in._T_Schema;
|
|
106
|
+
namespace PARAMS {
|
|
107
|
+
namespace value_serializers {
|
|
108
|
+
}
|
|
109
|
+
type value_serializers = _i_vs._T_Value_Serializers;
|
|
110
|
+
}
|
|
111
|
+
type RESULT = string;
|
|
112
|
+
}
|
|
113
|
+
export declare namespace _T_Schema_Tree {
|
|
114
|
+
namespace CONTEXT {
|
|
115
|
+
}
|
|
116
|
+
type CONTEXT = _i_in._T_Schema_Tree;
|
|
117
|
+
namespace PARAMS {
|
|
118
|
+
namespace value_serializers {
|
|
119
|
+
}
|
|
120
|
+
type value_serializers = _i_vs._T_Value_Serializers;
|
|
121
|
+
}
|
|
122
|
+
type RESULT = string;
|
|
123
|
+
}
|
|
124
|
+
export declare namespace _T_Imports {
|
|
125
|
+
namespace CONTEXT {
|
|
126
|
+
}
|
|
127
|
+
type CONTEXT = _i_in._T_Imports;
|
|
128
|
+
namespace PARAMS {
|
|
129
|
+
namespace value_serializers {
|
|
130
|
+
}
|
|
131
|
+
type value_serializers = _i_vs._T_Value_Serializers;
|
|
132
|
+
}
|
|
133
|
+
type RESULT = string;
|
|
134
|
+
}
|
|
135
|
+
export declare namespace _T_Dictionary {
|
|
136
|
+
namespace CONTEXT {
|
|
137
|
+
}
|
|
138
|
+
type CONTEXT = _i_in._T_Dictionary;
|
|
139
|
+
namespace PARAMS {
|
|
140
|
+
namespace value_serializers {
|
|
141
|
+
}
|
|
142
|
+
type value_serializers = _i_vs._T_Value_Serializers;
|
|
143
|
+
}
|
|
144
|
+
type RESULT = string;
|
|
145
|
+
}
|
|
146
|
+
export declare namespace _T_Group {
|
|
147
|
+
namespace CONTEXT {
|
|
148
|
+
}
|
|
149
|
+
type CONTEXT = _i_in._T_Group;
|
|
150
|
+
namespace PARAMS {
|
|
151
|
+
namespace value_serializers {
|
|
152
|
+
}
|
|
153
|
+
type value_serializers = _i_vs._T_Value_Serializers;
|
|
154
|
+
}
|
|
155
|
+
type RESULT = string;
|
|
156
|
+
}
|
|
157
|
+
export declare namespace _T_Type_Node {
|
|
158
|
+
namespace CONTEXT {
|
|
159
|
+
}
|
|
160
|
+
type CONTEXT = _i_in._T_Type_Node;
|
|
161
|
+
namespace PARAMS {
|
|
162
|
+
namespace value_serializers {
|
|
163
|
+
}
|
|
164
|
+
type value_serializers = _i_vs._T_Value_Serializers;
|
|
165
|
+
}
|
|
166
|
+
type RESULT = string;
|
|
167
|
+
}
|
|
168
|
+
export declare namespace Schemas {
|
|
169
|
+
namespace CONTEXT {
|
|
170
|
+
}
|
|
171
|
+
type CONTEXT = _i_in._T_Schemas;
|
|
172
|
+
namespace PARAMS {
|
|
173
|
+
namespace value_serializers {
|
|
174
|
+
}
|
|
175
|
+
type value_serializers = _i_vs._T_Value_Serializers;
|
|
176
|
+
}
|
|
177
|
+
type RESULT = string;
|
|
178
|
+
}
|
|
179
|
+
export declare namespace Text_Type {
|
|
180
|
+
namespace CONTEXT {
|
|
181
|
+
}
|
|
182
|
+
type CONTEXT = _i_in._T_Text_Type;
|
|
183
|
+
namespace PARAMS {
|
|
184
|
+
namespace value_serializers {
|
|
185
|
+
}
|
|
186
|
+
type value_serializers = _i_vs._T_Value_Serializers;
|
|
187
|
+
}
|
|
188
|
+
type RESULT = string;
|
|
189
|
+
}
|
|
190
|
+
export declare namespace Globals {
|
|
191
|
+
namespace CONTEXT {
|
|
192
|
+
}
|
|
193
|
+
type CONTEXT = _i_in._T_Globals;
|
|
194
|
+
namespace PARAMS {
|
|
195
|
+
namespace value_serializers {
|
|
196
|
+
}
|
|
197
|
+
type value_serializers = _i_vs._T_Value_Serializers;
|
|
198
|
+
}
|
|
199
|
+
type RESULT = string;
|
|
200
|
+
}
|
|
201
|
+
export declare namespace Type {
|
|
202
|
+
namespace CONTEXT {
|
|
203
|
+
}
|
|
204
|
+
type CONTEXT = _i_in._T_Type;
|
|
205
|
+
namespace PARAMS {
|
|
206
|
+
namespace value_serializers {
|
|
207
|
+
}
|
|
208
|
+
type value_serializers = _i_vs._T_Value_Serializers;
|
|
209
|
+
}
|
|
210
|
+
type RESULT = string;
|
|
211
|
+
}
|
|
212
|
+
export declare namespace Types {
|
|
213
|
+
namespace CONTEXT {
|
|
214
|
+
}
|
|
215
|
+
type CONTEXT = _i_in._T_Types;
|
|
216
|
+
namespace PARAMS {
|
|
217
|
+
namespace value_serializers {
|
|
218
|
+
}
|
|
219
|
+
type value_serializers = _i_vs._T_Value_Serializers;
|
|
220
|
+
}
|
|
221
|
+
type RESULT = string;
|
|
222
|
+
}
|
|
223
|
+
export declare namespace Schema {
|
|
224
|
+
namespace CONTEXT {
|
|
225
|
+
}
|
|
226
|
+
type CONTEXT = _i_in._T_Schema;
|
|
227
|
+
namespace PARAMS {
|
|
228
|
+
namespace value_serializers {
|
|
229
|
+
}
|
|
230
|
+
type value_serializers = _i_vs._T_Value_Serializers;
|
|
231
|
+
}
|
|
232
|
+
type RESULT = string;
|
|
233
|
+
}
|
|
234
|
+
export declare namespace Schema_Tree {
|
|
235
|
+
namespace CONTEXT {
|
|
236
|
+
}
|
|
237
|
+
type CONTEXT = _i_in._T_Schema_Tree;
|
|
238
|
+
namespace PARAMS {
|
|
239
|
+
namespace value_serializers {
|
|
240
|
+
}
|
|
241
|
+
type value_serializers = _i_vs._T_Value_Serializers;
|
|
242
|
+
}
|
|
243
|
+
type RESULT = string;
|
|
244
|
+
}
|
|
245
|
+
export declare namespace Imports {
|
|
246
|
+
namespace CONTEXT {
|
|
247
|
+
}
|
|
248
|
+
type CONTEXT = _i_in._T_Imports;
|
|
249
|
+
namespace PARAMS {
|
|
250
|
+
namespace value_serializers {
|
|
251
|
+
}
|
|
252
|
+
type value_serializers = _i_vs._T_Value_Serializers;
|
|
253
|
+
}
|
|
254
|
+
type RESULT = string;
|
|
255
|
+
}
|
|
256
|
+
export declare namespace Dictionary {
|
|
257
|
+
namespace CONTEXT {
|
|
258
|
+
}
|
|
259
|
+
type CONTEXT = _i_in._T_Dictionary;
|
|
260
|
+
namespace PARAMS {
|
|
261
|
+
namespace value_serializers {
|
|
262
|
+
}
|
|
263
|
+
type value_serializers = _i_vs._T_Value_Serializers;
|
|
264
|
+
}
|
|
265
|
+
type RESULT = string;
|
|
266
|
+
}
|
|
267
|
+
export declare namespace Group {
|
|
268
|
+
namespace CONTEXT {
|
|
269
|
+
}
|
|
270
|
+
type CONTEXT = _i_in._T_Group;
|
|
271
|
+
namespace PARAMS {
|
|
272
|
+
namespace value_serializers {
|
|
273
|
+
}
|
|
274
|
+
type value_serializers = _i_vs._T_Value_Serializers;
|
|
275
|
+
}
|
|
276
|
+
type RESULT = string;
|
|
277
|
+
}
|
|
278
|
+
export declare namespace Type_Node {
|
|
279
|
+
namespace CONTEXT {
|
|
280
|
+
}
|
|
281
|
+
type CONTEXT = _i_in._T_Type_Node;
|
|
282
|
+
namespace PARAMS {
|
|
283
|
+
namespace value_serializers {
|
|
284
|
+
}
|
|
285
|
+
type value_serializers = _i_vs._T_Value_Serializers;
|
|
286
|
+
}
|
|
287
|
+
type RESULT = string;
|
|
288
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2VyaWFsaXplLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vc3JjL2ludGVyZmFjZS9nZW5lcmF0ZWQvcGFyZXRvL3NjaGVtYXMvYXN0bl9zY2hlbWEvc2VyaWFsaXplLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIifQ==
|