astn 0.113.22 → 0.113.24
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/serialize.d.ts +4 -0
- package/dist/implementation/generated/pareto/generic/serialize.js +93 -0
- 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 +44 -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 +131 -131
- 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 +120 -120
- package/dist/implementation/manual/schemas/annotated_characters/deserializers.js +10 -3
- package/dist/implementation/manual/schemas/authoring_parse_result/transformers/fountain_pen.js +5 -2
- package/dist/implementation/manual/schemas/authoring_parse_tree/deserializers.js +11 -21
- package/dist/implementation/manual/schemas/authoring_parse_tree/productions/temp.d.ts +1 -1
- package/dist/implementation/manual/schemas/authoring_parse_tree/productions/temp.js +3 -3
- package/dist/implementation/manual/schemas/authoring_parse_tree/productions/token.js +3 -3
- 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 +56 -62
- 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 +84 -77
- package/dist/interface/generated/pareto/schemas/authoring_parse_result/data_types/target.d.ts +84 -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 +188 -188
- package/dist/interface/generated/pareto/schemas/token/data_types/target.d.ts +188 -188
- 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/interface/to_be_generated/annotated_characters.d.ts +5 -2
- 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.js +29 -5
- package/package.json +6 -6
|
@@ -1,10 +1,7 @@
|
|
|
1
|
-
import * as _i_in from "./data_types/source";
|
|
2
1
|
import * as _i_out from "../../core/astn_target";
|
|
2
|
+
import * as _i_in from "./data_types/source";
|
|
3
3
|
import * as _i_vs from "./value_serializers";
|
|
4
|
-
export type
|
|
5
|
-
readonly 'value serializers': _i_vs._T_Value_Serializers;
|
|
6
|
-
}) => _i_out._T_Value;
|
|
7
|
-
export type _T_Delimited_String = ($$_: _i_in._T_Delimited_String, $$_p: {
|
|
4
|
+
export type _T_Relative_Location = ($$_: _i_in._T_Relative_Location, $$_p: {
|
|
8
5
|
readonly 'value serializers': _i_vs._T_Value_Serializers;
|
|
9
6
|
}) => _i_out._T_Value;
|
|
10
7
|
export type _T_Location = ($$_: _i_in._T_Location, $$_p: {
|
|
@@ -13,38 +10,41 @@ export type _T_Location = ($$_: _i_in._T_Location, $$_p: {
|
|
|
13
10
|
export type _T_Range = ($$_: _i_in._T_Range, $$_p: {
|
|
14
11
|
readonly 'value serializers': _i_vs._T_Value_Serializers;
|
|
15
12
|
}) => _i_out._T_Value;
|
|
16
|
-
export type
|
|
13
|
+
export type _T_Whitespace = ($$_: _i_in._T_Whitespace, $$_p: {
|
|
17
14
|
readonly 'value serializers': _i_vs._T_Value_Serializers;
|
|
18
15
|
}) => _i_out._T_Value;
|
|
19
|
-
export type
|
|
16
|
+
export type _T_Trivia = ($$_: _i_in._T_Trivia, $$_p: {
|
|
20
17
|
readonly 'value serializers': _i_vs._T_Value_Serializers;
|
|
21
18
|
}) => _i_out._T_Value;
|
|
22
|
-
export type
|
|
19
|
+
export type _T_Delimited_String = ($$_: _i_in._T_Delimited_String, $$_p: {
|
|
23
20
|
readonly 'value serializers': _i_vs._T_Value_Serializers;
|
|
24
21
|
}) => _i_out._T_Value;
|
|
25
|
-
export type
|
|
22
|
+
export type _T_String_Type = ($$_: _i_in._T_String_Type, $$_p: {
|
|
26
23
|
readonly 'value serializers': _i_vs._T_Value_Serializers;
|
|
27
24
|
}) => _i_out._T_Value;
|
|
28
|
-
export type
|
|
25
|
+
export type _T_Token_Type = ($$_: _i_in._T_Token_Type, $$_p: {
|
|
29
26
|
readonly 'value serializers': _i_vs._T_Value_Serializers;
|
|
30
27
|
}) => _i_out._T_Value;
|
|
31
|
-
export type
|
|
28
|
+
export type _T_Annotated_Token = ($$_: _i_in._T_Annotated_Token, $$_p: {
|
|
32
29
|
readonly 'value serializers': _i_vs._T_Value_Serializers;
|
|
33
30
|
}) => _i_out._T_Value;
|
|
34
|
-
export type
|
|
35
|
-
|
|
31
|
+
export type _T_Tokenizer_Result = ($$_: _i_in._T_Tokenizer_Result, $$_p: {
|
|
32
|
+
readonly 'value serializers': _i_vs._T_Value_Serializers;
|
|
33
|
+
}) => _i_out._T_Value;
|
|
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
|
-
type CONTEXT = _i_in.
|
|
47
|
+
type CONTEXT = _i_in._T_Relative_Location;
|
|
48
48
|
namespace PARAMS {
|
|
49
49
|
namespace value_serializers {
|
|
50
50
|
}
|
|
@@ -54,10 +54,10 @@ export declare namespace _T_Annotated_Token {
|
|
|
54
54
|
}
|
|
55
55
|
type RESULT = _i_out._T_Value;
|
|
56
56
|
}
|
|
57
|
-
export declare namespace
|
|
57
|
+
export declare namespace _T_Location {
|
|
58
58
|
namespace CONTEXT {
|
|
59
59
|
}
|
|
60
|
-
type CONTEXT = _i_in.
|
|
60
|
+
type CONTEXT = _i_in._T_Location;
|
|
61
61
|
namespace PARAMS {
|
|
62
62
|
namespace value_serializers {
|
|
63
63
|
}
|
|
@@ -67,10 +67,10 @@ export declare namespace _T_Delimited_String {
|
|
|
67
67
|
}
|
|
68
68
|
type RESULT = _i_out._T_Value;
|
|
69
69
|
}
|
|
70
|
-
export declare namespace
|
|
70
|
+
export declare namespace _T_Range {
|
|
71
71
|
namespace CONTEXT {
|
|
72
72
|
}
|
|
73
|
-
type CONTEXT = _i_in.
|
|
73
|
+
type CONTEXT = _i_in._T_Range;
|
|
74
74
|
namespace PARAMS {
|
|
75
75
|
namespace value_serializers {
|
|
76
76
|
}
|
|
@@ -80,10 +80,10 @@ export declare namespace _T_Location {
|
|
|
80
80
|
}
|
|
81
81
|
type RESULT = _i_out._T_Value;
|
|
82
82
|
}
|
|
83
|
-
export declare namespace
|
|
83
|
+
export declare namespace _T_Whitespace {
|
|
84
84
|
namespace CONTEXT {
|
|
85
85
|
}
|
|
86
|
-
type CONTEXT = _i_in.
|
|
86
|
+
type CONTEXT = _i_in._T_Whitespace;
|
|
87
87
|
namespace PARAMS {
|
|
88
88
|
namespace value_serializers {
|
|
89
89
|
}
|
|
@@ -93,10 +93,10 @@ export declare namespace _T_Range {
|
|
|
93
93
|
}
|
|
94
94
|
type RESULT = _i_out._T_Value;
|
|
95
95
|
}
|
|
96
|
-
export declare namespace
|
|
96
|
+
export declare namespace _T_Trivia {
|
|
97
97
|
namespace CONTEXT {
|
|
98
98
|
}
|
|
99
|
-
type CONTEXT = _i_in.
|
|
99
|
+
type CONTEXT = _i_in._T_Trivia;
|
|
100
100
|
namespace PARAMS {
|
|
101
101
|
namespace value_serializers {
|
|
102
102
|
}
|
|
@@ -106,10 +106,10 @@ export declare namespace _T_Relative_Location {
|
|
|
106
106
|
}
|
|
107
107
|
type RESULT = _i_out._T_Value;
|
|
108
108
|
}
|
|
109
|
-
export declare namespace
|
|
109
|
+
export declare namespace _T_Delimited_String {
|
|
110
110
|
namespace CONTEXT {
|
|
111
111
|
}
|
|
112
|
-
type CONTEXT = _i_in.
|
|
112
|
+
type CONTEXT = _i_in._T_Delimited_String;
|
|
113
113
|
namespace PARAMS {
|
|
114
114
|
namespace value_serializers {
|
|
115
115
|
}
|
|
@@ -119,10 +119,10 @@ export declare namespace _T_String_Type {
|
|
|
119
119
|
}
|
|
120
120
|
type RESULT = _i_out._T_Value;
|
|
121
121
|
}
|
|
122
|
-
export declare namespace
|
|
122
|
+
export declare namespace _T_String_Type {
|
|
123
123
|
namespace CONTEXT {
|
|
124
124
|
}
|
|
125
|
-
type CONTEXT = _i_in.
|
|
125
|
+
type CONTEXT = _i_in._T_String_Type;
|
|
126
126
|
namespace PARAMS {
|
|
127
127
|
namespace value_serializers {
|
|
128
128
|
}
|
|
@@ -132,10 +132,10 @@ export declare namespace _T_Token_Type {
|
|
|
132
132
|
}
|
|
133
133
|
type RESULT = _i_out._T_Value;
|
|
134
134
|
}
|
|
135
|
-
export declare namespace
|
|
135
|
+
export declare namespace _T_Token_Type {
|
|
136
136
|
namespace CONTEXT {
|
|
137
137
|
}
|
|
138
|
-
type CONTEXT = _i_in.
|
|
138
|
+
type CONTEXT = _i_in._T_Token_Type;
|
|
139
139
|
namespace PARAMS {
|
|
140
140
|
namespace value_serializers {
|
|
141
141
|
}
|
|
@@ -145,10 +145,10 @@ export declare namespace _T_Tokenizer_Result {
|
|
|
145
145
|
}
|
|
146
146
|
type RESULT = _i_out._T_Value;
|
|
147
147
|
}
|
|
148
|
-
export declare namespace
|
|
148
|
+
export declare namespace _T_Annotated_Token {
|
|
149
149
|
namespace CONTEXT {
|
|
150
150
|
}
|
|
151
|
-
type CONTEXT = _i_in.
|
|
151
|
+
type CONTEXT = _i_in._T_Annotated_Token;
|
|
152
152
|
namespace PARAMS {
|
|
153
153
|
namespace value_serializers {
|
|
154
154
|
}
|
|
@@ -158,10 +158,10 @@ export declare namespace _T_Trivia {
|
|
|
158
158
|
}
|
|
159
159
|
type RESULT = _i_out._T_Value;
|
|
160
160
|
}
|
|
161
|
-
export declare namespace
|
|
161
|
+
export declare namespace _T_Tokenizer_Result {
|
|
162
162
|
namespace CONTEXT {
|
|
163
163
|
}
|
|
164
|
-
type CONTEXT = _i_in.
|
|
164
|
+
type CONTEXT = _i_in._T_Tokenizer_Result;
|
|
165
165
|
namespace PARAMS {
|
|
166
166
|
namespace value_serializers {
|
|
167
167
|
}
|
|
@@ -171,10 +171,10 @@ export declare namespace _T_Whitespace {
|
|
|
171
171
|
}
|
|
172
172
|
type RESULT = _i_out._T_Value;
|
|
173
173
|
}
|
|
174
|
-
export declare namespace
|
|
174
|
+
export declare namespace Relative_Location {
|
|
175
175
|
namespace CONTEXT {
|
|
176
176
|
}
|
|
177
|
-
type CONTEXT = _i_in.
|
|
177
|
+
type CONTEXT = _i_in._T_Relative_Location;
|
|
178
178
|
namespace PARAMS {
|
|
179
179
|
namespace value_serializers {
|
|
180
180
|
}
|
|
@@ -184,10 +184,10 @@ export declare namespace Annotated_Token {
|
|
|
184
184
|
}
|
|
185
185
|
type RESULT = _i_out._T_Value;
|
|
186
186
|
}
|
|
187
|
-
export declare namespace
|
|
187
|
+
export declare namespace Location {
|
|
188
188
|
namespace CONTEXT {
|
|
189
189
|
}
|
|
190
|
-
type CONTEXT = _i_in.
|
|
190
|
+
type CONTEXT = _i_in._T_Location;
|
|
191
191
|
namespace PARAMS {
|
|
192
192
|
namespace value_serializers {
|
|
193
193
|
}
|
|
@@ -197,10 +197,10 @@ export declare namespace Delimited_String {
|
|
|
197
197
|
}
|
|
198
198
|
type RESULT = _i_out._T_Value;
|
|
199
199
|
}
|
|
200
|
-
export declare namespace
|
|
200
|
+
export declare namespace Range {
|
|
201
201
|
namespace CONTEXT {
|
|
202
202
|
}
|
|
203
|
-
type CONTEXT = _i_in.
|
|
203
|
+
type CONTEXT = _i_in._T_Range;
|
|
204
204
|
namespace PARAMS {
|
|
205
205
|
namespace value_serializers {
|
|
206
206
|
}
|
|
@@ -210,10 +210,10 @@ export declare namespace Location {
|
|
|
210
210
|
}
|
|
211
211
|
type RESULT = _i_out._T_Value;
|
|
212
212
|
}
|
|
213
|
-
export declare namespace
|
|
213
|
+
export declare namespace Whitespace {
|
|
214
214
|
namespace CONTEXT {
|
|
215
215
|
}
|
|
216
|
-
type CONTEXT = _i_in.
|
|
216
|
+
type CONTEXT = _i_in._T_Whitespace;
|
|
217
217
|
namespace PARAMS {
|
|
218
218
|
namespace value_serializers {
|
|
219
219
|
}
|
|
@@ -223,10 +223,10 @@ export declare namespace Range {
|
|
|
223
223
|
}
|
|
224
224
|
type RESULT = _i_out._T_Value;
|
|
225
225
|
}
|
|
226
|
-
export declare namespace
|
|
226
|
+
export declare namespace Trivia {
|
|
227
227
|
namespace CONTEXT {
|
|
228
228
|
}
|
|
229
|
-
type CONTEXT = _i_in.
|
|
229
|
+
type CONTEXT = _i_in._T_Trivia;
|
|
230
230
|
namespace PARAMS {
|
|
231
231
|
namespace value_serializers {
|
|
232
232
|
}
|
|
@@ -236,10 +236,10 @@ export declare namespace Relative_Location {
|
|
|
236
236
|
}
|
|
237
237
|
type RESULT = _i_out._T_Value;
|
|
238
238
|
}
|
|
239
|
-
export declare namespace
|
|
239
|
+
export declare namespace Delimited_String {
|
|
240
240
|
namespace CONTEXT {
|
|
241
241
|
}
|
|
242
|
-
type CONTEXT = _i_in.
|
|
242
|
+
type CONTEXT = _i_in._T_Delimited_String;
|
|
243
243
|
namespace PARAMS {
|
|
244
244
|
namespace value_serializers {
|
|
245
245
|
}
|
|
@@ -249,10 +249,10 @@ export declare namespace String_Type {
|
|
|
249
249
|
}
|
|
250
250
|
type RESULT = _i_out._T_Value;
|
|
251
251
|
}
|
|
252
|
-
export declare namespace
|
|
252
|
+
export declare namespace String_Type {
|
|
253
253
|
namespace CONTEXT {
|
|
254
254
|
}
|
|
255
|
-
type CONTEXT = _i_in.
|
|
255
|
+
type CONTEXT = _i_in._T_String_Type;
|
|
256
256
|
namespace PARAMS {
|
|
257
257
|
namespace value_serializers {
|
|
258
258
|
}
|
|
@@ -262,10 +262,10 @@ export declare namespace Token_Type {
|
|
|
262
262
|
}
|
|
263
263
|
type RESULT = _i_out._T_Value;
|
|
264
264
|
}
|
|
265
|
-
export declare namespace
|
|
265
|
+
export declare namespace Token_Type {
|
|
266
266
|
namespace CONTEXT {
|
|
267
267
|
}
|
|
268
|
-
type CONTEXT = _i_in.
|
|
268
|
+
type CONTEXT = _i_in._T_Token_Type;
|
|
269
269
|
namespace PARAMS {
|
|
270
270
|
namespace value_serializers {
|
|
271
271
|
}
|
|
@@ -275,10 +275,10 @@ export declare namespace Tokenizer_Result {
|
|
|
275
275
|
}
|
|
276
276
|
type RESULT = _i_out._T_Value;
|
|
277
277
|
}
|
|
278
|
-
export declare namespace
|
|
278
|
+
export declare namespace Annotated_Token {
|
|
279
279
|
namespace CONTEXT {
|
|
280
280
|
}
|
|
281
|
-
type CONTEXT = _i_in.
|
|
281
|
+
type CONTEXT = _i_in._T_Annotated_Token;
|
|
282
282
|
namespace PARAMS {
|
|
283
283
|
namespace value_serializers {
|
|
284
284
|
}
|
|
@@ -288,10 +288,10 @@ export declare namespace Trivia {
|
|
|
288
288
|
}
|
|
289
289
|
type RESULT = _i_out._T_Value;
|
|
290
290
|
}
|
|
291
|
-
export declare namespace
|
|
291
|
+
export declare namespace Tokenizer_Result {
|
|
292
292
|
namespace CONTEXT {
|
|
293
293
|
}
|
|
294
|
-
type CONTEXT = _i_in.
|
|
294
|
+
type CONTEXT = _i_in._T_Tokenizer_Result;
|
|
295
295
|
namespace PARAMS {
|
|
296
296
|
namespace value_serializers {
|
|
297
297
|
}
|
|
@@ -1,44 +1,34 @@
|
|
|
1
|
-
import * as _i_in from "./data_types/source";
|
|
2
1
|
import * as _i_out from "./data_types/target";
|
|
3
|
-
|
|
4
|
-
export type
|
|
2
|
+
import * as _i_in from "./data_types/source";
|
|
3
|
+
export type _T_Relative_Location = ($$_: _i_in._T_Relative_Location, $$_p: null) => _i_out._T_Relative_Location;
|
|
5
4
|
export type _T_Location = ($$_: _i_in._T_Location, $$_p: null) => _i_out._T_Location;
|
|
6
5
|
export type _T_Range = ($$_: _i_in._T_Range, $$_p: null) => _i_out._T_Range;
|
|
7
|
-
export type
|
|
6
|
+
export type _T_Whitespace = ($$_: _i_in._T_Whitespace, $$_p: null) => _i_out._T_Whitespace;
|
|
7
|
+
export type _T_Trivia = ($$_: _i_in._T_Trivia, $$_p: null) => _i_out._T_Trivia;
|
|
8
|
+
export type _T_Delimited_String = ($$_: _i_in._T_Delimited_String, $$_p: null) => _i_out._T_Delimited_String;
|
|
8
9
|
export type _T_String_Type = ($$_: _i_in._T_String_Type, $$_p: null) => _i_out._T_String_Type;
|
|
9
10
|
export type _T_Token_Type = ($$_: _i_in._T_Token_Type, $$_p: null) => _i_out._T_Token_Type;
|
|
11
|
+
export type _T_Annotated_Token = ($$_: _i_in._T_Annotated_Token, $$_p: null) => _i_out._T_Annotated_Token;
|
|
10
12
|
export type _T_Tokenizer_Result = ($$_: _i_in._T_Tokenizer_Result, $$_p: null) => _i_out._T_Tokenizer_Result;
|
|
11
|
-
export type
|
|
12
|
-
export type _T_Whitespace = ($$_: _i_in._T_Whitespace, $$_p: null) => _i_out._T_Whitespace;
|
|
13
|
-
export type Annotated_Token = _T_Annotated_Token;
|
|
14
|
-
export type Delimited_String = _T_Delimited_String;
|
|
13
|
+
export type Relative_Location = _T_Relative_Location;
|
|
15
14
|
export type Location = _T_Location;
|
|
16
15
|
export type Range = _T_Range;
|
|
17
|
-
export type
|
|
16
|
+
export type Whitespace = _T_Whitespace;
|
|
17
|
+
export type Trivia = _T_Trivia;
|
|
18
|
+
export type Delimited_String = _T_Delimited_String;
|
|
18
19
|
export type String_Type = _T_String_Type;
|
|
19
20
|
export type Token_Type = _T_Token_Type;
|
|
21
|
+
export type Annotated_Token = _T_Annotated_Token;
|
|
20
22
|
export type Tokenizer_Result = _T_Tokenizer_Result;
|
|
21
|
-
export
|
|
22
|
-
export type Whitespace = _T_Whitespace;
|
|
23
|
-
export declare namespace _T_Annotated_Token {
|
|
24
|
-
namespace CONTEXT {
|
|
25
|
-
}
|
|
26
|
-
type CONTEXT = _i_in._T_Annotated_Token;
|
|
27
|
-
namespace PARAMS {
|
|
28
|
-
}
|
|
29
|
-
namespace RESULT {
|
|
30
|
-
}
|
|
31
|
-
type RESULT = _i_out._T_Annotated_Token;
|
|
32
|
-
}
|
|
33
|
-
export declare namespace _T_Delimited_String {
|
|
23
|
+
export declare namespace _T_Relative_Location {
|
|
34
24
|
namespace CONTEXT {
|
|
35
25
|
}
|
|
36
|
-
type CONTEXT = _i_in.
|
|
26
|
+
type CONTEXT = _i_in._T_Relative_Location;
|
|
37
27
|
namespace PARAMS {
|
|
38
28
|
}
|
|
39
29
|
namespace RESULT {
|
|
40
30
|
}
|
|
41
|
-
type RESULT = _i_out.
|
|
31
|
+
type RESULT = _i_out._T_Relative_Location;
|
|
42
32
|
}
|
|
43
33
|
export declare namespace _T_Location {
|
|
44
34
|
namespace CONTEXT {
|
|
@@ -60,85 +50,85 @@ export declare namespace _T_Range {
|
|
|
60
50
|
}
|
|
61
51
|
type RESULT = _i_out._T_Range;
|
|
62
52
|
}
|
|
63
|
-
export declare namespace
|
|
53
|
+
export declare namespace _T_Whitespace {
|
|
64
54
|
namespace CONTEXT {
|
|
65
55
|
}
|
|
66
|
-
type CONTEXT = _i_in.
|
|
56
|
+
type CONTEXT = _i_in._T_Whitespace;
|
|
67
57
|
namespace PARAMS {
|
|
68
58
|
}
|
|
69
59
|
namespace RESULT {
|
|
70
60
|
}
|
|
71
|
-
type RESULT = _i_out.
|
|
61
|
+
type RESULT = _i_out._T_Whitespace;
|
|
72
62
|
}
|
|
73
|
-
export declare namespace
|
|
63
|
+
export declare namespace _T_Trivia {
|
|
74
64
|
namespace CONTEXT {
|
|
75
65
|
}
|
|
76
|
-
type CONTEXT = _i_in.
|
|
66
|
+
type CONTEXT = _i_in._T_Trivia;
|
|
77
67
|
namespace PARAMS {
|
|
78
68
|
}
|
|
79
69
|
namespace RESULT {
|
|
80
70
|
}
|
|
81
|
-
type RESULT = _i_out.
|
|
71
|
+
type RESULT = _i_out._T_Trivia;
|
|
82
72
|
}
|
|
83
|
-
export declare namespace
|
|
73
|
+
export declare namespace _T_Delimited_String {
|
|
84
74
|
namespace CONTEXT {
|
|
85
75
|
}
|
|
86
|
-
type CONTEXT = _i_in.
|
|
76
|
+
type CONTEXT = _i_in._T_Delimited_String;
|
|
87
77
|
namespace PARAMS {
|
|
88
78
|
}
|
|
89
79
|
namespace RESULT {
|
|
90
80
|
}
|
|
91
|
-
type RESULT = _i_out.
|
|
81
|
+
type RESULT = _i_out._T_Delimited_String;
|
|
92
82
|
}
|
|
93
|
-
export declare namespace
|
|
83
|
+
export declare namespace _T_String_Type {
|
|
94
84
|
namespace CONTEXT {
|
|
95
85
|
}
|
|
96
|
-
type CONTEXT = _i_in.
|
|
86
|
+
type CONTEXT = _i_in._T_String_Type;
|
|
97
87
|
namespace PARAMS {
|
|
98
88
|
}
|
|
99
89
|
namespace RESULT {
|
|
100
90
|
}
|
|
101
|
-
type RESULT = _i_out.
|
|
91
|
+
type RESULT = _i_out._T_String_Type;
|
|
102
92
|
}
|
|
103
|
-
export declare namespace
|
|
93
|
+
export declare namespace _T_Token_Type {
|
|
104
94
|
namespace CONTEXT {
|
|
105
95
|
}
|
|
106
|
-
type CONTEXT = _i_in.
|
|
96
|
+
type CONTEXT = _i_in._T_Token_Type;
|
|
107
97
|
namespace PARAMS {
|
|
108
98
|
}
|
|
109
99
|
namespace RESULT {
|
|
110
100
|
}
|
|
111
|
-
type RESULT = _i_out.
|
|
101
|
+
type RESULT = _i_out._T_Token_Type;
|
|
112
102
|
}
|
|
113
|
-
export declare namespace
|
|
103
|
+
export declare namespace _T_Annotated_Token {
|
|
114
104
|
namespace CONTEXT {
|
|
115
105
|
}
|
|
116
|
-
type CONTEXT = _i_in.
|
|
106
|
+
type CONTEXT = _i_in._T_Annotated_Token;
|
|
117
107
|
namespace PARAMS {
|
|
118
108
|
}
|
|
119
109
|
namespace RESULT {
|
|
120
110
|
}
|
|
121
|
-
type RESULT = _i_out.
|
|
111
|
+
type RESULT = _i_out._T_Annotated_Token;
|
|
122
112
|
}
|
|
123
|
-
export declare namespace
|
|
113
|
+
export declare namespace _T_Tokenizer_Result {
|
|
124
114
|
namespace CONTEXT {
|
|
125
115
|
}
|
|
126
|
-
type CONTEXT = _i_in.
|
|
116
|
+
type CONTEXT = _i_in._T_Tokenizer_Result;
|
|
127
117
|
namespace PARAMS {
|
|
128
118
|
}
|
|
129
119
|
namespace RESULT {
|
|
130
120
|
}
|
|
131
|
-
type RESULT = _i_out.
|
|
121
|
+
type RESULT = _i_out._T_Tokenizer_Result;
|
|
132
122
|
}
|
|
133
|
-
export declare namespace
|
|
123
|
+
export declare namespace Relative_Location {
|
|
134
124
|
namespace CONTEXT {
|
|
135
125
|
}
|
|
136
|
-
type CONTEXT = _i_in.
|
|
126
|
+
type CONTEXT = _i_in._T_Relative_Location;
|
|
137
127
|
namespace PARAMS {
|
|
138
128
|
}
|
|
139
129
|
namespace RESULT {
|
|
140
130
|
}
|
|
141
|
-
type RESULT = _i_out.
|
|
131
|
+
type RESULT = _i_out._T_Relative_Location;
|
|
142
132
|
}
|
|
143
133
|
export declare namespace Location {
|
|
144
134
|
namespace CONTEXT {
|
|
@@ -160,63 +150,73 @@ export declare namespace Range {
|
|
|
160
150
|
}
|
|
161
151
|
type RESULT = _i_out._T_Range;
|
|
162
152
|
}
|
|
163
|
-
export declare namespace
|
|
153
|
+
export declare namespace Whitespace {
|
|
164
154
|
namespace CONTEXT {
|
|
165
155
|
}
|
|
166
|
-
type CONTEXT = _i_in.
|
|
156
|
+
type CONTEXT = _i_in._T_Whitespace;
|
|
167
157
|
namespace PARAMS {
|
|
168
158
|
}
|
|
169
159
|
namespace RESULT {
|
|
170
160
|
}
|
|
171
|
-
type RESULT = _i_out.
|
|
161
|
+
type RESULT = _i_out._T_Whitespace;
|
|
172
162
|
}
|
|
173
|
-
export declare namespace
|
|
163
|
+
export declare namespace Trivia {
|
|
174
164
|
namespace CONTEXT {
|
|
175
165
|
}
|
|
176
|
-
type CONTEXT = _i_in.
|
|
166
|
+
type CONTEXT = _i_in._T_Trivia;
|
|
177
167
|
namespace PARAMS {
|
|
178
168
|
}
|
|
179
169
|
namespace RESULT {
|
|
180
170
|
}
|
|
181
|
-
type RESULT = _i_out.
|
|
171
|
+
type RESULT = _i_out._T_Trivia;
|
|
182
172
|
}
|
|
183
|
-
export declare namespace
|
|
173
|
+
export declare namespace Delimited_String {
|
|
184
174
|
namespace CONTEXT {
|
|
185
175
|
}
|
|
186
|
-
type CONTEXT = _i_in.
|
|
176
|
+
type CONTEXT = _i_in._T_Delimited_String;
|
|
187
177
|
namespace PARAMS {
|
|
188
178
|
}
|
|
189
179
|
namespace RESULT {
|
|
190
180
|
}
|
|
191
|
-
type RESULT = _i_out.
|
|
181
|
+
type RESULT = _i_out._T_Delimited_String;
|
|
192
182
|
}
|
|
193
|
-
export declare namespace
|
|
183
|
+
export declare namespace String_Type {
|
|
194
184
|
namespace CONTEXT {
|
|
195
185
|
}
|
|
196
|
-
type CONTEXT = _i_in.
|
|
186
|
+
type CONTEXT = _i_in._T_String_Type;
|
|
197
187
|
namespace PARAMS {
|
|
198
188
|
}
|
|
199
189
|
namespace RESULT {
|
|
200
190
|
}
|
|
201
|
-
type RESULT = _i_out.
|
|
191
|
+
type RESULT = _i_out._T_String_Type;
|
|
202
192
|
}
|
|
203
|
-
export declare namespace
|
|
193
|
+
export declare namespace Token_Type {
|
|
204
194
|
namespace CONTEXT {
|
|
205
195
|
}
|
|
206
|
-
type CONTEXT = _i_in.
|
|
196
|
+
type CONTEXT = _i_in._T_Token_Type;
|
|
207
197
|
namespace PARAMS {
|
|
208
198
|
}
|
|
209
199
|
namespace RESULT {
|
|
210
200
|
}
|
|
211
|
-
type RESULT = _i_out.
|
|
201
|
+
type RESULT = _i_out._T_Token_Type;
|
|
212
202
|
}
|
|
213
|
-
export declare namespace
|
|
203
|
+
export declare namespace Annotated_Token {
|
|
214
204
|
namespace CONTEXT {
|
|
215
205
|
}
|
|
216
|
-
type CONTEXT = _i_in.
|
|
206
|
+
type CONTEXT = _i_in._T_Annotated_Token;
|
|
217
207
|
namespace PARAMS {
|
|
218
208
|
}
|
|
219
209
|
namespace RESULT {
|
|
220
210
|
}
|
|
221
|
-
type RESULT = _i_out.
|
|
211
|
+
type RESULT = _i_out._T_Annotated_Token;
|
|
212
|
+
}
|
|
213
|
+
export declare namespace Tokenizer_Result {
|
|
214
|
+
namespace CONTEXT {
|
|
215
|
+
}
|
|
216
|
+
type CONTEXT = _i_in._T_Tokenizer_Result;
|
|
217
|
+
namespace PARAMS {
|
|
218
|
+
}
|
|
219
|
+
namespace RESULT {
|
|
220
|
+
}
|
|
221
|
+
type RESULT = _i_out._T_Tokenizer_Result;
|
|
222
222
|
}
|