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
|
@@ -0,0 +1,262 @@
|
|
|
1
|
+
import * as _i_in from "./data_types/source";
|
|
2
|
+
import * as _i_vs from "./value_serializers";
|
|
3
|
+
export type _T_Relative_Location = ($$_: _i_in._T_Relative_Location, $$_p: {
|
|
4
|
+
readonly 'value serializers': _i_vs._T_Value_Serializers;
|
|
5
|
+
}) => string;
|
|
6
|
+
export type _T_Location = ($$_: _i_in._T_Location, $$_p: {
|
|
7
|
+
readonly 'value serializers': _i_vs._T_Value_Serializers;
|
|
8
|
+
}) => string;
|
|
9
|
+
export type _T_Range = ($$_: _i_in._T_Range, $$_p: {
|
|
10
|
+
readonly 'value serializers': _i_vs._T_Value_Serializers;
|
|
11
|
+
}) => string;
|
|
12
|
+
export type _T_Whitespace = ($$_: _i_in._T_Whitespace, $$_p: {
|
|
13
|
+
readonly 'value serializers': _i_vs._T_Value_Serializers;
|
|
14
|
+
}) => string;
|
|
15
|
+
export type _T_Trivia = ($$_: _i_in._T_Trivia, $$_p: {
|
|
16
|
+
readonly 'value serializers': _i_vs._T_Value_Serializers;
|
|
17
|
+
}) => string;
|
|
18
|
+
export type _T_Delimited_String = ($$_: _i_in._T_Delimited_String, $$_p: {
|
|
19
|
+
readonly 'value serializers': _i_vs._T_Value_Serializers;
|
|
20
|
+
}) => string;
|
|
21
|
+
export type _T_String_Type = ($$_: _i_in._T_String_Type, $$_p: {
|
|
22
|
+
readonly 'value serializers': _i_vs._T_Value_Serializers;
|
|
23
|
+
}) => string;
|
|
24
|
+
export type _T_Token_Type = ($$_: _i_in._T_Token_Type, $$_p: {
|
|
25
|
+
readonly 'value serializers': _i_vs._T_Value_Serializers;
|
|
26
|
+
}) => string;
|
|
27
|
+
export type _T_Annotated_Token = ($$_: _i_in._T_Annotated_Token, $$_p: {
|
|
28
|
+
readonly 'value serializers': _i_vs._T_Value_Serializers;
|
|
29
|
+
}) => string;
|
|
30
|
+
export type _T_Tokenizer_Result = ($$_: _i_in._T_Tokenizer_Result, $$_p: {
|
|
31
|
+
readonly 'value serializers': _i_vs._T_Value_Serializers;
|
|
32
|
+
}) => string;
|
|
33
|
+
export type Relative_Location = _T_Relative_Location;
|
|
34
|
+
export type Location = _T_Location;
|
|
35
|
+
export type Range = _T_Range;
|
|
36
|
+
export type Whitespace = _T_Whitespace;
|
|
37
|
+
export type Trivia = _T_Trivia;
|
|
38
|
+
export type Delimited_String = _T_Delimited_String;
|
|
39
|
+
export type String_Type = _T_String_Type;
|
|
40
|
+
export type Token_Type = _T_Token_Type;
|
|
41
|
+
export type Annotated_Token = _T_Annotated_Token;
|
|
42
|
+
export type Tokenizer_Result = _T_Tokenizer_Result;
|
|
43
|
+
export declare namespace _T_Relative_Location {
|
|
44
|
+
namespace CONTEXT {
|
|
45
|
+
}
|
|
46
|
+
type CONTEXT = _i_in._T_Relative_Location;
|
|
47
|
+
namespace PARAMS {
|
|
48
|
+
namespace value_serializers {
|
|
49
|
+
}
|
|
50
|
+
type value_serializers = _i_vs._T_Value_Serializers;
|
|
51
|
+
}
|
|
52
|
+
type RESULT = string;
|
|
53
|
+
}
|
|
54
|
+
export declare namespace _T_Location {
|
|
55
|
+
namespace CONTEXT {
|
|
56
|
+
}
|
|
57
|
+
type CONTEXT = _i_in._T_Location;
|
|
58
|
+
namespace PARAMS {
|
|
59
|
+
namespace value_serializers {
|
|
60
|
+
}
|
|
61
|
+
type value_serializers = _i_vs._T_Value_Serializers;
|
|
62
|
+
}
|
|
63
|
+
type RESULT = string;
|
|
64
|
+
}
|
|
65
|
+
export declare namespace _T_Range {
|
|
66
|
+
namespace CONTEXT {
|
|
67
|
+
}
|
|
68
|
+
type CONTEXT = _i_in._T_Range;
|
|
69
|
+
namespace PARAMS {
|
|
70
|
+
namespace value_serializers {
|
|
71
|
+
}
|
|
72
|
+
type value_serializers = _i_vs._T_Value_Serializers;
|
|
73
|
+
}
|
|
74
|
+
type RESULT = string;
|
|
75
|
+
}
|
|
76
|
+
export declare namespace _T_Whitespace {
|
|
77
|
+
namespace CONTEXT {
|
|
78
|
+
}
|
|
79
|
+
type CONTEXT = _i_in._T_Whitespace;
|
|
80
|
+
namespace PARAMS {
|
|
81
|
+
namespace value_serializers {
|
|
82
|
+
}
|
|
83
|
+
type value_serializers = _i_vs._T_Value_Serializers;
|
|
84
|
+
}
|
|
85
|
+
type RESULT = string;
|
|
86
|
+
}
|
|
87
|
+
export declare namespace _T_Trivia {
|
|
88
|
+
namespace CONTEXT {
|
|
89
|
+
}
|
|
90
|
+
type CONTEXT = _i_in._T_Trivia;
|
|
91
|
+
namespace PARAMS {
|
|
92
|
+
namespace value_serializers {
|
|
93
|
+
}
|
|
94
|
+
type value_serializers = _i_vs._T_Value_Serializers;
|
|
95
|
+
}
|
|
96
|
+
type RESULT = string;
|
|
97
|
+
}
|
|
98
|
+
export declare namespace _T_Delimited_String {
|
|
99
|
+
namespace CONTEXT {
|
|
100
|
+
}
|
|
101
|
+
type CONTEXT = _i_in._T_Delimited_String;
|
|
102
|
+
namespace PARAMS {
|
|
103
|
+
namespace value_serializers {
|
|
104
|
+
}
|
|
105
|
+
type value_serializers = _i_vs._T_Value_Serializers;
|
|
106
|
+
}
|
|
107
|
+
type RESULT = string;
|
|
108
|
+
}
|
|
109
|
+
export declare namespace _T_String_Type {
|
|
110
|
+
namespace CONTEXT {
|
|
111
|
+
}
|
|
112
|
+
type CONTEXT = _i_in._T_String_Type;
|
|
113
|
+
namespace PARAMS {
|
|
114
|
+
namespace value_serializers {
|
|
115
|
+
}
|
|
116
|
+
type value_serializers = _i_vs._T_Value_Serializers;
|
|
117
|
+
}
|
|
118
|
+
type RESULT = string;
|
|
119
|
+
}
|
|
120
|
+
export declare namespace _T_Token_Type {
|
|
121
|
+
namespace CONTEXT {
|
|
122
|
+
}
|
|
123
|
+
type CONTEXT = _i_in._T_Token_Type;
|
|
124
|
+
namespace PARAMS {
|
|
125
|
+
namespace value_serializers {
|
|
126
|
+
}
|
|
127
|
+
type value_serializers = _i_vs._T_Value_Serializers;
|
|
128
|
+
}
|
|
129
|
+
type RESULT = string;
|
|
130
|
+
}
|
|
131
|
+
export declare namespace _T_Annotated_Token {
|
|
132
|
+
namespace CONTEXT {
|
|
133
|
+
}
|
|
134
|
+
type CONTEXT = _i_in._T_Annotated_Token;
|
|
135
|
+
namespace PARAMS {
|
|
136
|
+
namespace value_serializers {
|
|
137
|
+
}
|
|
138
|
+
type value_serializers = _i_vs._T_Value_Serializers;
|
|
139
|
+
}
|
|
140
|
+
type RESULT = string;
|
|
141
|
+
}
|
|
142
|
+
export declare namespace _T_Tokenizer_Result {
|
|
143
|
+
namespace CONTEXT {
|
|
144
|
+
}
|
|
145
|
+
type CONTEXT = _i_in._T_Tokenizer_Result;
|
|
146
|
+
namespace PARAMS {
|
|
147
|
+
namespace value_serializers {
|
|
148
|
+
}
|
|
149
|
+
type value_serializers = _i_vs._T_Value_Serializers;
|
|
150
|
+
}
|
|
151
|
+
type RESULT = string;
|
|
152
|
+
}
|
|
153
|
+
export declare namespace Relative_Location {
|
|
154
|
+
namespace CONTEXT {
|
|
155
|
+
}
|
|
156
|
+
type CONTEXT = _i_in._T_Relative_Location;
|
|
157
|
+
namespace PARAMS {
|
|
158
|
+
namespace value_serializers {
|
|
159
|
+
}
|
|
160
|
+
type value_serializers = _i_vs._T_Value_Serializers;
|
|
161
|
+
}
|
|
162
|
+
type RESULT = string;
|
|
163
|
+
}
|
|
164
|
+
export declare namespace Location {
|
|
165
|
+
namespace CONTEXT {
|
|
166
|
+
}
|
|
167
|
+
type CONTEXT = _i_in._T_Location;
|
|
168
|
+
namespace PARAMS {
|
|
169
|
+
namespace value_serializers {
|
|
170
|
+
}
|
|
171
|
+
type value_serializers = _i_vs._T_Value_Serializers;
|
|
172
|
+
}
|
|
173
|
+
type RESULT = string;
|
|
174
|
+
}
|
|
175
|
+
export declare namespace Range {
|
|
176
|
+
namespace CONTEXT {
|
|
177
|
+
}
|
|
178
|
+
type CONTEXT = _i_in._T_Range;
|
|
179
|
+
namespace PARAMS {
|
|
180
|
+
namespace value_serializers {
|
|
181
|
+
}
|
|
182
|
+
type value_serializers = _i_vs._T_Value_Serializers;
|
|
183
|
+
}
|
|
184
|
+
type RESULT = string;
|
|
185
|
+
}
|
|
186
|
+
export declare namespace Whitespace {
|
|
187
|
+
namespace CONTEXT {
|
|
188
|
+
}
|
|
189
|
+
type CONTEXT = _i_in._T_Whitespace;
|
|
190
|
+
namespace PARAMS {
|
|
191
|
+
namespace value_serializers {
|
|
192
|
+
}
|
|
193
|
+
type value_serializers = _i_vs._T_Value_Serializers;
|
|
194
|
+
}
|
|
195
|
+
type RESULT = string;
|
|
196
|
+
}
|
|
197
|
+
export declare namespace Trivia {
|
|
198
|
+
namespace CONTEXT {
|
|
199
|
+
}
|
|
200
|
+
type CONTEXT = _i_in._T_Trivia;
|
|
201
|
+
namespace PARAMS {
|
|
202
|
+
namespace value_serializers {
|
|
203
|
+
}
|
|
204
|
+
type value_serializers = _i_vs._T_Value_Serializers;
|
|
205
|
+
}
|
|
206
|
+
type RESULT = string;
|
|
207
|
+
}
|
|
208
|
+
export declare namespace Delimited_String {
|
|
209
|
+
namespace CONTEXT {
|
|
210
|
+
}
|
|
211
|
+
type CONTEXT = _i_in._T_Delimited_String;
|
|
212
|
+
namespace PARAMS {
|
|
213
|
+
namespace value_serializers {
|
|
214
|
+
}
|
|
215
|
+
type value_serializers = _i_vs._T_Value_Serializers;
|
|
216
|
+
}
|
|
217
|
+
type RESULT = string;
|
|
218
|
+
}
|
|
219
|
+
export declare namespace String_Type {
|
|
220
|
+
namespace CONTEXT {
|
|
221
|
+
}
|
|
222
|
+
type CONTEXT = _i_in._T_String_Type;
|
|
223
|
+
namespace PARAMS {
|
|
224
|
+
namespace value_serializers {
|
|
225
|
+
}
|
|
226
|
+
type value_serializers = _i_vs._T_Value_Serializers;
|
|
227
|
+
}
|
|
228
|
+
type RESULT = string;
|
|
229
|
+
}
|
|
230
|
+
export declare namespace Token_Type {
|
|
231
|
+
namespace CONTEXT {
|
|
232
|
+
}
|
|
233
|
+
type CONTEXT = _i_in._T_Token_Type;
|
|
234
|
+
namespace PARAMS {
|
|
235
|
+
namespace value_serializers {
|
|
236
|
+
}
|
|
237
|
+
type value_serializers = _i_vs._T_Value_Serializers;
|
|
238
|
+
}
|
|
239
|
+
type RESULT = string;
|
|
240
|
+
}
|
|
241
|
+
export declare namespace Annotated_Token {
|
|
242
|
+
namespace CONTEXT {
|
|
243
|
+
}
|
|
244
|
+
type CONTEXT = _i_in._T_Annotated_Token;
|
|
245
|
+
namespace PARAMS {
|
|
246
|
+
namespace value_serializers {
|
|
247
|
+
}
|
|
248
|
+
type value_serializers = _i_vs._T_Value_Serializers;
|
|
249
|
+
}
|
|
250
|
+
type RESULT = string;
|
|
251
|
+
}
|
|
252
|
+
export declare namespace Tokenizer_Result {
|
|
253
|
+
namespace CONTEXT {
|
|
254
|
+
}
|
|
255
|
+
type CONTEXT = _i_in._T_Tokenizer_Result;
|
|
256
|
+
namespace PARAMS {
|
|
257
|
+
namespace value_serializers {
|
|
258
|
+
}
|
|
259
|
+
type value_serializers = _i_vs._T_Value_Serializers;
|
|
260
|
+
}
|
|
261
|
+
type RESULT = string;
|
|
262
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2VyaWFsaXplLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vc3JjL2ludGVyZmFjZS9nZW5lcmF0ZWQvcGFyZXRvL3NjaGVtYXMvdG9rZW4vc2VyaWFsaXplLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIifQ==
|
|
@@ -1,47 +1,47 @@
|
|
|
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_Annotated_Token;
|
|
7
|
-
export type _T_Delimited_String = ($$_: _i_in._T_Value, $$_p: {
|
|
4
|
+
export type _T_Relative_Location = ($$_: _i_in._T_Value, $$_p: {
|
|
8
5
|
readonly 'value deserializers': _i_vd._T_Value_Deserializers;
|
|
9
|
-
}) => _i_out.
|
|
6
|
+
}) => _i_out._T_Relative_Location;
|
|
10
7
|
export type _T_Location = ($$_: _i_in._T_Value, $$_p: {
|
|
11
8
|
readonly 'value deserializers': _i_vd._T_Value_Deserializers;
|
|
12
9
|
}) => _i_out._T_Location;
|
|
13
10
|
export type _T_Range = ($$_: _i_in._T_Value, $$_p: {
|
|
14
11
|
readonly 'value deserializers': _i_vd._T_Value_Deserializers;
|
|
15
12
|
}) => _i_out._T_Range;
|
|
16
|
-
export type
|
|
13
|
+
export type _T_Whitespace = ($$_: _i_in._T_Value, $$_p: {
|
|
17
14
|
readonly 'value deserializers': _i_vd._T_Value_Deserializers;
|
|
18
|
-
}) => _i_out.
|
|
15
|
+
}) => _i_out._T_Whitespace;
|
|
16
|
+
export type _T_Trivia = ($$_: _i_in._T_Value, $$_p: {
|
|
17
|
+
readonly 'value deserializers': _i_vd._T_Value_Deserializers;
|
|
18
|
+
}) => _i_out._T_Trivia;
|
|
19
|
+
export type _T_Delimited_String = ($$_: _i_in._T_Value, $$_p: {
|
|
20
|
+
readonly 'value deserializers': _i_vd._T_Value_Deserializers;
|
|
21
|
+
}) => _i_out._T_Delimited_String;
|
|
19
22
|
export type _T_String_Type = ($$_: _i_in._T_Value, $$_p: {
|
|
20
23
|
readonly 'value deserializers': _i_vd._T_Value_Deserializers;
|
|
21
24
|
}) => _i_out._T_String_Type;
|
|
22
25
|
export type _T_Token_Type = ($$_: _i_in._T_Value, $$_p: {
|
|
23
26
|
readonly 'value deserializers': _i_vd._T_Value_Deserializers;
|
|
24
27
|
}) => _i_out._T_Token_Type;
|
|
28
|
+
export type _T_Annotated_Token = ($$_: _i_in._T_Value, $$_p: {
|
|
29
|
+
readonly 'value deserializers': _i_vd._T_Value_Deserializers;
|
|
30
|
+
}) => _i_out._T_Annotated_Token;
|
|
25
31
|
export type _T_Tokenizer_Result = ($$_: _i_in._T_Value, $$_p: {
|
|
26
32
|
readonly 'value deserializers': _i_vd._T_Value_Deserializers;
|
|
27
33
|
}) => _i_out._T_Tokenizer_Result;
|
|
28
|
-
export type
|
|
29
|
-
readonly 'value deserializers': _i_vd._T_Value_Deserializers;
|
|
30
|
-
}) => _i_out._T_Trivia;
|
|
31
|
-
export type _T_Whitespace = ($$_: _i_in._T_Value, $$_p: {
|
|
32
|
-
readonly 'value deserializers': _i_vd._T_Value_Deserializers;
|
|
33
|
-
}) => _i_out._T_Whitespace;
|
|
34
|
-
export type Annotated_Token = _T_Annotated_Token;
|
|
35
|
-
export type Delimited_String = _T_Delimited_String;
|
|
34
|
+
export type Relative_Location = _T_Relative_Location;
|
|
36
35
|
export type Location = _T_Location;
|
|
37
36
|
export type Range = _T_Range;
|
|
38
|
-
export type
|
|
37
|
+
export type Whitespace = _T_Whitespace;
|
|
38
|
+
export type Trivia = _T_Trivia;
|
|
39
|
+
export type Delimited_String = _T_Delimited_String;
|
|
39
40
|
export type String_Type = _T_String_Type;
|
|
40
41
|
export type Token_Type = _T_Token_Type;
|
|
42
|
+
export type Annotated_Token = _T_Annotated_Token;
|
|
41
43
|
export type Tokenizer_Result = _T_Tokenizer_Result;
|
|
42
|
-
export
|
|
43
|
-
export type Whitespace = _T_Whitespace;
|
|
44
|
-
export declare namespace _T_Annotated_Token {
|
|
44
|
+
export declare namespace _T_Relative_Location {
|
|
45
45
|
namespace CONTEXT {
|
|
46
46
|
}
|
|
47
47
|
type CONTEXT = _i_in._T_Value;
|
|
@@ -52,9 +52,9 @@ export declare namespace _T_Annotated_Token {
|
|
|
52
52
|
}
|
|
53
53
|
namespace RESULT {
|
|
54
54
|
}
|
|
55
|
-
type RESULT = _i_out.
|
|
55
|
+
type RESULT = _i_out._T_Relative_Location;
|
|
56
56
|
}
|
|
57
|
-
export declare namespace
|
|
57
|
+
export declare namespace _T_Location {
|
|
58
58
|
namespace CONTEXT {
|
|
59
59
|
}
|
|
60
60
|
type CONTEXT = _i_in._T_Value;
|
|
@@ -65,9 +65,9 @@ export declare namespace _T_Delimited_String {
|
|
|
65
65
|
}
|
|
66
66
|
namespace RESULT {
|
|
67
67
|
}
|
|
68
|
-
type RESULT = _i_out.
|
|
68
|
+
type RESULT = _i_out._T_Location;
|
|
69
69
|
}
|
|
70
|
-
export declare namespace
|
|
70
|
+
export declare namespace _T_Range {
|
|
71
71
|
namespace CONTEXT {
|
|
72
72
|
}
|
|
73
73
|
type CONTEXT = _i_in._T_Value;
|
|
@@ -78,9 +78,9 @@ export declare namespace _T_Location {
|
|
|
78
78
|
}
|
|
79
79
|
namespace RESULT {
|
|
80
80
|
}
|
|
81
|
-
type RESULT = _i_out.
|
|
81
|
+
type RESULT = _i_out._T_Range;
|
|
82
82
|
}
|
|
83
|
-
export declare namespace
|
|
83
|
+
export declare namespace _T_Whitespace {
|
|
84
84
|
namespace CONTEXT {
|
|
85
85
|
}
|
|
86
86
|
type CONTEXT = _i_in._T_Value;
|
|
@@ -91,9 +91,9 @@ export declare namespace _T_Range {
|
|
|
91
91
|
}
|
|
92
92
|
namespace RESULT {
|
|
93
93
|
}
|
|
94
|
-
type RESULT = _i_out.
|
|
94
|
+
type RESULT = _i_out._T_Whitespace;
|
|
95
95
|
}
|
|
96
|
-
export declare namespace
|
|
96
|
+
export declare namespace _T_Trivia {
|
|
97
97
|
namespace CONTEXT {
|
|
98
98
|
}
|
|
99
99
|
type CONTEXT = _i_in._T_Value;
|
|
@@ -104,9 +104,9 @@ export declare namespace _T_Relative_Location {
|
|
|
104
104
|
}
|
|
105
105
|
namespace RESULT {
|
|
106
106
|
}
|
|
107
|
-
type RESULT = _i_out.
|
|
107
|
+
type RESULT = _i_out._T_Trivia;
|
|
108
108
|
}
|
|
109
|
-
export declare namespace
|
|
109
|
+
export declare namespace _T_Delimited_String {
|
|
110
110
|
namespace CONTEXT {
|
|
111
111
|
}
|
|
112
112
|
type CONTEXT = _i_in._T_Value;
|
|
@@ -117,9 +117,9 @@ export declare namespace _T_String_Type {
|
|
|
117
117
|
}
|
|
118
118
|
namespace RESULT {
|
|
119
119
|
}
|
|
120
|
-
type RESULT = _i_out.
|
|
120
|
+
type RESULT = _i_out._T_Delimited_String;
|
|
121
121
|
}
|
|
122
|
-
export declare namespace
|
|
122
|
+
export declare namespace _T_String_Type {
|
|
123
123
|
namespace CONTEXT {
|
|
124
124
|
}
|
|
125
125
|
type CONTEXT = _i_in._T_Value;
|
|
@@ -130,9 +130,9 @@ export declare namespace _T_Token_Type {
|
|
|
130
130
|
}
|
|
131
131
|
namespace RESULT {
|
|
132
132
|
}
|
|
133
|
-
type RESULT = _i_out.
|
|
133
|
+
type RESULT = _i_out._T_String_Type;
|
|
134
134
|
}
|
|
135
|
-
export declare namespace
|
|
135
|
+
export declare namespace _T_Token_Type {
|
|
136
136
|
namespace CONTEXT {
|
|
137
137
|
}
|
|
138
138
|
type CONTEXT = _i_in._T_Value;
|
|
@@ -143,9 +143,9 @@ export declare namespace _T_Tokenizer_Result {
|
|
|
143
143
|
}
|
|
144
144
|
namespace RESULT {
|
|
145
145
|
}
|
|
146
|
-
type RESULT = _i_out.
|
|
146
|
+
type RESULT = _i_out._T_Token_Type;
|
|
147
147
|
}
|
|
148
|
-
export declare namespace
|
|
148
|
+
export declare namespace _T_Annotated_Token {
|
|
149
149
|
namespace CONTEXT {
|
|
150
150
|
}
|
|
151
151
|
type CONTEXT = _i_in._T_Value;
|
|
@@ -156,9 +156,9 @@ export declare namespace _T_Trivia {
|
|
|
156
156
|
}
|
|
157
157
|
namespace RESULT {
|
|
158
158
|
}
|
|
159
|
-
type RESULT = _i_out.
|
|
159
|
+
type RESULT = _i_out._T_Annotated_Token;
|
|
160
160
|
}
|
|
161
|
-
export declare namespace
|
|
161
|
+
export declare namespace _T_Tokenizer_Result {
|
|
162
162
|
namespace CONTEXT {
|
|
163
163
|
}
|
|
164
164
|
type CONTEXT = _i_in._T_Value;
|
|
@@ -169,9 +169,9 @@ export declare namespace _T_Whitespace {
|
|
|
169
169
|
}
|
|
170
170
|
namespace RESULT {
|
|
171
171
|
}
|
|
172
|
-
type RESULT = _i_out.
|
|
172
|
+
type RESULT = _i_out._T_Tokenizer_Result;
|
|
173
173
|
}
|
|
174
|
-
export declare namespace
|
|
174
|
+
export declare namespace Relative_Location {
|
|
175
175
|
namespace CONTEXT {
|
|
176
176
|
}
|
|
177
177
|
type CONTEXT = _i_in._T_Value;
|
|
@@ -182,9 +182,9 @@ export declare namespace Annotated_Token {
|
|
|
182
182
|
}
|
|
183
183
|
namespace RESULT {
|
|
184
184
|
}
|
|
185
|
-
type RESULT = _i_out.
|
|
185
|
+
type RESULT = _i_out._T_Relative_Location;
|
|
186
186
|
}
|
|
187
|
-
export declare namespace
|
|
187
|
+
export declare namespace Location {
|
|
188
188
|
namespace CONTEXT {
|
|
189
189
|
}
|
|
190
190
|
type CONTEXT = _i_in._T_Value;
|
|
@@ -195,9 +195,9 @@ export declare namespace Delimited_String {
|
|
|
195
195
|
}
|
|
196
196
|
namespace RESULT {
|
|
197
197
|
}
|
|
198
|
-
type RESULT = _i_out.
|
|
198
|
+
type RESULT = _i_out._T_Location;
|
|
199
199
|
}
|
|
200
|
-
export declare namespace
|
|
200
|
+
export declare namespace Range {
|
|
201
201
|
namespace CONTEXT {
|
|
202
202
|
}
|
|
203
203
|
type CONTEXT = _i_in._T_Value;
|
|
@@ -208,9 +208,9 @@ export declare namespace Location {
|
|
|
208
208
|
}
|
|
209
209
|
namespace RESULT {
|
|
210
210
|
}
|
|
211
|
-
type RESULT = _i_out.
|
|
211
|
+
type RESULT = _i_out._T_Range;
|
|
212
212
|
}
|
|
213
|
-
export declare namespace
|
|
213
|
+
export declare namespace Whitespace {
|
|
214
214
|
namespace CONTEXT {
|
|
215
215
|
}
|
|
216
216
|
type CONTEXT = _i_in._T_Value;
|
|
@@ -221,9 +221,9 @@ export declare namespace Range {
|
|
|
221
221
|
}
|
|
222
222
|
namespace RESULT {
|
|
223
223
|
}
|
|
224
|
-
type RESULT = _i_out.
|
|
224
|
+
type RESULT = _i_out._T_Whitespace;
|
|
225
225
|
}
|
|
226
|
-
export declare namespace
|
|
226
|
+
export declare namespace Trivia {
|
|
227
227
|
namespace CONTEXT {
|
|
228
228
|
}
|
|
229
229
|
type CONTEXT = _i_in._T_Value;
|
|
@@ -234,9 +234,9 @@ export declare namespace Relative_Location {
|
|
|
234
234
|
}
|
|
235
235
|
namespace RESULT {
|
|
236
236
|
}
|
|
237
|
-
type RESULT = _i_out.
|
|
237
|
+
type RESULT = _i_out._T_Trivia;
|
|
238
238
|
}
|
|
239
|
-
export declare namespace
|
|
239
|
+
export declare namespace Delimited_String {
|
|
240
240
|
namespace CONTEXT {
|
|
241
241
|
}
|
|
242
242
|
type CONTEXT = _i_in._T_Value;
|
|
@@ -247,9 +247,9 @@ export declare namespace String_Type {
|
|
|
247
247
|
}
|
|
248
248
|
namespace RESULT {
|
|
249
249
|
}
|
|
250
|
-
type RESULT = _i_out.
|
|
250
|
+
type RESULT = _i_out._T_Delimited_String;
|
|
251
251
|
}
|
|
252
|
-
export declare namespace
|
|
252
|
+
export declare namespace String_Type {
|
|
253
253
|
namespace CONTEXT {
|
|
254
254
|
}
|
|
255
255
|
type CONTEXT = _i_in._T_Value;
|
|
@@ -260,9 +260,9 @@ export declare namespace Token_Type {
|
|
|
260
260
|
}
|
|
261
261
|
namespace RESULT {
|
|
262
262
|
}
|
|
263
|
-
type RESULT = _i_out.
|
|
263
|
+
type RESULT = _i_out._T_String_Type;
|
|
264
264
|
}
|
|
265
|
-
export declare namespace
|
|
265
|
+
export declare namespace Token_Type {
|
|
266
266
|
namespace CONTEXT {
|
|
267
267
|
}
|
|
268
268
|
type CONTEXT = _i_in._T_Value;
|
|
@@ -273,9 +273,9 @@ export declare namespace Tokenizer_Result {
|
|
|
273
273
|
}
|
|
274
274
|
namespace RESULT {
|
|
275
275
|
}
|
|
276
|
-
type RESULT = _i_out.
|
|
276
|
+
type RESULT = _i_out._T_Token_Type;
|
|
277
277
|
}
|
|
278
|
-
export declare namespace
|
|
278
|
+
export declare namespace Annotated_Token {
|
|
279
279
|
namespace CONTEXT {
|
|
280
280
|
}
|
|
281
281
|
type CONTEXT = _i_in._T_Value;
|
|
@@ -286,9 +286,9 @@ export declare namespace Trivia {
|
|
|
286
286
|
}
|
|
287
287
|
namespace RESULT {
|
|
288
288
|
}
|
|
289
|
-
type RESULT = _i_out.
|
|
289
|
+
type RESULT = _i_out._T_Annotated_Token;
|
|
290
290
|
}
|
|
291
|
-
export declare namespace
|
|
291
|
+
export declare namespace Tokenizer_Result {
|
|
292
292
|
namespace CONTEXT {
|
|
293
293
|
}
|
|
294
294
|
type CONTEXT = _i_in._T_Value;
|
|
@@ -299,5 +299,5 @@ export declare namespace Whitespace {
|
|
|
299
299
|
}
|
|
300
300
|
namespace RESULT {
|
|
301
301
|
}
|
|
302
|
-
type RESULT = _i_out.
|
|
302
|
+
type RESULT = _i_out._T_Tokenizer_Result;
|
|
303
303
|
}
|
|
@@ -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
|
}
|
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as _pi from 'pareto-core-interface';
|
|
2
2
|
import * as t from "../../../../interface/generated/pareto/core/astn_source";
|
|
3
3
|
import * as unconstrained from "../../../../interface/generated/pareto/core/unconstrained";
|
|
4
4
|
import * as unresolved from "../../../../interface/generated/pareto/core/unresolved";
|
|
5
5
|
export declare const process_unconstrained_state_group: <Mapped_Value>($: t._T_Value, $p: {
|
|
6
|
-
"states":
|
|
6
|
+
"states": _pi.Dictionary<($: t._T_Value) => Mapped_Value>;
|
|
7
7
|
}) => Mapped_Value;
|
|
8
8
|
export declare const process_unresolved_state_group: <Mapped_Value>($: t._T_Value, $p: {
|
|
9
|
-
"states":
|
|
9
|
+
"states": _pi.Dictionary<($: t._T_Value) => Mapped_Value>;
|
|
10
10
|
}) => unresolved.State_Group<t._T_Range, Mapped_Value>;
|
|
11
11
|
export declare const process_group: <Mapped_Value>($: t._T_Value, $p: {
|
|
12
|
-
"properties": ($:
|
|
12
|
+
"properties": ($: _pi.Dictionary<t._T_Value>) => Mapped_Value;
|
|
13
13
|
}) => Mapped_Value;
|
|
14
|
-
export declare const get_entry: ($:
|
|
14
|
+
export declare const get_entry: ($: _pi.Dictionary<t._T_Value>, $p: {
|
|
15
15
|
"key": string;
|
|
16
16
|
}) => t._T_Value;
|
|
17
17
|
export declare const process_unresolved_dictionary: <Mapped_Value>($: t._T_Value, $p: {
|
|
@@ -35,7 +35,7 @@ export declare const process_unconstrained_list: <Mapped_Value>($: t._T_Value, $
|
|
|
35
35
|
}) => unconstrained.List<null, Mapped_Value>;
|
|
36
36
|
export declare const process_optional: <Mapped_Value>($: t._T_Value, $p: {
|
|
37
37
|
"value": ($: t._T_Value) => Mapped_Value;
|
|
38
|
-
}) =>
|
|
38
|
+
}) => _pi.Optional_Value<Mapped_Value>;
|
|
39
39
|
export declare const process_nothing: ($: t._T_Value, $p: null) => null;
|
|
40
40
|
export declare const process_selected_reference: <Mapped_Value>($: t._T_Value, $p: null) => unresolved.Reference_To_Normal_Dictionary_Entry<t._T_Range, Mapped_Value>;
|
|
41
41
|
export declare const process_stack_reference: <Mapped_Value>($: t._T_Value, $p: null) => unresolved.Reference_To_Stacked_Dictionary_Entry<t._T_Range, Mapped_Value>;
|