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
|
@@ -1,212 +1,52 @@
|
|
|
1
|
-
import * as
|
|
2
|
-
export
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
readonly 'key': string;
|
|
6
|
-
readonly 'value': _T_Value;
|
|
7
|
-
}>
|
|
8
|
-
] | readonly ['verbose group', _i_core._T_Dictionary<null, _T_Value>] | readonly [
|
|
9
|
-
'text',
|
|
10
|
-
{
|
|
11
|
-
readonly 'value': string;
|
|
12
|
-
readonly 'delimiter': _i_core._T_State_Group<null, readonly ['none', null] | readonly ['quote', null] | readonly ['backtick', null]>;
|
|
1
|
+
import * as _pi from "pareto-core-interface";
|
|
2
|
+
export declare namespace Value_ {
|
|
3
|
+
namespace list {
|
|
4
|
+
type L = Value_;
|
|
13
5
|
}
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
]>;
|
|
24
|
-
export type _T_Document = _T_Value;
|
|
25
|
-
export type Value = _T_Value;
|
|
26
|
-
export type Document = _T_Document;
|
|
27
|
-
export declare namespace _T_Value {
|
|
28
|
-
namespace SG {
|
|
29
|
-
namespace list {
|
|
30
|
-
namespace L {
|
|
31
|
-
}
|
|
32
|
-
type L = _T_Value;
|
|
33
|
-
}
|
|
34
|
-
type list = _i_core._T_List<null, _T_Value>;
|
|
35
|
-
namespace dictionary {
|
|
36
|
-
namespace L {
|
|
37
|
-
type key = string;
|
|
38
|
-
namespace value {
|
|
39
|
-
}
|
|
40
|
-
type value = _T_Value;
|
|
41
|
-
}
|
|
42
|
-
type L = {
|
|
43
|
-
readonly 'key': string;
|
|
44
|
-
readonly 'value': _T_Value;
|
|
45
|
-
};
|
|
46
|
-
}
|
|
47
|
-
type dictionary = _i_core._T_List<null, {
|
|
48
|
-
readonly 'key': string;
|
|
49
|
-
readonly 'value': _T_Value;
|
|
50
|
-
}>;
|
|
51
|
-
namespace verbose_group {
|
|
52
|
-
namespace D {
|
|
53
|
-
}
|
|
54
|
-
type D = _T_Value;
|
|
55
|
-
}
|
|
56
|
-
type verbose_group = _i_core._T_Dictionary<null, _T_Value>;
|
|
57
|
-
namespace text {
|
|
58
|
-
type value = string;
|
|
59
|
-
namespace delimiter {
|
|
60
|
-
namespace SG {
|
|
61
|
-
type none = null;
|
|
62
|
-
type quote = null;
|
|
63
|
-
type backtick = null;
|
|
64
|
-
}
|
|
65
|
-
type SG = readonly ['none', null] | readonly ['quote', null] | readonly ['backtick', null];
|
|
66
|
-
}
|
|
67
|
-
type delimiter = _i_core._T_State_Group<null, readonly ['none', null] | readonly ['quote', null] | readonly ['backtick', null]>;
|
|
68
|
-
}
|
|
69
|
-
type text = {
|
|
70
|
-
readonly 'value': string;
|
|
71
|
-
readonly 'delimiter': _i_core._T_State_Group<null, readonly ['none', null] | readonly ['quote', null] | readonly ['backtick', null]>;
|
|
72
|
-
};
|
|
73
|
-
type nothing = null;
|
|
74
|
-
namespace optional {
|
|
75
|
-
namespace SG {
|
|
76
|
-
type not_set = null;
|
|
77
|
-
namespace _set {
|
|
78
|
-
}
|
|
79
|
-
type _set = _T_Value;
|
|
80
|
-
}
|
|
81
|
-
type SG = readonly ['not set', null] | readonly ['set', _T_Value];
|
|
82
|
-
}
|
|
83
|
-
type optional = _i_core._T_State_Group<null, readonly ['not set', null] | readonly ['set', _T_Value]>;
|
|
84
|
-
namespace state {
|
|
85
|
-
type state = string;
|
|
86
|
-
namespace value {
|
|
87
|
-
}
|
|
88
|
-
type value = _T_Value;
|
|
89
|
-
}
|
|
90
|
-
type state = {
|
|
91
|
-
readonly 'state': string;
|
|
92
|
-
readonly 'value': _T_Value;
|
|
6
|
+
type list = _pi.List<list.L>;
|
|
7
|
+
namespace dictionary {
|
|
8
|
+
namespace L {
|
|
9
|
+
type key = string;
|
|
10
|
+
type value = Value_;
|
|
11
|
+
}
|
|
12
|
+
type L = {
|
|
13
|
+
readonly 'key': L.key;
|
|
14
|
+
readonly 'value': L.value;
|
|
93
15
|
};
|
|
94
16
|
}
|
|
95
|
-
type
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
readonly 'key': string;
|
|
99
|
-
readonly 'value': _T_Value;
|
|
100
|
-
}>
|
|
101
|
-
] | readonly ['verbose group', _i_core._T_Dictionary<null, _T_Value>] | readonly [
|
|
102
|
-
'text',
|
|
103
|
-
{
|
|
104
|
-
readonly 'value': string;
|
|
105
|
-
readonly 'delimiter': _i_core._T_State_Group<null, readonly ['none', null] | readonly ['quote', null] | readonly ['backtick', null]>;
|
|
106
|
-
}
|
|
107
|
-
] | readonly ['nothing', null] | readonly [
|
|
108
|
-
'optional',
|
|
109
|
-
_i_core._T_State_Group<null, readonly ['not set', null] | readonly ['set', _T_Value]>
|
|
110
|
-
] | readonly [
|
|
111
|
-
'state',
|
|
112
|
-
{
|
|
113
|
-
readonly 'state': string;
|
|
114
|
-
readonly 'value': _T_Value;
|
|
115
|
-
}
|
|
116
|
-
];
|
|
117
|
-
}
|
|
118
|
-
export declare namespace _T_Document {
|
|
119
|
-
}
|
|
120
|
-
export declare namespace Value {
|
|
121
|
-
namespace SG {
|
|
122
|
-
namespace list {
|
|
123
|
-
namespace L {
|
|
124
|
-
}
|
|
125
|
-
type L = _T_Value;
|
|
126
|
-
}
|
|
127
|
-
type list = _i_core._T_List<null, _T_Value>;
|
|
128
|
-
namespace dictionary {
|
|
129
|
-
namespace L {
|
|
130
|
-
type key = string;
|
|
131
|
-
namespace value {
|
|
132
|
-
}
|
|
133
|
-
type value = _T_Value;
|
|
134
|
-
}
|
|
135
|
-
type L = {
|
|
136
|
-
readonly 'key': string;
|
|
137
|
-
readonly 'value': _T_Value;
|
|
138
|
-
};
|
|
139
|
-
}
|
|
140
|
-
type dictionary = _i_core._T_List<null, {
|
|
141
|
-
readonly 'key': string;
|
|
142
|
-
readonly 'value': _T_Value;
|
|
143
|
-
}>;
|
|
144
|
-
namespace verbose_group {
|
|
145
|
-
namespace D {
|
|
146
|
-
}
|
|
147
|
-
type D = _T_Value;
|
|
148
|
-
}
|
|
149
|
-
type verbose_group = _i_core._T_Dictionary<null, _T_Value>;
|
|
150
|
-
namespace text {
|
|
151
|
-
type value = string;
|
|
152
|
-
namespace delimiter {
|
|
153
|
-
namespace SG {
|
|
154
|
-
type none = null;
|
|
155
|
-
type quote = null;
|
|
156
|
-
type backtick = null;
|
|
157
|
-
}
|
|
158
|
-
type SG = readonly ['none', null] | readonly ['quote', null] | readonly ['backtick', null];
|
|
159
|
-
}
|
|
160
|
-
type delimiter = _i_core._T_State_Group<null, readonly ['none', null] | readonly ['quote', null] | readonly ['backtick', null]>;
|
|
161
|
-
}
|
|
162
|
-
type text = {
|
|
163
|
-
readonly 'value': string;
|
|
164
|
-
readonly 'delimiter': _i_core._T_State_Group<null, readonly ['none', null] | readonly ['quote', null] | readonly ['backtick', null]>;
|
|
165
|
-
};
|
|
166
|
-
type nothing = null;
|
|
167
|
-
namespace optional {
|
|
168
|
-
namespace SG {
|
|
169
|
-
type not_set = null;
|
|
170
|
-
namespace _set {
|
|
171
|
-
}
|
|
172
|
-
type _set = _T_Value;
|
|
173
|
-
}
|
|
174
|
-
type SG = readonly ['not set', null] | readonly ['set', _T_Value];
|
|
175
|
-
}
|
|
176
|
-
type optional = _i_core._T_State_Group<null, readonly ['not set', null] | readonly ['set', _T_Value]>;
|
|
177
|
-
namespace state {
|
|
178
|
-
type state = string;
|
|
179
|
-
namespace value {
|
|
180
|
-
}
|
|
181
|
-
type value = _T_Value;
|
|
182
|
-
}
|
|
183
|
-
type state = {
|
|
184
|
-
readonly 'state': string;
|
|
185
|
-
readonly 'value': _T_Value;
|
|
186
|
-
};
|
|
17
|
+
type dictionary = _pi.List<dictionary.L>;
|
|
18
|
+
namespace verbose_group {
|
|
19
|
+
type D = Value_;
|
|
187
20
|
}
|
|
188
|
-
type
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
21
|
+
type verbose_group = _pi.Dictionary<verbose_group.D>;
|
|
22
|
+
namespace text {
|
|
23
|
+
type value = string;
|
|
24
|
+
namespace delimiter {
|
|
25
|
+
type none = null;
|
|
26
|
+
type quote = null;
|
|
27
|
+
type backtick = null;
|
|
28
|
+
}
|
|
29
|
+
type delimiter = readonly ['none', delimiter.none] | readonly ['quote', delimiter.quote] | readonly ['backtick', delimiter.backtick];
|
|
30
|
+
}
|
|
31
|
+
type text = {
|
|
32
|
+
readonly 'value': text.value;
|
|
33
|
+
readonly 'delimiter': text.delimiter;
|
|
34
|
+
};
|
|
35
|
+
type nothing = null;
|
|
36
|
+
namespace optional {
|
|
37
|
+
type not_set = null;
|
|
38
|
+
type _set = Value_;
|
|
39
|
+
}
|
|
40
|
+
type optional = readonly ['not set', optional.not_set] | readonly ['set', optional._set];
|
|
41
|
+
namespace state {
|
|
42
|
+
type state = string;
|
|
43
|
+
type value = Value_;
|
|
44
|
+
}
|
|
45
|
+
type state = {
|
|
46
|
+
readonly 'state': state.state;
|
|
47
|
+
readonly 'value': state.value;
|
|
48
|
+
};
|
|
212
49
|
}
|
|
50
|
+
export type Value_ = readonly ['list', Value_.list] | readonly ['dictionary', Value_.dictionary] | readonly ['verbose group', Value_.verbose_group] | readonly ['text', Value_.text] | readonly ['nothing', Value_.nothing] | readonly ['optional', Value_.optional] | readonly ['state', Value_.state];
|
|
51
|
+
export type Document_ = Value_;
|
|
52
|
+
export { Value_ as Value, Document_ as Document, };
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import * as i_out from "./data_types/target";
|
|
2
|
+
export declare namespace Value_ {
|
|
3
|
+
type I = string;
|
|
4
|
+
type O = i_out.Value;
|
|
5
|
+
namespace P {
|
|
6
|
+
}
|
|
7
|
+
}
|
|
8
|
+
export type Value_ = ($$_: Value_.I) => Value_.O;
|
|
9
|
+
export declare namespace Document_ {
|
|
10
|
+
type I = string;
|
|
11
|
+
type O = i_out.Document;
|
|
12
|
+
namespace P {
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
export type Document_ = ($$_: Document_.I) => Document_.O;
|
|
16
|
+
export { Value_ as Value, Document_ as Document, };
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGVzZXJpYWxpemUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9zcmMvaW50ZXJmYWNlL2dlbmVyYXRlZC9wYXJldG8vc2NoZW1hcy9zZWFsZWRfdGFyZ2V0L2Rlc2VyaWFsaXplLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIifQ==
|
|
@@ -1,63 +1,17 @@
|
|
|
1
|
-
import * as
|
|
2
|
-
import * as
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
export type _T_Document = ($$_: _i_in._T_Document, $$_p: {
|
|
8
|
-
readonly 'value serializers': _i_vs._T_Value_Serializers;
|
|
9
|
-
}) => _i_out._T_Value;
|
|
10
|
-
export type Value = _T_Value;
|
|
11
|
-
export type Document = _T_Document;
|
|
12
|
-
export declare namespace _T_Value {
|
|
13
|
-
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 Value_ {
|
|
4
|
+
type I = i_in.Value;
|
|
5
|
+
type O = i_out.Value;
|
|
6
|
+
namespace P {
|
|
14
7
|
}
|
|
15
|
-
type CONTEXT = _i_in._T_Value;
|
|
16
|
-
namespace PARAMS {
|
|
17
|
-
namespace value_serializers {
|
|
18
|
-
}
|
|
19
|
-
type value_serializers = _i_vs._T_Value_Serializers;
|
|
20
|
-
}
|
|
21
|
-
namespace RESULT {
|
|
22
|
-
}
|
|
23
|
-
type RESULT = _i_out._T_Value;
|
|
24
|
-
}
|
|
25
|
-
export declare namespace _T_Document {
|
|
26
|
-
namespace CONTEXT {
|
|
27
|
-
}
|
|
28
|
-
type CONTEXT = _i_in._T_Document;
|
|
29
|
-
namespace PARAMS {
|
|
30
|
-
namespace value_serializers {
|
|
31
|
-
}
|
|
32
|
-
type value_serializers = _i_vs._T_Value_Serializers;
|
|
33
|
-
}
|
|
34
|
-
namespace RESULT {
|
|
35
|
-
}
|
|
36
|
-
type RESULT = _i_out._T_Value;
|
|
37
8
|
}
|
|
38
|
-
export
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
type
|
|
42
|
-
namespace
|
|
43
|
-
namespace value_serializers {
|
|
44
|
-
}
|
|
45
|
-
type value_serializers = _i_vs._T_Value_Serializers;
|
|
46
|
-
}
|
|
47
|
-
namespace RESULT {
|
|
48
|
-
}
|
|
49
|
-
type RESULT = _i_out._T_Value;
|
|
50
|
-
}
|
|
51
|
-
export declare namespace Document {
|
|
52
|
-
namespace CONTEXT {
|
|
53
|
-
}
|
|
54
|
-
type CONTEXT = _i_in._T_Document;
|
|
55
|
-
namespace PARAMS {
|
|
56
|
-
namespace value_serializers {
|
|
57
|
-
}
|
|
58
|
-
type value_serializers = _i_vs._T_Value_Serializers;
|
|
59
|
-
}
|
|
60
|
-
namespace RESULT {
|
|
9
|
+
export type Value_ = ($$_: Value_.I) => Value_.O;
|
|
10
|
+
export declare namespace Document_ {
|
|
11
|
+
type I = i_in.Document;
|
|
12
|
+
type O = i_out.Value;
|
|
13
|
+
namespace P {
|
|
61
14
|
}
|
|
62
|
-
type RESULT = _i_out._T_Value;
|
|
63
15
|
}
|
|
16
|
+
export type Document_ = ($$_: Document_.I) => Document_.O;
|
|
17
|
+
export { Value_ as Value, Document_ as Document, };
|
|
@@ -1,46 +1,17 @@
|
|
|
1
|
-
import * as
|
|
2
|
-
import * as
|
|
3
|
-
export
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
export declare namespace _T_Value {
|
|
8
|
-
namespace CONTEXT {
|
|
1
|
+
import * as i_out from "./data_types/target";
|
|
2
|
+
import * as i_in from "./data_types/source";
|
|
3
|
+
export declare namespace Value_ {
|
|
4
|
+
type I = i_in.Value;
|
|
5
|
+
type O = i_out.Value;
|
|
6
|
+
namespace P {
|
|
9
7
|
}
|
|
10
|
-
type CONTEXT = _i_in._T_Value;
|
|
11
|
-
namespace PARAMS {
|
|
12
|
-
}
|
|
13
|
-
namespace RESULT {
|
|
14
|
-
}
|
|
15
|
-
type RESULT = _i_out._T_Value;
|
|
16
|
-
}
|
|
17
|
-
export declare namespace _T_Document {
|
|
18
|
-
namespace CONTEXT {
|
|
19
|
-
}
|
|
20
|
-
type CONTEXT = _i_in._T_Document;
|
|
21
|
-
namespace PARAMS {
|
|
22
|
-
}
|
|
23
|
-
namespace RESULT {
|
|
24
|
-
}
|
|
25
|
-
type RESULT = _i_out._T_Document;
|
|
26
8
|
}
|
|
27
|
-
export
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
type
|
|
31
|
-
namespace
|
|
32
|
-
}
|
|
33
|
-
namespace RESULT {
|
|
34
|
-
}
|
|
35
|
-
type RESULT = _i_out._T_Value;
|
|
36
|
-
}
|
|
37
|
-
export declare namespace Document {
|
|
38
|
-
namespace CONTEXT {
|
|
39
|
-
}
|
|
40
|
-
type CONTEXT = _i_in._T_Document;
|
|
41
|
-
namespace PARAMS {
|
|
42
|
-
}
|
|
43
|
-
namespace RESULT {
|
|
9
|
+
export type Value_ = ($$_: Value_.I) => Value_.O;
|
|
10
|
+
export declare namespace Document_ {
|
|
11
|
+
type I = i_in.Document;
|
|
12
|
+
type O = i_out.Document;
|
|
13
|
+
namespace P {
|
|
44
14
|
}
|
|
45
|
-
type RESULT = _i_out._T_Document;
|
|
46
15
|
}
|
|
16
|
+
export type Document_ = ($$_: Document_.I) => Document_.O;
|
|
17
|
+
export { Value_ as Value, Document_ as Document, };
|
|
@@ -1,54 +1,16 @@
|
|
|
1
|
-
import * as
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
export type _T_Document = ($$_: _i_in._T_Document, $$_p: {
|
|
7
|
-
readonly 'value serializers': _i_vs._T_Value_Serializers;
|
|
8
|
-
}) => string;
|
|
9
|
-
export type Value = _T_Value;
|
|
10
|
-
export type Document = _T_Document;
|
|
11
|
-
export declare namespace _T_Value {
|
|
12
|
-
namespace CONTEXT {
|
|
1
|
+
import * as i_in from "./data_types/source";
|
|
2
|
+
export declare namespace Value_ {
|
|
3
|
+
type I = i_in.Value;
|
|
4
|
+
type O = string;
|
|
5
|
+
namespace P {
|
|
13
6
|
}
|
|
14
|
-
type CONTEXT = _i_in._T_Value;
|
|
15
|
-
namespace PARAMS {
|
|
16
|
-
namespace value_serializers {
|
|
17
|
-
}
|
|
18
|
-
type value_serializers = _i_vs._T_Value_Serializers;
|
|
19
|
-
}
|
|
20
|
-
type RESULT = string;
|
|
21
|
-
}
|
|
22
|
-
export declare namespace _T_Document {
|
|
23
|
-
namespace CONTEXT {
|
|
24
|
-
}
|
|
25
|
-
type CONTEXT = _i_in._T_Document;
|
|
26
|
-
namespace PARAMS {
|
|
27
|
-
namespace value_serializers {
|
|
28
|
-
}
|
|
29
|
-
type value_serializers = _i_vs._T_Value_Serializers;
|
|
30
|
-
}
|
|
31
|
-
type RESULT = string;
|
|
32
7
|
}
|
|
33
|
-
export
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
type
|
|
37
|
-
namespace
|
|
38
|
-
namespace value_serializers {
|
|
39
|
-
}
|
|
40
|
-
type value_serializers = _i_vs._T_Value_Serializers;
|
|
41
|
-
}
|
|
42
|
-
type RESULT = string;
|
|
43
|
-
}
|
|
44
|
-
export declare namespace Document {
|
|
45
|
-
namespace CONTEXT {
|
|
46
|
-
}
|
|
47
|
-
type CONTEXT = _i_in._T_Document;
|
|
48
|
-
namespace PARAMS {
|
|
49
|
-
namespace value_serializers {
|
|
50
|
-
}
|
|
51
|
-
type value_serializers = _i_vs._T_Value_Serializers;
|
|
8
|
+
export type Value_ = ($$_: Value_.I) => Value_.O;
|
|
9
|
+
export declare namespace Document_ {
|
|
10
|
+
type I = i_in.Document;
|
|
11
|
+
type O = string;
|
|
12
|
+
namespace P {
|
|
52
13
|
}
|
|
53
|
-
type RESULT = string;
|
|
54
14
|
}
|
|
15
|
+
export type Document_ = ($$_: Document_.I) => Document_.O;
|
|
16
|
+
export { Value_ as Value, Document_ as Document, };
|
|
@@ -1,63 +1,17 @@
|
|
|
1
|
-
import * as
|
|
2
|
-
import * as
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
export type _T_Document = ($$_: _i_in._T_Value, $$_p: {
|
|
8
|
-
readonly 'value deserializers': _i_vd._T_Value_Deserializers;
|
|
9
|
-
}) => _i_out._T_Document;
|
|
10
|
-
export type Value = _T_Value;
|
|
11
|
-
export type Document = _T_Document;
|
|
12
|
-
export declare namespace _T_Value {
|
|
13
|
-
namespace CONTEXT {
|
|
1
|
+
import * as i_out from "./data_types/target";
|
|
2
|
+
import * as i_in from "astn/dist/interface/generated/pareto/schemas/authoring_parse_tree/data_types/target";
|
|
3
|
+
export declare namespace Value_ {
|
|
4
|
+
type I = i_in.Value;
|
|
5
|
+
type O = i_out.Value;
|
|
6
|
+
namespace P {
|
|
14
7
|
}
|
|
15
|
-
type CONTEXT = _i_in._T_Value;
|
|
16
|
-
namespace PARAMS {
|
|
17
|
-
namespace value_deserializers {
|
|
18
|
-
}
|
|
19
|
-
type value_deserializers = _i_vd._T_Value_Deserializers;
|
|
20
|
-
}
|
|
21
|
-
namespace RESULT {
|
|
22
|
-
}
|
|
23
|
-
type RESULT = _i_out._T_Value;
|
|
24
|
-
}
|
|
25
|
-
export declare namespace _T_Document {
|
|
26
|
-
namespace CONTEXT {
|
|
27
|
-
}
|
|
28
|
-
type CONTEXT = _i_in._T_Value;
|
|
29
|
-
namespace PARAMS {
|
|
30
|
-
namespace value_deserializers {
|
|
31
|
-
}
|
|
32
|
-
type value_deserializers = _i_vd._T_Value_Deserializers;
|
|
33
|
-
}
|
|
34
|
-
namespace RESULT {
|
|
35
|
-
}
|
|
36
|
-
type RESULT = _i_out._T_Document;
|
|
37
8
|
}
|
|
38
|
-
export
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
type
|
|
42
|
-
namespace
|
|
43
|
-
namespace value_deserializers {
|
|
44
|
-
}
|
|
45
|
-
type value_deserializers = _i_vd._T_Value_Deserializers;
|
|
46
|
-
}
|
|
47
|
-
namespace RESULT {
|
|
48
|
-
}
|
|
49
|
-
type RESULT = _i_out._T_Value;
|
|
50
|
-
}
|
|
51
|
-
export declare namespace Document {
|
|
52
|
-
namespace CONTEXT {
|
|
53
|
-
}
|
|
54
|
-
type CONTEXT = _i_in._T_Value;
|
|
55
|
-
namespace PARAMS {
|
|
56
|
-
namespace value_deserializers {
|
|
57
|
-
}
|
|
58
|
-
type value_deserializers = _i_vd._T_Value_Deserializers;
|
|
59
|
-
}
|
|
60
|
-
namespace RESULT {
|
|
9
|
+
export type Value_ = ($$_: Value_.I) => Value_.O;
|
|
10
|
+
export declare namespace Document_ {
|
|
11
|
+
type I = i_in.Value;
|
|
12
|
+
type O = i_out.Document;
|
|
13
|
+
namespace P {
|
|
61
14
|
}
|
|
62
|
-
type RESULT = _i_out._T_Document;
|
|
63
15
|
}
|
|
16
|
+
export type Document_ = ($$_: Document_.I) => Document_.O;
|
|
17
|
+
export { Value_ as Value, Document_ as Document, };
|
|
@@ -1,7 +1,3 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
|
|
4
|
-
// **** FRIENDLY NAMES FOR THE GLOBAL TYPES
|
|
5
|
-
// **** ALIASES FOR NESTED TYPE WITH PREFIXED ROOT NAMES
|
|
6
|
-
// *** ALIASES FOR NESTED TYPES
|
|
7
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmVzb2x2ZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3NyYy9pbnRlcmZhY2UvZ2VuZXJhdGVkL3BhcmV0by9zY2hlbWFzL3Rva2VuL2RhdGFfdHlwZXMvcmVzb2x2ZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOztBQU1JLGFBQWE7QUFFYiwyQ0FBMkM7QUFFM0Msd0RBQXdEO0FBRXhELCtCQUErQiJ9
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmVzb2x2ZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3NyYy9pbnRlcmZhY2UvZ2VuZXJhdGVkL3BhcmV0by9zY2hlbWFzL3Rva2VuL2RhdGFfdHlwZXMvcmVzb2x2ZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIn0=
|