astn 0.113.27 → 0.113.28
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/manual/schemas/authoring_parse_tree/productions/token.d.ts +11 -11
- package/dist/implementation/manual/schemas/authoring_parse_tree/productions/token.js +1 -1
- package/dist/interface/generated/pareto/core/location.d.ts +11 -0
- package/dist/interface/generated/pareto/core/location.js +3 -0
- package/dist/interface/generated/pareto/schemas/astn_schema/data_types/resolve.d.ts +191 -1124
- package/dist/interface/generated/pareto/schemas/astn_schema/data_types/source.d.ts +123 -419
- package/dist/interface/generated/pareto/schemas/astn_schema/data_types/target.d.ts +213 -389
- package/dist/interface/generated/pareto/schemas/astn_schema/deserialize.d.ts +79 -0
- package/dist/interface/generated/pareto/schemas/astn_schema/deserialize.js +3 -0
- package/dist/interface/generated/pareto/schemas/astn_schema/marshall.d.ts +58 -311
- package/dist/interface/generated/pareto/schemas/astn_schema/migrate_boilerplate.d.ts +58 -244
- package/dist/interface/generated/pareto/schemas/astn_schema/serialize.d.ts +57 -266
- package/dist/interface/generated/pareto/schemas/astn_schema/unmarshall.d.ts +58 -377
- package/dist/interface/generated/pareto/schemas/authoring_parse_result/data_types/resolve.js +1 -5
- package/dist/interface/generated/pareto/schemas/authoring_parse_result/data_types/source.d.ts +53 -242
- package/dist/interface/generated/pareto/schemas/authoring_parse_result/data_types/target.d.ts +53 -242
- package/dist/interface/generated/pareto/schemas/authoring_parse_result/deserialize.d.ts +9 -0
- package/dist/interface/generated/pareto/schemas/authoring_parse_result/deserialize.js +3 -0
- package/dist/interface/generated/pareto/schemas/authoring_parse_result/marshall.d.ts +8 -31
- package/dist/interface/generated/pareto/schemas/authoring_parse_result/migrate_boilerplate.d.ts +8 -22
- package/dist/interface/generated/pareto/schemas/authoring_parse_result/serialize.d.ts +7 -26
- package/dist/interface/generated/pareto/schemas/authoring_parse_result/unmarshall.d.ts +8 -31
- package/dist/interface/generated/pareto/schemas/authoring_parse_tree/data_types/resolve.js +1 -5
- package/dist/interface/generated/pareto/schemas/authoring_parse_tree/data_types/source.d.ts +137 -930
- package/dist/interface/generated/pareto/schemas/authoring_parse_tree/data_types/target.d.ts +137 -930
- package/dist/interface/generated/pareto/schemas/authoring_parse_tree/deserialize.d.ts +58 -0
- package/dist/interface/generated/pareto/schemas/authoring_parse_tree/deserialize.js +3 -0
- package/dist/interface/generated/pareto/schemas/authoring_parse_tree/marshall.d.ts +43 -227
- package/dist/interface/generated/pareto/schemas/authoring_parse_tree/migrate_boilerplate.d.ts +43 -162
- package/dist/interface/generated/pareto/schemas/authoring_parse_tree/serialize.d.ts +42 -194
- package/dist/interface/generated/pareto/schemas/authoring_parse_tree/unmarshall.d.ts +43 -227
- package/dist/interface/generated/pareto/schemas/authoring_target/data_types/resolve.js +1 -5
- package/dist/interface/generated/pareto/schemas/authoring_target/data_types/source.d.ts +64 -369
- package/dist/interface/generated/pareto/schemas/authoring_target/data_types/target.d.ts +64 -369
- package/dist/interface/generated/pareto/schemas/authoring_target/deserialize.d.ts +16 -0
- package/dist/interface/generated/pareto/schemas/authoring_target/deserialize.js +3 -0
- package/dist/interface/generated/pareto/schemas/authoring_target/marshall.d.ts +13 -59
- package/dist/interface/generated/pareto/schemas/authoring_target/migrate_boilerplate.d.ts +13 -42
- package/dist/interface/generated/pareto/schemas/authoring_target/serialize.d.ts +12 -50
- package/dist/interface/generated/pareto/schemas/authoring_target/unmarshall.d.ts +13 -59
- package/dist/interface/generated/pareto/schemas/ide/data_types/resolve.js +1 -5
- package/dist/interface/generated/pareto/schemas/ide/data_types/source.d.ts +38 -185
- package/dist/interface/generated/pareto/schemas/ide/data_types/target.d.ts +38 -185
- package/dist/interface/generated/pareto/schemas/ide/deserialize.d.ts +23 -0
- package/dist/interface/generated/pareto/schemas/ide/deserialize.js +3 -0
- package/dist/interface/generated/pareto/schemas/ide/marshall.d.ts +18 -87
- package/dist/interface/generated/pareto/schemas/ide/migrate_boilerplate.d.ts +18 -62
- package/dist/interface/generated/pareto/schemas/ide/serialize.d.ts +17 -74
- package/dist/interface/generated/pareto/schemas/ide/unmarshall.d.ts +18 -87
- package/dist/interface/generated/pareto/schemas/sealed_target/data_types/resolve.js +1 -5
- package/dist/interface/generated/pareto/schemas/sealed_target/data_types/source.d.ts +47 -207
- package/dist/interface/generated/pareto/schemas/sealed_target/data_types/target.d.ts +47 -207
- package/dist/interface/generated/pareto/schemas/sealed_target/deserialize.d.ts +16 -0
- package/dist/interface/generated/pareto/schemas/sealed_target/deserialize.js +3 -0
- package/dist/interface/generated/pareto/schemas/sealed_target/marshall.d.ts +13 -59
- package/dist/interface/generated/pareto/schemas/sealed_target/migrate_boilerplate.d.ts +13 -42
- package/dist/interface/generated/pareto/schemas/sealed_target/serialize.d.ts +12 -50
- package/dist/interface/generated/pareto/schemas/sealed_target/unmarshall.d.ts +13 -59
- package/dist/interface/generated/pareto/schemas/token/data_types/resolve.js +1 -5
- package/dist/interface/generated/pareto/schemas/token/data_types/source.d.ts +98 -305
- package/dist/interface/generated/pareto/schemas/token/data_types/target.d.ts +98 -305
- package/dist/interface/generated/pareto/schemas/token/deserialize.d.ts +72 -0
- package/dist/interface/generated/pareto/schemas/token/deserialize.js +3 -0
- package/dist/interface/generated/pareto/schemas/token/marshall.d.ts +53 -283
- package/dist/interface/generated/pareto/schemas/token/migrate_boilerplate.d.ts +53 -202
- package/dist/interface/generated/pareto/schemas/token/serialize.d.ts +52 -242
- package/dist/interface/generated/pareto/schemas/token/unmarshall.d.ts +53 -283
- package/dist/shorthands/parse_result.d.ts +1 -1
- package/dist/shorthands/parse_result.js +1 -1
- package/package.json +1 -1
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
import * as i_out from "./data_types/target";
|
|
2
|
+
export declare namespace Structural_Token_ {
|
|
3
|
+
type I = string;
|
|
4
|
+
type O = i_out.Structural_Token;
|
|
5
|
+
namespace P {
|
|
6
|
+
}
|
|
7
|
+
}
|
|
8
|
+
export type Structural_Token_ = ($$_: Structural_Token_.I) => Structural_Token_.O;
|
|
9
|
+
export declare namespace String_ {
|
|
10
|
+
type I = string;
|
|
11
|
+
type O = i_out.String;
|
|
12
|
+
namespace P {
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
export type String_ = ($$_: String_.I) => String_.O;
|
|
16
|
+
export declare namespace Key_Value_Pairs_ {
|
|
17
|
+
type I = string;
|
|
18
|
+
type O = i_out.Key_Value_Pairs;
|
|
19
|
+
namespace P {
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
export type Key_Value_Pairs_ = ($$_: Key_Value_Pairs_.I) => Key_Value_Pairs_.O;
|
|
23
|
+
export declare namespace Elements_ {
|
|
24
|
+
type I = string;
|
|
25
|
+
type O = i_out.Elements;
|
|
26
|
+
namespace P {
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
export type Elements_ = ($$_: Elements_.I) => Elements_.O;
|
|
30
|
+
export declare namespace Concrete_Value_ {
|
|
31
|
+
type I = string;
|
|
32
|
+
type O = i_out.Concrete_Value;
|
|
33
|
+
namespace P {
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
export type Concrete_Value_ = ($$_: Concrete_Value_.I) => Concrete_Value_.O;
|
|
37
|
+
export declare namespace Value_ {
|
|
38
|
+
type I = string;
|
|
39
|
+
type O = i_out.Value;
|
|
40
|
+
namespace P {
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
export type Value_ = ($$_: Value_.I) => Value_.O;
|
|
44
|
+
export declare namespace Content_ {
|
|
45
|
+
type I = string;
|
|
46
|
+
type O = i_out.Content;
|
|
47
|
+
namespace P {
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
export type Content_ = ($$_: Content_.I) => Content_.O;
|
|
51
|
+
export declare namespace Document_ {
|
|
52
|
+
type I = string;
|
|
53
|
+
type O = i_out.Document;
|
|
54
|
+
namespace P {
|
|
55
|
+
}
|
|
56
|
+
}
|
|
57
|
+
export type Document_ = ($$_: Document_.I) => Document_.O;
|
|
58
|
+
export { Structural_Token_ as Structural_Token, String_ as String, Key_Value_Pairs_ as Key_Value_Pairs, Elements_ as Elements, Concrete_Value_ as Concrete_Value, Value_ as Value, Content_ as Content, Document_ as Document, };
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGVzZXJpYWxpemUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9zcmMvaW50ZXJmYWNlL2dlbmVyYXRlZC9wYXJldG8vc2NoZW1hcy9hdXRob3JpbmdfcGFyc2VfdHJlZS9kZXNlcmlhbGl6ZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIn0=
|
|
@@ -1,243 +1,59 @@
|
|
|
1
|
-
import * as
|
|
2
|
-
import * as
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
export type _T_String = ($$_: _i_in._T_String, $$_p: {
|
|
8
|
-
readonly 'value serializers': _i_vs._T_Value_Serializers;
|
|
9
|
-
}) => _i_out._T_Value;
|
|
10
|
-
export type _T_Key_Value_Pairs = ($$_: _i_in._T_Key_Value_Pairs, $$_p: {
|
|
11
|
-
readonly 'value serializers': _i_vs._T_Value_Serializers;
|
|
12
|
-
}) => _i_out._T_Value;
|
|
13
|
-
export type _T_Elements = ($$_: _i_in._T_Elements, $$_p: {
|
|
14
|
-
readonly 'value serializers': _i_vs._T_Value_Serializers;
|
|
15
|
-
}) => _i_out._T_Value;
|
|
16
|
-
export type _T_Concrete_Value = ($$_: _i_in._T_Concrete_Value, $$_p: {
|
|
17
|
-
readonly 'value serializers': _i_vs._T_Value_Serializers;
|
|
18
|
-
}) => _i_out._T_Value;
|
|
19
|
-
export type _T_Value = ($$_: _i_in._T_Value, $$_p: {
|
|
20
|
-
readonly 'value serializers': _i_vs._T_Value_Serializers;
|
|
21
|
-
}) => _i_out._T_Value;
|
|
22
|
-
export type _T_Content = ($$_: _i_in._T_Content, $$_p: {
|
|
23
|
-
readonly 'value serializers': _i_vs._T_Value_Serializers;
|
|
24
|
-
}) => _i_out._T_Value;
|
|
25
|
-
export type _T_Document = ($$_: _i_in._T_Document, $$_p: {
|
|
26
|
-
readonly 'value serializers': _i_vs._T_Value_Serializers;
|
|
27
|
-
}) => _i_out._T_Value;
|
|
28
|
-
export type Structural_Token = _T_Structural_Token;
|
|
29
|
-
export type String = _T_String;
|
|
30
|
-
export type Key_Value_Pairs = _T_Key_Value_Pairs;
|
|
31
|
-
export type Elements = _T_Elements;
|
|
32
|
-
export type Concrete_Value = _T_Concrete_Value;
|
|
33
|
-
export type Value = _T_Value;
|
|
34
|
-
export type Content = _T_Content;
|
|
35
|
-
export type Document = _T_Document;
|
|
36
|
-
export declare namespace _T_Structural_Token {
|
|
37
|
-
namespace CONTEXT {
|
|
1
|
+
import * as i_out from "astn/dist/interface/generated/pareto/schemas/sealed_target/data_types/target";
|
|
2
|
+
import * as i_in from "./data_types/source";
|
|
3
|
+
export declare namespace Structural_Token_ {
|
|
4
|
+
type I = i_in.Structural_Token;
|
|
5
|
+
type O = i_out.Value;
|
|
6
|
+
namespace P {
|
|
38
7
|
}
|
|
39
|
-
type CONTEXT = _i_in._T_Structural_Token;
|
|
40
|
-
namespace PARAMS {
|
|
41
|
-
namespace value_serializers {
|
|
42
|
-
}
|
|
43
|
-
type value_serializers = _i_vs._T_Value_Serializers;
|
|
44
|
-
}
|
|
45
|
-
namespace RESULT {
|
|
46
|
-
}
|
|
47
|
-
type RESULT = _i_out._T_Value;
|
|
48
|
-
}
|
|
49
|
-
export declare namespace _T_String {
|
|
50
|
-
namespace CONTEXT {
|
|
51
|
-
}
|
|
52
|
-
type CONTEXT = _i_in._T_String;
|
|
53
|
-
namespace PARAMS {
|
|
54
|
-
namespace value_serializers {
|
|
55
|
-
}
|
|
56
|
-
type value_serializers = _i_vs._T_Value_Serializers;
|
|
57
|
-
}
|
|
58
|
-
namespace RESULT {
|
|
59
|
-
}
|
|
60
|
-
type RESULT = _i_out._T_Value;
|
|
61
|
-
}
|
|
62
|
-
export declare namespace _T_Key_Value_Pairs {
|
|
63
|
-
namespace CONTEXT {
|
|
64
|
-
}
|
|
65
|
-
type CONTEXT = _i_in._T_Key_Value_Pairs;
|
|
66
|
-
namespace PARAMS {
|
|
67
|
-
namespace value_serializers {
|
|
68
|
-
}
|
|
69
|
-
type value_serializers = _i_vs._T_Value_Serializers;
|
|
70
|
-
}
|
|
71
|
-
namespace RESULT {
|
|
72
|
-
}
|
|
73
|
-
type RESULT = _i_out._T_Value;
|
|
74
|
-
}
|
|
75
|
-
export declare namespace _T_Elements {
|
|
76
|
-
namespace CONTEXT {
|
|
77
|
-
}
|
|
78
|
-
type CONTEXT = _i_in._T_Elements;
|
|
79
|
-
namespace PARAMS {
|
|
80
|
-
namespace value_serializers {
|
|
81
|
-
}
|
|
82
|
-
type value_serializers = _i_vs._T_Value_Serializers;
|
|
83
|
-
}
|
|
84
|
-
namespace RESULT {
|
|
85
|
-
}
|
|
86
|
-
type RESULT = _i_out._T_Value;
|
|
87
|
-
}
|
|
88
|
-
export declare namespace _T_Concrete_Value {
|
|
89
|
-
namespace CONTEXT {
|
|
90
|
-
}
|
|
91
|
-
type CONTEXT = _i_in._T_Concrete_Value;
|
|
92
|
-
namespace PARAMS {
|
|
93
|
-
namespace value_serializers {
|
|
94
|
-
}
|
|
95
|
-
type value_serializers = _i_vs._T_Value_Serializers;
|
|
96
|
-
}
|
|
97
|
-
namespace RESULT {
|
|
98
|
-
}
|
|
99
|
-
type RESULT = _i_out._T_Value;
|
|
100
|
-
}
|
|
101
|
-
export declare namespace _T_Value {
|
|
102
|
-
namespace CONTEXT {
|
|
103
|
-
}
|
|
104
|
-
type CONTEXT = _i_in._T_Value;
|
|
105
|
-
namespace PARAMS {
|
|
106
|
-
namespace value_serializers {
|
|
107
|
-
}
|
|
108
|
-
type value_serializers = _i_vs._T_Value_Serializers;
|
|
109
|
-
}
|
|
110
|
-
namespace RESULT {
|
|
111
|
-
}
|
|
112
|
-
type RESULT = _i_out._T_Value;
|
|
113
|
-
}
|
|
114
|
-
export declare namespace _T_Content {
|
|
115
|
-
namespace CONTEXT {
|
|
116
|
-
}
|
|
117
|
-
type CONTEXT = _i_in._T_Content;
|
|
118
|
-
namespace PARAMS {
|
|
119
|
-
namespace value_serializers {
|
|
120
|
-
}
|
|
121
|
-
type value_serializers = _i_vs._T_Value_Serializers;
|
|
122
|
-
}
|
|
123
|
-
namespace RESULT {
|
|
124
|
-
}
|
|
125
|
-
type RESULT = _i_out._T_Value;
|
|
126
|
-
}
|
|
127
|
-
export declare namespace _T_Document {
|
|
128
|
-
namespace CONTEXT {
|
|
129
|
-
}
|
|
130
|
-
type CONTEXT = _i_in._T_Document;
|
|
131
|
-
namespace PARAMS {
|
|
132
|
-
namespace value_serializers {
|
|
133
|
-
}
|
|
134
|
-
type value_serializers = _i_vs._T_Value_Serializers;
|
|
135
|
-
}
|
|
136
|
-
namespace RESULT {
|
|
137
|
-
}
|
|
138
|
-
type RESULT = _i_out._T_Value;
|
|
139
8
|
}
|
|
140
|
-
export
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
type
|
|
144
|
-
namespace
|
|
145
|
-
namespace value_serializers {
|
|
146
|
-
}
|
|
147
|
-
type value_serializers = _i_vs._T_Value_Serializers;
|
|
148
|
-
}
|
|
149
|
-
namespace RESULT {
|
|
150
|
-
}
|
|
151
|
-
type RESULT = _i_out._T_Value;
|
|
152
|
-
}
|
|
153
|
-
export declare namespace String {
|
|
154
|
-
namespace CONTEXT {
|
|
155
|
-
}
|
|
156
|
-
type CONTEXT = _i_in._T_String;
|
|
157
|
-
namespace PARAMS {
|
|
158
|
-
namespace value_serializers {
|
|
159
|
-
}
|
|
160
|
-
type value_serializers = _i_vs._T_Value_Serializers;
|
|
161
|
-
}
|
|
162
|
-
namespace RESULT {
|
|
9
|
+
export type Structural_Token_ = ($$_: Structural_Token_.I) => Structural_Token_.O;
|
|
10
|
+
export declare namespace String_ {
|
|
11
|
+
type I = i_in.String;
|
|
12
|
+
type O = i_out.Value;
|
|
13
|
+
namespace P {
|
|
163
14
|
}
|
|
164
|
-
type RESULT = _i_out._T_Value;
|
|
165
15
|
}
|
|
166
|
-
export
|
|
167
|
-
|
|
16
|
+
export type String_ = ($$_: String_.I) => String_.O;
|
|
17
|
+
export declare namespace Key_Value_Pairs_ {
|
|
18
|
+
type I = i_in.Key_Value_Pairs;
|
|
19
|
+
type O = i_out.Value;
|
|
20
|
+
namespace P {
|
|
168
21
|
}
|
|
169
|
-
type CONTEXT = _i_in._T_Key_Value_Pairs;
|
|
170
|
-
namespace PARAMS {
|
|
171
|
-
namespace value_serializers {
|
|
172
|
-
}
|
|
173
|
-
type value_serializers = _i_vs._T_Value_Serializers;
|
|
174
|
-
}
|
|
175
|
-
namespace RESULT {
|
|
176
|
-
}
|
|
177
|
-
type RESULT = _i_out._T_Value;
|
|
178
22
|
}
|
|
179
|
-
export
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
type
|
|
183
|
-
namespace
|
|
184
|
-
namespace value_serializers {
|
|
185
|
-
}
|
|
186
|
-
type value_serializers = _i_vs._T_Value_Serializers;
|
|
23
|
+
export type Key_Value_Pairs_ = ($$_: Key_Value_Pairs_.I) => Key_Value_Pairs_.O;
|
|
24
|
+
export declare namespace Elements_ {
|
|
25
|
+
type I = i_in.Elements;
|
|
26
|
+
type O = i_out.Value;
|
|
27
|
+
namespace P {
|
|
187
28
|
}
|
|
188
|
-
namespace RESULT {
|
|
189
|
-
}
|
|
190
|
-
type RESULT = _i_out._T_Value;
|
|
191
29
|
}
|
|
192
|
-
export
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
type
|
|
196
|
-
namespace
|
|
197
|
-
namespace value_serializers {
|
|
198
|
-
}
|
|
199
|
-
type value_serializers = _i_vs._T_Value_Serializers;
|
|
200
|
-
}
|
|
201
|
-
namespace RESULT {
|
|
30
|
+
export type Elements_ = ($$_: Elements_.I) => Elements_.O;
|
|
31
|
+
export declare namespace Concrete_Value_ {
|
|
32
|
+
type I = i_in.Concrete_Value;
|
|
33
|
+
type O = i_out.Value;
|
|
34
|
+
namespace P {
|
|
202
35
|
}
|
|
203
|
-
type RESULT = _i_out._T_Value;
|
|
204
36
|
}
|
|
205
|
-
export
|
|
206
|
-
|
|
37
|
+
export type Concrete_Value_ = ($$_: Concrete_Value_.I) => Concrete_Value_.O;
|
|
38
|
+
export declare namespace Value_ {
|
|
39
|
+
type I = i_in.Value;
|
|
40
|
+
type O = i_out.Value;
|
|
41
|
+
namespace P {
|
|
207
42
|
}
|
|
208
|
-
type CONTEXT = _i_in._T_Value;
|
|
209
|
-
namespace PARAMS {
|
|
210
|
-
namespace value_serializers {
|
|
211
|
-
}
|
|
212
|
-
type value_serializers = _i_vs._T_Value_Serializers;
|
|
213
|
-
}
|
|
214
|
-
namespace RESULT {
|
|
215
|
-
}
|
|
216
|
-
type RESULT = _i_out._T_Value;
|
|
217
43
|
}
|
|
218
|
-
export
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
type
|
|
222
|
-
namespace
|
|
223
|
-
namespace value_serializers {
|
|
224
|
-
}
|
|
225
|
-
type value_serializers = _i_vs._T_Value_Serializers;
|
|
44
|
+
export type Value_ = ($$_: Value_.I) => Value_.O;
|
|
45
|
+
export declare namespace Content_ {
|
|
46
|
+
type I = i_in.Content;
|
|
47
|
+
type O = i_out.Value;
|
|
48
|
+
namespace P {
|
|
226
49
|
}
|
|
227
|
-
namespace RESULT {
|
|
228
|
-
}
|
|
229
|
-
type RESULT = _i_out._T_Value;
|
|
230
50
|
}
|
|
231
|
-
export
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
type
|
|
235
|
-
namespace
|
|
236
|
-
namespace value_serializers {
|
|
237
|
-
}
|
|
238
|
-
type value_serializers = _i_vs._T_Value_Serializers;
|
|
239
|
-
}
|
|
240
|
-
namespace RESULT {
|
|
51
|
+
export type Content_ = ($$_: Content_.I) => Content_.O;
|
|
52
|
+
export declare namespace Document_ {
|
|
53
|
+
type I = i_in.Document;
|
|
54
|
+
type O = i_out.Value;
|
|
55
|
+
namespace P {
|
|
241
56
|
}
|
|
242
|
-
type RESULT = _i_out._T_Value;
|
|
243
57
|
}
|
|
58
|
+
export type Document_ = ($$_: Document_.I) => Document_.O;
|
|
59
|
+
export { Structural_Token_ as Structural_Token, String_ as String, Key_Value_Pairs_ as Key_Value_Pairs, Elements_ as Elements, Concrete_Value_ as Concrete_Value, Value_ as Value, Content_ as Content, Document_ as Document, };
|
package/dist/interface/generated/pareto/schemas/authoring_parse_tree/migrate_boilerplate.d.ts
CHANGED
|
@@ -1,178 +1,59 @@
|
|
|
1
|
-
import * as
|
|
2
|
-
import * as
|
|
3
|
-
export
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
export type _T_Concrete_Value = ($$_: _i_in._T_Concrete_Value, $$_p: null) => _i_out._T_Concrete_Value;
|
|
8
|
-
export type _T_Value = ($$_: _i_in._T_Value, $$_p: null) => _i_out._T_Value;
|
|
9
|
-
export type _T_Content = ($$_: _i_in._T_Content, $$_p: null) => _i_out._T_Content;
|
|
10
|
-
export type _T_Document = ($$_: _i_in._T_Document, $$_p: null) => _i_out._T_Document;
|
|
11
|
-
export type Structural_Token = _T_Structural_Token;
|
|
12
|
-
export type String = _T_String;
|
|
13
|
-
export type Key_Value_Pairs = _T_Key_Value_Pairs;
|
|
14
|
-
export type Elements = _T_Elements;
|
|
15
|
-
export type Concrete_Value = _T_Concrete_Value;
|
|
16
|
-
export type Value = _T_Value;
|
|
17
|
-
export type Content = _T_Content;
|
|
18
|
-
export type Document = _T_Document;
|
|
19
|
-
export declare namespace _T_Structural_Token {
|
|
20
|
-
namespace CONTEXT {
|
|
1
|
+
import * as i_out from "./data_types/target";
|
|
2
|
+
import * as i_in from "./data_types/source";
|
|
3
|
+
export declare namespace Structural_Token_ {
|
|
4
|
+
type I = i_in.Structural_Token;
|
|
5
|
+
type O = i_out.Structural_Token;
|
|
6
|
+
namespace P {
|
|
21
7
|
}
|
|
22
|
-
type CONTEXT = _i_in._T_Structural_Token;
|
|
23
|
-
namespace PARAMS {
|
|
24
|
-
}
|
|
25
|
-
namespace RESULT {
|
|
26
|
-
}
|
|
27
|
-
type RESULT = _i_out._T_Structural_Token;
|
|
28
|
-
}
|
|
29
|
-
export declare namespace _T_String {
|
|
30
|
-
namespace CONTEXT {
|
|
31
|
-
}
|
|
32
|
-
type CONTEXT = _i_in._T_String;
|
|
33
|
-
namespace PARAMS {
|
|
34
|
-
}
|
|
35
|
-
namespace RESULT {
|
|
36
|
-
}
|
|
37
|
-
type RESULT = _i_out._T_String;
|
|
38
|
-
}
|
|
39
|
-
export declare namespace _T_Key_Value_Pairs {
|
|
40
|
-
namespace CONTEXT {
|
|
41
|
-
}
|
|
42
|
-
type CONTEXT = _i_in._T_Key_Value_Pairs;
|
|
43
|
-
namespace PARAMS {
|
|
44
|
-
}
|
|
45
|
-
namespace RESULT {
|
|
46
|
-
}
|
|
47
|
-
type RESULT = _i_out._T_Key_Value_Pairs;
|
|
48
|
-
}
|
|
49
|
-
export declare namespace _T_Elements {
|
|
50
|
-
namespace CONTEXT {
|
|
51
|
-
}
|
|
52
|
-
type CONTEXT = _i_in._T_Elements;
|
|
53
|
-
namespace PARAMS {
|
|
54
|
-
}
|
|
55
|
-
namespace RESULT {
|
|
56
|
-
}
|
|
57
|
-
type RESULT = _i_out._T_Elements;
|
|
58
|
-
}
|
|
59
|
-
export declare namespace _T_Concrete_Value {
|
|
60
|
-
namespace CONTEXT {
|
|
61
|
-
}
|
|
62
|
-
type CONTEXT = _i_in._T_Concrete_Value;
|
|
63
|
-
namespace PARAMS {
|
|
64
|
-
}
|
|
65
|
-
namespace RESULT {
|
|
66
|
-
}
|
|
67
|
-
type RESULT = _i_out._T_Concrete_Value;
|
|
68
|
-
}
|
|
69
|
-
export declare namespace _T_Value {
|
|
70
|
-
namespace CONTEXT {
|
|
71
|
-
}
|
|
72
|
-
type CONTEXT = _i_in._T_Value;
|
|
73
|
-
namespace PARAMS {
|
|
74
|
-
}
|
|
75
|
-
namespace RESULT {
|
|
76
|
-
}
|
|
77
|
-
type RESULT = _i_out._T_Value;
|
|
78
|
-
}
|
|
79
|
-
export declare namespace _T_Content {
|
|
80
|
-
namespace CONTEXT {
|
|
81
|
-
}
|
|
82
|
-
type CONTEXT = _i_in._T_Content;
|
|
83
|
-
namespace PARAMS {
|
|
84
|
-
}
|
|
85
|
-
namespace RESULT {
|
|
86
|
-
}
|
|
87
|
-
type RESULT = _i_out._T_Content;
|
|
88
|
-
}
|
|
89
|
-
export declare namespace _T_Document {
|
|
90
|
-
namespace CONTEXT {
|
|
91
|
-
}
|
|
92
|
-
type CONTEXT = _i_in._T_Document;
|
|
93
|
-
namespace PARAMS {
|
|
94
|
-
}
|
|
95
|
-
namespace RESULT {
|
|
96
|
-
}
|
|
97
|
-
type RESULT = _i_out._T_Document;
|
|
98
8
|
}
|
|
99
|
-
export
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
type
|
|
103
|
-
namespace
|
|
104
|
-
}
|
|
105
|
-
namespace RESULT {
|
|
106
|
-
}
|
|
107
|
-
type RESULT = _i_out._T_Structural_Token;
|
|
108
|
-
}
|
|
109
|
-
export declare namespace String {
|
|
110
|
-
namespace CONTEXT {
|
|
111
|
-
}
|
|
112
|
-
type CONTEXT = _i_in._T_String;
|
|
113
|
-
namespace PARAMS {
|
|
114
|
-
}
|
|
115
|
-
namespace RESULT {
|
|
9
|
+
export type Structural_Token_ = ($$_: Structural_Token_.I) => Structural_Token_.O;
|
|
10
|
+
export declare namespace String_ {
|
|
11
|
+
type I = i_in.String;
|
|
12
|
+
type O = i_out.String;
|
|
13
|
+
namespace P {
|
|
116
14
|
}
|
|
117
|
-
type RESULT = _i_out._T_String;
|
|
118
15
|
}
|
|
119
|
-
export
|
|
120
|
-
|
|
16
|
+
export type String_ = ($$_: String_.I) => String_.O;
|
|
17
|
+
export declare namespace Key_Value_Pairs_ {
|
|
18
|
+
type I = i_in.Key_Value_Pairs;
|
|
19
|
+
type O = i_out.Key_Value_Pairs;
|
|
20
|
+
namespace P {
|
|
121
21
|
}
|
|
122
|
-
type CONTEXT = _i_in._T_Key_Value_Pairs;
|
|
123
|
-
namespace PARAMS {
|
|
124
|
-
}
|
|
125
|
-
namespace RESULT {
|
|
126
|
-
}
|
|
127
|
-
type RESULT = _i_out._T_Key_Value_Pairs;
|
|
128
22
|
}
|
|
129
|
-
export
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
type
|
|
133
|
-
namespace
|
|
23
|
+
export type Key_Value_Pairs_ = ($$_: Key_Value_Pairs_.I) => Key_Value_Pairs_.O;
|
|
24
|
+
export declare namespace Elements_ {
|
|
25
|
+
type I = i_in.Elements;
|
|
26
|
+
type O = i_out.Elements;
|
|
27
|
+
namespace P {
|
|
134
28
|
}
|
|
135
|
-
namespace RESULT {
|
|
136
|
-
}
|
|
137
|
-
type RESULT = _i_out._T_Elements;
|
|
138
29
|
}
|
|
139
|
-
export
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
type
|
|
143
|
-
namespace
|
|
144
|
-
}
|
|
145
|
-
namespace RESULT {
|
|
30
|
+
export type Elements_ = ($$_: Elements_.I) => Elements_.O;
|
|
31
|
+
export declare namespace Concrete_Value_ {
|
|
32
|
+
type I = i_in.Concrete_Value;
|
|
33
|
+
type O = i_out.Concrete_Value;
|
|
34
|
+
namespace P {
|
|
146
35
|
}
|
|
147
|
-
type RESULT = _i_out._T_Concrete_Value;
|
|
148
36
|
}
|
|
149
|
-
export
|
|
150
|
-
|
|
37
|
+
export type Concrete_Value_ = ($$_: Concrete_Value_.I) => Concrete_Value_.O;
|
|
38
|
+
export declare namespace Value_ {
|
|
39
|
+
type I = i_in.Value;
|
|
40
|
+
type O = i_out.Value;
|
|
41
|
+
namespace P {
|
|
151
42
|
}
|
|
152
|
-
type CONTEXT = _i_in._T_Value;
|
|
153
|
-
namespace PARAMS {
|
|
154
|
-
}
|
|
155
|
-
namespace RESULT {
|
|
156
|
-
}
|
|
157
|
-
type RESULT = _i_out._T_Value;
|
|
158
43
|
}
|
|
159
|
-
export
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
type
|
|
163
|
-
namespace
|
|
44
|
+
export type Value_ = ($$_: Value_.I) => Value_.O;
|
|
45
|
+
export declare namespace Content_ {
|
|
46
|
+
type I = i_in.Content;
|
|
47
|
+
type O = i_out.Content;
|
|
48
|
+
namespace P {
|
|
164
49
|
}
|
|
165
|
-
namespace RESULT {
|
|
166
|
-
}
|
|
167
|
-
type RESULT = _i_out._T_Content;
|
|
168
50
|
}
|
|
169
|
-
export
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
type
|
|
173
|
-
namespace
|
|
174
|
-
}
|
|
175
|
-
namespace RESULT {
|
|
51
|
+
export type Content_ = ($$_: Content_.I) => Content_.O;
|
|
52
|
+
export declare namespace Document_ {
|
|
53
|
+
type I = i_in.Document;
|
|
54
|
+
type O = i_out.Document;
|
|
55
|
+
namespace P {
|
|
176
56
|
}
|
|
177
|
-
type RESULT = _i_out._T_Document;
|
|
178
57
|
}
|
|
58
|
+
export type Document_ = ($$_: Document_.I) => Document_.O;
|
|
59
|
+
export { Structural_Token_ as Structural_Token, String_ as String, Key_Value_Pairs_ as Key_Value_Pairs, Elements_ as Elements, Concrete_Value_ as Concrete_Value, Value_ as Value, Content_ as Content, Document_ as Document, };
|