astn 0.113.27 → 0.113.29
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/implementation/manual/schemas/sealed_target/transformers/fountain_pen_block.js +4 -4
- 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 +40 -207
- package/dist/interface/generated/pareto/schemas/sealed_target/data_types/target.d.ts +0 -212
- package/dist/interface/generated/pareto/schemas/sealed_target/data_types/target.js +0 -1
- 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,1125 +1,192 @@
|
|
|
1
1
|
import * as _pi from "pareto-core-interface";
|
|
2
|
-
import * as
|
|
3
|
-
import * as
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
readonly '
|
|
44
|
-
}) =>
|
|
45
|
-
export
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
}
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
readonly '
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
}
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
}
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
readonly '
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
}
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
export type
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
export
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
namespace
|
|
130
|
-
type
|
|
131
|
-
}
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
type
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
namespace
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
type O<F_Source> = _i_resolved._T_Globals;
|
|
194
|
-
}
|
|
195
|
-
type globals<F_Source> = _pi.Optional_Value<_i_resolved._T_Globals>;
|
|
196
|
-
namespace imports {
|
|
197
|
-
namespace O {
|
|
198
|
-
}
|
|
199
|
-
type O<F_Source> = _i_resolved._T_Imports;
|
|
200
|
-
}
|
|
201
|
-
type imports<F_Source> = _pi.Optional_Value<_i_resolved._T_Imports>;
|
|
202
|
-
}
|
|
203
|
-
type values<F_Source> = {
|
|
204
|
-
readonly 'globals': _pi.Optional_Value<_i_resolved._T_Globals>;
|
|
205
|
-
readonly 'imports': _pi.Optional_Value<_i_resolved._T_Imports>;
|
|
206
|
-
};
|
|
207
|
-
namespace lookups {
|
|
208
|
-
namespace noncircular_sibling_types {
|
|
209
|
-
namespace T {
|
|
210
|
-
}
|
|
211
|
-
type T<F_Source> = _i_resolved._T_Types.D;
|
|
212
|
-
}
|
|
213
|
-
type noncircular_sibling_types<F_Source> = _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Types.D>;
|
|
214
|
-
namespace possibly_circular_dependent_sibling_types {
|
|
215
|
-
namespace T {
|
|
216
|
-
}
|
|
217
|
-
type T<F_Source> = _i_resolved._T_Types.D;
|
|
218
|
-
}
|
|
219
|
-
type possibly_circular_dependent_sibling_types<F_Source> = _i_resolve._T_Cyclic_Lookup<_i_resolved._T_Types.D>;
|
|
220
|
-
}
|
|
221
|
-
type lookups<F_Source> = {
|
|
222
|
-
readonly 'noncircular sibling types': _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Types.D>;
|
|
223
|
-
readonly 'possibly circular dependent sibling types': _i_resolve._T_Cyclic_Lookup<_i_resolved._T_Types.D>;
|
|
224
|
-
};
|
|
225
|
-
}
|
|
226
|
-
type parameters<F_Source> = {
|
|
227
|
-
readonly 'values': {
|
|
228
|
-
readonly 'globals': _pi.Optional_Value<_i_resolved._T_Globals>;
|
|
229
|
-
readonly 'imports': _pi.Optional_Value<_i_resolved._T_Imports>;
|
|
230
|
-
};
|
|
231
|
-
readonly 'lookups': {
|
|
232
|
-
readonly 'noncircular sibling types': _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Types.D>;
|
|
233
|
-
readonly 'possibly circular dependent sibling types': _i_resolve._T_Cyclic_Lookup<_i_resolved._T_Types.D>;
|
|
234
|
-
};
|
|
235
|
-
};
|
|
236
|
-
namespace location_2_string {
|
|
237
|
-
type Source<F_Source> = F_Source;
|
|
238
|
-
}
|
|
239
|
-
type location_2_string<F_Source> = _i_resolve._T_Location_2_String<F_Source>;
|
|
240
|
-
}
|
|
241
|
-
namespace RESULT {
|
|
242
|
-
}
|
|
243
|
-
type RESULT<F_Source> = _i_resolved._T_Group;
|
|
244
|
-
}
|
|
245
|
-
export declare namespace _T_Dictionary {
|
|
246
|
-
namespace CONTEXT {
|
|
247
|
-
type Source<F_Source> = F_Source;
|
|
248
|
-
}
|
|
249
|
-
type CONTEXT<F_Source> = _i_unresolved._T_Dictionary<F_Source>;
|
|
250
|
-
namespace PARAMS {
|
|
251
|
-
namespace parameters {
|
|
252
|
-
namespace values {
|
|
253
|
-
namespace globals {
|
|
254
|
-
namespace O {
|
|
255
|
-
}
|
|
256
|
-
type O<F_Source> = _i_resolved._T_Globals;
|
|
257
|
-
}
|
|
258
|
-
type globals<F_Source> = _pi.Optional_Value<_i_resolved._T_Globals>;
|
|
259
|
-
namespace imports {
|
|
260
|
-
namespace O {
|
|
261
|
-
}
|
|
262
|
-
type O<F_Source> = _i_resolved._T_Imports;
|
|
263
|
-
}
|
|
264
|
-
type imports<F_Source> = _pi.Optional_Value<_i_resolved._T_Imports>;
|
|
265
|
-
}
|
|
266
|
-
type values<F_Source> = {
|
|
267
|
-
readonly 'globals': _pi.Optional_Value<_i_resolved._T_Globals>;
|
|
268
|
-
readonly 'imports': _pi.Optional_Value<_i_resolved._T_Imports>;
|
|
269
|
-
};
|
|
270
|
-
namespace lookups {
|
|
271
|
-
namespace noncircular_sibling_types {
|
|
272
|
-
namespace T {
|
|
273
|
-
}
|
|
274
|
-
type T<F_Source> = _i_resolved._T_Types.D;
|
|
275
|
-
}
|
|
276
|
-
type noncircular_sibling_types<F_Source> = _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Types.D>;
|
|
277
|
-
namespace possibly_circular_dependent_sibling_types {
|
|
278
|
-
namespace T {
|
|
279
|
-
}
|
|
280
|
-
type T<F_Source> = _i_resolved._T_Types.D;
|
|
281
|
-
}
|
|
282
|
-
type possibly_circular_dependent_sibling_types<F_Source> = _i_resolve._T_Cyclic_Lookup<_i_resolved._T_Types.D>;
|
|
283
|
-
}
|
|
284
|
-
type lookups<F_Source> = {
|
|
285
|
-
readonly 'noncircular sibling types': _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Types.D>;
|
|
286
|
-
readonly 'possibly circular dependent sibling types': _i_resolve._T_Cyclic_Lookup<_i_resolved._T_Types.D>;
|
|
287
|
-
};
|
|
288
|
-
}
|
|
289
|
-
type parameters<F_Source> = {
|
|
290
|
-
readonly 'values': {
|
|
291
|
-
readonly 'globals': _pi.Optional_Value<_i_resolved._T_Globals>;
|
|
292
|
-
readonly 'imports': _pi.Optional_Value<_i_resolved._T_Imports>;
|
|
293
|
-
};
|
|
294
|
-
readonly 'lookups': {
|
|
295
|
-
readonly 'noncircular sibling types': _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Types.D>;
|
|
296
|
-
readonly 'possibly circular dependent sibling types': _i_resolve._T_Cyclic_Lookup<_i_resolved._T_Types.D>;
|
|
297
|
-
};
|
|
298
|
-
};
|
|
299
|
-
namespace location_2_string {
|
|
300
|
-
type Source<F_Source> = F_Source;
|
|
301
|
-
}
|
|
302
|
-
type location_2_string<F_Source> = _i_resolve._T_Location_2_String<F_Source>;
|
|
303
|
-
}
|
|
304
|
-
namespace RESULT {
|
|
305
|
-
}
|
|
306
|
-
type RESULT<F_Source> = _i_resolved._T_Dictionary;
|
|
307
|
-
}
|
|
308
|
-
export declare namespace _T_Type_Node {
|
|
309
|
-
namespace CONTEXT {
|
|
310
|
-
type Source<F_Source> = F_Source;
|
|
311
|
-
}
|
|
312
|
-
type CONTEXT<F_Source> = _i_unresolved._T_Type_Node<F_Source>;
|
|
313
|
-
namespace PARAMS {
|
|
314
|
-
namespace parameters {
|
|
315
|
-
namespace values {
|
|
316
|
-
namespace globals {
|
|
317
|
-
namespace O {
|
|
318
|
-
}
|
|
319
|
-
type O<F_Source> = _i_resolved._T_Globals;
|
|
320
|
-
}
|
|
321
|
-
type globals<F_Source> = _pi.Optional_Value<_i_resolved._T_Globals>;
|
|
322
|
-
namespace imports {
|
|
323
|
-
namespace O {
|
|
324
|
-
}
|
|
325
|
-
type O<F_Source> = _i_resolved._T_Imports;
|
|
326
|
-
}
|
|
327
|
-
type imports<F_Source> = _pi.Optional_Value<_i_resolved._T_Imports>;
|
|
328
|
-
}
|
|
329
|
-
type values<F_Source> = {
|
|
330
|
-
readonly 'globals': _pi.Optional_Value<_i_resolved._T_Globals>;
|
|
331
|
-
readonly 'imports': _pi.Optional_Value<_i_resolved._T_Imports>;
|
|
332
|
-
};
|
|
333
|
-
namespace lookups {
|
|
334
|
-
namespace noncircular_sibling_types {
|
|
335
|
-
namespace T {
|
|
336
|
-
}
|
|
337
|
-
type T<F_Source> = _i_resolved._T_Types.D;
|
|
338
|
-
}
|
|
339
|
-
type noncircular_sibling_types<F_Source> = _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Types.D>;
|
|
340
|
-
namespace possibly_circular_dependent_sibling_types {
|
|
341
|
-
namespace T {
|
|
342
|
-
}
|
|
343
|
-
type T<F_Source> = _i_resolved._T_Types.D;
|
|
344
|
-
}
|
|
345
|
-
type possibly_circular_dependent_sibling_types<F_Source> = _i_resolve._T_Cyclic_Lookup<_i_resolved._T_Types.D>;
|
|
346
|
-
}
|
|
347
|
-
type lookups<F_Source> = {
|
|
348
|
-
readonly 'noncircular sibling types': _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Types.D>;
|
|
349
|
-
readonly 'possibly circular dependent sibling types': _i_resolve._T_Cyclic_Lookup<_i_resolved._T_Types.D>;
|
|
350
|
-
};
|
|
351
|
-
}
|
|
352
|
-
type parameters<F_Source> = {
|
|
353
|
-
readonly 'values': {
|
|
354
|
-
readonly 'globals': _pi.Optional_Value<_i_resolved._T_Globals>;
|
|
355
|
-
readonly 'imports': _pi.Optional_Value<_i_resolved._T_Imports>;
|
|
356
|
-
};
|
|
357
|
-
readonly 'lookups': {
|
|
358
|
-
readonly 'noncircular sibling types': _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Types.D>;
|
|
359
|
-
readonly 'possibly circular dependent sibling types': _i_resolve._T_Cyclic_Lookup<_i_resolved._T_Types.D>;
|
|
360
|
-
};
|
|
361
|
-
};
|
|
362
|
-
namespace location_2_string {
|
|
363
|
-
type Source<F_Source> = F_Source;
|
|
364
|
-
}
|
|
365
|
-
type location_2_string<F_Source> = _i_resolve._T_Location_2_String<F_Source>;
|
|
366
|
-
}
|
|
367
|
-
namespace RESULT {
|
|
368
|
-
}
|
|
369
|
-
type RESULT<F_Source> = _i_resolved._T_Type_Node;
|
|
370
|
-
}
|
|
371
|
-
export declare namespace _T_Type {
|
|
372
|
-
namespace CONTEXT {
|
|
373
|
-
type Source<F_Source> = F_Source;
|
|
374
|
-
}
|
|
375
|
-
type CONTEXT<F_Source> = _i_unresolved._T_Type<F_Source>;
|
|
376
|
-
namespace PARAMS {
|
|
377
|
-
namespace parameters {
|
|
378
|
-
namespace values {
|
|
379
|
-
namespace globals {
|
|
380
|
-
namespace O {
|
|
381
|
-
}
|
|
382
|
-
type O<F_Source> = _i_resolved._T_Globals;
|
|
383
|
-
}
|
|
384
|
-
type globals<F_Source> = _pi.Optional_Value<_i_resolved._T_Globals>;
|
|
385
|
-
namespace imports {
|
|
386
|
-
namespace O {
|
|
387
|
-
}
|
|
388
|
-
type O<F_Source> = _i_resolved._T_Imports;
|
|
389
|
-
}
|
|
390
|
-
type imports<F_Source> = _pi.Optional_Value<_i_resolved._T_Imports>;
|
|
391
|
-
}
|
|
392
|
-
type values<F_Source> = {
|
|
393
|
-
readonly 'globals': _pi.Optional_Value<_i_resolved._T_Globals>;
|
|
394
|
-
readonly 'imports': _pi.Optional_Value<_i_resolved._T_Imports>;
|
|
395
|
-
};
|
|
396
|
-
namespace lookups {
|
|
397
|
-
namespace noncircular_sibling_types {
|
|
398
|
-
namespace T {
|
|
399
|
-
}
|
|
400
|
-
type T<F_Source> = _i_resolved._T_Types.D;
|
|
401
|
-
}
|
|
402
|
-
type noncircular_sibling_types<F_Source> = _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Types.D>;
|
|
403
|
-
namespace possibly_circular_dependent_sibling_types {
|
|
404
|
-
namespace T {
|
|
405
|
-
}
|
|
406
|
-
type T<F_Source> = _i_resolved._T_Types.D;
|
|
407
|
-
}
|
|
408
|
-
type possibly_circular_dependent_sibling_types<F_Source> = _i_resolve._T_Cyclic_Lookup<_i_resolved._T_Types.D>;
|
|
409
|
-
}
|
|
410
|
-
type lookups<F_Source> = {
|
|
411
|
-
readonly 'noncircular sibling types': _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Types.D>;
|
|
412
|
-
readonly 'possibly circular dependent sibling types': _i_resolve._T_Cyclic_Lookup<_i_resolved._T_Types.D>;
|
|
413
|
-
};
|
|
414
|
-
}
|
|
415
|
-
type parameters<F_Source> = {
|
|
416
|
-
readonly 'values': {
|
|
417
|
-
readonly 'globals': _pi.Optional_Value<_i_resolved._T_Globals>;
|
|
418
|
-
readonly 'imports': _pi.Optional_Value<_i_resolved._T_Imports>;
|
|
419
|
-
};
|
|
420
|
-
readonly 'lookups': {
|
|
421
|
-
readonly 'noncircular sibling types': _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Types.D>;
|
|
422
|
-
readonly 'possibly circular dependent sibling types': _i_resolve._T_Cyclic_Lookup<_i_resolved._T_Types.D>;
|
|
423
|
-
};
|
|
424
|
-
};
|
|
425
|
-
namespace location_2_string {
|
|
426
|
-
type Source<F_Source> = F_Source;
|
|
427
|
-
}
|
|
428
|
-
type location_2_string<F_Source> = _i_resolve._T_Location_2_String<F_Source>;
|
|
429
|
-
}
|
|
430
|
-
namespace RESULT {
|
|
431
|
-
}
|
|
432
|
-
type RESULT<F_Source> = _i_resolved._T_Type;
|
|
433
|
-
}
|
|
434
|
-
export declare namespace _T_Schemas {
|
|
435
|
-
namespace CONTEXT {
|
|
436
|
-
type Source<F_Source> = F_Source;
|
|
437
|
-
}
|
|
438
|
-
type CONTEXT<F_Source> = _i_unresolved._T_Schemas<F_Source>;
|
|
439
|
-
namespace PARAMS {
|
|
440
|
-
namespace parameters {
|
|
441
|
-
namespace values {
|
|
442
|
-
}
|
|
443
|
-
type values<F_Source> = null;
|
|
444
|
-
namespace lookups {
|
|
445
|
-
namespace sibling_schemas {
|
|
446
|
-
namespace T {
|
|
447
|
-
}
|
|
448
|
-
type T<F_Source> = _i_resolved._T_Schemas.D;
|
|
449
|
-
}
|
|
450
|
-
type sibling_schemas<F_Source> = _i_resolve._T_Lookup_Stack<_i_resolved._T_Schemas.D>;
|
|
451
|
-
}
|
|
452
|
-
type lookups<F_Source> = {
|
|
453
|
-
readonly 'sibling schemas': _i_resolve._T_Lookup_Stack<_i_resolved._T_Schemas.D>;
|
|
454
|
-
};
|
|
455
|
-
}
|
|
456
|
-
type parameters<F_Source> = {
|
|
457
|
-
readonly 'values': null;
|
|
458
|
-
readonly 'lookups': {
|
|
459
|
-
readonly 'sibling schemas': _i_resolve._T_Lookup_Stack<_i_resolved._T_Schemas.D>;
|
|
460
|
-
};
|
|
461
|
-
};
|
|
462
|
-
namespace location_2_string {
|
|
463
|
-
type Source<F_Source> = F_Source;
|
|
464
|
-
}
|
|
465
|
-
type location_2_string<F_Source> = _i_resolve._T_Location_2_String<F_Source>;
|
|
466
|
-
}
|
|
467
|
-
namespace RESULT {
|
|
468
|
-
}
|
|
469
|
-
type RESULT<F_Source> = _i_resolved._T_Schemas;
|
|
470
|
-
}
|
|
471
|
-
export declare namespace _T_Schema_Tree {
|
|
472
|
-
namespace CONTEXT {
|
|
473
|
-
type Source<F_Source> = F_Source;
|
|
474
|
-
}
|
|
475
|
-
type CONTEXT<F_Source> = _i_unresolved._T_Schema_Tree<F_Source>;
|
|
476
|
-
namespace PARAMS {
|
|
477
|
-
namespace parameters {
|
|
478
|
-
namespace values {
|
|
479
|
-
}
|
|
480
|
-
type values<F_Source> = null;
|
|
481
|
-
namespace lookups {
|
|
482
|
-
namespace sibling_schemas {
|
|
483
|
-
namespace T {
|
|
484
|
-
}
|
|
485
|
-
type T<F_Source> = _i_resolved._T_Schemas.D;
|
|
486
|
-
}
|
|
487
|
-
type sibling_schemas<F_Source> = _i_resolve._T_Lookup_Stack<_i_resolved._T_Schemas.D>;
|
|
488
|
-
}
|
|
489
|
-
type lookups<F_Source> = {
|
|
490
|
-
readonly 'sibling schemas': _i_resolve._T_Lookup_Stack<_i_resolved._T_Schemas.D>;
|
|
491
|
-
};
|
|
492
|
-
}
|
|
493
|
-
type parameters<F_Source> = {
|
|
494
|
-
readonly 'values': null;
|
|
495
|
-
readonly 'lookups': {
|
|
496
|
-
readonly 'sibling schemas': _i_resolve._T_Lookup_Stack<_i_resolved._T_Schemas.D>;
|
|
497
|
-
};
|
|
498
|
-
};
|
|
499
|
-
namespace location_2_string {
|
|
500
|
-
type Source<F_Source> = F_Source;
|
|
501
|
-
}
|
|
502
|
-
type location_2_string<F_Source> = _i_resolve._T_Location_2_String<F_Source>;
|
|
503
|
-
}
|
|
504
|
-
namespace RESULT {
|
|
505
|
-
}
|
|
506
|
-
type RESULT<F_Source> = _i_resolved._T_Schema_Tree;
|
|
507
|
-
}
|
|
508
|
-
export declare namespace _T_Schema {
|
|
509
|
-
namespace CONTEXT {
|
|
510
|
-
type Source<F_Source> = F_Source;
|
|
511
|
-
}
|
|
512
|
-
type CONTEXT<F_Source> = _i_unresolved._T_Schema<F_Source>;
|
|
513
|
-
namespace PARAMS {
|
|
514
|
-
namespace parameters {
|
|
515
|
-
namespace values {
|
|
516
|
-
}
|
|
517
|
-
type values<F_Source> = null;
|
|
518
|
-
namespace lookups {
|
|
519
|
-
namespace sibling_schemas {
|
|
520
|
-
namespace T {
|
|
521
|
-
}
|
|
522
|
-
type T<F_Source> = _i_resolved._T_Schemas.D;
|
|
523
|
-
}
|
|
524
|
-
type sibling_schemas<F_Source> = _i_resolve._T_Lookup_Stack<_i_resolved._T_Schemas.D>;
|
|
525
|
-
}
|
|
526
|
-
type lookups<F_Source> = {
|
|
527
|
-
readonly 'sibling schemas': _i_resolve._T_Lookup_Stack<_i_resolved._T_Schemas.D>;
|
|
528
|
-
};
|
|
529
|
-
}
|
|
530
|
-
type parameters<F_Source> = {
|
|
531
|
-
readonly 'values': null;
|
|
532
|
-
readonly 'lookups': {
|
|
533
|
-
readonly 'sibling schemas': _i_resolve._T_Lookup_Stack<_i_resolved._T_Schemas.D>;
|
|
534
|
-
};
|
|
535
|
-
};
|
|
536
|
-
namespace location_2_string {
|
|
537
|
-
type Source<F_Source> = F_Source;
|
|
538
|
-
}
|
|
539
|
-
type location_2_string<F_Source> = _i_resolve._T_Location_2_String<F_Source>;
|
|
540
|
-
}
|
|
541
|
-
namespace RESULT {
|
|
542
|
-
}
|
|
543
|
-
type RESULT<F_Source> = _i_resolved._T_Schema;
|
|
544
|
-
}
|
|
545
|
-
export declare namespace _T_Imports {
|
|
546
|
-
namespace CONTEXT {
|
|
547
|
-
type Source<F_Source> = F_Source;
|
|
548
|
-
}
|
|
549
|
-
type CONTEXT<F_Source> = _i_unresolved._T_Imports<F_Source>;
|
|
550
|
-
namespace PARAMS {
|
|
551
|
-
namespace parameters {
|
|
552
|
-
namespace values {
|
|
553
|
-
}
|
|
554
|
-
type values<F_Source> = null;
|
|
555
|
-
namespace lookups {
|
|
556
|
-
namespace sibling_schemas {
|
|
557
|
-
namespace T {
|
|
558
|
-
}
|
|
559
|
-
type T<F_Source> = _i_resolved._T_Schemas.D;
|
|
560
|
-
}
|
|
561
|
-
type sibling_schemas<F_Source> = _i_resolve._T_Lookup_Stack<_i_resolved._T_Schemas.D>;
|
|
562
|
-
}
|
|
563
|
-
type lookups<F_Source> = {
|
|
564
|
-
readonly 'sibling schemas': _i_resolve._T_Lookup_Stack<_i_resolved._T_Schemas.D>;
|
|
565
|
-
};
|
|
566
|
-
}
|
|
567
|
-
type parameters<F_Source> = {
|
|
568
|
-
readonly 'values': null;
|
|
569
|
-
readonly 'lookups': {
|
|
570
|
-
readonly 'sibling schemas': _i_resolve._T_Lookup_Stack<_i_resolved._T_Schemas.D>;
|
|
571
|
-
};
|
|
572
|
-
};
|
|
573
|
-
namespace location_2_string {
|
|
574
|
-
type Source<F_Source> = F_Source;
|
|
575
|
-
}
|
|
576
|
-
type location_2_string<F_Source> = _i_resolve._T_Location_2_String<F_Source>;
|
|
577
|
-
}
|
|
578
|
-
namespace RESULT {
|
|
579
|
-
}
|
|
580
|
-
type RESULT<F_Source> = _i_resolved._T_Imports;
|
|
581
|
-
}
|
|
582
|
-
export declare namespace _T_Types {
|
|
583
|
-
namespace CONTEXT {
|
|
584
|
-
type Source<F_Source> = F_Source;
|
|
585
|
-
}
|
|
586
|
-
type CONTEXT<F_Source> = _i_unresolved._T_Types<F_Source>;
|
|
587
|
-
namespace PARAMS {
|
|
588
|
-
namespace parameters {
|
|
589
|
-
namespace values {
|
|
590
|
-
namespace globals {
|
|
591
|
-
namespace O {
|
|
592
|
-
}
|
|
593
|
-
type O<F_Source> = _i_resolved._T_Globals;
|
|
594
|
-
}
|
|
595
|
-
type globals<F_Source> = _pi.Optional_Value<_i_resolved._T_Globals>;
|
|
596
|
-
namespace imports {
|
|
597
|
-
namespace O {
|
|
598
|
-
}
|
|
599
|
-
type O<F_Source> = _i_resolved._T_Imports;
|
|
600
|
-
}
|
|
601
|
-
type imports<F_Source> = _pi.Optional_Value<_i_resolved._T_Imports>;
|
|
602
|
-
}
|
|
603
|
-
type values<F_Source> = {
|
|
604
|
-
readonly 'globals': _pi.Optional_Value<_i_resolved._T_Globals>;
|
|
605
|
-
readonly 'imports': _pi.Optional_Value<_i_resolved._T_Imports>;
|
|
606
|
-
};
|
|
607
|
-
namespace lookups {
|
|
608
|
-
}
|
|
609
|
-
type lookups<F_Source> = null;
|
|
610
|
-
}
|
|
611
|
-
type parameters<F_Source> = {
|
|
612
|
-
readonly 'values': {
|
|
613
|
-
readonly 'globals': _pi.Optional_Value<_i_resolved._T_Globals>;
|
|
614
|
-
readonly 'imports': _pi.Optional_Value<_i_resolved._T_Imports>;
|
|
615
|
-
};
|
|
616
|
-
readonly 'lookups': null;
|
|
617
|
-
};
|
|
618
|
-
namespace location_2_string {
|
|
619
|
-
type Source<F_Source> = F_Source;
|
|
620
|
-
}
|
|
621
|
-
type location_2_string<F_Source> = _i_resolve._T_Location_2_String<F_Source>;
|
|
622
|
-
}
|
|
623
|
-
namespace RESULT {
|
|
624
|
-
}
|
|
625
|
-
type RESULT<F_Source> = _i_resolved._T_Types;
|
|
626
|
-
}
|
|
627
|
-
export declare namespace Text_Type {
|
|
628
|
-
namespace CONTEXT {
|
|
629
|
-
type Source<F_Source> = F_Source;
|
|
630
|
-
}
|
|
631
|
-
type CONTEXT<F_Source> = _i_unresolved._T_Text_Type<F_Source>;
|
|
632
|
-
namespace PARAMS {
|
|
633
|
-
namespace parameters {
|
|
634
|
-
namespace values {
|
|
635
|
-
}
|
|
636
|
-
type values<F_Source> = null;
|
|
637
|
-
namespace lookups {
|
|
638
|
-
}
|
|
639
|
-
type lookups<F_Source> = null;
|
|
640
|
-
}
|
|
641
|
-
type parameters<F_Source> = {
|
|
642
|
-
readonly 'values': null;
|
|
643
|
-
readonly 'lookups': null;
|
|
644
|
-
};
|
|
645
|
-
namespace location_2_string {
|
|
646
|
-
type Source<F_Source> = F_Source;
|
|
647
|
-
}
|
|
648
|
-
type location_2_string<F_Source> = _i_resolve._T_Location_2_String<F_Source>;
|
|
649
|
-
}
|
|
650
|
-
namespace RESULT {
|
|
651
|
-
}
|
|
652
|
-
type RESULT<F_Source> = _i_resolved._T_Text_Type;
|
|
653
|
-
}
|
|
654
|
-
export declare namespace Globals {
|
|
655
|
-
namespace CONTEXT {
|
|
656
|
-
type Source<F_Source> = F_Source;
|
|
657
|
-
}
|
|
658
|
-
type CONTEXT<F_Source> = _i_unresolved._T_Globals<F_Source>;
|
|
659
|
-
namespace PARAMS {
|
|
660
|
-
namespace parameters {
|
|
661
|
-
namespace values {
|
|
662
|
-
}
|
|
663
|
-
type values<F_Source> = null;
|
|
664
|
-
namespace lookups {
|
|
665
|
-
}
|
|
666
|
-
type lookups<F_Source> = null;
|
|
667
|
-
}
|
|
668
|
-
type parameters<F_Source> = {
|
|
669
|
-
readonly 'values': null;
|
|
670
|
-
readonly 'lookups': null;
|
|
671
|
-
};
|
|
672
|
-
namespace location_2_string {
|
|
673
|
-
type Source<F_Source> = F_Source;
|
|
674
|
-
}
|
|
675
|
-
type location_2_string<F_Source> = _i_resolve._T_Location_2_String<F_Source>;
|
|
676
|
-
}
|
|
677
|
-
namespace RESULT {
|
|
678
|
-
}
|
|
679
|
-
type RESULT<F_Source> = _i_resolved._T_Globals;
|
|
680
|
-
}
|
|
681
|
-
export declare namespace Group {
|
|
682
|
-
namespace CONTEXT {
|
|
683
|
-
type Source<F_Source> = F_Source;
|
|
684
|
-
}
|
|
685
|
-
type CONTEXT<F_Source> = _i_unresolved._T_Group<F_Source>;
|
|
686
|
-
namespace PARAMS {
|
|
687
|
-
namespace parameters {
|
|
688
|
-
namespace values {
|
|
689
|
-
namespace globals {
|
|
690
|
-
namespace O {
|
|
691
|
-
}
|
|
692
|
-
type O<F_Source> = _i_resolved._T_Globals;
|
|
693
|
-
}
|
|
694
|
-
type globals<F_Source> = _pi.Optional_Value<_i_resolved._T_Globals>;
|
|
695
|
-
namespace imports {
|
|
696
|
-
namespace O {
|
|
697
|
-
}
|
|
698
|
-
type O<F_Source> = _i_resolved._T_Imports;
|
|
699
|
-
}
|
|
700
|
-
type imports<F_Source> = _pi.Optional_Value<_i_resolved._T_Imports>;
|
|
701
|
-
}
|
|
702
|
-
type values<F_Source> = {
|
|
703
|
-
readonly 'globals': _pi.Optional_Value<_i_resolved._T_Globals>;
|
|
704
|
-
readonly 'imports': _pi.Optional_Value<_i_resolved._T_Imports>;
|
|
705
|
-
};
|
|
706
|
-
namespace lookups {
|
|
707
|
-
namespace noncircular_sibling_types {
|
|
708
|
-
namespace T {
|
|
709
|
-
}
|
|
710
|
-
type T<F_Source> = _i_resolved._T_Types.D;
|
|
711
|
-
}
|
|
712
|
-
type noncircular_sibling_types<F_Source> = _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Types.D>;
|
|
713
|
-
namespace possibly_circular_dependent_sibling_types {
|
|
714
|
-
namespace T {
|
|
715
|
-
}
|
|
716
|
-
type T<F_Source> = _i_resolved._T_Types.D;
|
|
717
|
-
}
|
|
718
|
-
type possibly_circular_dependent_sibling_types<F_Source> = _i_resolve._T_Cyclic_Lookup<_i_resolved._T_Types.D>;
|
|
719
|
-
}
|
|
720
|
-
type lookups<F_Source> = {
|
|
721
|
-
readonly 'noncircular sibling types': _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Types.D>;
|
|
722
|
-
readonly 'possibly circular dependent sibling types': _i_resolve._T_Cyclic_Lookup<_i_resolved._T_Types.D>;
|
|
723
|
-
};
|
|
724
|
-
}
|
|
725
|
-
type parameters<F_Source> = {
|
|
726
|
-
readonly 'values': {
|
|
727
|
-
readonly 'globals': _pi.Optional_Value<_i_resolved._T_Globals>;
|
|
728
|
-
readonly 'imports': _pi.Optional_Value<_i_resolved._T_Imports>;
|
|
729
|
-
};
|
|
730
|
-
readonly 'lookups': {
|
|
731
|
-
readonly 'noncircular sibling types': _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Types.D>;
|
|
732
|
-
readonly 'possibly circular dependent sibling types': _i_resolve._T_Cyclic_Lookup<_i_resolved._T_Types.D>;
|
|
733
|
-
};
|
|
734
|
-
};
|
|
735
|
-
namespace location_2_string {
|
|
736
|
-
type Source<F_Source> = F_Source;
|
|
737
|
-
}
|
|
738
|
-
type location_2_string<F_Source> = _i_resolve._T_Location_2_String<F_Source>;
|
|
739
|
-
}
|
|
740
|
-
namespace RESULT {
|
|
741
|
-
}
|
|
742
|
-
type RESULT<F_Source> = _i_resolved._T_Group;
|
|
743
|
-
}
|
|
744
|
-
export declare namespace Dictionary {
|
|
745
|
-
namespace CONTEXT {
|
|
746
|
-
type Source<F_Source> = F_Source;
|
|
747
|
-
}
|
|
748
|
-
type CONTEXT<F_Source> = _i_unresolved._T_Dictionary<F_Source>;
|
|
749
|
-
namespace PARAMS {
|
|
750
|
-
namespace parameters {
|
|
751
|
-
namespace values {
|
|
752
|
-
namespace globals {
|
|
753
|
-
namespace O {
|
|
754
|
-
}
|
|
755
|
-
type O<F_Source> = _i_resolved._T_Globals;
|
|
756
|
-
}
|
|
757
|
-
type globals<F_Source> = _pi.Optional_Value<_i_resolved._T_Globals>;
|
|
758
|
-
namespace imports {
|
|
759
|
-
namespace O {
|
|
760
|
-
}
|
|
761
|
-
type O<F_Source> = _i_resolved._T_Imports;
|
|
762
|
-
}
|
|
763
|
-
type imports<F_Source> = _pi.Optional_Value<_i_resolved._T_Imports>;
|
|
764
|
-
}
|
|
765
|
-
type values<F_Source> = {
|
|
766
|
-
readonly 'globals': _pi.Optional_Value<_i_resolved._T_Globals>;
|
|
767
|
-
readonly 'imports': _pi.Optional_Value<_i_resolved._T_Imports>;
|
|
768
|
-
};
|
|
769
|
-
namespace lookups {
|
|
770
|
-
namespace noncircular_sibling_types {
|
|
771
|
-
namespace T {
|
|
772
|
-
}
|
|
773
|
-
type T<F_Source> = _i_resolved._T_Types.D;
|
|
774
|
-
}
|
|
775
|
-
type noncircular_sibling_types<F_Source> = _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Types.D>;
|
|
776
|
-
namespace possibly_circular_dependent_sibling_types {
|
|
777
|
-
namespace T {
|
|
778
|
-
}
|
|
779
|
-
type T<F_Source> = _i_resolved._T_Types.D;
|
|
780
|
-
}
|
|
781
|
-
type possibly_circular_dependent_sibling_types<F_Source> = _i_resolve._T_Cyclic_Lookup<_i_resolved._T_Types.D>;
|
|
782
|
-
}
|
|
783
|
-
type lookups<F_Source> = {
|
|
784
|
-
readonly 'noncircular sibling types': _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Types.D>;
|
|
785
|
-
readonly 'possibly circular dependent sibling types': _i_resolve._T_Cyclic_Lookup<_i_resolved._T_Types.D>;
|
|
786
|
-
};
|
|
787
|
-
}
|
|
788
|
-
type parameters<F_Source> = {
|
|
789
|
-
readonly 'values': {
|
|
790
|
-
readonly 'globals': _pi.Optional_Value<_i_resolved._T_Globals>;
|
|
791
|
-
readonly 'imports': _pi.Optional_Value<_i_resolved._T_Imports>;
|
|
792
|
-
};
|
|
793
|
-
readonly 'lookups': {
|
|
794
|
-
readonly 'noncircular sibling types': _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Types.D>;
|
|
795
|
-
readonly 'possibly circular dependent sibling types': _i_resolve._T_Cyclic_Lookup<_i_resolved._T_Types.D>;
|
|
796
|
-
};
|
|
797
|
-
};
|
|
798
|
-
namespace location_2_string {
|
|
799
|
-
type Source<F_Source> = F_Source;
|
|
800
|
-
}
|
|
801
|
-
type location_2_string<F_Source> = _i_resolve._T_Location_2_String<F_Source>;
|
|
802
|
-
}
|
|
803
|
-
namespace RESULT {
|
|
804
|
-
}
|
|
805
|
-
type RESULT<F_Source> = _i_resolved._T_Dictionary;
|
|
806
|
-
}
|
|
807
|
-
export declare namespace Type_Node {
|
|
808
|
-
namespace CONTEXT {
|
|
809
|
-
type Source<F_Source> = F_Source;
|
|
810
|
-
}
|
|
811
|
-
type CONTEXT<F_Source> = _i_unresolved._T_Type_Node<F_Source>;
|
|
812
|
-
namespace PARAMS {
|
|
813
|
-
namespace parameters {
|
|
814
|
-
namespace values {
|
|
815
|
-
namespace globals {
|
|
816
|
-
namespace O {
|
|
817
|
-
}
|
|
818
|
-
type O<F_Source> = _i_resolved._T_Globals;
|
|
819
|
-
}
|
|
820
|
-
type globals<F_Source> = _pi.Optional_Value<_i_resolved._T_Globals>;
|
|
821
|
-
namespace imports {
|
|
822
|
-
namespace O {
|
|
823
|
-
}
|
|
824
|
-
type O<F_Source> = _i_resolved._T_Imports;
|
|
825
|
-
}
|
|
826
|
-
type imports<F_Source> = _pi.Optional_Value<_i_resolved._T_Imports>;
|
|
827
|
-
}
|
|
828
|
-
type values<F_Source> = {
|
|
829
|
-
readonly 'globals': _pi.Optional_Value<_i_resolved._T_Globals>;
|
|
830
|
-
readonly 'imports': _pi.Optional_Value<_i_resolved._T_Imports>;
|
|
831
|
-
};
|
|
832
|
-
namespace lookups {
|
|
833
|
-
namespace noncircular_sibling_types {
|
|
834
|
-
namespace T {
|
|
835
|
-
}
|
|
836
|
-
type T<F_Source> = _i_resolved._T_Types.D;
|
|
837
|
-
}
|
|
838
|
-
type noncircular_sibling_types<F_Source> = _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Types.D>;
|
|
839
|
-
namespace possibly_circular_dependent_sibling_types {
|
|
840
|
-
namespace T {
|
|
841
|
-
}
|
|
842
|
-
type T<F_Source> = _i_resolved._T_Types.D;
|
|
843
|
-
}
|
|
844
|
-
type possibly_circular_dependent_sibling_types<F_Source> = _i_resolve._T_Cyclic_Lookup<_i_resolved._T_Types.D>;
|
|
845
|
-
}
|
|
846
|
-
type lookups<F_Source> = {
|
|
847
|
-
readonly 'noncircular sibling types': _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Types.D>;
|
|
848
|
-
readonly 'possibly circular dependent sibling types': _i_resolve._T_Cyclic_Lookup<_i_resolved._T_Types.D>;
|
|
849
|
-
};
|
|
850
|
-
}
|
|
851
|
-
type parameters<F_Source> = {
|
|
852
|
-
readonly 'values': {
|
|
853
|
-
readonly 'globals': _pi.Optional_Value<_i_resolved._T_Globals>;
|
|
854
|
-
readonly 'imports': _pi.Optional_Value<_i_resolved._T_Imports>;
|
|
855
|
-
};
|
|
856
|
-
readonly 'lookups': {
|
|
857
|
-
readonly 'noncircular sibling types': _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Types.D>;
|
|
858
|
-
readonly 'possibly circular dependent sibling types': _i_resolve._T_Cyclic_Lookup<_i_resolved._T_Types.D>;
|
|
859
|
-
};
|
|
860
|
-
};
|
|
861
|
-
namespace location_2_string {
|
|
862
|
-
type Source<F_Source> = F_Source;
|
|
863
|
-
}
|
|
864
|
-
type location_2_string<F_Source> = _i_resolve._T_Location_2_String<F_Source>;
|
|
865
|
-
}
|
|
866
|
-
namespace RESULT {
|
|
867
|
-
}
|
|
868
|
-
type RESULT<F_Source> = _i_resolved._T_Type_Node;
|
|
869
|
-
}
|
|
870
|
-
export declare namespace Type {
|
|
871
|
-
namespace CONTEXT {
|
|
872
|
-
type Source<F_Source> = F_Source;
|
|
873
|
-
}
|
|
874
|
-
type CONTEXT<F_Source> = _i_unresolved._T_Type<F_Source>;
|
|
875
|
-
namespace PARAMS {
|
|
876
|
-
namespace parameters {
|
|
877
|
-
namespace values {
|
|
878
|
-
namespace globals {
|
|
879
|
-
namespace O {
|
|
880
|
-
}
|
|
881
|
-
type O<F_Source> = _i_resolved._T_Globals;
|
|
882
|
-
}
|
|
883
|
-
type globals<F_Source> = _pi.Optional_Value<_i_resolved._T_Globals>;
|
|
884
|
-
namespace imports {
|
|
885
|
-
namespace O {
|
|
886
|
-
}
|
|
887
|
-
type O<F_Source> = _i_resolved._T_Imports;
|
|
888
|
-
}
|
|
889
|
-
type imports<F_Source> = _pi.Optional_Value<_i_resolved._T_Imports>;
|
|
890
|
-
}
|
|
891
|
-
type values<F_Source> = {
|
|
892
|
-
readonly 'globals': _pi.Optional_Value<_i_resolved._T_Globals>;
|
|
893
|
-
readonly 'imports': _pi.Optional_Value<_i_resolved._T_Imports>;
|
|
894
|
-
};
|
|
895
|
-
namespace lookups {
|
|
896
|
-
namespace noncircular_sibling_types {
|
|
897
|
-
namespace T {
|
|
898
|
-
}
|
|
899
|
-
type T<F_Source> = _i_resolved._T_Types.D;
|
|
900
|
-
}
|
|
901
|
-
type noncircular_sibling_types<F_Source> = _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Types.D>;
|
|
902
|
-
namespace possibly_circular_dependent_sibling_types {
|
|
903
|
-
namespace T {
|
|
904
|
-
}
|
|
905
|
-
type T<F_Source> = _i_resolved._T_Types.D;
|
|
906
|
-
}
|
|
907
|
-
type possibly_circular_dependent_sibling_types<F_Source> = _i_resolve._T_Cyclic_Lookup<_i_resolved._T_Types.D>;
|
|
908
|
-
}
|
|
909
|
-
type lookups<F_Source> = {
|
|
910
|
-
readonly 'noncircular sibling types': _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Types.D>;
|
|
911
|
-
readonly 'possibly circular dependent sibling types': _i_resolve._T_Cyclic_Lookup<_i_resolved._T_Types.D>;
|
|
912
|
-
};
|
|
913
|
-
}
|
|
914
|
-
type parameters<F_Source> = {
|
|
915
|
-
readonly 'values': {
|
|
916
|
-
readonly 'globals': _pi.Optional_Value<_i_resolved._T_Globals>;
|
|
917
|
-
readonly 'imports': _pi.Optional_Value<_i_resolved._T_Imports>;
|
|
918
|
-
};
|
|
919
|
-
readonly 'lookups': {
|
|
920
|
-
readonly 'noncircular sibling types': _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Types.D>;
|
|
921
|
-
readonly 'possibly circular dependent sibling types': _i_resolve._T_Cyclic_Lookup<_i_resolved._T_Types.D>;
|
|
922
|
-
};
|
|
923
|
-
};
|
|
924
|
-
namespace location_2_string {
|
|
925
|
-
type Source<F_Source> = F_Source;
|
|
926
|
-
}
|
|
927
|
-
type location_2_string<F_Source> = _i_resolve._T_Location_2_String<F_Source>;
|
|
928
|
-
}
|
|
929
|
-
namespace RESULT {
|
|
930
|
-
}
|
|
931
|
-
type RESULT<F_Source> = _i_resolved._T_Type;
|
|
932
|
-
}
|
|
933
|
-
export declare namespace Schemas {
|
|
934
|
-
namespace CONTEXT {
|
|
935
|
-
type Source<F_Source> = F_Source;
|
|
936
|
-
}
|
|
937
|
-
type CONTEXT<F_Source> = _i_unresolved._T_Schemas<F_Source>;
|
|
938
|
-
namespace PARAMS {
|
|
939
|
-
namespace parameters {
|
|
940
|
-
namespace values {
|
|
941
|
-
}
|
|
942
|
-
type values<F_Source> = null;
|
|
943
|
-
namespace lookups {
|
|
944
|
-
namespace sibling_schemas {
|
|
945
|
-
namespace T {
|
|
946
|
-
}
|
|
947
|
-
type T<F_Source> = _i_resolved._T_Schemas.D;
|
|
948
|
-
}
|
|
949
|
-
type sibling_schemas<F_Source> = _i_resolve._T_Lookup_Stack<_i_resolved._T_Schemas.D>;
|
|
950
|
-
}
|
|
951
|
-
type lookups<F_Source> = {
|
|
952
|
-
readonly 'sibling schemas': _i_resolve._T_Lookup_Stack<_i_resolved._T_Schemas.D>;
|
|
953
|
-
};
|
|
954
|
-
}
|
|
955
|
-
type parameters<F_Source> = {
|
|
956
|
-
readonly 'values': null;
|
|
957
|
-
readonly 'lookups': {
|
|
958
|
-
readonly 'sibling schemas': _i_resolve._T_Lookup_Stack<_i_resolved._T_Schemas.D>;
|
|
959
|
-
};
|
|
960
|
-
};
|
|
961
|
-
namespace location_2_string {
|
|
962
|
-
type Source<F_Source> = F_Source;
|
|
963
|
-
}
|
|
964
|
-
type location_2_string<F_Source> = _i_resolve._T_Location_2_String<F_Source>;
|
|
965
|
-
}
|
|
966
|
-
namespace RESULT {
|
|
967
|
-
}
|
|
968
|
-
type RESULT<F_Source> = _i_resolved._T_Schemas;
|
|
969
|
-
}
|
|
970
|
-
export declare namespace Schema_Tree {
|
|
971
|
-
namespace CONTEXT {
|
|
972
|
-
type Source<F_Source> = F_Source;
|
|
973
|
-
}
|
|
974
|
-
type CONTEXT<F_Source> = _i_unresolved._T_Schema_Tree<F_Source>;
|
|
975
|
-
namespace PARAMS {
|
|
976
|
-
namespace parameters {
|
|
977
|
-
namespace values {
|
|
978
|
-
}
|
|
979
|
-
type values<F_Source> = null;
|
|
980
|
-
namespace lookups {
|
|
981
|
-
namespace sibling_schemas {
|
|
982
|
-
namespace T {
|
|
983
|
-
}
|
|
984
|
-
type T<F_Source> = _i_resolved._T_Schemas.D;
|
|
985
|
-
}
|
|
986
|
-
type sibling_schemas<F_Source> = _i_resolve._T_Lookup_Stack<_i_resolved._T_Schemas.D>;
|
|
987
|
-
}
|
|
988
|
-
type lookups<F_Source> = {
|
|
989
|
-
readonly 'sibling schemas': _i_resolve._T_Lookup_Stack<_i_resolved._T_Schemas.D>;
|
|
990
|
-
};
|
|
991
|
-
}
|
|
992
|
-
type parameters<F_Source> = {
|
|
993
|
-
readonly 'values': null;
|
|
994
|
-
readonly 'lookups': {
|
|
995
|
-
readonly 'sibling schemas': _i_resolve._T_Lookup_Stack<_i_resolved._T_Schemas.D>;
|
|
996
|
-
};
|
|
997
|
-
};
|
|
998
|
-
namespace location_2_string {
|
|
999
|
-
type Source<F_Source> = F_Source;
|
|
1000
|
-
}
|
|
1001
|
-
type location_2_string<F_Source> = _i_resolve._T_Location_2_String<F_Source>;
|
|
1002
|
-
}
|
|
1003
|
-
namespace RESULT {
|
|
1004
|
-
}
|
|
1005
|
-
type RESULT<F_Source> = _i_resolved._T_Schema_Tree;
|
|
1006
|
-
}
|
|
1007
|
-
export declare namespace Schema {
|
|
1008
|
-
namespace CONTEXT {
|
|
1009
|
-
type Source<F_Source> = F_Source;
|
|
1010
|
-
}
|
|
1011
|
-
type CONTEXT<F_Source> = _i_unresolved._T_Schema<F_Source>;
|
|
1012
|
-
namespace PARAMS {
|
|
1013
|
-
namespace parameters {
|
|
1014
|
-
namespace values {
|
|
1015
|
-
}
|
|
1016
|
-
type values<F_Source> = null;
|
|
1017
|
-
namespace lookups {
|
|
1018
|
-
namespace sibling_schemas {
|
|
1019
|
-
namespace T {
|
|
1020
|
-
}
|
|
1021
|
-
type T<F_Source> = _i_resolved._T_Schemas.D;
|
|
1022
|
-
}
|
|
1023
|
-
type sibling_schemas<F_Source> = _i_resolve._T_Lookup_Stack<_i_resolved._T_Schemas.D>;
|
|
1024
|
-
}
|
|
1025
|
-
type lookups<F_Source> = {
|
|
1026
|
-
readonly 'sibling schemas': _i_resolve._T_Lookup_Stack<_i_resolved._T_Schemas.D>;
|
|
1027
|
-
};
|
|
1028
|
-
}
|
|
1029
|
-
type parameters<F_Source> = {
|
|
1030
|
-
readonly 'values': null;
|
|
1031
|
-
readonly 'lookups': {
|
|
1032
|
-
readonly 'sibling schemas': _i_resolve._T_Lookup_Stack<_i_resolved._T_Schemas.D>;
|
|
1033
|
-
};
|
|
1034
|
-
};
|
|
1035
|
-
namespace location_2_string {
|
|
1036
|
-
type Source<F_Source> = F_Source;
|
|
1037
|
-
}
|
|
1038
|
-
type location_2_string<F_Source> = _i_resolve._T_Location_2_String<F_Source>;
|
|
1039
|
-
}
|
|
1040
|
-
namespace RESULT {
|
|
1041
|
-
}
|
|
1042
|
-
type RESULT<F_Source> = _i_resolved._T_Schema;
|
|
1043
|
-
}
|
|
1044
|
-
export declare namespace Imports {
|
|
1045
|
-
namespace CONTEXT {
|
|
1046
|
-
type Source<F_Source> = F_Source;
|
|
1047
|
-
}
|
|
1048
|
-
type CONTEXT<F_Source> = _i_unresolved._T_Imports<F_Source>;
|
|
1049
|
-
namespace PARAMS {
|
|
1050
|
-
namespace parameters {
|
|
1051
|
-
namespace values {
|
|
1052
|
-
}
|
|
1053
|
-
type values<F_Source> = null;
|
|
1054
|
-
namespace lookups {
|
|
1055
|
-
namespace sibling_schemas {
|
|
1056
|
-
namespace T {
|
|
1057
|
-
}
|
|
1058
|
-
type T<F_Source> = _i_resolved._T_Schemas.D;
|
|
1059
|
-
}
|
|
1060
|
-
type sibling_schemas<F_Source> = _i_resolve._T_Lookup_Stack<_i_resolved._T_Schemas.D>;
|
|
1061
|
-
}
|
|
1062
|
-
type lookups<F_Source> = {
|
|
1063
|
-
readonly 'sibling schemas': _i_resolve._T_Lookup_Stack<_i_resolved._T_Schemas.D>;
|
|
1064
|
-
};
|
|
1065
|
-
}
|
|
1066
|
-
type parameters<F_Source> = {
|
|
1067
|
-
readonly 'values': null;
|
|
1068
|
-
readonly 'lookups': {
|
|
1069
|
-
readonly 'sibling schemas': _i_resolve._T_Lookup_Stack<_i_resolved._T_Schemas.D>;
|
|
1070
|
-
};
|
|
1071
|
-
};
|
|
1072
|
-
namespace location_2_string {
|
|
1073
|
-
type Source<F_Source> = F_Source;
|
|
1074
|
-
}
|
|
1075
|
-
type location_2_string<F_Source> = _i_resolve._T_Location_2_String<F_Source>;
|
|
1076
|
-
}
|
|
1077
|
-
namespace RESULT {
|
|
1078
|
-
}
|
|
1079
|
-
type RESULT<F_Source> = _i_resolved._T_Imports;
|
|
1080
|
-
}
|
|
1081
|
-
export declare namespace Types {
|
|
1082
|
-
namespace CONTEXT {
|
|
1083
|
-
type Source<F_Source> = F_Source;
|
|
1084
|
-
}
|
|
1085
|
-
type CONTEXT<F_Source> = _i_unresolved._T_Types<F_Source>;
|
|
1086
|
-
namespace PARAMS {
|
|
1087
|
-
namespace parameters {
|
|
1088
|
-
namespace values {
|
|
1089
|
-
namespace globals {
|
|
1090
|
-
namespace O {
|
|
1091
|
-
}
|
|
1092
|
-
type O<F_Source> = _i_resolved._T_Globals;
|
|
1093
|
-
}
|
|
1094
|
-
type globals<F_Source> = _pi.Optional_Value<_i_resolved._T_Globals>;
|
|
1095
|
-
namespace imports {
|
|
1096
|
-
namespace O {
|
|
1097
|
-
}
|
|
1098
|
-
type O<F_Source> = _i_resolved._T_Imports;
|
|
1099
|
-
}
|
|
1100
|
-
type imports<F_Source> = _pi.Optional_Value<_i_resolved._T_Imports>;
|
|
1101
|
-
}
|
|
1102
|
-
type values<F_Source> = {
|
|
1103
|
-
readonly 'globals': _pi.Optional_Value<_i_resolved._T_Globals>;
|
|
1104
|
-
readonly 'imports': _pi.Optional_Value<_i_resolved._T_Imports>;
|
|
1105
|
-
};
|
|
1106
|
-
namespace lookups {
|
|
1107
|
-
}
|
|
1108
|
-
type lookups<F_Source> = null;
|
|
1109
|
-
}
|
|
1110
|
-
type parameters<F_Source> = {
|
|
1111
|
-
readonly 'values': {
|
|
1112
|
-
readonly 'globals': _pi.Optional_Value<_i_resolved._T_Globals>;
|
|
1113
|
-
readonly 'imports': _pi.Optional_Value<_i_resolved._T_Imports>;
|
|
1114
|
-
};
|
|
1115
|
-
readonly 'lookups': null;
|
|
1116
|
-
};
|
|
1117
|
-
namespace location_2_string {
|
|
1118
|
-
type Source<F_Source> = F_Source;
|
|
1119
|
-
}
|
|
1120
|
-
type location_2_string<F_Source> = _i_resolve._T_Location_2_String<F_Source>;
|
|
1121
|
-
}
|
|
1122
|
-
namespace RESULT {
|
|
1123
|
-
}
|
|
1124
|
-
type RESULT<F_Source> = _i_resolved._T_Types;
|
|
1125
|
-
}
|
|
2
|
+
import * as i_resolved from "./source";
|
|
3
|
+
import * as i_unresolved from "./target";
|
|
4
|
+
export declare namespace Text_Type_ {
|
|
5
|
+
type I = i_unresolved.Text_Type;
|
|
6
|
+
type O = i_resolved.Text_Type;
|
|
7
|
+
namespace P {
|
|
8
|
+
}
|
|
9
|
+
}
|
|
10
|
+
export type Text_Type_ = ($$_: Text_Type_.I, $$_lookups: null, $$_p: null) => Text_Type_.O;
|
|
11
|
+
export declare namespace Globals_ {
|
|
12
|
+
type I = i_unresolved.Globals;
|
|
13
|
+
type O = i_resolved.Globals;
|
|
14
|
+
namespace P {
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
export type Globals_ = ($$_: Globals_.I, $$_lookups: null, $$_p: null) => Globals_.O;
|
|
18
|
+
export declare namespace Group_ {
|
|
19
|
+
type I = i_unresolved.Group;
|
|
20
|
+
type O = i_resolved.Group;
|
|
21
|
+
namespace L {
|
|
22
|
+
type noncircular_sibling_types = i_resolved.Types_.D;
|
|
23
|
+
}
|
|
24
|
+
namespace L {
|
|
25
|
+
type possibly_circular_dependent_sibling_types = i_resolved.Types_.D;
|
|
26
|
+
}
|
|
27
|
+
namespace P {
|
|
28
|
+
namespace globals {
|
|
29
|
+
type O = i_resolved.Globals_;
|
|
30
|
+
}
|
|
31
|
+
type globals = _pi.Optional_Value<globals.O>;
|
|
32
|
+
namespace imports {
|
|
33
|
+
type O = i_resolved.Imports_;
|
|
34
|
+
}
|
|
35
|
+
type imports = _pi.Optional_Value<imports.O>;
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
export type Group_ = ($$_: Group_.I, $$_lookups: {
|
|
39
|
+
readonly 'noncircular sibling types': _pi.Acyclic_Lookup<Group_.L.noncircular_sibling_types>;
|
|
40
|
+
readonly 'possibly circular dependent sibling types': _pi.Cyclic_Lookup<Group_.L.possibly_circular_dependent_sibling_types>;
|
|
41
|
+
}, $$_p: {
|
|
42
|
+
readonly 'globals': Group_.P.globals;
|
|
43
|
+
readonly 'imports': Group_.P.imports;
|
|
44
|
+
}) => Group_.O;
|
|
45
|
+
export declare namespace Dictionary_ {
|
|
46
|
+
type I = i_unresolved.Dictionary;
|
|
47
|
+
type O = i_resolved.Dictionary;
|
|
48
|
+
namespace L {
|
|
49
|
+
type noncircular_sibling_types = i_resolved.Types_.D;
|
|
50
|
+
}
|
|
51
|
+
namespace L {
|
|
52
|
+
type possibly_circular_dependent_sibling_types = i_resolved.Types_.D;
|
|
53
|
+
}
|
|
54
|
+
namespace P {
|
|
55
|
+
namespace globals {
|
|
56
|
+
type O = i_resolved.Globals_;
|
|
57
|
+
}
|
|
58
|
+
type globals = _pi.Optional_Value<globals.O>;
|
|
59
|
+
namespace imports {
|
|
60
|
+
type O = i_resolved.Imports_;
|
|
61
|
+
}
|
|
62
|
+
type imports = _pi.Optional_Value<imports.O>;
|
|
63
|
+
}
|
|
64
|
+
}
|
|
65
|
+
export type Dictionary_ = ($$_: Dictionary_.I, $$_lookups: {
|
|
66
|
+
readonly 'noncircular sibling types': _pi.Acyclic_Lookup<Dictionary_.L.noncircular_sibling_types>;
|
|
67
|
+
readonly 'possibly circular dependent sibling types': _pi.Cyclic_Lookup<Dictionary_.L.possibly_circular_dependent_sibling_types>;
|
|
68
|
+
}, $$_p: {
|
|
69
|
+
readonly 'globals': Dictionary_.P.globals;
|
|
70
|
+
readonly 'imports': Dictionary_.P.imports;
|
|
71
|
+
}) => Dictionary_.O;
|
|
72
|
+
export declare namespace Type_Node_ {
|
|
73
|
+
type I = i_unresolved.Type_Node;
|
|
74
|
+
type O = i_resolved.Type_Node;
|
|
75
|
+
namespace L {
|
|
76
|
+
type noncircular_sibling_types = i_resolved.Types_.D;
|
|
77
|
+
}
|
|
78
|
+
namespace L {
|
|
79
|
+
type possibly_circular_dependent_sibling_types = i_resolved.Types_.D;
|
|
80
|
+
}
|
|
81
|
+
namespace P {
|
|
82
|
+
namespace globals {
|
|
83
|
+
type O = i_resolved.Globals_;
|
|
84
|
+
}
|
|
85
|
+
type globals = _pi.Optional_Value<globals.O>;
|
|
86
|
+
namespace imports {
|
|
87
|
+
type O = i_resolved.Imports_;
|
|
88
|
+
}
|
|
89
|
+
type imports = _pi.Optional_Value<imports.O>;
|
|
90
|
+
}
|
|
91
|
+
}
|
|
92
|
+
export type Type_Node_ = ($$_: Type_Node_.I, $$_lookups: {
|
|
93
|
+
readonly 'noncircular sibling types': _pi.Acyclic_Lookup<Type_Node_.L.noncircular_sibling_types>;
|
|
94
|
+
readonly 'possibly circular dependent sibling types': _pi.Cyclic_Lookup<Type_Node_.L.possibly_circular_dependent_sibling_types>;
|
|
95
|
+
}, $$_p: {
|
|
96
|
+
readonly 'globals': Type_Node_.P.globals;
|
|
97
|
+
readonly 'imports': Type_Node_.P.imports;
|
|
98
|
+
}) => Type_Node_.O;
|
|
99
|
+
export declare namespace Type_ {
|
|
100
|
+
type I = i_unresolved.Type;
|
|
101
|
+
type O = i_resolved.Type;
|
|
102
|
+
namespace L {
|
|
103
|
+
type noncircular_sibling_types = i_resolved.Types_.D;
|
|
104
|
+
}
|
|
105
|
+
namespace L {
|
|
106
|
+
type possibly_circular_dependent_sibling_types = i_resolved.Types_.D;
|
|
107
|
+
}
|
|
108
|
+
namespace P {
|
|
109
|
+
namespace globals {
|
|
110
|
+
type O = i_resolved.Globals_;
|
|
111
|
+
}
|
|
112
|
+
type globals = _pi.Optional_Value<globals.O>;
|
|
113
|
+
namespace imports {
|
|
114
|
+
type O = i_resolved.Imports_;
|
|
115
|
+
}
|
|
116
|
+
type imports = _pi.Optional_Value<imports.O>;
|
|
117
|
+
}
|
|
118
|
+
}
|
|
119
|
+
export type Type_ = ($$_: Type_.I, $$_lookups: {
|
|
120
|
+
readonly 'noncircular sibling types': _pi.Acyclic_Lookup<Type_.L.noncircular_sibling_types>;
|
|
121
|
+
readonly 'possibly circular dependent sibling types': _pi.Cyclic_Lookup<Type_.L.possibly_circular_dependent_sibling_types>;
|
|
122
|
+
}, $$_p: {
|
|
123
|
+
readonly 'globals': Type_.P.globals;
|
|
124
|
+
readonly 'imports': Type_.P.imports;
|
|
125
|
+
}) => Type_.O;
|
|
126
|
+
export declare namespace Schemas_ {
|
|
127
|
+
type I = i_unresolved.Schemas;
|
|
128
|
+
type O = i_resolved.Schemas;
|
|
129
|
+
namespace L {
|
|
130
|
+
type sibling_schemas = i_resolved.Schemas_.D;
|
|
131
|
+
}
|
|
132
|
+
namespace P {
|
|
133
|
+
}
|
|
134
|
+
}
|
|
135
|
+
export type Schemas_ = ($$_: Schemas_.I, $$_lookups: {
|
|
136
|
+
readonly 'sibling schemas': _pi.Stack_Lookup<Schemas_.L.sibling_schemas>;
|
|
137
|
+
}, $$_p: null) => Schemas_.O;
|
|
138
|
+
export declare namespace Schema_Tree_ {
|
|
139
|
+
type I = i_unresolved.Schema_Tree;
|
|
140
|
+
type O = i_resolved.Schema_Tree;
|
|
141
|
+
namespace L {
|
|
142
|
+
type sibling_schemas = i_resolved.Schemas_.D;
|
|
143
|
+
}
|
|
144
|
+
namespace P {
|
|
145
|
+
}
|
|
146
|
+
}
|
|
147
|
+
export type Schema_Tree_ = ($$_: Schema_Tree_.I, $$_lookups: {
|
|
148
|
+
readonly 'sibling schemas': _pi.Stack_Lookup<Schema_Tree_.L.sibling_schemas>;
|
|
149
|
+
}, $$_p: null) => Schema_Tree_.O;
|
|
150
|
+
export declare namespace Schema_ {
|
|
151
|
+
type I = i_unresolved.Schema;
|
|
152
|
+
type O = i_resolved.Schema;
|
|
153
|
+
namespace L {
|
|
154
|
+
type sibling_schemas = i_resolved.Schemas_.D;
|
|
155
|
+
}
|
|
156
|
+
namespace P {
|
|
157
|
+
}
|
|
158
|
+
}
|
|
159
|
+
export type Schema_ = ($$_: Schema_.I, $$_lookups: {
|
|
160
|
+
readonly 'sibling schemas': _pi.Stack_Lookup<Schema_.L.sibling_schemas>;
|
|
161
|
+
}, $$_p: null) => Schema_.O;
|
|
162
|
+
export declare namespace Imports_ {
|
|
163
|
+
type I = i_unresolved.Imports;
|
|
164
|
+
type O = i_resolved.Imports;
|
|
165
|
+
namespace L {
|
|
166
|
+
type sibling_schemas = i_resolved.Schemas_.D;
|
|
167
|
+
}
|
|
168
|
+
namespace P {
|
|
169
|
+
}
|
|
170
|
+
}
|
|
171
|
+
export type Imports_ = ($$_: Imports_.I, $$_lookups: {
|
|
172
|
+
readonly 'sibling schemas': _pi.Stack_Lookup<Imports_.L.sibling_schemas>;
|
|
173
|
+
}, $$_p: null) => Imports_.O;
|
|
174
|
+
export declare namespace Types_ {
|
|
175
|
+
type I = i_unresolved.Types;
|
|
176
|
+
type O = i_resolved.Types;
|
|
177
|
+
namespace P {
|
|
178
|
+
namespace globals {
|
|
179
|
+
type O = i_resolved.Globals_;
|
|
180
|
+
}
|
|
181
|
+
type globals = _pi.Optional_Value<globals.O>;
|
|
182
|
+
namespace imports {
|
|
183
|
+
type O = i_resolved.Imports_;
|
|
184
|
+
}
|
|
185
|
+
type imports = _pi.Optional_Value<imports.O>;
|
|
186
|
+
}
|
|
187
|
+
}
|
|
188
|
+
export type Types_ = ($$_: Types_.I, $$_lookups: null, $$_p: {
|
|
189
|
+
readonly 'globals': Types_.P.globals;
|
|
190
|
+
readonly 'imports': Types_.P.imports;
|
|
191
|
+
}) => Types_.O;
|
|
192
|
+
export { Text_Type_ as Text_Type, Globals_ as Globals, Group_ as Group, Dictionary_ as Dictionary, Type_Node_ as Type_Node, Type_ as Type, Schemas_ as Schemas, Schema_Tree_ as Schema_Tree, Schema_ as Schema, Imports_ as Imports, Types_ as Types, };
|