exupery 0.1.8 → 0.1.10
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/generated/implementation/generic/resolve.d.ts +1 -1
- package/dist/generated/implementation/generic/unmarshall.d.ts +21 -0
- package/dist/generated/implementation/generic/unmarshall.js +93 -0
- package/dist/generated/implementation/schemas/implementation/marshall.d.ts +8 -0
- package/dist/generated/implementation/schemas/implementation/marshall.js +536 -0
- package/dist/generated/implementation/schemas/implementation/resolve.js +23 -3
- package/dist/generated/implementation/schemas/implementation/serializer.d.ts +8 -0
- package/dist/generated/implementation/schemas/implementation/serializer.js +533 -0
- package/dist/generated/implementation/schemas/implementation/unmarshall.d.ts +8 -0
- package/dist/generated/implementation/schemas/implementation/unmarshall.js +303 -0
- package/dist/generated/implementation/schemas/interface/marshall.d.ts +8 -0
- package/dist/generated/implementation/schemas/interface/marshall.js +299 -0
- package/dist/generated/implementation/schemas/interface/serializer.d.ts +8 -0
- package/dist/generated/implementation/schemas/interface/serializer.js +299 -0
- package/dist/generated/implementation/schemas/interface/unmarshall.d.ts +8 -0
- package/dist/generated/implementation/schemas/interface/unmarshall.js +163 -0
- package/dist/generated/implementation/schemas/typescript_light/marshall.d.ts +11 -0
- package/dist/generated/implementation/schemas/typescript_light/marshall.js +429 -0
- package/dist/generated/implementation/schemas/typescript_light/serializer.d.ts +11 -0
- package/dist/generated/implementation/schemas/typescript_light/serializer.js +429 -0
- package/dist/generated/implementation/schemas/typescript_light/unmarshall.d.ts +11 -0
- package/dist/generated/implementation/schemas/typescript_light/unmarshall.js +253 -0
- package/dist/generated/interface/core/astn_source.d.ts +116 -0
- package/dist/generated/interface/core/astn_source.js +3 -0
- package/dist/generated/interface/core/astn_target.d.ts +186 -0
- package/dist/generated/interface/core/astn_target.js +3 -0
- package/dist/generated/interface/core/resolve.d.ts +11 -0
- package/dist/generated/interface/core/resolve.js +3 -0
- package/dist/generated/interface/schemas/implementation/marshall.d.ts +256 -0
- package/dist/generated/interface/schemas/implementation/marshall.js +3 -0
- package/dist/generated/interface/schemas/implementation/migrate_boilerplate.d.ts +170 -0
- package/dist/generated/interface/schemas/implementation/migrate_boilerplate.js +3 -0
- package/dist/generated/interface/schemas/implementation/resolve.d.ts +22 -22
- package/dist/generated/interface/schemas/implementation/resolved.d.ts +63 -19
- package/dist/generated/interface/schemas/implementation/serializer.d.ts +256 -0
- package/dist/generated/interface/schemas/implementation/serializer.js +3 -0
- package/dist/generated/interface/schemas/implementation/unmarshall.d.ts +170 -0
- package/dist/generated/interface/schemas/implementation/unmarshall.js +3 -0
- package/dist/generated/interface/schemas/implementation/unresolved.d.ts +63 -19
- package/dist/generated/interface/schemas/interface/marshall.d.ts +256 -0
- package/dist/generated/interface/schemas/interface/marshall.js +3 -0
- package/dist/generated/interface/schemas/interface/migrate_boilerplate.d.ts +170 -0
- package/dist/generated/interface/schemas/interface/migrate_boilerplate.js +3 -0
- package/dist/generated/interface/schemas/interface/resolve.d.ts +22 -22
- package/dist/generated/interface/schemas/interface/serializer.d.ts +256 -0
- package/dist/generated/interface/schemas/interface/serializer.js +3 -0
- package/dist/generated/interface/schemas/interface/unmarshall.d.ts +170 -0
- package/dist/generated/interface/schemas/interface/unmarshall.js +3 -0
- package/dist/generated/interface/schemas/typescript_light/marshall.d.ts +346 -0
- package/dist/generated/interface/schemas/typescript_light/marshall.js +3 -0
- package/dist/generated/interface/schemas/typescript_light/migrate_boilerplate.d.ts +222 -0
- package/dist/generated/interface/schemas/typescript_light/migrate_boilerplate.js +3 -0
- package/dist/generated/interface/schemas/typescript_light/serializer.d.ts +346 -0
- package/dist/generated/interface/schemas/typescript_light/serializer.js +3 -0
- package/dist/generated/interface/schemas/typescript_light/unmarshall.d.ts +222 -0
- package/dist/generated/interface/schemas/typescript_light/unmarshall.js +3 -0
- package/dist/shorthands/implementation.d.ts +2 -2
- package/dist/shorthands/implementation.js +10 -6
- package/dist/transformations/implementation/typescript_light.js +24 -4
- package/dist/transformations/interface/typescript_light.js +1 -1
- package/package.json +1 -1
|
@@ -0,0 +1,256 @@
|
|
|
1
|
+
import * as _i_in from "./resolved";
|
|
2
|
+
import * as _i_out from "../../core/astn_target";
|
|
3
|
+
export type _T_Value_Serializers = {
|
|
4
|
+
readonly 'boolean': ($$_: boolean, $$_p: null) => string;
|
|
5
|
+
readonly 'custom numbers': null;
|
|
6
|
+
readonly 'default number': ($$_: number, $$_p: null) => string;
|
|
7
|
+
};
|
|
8
|
+
export type _T_s_Initialization = ($$_: _i_in._T_Initialization, $$_p: {
|
|
9
|
+
readonly 'value serializers': _T_Value_Serializers;
|
|
10
|
+
}) => _i_out._T_Value;
|
|
11
|
+
export type _T_s_Literal = ($$_: _i_in._T_Literal, $$_p: {
|
|
12
|
+
readonly 'value serializers': _T_Value_Serializers;
|
|
13
|
+
}) => _i_out._T_Value;
|
|
14
|
+
export type _T_s_Module = ($$_: _i_in._T_Module, $$_p: {
|
|
15
|
+
readonly 'value serializers': _T_Value_Serializers;
|
|
16
|
+
}) => _i_out._T_Value;
|
|
17
|
+
export type _T_s_Module_Set = ($$_: _i_in._T_Module_Set, $$_p: {
|
|
18
|
+
readonly 'value serializers': _T_Value_Serializers;
|
|
19
|
+
}) => _i_out._T_Value;
|
|
20
|
+
export type _T_s_Selection = ($$_: _i_in._T_Selection, $$_p: {
|
|
21
|
+
readonly 'value serializers': _T_Value_Serializers;
|
|
22
|
+
}) => _i_out._T_Value;
|
|
23
|
+
export type _T_s_Type_Parameters = ($$_: _i_in._T_Type_Parameters, $$_p: {
|
|
24
|
+
readonly 'value serializers': _T_Value_Serializers;
|
|
25
|
+
}) => _i_out._T_Value;
|
|
26
|
+
export type _T_s_Variables = ($$_: _i_in._T_Variables, $$_p: {
|
|
27
|
+
readonly 'value serializers': _T_Value_Serializers;
|
|
28
|
+
}) => _i_out._T_Value;
|
|
29
|
+
export type Value_Serializers = _T_Value_Serializers;
|
|
30
|
+
export type s_Initialization = _T_s_Initialization;
|
|
31
|
+
export type s_Literal = _T_s_Literal;
|
|
32
|
+
export type s_Module = _T_s_Module;
|
|
33
|
+
export type s_Module_Set = _T_s_Module_Set;
|
|
34
|
+
export type s_Selection = _T_s_Selection;
|
|
35
|
+
export type s_Type_Parameters = _T_s_Type_Parameters;
|
|
36
|
+
export type s_Variables = _T_s_Variables;
|
|
37
|
+
export declare namespace _T_Value_Serializers {
|
|
38
|
+
namespace _boolean {
|
|
39
|
+
type CONTEXT = boolean;
|
|
40
|
+
namespace PARAMS {
|
|
41
|
+
}
|
|
42
|
+
type RESULT = string;
|
|
43
|
+
}
|
|
44
|
+
type _boolean = ($$_: boolean, $$_p: null) => string;
|
|
45
|
+
namespace custom_numbers {
|
|
46
|
+
}
|
|
47
|
+
type custom_numbers = null;
|
|
48
|
+
namespace default_number {
|
|
49
|
+
type CONTEXT = number;
|
|
50
|
+
namespace PARAMS {
|
|
51
|
+
}
|
|
52
|
+
type RESULT = string;
|
|
53
|
+
}
|
|
54
|
+
type default_number = ($$_: number, $$_p: null) => string;
|
|
55
|
+
}
|
|
56
|
+
export declare namespace _T_s_Initialization {
|
|
57
|
+
namespace CONTEXT {
|
|
58
|
+
}
|
|
59
|
+
type CONTEXT = _i_in._T_Initialization;
|
|
60
|
+
namespace PARAMS {
|
|
61
|
+
namespace value_serializers {
|
|
62
|
+
}
|
|
63
|
+
type value_serializers = _T_Value_Serializers;
|
|
64
|
+
}
|
|
65
|
+
namespace RESULT {
|
|
66
|
+
}
|
|
67
|
+
type RESULT = _i_out._T_Value;
|
|
68
|
+
}
|
|
69
|
+
export declare namespace _T_s_Literal {
|
|
70
|
+
namespace CONTEXT {
|
|
71
|
+
}
|
|
72
|
+
type CONTEXT = _i_in._T_Literal;
|
|
73
|
+
namespace PARAMS {
|
|
74
|
+
namespace value_serializers {
|
|
75
|
+
}
|
|
76
|
+
type value_serializers = _T_Value_Serializers;
|
|
77
|
+
}
|
|
78
|
+
namespace RESULT {
|
|
79
|
+
}
|
|
80
|
+
type RESULT = _i_out._T_Value;
|
|
81
|
+
}
|
|
82
|
+
export declare namespace _T_s_Module {
|
|
83
|
+
namespace CONTEXT {
|
|
84
|
+
}
|
|
85
|
+
type CONTEXT = _i_in._T_Module;
|
|
86
|
+
namespace PARAMS {
|
|
87
|
+
namespace value_serializers {
|
|
88
|
+
}
|
|
89
|
+
type value_serializers = _T_Value_Serializers;
|
|
90
|
+
}
|
|
91
|
+
namespace RESULT {
|
|
92
|
+
}
|
|
93
|
+
type RESULT = _i_out._T_Value;
|
|
94
|
+
}
|
|
95
|
+
export declare namespace _T_s_Module_Set {
|
|
96
|
+
namespace CONTEXT {
|
|
97
|
+
}
|
|
98
|
+
type CONTEXT = _i_in._T_Module_Set;
|
|
99
|
+
namespace PARAMS {
|
|
100
|
+
namespace value_serializers {
|
|
101
|
+
}
|
|
102
|
+
type value_serializers = _T_Value_Serializers;
|
|
103
|
+
}
|
|
104
|
+
namespace RESULT {
|
|
105
|
+
}
|
|
106
|
+
type RESULT = _i_out._T_Value;
|
|
107
|
+
}
|
|
108
|
+
export declare namespace _T_s_Selection {
|
|
109
|
+
namespace CONTEXT {
|
|
110
|
+
}
|
|
111
|
+
type CONTEXT = _i_in._T_Selection;
|
|
112
|
+
namespace PARAMS {
|
|
113
|
+
namespace value_serializers {
|
|
114
|
+
}
|
|
115
|
+
type value_serializers = _T_Value_Serializers;
|
|
116
|
+
}
|
|
117
|
+
namespace RESULT {
|
|
118
|
+
}
|
|
119
|
+
type RESULT = _i_out._T_Value;
|
|
120
|
+
}
|
|
121
|
+
export declare namespace _T_s_Type_Parameters {
|
|
122
|
+
namespace CONTEXT {
|
|
123
|
+
}
|
|
124
|
+
type CONTEXT = _i_in._T_Type_Parameters;
|
|
125
|
+
namespace PARAMS {
|
|
126
|
+
namespace value_serializers {
|
|
127
|
+
}
|
|
128
|
+
type value_serializers = _T_Value_Serializers;
|
|
129
|
+
}
|
|
130
|
+
namespace RESULT {
|
|
131
|
+
}
|
|
132
|
+
type RESULT = _i_out._T_Value;
|
|
133
|
+
}
|
|
134
|
+
export declare namespace _T_s_Variables {
|
|
135
|
+
namespace CONTEXT {
|
|
136
|
+
}
|
|
137
|
+
type CONTEXT = _i_in._T_Variables;
|
|
138
|
+
namespace PARAMS {
|
|
139
|
+
namespace value_serializers {
|
|
140
|
+
}
|
|
141
|
+
type value_serializers = _T_Value_Serializers;
|
|
142
|
+
}
|
|
143
|
+
namespace RESULT {
|
|
144
|
+
}
|
|
145
|
+
type RESULT = _i_out._T_Value;
|
|
146
|
+
}
|
|
147
|
+
export declare namespace Value_Serializers {
|
|
148
|
+
namespace _boolean {
|
|
149
|
+
type CONTEXT = boolean;
|
|
150
|
+
namespace PARAMS {
|
|
151
|
+
}
|
|
152
|
+
type RESULT = string;
|
|
153
|
+
}
|
|
154
|
+
type _boolean = ($$_: boolean, $$_p: null) => string;
|
|
155
|
+
namespace custom_numbers {
|
|
156
|
+
}
|
|
157
|
+
type custom_numbers = null;
|
|
158
|
+
namespace default_number {
|
|
159
|
+
type CONTEXT = number;
|
|
160
|
+
namespace PARAMS {
|
|
161
|
+
}
|
|
162
|
+
type RESULT = string;
|
|
163
|
+
}
|
|
164
|
+
type default_number = ($$_: number, $$_p: null) => string;
|
|
165
|
+
}
|
|
166
|
+
export declare namespace s_Initialization {
|
|
167
|
+
namespace CONTEXT {
|
|
168
|
+
}
|
|
169
|
+
type CONTEXT = _i_in._T_Initialization;
|
|
170
|
+
namespace PARAMS {
|
|
171
|
+
namespace value_serializers {
|
|
172
|
+
}
|
|
173
|
+
type value_serializers = _T_Value_Serializers;
|
|
174
|
+
}
|
|
175
|
+
namespace RESULT {
|
|
176
|
+
}
|
|
177
|
+
type RESULT = _i_out._T_Value;
|
|
178
|
+
}
|
|
179
|
+
export declare namespace s_Literal {
|
|
180
|
+
namespace CONTEXT {
|
|
181
|
+
}
|
|
182
|
+
type CONTEXT = _i_in._T_Literal;
|
|
183
|
+
namespace PARAMS {
|
|
184
|
+
namespace value_serializers {
|
|
185
|
+
}
|
|
186
|
+
type value_serializers = _T_Value_Serializers;
|
|
187
|
+
}
|
|
188
|
+
namespace RESULT {
|
|
189
|
+
}
|
|
190
|
+
type RESULT = _i_out._T_Value;
|
|
191
|
+
}
|
|
192
|
+
export declare namespace s_Module {
|
|
193
|
+
namespace CONTEXT {
|
|
194
|
+
}
|
|
195
|
+
type CONTEXT = _i_in._T_Module;
|
|
196
|
+
namespace PARAMS {
|
|
197
|
+
namespace value_serializers {
|
|
198
|
+
}
|
|
199
|
+
type value_serializers = _T_Value_Serializers;
|
|
200
|
+
}
|
|
201
|
+
namespace RESULT {
|
|
202
|
+
}
|
|
203
|
+
type RESULT = _i_out._T_Value;
|
|
204
|
+
}
|
|
205
|
+
export declare namespace s_Module_Set {
|
|
206
|
+
namespace CONTEXT {
|
|
207
|
+
}
|
|
208
|
+
type CONTEXT = _i_in._T_Module_Set;
|
|
209
|
+
namespace PARAMS {
|
|
210
|
+
namespace value_serializers {
|
|
211
|
+
}
|
|
212
|
+
type value_serializers = _T_Value_Serializers;
|
|
213
|
+
}
|
|
214
|
+
namespace RESULT {
|
|
215
|
+
}
|
|
216
|
+
type RESULT = _i_out._T_Value;
|
|
217
|
+
}
|
|
218
|
+
export declare namespace s_Selection {
|
|
219
|
+
namespace CONTEXT {
|
|
220
|
+
}
|
|
221
|
+
type CONTEXT = _i_in._T_Selection;
|
|
222
|
+
namespace PARAMS {
|
|
223
|
+
namespace value_serializers {
|
|
224
|
+
}
|
|
225
|
+
type value_serializers = _T_Value_Serializers;
|
|
226
|
+
}
|
|
227
|
+
namespace RESULT {
|
|
228
|
+
}
|
|
229
|
+
type RESULT = _i_out._T_Value;
|
|
230
|
+
}
|
|
231
|
+
export declare namespace s_Type_Parameters {
|
|
232
|
+
namespace CONTEXT {
|
|
233
|
+
}
|
|
234
|
+
type CONTEXT = _i_in._T_Type_Parameters;
|
|
235
|
+
namespace PARAMS {
|
|
236
|
+
namespace value_serializers {
|
|
237
|
+
}
|
|
238
|
+
type value_serializers = _T_Value_Serializers;
|
|
239
|
+
}
|
|
240
|
+
namespace RESULT {
|
|
241
|
+
}
|
|
242
|
+
type RESULT = _i_out._T_Value;
|
|
243
|
+
}
|
|
244
|
+
export declare namespace s_Variables {
|
|
245
|
+
namespace CONTEXT {
|
|
246
|
+
}
|
|
247
|
+
type CONTEXT = _i_in._T_Variables;
|
|
248
|
+
namespace PARAMS {
|
|
249
|
+
namespace value_serializers {
|
|
250
|
+
}
|
|
251
|
+
type value_serializers = _T_Value_Serializers;
|
|
252
|
+
}
|
|
253
|
+
namespace RESULT {
|
|
254
|
+
}
|
|
255
|
+
type RESULT = _i_out._T_Value;
|
|
256
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWFyc2hhbGwuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9zcmMvZ2VuZXJhdGVkL2ludGVyZmFjZS9zY2hlbWFzL2ltcGxlbWVudGF0aW9uL21hcnNoYWxsLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIifQ==
|
|
@@ -0,0 +1,170 @@
|
|
|
1
|
+
import * as _i_in from "./resolved";
|
|
2
|
+
import * as _i_out from "./unresolved";
|
|
3
|
+
export type _T_Initialization = ($$_: _i_in._T_Initialization, $$_p: null) => _i_out._T_Initialization<null>;
|
|
4
|
+
export type _T_Literal = ($$_: _i_in._T_Literal, $$_p: null) => _i_out._T_Literal<null>;
|
|
5
|
+
export type _T_Module = ($$_: _i_in._T_Module, $$_p: null) => _i_out._T_Module<null>;
|
|
6
|
+
export type _T_Module_Set = ($$_: _i_in._T_Module_Set, $$_p: null) => _i_out._T_Module_Set<null>;
|
|
7
|
+
export type _T_Selection = ($$_: _i_in._T_Selection, $$_p: null) => _i_out._T_Selection<null>;
|
|
8
|
+
export type _T_Type_Parameters = ($$_: _i_in._T_Type_Parameters, $$_p: null) => _i_out._T_Type_Parameters<null>;
|
|
9
|
+
export type _T_Variables = ($$_: _i_in._T_Variables, $$_p: null) => _i_out._T_Variables<null>;
|
|
10
|
+
export type Initialization = _T_Initialization;
|
|
11
|
+
export type Literal = _T_Literal;
|
|
12
|
+
export type Module = _T_Module;
|
|
13
|
+
export type Module_Set = _T_Module_Set;
|
|
14
|
+
export type Selection = _T_Selection;
|
|
15
|
+
export type Type_Parameters = _T_Type_Parameters;
|
|
16
|
+
export type Variables = _T_Variables;
|
|
17
|
+
export declare namespace _T_Initialization {
|
|
18
|
+
namespace CONTEXT {
|
|
19
|
+
}
|
|
20
|
+
type CONTEXT = _i_in._T_Initialization;
|
|
21
|
+
namespace PARAMS {
|
|
22
|
+
}
|
|
23
|
+
namespace RESULT {
|
|
24
|
+
type annotation = null;
|
|
25
|
+
}
|
|
26
|
+
type RESULT = _i_out._T_Initialization<null>;
|
|
27
|
+
}
|
|
28
|
+
export declare namespace _T_Literal {
|
|
29
|
+
namespace CONTEXT {
|
|
30
|
+
}
|
|
31
|
+
type CONTEXT = _i_in._T_Literal;
|
|
32
|
+
namespace PARAMS {
|
|
33
|
+
}
|
|
34
|
+
namespace RESULT {
|
|
35
|
+
type annotation = null;
|
|
36
|
+
}
|
|
37
|
+
type RESULT = _i_out._T_Literal<null>;
|
|
38
|
+
}
|
|
39
|
+
export declare namespace _T_Module {
|
|
40
|
+
namespace CONTEXT {
|
|
41
|
+
}
|
|
42
|
+
type CONTEXT = _i_in._T_Module;
|
|
43
|
+
namespace PARAMS {
|
|
44
|
+
}
|
|
45
|
+
namespace RESULT {
|
|
46
|
+
type annotation = null;
|
|
47
|
+
}
|
|
48
|
+
type RESULT = _i_out._T_Module<null>;
|
|
49
|
+
}
|
|
50
|
+
export declare namespace _T_Module_Set {
|
|
51
|
+
namespace CONTEXT {
|
|
52
|
+
}
|
|
53
|
+
type CONTEXT = _i_in._T_Module_Set;
|
|
54
|
+
namespace PARAMS {
|
|
55
|
+
}
|
|
56
|
+
namespace RESULT {
|
|
57
|
+
type annotation = null;
|
|
58
|
+
}
|
|
59
|
+
type RESULT = _i_out._T_Module_Set<null>;
|
|
60
|
+
}
|
|
61
|
+
export declare namespace _T_Selection {
|
|
62
|
+
namespace CONTEXT {
|
|
63
|
+
}
|
|
64
|
+
type CONTEXT = _i_in._T_Selection;
|
|
65
|
+
namespace PARAMS {
|
|
66
|
+
}
|
|
67
|
+
namespace RESULT {
|
|
68
|
+
type annotation = null;
|
|
69
|
+
}
|
|
70
|
+
type RESULT = _i_out._T_Selection<null>;
|
|
71
|
+
}
|
|
72
|
+
export declare namespace _T_Type_Parameters {
|
|
73
|
+
namespace CONTEXT {
|
|
74
|
+
}
|
|
75
|
+
type CONTEXT = _i_in._T_Type_Parameters;
|
|
76
|
+
namespace PARAMS {
|
|
77
|
+
}
|
|
78
|
+
namespace RESULT {
|
|
79
|
+
type annotation = null;
|
|
80
|
+
}
|
|
81
|
+
type RESULT = _i_out._T_Type_Parameters<null>;
|
|
82
|
+
}
|
|
83
|
+
export declare namespace _T_Variables {
|
|
84
|
+
namespace CONTEXT {
|
|
85
|
+
}
|
|
86
|
+
type CONTEXT = _i_in._T_Variables;
|
|
87
|
+
namespace PARAMS {
|
|
88
|
+
}
|
|
89
|
+
namespace RESULT {
|
|
90
|
+
type annotation = null;
|
|
91
|
+
}
|
|
92
|
+
type RESULT = _i_out._T_Variables<null>;
|
|
93
|
+
}
|
|
94
|
+
export declare namespace Initialization {
|
|
95
|
+
namespace CONTEXT {
|
|
96
|
+
}
|
|
97
|
+
type CONTEXT = _i_in._T_Initialization;
|
|
98
|
+
namespace PARAMS {
|
|
99
|
+
}
|
|
100
|
+
namespace RESULT {
|
|
101
|
+
type annotation = null;
|
|
102
|
+
}
|
|
103
|
+
type RESULT = _i_out._T_Initialization<null>;
|
|
104
|
+
}
|
|
105
|
+
export declare namespace Literal {
|
|
106
|
+
namespace CONTEXT {
|
|
107
|
+
}
|
|
108
|
+
type CONTEXT = _i_in._T_Literal;
|
|
109
|
+
namespace PARAMS {
|
|
110
|
+
}
|
|
111
|
+
namespace RESULT {
|
|
112
|
+
type annotation = null;
|
|
113
|
+
}
|
|
114
|
+
type RESULT = _i_out._T_Literal<null>;
|
|
115
|
+
}
|
|
116
|
+
export declare namespace Module {
|
|
117
|
+
namespace CONTEXT {
|
|
118
|
+
}
|
|
119
|
+
type CONTEXT = _i_in._T_Module;
|
|
120
|
+
namespace PARAMS {
|
|
121
|
+
}
|
|
122
|
+
namespace RESULT {
|
|
123
|
+
type annotation = null;
|
|
124
|
+
}
|
|
125
|
+
type RESULT = _i_out._T_Module<null>;
|
|
126
|
+
}
|
|
127
|
+
export declare namespace Module_Set {
|
|
128
|
+
namespace CONTEXT {
|
|
129
|
+
}
|
|
130
|
+
type CONTEXT = _i_in._T_Module_Set;
|
|
131
|
+
namespace PARAMS {
|
|
132
|
+
}
|
|
133
|
+
namespace RESULT {
|
|
134
|
+
type annotation = null;
|
|
135
|
+
}
|
|
136
|
+
type RESULT = _i_out._T_Module_Set<null>;
|
|
137
|
+
}
|
|
138
|
+
export declare namespace Selection {
|
|
139
|
+
namespace CONTEXT {
|
|
140
|
+
}
|
|
141
|
+
type CONTEXT = _i_in._T_Selection;
|
|
142
|
+
namespace PARAMS {
|
|
143
|
+
}
|
|
144
|
+
namespace RESULT {
|
|
145
|
+
type annotation = null;
|
|
146
|
+
}
|
|
147
|
+
type RESULT = _i_out._T_Selection<null>;
|
|
148
|
+
}
|
|
149
|
+
export declare namespace Type_Parameters {
|
|
150
|
+
namespace CONTEXT {
|
|
151
|
+
}
|
|
152
|
+
type CONTEXT = _i_in._T_Type_Parameters;
|
|
153
|
+
namespace PARAMS {
|
|
154
|
+
}
|
|
155
|
+
namespace RESULT {
|
|
156
|
+
type annotation = null;
|
|
157
|
+
}
|
|
158
|
+
type RESULT = _i_out._T_Type_Parameters<null>;
|
|
159
|
+
}
|
|
160
|
+
export declare namespace Variables {
|
|
161
|
+
namespace CONTEXT {
|
|
162
|
+
}
|
|
163
|
+
type CONTEXT = _i_in._T_Variables;
|
|
164
|
+
namespace PARAMS {
|
|
165
|
+
}
|
|
166
|
+
namespace RESULT {
|
|
167
|
+
type annotation = null;
|
|
168
|
+
}
|
|
169
|
+
type RESULT = _i_out._T_Variables<null>;
|
|
170
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWlncmF0ZV9ib2lsZXJwbGF0ZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3NyYy9nZW5lcmF0ZWQvaW50ZXJmYWNlL3NjaGVtYXMvaW1wbGVtZW50YXRpb24vbWlncmF0ZV9ib2lsZXJwbGF0ZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIn0=
|
|
@@ -1,50 +1,50 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as _i_resolve from "../../core/resolve";
|
|
2
2
|
import * as _i_resolved from "./resolved";
|
|
3
3
|
import * as _i_unresolved from "./unresolved";
|
|
4
4
|
export type _T_Initialization<G_Source> = ($$_: _i_unresolved._T_Initialization<G_Source>, $$_p: {
|
|
5
|
-
readonly 'location 2 string':
|
|
5
|
+
readonly 'location 2 string': _i_resolve._T_Location_2_String<G_Source>;
|
|
6
6
|
readonly 'parameters': {
|
|
7
7
|
readonly 'lookups': null;
|
|
8
8
|
readonly 'values': null;
|
|
9
9
|
};
|
|
10
10
|
}) => _i_resolved._T_Initialization;
|
|
11
11
|
export type _T_Literal<G_Source> = ($$_: _i_unresolved._T_Literal<G_Source>, $$_p: {
|
|
12
|
-
readonly 'location 2 string':
|
|
12
|
+
readonly 'location 2 string': _i_resolve._T_Location_2_String<G_Source>;
|
|
13
13
|
readonly 'parameters': {
|
|
14
14
|
readonly 'lookups': null;
|
|
15
15
|
readonly 'values': null;
|
|
16
16
|
};
|
|
17
17
|
}) => _i_resolved._T_Literal;
|
|
18
18
|
export type _T_Module<G_Source> = ($$_: _i_unresolved._T_Module<G_Source>, $$_p: {
|
|
19
|
-
readonly 'location 2 string':
|
|
19
|
+
readonly 'location 2 string': _i_resolve._T_Location_2_String<G_Source>;
|
|
20
20
|
readonly 'parameters': {
|
|
21
21
|
readonly 'lookups': null;
|
|
22
22
|
readonly 'values': null;
|
|
23
23
|
};
|
|
24
24
|
}) => _i_resolved._T_Module;
|
|
25
25
|
export type _T_Module_Set<G_Source> = ($$_: _i_unresolved._T_Module_Set<G_Source>, $$_p: {
|
|
26
|
-
readonly 'location 2 string':
|
|
26
|
+
readonly 'location 2 string': _i_resolve._T_Location_2_String<G_Source>;
|
|
27
27
|
readonly 'parameters': {
|
|
28
28
|
readonly 'lookups': null;
|
|
29
29
|
readonly 'values': null;
|
|
30
30
|
};
|
|
31
31
|
}) => _i_resolved._T_Module_Set;
|
|
32
32
|
export type _T_Selection<G_Source> = ($$_: _i_unresolved._T_Selection<G_Source>, $$_p: {
|
|
33
|
-
readonly 'location 2 string':
|
|
33
|
+
readonly 'location 2 string': _i_resolve._T_Location_2_String<G_Source>;
|
|
34
34
|
readonly 'parameters': {
|
|
35
35
|
readonly 'lookups': null;
|
|
36
36
|
readonly 'values': null;
|
|
37
37
|
};
|
|
38
38
|
}) => _i_resolved._T_Selection;
|
|
39
39
|
export type _T_Type_Parameters<G_Source> = ($$_: _i_unresolved._T_Type_Parameters<G_Source>, $$_p: {
|
|
40
|
-
readonly 'location 2 string':
|
|
40
|
+
readonly 'location 2 string': _i_resolve._T_Location_2_String<G_Source>;
|
|
41
41
|
readonly 'parameters': {
|
|
42
42
|
readonly 'lookups': null;
|
|
43
43
|
readonly 'values': null;
|
|
44
44
|
};
|
|
45
45
|
}) => _i_resolved._T_Type_Parameters;
|
|
46
46
|
export type _T_Variables<G_Source> = ($$_: _i_unresolved._T_Variables<G_Source>, $$_p: {
|
|
47
|
-
readonly 'location 2 string':
|
|
47
|
+
readonly 'location 2 string': _i_resolve._T_Location_2_String<G_Source>;
|
|
48
48
|
readonly 'parameters': {
|
|
49
49
|
readonly 'lookups': null;
|
|
50
50
|
readonly 'values': null;
|
|
@@ -66,7 +66,7 @@ export declare namespace _T_Initialization {
|
|
|
66
66
|
namespace location_2_string {
|
|
67
67
|
type Source<G_Source> = G_Source;
|
|
68
68
|
}
|
|
69
|
-
type location_2_string<G_Source> =
|
|
69
|
+
type location_2_string<G_Source> = _i_resolve._T_Location_2_String<G_Source>;
|
|
70
70
|
namespace parameters {
|
|
71
71
|
namespace lookups {
|
|
72
72
|
}
|
|
@@ -93,7 +93,7 @@ export declare namespace _T_Literal {
|
|
|
93
93
|
namespace location_2_string {
|
|
94
94
|
type Source<G_Source> = G_Source;
|
|
95
95
|
}
|
|
96
|
-
type location_2_string<G_Source> =
|
|
96
|
+
type location_2_string<G_Source> = _i_resolve._T_Location_2_String<G_Source>;
|
|
97
97
|
namespace parameters {
|
|
98
98
|
namespace lookups {
|
|
99
99
|
}
|
|
@@ -120,7 +120,7 @@ export declare namespace _T_Module {
|
|
|
120
120
|
namespace location_2_string {
|
|
121
121
|
type Source<G_Source> = G_Source;
|
|
122
122
|
}
|
|
123
|
-
type location_2_string<G_Source> =
|
|
123
|
+
type location_2_string<G_Source> = _i_resolve._T_Location_2_String<G_Source>;
|
|
124
124
|
namespace parameters {
|
|
125
125
|
namespace lookups {
|
|
126
126
|
}
|
|
@@ -147,7 +147,7 @@ export declare namespace _T_Module_Set {
|
|
|
147
147
|
namespace location_2_string {
|
|
148
148
|
type Source<G_Source> = G_Source;
|
|
149
149
|
}
|
|
150
|
-
type location_2_string<G_Source> =
|
|
150
|
+
type location_2_string<G_Source> = _i_resolve._T_Location_2_String<G_Source>;
|
|
151
151
|
namespace parameters {
|
|
152
152
|
namespace lookups {
|
|
153
153
|
}
|
|
@@ -174,7 +174,7 @@ export declare namespace _T_Selection {
|
|
|
174
174
|
namespace location_2_string {
|
|
175
175
|
type Source<G_Source> = G_Source;
|
|
176
176
|
}
|
|
177
|
-
type location_2_string<G_Source> =
|
|
177
|
+
type location_2_string<G_Source> = _i_resolve._T_Location_2_String<G_Source>;
|
|
178
178
|
namespace parameters {
|
|
179
179
|
namespace lookups {
|
|
180
180
|
}
|
|
@@ -201,7 +201,7 @@ export declare namespace _T_Type_Parameters {
|
|
|
201
201
|
namespace location_2_string {
|
|
202
202
|
type Source<G_Source> = G_Source;
|
|
203
203
|
}
|
|
204
|
-
type location_2_string<G_Source> =
|
|
204
|
+
type location_2_string<G_Source> = _i_resolve._T_Location_2_String<G_Source>;
|
|
205
205
|
namespace parameters {
|
|
206
206
|
namespace lookups {
|
|
207
207
|
}
|
|
@@ -228,7 +228,7 @@ export declare namespace _T_Variables {
|
|
|
228
228
|
namespace location_2_string {
|
|
229
229
|
type Source<G_Source> = G_Source;
|
|
230
230
|
}
|
|
231
|
-
type location_2_string<G_Source> =
|
|
231
|
+
type location_2_string<G_Source> = _i_resolve._T_Location_2_String<G_Source>;
|
|
232
232
|
namespace parameters {
|
|
233
233
|
namespace lookups {
|
|
234
234
|
}
|
|
@@ -255,7 +255,7 @@ export declare namespace Initialization {
|
|
|
255
255
|
namespace location_2_string {
|
|
256
256
|
type Source<G_Source> = G_Source;
|
|
257
257
|
}
|
|
258
|
-
type location_2_string<G_Source> =
|
|
258
|
+
type location_2_string<G_Source> = _i_resolve._T_Location_2_String<G_Source>;
|
|
259
259
|
namespace parameters {
|
|
260
260
|
namespace lookups {
|
|
261
261
|
}
|
|
@@ -282,7 +282,7 @@ export declare namespace Literal {
|
|
|
282
282
|
namespace location_2_string {
|
|
283
283
|
type Source<G_Source> = G_Source;
|
|
284
284
|
}
|
|
285
|
-
type location_2_string<G_Source> =
|
|
285
|
+
type location_2_string<G_Source> = _i_resolve._T_Location_2_String<G_Source>;
|
|
286
286
|
namespace parameters {
|
|
287
287
|
namespace lookups {
|
|
288
288
|
}
|
|
@@ -309,7 +309,7 @@ export declare namespace Module {
|
|
|
309
309
|
namespace location_2_string {
|
|
310
310
|
type Source<G_Source> = G_Source;
|
|
311
311
|
}
|
|
312
|
-
type location_2_string<G_Source> =
|
|
312
|
+
type location_2_string<G_Source> = _i_resolve._T_Location_2_String<G_Source>;
|
|
313
313
|
namespace parameters {
|
|
314
314
|
namespace lookups {
|
|
315
315
|
}
|
|
@@ -336,7 +336,7 @@ export declare namespace Module_Set {
|
|
|
336
336
|
namespace location_2_string {
|
|
337
337
|
type Source<G_Source> = G_Source;
|
|
338
338
|
}
|
|
339
|
-
type location_2_string<G_Source> =
|
|
339
|
+
type location_2_string<G_Source> = _i_resolve._T_Location_2_String<G_Source>;
|
|
340
340
|
namespace parameters {
|
|
341
341
|
namespace lookups {
|
|
342
342
|
}
|
|
@@ -363,7 +363,7 @@ export declare namespace Selection {
|
|
|
363
363
|
namespace location_2_string {
|
|
364
364
|
type Source<G_Source> = G_Source;
|
|
365
365
|
}
|
|
366
|
-
type location_2_string<G_Source> =
|
|
366
|
+
type location_2_string<G_Source> = _i_resolve._T_Location_2_String<G_Source>;
|
|
367
367
|
namespace parameters {
|
|
368
368
|
namespace lookups {
|
|
369
369
|
}
|
|
@@ -390,7 +390,7 @@ export declare namespace Type_Parameters {
|
|
|
390
390
|
namespace location_2_string {
|
|
391
391
|
type Source<G_Source> = G_Source;
|
|
392
392
|
}
|
|
393
|
-
type location_2_string<G_Source> =
|
|
393
|
+
type location_2_string<G_Source> = _i_resolve._T_Location_2_String<G_Source>;
|
|
394
394
|
namespace parameters {
|
|
395
395
|
namespace lookups {
|
|
396
396
|
}
|
|
@@ -417,7 +417,7 @@ export declare namespace Variables {
|
|
|
417
417
|
namespace location_2_string {
|
|
418
418
|
type Source<G_Source> = G_Source;
|
|
419
419
|
}
|
|
420
|
-
type location_2_string<G_Source> =
|
|
420
|
+
type location_2_string<G_Source> = _i_resolve._T_Location_2_String<G_Source>;
|
|
421
421
|
namespace parameters {
|
|
422
422
|
namespace lookups {
|
|
423
423
|
}
|