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,4 +1,4 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as _pi from 'pareto-core-interface';
|
|
2
2
|
export type _T_Value = readonly [
|
|
3
3
|
'indexed collection',
|
|
4
4
|
readonly [
|
|
@@ -54,12 +54,12 @@ export type _T_Value = readonly [
|
|
|
54
54
|
];
|
|
55
55
|
export type _T_Document = {
|
|
56
56
|
readonly 'content': _T_Value;
|
|
57
|
-
readonly 'header':
|
|
57
|
+
readonly 'header': _pi.Optional_Value<{
|
|
58
58
|
readonly '!': _T_Structural_Token;
|
|
59
59
|
readonly 'value': _T_Value;
|
|
60
60
|
}>;
|
|
61
61
|
};
|
|
62
|
-
export type _T_Elements =
|
|
62
|
+
export type _T_Elements = _pi.List<{
|
|
63
63
|
readonly 'value': _T_Value;
|
|
64
64
|
}>;
|
|
65
65
|
export declare namespace _T_Elements {
|
|
@@ -67,19 +67,19 @@ export declare namespace _T_Elements {
|
|
|
67
67
|
readonly 'value': _T_Value;
|
|
68
68
|
};
|
|
69
69
|
}
|
|
70
|
-
export type _T_Key_Value_Pairs =
|
|
71
|
-
readonly ',':
|
|
70
|
+
export type _T_Key_Value_Pairs = _pi.List<{
|
|
71
|
+
readonly ',': _pi.Optional_Value<_T_Structural_Token>;
|
|
72
72
|
readonly 'key': _T_String;
|
|
73
|
-
readonly 'value':
|
|
73
|
+
readonly 'value': _pi.Optional_Value<{
|
|
74
74
|
readonly ':': _T_Structural_Token;
|
|
75
75
|
readonly 'value': _T_Value;
|
|
76
76
|
}>;
|
|
77
77
|
}>;
|
|
78
78
|
export declare namespace _T_Key_Value_Pairs {
|
|
79
79
|
type L = {
|
|
80
|
-
readonly ',':
|
|
80
|
+
readonly ',': _pi.Optional_Value<_T_Structural_Token>;
|
|
81
81
|
readonly 'key': _T_String;
|
|
82
|
-
readonly 'value':
|
|
82
|
+
readonly 'value': _pi.Optional_Value<{
|
|
83
83
|
readonly ':': _T_Structural_Token;
|
|
84
84
|
readonly 'value': _T_Value;
|
|
85
85
|
}>;
|
|
@@ -108,7 +108,7 @@ export type _T_Relative_Location = {
|
|
|
108
108
|
readonly 'line': number;
|
|
109
109
|
};
|
|
110
110
|
export type _T_Trivia = {
|
|
111
|
-
readonly 'comments':
|
|
111
|
+
readonly 'comments': _pi.List<{
|
|
112
112
|
readonly 'content': string;
|
|
113
113
|
readonly 'range': _T_Range;
|
|
114
114
|
readonly 'trailing whitespace': _T_Whitespace;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as _pi from 'pareto-core-interface';
|
|
2
2
|
export type _T_Document = _T_Value;
|
|
3
|
-
export type _T_Value = readonly ['dictionary',
|
|
3
|
+
export type _T_Value = readonly ['dictionary', _pi.Dictionary<_T_Value>] | readonly ['list', _pi.List<_T_Value>] | readonly ['nothing', null] | readonly [
|
|
4
4
|
'optional',
|
|
5
5
|
readonly ['not set', null] | readonly ['set', _T_Value]
|
|
6
6
|
] | readonly [
|
|
@@ -15,7 +15,7 @@ export type _T_Value = readonly ['dictionary', _et.Dictionary<_T_Value>] | reado
|
|
|
15
15
|
readonly 'delimiter': readonly ['backtick', null] | readonly ['none', null] | readonly ['quote', null];
|
|
16
16
|
readonly 'value': string;
|
|
17
17
|
}
|
|
18
|
-
] | readonly ['verbose group',
|
|
18
|
+
] | readonly ['verbose group', _pi.Dictionary<_T_Value>];
|
|
19
19
|
export type Document = _T_Document;
|
|
20
20
|
export type Value = _T_Value;
|
|
21
21
|
export declare namespace _T_Document {
|
|
@@ -27,19 +27,19 @@ export declare namespace _T_Value {
|
|
|
27
27
|
}
|
|
28
28
|
type L = _T_Value;
|
|
29
29
|
}
|
|
30
|
-
type concise_group =
|
|
30
|
+
type concise_group = _pi.List<_T_Value>;
|
|
31
31
|
namespace dictionary {
|
|
32
32
|
namespace D {
|
|
33
33
|
}
|
|
34
34
|
type D = _T_Value;
|
|
35
35
|
}
|
|
36
|
-
type dictionary =
|
|
36
|
+
type dictionary = _pi.Dictionary<_T_Value>;
|
|
37
37
|
namespace list {
|
|
38
38
|
namespace L {
|
|
39
39
|
}
|
|
40
40
|
type L = _T_Value;
|
|
41
41
|
}
|
|
42
|
-
type list =
|
|
42
|
+
type list = _pi.List<_T_Value>;
|
|
43
43
|
type nothing = null;
|
|
44
44
|
namespace optional {
|
|
45
45
|
namespace SG {
|
|
@@ -82,9 +82,9 @@ export declare namespace _T_Value {
|
|
|
82
82
|
}
|
|
83
83
|
type D = _T_Value;
|
|
84
84
|
}
|
|
85
|
-
type verbose_group =
|
|
85
|
+
type verbose_group = _pi.Dictionary<_T_Value>;
|
|
86
86
|
}
|
|
87
|
-
type SG = readonly ['concise group',
|
|
87
|
+
type SG = readonly ['concise group', _pi.List<_T_Value>] | readonly ['dictionary', _pi.Dictionary<_T_Value>] | readonly ['list', _pi.List<_T_Value>] | readonly ['nothing', null] | readonly [
|
|
88
88
|
'optional',
|
|
89
89
|
readonly ['not set', null] | readonly ['set', _T_Value]
|
|
90
90
|
] | readonly [
|
|
@@ -99,7 +99,7 @@ export declare namespace _T_Value {
|
|
|
99
99
|
readonly 'delimiter': readonly ['backtick', null] | readonly ['none', null] | readonly ['quote', null];
|
|
100
100
|
readonly 'value': string;
|
|
101
101
|
}
|
|
102
|
-
] | readonly ['verbose group',
|
|
102
|
+
] | readonly ['verbose group', _pi.Dictionary<_T_Value>];
|
|
103
103
|
}
|
|
104
104
|
export declare namespace Document {
|
|
105
105
|
}
|
|
@@ -110,19 +110,19 @@ export declare namespace Value {
|
|
|
110
110
|
}
|
|
111
111
|
type L = _T_Value;
|
|
112
112
|
}
|
|
113
|
-
type concise_group =
|
|
113
|
+
type concise_group = _pi.List<_T_Value>;
|
|
114
114
|
namespace dictionary {
|
|
115
115
|
namespace D {
|
|
116
116
|
}
|
|
117
117
|
type D = _T_Value;
|
|
118
118
|
}
|
|
119
|
-
type dictionary =
|
|
119
|
+
type dictionary = _pi.Dictionary<_T_Value>;
|
|
120
120
|
namespace list {
|
|
121
121
|
namespace L {
|
|
122
122
|
}
|
|
123
123
|
type L = _T_Value;
|
|
124
124
|
}
|
|
125
|
-
type list =
|
|
125
|
+
type list = _pi.List<_T_Value>;
|
|
126
126
|
type nothing = null;
|
|
127
127
|
namespace optional {
|
|
128
128
|
namespace SG {
|
|
@@ -165,9 +165,9 @@ export declare namespace Value {
|
|
|
165
165
|
}
|
|
166
166
|
type D = _T_Value;
|
|
167
167
|
}
|
|
168
|
-
type verbose_group =
|
|
168
|
+
type verbose_group = _pi.Dictionary<_T_Value>;
|
|
169
169
|
}
|
|
170
|
-
type SG = readonly ['concise group',
|
|
170
|
+
type SG = readonly ['concise group', _pi.List<_T_Value>] | readonly ['dictionary', _pi.Dictionary<_T_Value>] | readonly ['list', _pi.List<_T_Value>] | readonly ['nothing', null] | readonly [
|
|
171
171
|
'optional',
|
|
172
172
|
readonly ['not set', null] | readonly ['set', _T_Value]
|
|
173
173
|
] | readonly [
|
|
@@ -182,5 +182,5 @@ export declare namespace Value {
|
|
|
182
182
|
readonly 'delimiter': readonly ['backtick', null] | readonly ['none', null] | readonly ['quote', null];
|
|
183
183
|
readonly 'value': string;
|
|
184
184
|
}
|
|
185
|
-
] | readonly ['verbose group',
|
|
185
|
+
] | readonly ['verbose group', _pi.Dictionary<_T_Value>];
|
|
186
186
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as _pi from 'pareto-core-interface';
|
|
2
2
|
import * as _i_imports_token from "./token";
|
|
3
3
|
import * as _i_imports_ast from "./astn_source";
|
|
4
4
|
export type _T_Parse_Error = {
|
|
@@ -19,7 +19,7 @@ export type Parser_Error = {
|
|
|
19
19
|
readonly 'found': _i_imports_token._T_Token_Type;
|
|
20
20
|
}
|
|
21
21
|
];
|
|
22
|
-
readonly 'expected':
|
|
22
|
+
readonly 'expected': _pi.List<Expected>;
|
|
23
23
|
};
|
|
24
24
|
export type Expected = readonly ['!', null] | readonly ['#', null] | readonly [')', null] | readonly [',', null] | readonly [':', null] | readonly ['>', null] | readonly ['@', null] | readonly [']', null] | readonly ['a string', null] | readonly ['a value', null] | readonly ['}', null];
|
|
25
25
|
export type _T_Parse_Result = readonly ['failure', _T_Parse_Error] | readonly ['success', _i_imports_ast._T_Document];
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as _pi from 'pareto-core-interface';
|
|
2
2
|
export type _T_Derived_Reference<M_Source, T_Type> = T_Type;
|
|
3
|
-
export type _T_Dictionary<M_Source, T_D> =
|
|
4
|
-
export type _T_List<M_Source, T_L> =
|
|
3
|
+
export type _T_Dictionary<M_Source, T_D> = _pi.Dictionary<T_D>;
|
|
4
|
+
export type _T_List<M_Source, T_L> = _pi.List<T_L>;
|
|
5
5
|
export type _T_Ordered_Dictionary<M_Source, T_D> = {
|
|
6
|
-
readonly 'dictionary':
|
|
7
|
-
readonly 'ordered list':
|
|
6
|
+
readonly 'dictionary': _pi.Dictionary<T_D>;
|
|
7
|
+
readonly 'ordered list': _pi.List<{
|
|
8
8
|
readonly 'key': string;
|
|
9
9
|
readonly 'value': T_D;
|
|
10
10
|
}>;
|
|
11
11
|
};
|
|
12
12
|
export type _T_Reference_To_Circular_Dependent_Sibling<M_Source, T_Dictionary_Entry> = {
|
|
13
|
-
readonly 'entry':
|
|
13
|
+
readonly 'entry': _pi.Circular_Dependency<T_Dictionary_Entry>;
|
|
14
14
|
readonly 'key': string;
|
|
15
15
|
};
|
|
16
16
|
export type _T_Reference_To_Normal_Dictionary_Entry<M_Source, T_Dictionary_Entry> = {
|
|
@@ -41,7 +41,7 @@ export declare namespace _T_Ordered_Dictionary {
|
|
|
41
41
|
namespace dictionary {
|
|
42
42
|
type D<M_Source, T_D> = T_D;
|
|
43
43
|
}
|
|
44
|
-
type dictionary<M_Source, T_D> =
|
|
44
|
+
type dictionary<M_Source, T_D> = _pi.Dictionary<T_D>;
|
|
45
45
|
namespace ordered_list {
|
|
46
46
|
namespace L {
|
|
47
47
|
type key<M_Source, T_D> = string;
|
|
@@ -52,7 +52,7 @@ export declare namespace _T_Ordered_Dictionary {
|
|
|
52
52
|
readonly 'value': T_D;
|
|
53
53
|
};
|
|
54
54
|
}
|
|
55
|
-
type ordered_list<M_Source, T_D> =
|
|
55
|
+
type ordered_list<M_Source, T_D> = _pi.List<{
|
|
56
56
|
readonly 'key': string;
|
|
57
57
|
readonly 'value': T_D;
|
|
58
58
|
}>;
|
|
@@ -61,7 +61,7 @@ export declare namespace _T_Reference_To_Circular_Dependent_Sibling {
|
|
|
61
61
|
namespace entry {
|
|
62
62
|
type C<M_Source, T_Dictionary_Entry> = T_Dictionary_Entry;
|
|
63
63
|
}
|
|
64
|
-
type entry<M_Source, T_Dictionary_Entry> =
|
|
64
|
+
type entry<M_Source, T_Dictionary_Entry> = _pi.Circular_Dependency<T_Dictionary_Entry>;
|
|
65
65
|
type key<M_Source, T_Dictionary_Entry> = string;
|
|
66
66
|
}
|
|
67
67
|
export declare namespace _T_Reference_To_Normal_Dictionary_Entry {
|
|
@@ -83,7 +83,7 @@ export declare namespace Ordered_Dictionary {
|
|
|
83
83
|
namespace dictionary {
|
|
84
84
|
type D<M_Source, T_D> = T_D;
|
|
85
85
|
}
|
|
86
|
-
type dictionary<M_Source, T_D> =
|
|
86
|
+
type dictionary<M_Source, T_D> = _pi.Dictionary<T_D>;
|
|
87
87
|
namespace ordered_list {
|
|
88
88
|
namespace L {
|
|
89
89
|
type key<M_Source, T_D> = string;
|
|
@@ -94,7 +94,7 @@ export declare namespace Ordered_Dictionary {
|
|
|
94
94
|
readonly 'value': T_D;
|
|
95
95
|
};
|
|
96
96
|
}
|
|
97
|
-
type ordered_list<M_Source, T_D> =
|
|
97
|
+
type ordered_list<M_Source, T_D> = _pi.List<{
|
|
98
98
|
readonly 'key': string;
|
|
99
99
|
readonly 'value': T_D;
|
|
100
100
|
}>;
|
|
@@ -103,7 +103,7 @@ export declare namespace Reference_To_Circular_Dependent_Sibling {
|
|
|
103
103
|
namespace entry {
|
|
104
104
|
type C<M_Source, T_Dictionary_Entry> = T_Dictionary_Entry;
|
|
105
105
|
}
|
|
106
|
-
type entry<M_Source, T_Dictionary_Entry> =
|
|
106
|
+
type entry<M_Source, T_Dictionary_Entry> = _pi.Circular_Dependency<T_Dictionary_Entry>;
|
|
107
107
|
type key<M_Source, T_Dictionary_Entry> = string;
|
|
108
108
|
}
|
|
109
109
|
export declare namespace Reference_To_Normal_Dictionary_Entry {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as _pi from 'pareto-core-interface';
|
|
2
2
|
export type _T_Annotated_Token = {
|
|
3
3
|
readonly 'end': _T_Location;
|
|
4
4
|
readonly 'start': _T_Location;
|
|
@@ -29,13 +29,13 @@ export type _T_Token_Type = readonly ['!', null] | readonly ['#', null] | readon
|
|
|
29
29
|
export type _T_Tokenizer_Result = {
|
|
30
30
|
readonly 'end': _T_Location;
|
|
31
31
|
readonly 'leading trivia': _T_Trivia;
|
|
32
|
-
readonly 'tokens':
|
|
32
|
+
readonly 'tokens': _pi.List<_T_Annotated_Token>;
|
|
33
33
|
};
|
|
34
34
|
export declare namespace _T_Tokenizer_Result {
|
|
35
|
-
type tokens =
|
|
35
|
+
type tokens = _pi.List<_T_Annotated_Token>;
|
|
36
36
|
}
|
|
37
37
|
export type _T_Trivia = {
|
|
38
|
-
readonly 'comments':
|
|
38
|
+
readonly 'comments': _pi.List<{
|
|
39
39
|
readonly 'content': string;
|
|
40
40
|
readonly 'range': _T_Range;
|
|
41
41
|
readonly 'trailing whitespace': _T_Whitespace;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import * as
|
|
2
|
-
export type _T_Dictionary<M_Source, T_D> =
|
|
3
|
-
export type _T_List<M_Source, T_L> =
|
|
1
|
+
import * as _pi from 'pareto-core-interface';
|
|
2
|
+
export type _T_Dictionary<M_Source, T_D> = _pi.Dictionary<T_D>;
|
|
3
|
+
export type _T_List<M_Source, T_L> = _pi.List<T_L>;
|
|
4
4
|
export type _T_State_Group<M_Source, T_SG> = T_SG;
|
|
5
5
|
export type Dictionary<M_Source, T_D> = _T_Dictionary<M_Source, T_D>;
|
|
6
6
|
export type List<M_Source, T_L> = _T_List<M_Source, T_L>;
|
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as _pi from 'pareto-core-interface';
|
|
2
2
|
export type _T_Derived_Reference<M_Source, T_Type> = null;
|
|
3
3
|
export type _T_Dictionary<M_Source, T_D> = {
|
|
4
|
-
readonly 'dictionary':
|
|
4
|
+
readonly 'dictionary': _pi.Dictionary<{
|
|
5
5
|
readonly 'entry': T_D;
|
|
6
6
|
readonly 'location': M_Source;
|
|
7
7
|
}>;
|
|
8
8
|
readonly 'location': M_Source;
|
|
9
9
|
};
|
|
10
10
|
export type _T_List<M_Source, T_L> = {
|
|
11
|
-
readonly 'list':
|
|
11
|
+
readonly 'list': _pi.List<{
|
|
12
12
|
readonly 'element': T_L;
|
|
13
13
|
readonly 'location': M_Source;
|
|
14
14
|
}>;
|
|
15
15
|
readonly 'location': M_Source;
|
|
16
16
|
};
|
|
17
17
|
export type _T_Ordered_Dictionary<M_Source, T_D> = {
|
|
18
|
-
readonly 'dictionary':
|
|
18
|
+
readonly 'dictionary': _pi.Dictionary<{
|
|
19
19
|
readonly 'entry': T_D;
|
|
20
20
|
readonly 'location': M_Source;
|
|
21
21
|
}>;
|
|
@@ -56,7 +56,7 @@ export declare namespace _T_Dictionary {
|
|
|
56
56
|
readonly 'location': M_Source;
|
|
57
57
|
};
|
|
58
58
|
}
|
|
59
|
-
type dictionary<M_Source, T_D> =
|
|
59
|
+
type dictionary<M_Source, T_D> = _pi.Dictionary<{
|
|
60
60
|
readonly 'entry': T_D;
|
|
61
61
|
readonly 'location': M_Source;
|
|
62
62
|
}>;
|
|
@@ -73,7 +73,7 @@ export declare namespace _T_List {
|
|
|
73
73
|
readonly 'location': M_Source;
|
|
74
74
|
};
|
|
75
75
|
}
|
|
76
|
-
type list<M_Source, T_L> =
|
|
76
|
+
type list<M_Source, T_L> = _pi.List<{
|
|
77
77
|
readonly 'element': T_L;
|
|
78
78
|
readonly 'location': M_Source;
|
|
79
79
|
}>;
|
|
@@ -90,7 +90,7 @@ export declare namespace _T_Ordered_Dictionary {
|
|
|
90
90
|
readonly 'location': M_Source;
|
|
91
91
|
};
|
|
92
92
|
}
|
|
93
|
-
type dictionary<M_Source, T_D> =
|
|
93
|
+
type dictionary<M_Source, T_D> = _pi.Dictionary<{
|
|
94
94
|
readonly 'entry': T_D;
|
|
95
95
|
readonly 'location': M_Source;
|
|
96
96
|
}>;
|
|
@@ -123,7 +123,7 @@ export declare namespace Dictionary {
|
|
|
123
123
|
readonly 'location': M_Source;
|
|
124
124
|
};
|
|
125
125
|
}
|
|
126
|
-
type dictionary<M_Source, T_D> =
|
|
126
|
+
type dictionary<M_Source, T_D> = _pi.Dictionary<{
|
|
127
127
|
readonly 'entry': T_D;
|
|
128
128
|
readonly 'location': M_Source;
|
|
129
129
|
}>;
|
|
@@ -140,7 +140,7 @@ export declare namespace List {
|
|
|
140
140
|
readonly 'location': M_Source;
|
|
141
141
|
};
|
|
142
142
|
}
|
|
143
|
-
type list<M_Source, T_L> =
|
|
143
|
+
type list<M_Source, T_L> = _pi.List<{
|
|
144
144
|
readonly 'element': T_L;
|
|
145
145
|
readonly 'location': M_Source;
|
|
146
146
|
}>;
|
|
@@ -157,7 +157,7 @@ export declare namespace Ordered_Dictionary {
|
|
|
157
157
|
readonly 'location': M_Source;
|
|
158
158
|
};
|
|
159
159
|
}
|
|
160
|
-
type dictionary<M_Source, T_D> =
|
|
160
|
+
type dictionary<M_Source, T_D> = _pi.Dictionary<{
|
|
161
161
|
readonly 'entry': T_D;
|
|
162
162
|
readonly 'location': M_Source;
|
|
163
163
|
}>;
|
|
@@ -1,6 +1,4 @@
|
|
|
1
|
-
import * as _pi from 'pareto-core-interface';
|
|
2
1
|
import * as d_target from "../interface/generated/pareto/schemas/authoring_parse_result/data_types/target";
|
|
3
2
|
import * as d_target_token from "../interface/generated/pareto/schemas/token/data_types/source";
|
|
4
3
|
export declare const parse_error: (type: d_target.Parse_Error._type, range: d_target_token.Range) => d_target.Parse_Error;
|
|
5
|
-
export declare const unexpected_token: (found: d_target_token.Annotated_Token, expected: _pi.List<d_target.Parse_Error._type.SG.parser.expected.L>) => d_target.Parse_Error;
|
|
6
4
|
export declare const lexer_error: (type: d_target.Parse_Error._type.SG.lexer, range: d_target_token.Range) => d_target.Parse_Error;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.lexer_error = exports.
|
|
3
|
+
exports.lexer_error = exports.parse_error = void 0;
|
|
4
4
|
const parse_error = (type, range) => ({
|
|
5
5
|
'type': type,
|
|
6
6
|
'range': {
|
|
@@ -9,16 +9,21 @@ const parse_error = (type, range) => ({
|
|
|
9
9
|
}
|
|
10
10
|
});
|
|
11
11
|
exports.parse_error = parse_error;
|
|
12
|
-
const unexpected_token = (
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
}
|
|
21
|
-
|
|
12
|
+
// export const unexpected_token = (
|
|
13
|
+
// found: d_target_token.Annotated_Token,
|
|
14
|
+
// expected: _pi.List<d_target.Parse_Error._type.SG.parser.expected.L>,
|
|
15
|
+
// ): d_target.Parse_Error => parse_error(
|
|
16
|
+
// ['parser', {
|
|
17
|
+
// 'expected': expected,
|
|
18
|
+
// 'cause': ['unexpected token', {
|
|
19
|
+
// 'found': found.type,
|
|
20
|
+
// }]
|
|
21
|
+
// }],
|
|
22
|
+
// {
|
|
23
|
+
// 'start': found.start,
|
|
24
|
+
// 'end': found.end
|
|
25
|
+
// }
|
|
26
|
+
// )
|
|
22
27
|
const lexer_error = (type, range) => ({
|
|
23
28
|
'type': ['lexer', type],
|
|
24
29
|
'range': {
|
|
@@ -27,4 +32,4 @@ const lexer_error = (type, range) => ({
|
|
|
27
32
|
}
|
|
28
33
|
});
|
|
29
34
|
exports.lexer_error = lexer_error;
|
|
30
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
35
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicGFyc2VfcmVzdWx0LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vc3JjL3Nob3J0aGFuZHMvcGFyc2VfcmVzdWx0LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7OztBQU9PLE1BQU0sV0FBVyxHQUFHLENBQ3ZCLElBQWdDLEVBQ2hDLEtBQTJCLEVBQ1AsRUFBRSxDQUFDLENBQUM7SUFDeEIsTUFBTSxFQUFFLElBQUk7SUFDWixPQUFPLEVBQUU7UUFDTCxPQUFPLEVBQUUsS0FBSyxDQUFDLEtBQUs7UUFDcEIsS0FBSyxFQUFFLEtBQUssQ0FBQyxHQUFHO0tBQ25CO0NBQ0osQ0FBQyxDQUFBO0FBVFcsUUFBQSxXQUFXLGVBU3RCO0FBRUYsb0NBQW9DO0FBQ3BDLDZDQUE2QztBQUM3QywyRUFBMkU7QUFDM0UsMENBQTBDO0FBQzFDLG1CQUFtQjtBQUNuQixnQ0FBZ0M7QUFDaEMsMENBQTBDO0FBQzFDLG1DQUFtQztBQUNuQyxhQUFhO0FBQ2IsVUFBVTtBQUNWLFFBQVE7QUFDUixnQ0FBZ0M7QUFDaEMsMkJBQTJCO0FBQzNCLFFBQVE7QUFDUixJQUFJO0FBRUcsTUFBTSxXQUFXLEdBQUcsQ0FDdkIsSUFBeUMsRUFDekMsS0FBMkIsRUFDUCxFQUFFLENBQUMsQ0FBQztJQUN4QixNQUFNLEVBQUUsQ0FBQyxPQUFPLEVBQUUsSUFBSSxDQUFDO0lBQ3ZCLE9BQU8sRUFBRTtRQUNMLE9BQU8sRUFBRSxLQUFLLENBQUMsS0FBSztRQUNwQixLQUFLLEVBQUUsS0FBSyxDQUFDLEdBQUc7S0FDbkI7Q0FDSixDQUFDLENBQUE7QUFUVyxRQUFBLFdBQVcsZUFTdEIifQ==
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "astn",
|
|
3
|
-
"version": "0.113.
|
|
3
|
+
"version": "0.113.23",
|
|
4
4
|
"description": "The TypeScript library for parsing and formatting ASTN (Abstract Syntax Tree Notation) - a human-editable data format for structured content",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"module": "./dist/index.js",
|
|
@@ -40,10 +40,10 @@
|
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
42
|
"pareto-core-refiner": "^0.1.17",
|
|
43
|
-
"pareto-fountain-pen": "^0.3.
|
|
44
|
-
"pareto-host-nodejs": "^0.1.
|
|
45
|
-
"pareto-json": "^0.3.
|
|
46
|
-
"pareto-resources": "^0.1.
|
|
47
|
-
"pareto-standard-operations": "^0.3.
|
|
43
|
+
"pareto-fountain-pen": "^0.3.30",
|
|
44
|
+
"pareto-host-nodejs": "^0.1.6",
|
|
45
|
+
"pareto-json": "^0.3.10",
|
|
46
|
+
"pareto-resources": "^0.1.10",
|
|
47
|
+
"pareto-standard-operations": "^0.3.39"
|
|
48
48
|
}
|
|
49
49
|
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import * as _target from "../../../../../interface/generated/pareto/core/astn_source";
|
|
2
|
-
import * as d_parse_result from "../../../../../interface/generated/pareto/core/parse_result";
|
|
3
|
-
import * as _source from "../../../../../interface/generated/pareto/core/token";
|
|
4
|
-
import * as pg from "./astn_parse_generic";
|
|
5
|
-
export declare const Structural_Token: (token: _source._T_Annotated_Token) => _target._T_Structural_Token;
|
|
6
|
-
export declare const String: (token_iterator: pg.ASTN_Token_Iterator, abort: ($: pg.My_Parse_Error) => never) => _target._T_String;
|
|
7
|
-
export declare const Document: (token_iterator: pg.ASTN_Token_Iterator, abort: ($: pg.My_Parse_Error) => never) => _target._T_Document;
|
|
8
|
-
export declare const Elements: (token_iterator: pg.ASTN_Token_Iterator, end_reached: ($: _source._T_Token_Type) => boolean, end_token: d_parse_result.Expected, abort: ($: pg.My_Parse_Error) => never) => _target._T_Elements;
|
|
9
|
-
export declare const Key_Value_Pairs: (token_iterator: pg.ASTN_Token_Iterator, end_reached: ($: _source._T_Token_Type) => boolean, end_token: d_parse_result.Expected, abort: ($: pg.My_Parse_Error) => never) => _target._T_Key_Value_Pairs;
|
|
10
|
-
export declare const Value: (token_iterator: pg.ASTN_Token_Iterator, abort: ($: pg.My_Parse_Error) => never) => _target._T_Value;
|