pareto 0.76.12 → 0.76.14
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/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/module/resolve.d.ts +7 -7
- package/dist/generated/interface/schemas/module/serializer.d.ts +50 -0
- package/dist/generated/interface/schemas/module/serializer.js +3 -0
- package/dist/generated/interface/schemas/schema/resolve.d.ts +334 -334
- package/dist/generated/interface/schemas/schema/serializer.d.ts +818 -0
- package/dist/generated/interface/schemas/schema/serializer.js +3 -0
- package/dist/generated/interface/schemas/unmarshall_errors/serializer.d.ts +90 -0
- package/dist/generated/interface/schemas/unmarshall_errors/serializer.js +3 -0
- package/dist/generated/interface/schemas/unmarshall_result/serializer.d.ts +1 -0
- package/dist/generated/interface/schemas/unmarshall_result/serializer.js +7 -0
- package/dist/shorthands/module.js +1 -1
- package/dist/transformations/schema/exupery_implementation/main.js +9 -3
- package/dist/transformations/schema/exupery_implementation/serializer.d.ts +14 -0
- package/dist/transformations/schema/exupery_implementation/serializer.js +118 -0
- package/dist/transformations/schema/exupery_interface/serializer.js +3 -3
- package/package.json +2 -2
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import * as _pt from 'exupery-core-types';
|
|
2
|
-
import * as
|
|
2
|
+
import * as _i_resolve from "../../core/resolve";
|
|
3
3
|
import * as _i_resolved from "./resolved";
|
|
4
4
|
import * as _i_unresolved from "./unresolved";
|
|
5
5
|
export type _T_Benchmark<G_Source> = ($$_: _i_unresolved._T_Benchmark<G_Source>, $$_p: {
|
|
6
|
-
readonly 'location 2 string':
|
|
6
|
+
readonly 'location 2 string': _i_resolve._T_Location_2_String<G_Source>;
|
|
7
7
|
readonly 'parameters': {
|
|
8
8
|
readonly 'lookups': {
|
|
9
|
-
readonly 'parent sibling property resolvers':
|
|
10
|
-
readonly 'sibling property resolvers':
|
|
9
|
+
readonly 'parent sibling property resolvers': _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Node_Resolver_Group.D>;
|
|
10
|
+
readonly 'sibling property resolvers': _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Node_Resolver_Group.D>;
|
|
11
11
|
};
|
|
12
12
|
readonly 'values': {
|
|
13
13
|
readonly 'current dictionary': _pt.Optional_Value<_i_resolved._T_Dictionary>;
|
|
@@ -24,7 +24,7 @@ export type _T_Benchmark<G_Source> = ($$_: _i_unresolved._T_Benchmark<G_Source>,
|
|
|
24
24
|
};
|
|
25
25
|
}) => _i_resolved._T_Benchmark;
|
|
26
26
|
export type _T_Constraint<G_Source> = ($$_: _i_unresolved._T_Constraint<G_Source>, $$_p: {
|
|
27
|
-
readonly 'location 2 string':
|
|
27
|
+
readonly 'location 2 string': _i_resolve._T_Location_2_String<G_Source>;
|
|
28
28
|
readonly 'parameters': {
|
|
29
29
|
readonly 'lookups': null;
|
|
30
30
|
readonly 'values': {
|
|
@@ -33,11 +33,11 @@ export type _T_Constraint<G_Source> = ($$_: _i_unresolved._T_Constraint<G_Source
|
|
|
33
33
|
};
|
|
34
34
|
}) => _i_resolved._T_Constraint;
|
|
35
35
|
export type _T_Dictionary<G_Source> = ($$_: _i_unresolved._T_Dictionary<G_Source>, $$_p: {
|
|
36
|
-
readonly 'location 2 string':
|
|
36
|
+
readonly 'location 2 string': _i_resolve._T_Location_2_String<G_Source>;
|
|
37
37
|
readonly 'parameters': {
|
|
38
38
|
readonly 'lookups': {
|
|
39
|
-
readonly 'noncircular sibling types':
|
|
40
|
-
readonly 'possibly circular dependent sibling types':
|
|
39
|
+
readonly 'noncircular sibling types': _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Types.D>;
|
|
40
|
+
readonly 'possibly circular dependent sibling types': _i_resolve._T_Cyclic_Lookup<_i_resolved._T_Types.D>;
|
|
41
41
|
};
|
|
42
42
|
readonly 'values': {
|
|
43
43
|
readonly 'globals': _pt.Optional_Value<_i_resolved._T_Globals>;
|
|
@@ -47,18 +47,18 @@ export type _T_Dictionary<G_Source> = ($$_: _i_unresolved._T_Dictionary<G_Source
|
|
|
47
47
|
};
|
|
48
48
|
}) => _i_resolved._T_Dictionary;
|
|
49
49
|
export type _T_Globals<G_Source> = ($$_: _i_unresolved._T_Globals<G_Source>, $$_p: {
|
|
50
|
-
readonly 'location 2 string':
|
|
50
|
+
readonly 'location 2 string': _i_resolve._T_Location_2_String<G_Source>;
|
|
51
51
|
readonly 'parameters': {
|
|
52
52
|
readonly 'lookups': null;
|
|
53
53
|
readonly 'values': null;
|
|
54
54
|
};
|
|
55
55
|
}) => _i_resolved._T_Globals;
|
|
56
56
|
export type _T_Group<G_Source> = ($$_: _i_unresolved._T_Group<G_Source>, $$_p: {
|
|
57
|
-
readonly 'location 2 string':
|
|
57
|
+
readonly 'location 2 string': _i_resolve._T_Location_2_String<G_Source>;
|
|
58
58
|
readonly 'parameters': {
|
|
59
59
|
readonly 'lookups': {
|
|
60
|
-
readonly 'noncircular sibling types':
|
|
61
|
-
readonly 'possibly circular dependent sibling types':
|
|
60
|
+
readonly 'noncircular sibling types': _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Types.D>;
|
|
61
|
+
readonly 'possibly circular dependent sibling types': _i_resolve._T_Cyclic_Lookup<_i_resolved._T_Types.D>;
|
|
62
62
|
};
|
|
63
63
|
readonly 'values': {
|
|
64
64
|
readonly 'globals': _pt.Optional_Value<_i_resolved._T_Globals>;
|
|
@@ -68,11 +68,11 @@ export type _T_Group<G_Source> = ($$_: _i_unresolved._T_Group<G_Source>, $$_p: {
|
|
|
68
68
|
};
|
|
69
69
|
}) => _i_resolved._T_Group;
|
|
70
70
|
export type _T_Guaranteed_Value_Selection<G_Source> = ($$_: _i_unresolved._T_Guaranteed_Value_Selection<G_Source>, $$_p: {
|
|
71
|
-
readonly 'location 2 string':
|
|
71
|
+
readonly 'location 2 string': _i_resolve._T_Location_2_String<G_Source>;
|
|
72
72
|
readonly 'parameters': {
|
|
73
73
|
readonly 'lookups': {
|
|
74
|
-
readonly 'parent sibling property resolvers':
|
|
75
|
-
readonly 'sibling property resolvers':
|
|
74
|
+
readonly 'parent sibling property resolvers': _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Node_Resolver_Group.D>;
|
|
75
|
+
readonly 'sibling property resolvers': _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Node_Resolver_Group.D>;
|
|
76
76
|
};
|
|
77
77
|
readonly 'values': {
|
|
78
78
|
readonly 'current dictionary': _pt.Optional_Value<_i_resolved._T_Dictionary>;
|
|
@@ -89,20 +89,20 @@ export type _T_Guaranteed_Value_Selection<G_Source> = ($$_: _i_unresolved._T_Gua
|
|
|
89
89
|
};
|
|
90
90
|
}) => _i_resolved._T_Guaranteed_Value_Selection;
|
|
91
91
|
export type _T_Imports<G_Source> = ($$_: _i_unresolved._T_Imports<G_Source>, $$_p: {
|
|
92
|
-
readonly 'location 2 string':
|
|
92
|
+
readonly 'location 2 string': _i_resolve._T_Location_2_String<G_Source>;
|
|
93
93
|
readonly 'parameters': {
|
|
94
94
|
readonly 'lookups': {
|
|
95
|
-
readonly 'sibling schemas':
|
|
95
|
+
readonly 'sibling schemas': _i_resolve._T_Lookup_Stack<_i_resolved._T_Schemas.D>;
|
|
96
96
|
};
|
|
97
97
|
readonly 'values': null;
|
|
98
98
|
};
|
|
99
99
|
}) => _i_resolved._T_Imports;
|
|
100
100
|
export type _T_Lookup_Selection<G_Source> = ($$_: _i_unresolved._T_Lookup_Selection<G_Source>, $$_p: {
|
|
101
|
-
readonly 'location 2 string':
|
|
101
|
+
readonly 'location 2 string': _i_resolve._T_Location_2_String<G_Source>;
|
|
102
102
|
readonly 'parameters': {
|
|
103
103
|
readonly 'lookups': {
|
|
104
|
-
readonly 'parent sibling property resolvers':
|
|
105
|
-
readonly 'sibling property resolvers':
|
|
104
|
+
readonly 'parent sibling property resolvers': _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Node_Resolver_Group.D>;
|
|
105
|
+
readonly 'sibling property resolvers': _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Node_Resolver_Group.D>;
|
|
106
106
|
};
|
|
107
107
|
readonly 'values': {
|
|
108
108
|
readonly 'current dictionary': _pt.Optional_Value<_i_resolved._T_Dictionary>;
|
|
@@ -119,11 +119,11 @@ export type _T_Lookup_Selection<G_Source> = ($$_: _i_unresolved._T_Lookup_Select
|
|
|
119
119
|
};
|
|
120
120
|
}) => _i_resolved._T_Lookup_Selection;
|
|
121
121
|
export type _T_Node_Resolver<G_Source> = ($$_: _i_unresolved._T_Node_Resolver<G_Source>, $$_p: {
|
|
122
|
-
readonly 'location 2 string':
|
|
122
|
+
readonly 'location 2 string': _i_resolve._T_Location_2_String<G_Source>;
|
|
123
123
|
readonly 'parameters': {
|
|
124
124
|
readonly 'lookups': {
|
|
125
|
-
readonly 'parent sibling property resolvers':
|
|
126
|
-
readonly 'sibling property resolvers':
|
|
125
|
+
readonly 'parent sibling property resolvers': _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Node_Resolver_Group.D>;
|
|
126
|
+
readonly 'sibling property resolvers': _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Node_Resolver_Group.D>;
|
|
127
127
|
};
|
|
128
128
|
readonly 'values': {
|
|
129
129
|
readonly 'current dictionary': _pt.Optional_Value<_i_resolved._T_Dictionary>;
|
|
@@ -140,11 +140,11 @@ export type _T_Node_Resolver<G_Source> = ($$_: _i_unresolved._T_Node_Resolver<G_
|
|
|
140
140
|
};
|
|
141
141
|
}) => _i_resolved._T_Node_Resolver;
|
|
142
142
|
export type _T_Node_Resolver_Group<G_Source> = ($$_: _i_unresolved._T_Node_Resolver_Group<G_Source>, $$_p: {
|
|
143
|
-
readonly 'location 2 string':
|
|
143
|
+
readonly 'location 2 string': _i_resolve._T_Location_2_String<G_Source>;
|
|
144
144
|
readonly 'parameters': {
|
|
145
145
|
readonly 'lookups': {
|
|
146
|
-
readonly 'parent sibling property resolvers':
|
|
147
|
-
readonly 'sibling property resolvers':
|
|
146
|
+
readonly 'parent sibling property resolvers': _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Node_Resolver_Group.D>;
|
|
147
|
+
readonly 'sibling property resolvers': _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Node_Resolver_Group.D>;
|
|
148
148
|
};
|
|
149
149
|
readonly 'values': {
|
|
150
150
|
readonly 'current dictionary': _pt.Optional_Value<_i_resolved._T_Dictionary>;
|
|
@@ -161,10 +161,10 @@ export type _T_Node_Resolver_Group<G_Source> = ($$_: _i_unresolved._T_Node_Resol
|
|
|
161
161
|
};
|
|
162
162
|
}) => _i_resolved._T_Node_Resolver_Group;
|
|
163
163
|
export type _T_Node_Resolver_List_Result<G_Source> = ($$_: _i_unresolved._T_Node_Resolver_List_Result<G_Source>, $$_p: {
|
|
164
|
-
readonly 'location 2 string':
|
|
164
|
+
readonly 'location 2 string': _i_resolve._T_Location_2_String<G_Source>;
|
|
165
165
|
readonly 'parameters': {
|
|
166
166
|
readonly 'lookups': {
|
|
167
|
-
readonly 'types':
|
|
167
|
+
readonly 'types': _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Types.D>;
|
|
168
168
|
};
|
|
169
169
|
readonly 'values': {
|
|
170
170
|
readonly 'imports': _pt.Optional_Value<_i_resolved._T_Imports>;
|
|
@@ -172,18 +172,18 @@ export type _T_Node_Resolver_List_Result<G_Source> = ($$_: _i_unresolved._T_Node
|
|
|
172
172
|
};
|
|
173
173
|
}) => _i_resolved._T_Node_Resolver_List_Result;
|
|
174
174
|
export type _T_Number_Type<G_Source> = ($$_: _i_unresolved._T_Number_Type<G_Source>, $$_p: {
|
|
175
|
-
readonly 'location 2 string':
|
|
175
|
+
readonly 'location 2 string': _i_resolve._T_Location_2_String<G_Source>;
|
|
176
176
|
readonly 'parameters': {
|
|
177
177
|
readonly 'lookups': null;
|
|
178
178
|
readonly 'values': null;
|
|
179
179
|
};
|
|
180
180
|
}) => _i_resolved._T_Number_Type;
|
|
181
181
|
export type _T_Option_Constraints<G_Source> = ($$_: _i_unresolved._T_Option_Constraints<G_Source>, $$_p: {
|
|
182
|
-
readonly 'location 2 string':
|
|
182
|
+
readonly 'location 2 string': _i_resolve._T_Location_2_String<G_Source>;
|
|
183
183
|
readonly 'parameters': {
|
|
184
184
|
readonly 'lookups': {
|
|
185
|
-
readonly 'parent sibling property resolvers':
|
|
186
|
-
readonly 'sibling property resolvers':
|
|
185
|
+
readonly 'parent sibling property resolvers': _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Node_Resolver_Group.D>;
|
|
186
|
+
readonly 'sibling property resolvers': _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Node_Resolver_Group.D>;
|
|
187
187
|
};
|
|
188
188
|
readonly 'values': {
|
|
189
189
|
readonly 'current dictionary': _pt.Optional_Value<_i_resolved._T_Dictionary>;
|
|
@@ -200,11 +200,11 @@ export type _T_Option_Constraints<G_Source> = ($$_: _i_unresolved._T_Option_Cons
|
|
|
200
200
|
};
|
|
201
201
|
}) => _i_resolved._T_Option_Constraints;
|
|
202
202
|
export type _T_Optional_Value_Initialization<G_Source> = ($$_: _i_unresolved._T_Optional_Value_Initialization<G_Source>, $$_p: {
|
|
203
|
-
readonly 'location 2 string':
|
|
203
|
+
readonly 'location 2 string': _i_resolve._T_Location_2_String<G_Source>;
|
|
204
204
|
readonly 'parameters': {
|
|
205
205
|
readonly 'lookups': {
|
|
206
|
-
readonly 'parent sibling property resolvers':
|
|
207
|
-
readonly 'sibling property resolvers':
|
|
206
|
+
readonly 'parent sibling property resolvers': _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Node_Resolver_Group.D>;
|
|
207
|
+
readonly 'sibling property resolvers': _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Node_Resolver_Group.D>;
|
|
208
208
|
};
|
|
209
209
|
readonly 'values': {
|
|
210
210
|
readonly 'current dictionary': _pt.Optional_Value<_i_resolved._T_Dictionary>;
|
|
@@ -221,11 +221,11 @@ export type _T_Optional_Value_Initialization<G_Source> = ($$_: _i_unresolved._T_
|
|
|
221
221
|
};
|
|
222
222
|
}) => _i_resolved._T_Optional_Value_Initialization;
|
|
223
223
|
export type _T_Possible_Value_Selection<G_Source> = ($$_: _i_unresolved._T_Possible_Value_Selection<G_Source>, $$_p: {
|
|
224
|
-
readonly 'location 2 string':
|
|
224
|
+
readonly 'location 2 string': _i_resolve._T_Location_2_String<G_Source>;
|
|
225
225
|
readonly 'parameters': {
|
|
226
226
|
readonly 'lookups': {
|
|
227
|
-
readonly 'parent sibling property resolvers':
|
|
228
|
-
readonly 'sibling property resolvers':
|
|
227
|
+
readonly 'parent sibling property resolvers': _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Node_Resolver_Group.D>;
|
|
228
|
+
readonly 'sibling property resolvers': _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Node_Resolver_Group.D>;
|
|
229
229
|
};
|
|
230
230
|
readonly 'values': {
|
|
231
231
|
readonly 'current dictionary': _pt.Optional_Value<_i_resolved._T_Dictionary>;
|
|
@@ -242,23 +242,23 @@ export type _T_Possible_Value_Selection<G_Source> = ($$_: _i_unresolved._T_Possi
|
|
|
242
242
|
};
|
|
243
243
|
}) => _i_resolved._T_Possible_Value_Selection;
|
|
244
244
|
export type _T_Presence<G_Source> = ($$_: _i_unresolved._T_Presence<G_Source>, $$_p: {
|
|
245
|
-
readonly 'location 2 string':
|
|
245
|
+
readonly 'location 2 string': _i_resolve._T_Location_2_String<G_Source>;
|
|
246
246
|
readonly 'parameters': {
|
|
247
247
|
readonly 'lookups': null;
|
|
248
248
|
readonly 'values': null;
|
|
249
249
|
};
|
|
250
250
|
}) => _i_resolved._T_Presence;
|
|
251
251
|
export type _T_Property_Constraint<G_Source> = ($$_: _i_unresolved._T_Property_Constraint<G_Source>, $$_p: {
|
|
252
|
-
readonly 'location 2 string':
|
|
252
|
+
readonly 'location 2 string': _i_resolve._T_Location_2_String<G_Source>;
|
|
253
253
|
readonly 'parameters': {
|
|
254
254
|
readonly 'lookups': {
|
|
255
|
-
readonly 'property constraints':
|
|
255
|
+
readonly 'property constraints': _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Property_Constraints.D>;
|
|
256
256
|
};
|
|
257
257
|
readonly 'values': null;
|
|
258
258
|
};
|
|
259
259
|
}) => _i_resolved._T_Property_Constraint;
|
|
260
260
|
export type _T_Property_Constraints<G_Source> = ($$_: _i_unresolved._T_Property_Constraints<G_Source>, $$_p: {
|
|
261
|
-
readonly 'location 2 string':
|
|
261
|
+
readonly 'location 2 string': _i_resolve._T_Location_2_String<G_Source>;
|
|
262
262
|
readonly 'parameters': {
|
|
263
263
|
readonly 'lookups': null;
|
|
264
264
|
readonly 'values': {
|
|
@@ -267,16 +267,16 @@ export type _T_Property_Constraints<G_Source> = ($$_: _i_unresolved._T_Property_
|
|
|
267
267
|
};
|
|
268
268
|
}) => _i_resolved._T_Property_Constraints;
|
|
269
269
|
export type _T_Reference_To_Property_Constraint<G_Source> = ($$_: _i_unresolved._T_Reference_To_Property_Constraint<G_Source>, $$_p: {
|
|
270
|
-
readonly 'location 2 string':
|
|
270
|
+
readonly 'location 2 string': _i_resolve._T_Location_2_String<G_Source>;
|
|
271
271
|
readonly 'parameters': {
|
|
272
272
|
readonly 'lookups': {
|
|
273
|
-
readonly 'property constraints':
|
|
273
|
+
readonly 'property constraints': _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Property_Constraints.D>;
|
|
274
274
|
};
|
|
275
275
|
readonly 'values': null;
|
|
276
276
|
};
|
|
277
277
|
}) => _i_resolved._T_Reference_To_Property_Constraint;
|
|
278
278
|
export type _T_Relative_Value_Selection<G_Source> = ($$_: _i_unresolved._T_Relative_Value_Selection<G_Source>, $$_p: {
|
|
279
|
-
readonly 'location 2 string':
|
|
279
|
+
readonly 'location 2 string': _i_resolve._T_Location_2_String<G_Source>;
|
|
280
280
|
readonly 'parameters': {
|
|
281
281
|
readonly 'lookups': null;
|
|
282
282
|
readonly 'values': {
|
|
@@ -285,7 +285,7 @@ export type _T_Relative_Value_Selection<G_Source> = ($$_: _i_unresolved._T_Relat
|
|
|
285
285
|
};
|
|
286
286
|
}) => _i_resolved._T_Relative_Value_Selection;
|
|
287
287
|
export type _T_Resolve_Logic<G_Source> = ($$_: _i_unresolved._T_Resolve_Logic<G_Source>, $$_p: {
|
|
288
|
-
readonly 'location 2 string':
|
|
288
|
+
readonly 'location 2 string': _i_resolve._T_Location_2_String<G_Source>;
|
|
289
289
|
readonly 'parameters': {
|
|
290
290
|
readonly 'lookups': null;
|
|
291
291
|
readonly 'values': {
|
|
@@ -295,7 +295,7 @@ export type _T_Resolve_Logic<G_Source> = ($$_: _i_unresolved._T_Resolve_Logic<G_
|
|
|
295
295
|
};
|
|
296
296
|
}) => _i_resolved._T_Resolve_Logic;
|
|
297
297
|
export type _T_Resolvers<G_Source> = ($$_: _i_unresolved._T_Resolvers<G_Source>, $$_p: {
|
|
298
|
-
readonly 'location 2 string':
|
|
298
|
+
readonly 'location 2 string': _i_resolve._T_Location_2_String<G_Source>;
|
|
299
299
|
readonly 'parameters': {
|
|
300
300
|
readonly 'lookups': null;
|
|
301
301
|
readonly 'values': {
|
|
@@ -306,28 +306,28 @@ export type _T_Resolvers<G_Source> = ($$_: _i_unresolved._T_Resolvers<G_Source>,
|
|
|
306
306
|
};
|
|
307
307
|
}) => _i_resolved._T_Resolvers;
|
|
308
308
|
export type _T_Schema<G_Source> = ($$_: _i_unresolved._T_Schema<G_Source>, $$_p: {
|
|
309
|
-
readonly 'location 2 string':
|
|
309
|
+
readonly 'location 2 string': _i_resolve._T_Location_2_String<G_Source>;
|
|
310
310
|
readonly 'parameters': {
|
|
311
311
|
readonly 'lookups': {
|
|
312
|
-
readonly 'sibling schemas':
|
|
312
|
+
readonly 'sibling schemas': _i_resolve._T_Lookup_Stack<_i_resolved._T_Schemas.D>;
|
|
313
313
|
};
|
|
314
314
|
readonly 'values': null;
|
|
315
315
|
};
|
|
316
316
|
}) => _i_resolved._T_Schema;
|
|
317
317
|
export type _T_Schemas<G_Source> = ($$_: _i_unresolved._T_Schemas<G_Source>, $$_p: {
|
|
318
|
-
readonly 'location 2 string':
|
|
318
|
+
readonly 'location 2 string': _i_resolve._T_Location_2_String<G_Source>;
|
|
319
319
|
readonly 'parameters': {
|
|
320
320
|
readonly 'lookups': {
|
|
321
|
-
readonly 'sibling schemas':
|
|
321
|
+
readonly 'sibling schemas': _i_resolve._T_Lookup_Stack<_i_resolved._T_Schemas.D>;
|
|
322
322
|
};
|
|
323
323
|
readonly 'values': null;
|
|
324
324
|
};
|
|
325
325
|
}) => _i_resolved._T_Schemas;
|
|
326
326
|
export type _T_Signature<G_Source> = ($$_: _i_unresolved._T_Signature<G_Source>, $$_p: {
|
|
327
|
-
readonly 'location 2 string':
|
|
327
|
+
readonly 'location 2 string': _i_resolve._T_Location_2_String<G_Source>;
|
|
328
328
|
readonly 'parameters': {
|
|
329
329
|
readonly 'lookups': {
|
|
330
|
-
readonly 'sibling signatures':
|
|
330
|
+
readonly 'sibling signatures': _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Signatures.D>;
|
|
331
331
|
};
|
|
332
332
|
readonly 'values': {
|
|
333
333
|
readonly 'imports': _i_resolved._T_Imports;
|
|
@@ -337,7 +337,7 @@ export type _T_Signature<G_Source> = ($$_: _i_unresolved._T_Signature<G_Source>,
|
|
|
337
337
|
};
|
|
338
338
|
}) => _i_resolved._T_Signature;
|
|
339
339
|
export type _T_Signature_Parameters<G_Source> = ($$_: _i_unresolved._T_Signature_Parameters<G_Source>, $$_p: {
|
|
340
|
-
readonly 'location 2 string':
|
|
340
|
+
readonly 'location 2 string': _i_resolve._T_Location_2_String<G_Source>;
|
|
341
341
|
readonly 'parameters': {
|
|
342
342
|
readonly 'lookups': null;
|
|
343
343
|
readonly 'values': {
|
|
@@ -347,7 +347,7 @@ export type _T_Signature_Parameters<G_Source> = ($$_: _i_unresolved._T_Signature
|
|
|
347
347
|
};
|
|
348
348
|
}) => _i_resolved._T_Signature_Parameters;
|
|
349
349
|
export type _T_Signatures<G_Source> = ($$_: _i_unresolved._T_Signatures<G_Source>, $$_p: {
|
|
350
|
-
readonly 'location 2 string':
|
|
350
|
+
readonly 'location 2 string': _i_resolve._T_Location_2_String<G_Source>;
|
|
351
351
|
readonly 'parameters': {
|
|
352
352
|
readonly 'lookups': null;
|
|
353
353
|
readonly 'values': {
|
|
@@ -357,18 +357,18 @@ export type _T_Signatures<G_Source> = ($$_: _i_unresolved._T_Signatures<G_Source
|
|
|
357
357
|
};
|
|
358
358
|
}) => _i_resolved._T_Signatures;
|
|
359
359
|
export type _T_Text_Type<G_Source> = ($$_: _i_unresolved._T_Text_Type<G_Source>, $$_p: {
|
|
360
|
-
readonly 'location 2 string':
|
|
360
|
+
readonly 'location 2 string': _i_resolve._T_Location_2_String<G_Source>;
|
|
361
361
|
readonly 'parameters': {
|
|
362
362
|
readonly 'lookups': null;
|
|
363
363
|
readonly 'values': null;
|
|
364
364
|
};
|
|
365
365
|
}) => _i_resolved._T_Text_Type;
|
|
366
366
|
export type _T_Type<G_Source> = ($$_: _i_unresolved._T_Type<G_Source>, $$_p: {
|
|
367
|
-
readonly 'location 2 string':
|
|
367
|
+
readonly 'location 2 string': _i_resolve._T_Location_2_String<G_Source>;
|
|
368
368
|
readonly 'parameters': {
|
|
369
369
|
readonly 'lookups': {
|
|
370
|
-
readonly 'noncircular sibling types':
|
|
371
|
-
readonly 'possibly circular dependent sibling types':
|
|
370
|
+
readonly 'noncircular sibling types': _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Types.D>;
|
|
371
|
+
readonly 'possibly circular dependent sibling types': _i_resolve._T_Cyclic_Lookup<_i_resolved._T_Types.D>;
|
|
372
372
|
};
|
|
373
373
|
readonly 'values': {
|
|
374
374
|
readonly 'globals': _pt.Optional_Value<_i_resolved._T_Globals>;
|
|
@@ -377,11 +377,11 @@ export type _T_Type<G_Source> = ($$_: _i_unresolved._T_Type<G_Source>, $$_p: {
|
|
|
377
377
|
};
|
|
378
378
|
}) => _i_resolved._T_Type;
|
|
379
379
|
export type _T_Type_Node<G_Source> = ($$_: _i_unresolved._T_Type_Node<G_Source>, $$_p: {
|
|
380
|
-
readonly 'location 2 string':
|
|
380
|
+
readonly 'location 2 string': _i_resolve._T_Location_2_String<G_Source>;
|
|
381
381
|
readonly 'parameters': {
|
|
382
382
|
readonly 'lookups': {
|
|
383
|
-
readonly 'noncircular sibling types':
|
|
384
|
-
readonly 'possibly circular dependent sibling types':
|
|
383
|
+
readonly 'noncircular sibling types': _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Types.D>;
|
|
384
|
+
readonly 'possibly circular dependent sibling types': _i_resolve._T_Cyclic_Lookup<_i_resolved._T_Types.D>;
|
|
385
385
|
};
|
|
386
386
|
readonly 'values': {
|
|
387
387
|
readonly 'globals': _pt.Optional_Value<_i_resolved._T_Globals>;
|
|
@@ -391,10 +391,10 @@ export type _T_Type_Node<G_Source> = ($$_: _i_unresolved._T_Type_Node<G_Source>,
|
|
|
391
391
|
};
|
|
392
392
|
}) => _i_resolved._T_Type_Node;
|
|
393
393
|
export type _T_Type_Node_Reference<G_Source> = ($$_: _i_unresolved._T_Type_Node_Reference<G_Source>, $$_p: {
|
|
394
|
-
readonly 'location 2 string':
|
|
394
|
+
readonly 'location 2 string': _i_resolve._T_Location_2_String<G_Source>;
|
|
395
395
|
readonly 'parameters': {
|
|
396
396
|
readonly 'lookups': {
|
|
397
|
-
readonly 'types':
|
|
397
|
+
readonly 'types': _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Types.D>;
|
|
398
398
|
};
|
|
399
399
|
readonly 'values': {
|
|
400
400
|
readonly 'imports': _pt.Optional_Value<_i_resolved._T_Imports>;
|
|
@@ -402,17 +402,17 @@ export type _T_Type_Node_Reference<G_Source> = ($$_: _i_unresolved._T_Type_Node_
|
|
|
402
402
|
};
|
|
403
403
|
}) => _i_resolved._T_Type_Node_Reference;
|
|
404
404
|
export type _T_Type_Parameters<G_Source> = ($$_: _i_unresolved._T_Type_Parameters<G_Source>, $$_p: {
|
|
405
|
-
readonly 'location 2 string':
|
|
405
|
+
readonly 'location 2 string': _i_resolve._T_Location_2_String<G_Source>;
|
|
406
406
|
readonly 'parameters': {
|
|
407
407
|
readonly 'lookups': null;
|
|
408
408
|
readonly 'values': null;
|
|
409
409
|
};
|
|
410
410
|
}) => _i_resolved._T_Type_Parameters;
|
|
411
411
|
export type _T_Type_Reference<G_Source> = ($$_: _i_unresolved._T_Type_Reference<G_Source>, $$_p: {
|
|
412
|
-
readonly 'location 2 string':
|
|
412
|
+
readonly 'location 2 string': _i_resolve._T_Location_2_String<G_Source>;
|
|
413
413
|
readonly 'parameters': {
|
|
414
414
|
readonly 'lookups': {
|
|
415
|
-
readonly 'types':
|
|
415
|
+
readonly 'types': _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Types.D>;
|
|
416
416
|
};
|
|
417
417
|
readonly 'values': {
|
|
418
418
|
readonly 'imports': _pt.Optional_Value<_i_resolved._T_Imports>;
|
|
@@ -420,7 +420,7 @@ export type _T_Type_Reference<G_Source> = ($$_: _i_unresolved._T_Type_Reference<
|
|
|
420
420
|
};
|
|
421
421
|
}) => _i_resolved._T_Type_Reference;
|
|
422
422
|
export type _T_Types<G_Source> = ($$_: _i_unresolved._T_Types<G_Source>, $$_p: {
|
|
423
|
-
readonly 'location 2 string':
|
|
423
|
+
readonly 'location 2 string': _i_resolve._T_Location_2_String<G_Source>;
|
|
424
424
|
readonly 'parameters': {
|
|
425
425
|
readonly 'lookups': null;
|
|
426
426
|
readonly 'values': {
|
|
@@ -472,7 +472,7 @@ export declare namespace _T_Benchmark {
|
|
|
472
472
|
namespace location_2_string {
|
|
473
473
|
type Source<G_Source> = G_Source;
|
|
474
474
|
}
|
|
475
|
-
type location_2_string<G_Source> =
|
|
475
|
+
type location_2_string<G_Source> = _i_resolve._T_Location_2_String<G_Source>;
|
|
476
476
|
namespace parameters {
|
|
477
477
|
namespace lookups {
|
|
478
478
|
namespace parent_sibling_property_resolvers {
|
|
@@ -480,17 +480,17 @@ export declare namespace _T_Benchmark {
|
|
|
480
480
|
}
|
|
481
481
|
type T<G_Source> = _i_resolved._T_Node_Resolver_Group.D;
|
|
482
482
|
}
|
|
483
|
-
type parent_sibling_property_resolvers<G_Source> =
|
|
483
|
+
type parent_sibling_property_resolvers<G_Source> = _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Node_Resolver_Group.D>;
|
|
484
484
|
namespace sibling_property_resolvers {
|
|
485
485
|
namespace T {
|
|
486
486
|
}
|
|
487
487
|
type T<G_Source> = _i_resolved._T_Node_Resolver_Group.D;
|
|
488
488
|
}
|
|
489
|
-
type sibling_property_resolvers<G_Source> =
|
|
489
|
+
type sibling_property_resolvers<G_Source> = _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Node_Resolver_Group.D>;
|
|
490
490
|
}
|
|
491
491
|
type lookups<G_Source> = {
|
|
492
|
-
readonly 'parent sibling property resolvers':
|
|
493
|
-
readonly 'sibling property resolvers':
|
|
492
|
+
readonly 'parent sibling property resolvers': _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Node_Resolver_Group.D>;
|
|
493
|
+
readonly 'sibling property resolvers': _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Node_Resolver_Group.D>;
|
|
494
494
|
};
|
|
495
495
|
namespace values {
|
|
496
496
|
namespace current_dictionary {
|
|
@@ -557,8 +557,8 @@ export declare namespace _T_Benchmark {
|
|
|
557
557
|
}
|
|
558
558
|
type parameters<G_Source> = {
|
|
559
559
|
readonly 'lookups': {
|
|
560
|
-
readonly 'parent sibling property resolvers':
|
|
561
|
-
readonly 'sibling property resolvers':
|
|
560
|
+
readonly 'parent sibling property resolvers': _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Node_Resolver_Group.D>;
|
|
561
|
+
readonly 'sibling property resolvers': _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Node_Resolver_Group.D>;
|
|
562
562
|
};
|
|
563
563
|
readonly 'values': {
|
|
564
564
|
readonly 'current dictionary': _pt.Optional_Value<_i_resolved._T_Dictionary>;
|
|
@@ -587,7 +587,7 @@ export declare namespace _T_Constraint {
|
|
|
587
587
|
namespace location_2_string {
|
|
588
588
|
type Source<G_Source> = G_Source;
|
|
589
589
|
}
|
|
590
|
-
type location_2_string<G_Source> =
|
|
590
|
+
type location_2_string<G_Source> = _i_resolve._T_Location_2_String<G_Source>;
|
|
591
591
|
namespace parameters {
|
|
592
592
|
namespace lookups {
|
|
593
593
|
}
|
|
@@ -621,7 +621,7 @@ export declare namespace _T_Dictionary {
|
|
|
621
621
|
namespace location_2_string {
|
|
622
622
|
type Source<G_Source> = G_Source;
|
|
623
623
|
}
|
|
624
|
-
type location_2_string<G_Source> =
|
|
624
|
+
type location_2_string<G_Source> = _i_resolve._T_Location_2_String<G_Source>;
|
|
625
625
|
namespace parameters {
|
|
626
626
|
namespace lookups {
|
|
627
627
|
namespace noncircular_sibling_types {
|
|
@@ -629,17 +629,17 @@ export declare namespace _T_Dictionary {
|
|
|
629
629
|
}
|
|
630
630
|
type T<G_Source> = _i_resolved._T_Types.D;
|
|
631
631
|
}
|
|
632
|
-
type noncircular_sibling_types<G_Source> =
|
|
632
|
+
type noncircular_sibling_types<G_Source> = _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Types.D>;
|
|
633
633
|
namespace possibly_circular_dependent_sibling_types {
|
|
634
634
|
namespace T {
|
|
635
635
|
}
|
|
636
636
|
type T<G_Source> = _i_resolved._T_Types.D;
|
|
637
637
|
}
|
|
638
|
-
type possibly_circular_dependent_sibling_types<G_Source> =
|
|
638
|
+
type possibly_circular_dependent_sibling_types<G_Source> = _i_resolve._T_Cyclic_Lookup<_i_resolved._T_Types.D>;
|
|
639
639
|
}
|
|
640
640
|
type lookups<G_Source> = {
|
|
641
|
-
readonly 'noncircular sibling types':
|
|
642
|
-
readonly 'possibly circular dependent sibling types':
|
|
641
|
+
readonly 'noncircular sibling types': _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Types.D>;
|
|
642
|
+
readonly 'possibly circular dependent sibling types': _i_resolve._T_Cyclic_Lookup<_i_resolved._T_Types.D>;
|
|
643
643
|
};
|
|
644
644
|
namespace values {
|
|
645
645
|
namespace globals {
|
|
@@ -666,8 +666,8 @@ export declare namespace _T_Dictionary {
|
|
|
666
666
|
}
|
|
667
667
|
type parameters<G_Source> = {
|
|
668
668
|
readonly 'lookups': {
|
|
669
|
-
readonly 'noncircular sibling types':
|
|
670
|
-
readonly 'possibly circular dependent sibling types':
|
|
669
|
+
readonly 'noncircular sibling types': _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Types.D>;
|
|
670
|
+
readonly 'possibly circular dependent sibling types': _i_resolve._T_Cyclic_Lookup<_i_resolved._T_Types.D>;
|
|
671
671
|
};
|
|
672
672
|
readonly 'values': {
|
|
673
673
|
readonly 'globals': _pt.Optional_Value<_i_resolved._T_Globals>;
|
|
@@ -689,7 +689,7 @@ export declare namespace _T_Globals {
|
|
|
689
689
|
namespace location_2_string {
|
|
690
690
|
type Source<G_Source> = G_Source;
|
|
691
691
|
}
|
|
692
|
-
type location_2_string<G_Source> =
|
|
692
|
+
type location_2_string<G_Source> = _i_resolve._T_Location_2_String<G_Source>;
|
|
693
693
|
namespace parameters {
|
|
694
694
|
namespace lookups {
|
|
695
695
|
}
|
|
@@ -716,7 +716,7 @@ export declare namespace _T_Group {
|
|
|
716
716
|
namespace location_2_string {
|
|
717
717
|
type Source<G_Source> = G_Source;
|
|
718
718
|
}
|
|
719
|
-
type location_2_string<G_Source> =
|
|
719
|
+
type location_2_string<G_Source> = _i_resolve._T_Location_2_String<G_Source>;
|
|
720
720
|
namespace parameters {
|
|
721
721
|
namespace lookups {
|
|
722
722
|
namespace noncircular_sibling_types {
|
|
@@ -724,17 +724,17 @@ export declare namespace _T_Group {
|
|
|
724
724
|
}
|
|
725
725
|
type T<G_Source> = _i_resolved._T_Types.D;
|
|
726
726
|
}
|
|
727
|
-
type noncircular_sibling_types<G_Source> =
|
|
727
|
+
type noncircular_sibling_types<G_Source> = _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Types.D>;
|
|
728
728
|
namespace possibly_circular_dependent_sibling_types {
|
|
729
729
|
namespace T {
|
|
730
730
|
}
|
|
731
731
|
type T<G_Source> = _i_resolved._T_Types.D;
|
|
732
732
|
}
|
|
733
|
-
type possibly_circular_dependent_sibling_types<G_Source> =
|
|
733
|
+
type possibly_circular_dependent_sibling_types<G_Source> = _i_resolve._T_Cyclic_Lookup<_i_resolved._T_Types.D>;
|
|
734
734
|
}
|
|
735
735
|
type lookups<G_Source> = {
|
|
736
|
-
readonly 'noncircular sibling types':
|
|
737
|
-
readonly 'possibly circular dependent sibling types':
|
|
736
|
+
readonly 'noncircular sibling types': _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Types.D>;
|
|
737
|
+
readonly 'possibly circular dependent sibling types': _i_resolve._T_Cyclic_Lookup<_i_resolved._T_Types.D>;
|
|
738
738
|
};
|
|
739
739
|
namespace values {
|
|
740
740
|
namespace globals {
|
|
@@ -761,8 +761,8 @@ export declare namespace _T_Group {
|
|
|
761
761
|
}
|
|
762
762
|
type parameters<G_Source> = {
|
|
763
763
|
readonly 'lookups': {
|
|
764
|
-
readonly 'noncircular sibling types':
|
|
765
|
-
readonly 'possibly circular dependent sibling types':
|
|
764
|
+
readonly 'noncircular sibling types': _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Types.D>;
|
|
765
|
+
readonly 'possibly circular dependent sibling types': _i_resolve._T_Cyclic_Lookup<_i_resolved._T_Types.D>;
|
|
766
766
|
};
|
|
767
767
|
readonly 'values': {
|
|
768
768
|
readonly 'globals': _pt.Optional_Value<_i_resolved._T_Globals>;
|
|
@@ -784,7 +784,7 @@ export declare namespace _T_Guaranteed_Value_Selection {
|
|
|
784
784
|
namespace location_2_string {
|
|
785
785
|
type Source<G_Source> = G_Source;
|
|
786
786
|
}
|
|
787
|
-
type location_2_string<G_Source> =
|
|
787
|
+
type location_2_string<G_Source> = _i_resolve._T_Location_2_String<G_Source>;
|
|
788
788
|
namespace parameters {
|
|
789
789
|
namespace lookups {
|
|
790
790
|
namespace parent_sibling_property_resolvers {
|
|
@@ -792,17 +792,17 @@ export declare namespace _T_Guaranteed_Value_Selection {
|
|
|
792
792
|
}
|
|
793
793
|
type T<G_Source> = _i_resolved._T_Node_Resolver_Group.D;
|
|
794
794
|
}
|
|
795
|
-
type parent_sibling_property_resolvers<G_Source> =
|
|
795
|
+
type parent_sibling_property_resolvers<G_Source> = _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Node_Resolver_Group.D>;
|
|
796
796
|
namespace sibling_property_resolvers {
|
|
797
797
|
namespace T {
|
|
798
798
|
}
|
|
799
799
|
type T<G_Source> = _i_resolved._T_Node_Resolver_Group.D;
|
|
800
800
|
}
|
|
801
|
-
type sibling_property_resolvers<G_Source> =
|
|
801
|
+
type sibling_property_resolvers<G_Source> = _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Node_Resolver_Group.D>;
|
|
802
802
|
}
|
|
803
803
|
type lookups<G_Source> = {
|
|
804
|
-
readonly 'parent sibling property resolvers':
|
|
805
|
-
readonly 'sibling property resolvers':
|
|
804
|
+
readonly 'parent sibling property resolvers': _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Node_Resolver_Group.D>;
|
|
805
|
+
readonly 'sibling property resolvers': _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Node_Resolver_Group.D>;
|
|
806
806
|
};
|
|
807
807
|
namespace values {
|
|
808
808
|
namespace current_dictionary {
|
|
@@ -869,8 +869,8 @@ export declare namespace _T_Guaranteed_Value_Selection {
|
|
|
869
869
|
}
|
|
870
870
|
type parameters<G_Source> = {
|
|
871
871
|
readonly 'lookups': {
|
|
872
|
-
readonly 'parent sibling property resolvers':
|
|
873
|
-
readonly 'sibling property resolvers':
|
|
872
|
+
readonly 'parent sibling property resolvers': _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Node_Resolver_Group.D>;
|
|
873
|
+
readonly 'sibling property resolvers': _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Node_Resolver_Group.D>;
|
|
874
874
|
};
|
|
875
875
|
readonly 'values': {
|
|
876
876
|
readonly 'current dictionary': _pt.Optional_Value<_i_resolved._T_Dictionary>;
|
|
@@ -899,7 +899,7 @@ export declare namespace _T_Imports {
|
|
|
899
899
|
namespace location_2_string {
|
|
900
900
|
type Source<G_Source> = G_Source;
|
|
901
901
|
}
|
|
902
|
-
type location_2_string<G_Source> =
|
|
902
|
+
type location_2_string<G_Source> = _i_resolve._T_Location_2_String<G_Source>;
|
|
903
903
|
namespace parameters {
|
|
904
904
|
namespace lookups {
|
|
905
905
|
namespace sibling_schemas {
|
|
@@ -907,10 +907,10 @@ export declare namespace _T_Imports {
|
|
|
907
907
|
}
|
|
908
908
|
type T<G_Source> = _i_resolved._T_Schemas.D;
|
|
909
909
|
}
|
|
910
|
-
type sibling_schemas<G_Source> =
|
|
910
|
+
type sibling_schemas<G_Source> = _i_resolve._T_Lookup_Stack<_i_resolved._T_Schemas.D>;
|
|
911
911
|
}
|
|
912
912
|
type lookups<G_Source> = {
|
|
913
|
-
readonly 'sibling schemas':
|
|
913
|
+
readonly 'sibling schemas': _i_resolve._T_Lookup_Stack<_i_resolved._T_Schemas.D>;
|
|
914
914
|
};
|
|
915
915
|
namespace values {
|
|
916
916
|
}
|
|
@@ -918,7 +918,7 @@ export declare namespace _T_Imports {
|
|
|
918
918
|
}
|
|
919
919
|
type parameters<G_Source> = {
|
|
920
920
|
readonly 'lookups': {
|
|
921
|
-
readonly 'sibling schemas':
|
|
921
|
+
readonly 'sibling schemas': _i_resolve._T_Lookup_Stack<_i_resolved._T_Schemas.D>;
|
|
922
922
|
};
|
|
923
923
|
readonly 'values': null;
|
|
924
924
|
};
|
|
@@ -936,7 +936,7 @@ export declare namespace _T_Lookup_Selection {
|
|
|
936
936
|
namespace location_2_string {
|
|
937
937
|
type Source<G_Source> = G_Source;
|
|
938
938
|
}
|
|
939
|
-
type location_2_string<G_Source> =
|
|
939
|
+
type location_2_string<G_Source> = _i_resolve._T_Location_2_String<G_Source>;
|
|
940
940
|
namespace parameters {
|
|
941
941
|
namespace lookups {
|
|
942
942
|
namespace parent_sibling_property_resolvers {
|
|
@@ -944,17 +944,17 @@ export declare namespace _T_Lookup_Selection {
|
|
|
944
944
|
}
|
|
945
945
|
type T<G_Source> = _i_resolved._T_Node_Resolver_Group.D;
|
|
946
946
|
}
|
|
947
|
-
type parent_sibling_property_resolvers<G_Source> =
|
|
947
|
+
type parent_sibling_property_resolvers<G_Source> = _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Node_Resolver_Group.D>;
|
|
948
948
|
namespace sibling_property_resolvers {
|
|
949
949
|
namespace T {
|
|
950
950
|
}
|
|
951
951
|
type T<G_Source> = _i_resolved._T_Node_Resolver_Group.D;
|
|
952
952
|
}
|
|
953
|
-
type sibling_property_resolvers<G_Source> =
|
|
953
|
+
type sibling_property_resolvers<G_Source> = _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Node_Resolver_Group.D>;
|
|
954
954
|
}
|
|
955
955
|
type lookups<G_Source> = {
|
|
956
|
-
readonly 'parent sibling property resolvers':
|
|
957
|
-
readonly 'sibling property resolvers':
|
|
956
|
+
readonly 'parent sibling property resolvers': _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Node_Resolver_Group.D>;
|
|
957
|
+
readonly 'sibling property resolvers': _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Node_Resolver_Group.D>;
|
|
958
958
|
};
|
|
959
959
|
namespace values {
|
|
960
960
|
namespace current_dictionary {
|
|
@@ -1021,8 +1021,8 @@ export declare namespace _T_Lookup_Selection {
|
|
|
1021
1021
|
}
|
|
1022
1022
|
type parameters<G_Source> = {
|
|
1023
1023
|
readonly 'lookups': {
|
|
1024
|
-
readonly 'parent sibling property resolvers':
|
|
1025
|
-
readonly 'sibling property resolvers':
|
|
1024
|
+
readonly 'parent sibling property resolvers': _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Node_Resolver_Group.D>;
|
|
1025
|
+
readonly 'sibling property resolvers': _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Node_Resolver_Group.D>;
|
|
1026
1026
|
};
|
|
1027
1027
|
readonly 'values': {
|
|
1028
1028
|
readonly 'current dictionary': _pt.Optional_Value<_i_resolved._T_Dictionary>;
|
|
@@ -1051,7 +1051,7 @@ export declare namespace _T_Node_Resolver {
|
|
|
1051
1051
|
namespace location_2_string {
|
|
1052
1052
|
type Source<G_Source> = G_Source;
|
|
1053
1053
|
}
|
|
1054
|
-
type location_2_string<G_Source> =
|
|
1054
|
+
type location_2_string<G_Source> = _i_resolve._T_Location_2_String<G_Source>;
|
|
1055
1055
|
namespace parameters {
|
|
1056
1056
|
namespace lookups {
|
|
1057
1057
|
namespace parent_sibling_property_resolvers {
|
|
@@ -1059,17 +1059,17 @@ export declare namespace _T_Node_Resolver {
|
|
|
1059
1059
|
}
|
|
1060
1060
|
type T<G_Source> = _i_resolved._T_Node_Resolver_Group.D;
|
|
1061
1061
|
}
|
|
1062
|
-
type parent_sibling_property_resolvers<G_Source> =
|
|
1062
|
+
type parent_sibling_property_resolvers<G_Source> = _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Node_Resolver_Group.D>;
|
|
1063
1063
|
namespace sibling_property_resolvers {
|
|
1064
1064
|
namespace T {
|
|
1065
1065
|
}
|
|
1066
1066
|
type T<G_Source> = _i_resolved._T_Node_Resolver_Group.D;
|
|
1067
1067
|
}
|
|
1068
|
-
type sibling_property_resolvers<G_Source> =
|
|
1068
|
+
type sibling_property_resolvers<G_Source> = _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Node_Resolver_Group.D>;
|
|
1069
1069
|
}
|
|
1070
1070
|
type lookups<G_Source> = {
|
|
1071
|
-
readonly 'parent sibling property resolvers':
|
|
1072
|
-
readonly 'sibling property resolvers':
|
|
1071
|
+
readonly 'parent sibling property resolvers': _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Node_Resolver_Group.D>;
|
|
1072
|
+
readonly 'sibling property resolvers': _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Node_Resolver_Group.D>;
|
|
1073
1073
|
};
|
|
1074
1074
|
namespace values {
|
|
1075
1075
|
namespace current_dictionary {
|
|
@@ -1136,8 +1136,8 @@ export declare namespace _T_Node_Resolver {
|
|
|
1136
1136
|
}
|
|
1137
1137
|
type parameters<G_Source> = {
|
|
1138
1138
|
readonly 'lookups': {
|
|
1139
|
-
readonly 'parent sibling property resolvers':
|
|
1140
|
-
readonly 'sibling property resolvers':
|
|
1139
|
+
readonly 'parent sibling property resolvers': _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Node_Resolver_Group.D>;
|
|
1140
|
+
readonly 'sibling property resolvers': _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Node_Resolver_Group.D>;
|
|
1141
1141
|
};
|
|
1142
1142
|
readonly 'values': {
|
|
1143
1143
|
readonly 'current dictionary': _pt.Optional_Value<_i_resolved._T_Dictionary>;
|
|
@@ -1166,7 +1166,7 @@ export declare namespace _T_Node_Resolver_Group {
|
|
|
1166
1166
|
namespace location_2_string {
|
|
1167
1167
|
type Source<G_Source> = G_Source;
|
|
1168
1168
|
}
|
|
1169
|
-
type location_2_string<G_Source> =
|
|
1169
|
+
type location_2_string<G_Source> = _i_resolve._T_Location_2_String<G_Source>;
|
|
1170
1170
|
namespace parameters {
|
|
1171
1171
|
namespace lookups {
|
|
1172
1172
|
namespace parent_sibling_property_resolvers {
|
|
@@ -1174,17 +1174,17 @@ export declare namespace _T_Node_Resolver_Group {
|
|
|
1174
1174
|
}
|
|
1175
1175
|
type T<G_Source> = _i_resolved._T_Node_Resolver_Group.D;
|
|
1176
1176
|
}
|
|
1177
|
-
type parent_sibling_property_resolvers<G_Source> =
|
|
1177
|
+
type parent_sibling_property_resolvers<G_Source> = _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Node_Resolver_Group.D>;
|
|
1178
1178
|
namespace sibling_property_resolvers {
|
|
1179
1179
|
namespace T {
|
|
1180
1180
|
}
|
|
1181
1181
|
type T<G_Source> = _i_resolved._T_Node_Resolver_Group.D;
|
|
1182
1182
|
}
|
|
1183
|
-
type sibling_property_resolvers<G_Source> =
|
|
1183
|
+
type sibling_property_resolvers<G_Source> = _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Node_Resolver_Group.D>;
|
|
1184
1184
|
}
|
|
1185
1185
|
type lookups<G_Source> = {
|
|
1186
|
-
readonly 'parent sibling property resolvers':
|
|
1187
|
-
readonly 'sibling property resolvers':
|
|
1186
|
+
readonly 'parent sibling property resolvers': _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Node_Resolver_Group.D>;
|
|
1187
|
+
readonly 'sibling property resolvers': _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Node_Resolver_Group.D>;
|
|
1188
1188
|
};
|
|
1189
1189
|
namespace values {
|
|
1190
1190
|
namespace current_dictionary {
|
|
@@ -1251,8 +1251,8 @@ export declare namespace _T_Node_Resolver_Group {
|
|
|
1251
1251
|
}
|
|
1252
1252
|
type parameters<G_Source> = {
|
|
1253
1253
|
readonly 'lookups': {
|
|
1254
|
-
readonly 'parent sibling property resolvers':
|
|
1255
|
-
readonly 'sibling property resolvers':
|
|
1254
|
+
readonly 'parent sibling property resolvers': _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Node_Resolver_Group.D>;
|
|
1255
|
+
readonly 'sibling property resolvers': _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Node_Resolver_Group.D>;
|
|
1256
1256
|
};
|
|
1257
1257
|
readonly 'values': {
|
|
1258
1258
|
readonly 'current dictionary': _pt.Optional_Value<_i_resolved._T_Dictionary>;
|
|
@@ -1281,7 +1281,7 @@ export declare namespace _T_Node_Resolver_List_Result {
|
|
|
1281
1281
|
namespace location_2_string {
|
|
1282
1282
|
type Source<G_Source> = G_Source;
|
|
1283
1283
|
}
|
|
1284
|
-
type location_2_string<G_Source> =
|
|
1284
|
+
type location_2_string<G_Source> = _i_resolve._T_Location_2_String<G_Source>;
|
|
1285
1285
|
namespace parameters {
|
|
1286
1286
|
namespace lookups {
|
|
1287
1287
|
namespace types {
|
|
@@ -1289,10 +1289,10 @@ export declare namespace _T_Node_Resolver_List_Result {
|
|
|
1289
1289
|
}
|
|
1290
1290
|
type T<G_Source> = _i_resolved._T_Types.D;
|
|
1291
1291
|
}
|
|
1292
|
-
type types<G_Source> =
|
|
1292
|
+
type types<G_Source> = _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Types.D>;
|
|
1293
1293
|
}
|
|
1294
1294
|
type lookups<G_Source> = {
|
|
1295
|
-
readonly 'types':
|
|
1295
|
+
readonly 'types': _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Types.D>;
|
|
1296
1296
|
};
|
|
1297
1297
|
namespace values {
|
|
1298
1298
|
namespace imports {
|
|
@@ -1308,7 +1308,7 @@ export declare namespace _T_Node_Resolver_List_Result {
|
|
|
1308
1308
|
}
|
|
1309
1309
|
type parameters<G_Source> = {
|
|
1310
1310
|
readonly 'lookups': {
|
|
1311
|
-
readonly 'types':
|
|
1311
|
+
readonly 'types': _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Types.D>;
|
|
1312
1312
|
};
|
|
1313
1313
|
readonly 'values': {
|
|
1314
1314
|
readonly 'imports': _pt.Optional_Value<_i_resolved._T_Imports>;
|
|
@@ -1328,7 +1328,7 @@ export declare namespace _T_Number_Type {
|
|
|
1328
1328
|
namespace location_2_string {
|
|
1329
1329
|
type Source<G_Source> = G_Source;
|
|
1330
1330
|
}
|
|
1331
|
-
type location_2_string<G_Source> =
|
|
1331
|
+
type location_2_string<G_Source> = _i_resolve._T_Location_2_String<G_Source>;
|
|
1332
1332
|
namespace parameters {
|
|
1333
1333
|
namespace lookups {
|
|
1334
1334
|
}
|
|
@@ -1355,7 +1355,7 @@ export declare namespace _T_Option_Constraints {
|
|
|
1355
1355
|
namespace location_2_string {
|
|
1356
1356
|
type Source<G_Source> = G_Source;
|
|
1357
1357
|
}
|
|
1358
|
-
type location_2_string<G_Source> =
|
|
1358
|
+
type location_2_string<G_Source> = _i_resolve._T_Location_2_String<G_Source>;
|
|
1359
1359
|
namespace parameters {
|
|
1360
1360
|
namespace lookups {
|
|
1361
1361
|
namespace parent_sibling_property_resolvers {
|
|
@@ -1363,17 +1363,17 @@ export declare namespace _T_Option_Constraints {
|
|
|
1363
1363
|
}
|
|
1364
1364
|
type T<G_Source> = _i_resolved._T_Node_Resolver_Group.D;
|
|
1365
1365
|
}
|
|
1366
|
-
type parent_sibling_property_resolvers<G_Source> =
|
|
1366
|
+
type parent_sibling_property_resolvers<G_Source> = _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Node_Resolver_Group.D>;
|
|
1367
1367
|
namespace sibling_property_resolvers {
|
|
1368
1368
|
namespace T {
|
|
1369
1369
|
}
|
|
1370
1370
|
type T<G_Source> = _i_resolved._T_Node_Resolver_Group.D;
|
|
1371
1371
|
}
|
|
1372
|
-
type sibling_property_resolvers<G_Source> =
|
|
1372
|
+
type sibling_property_resolvers<G_Source> = _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Node_Resolver_Group.D>;
|
|
1373
1373
|
}
|
|
1374
1374
|
type lookups<G_Source> = {
|
|
1375
|
-
readonly 'parent sibling property resolvers':
|
|
1376
|
-
readonly 'sibling property resolvers':
|
|
1375
|
+
readonly 'parent sibling property resolvers': _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Node_Resolver_Group.D>;
|
|
1376
|
+
readonly 'sibling property resolvers': _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Node_Resolver_Group.D>;
|
|
1377
1377
|
};
|
|
1378
1378
|
namespace values {
|
|
1379
1379
|
namespace current_dictionary {
|
|
@@ -1440,8 +1440,8 @@ export declare namespace _T_Option_Constraints {
|
|
|
1440
1440
|
}
|
|
1441
1441
|
type parameters<G_Source> = {
|
|
1442
1442
|
readonly 'lookups': {
|
|
1443
|
-
readonly 'parent sibling property resolvers':
|
|
1444
|
-
readonly 'sibling property resolvers':
|
|
1443
|
+
readonly 'parent sibling property resolvers': _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Node_Resolver_Group.D>;
|
|
1444
|
+
readonly 'sibling property resolvers': _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Node_Resolver_Group.D>;
|
|
1445
1445
|
};
|
|
1446
1446
|
readonly 'values': {
|
|
1447
1447
|
readonly 'current dictionary': _pt.Optional_Value<_i_resolved._T_Dictionary>;
|
|
@@ -1470,7 +1470,7 @@ export declare namespace _T_Optional_Value_Initialization {
|
|
|
1470
1470
|
namespace location_2_string {
|
|
1471
1471
|
type Source<G_Source> = G_Source;
|
|
1472
1472
|
}
|
|
1473
|
-
type location_2_string<G_Source> =
|
|
1473
|
+
type location_2_string<G_Source> = _i_resolve._T_Location_2_String<G_Source>;
|
|
1474
1474
|
namespace parameters {
|
|
1475
1475
|
namespace lookups {
|
|
1476
1476
|
namespace parent_sibling_property_resolvers {
|
|
@@ -1478,17 +1478,17 @@ export declare namespace _T_Optional_Value_Initialization {
|
|
|
1478
1478
|
}
|
|
1479
1479
|
type T<G_Source> = _i_resolved._T_Node_Resolver_Group.D;
|
|
1480
1480
|
}
|
|
1481
|
-
type parent_sibling_property_resolvers<G_Source> =
|
|
1481
|
+
type parent_sibling_property_resolvers<G_Source> = _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Node_Resolver_Group.D>;
|
|
1482
1482
|
namespace sibling_property_resolvers {
|
|
1483
1483
|
namespace T {
|
|
1484
1484
|
}
|
|
1485
1485
|
type T<G_Source> = _i_resolved._T_Node_Resolver_Group.D;
|
|
1486
1486
|
}
|
|
1487
|
-
type sibling_property_resolvers<G_Source> =
|
|
1487
|
+
type sibling_property_resolvers<G_Source> = _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Node_Resolver_Group.D>;
|
|
1488
1488
|
}
|
|
1489
1489
|
type lookups<G_Source> = {
|
|
1490
|
-
readonly 'parent sibling property resolvers':
|
|
1491
|
-
readonly 'sibling property resolvers':
|
|
1490
|
+
readonly 'parent sibling property resolvers': _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Node_Resolver_Group.D>;
|
|
1491
|
+
readonly 'sibling property resolvers': _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Node_Resolver_Group.D>;
|
|
1492
1492
|
};
|
|
1493
1493
|
namespace values {
|
|
1494
1494
|
namespace current_dictionary {
|
|
@@ -1555,8 +1555,8 @@ export declare namespace _T_Optional_Value_Initialization {
|
|
|
1555
1555
|
}
|
|
1556
1556
|
type parameters<G_Source> = {
|
|
1557
1557
|
readonly 'lookups': {
|
|
1558
|
-
readonly 'parent sibling property resolvers':
|
|
1559
|
-
readonly 'sibling property resolvers':
|
|
1558
|
+
readonly 'parent sibling property resolvers': _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Node_Resolver_Group.D>;
|
|
1559
|
+
readonly 'sibling property resolvers': _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Node_Resolver_Group.D>;
|
|
1560
1560
|
};
|
|
1561
1561
|
readonly 'values': {
|
|
1562
1562
|
readonly 'current dictionary': _pt.Optional_Value<_i_resolved._T_Dictionary>;
|
|
@@ -1585,7 +1585,7 @@ export declare namespace _T_Possible_Value_Selection {
|
|
|
1585
1585
|
namespace location_2_string {
|
|
1586
1586
|
type Source<G_Source> = G_Source;
|
|
1587
1587
|
}
|
|
1588
|
-
type location_2_string<G_Source> =
|
|
1588
|
+
type location_2_string<G_Source> = _i_resolve._T_Location_2_String<G_Source>;
|
|
1589
1589
|
namespace parameters {
|
|
1590
1590
|
namespace lookups {
|
|
1591
1591
|
namespace parent_sibling_property_resolvers {
|
|
@@ -1593,17 +1593,17 @@ export declare namespace _T_Possible_Value_Selection {
|
|
|
1593
1593
|
}
|
|
1594
1594
|
type T<G_Source> = _i_resolved._T_Node_Resolver_Group.D;
|
|
1595
1595
|
}
|
|
1596
|
-
type parent_sibling_property_resolvers<G_Source> =
|
|
1596
|
+
type parent_sibling_property_resolvers<G_Source> = _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Node_Resolver_Group.D>;
|
|
1597
1597
|
namespace sibling_property_resolvers {
|
|
1598
1598
|
namespace T {
|
|
1599
1599
|
}
|
|
1600
1600
|
type T<G_Source> = _i_resolved._T_Node_Resolver_Group.D;
|
|
1601
1601
|
}
|
|
1602
|
-
type sibling_property_resolvers<G_Source> =
|
|
1602
|
+
type sibling_property_resolvers<G_Source> = _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Node_Resolver_Group.D>;
|
|
1603
1603
|
}
|
|
1604
1604
|
type lookups<G_Source> = {
|
|
1605
|
-
readonly 'parent sibling property resolvers':
|
|
1606
|
-
readonly 'sibling property resolvers':
|
|
1605
|
+
readonly 'parent sibling property resolvers': _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Node_Resolver_Group.D>;
|
|
1606
|
+
readonly 'sibling property resolvers': _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Node_Resolver_Group.D>;
|
|
1607
1607
|
};
|
|
1608
1608
|
namespace values {
|
|
1609
1609
|
namespace current_dictionary {
|
|
@@ -1670,8 +1670,8 @@ export declare namespace _T_Possible_Value_Selection {
|
|
|
1670
1670
|
}
|
|
1671
1671
|
type parameters<G_Source> = {
|
|
1672
1672
|
readonly 'lookups': {
|
|
1673
|
-
readonly 'parent sibling property resolvers':
|
|
1674
|
-
readonly 'sibling property resolvers':
|
|
1673
|
+
readonly 'parent sibling property resolvers': _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Node_Resolver_Group.D>;
|
|
1674
|
+
readonly 'sibling property resolvers': _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Node_Resolver_Group.D>;
|
|
1675
1675
|
};
|
|
1676
1676
|
readonly 'values': {
|
|
1677
1677
|
readonly 'current dictionary': _pt.Optional_Value<_i_resolved._T_Dictionary>;
|
|
@@ -1700,7 +1700,7 @@ export declare namespace _T_Presence {
|
|
|
1700
1700
|
namespace location_2_string {
|
|
1701
1701
|
type Source<G_Source> = G_Source;
|
|
1702
1702
|
}
|
|
1703
|
-
type location_2_string<G_Source> =
|
|
1703
|
+
type location_2_string<G_Source> = _i_resolve._T_Location_2_String<G_Source>;
|
|
1704
1704
|
namespace parameters {
|
|
1705
1705
|
namespace lookups {
|
|
1706
1706
|
}
|
|
@@ -1727,7 +1727,7 @@ export declare namespace _T_Property_Constraint {
|
|
|
1727
1727
|
namespace location_2_string {
|
|
1728
1728
|
type Source<G_Source> = G_Source;
|
|
1729
1729
|
}
|
|
1730
|
-
type location_2_string<G_Source> =
|
|
1730
|
+
type location_2_string<G_Source> = _i_resolve._T_Location_2_String<G_Source>;
|
|
1731
1731
|
namespace parameters {
|
|
1732
1732
|
namespace lookups {
|
|
1733
1733
|
namespace property_constraints {
|
|
@@ -1735,10 +1735,10 @@ export declare namespace _T_Property_Constraint {
|
|
|
1735
1735
|
}
|
|
1736
1736
|
type T<G_Source> = _i_resolved._T_Property_Constraints.D;
|
|
1737
1737
|
}
|
|
1738
|
-
type property_constraints<G_Source> =
|
|
1738
|
+
type property_constraints<G_Source> = _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Property_Constraints.D>;
|
|
1739
1739
|
}
|
|
1740
1740
|
type lookups<G_Source> = {
|
|
1741
|
-
readonly 'property constraints':
|
|
1741
|
+
readonly 'property constraints': _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Property_Constraints.D>;
|
|
1742
1742
|
};
|
|
1743
1743
|
namespace values {
|
|
1744
1744
|
}
|
|
@@ -1746,7 +1746,7 @@ export declare namespace _T_Property_Constraint {
|
|
|
1746
1746
|
}
|
|
1747
1747
|
type parameters<G_Source> = {
|
|
1748
1748
|
readonly 'lookups': {
|
|
1749
|
-
readonly 'property constraints':
|
|
1749
|
+
readonly 'property constraints': _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Property_Constraints.D>;
|
|
1750
1750
|
};
|
|
1751
1751
|
readonly 'values': null;
|
|
1752
1752
|
};
|
|
@@ -1764,7 +1764,7 @@ export declare namespace _T_Property_Constraints {
|
|
|
1764
1764
|
namespace location_2_string {
|
|
1765
1765
|
type Source<G_Source> = G_Source;
|
|
1766
1766
|
}
|
|
1767
|
-
type location_2_string<G_Source> =
|
|
1767
|
+
type location_2_string<G_Source> = _i_resolve._T_Location_2_String<G_Source>;
|
|
1768
1768
|
namespace parameters {
|
|
1769
1769
|
namespace lookups {
|
|
1770
1770
|
}
|
|
@@ -1798,7 +1798,7 @@ export declare namespace _T_Reference_To_Property_Constraint {
|
|
|
1798
1798
|
namespace location_2_string {
|
|
1799
1799
|
type Source<G_Source> = G_Source;
|
|
1800
1800
|
}
|
|
1801
|
-
type location_2_string<G_Source> =
|
|
1801
|
+
type location_2_string<G_Source> = _i_resolve._T_Location_2_String<G_Source>;
|
|
1802
1802
|
namespace parameters {
|
|
1803
1803
|
namespace lookups {
|
|
1804
1804
|
namespace property_constraints {
|
|
@@ -1806,10 +1806,10 @@ export declare namespace _T_Reference_To_Property_Constraint {
|
|
|
1806
1806
|
}
|
|
1807
1807
|
type T<G_Source> = _i_resolved._T_Property_Constraints.D;
|
|
1808
1808
|
}
|
|
1809
|
-
type property_constraints<G_Source> =
|
|
1809
|
+
type property_constraints<G_Source> = _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Property_Constraints.D>;
|
|
1810
1810
|
}
|
|
1811
1811
|
type lookups<G_Source> = {
|
|
1812
|
-
readonly 'property constraints':
|
|
1812
|
+
readonly 'property constraints': _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Property_Constraints.D>;
|
|
1813
1813
|
};
|
|
1814
1814
|
namespace values {
|
|
1815
1815
|
}
|
|
@@ -1817,7 +1817,7 @@ export declare namespace _T_Reference_To_Property_Constraint {
|
|
|
1817
1817
|
}
|
|
1818
1818
|
type parameters<G_Source> = {
|
|
1819
1819
|
readonly 'lookups': {
|
|
1820
|
-
readonly 'property constraints':
|
|
1820
|
+
readonly 'property constraints': _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Property_Constraints.D>;
|
|
1821
1821
|
};
|
|
1822
1822
|
readonly 'values': null;
|
|
1823
1823
|
};
|
|
@@ -1835,7 +1835,7 @@ export declare namespace _T_Relative_Value_Selection {
|
|
|
1835
1835
|
namespace location_2_string {
|
|
1836
1836
|
type Source<G_Source> = G_Source;
|
|
1837
1837
|
}
|
|
1838
|
-
type location_2_string<G_Source> =
|
|
1838
|
+
type location_2_string<G_Source> = _i_resolve._T_Location_2_String<G_Source>;
|
|
1839
1839
|
namespace parameters {
|
|
1840
1840
|
namespace lookups {
|
|
1841
1841
|
}
|
|
@@ -1869,7 +1869,7 @@ export declare namespace _T_Resolve_Logic {
|
|
|
1869
1869
|
namespace location_2_string {
|
|
1870
1870
|
type Source<G_Source> = G_Source;
|
|
1871
1871
|
}
|
|
1872
|
-
type location_2_string<G_Source> =
|
|
1872
|
+
type location_2_string<G_Source> = _i_resolve._T_Location_2_String<G_Source>;
|
|
1873
1873
|
namespace parameters {
|
|
1874
1874
|
namespace lookups {
|
|
1875
1875
|
}
|
|
@@ -1908,7 +1908,7 @@ export declare namespace _T_Resolvers {
|
|
|
1908
1908
|
namespace location_2_string {
|
|
1909
1909
|
type Source<G_Source> = G_Source;
|
|
1910
1910
|
}
|
|
1911
|
-
type location_2_string<G_Source> =
|
|
1911
|
+
type location_2_string<G_Source> = _i_resolve._T_Location_2_String<G_Source>;
|
|
1912
1912
|
namespace parameters {
|
|
1913
1913
|
namespace lookups {
|
|
1914
1914
|
}
|
|
@@ -1952,7 +1952,7 @@ export declare namespace _T_Schema {
|
|
|
1952
1952
|
namespace location_2_string {
|
|
1953
1953
|
type Source<G_Source> = G_Source;
|
|
1954
1954
|
}
|
|
1955
|
-
type location_2_string<G_Source> =
|
|
1955
|
+
type location_2_string<G_Source> = _i_resolve._T_Location_2_String<G_Source>;
|
|
1956
1956
|
namespace parameters {
|
|
1957
1957
|
namespace lookups {
|
|
1958
1958
|
namespace sibling_schemas {
|
|
@@ -1960,10 +1960,10 @@ export declare namespace _T_Schema {
|
|
|
1960
1960
|
}
|
|
1961
1961
|
type T<G_Source> = _i_resolved._T_Schemas.D;
|
|
1962
1962
|
}
|
|
1963
|
-
type sibling_schemas<G_Source> =
|
|
1963
|
+
type sibling_schemas<G_Source> = _i_resolve._T_Lookup_Stack<_i_resolved._T_Schemas.D>;
|
|
1964
1964
|
}
|
|
1965
1965
|
type lookups<G_Source> = {
|
|
1966
|
-
readonly 'sibling schemas':
|
|
1966
|
+
readonly 'sibling schemas': _i_resolve._T_Lookup_Stack<_i_resolved._T_Schemas.D>;
|
|
1967
1967
|
};
|
|
1968
1968
|
namespace values {
|
|
1969
1969
|
}
|
|
@@ -1971,7 +1971,7 @@ export declare namespace _T_Schema {
|
|
|
1971
1971
|
}
|
|
1972
1972
|
type parameters<G_Source> = {
|
|
1973
1973
|
readonly 'lookups': {
|
|
1974
|
-
readonly 'sibling schemas':
|
|
1974
|
+
readonly 'sibling schemas': _i_resolve._T_Lookup_Stack<_i_resolved._T_Schemas.D>;
|
|
1975
1975
|
};
|
|
1976
1976
|
readonly 'values': null;
|
|
1977
1977
|
};
|
|
@@ -1989,7 +1989,7 @@ export declare namespace _T_Schemas {
|
|
|
1989
1989
|
namespace location_2_string {
|
|
1990
1990
|
type Source<G_Source> = G_Source;
|
|
1991
1991
|
}
|
|
1992
|
-
type location_2_string<G_Source> =
|
|
1992
|
+
type location_2_string<G_Source> = _i_resolve._T_Location_2_String<G_Source>;
|
|
1993
1993
|
namespace parameters {
|
|
1994
1994
|
namespace lookups {
|
|
1995
1995
|
namespace sibling_schemas {
|
|
@@ -1997,10 +1997,10 @@ export declare namespace _T_Schemas {
|
|
|
1997
1997
|
}
|
|
1998
1998
|
type T<G_Source> = _i_resolved._T_Schemas.D;
|
|
1999
1999
|
}
|
|
2000
|
-
type sibling_schemas<G_Source> =
|
|
2000
|
+
type sibling_schemas<G_Source> = _i_resolve._T_Lookup_Stack<_i_resolved._T_Schemas.D>;
|
|
2001
2001
|
}
|
|
2002
2002
|
type lookups<G_Source> = {
|
|
2003
|
-
readonly 'sibling schemas':
|
|
2003
|
+
readonly 'sibling schemas': _i_resolve._T_Lookup_Stack<_i_resolved._T_Schemas.D>;
|
|
2004
2004
|
};
|
|
2005
2005
|
namespace values {
|
|
2006
2006
|
}
|
|
@@ -2008,7 +2008,7 @@ export declare namespace _T_Schemas {
|
|
|
2008
2008
|
}
|
|
2009
2009
|
type parameters<G_Source> = {
|
|
2010
2010
|
readonly 'lookups': {
|
|
2011
|
-
readonly 'sibling schemas':
|
|
2011
|
+
readonly 'sibling schemas': _i_resolve._T_Lookup_Stack<_i_resolved._T_Schemas.D>;
|
|
2012
2012
|
};
|
|
2013
2013
|
readonly 'values': null;
|
|
2014
2014
|
};
|
|
@@ -2026,7 +2026,7 @@ export declare namespace _T_Signature {
|
|
|
2026
2026
|
namespace location_2_string {
|
|
2027
2027
|
type Source<G_Source> = G_Source;
|
|
2028
2028
|
}
|
|
2029
|
-
type location_2_string<G_Source> =
|
|
2029
|
+
type location_2_string<G_Source> = _i_resolve._T_Location_2_String<G_Source>;
|
|
2030
2030
|
namespace parameters {
|
|
2031
2031
|
namespace lookups {
|
|
2032
2032
|
namespace sibling_signatures {
|
|
@@ -2034,10 +2034,10 @@ export declare namespace _T_Signature {
|
|
|
2034
2034
|
}
|
|
2035
2035
|
type T<G_Source> = _i_resolved._T_Signatures.D;
|
|
2036
2036
|
}
|
|
2037
|
-
type sibling_signatures<G_Source> =
|
|
2037
|
+
type sibling_signatures<G_Source> = _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Signatures.D>;
|
|
2038
2038
|
}
|
|
2039
2039
|
type lookups<G_Source> = {
|
|
2040
|
-
readonly 'sibling signatures':
|
|
2040
|
+
readonly 'sibling signatures': _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Signatures.D>;
|
|
2041
2041
|
};
|
|
2042
2042
|
namespace values {
|
|
2043
2043
|
namespace imports {
|
|
@@ -2058,7 +2058,7 @@ export declare namespace _T_Signature {
|
|
|
2058
2058
|
}
|
|
2059
2059
|
type parameters<G_Source> = {
|
|
2060
2060
|
readonly 'lookups': {
|
|
2061
|
-
readonly 'sibling signatures':
|
|
2061
|
+
readonly 'sibling signatures': _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Signatures.D>;
|
|
2062
2062
|
};
|
|
2063
2063
|
readonly 'values': {
|
|
2064
2064
|
readonly 'imports': _i_resolved._T_Imports;
|
|
@@ -2080,7 +2080,7 @@ export declare namespace _T_Signature_Parameters {
|
|
|
2080
2080
|
namespace location_2_string {
|
|
2081
2081
|
type Source<G_Source> = G_Source;
|
|
2082
2082
|
}
|
|
2083
|
-
type location_2_string<G_Source> =
|
|
2083
|
+
type location_2_string<G_Source> = _i_resolve._T_Location_2_String<G_Source>;
|
|
2084
2084
|
namespace parameters {
|
|
2085
2085
|
namespace lookups {
|
|
2086
2086
|
}
|
|
@@ -2119,7 +2119,7 @@ export declare namespace _T_Signatures {
|
|
|
2119
2119
|
namespace location_2_string {
|
|
2120
2120
|
type Source<G_Source> = G_Source;
|
|
2121
2121
|
}
|
|
2122
|
-
type location_2_string<G_Source> =
|
|
2122
|
+
type location_2_string<G_Source> = _i_resolve._T_Location_2_String<G_Source>;
|
|
2123
2123
|
namespace parameters {
|
|
2124
2124
|
namespace lookups {
|
|
2125
2125
|
}
|
|
@@ -2158,7 +2158,7 @@ export declare namespace _T_Text_Type {
|
|
|
2158
2158
|
namespace location_2_string {
|
|
2159
2159
|
type Source<G_Source> = G_Source;
|
|
2160
2160
|
}
|
|
2161
|
-
type location_2_string<G_Source> =
|
|
2161
|
+
type location_2_string<G_Source> = _i_resolve._T_Location_2_String<G_Source>;
|
|
2162
2162
|
namespace parameters {
|
|
2163
2163
|
namespace lookups {
|
|
2164
2164
|
}
|
|
@@ -2185,7 +2185,7 @@ export declare namespace _T_Type {
|
|
|
2185
2185
|
namespace location_2_string {
|
|
2186
2186
|
type Source<G_Source> = G_Source;
|
|
2187
2187
|
}
|
|
2188
|
-
type location_2_string<G_Source> =
|
|
2188
|
+
type location_2_string<G_Source> = _i_resolve._T_Location_2_String<G_Source>;
|
|
2189
2189
|
namespace parameters {
|
|
2190
2190
|
namespace lookups {
|
|
2191
2191
|
namespace noncircular_sibling_types {
|
|
@@ -2193,17 +2193,17 @@ export declare namespace _T_Type {
|
|
|
2193
2193
|
}
|
|
2194
2194
|
type T<G_Source> = _i_resolved._T_Types.D;
|
|
2195
2195
|
}
|
|
2196
|
-
type noncircular_sibling_types<G_Source> =
|
|
2196
|
+
type noncircular_sibling_types<G_Source> = _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Types.D>;
|
|
2197
2197
|
namespace possibly_circular_dependent_sibling_types {
|
|
2198
2198
|
namespace T {
|
|
2199
2199
|
}
|
|
2200
2200
|
type T<G_Source> = _i_resolved._T_Types.D;
|
|
2201
2201
|
}
|
|
2202
|
-
type possibly_circular_dependent_sibling_types<G_Source> =
|
|
2202
|
+
type possibly_circular_dependent_sibling_types<G_Source> = _i_resolve._T_Cyclic_Lookup<_i_resolved._T_Types.D>;
|
|
2203
2203
|
}
|
|
2204
2204
|
type lookups<G_Source> = {
|
|
2205
|
-
readonly 'noncircular sibling types':
|
|
2206
|
-
readonly 'possibly circular dependent sibling types':
|
|
2205
|
+
readonly 'noncircular sibling types': _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Types.D>;
|
|
2206
|
+
readonly 'possibly circular dependent sibling types': _i_resolve._T_Cyclic_Lookup<_i_resolved._T_Types.D>;
|
|
2207
2207
|
};
|
|
2208
2208
|
namespace values {
|
|
2209
2209
|
namespace globals {
|
|
@@ -2226,8 +2226,8 @@ export declare namespace _T_Type {
|
|
|
2226
2226
|
}
|
|
2227
2227
|
type parameters<G_Source> = {
|
|
2228
2228
|
readonly 'lookups': {
|
|
2229
|
-
readonly 'noncircular sibling types':
|
|
2230
|
-
readonly 'possibly circular dependent sibling types':
|
|
2229
|
+
readonly 'noncircular sibling types': _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Types.D>;
|
|
2230
|
+
readonly 'possibly circular dependent sibling types': _i_resolve._T_Cyclic_Lookup<_i_resolved._T_Types.D>;
|
|
2231
2231
|
};
|
|
2232
2232
|
readonly 'values': {
|
|
2233
2233
|
readonly 'globals': _pt.Optional_Value<_i_resolved._T_Globals>;
|
|
@@ -2248,7 +2248,7 @@ export declare namespace _T_Type_Node {
|
|
|
2248
2248
|
namespace location_2_string {
|
|
2249
2249
|
type Source<G_Source> = G_Source;
|
|
2250
2250
|
}
|
|
2251
|
-
type location_2_string<G_Source> =
|
|
2251
|
+
type location_2_string<G_Source> = _i_resolve._T_Location_2_String<G_Source>;
|
|
2252
2252
|
namespace parameters {
|
|
2253
2253
|
namespace lookups {
|
|
2254
2254
|
namespace noncircular_sibling_types {
|
|
@@ -2256,17 +2256,17 @@ export declare namespace _T_Type_Node {
|
|
|
2256
2256
|
}
|
|
2257
2257
|
type T<G_Source> = _i_resolved._T_Types.D;
|
|
2258
2258
|
}
|
|
2259
|
-
type noncircular_sibling_types<G_Source> =
|
|
2259
|
+
type noncircular_sibling_types<G_Source> = _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Types.D>;
|
|
2260
2260
|
namespace possibly_circular_dependent_sibling_types {
|
|
2261
2261
|
namespace T {
|
|
2262
2262
|
}
|
|
2263
2263
|
type T<G_Source> = _i_resolved._T_Types.D;
|
|
2264
2264
|
}
|
|
2265
|
-
type possibly_circular_dependent_sibling_types<G_Source> =
|
|
2265
|
+
type possibly_circular_dependent_sibling_types<G_Source> = _i_resolve._T_Cyclic_Lookup<_i_resolved._T_Types.D>;
|
|
2266
2266
|
}
|
|
2267
2267
|
type lookups<G_Source> = {
|
|
2268
|
-
readonly 'noncircular sibling types':
|
|
2269
|
-
readonly 'possibly circular dependent sibling types':
|
|
2268
|
+
readonly 'noncircular sibling types': _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Types.D>;
|
|
2269
|
+
readonly 'possibly circular dependent sibling types': _i_resolve._T_Cyclic_Lookup<_i_resolved._T_Types.D>;
|
|
2270
2270
|
};
|
|
2271
2271
|
namespace values {
|
|
2272
2272
|
namespace globals {
|
|
@@ -2293,8 +2293,8 @@ export declare namespace _T_Type_Node {
|
|
|
2293
2293
|
}
|
|
2294
2294
|
type parameters<G_Source> = {
|
|
2295
2295
|
readonly 'lookups': {
|
|
2296
|
-
readonly 'noncircular sibling types':
|
|
2297
|
-
readonly 'possibly circular dependent sibling types':
|
|
2296
|
+
readonly 'noncircular sibling types': _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Types.D>;
|
|
2297
|
+
readonly 'possibly circular dependent sibling types': _i_resolve._T_Cyclic_Lookup<_i_resolved._T_Types.D>;
|
|
2298
2298
|
};
|
|
2299
2299
|
readonly 'values': {
|
|
2300
2300
|
readonly 'globals': _pt.Optional_Value<_i_resolved._T_Globals>;
|
|
@@ -2316,7 +2316,7 @@ export declare namespace _T_Type_Node_Reference {
|
|
|
2316
2316
|
namespace location_2_string {
|
|
2317
2317
|
type Source<G_Source> = G_Source;
|
|
2318
2318
|
}
|
|
2319
|
-
type location_2_string<G_Source> =
|
|
2319
|
+
type location_2_string<G_Source> = _i_resolve._T_Location_2_String<G_Source>;
|
|
2320
2320
|
namespace parameters {
|
|
2321
2321
|
namespace lookups {
|
|
2322
2322
|
namespace types {
|
|
@@ -2324,10 +2324,10 @@ export declare namespace _T_Type_Node_Reference {
|
|
|
2324
2324
|
}
|
|
2325
2325
|
type T<G_Source> = _i_resolved._T_Types.D;
|
|
2326
2326
|
}
|
|
2327
|
-
type types<G_Source> =
|
|
2327
|
+
type types<G_Source> = _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Types.D>;
|
|
2328
2328
|
}
|
|
2329
2329
|
type lookups<G_Source> = {
|
|
2330
|
-
readonly 'types':
|
|
2330
|
+
readonly 'types': _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Types.D>;
|
|
2331
2331
|
};
|
|
2332
2332
|
namespace values {
|
|
2333
2333
|
namespace imports {
|
|
@@ -2343,7 +2343,7 @@ export declare namespace _T_Type_Node_Reference {
|
|
|
2343
2343
|
}
|
|
2344
2344
|
type parameters<G_Source> = {
|
|
2345
2345
|
readonly 'lookups': {
|
|
2346
|
-
readonly 'types':
|
|
2346
|
+
readonly 'types': _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Types.D>;
|
|
2347
2347
|
};
|
|
2348
2348
|
readonly 'values': {
|
|
2349
2349
|
readonly 'imports': _pt.Optional_Value<_i_resolved._T_Imports>;
|
|
@@ -2363,7 +2363,7 @@ export declare namespace _T_Type_Parameters {
|
|
|
2363
2363
|
namespace location_2_string {
|
|
2364
2364
|
type Source<G_Source> = G_Source;
|
|
2365
2365
|
}
|
|
2366
|
-
type location_2_string<G_Source> =
|
|
2366
|
+
type location_2_string<G_Source> = _i_resolve._T_Location_2_String<G_Source>;
|
|
2367
2367
|
namespace parameters {
|
|
2368
2368
|
namespace lookups {
|
|
2369
2369
|
}
|
|
@@ -2390,7 +2390,7 @@ export declare namespace _T_Type_Reference {
|
|
|
2390
2390
|
namespace location_2_string {
|
|
2391
2391
|
type Source<G_Source> = G_Source;
|
|
2392
2392
|
}
|
|
2393
|
-
type location_2_string<G_Source> =
|
|
2393
|
+
type location_2_string<G_Source> = _i_resolve._T_Location_2_String<G_Source>;
|
|
2394
2394
|
namespace parameters {
|
|
2395
2395
|
namespace lookups {
|
|
2396
2396
|
namespace types {
|
|
@@ -2398,10 +2398,10 @@ export declare namespace _T_Type_Reference {
|
|
|
2398
2398
|
}
|
|
2399
2399
|
type T<G_Source> = _i_resolved._T_Types.D;
|
|
2400
2400
|
}
|
|
2401
|
-
type types<G_Source> =
|
|
2401
|
+
type types<G_Source> = _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Types.D>;
|
|
2402
2402
|
}
|
|
2403
2403
|
type lookups<G_Source> = {
|
|
2404
|
-
readonly 'types':
|
|
2404
|
+
readonly 'types': _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Types.D>;
|
|
2405
2405
|
};
|
|
2406
2406
|
namespace values {
|
|
2407
2407
|
namespace imports {
|
|
@@ -2417,7 +2417,7 @@ export declare namespace _T_Type_Reference {
|
|
|
2417
2417
|
}
|
|
2418
2418
|
type parameters<G_Source> = {
|
|
2419
2419
|
readonly 'lookups': {
|
|
2420
|
-
readonly 'types':
|
|
2420
|
+
readonly 'types': _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Types.D>;
|
|
2421
2421
|
};
|
|
2422
2422
|
readonly 'values': {
|
|
2423
2423
|
readonly 'imports': _pt.Optional_Value<_i_resolved._T_Imports>;
|
|
@@ -2437,7 +2437,7 @@ export declare namespace _T_Types {
|
|
|
2437
2437
|
namespace location_2_string {
|
|
2438
2438
|
type Source<G_Source> = G_Source;
|
|
2439
2439
|
}
|
|
2440
|
-
type location_2_string<G_Source> =
|
|
2440
|
+
type location_2_string<G_Source> = _i_resolve._T_Location_2_String<G_Source>;
|
|
2441
2441
|
namespace parameters {
|
|
2442
2442
|
namespace lookups {
|
|
2443
2443
|
}
|
|
@@ -2482,7 +2482,7 @@ export declare namespace Benchmark {
|
|
|
2482
2482
|
namespace location_2_string {
|
|
2483
2483
|
type Source<G_Source> = G_Source;
|
|
2484
2484
|
}
|
|
2485
|
-
type location_2_string<G_Source> =
|
|
2485
|
+
type location_2_string<G_Source> = _i_resolve._T_Location_2_String<G_Source>;
|
|
2486
2486
|
namespace parameters {
|
|
2487
2487
|
namespace lookups {
|
|
2488
2488
|
namespace parent_sibling_property_resolvers {
|
|
@@ -2490,17 +2490,17 @@ export declare namespace Benchmark {
|
|
|
2490
2490
|
}
|
|
2491
2491
|
type T<G_Source> = _i_resolved._T_Node_Resolver_Group.D;
|
|
2492
2492
|
}
|
|
2493
|
-
type parent_sibling_property_resolvers<G_Source> =
|
|
2493
|
+
type parent_sibling_property_resolvers<G_Source> = _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Node_Resolver_Group.D>;
|
|
2494
2494
|
namespace sibling_property_resolvers {
|
|
2495
2495
|
namespace T {
|
|
2496
2496
|
}
|
|
2497
2497
|
type T<G_Source> = _i_resolved._T_Node_Resolver_Group.D;
|
|
2498
2498
|
}
|
|
2499
|
-
type sibling_property_resolvers<G_Source> =
|
|
2499
|
+
type sibling_property_resolvers<G_Source> = _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Node_Resolver_Group.D>;
|
|
2500
2500
|
}
|
|
2501
2501
|
type lookups<G_Source> = {
|
|
2502
|
-
readonly 'parent sibling property resolvers':
|
|
2503
|
-
readonly 'sibling property resolvers':
|
|
2502
|
+
readonly 'parent sibling property resolvers': _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Node_Resolver_Group.D>;
|
|
2503
|
+
readonly 'sibling property resolvers': _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Node_Resolver_Group.D>;
|
|
2504
2504
|
};
|
|
2505
2505
|
namespace values {
|
|
2506
2506
|
namespace current_dictionary {
|
|
@@ -2567,8 +2567,8 @@ export declare namespace Benchmark {
|
|
|
2567
2567
|
}
|
|
2568
2568
|
type parameters<G_Source> = {
|
|
2569
2569
|
readonly 'lookups': {
|
|
2570
|
-
readonly 'parent sibling property resolvers':
|
|
2571
|
-
readonly 'sibling property resolvers':
|
|
2570
|
+
readonly 'parent sibling property resolvers': _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Node_Resolver_Group.D>;
|
|
2571
|
+
readonly 'sibling property resolvers': _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Node_Resolver_Group.D>;
|
|
2572
2572
|
};
|
|
2573
2573
|
readonly 'values': {
|
|
2574
2574
|
readonly 'current dictionary': _pt.Optional_Value<_i_resolved._T_Dictionary>;
|
|
@@ -2597,7 +2597,7 @@ export declare namespace Constraint {
|
|
|
2597
2597
|
namespace location_2_string {
|
|
2598
2598
|
type Source<G_Source> = G_Source;
|
|
2599
2599
|
}
|
|
2600
|
-
type location_2_string<G_Source> =
|
|
2600
|
+
type location_2_string<G_Source> = _i_resolve._T_Location_2_String<G_Source>;
|
|
2601
2601
|
namespace parameters {
|
|
2602
2602
|
namespace lookups {
|
|
2603
2603
|
}
|
|
@@ -2631,7 +2631,7 @@ export declare namespace Dictionary {
|
|
|
2631
2631
|
namespace location_2_string {
|
|
2632
2632
|
type Source<G_Source> = G_Source;
|
|
2633
2633
|
}
|
|
2634
|
-
type location_2_string<G_Source> =
|
|
2634
|
+
type location_2_string<G_Source> = _i_resolve._T_Location_2_String<G_Source>;
|
|
2635
2635
|
namespace parameters {
|
|
2636
2636
|
namespace lookups {
|
|
2637
2637
|
namespace noncircular_sibling_types {
|
|
@@ -2639,17 +2639,17 @@ export declare namespace Dictionary {
|
|
|
2639
2639
|
}
|
|
2640
2640
|
type T<G_Source> = _i_resolved._T_Types.D;
|
|
2641
2641
|
}
|
|
2642
|
-
type noncircular_sibling_types<G_Source> =
|
|
2642
|
+
type noncircular_sibling_types<G_Source> = _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Types.D>;
|
|
2643
2643
|
namespace possibly_circular_dependent_sibling_types {
|
|
2644
2644
|
namespace T {
|
|
2645
2645
|
}
|
|
2646
2646
|
type T<G_Source> = _i_resolved._T_Types.D;
|
|
2647
2647
|
}
|
|
2648
|
-
type possibly_circular_dependent_sibling_types<G_Source> =
|
|
2648
|
+
type possibly_circular_dependent_sibling_types<G_Source> = _i_resolve._T_Cyclic_Lookup<_i_resolved._T_Types.D>;
|
|
2649
2649
|
}
|
|
2650
2650
|
type lookups<G_Source> = {
|
|
2651
|
-
readonly 'noncircular sibling types':
|
|
2652
|
-
readonly 'possibly circular dependent sibling types':
|
|
2651
|
+
readonly 'noncircular sibling types': _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Types.D>;
|
|
2652
|
+
readonly 'possibly circular dependent sibling types': _i_resolve._T_Cyclic_Lookup<_i_resolved._T_Types.D>;
|
|
2653
2653
|
};
|
|
2654
2654
|
namespace values {
|
|
2655
2655
|
namespace globals {
|
|
@@ -2676,8 +2676,8 @@ export declare namespace Dictionary {
|
|
|
2676
2676
|
}
|
|
2677
2677
|
type parameters<G_Source> = {
|
|
2678
2678
|
readonly 'lookups': {
|
|
2679
|
-
readonly 'noncircular sibling types':
|
|
2680
|
-
readonly 'possibly circular dependent sibling types':
|
|
2679
|
+
readonly 'noncircular sibling types': _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Types.D>;
|
|
2680
|
+
readonly 'possibly circular dependent sibling types': _i_resolve._T_Cyclic_Lookup<_i_resolved._T_Types.D>;
|
|
2681
2681
|
};
|
|
2682
2682
|
readonly 'values': {
|
|
2683
2683
|
readonly 'globals': _pt.Optional_Value<_i_resolved._T_Globals>;
|
|
@@ -2699,7 +2699,7 @@ export declare namespace Globals {
|
|
|
2699
2699
|
namespace location_2_string {
|
|
2700
2700
|
type Source<G_Source> = G_Source;
|
|
2701
2701
|
}
|
|
2702
|
-
type location_2_string<G_Source> =
|
|
2702
|
+
type location_2_string<G_Source> = _i_resolve._T_Location_2_String<G_Source>;
|
|
2703
2703
|
namespace parameters {
|
|
2704
2704
|
namespace lookups {
|
|
2705
2705
|
}
|
|
@@ -2726,7 +2726,7 @@ export declare namespace Group {
|
|
|
2726
2726
|
namespace location_2_string {
|
|
2727
2727
|
type Source<G_Source> = G_Source;
|
|
2728
2728
|
}
|
|
2729
|
-
type location_2_string<G_Source> =
|
|
2729
|
+
type location_2_string<G_Source> = _i_resolve._T_Location_2_String<G_Source>;
|
|
2730
2730
|
namespace parameters {
|
|
2731
2731
|
namespace lookups {
|
|
2732
2732
|
namespace noncircular_sibling_types {
|
|
@@ -2734,17 +2734,17 @@ export declare namespace Group {
|
|
|
2734
2734
|
}
|
|
2735
2735
|
type T<G_Source> = _i_resolved._T_Types.D;
|
|
2736
2736
|
}
|
|
2737
|
-
type noncircular_sibling_types<G_Source> =
|
|
2737
|
+
type noncircular_sibling_types<G_Source> = _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Types.D>;
|
|
2738
2738
|
namespace possibly_circular_dependent_sibling_types {
|
|
2739
2739
|
namespace T {
|
|
2740
2740
|
}
|
|
2741
2741
|
type T<G_Source> = _i_resolved._T_Types.D;
|
|
2742
2742
|
}
|
|
2743
|
-
type possibly_circular_dependent_sibling_types<G_Source> =
|
|
2743
|
+
type possibly_circular_dependent_sibling_types<G_Source> = _i_resolve._T_Cyclic_Lookup<_i_resolved._T_Types.D>;
|
|
2744
2744
|
}
|
|
2745
2745
|
type lookups<G_Source> = {
|
|
2746
|
-
readonly 'noncircular sibling types':
|
|
2747
|
-
readonly 'possibly circular dependent sibling types':
|
|
2746
|
+
readonly 'noncircular sibling types': _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Types.D>;
|
|
2747
|
+
readonly 'possibly circular dependent sibling types': _i_resolve._T_Cyclic_Lookup<_i_resolved._T_Types.D>;
|
|
2748
2748
|
};
|
|
2749
2749
|
namespace values {
|
|
2750
2750
|
namespace globals {
|
|
@@ -2771,8 +2771,8 @@ export declare namespace Group {
|
|
|
2771
2771
|
}
|
|
2772
2772
|
type parameters<G_Source> = {
|
|
2773
2773
|
readonly 'lookups': {
|
|
2774
|
-
readonly 'noncircular sibling types':
|
|
2775
|
-
readonly 'possibly circular dependent sibling types':
|
|
2774
|
+
readonly 'noncircular sibling types': _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Types.D>;
|
|
2775
|
+
readonly 'possibly circular dependent sibling types': _i_resolve._T_Cyclic_Lookup<_i_resolved._T_Types.D>;
|
|
2776
2776
|
};
|
|
2777
2777
|
readonly 'values': {
|
|
2778
2778
|
readonly 'globals': _pt.Optional_Value<_i_resolved._T_Globals>;
|
|
@@ -2794,7 +2794,7 @@ export declare namespace Guaranteed_Value_Selection {
|
|
|
2794
2794
|
namespace location_2_string {
|
|
2795
2795
|
type Source<G_Source> = G_Source;
|
|
2796
2796
|
}
|
|
2797
|
-
type location_2_string<G_Source> =
|
|
2797
|
+
type location_2_string<G_Source> = _i_resolve._T_Location_2_String<G_Source>;
|
|
2798
2798
|
namespace parameters {
|
|
2799
2799
|
namespace lookups {
|
|
2800
2800
|
namespace parent_sibling_property_resolvers {
|
|
@@ -2802,17 +2802,17 @@ export declare namespace Guaranteed_Value_Selection {
|
|
|
2802
2802
|
}
|
|
2803
2803
|
type T<G_Source> = _i_resolved._T_Node_Resolver_Group.D;
|
|
2804
2804
|
}
|
|
2805
|
-
type parent_sibling_property_resolvers<G_Source> =
|
|
2805
|
+
type parent_sibling_property_resolvers<G_Source> = _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Node_Resolver_Group.D>;
|
|
2806
2806
|
namespace sibling_property_resolvers {
|
|
2807
2807
|
namespace T {
|
|
2808
2808
|
}
|
|
2809
2809
|
type T<G_Source> = _i_resolved._T_Node_Resolver_Group.D;
|
|
2810
2810
|
}
|
|
2811
|
-
type sibling_property_resolvers<G_Source> =
|
|
2811
|
+
type sibling_property_resolvers<G_Source> = _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Node_Resolver_Group.D>;
|
|
2812
2812
|
}
|
|
2813
2813
|
type lookups<G_Source> = {
|
|
2814
|
-
readonly 'parent sibling property resolvers':
|
|
2815
|
-
readonly 'sibling property resolvers':
|
|
2814
|
+
readonly 'parent sibling property resolvers': _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Node_Resolver_Group.D>;
|
|
2815
|
+
readonly 'sibling property resolvers': _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Node_Resolver_Group.D>;
|
|
2816
2816
|
};
|
|
2817
2817
|
namespace values {
|
|
2818
2818
|
namespace current_dictionary {
|
|
@@ -2879,8 +2879,8 @@ export declare namespace Guaranteed_Value_Selection {
|
|
|
2879
2879
|
}
|
|
2880
2880
|
type parameters<G_Source> = {
|
|
2881
2881
|
readonly 'lookups': {
|
|
2882
|
-
readonly 'parent sibling property resolvers':
|
|
2883
|
-
readonly 'sibling property resolvers':
|
|
2882
|
+
readonly 'parent sibling property resolvers': _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Node_Resolver_Group.D>;
|
|
2883
|
+
readonly 'sibling property resolvers': _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Node_Resolver_Group.D>;
|
|
2884
2884
|
};
|
|
2885
2885
|
readonly 'values': {
|
|
2886
2886
|
readonly 'current dictionary': _pt.Optional_Value<_i_resolved._T_Dictionary>;
|
|
@@ -2909,7 +2909,7 @@ export declare namespace Imports {
|
|
|
2909
2909
|
namespace location_2_string {
|
|
2910
2910
|
type Source<G_Source> = G_Source;
|
|
2911
2911
|
}
|
|
2912
|
-
type location_2_string<G_Source> =
|
|
2912
|
+
type location_2_string<G_Source> = _i_resolve._T_Location_2_String<G_Source>;
|
|
2913
2913
|
namespace parameters {
|
|
2914
2914
|
namespace lookups {
|
|
2915
2915
|
namespace sibling_schemas {
|
|
@@ -2917,10 +2917,10 @@ export declare namespace Imports {
|
|
|
2917
2917
|
}
|
|
2918
2918
|
type T<G_Source> = _i_resolved._T_Schemas.D;
|
|
2919
2919
|
}
|
|
2920
|
-
type sibling_schemas<G_Source> =
|
|
2920
|
+
type sibling_schemas<G_Source> = _i_resolve._T_Lookup_Stack<_i_resolved._T_Schemas.D>;
|
|
2921
2921
|
}
|
|
2922
2922
|
type lookups<G_Source> = {
|
|
2923
|
-
readonly 'sibling schemas':
|
|
2923
|
+
readonly 'sibling schemas': _i_resolve._T_Lookup_Stack<_i_resolved._T_Schemas.D>;
|
|
2924
2924
|
};
|
|
2925
2925
|
namespace values {
|
|
2926
2926
|
}
|
|
@@ -2928,7 +2928,7 @@ export declare namespace Imports {
|
|
|
2928
2928
|
}
|
|
2929
2929
|
type parameters<G_Source> = {
|
|
2930
2930
|
readonly 'lookups': {
|
|
2931
|
-
readonly 'sibling schemas':
|
|
2931
|
+
readonly 'sibling schemas': _i_resolve._T_Lookup_Stack<_i_resolved._T_Schemas.D>;
|
|
2932
2932
|
};
|
|
2933
2933
|
readonly 'values': null;
|
|
2934
2934
|
};
|
|
@@ -2946,7 +2946,7 @@ export declare namespace Lookup_Selection {
|
|
|
2946
2946
|
namespace location_2_string {
|
|
2947
2947
|
type Source<G_Source> = G_Source;
|
|
2948
2948
|
}
|
|
2949
|
-
type location_2_string<G_Source> =
|
|
2949
|
+
type location_2_string<G_Source> = _i_resolve._T_Location_2_String<G_Source>;
|
|
2950
2950
|
namespace parameters {
|
|
2951
2951
|
namespace lookups {
|
|
2952
2952
|
namespace parent_sibling_property_resolvers {
|
|
@@ -2954,17 +2954,17 @@ export declare namespace Lookup_Selection {
|
|
|
2954
2954
|
}
|
|
2955
2955
|
type T<G_Source> = _i_resolved._T_Node_Resolver_Group.D;
|
|
2956
2956
|
}
|
|
2957
|
-
type parent_sibling_property_resolvers<G_Source> =
|
|
2957
|
+
type parent_sibling_property_resolvers<G_Source> = _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Node_Resolver_Group.D>;
|
|
2958
2958
|
namespace sibling_property_resolvers {
|
|
2959
2959
|
namespace T {
|
|
2960
2960
|
}
|
|
2961
2961
|
type T<G_Source> = _i_resolved._T_Node_Resolver_Group.D;
|
|
2962
2962
|
}
|
|
2963
|
-
type sibling_property_resolvers<G_Source> =
|
|
2963
|
+
type sibling_property_resolvers<G_Source> = _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Node_Resolver_Group.D>;
|
|
2964
2964
|
}
|
|
2965
2965
|
type lookups<G_Source> = {
|
|
2966
|
-
readonly 'parent sibling property resolvers':
|
|
2967
|
-
readonly 'sibling property resolvers':
|
|
2966
|
+
readonly 'parent sibling property resolvers': _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Node_Resolver_Group.D>;
|
|
2967
|
+
readonly 'sibling property resolvers': _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Node_Resolver_Group.D>;
|
|
2968
2968
|
};
|
|
2969
2969
|
namespace values {
|
|
2970
2970
|
namespace current_dictionary {
|
|
@@ -3031,8 +3031,8 @@ export declare namespace Lookup_Selection {
|
|
|
3031
3031
|
}
|
|
3032
3032
|
type parameters<G_Source> = {
|
|
3033
3033
|
readonly 'lookups': {
|
|
3034
|
-
readonly 'parent sibling property resolvers':
|
|
3035
|
-
readonly 'sibling property resolvers':
|
|
3034
|
+
readonly 'parent sibling property resolvers': _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Node_Resolver_Group.D>;
|
|
3035
|
+
readonly 'sibling property resolvers': _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Node_Resolver_Group.D>;
|
|
3036
3036
|
};
|
|
3037
3037
|
readonly 'values': {
|
|
3038
3038
|
readonly 'current dictionary': _pt.Optional_Value<_i_resolved._T_Dictionary>;
|
|
@@ -3061,7 +3061,7 @@ export declare namespace Node_Resolver {
|
|
|
3061
3061
|
namespace location_2_string {
|
|
3062
3062
|
type Source<G_Source> = G_Source;
|
|
3063
3063
|
}
|
|
3064
|
-
type location_2_string<G_Source> =
|
|
3064
|
+
type location_2_string<G_Source> = _i_resolve._T_Location_2_String<G_Source>;
|
|
3065
3065
|
namespace parameters {
|
|
3066
3066
|
namespace lookups {
|
|
3067
3067
|
namespace parent_sibling_property_resolvers {
|
|
@@ -3069,17 +3069,17 @@ export declare namespace Node_Resolver {
|
|
|
3069
3069
|
}
|
|
3070
3070
|
type T<G_Source> = _i_resolved._T_Node_Resolver_Group.D;
|
|
3071
3071
|
}
|
|
3072
|
-
type parent_sibling_property_resolvers<G_Source> =
|
|
3072
|
+
type parent_sibling_property_resolvers<G_Source> = _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Node_Resolver_Group.D>;
|
|
3073
3073
|
namespace sibling_property_resolvers {
|
|
3074
3074
|
namespace T {
|
|
3075
3075
|
}
|
|
3076
3076
|
type T<G_Source> = _i_resolved._T_Node_Resolver_Group.D;
|
|
3077
3077
|
}
|
|
3078
|
-
type sibling_property_resolvers<G_Source> =
|
|
3078
|
+
type sibling_property_resolvers<G_Source> = _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Node_Resolver_Group.D>;
|
|
3079
3079
|
}
|
|
3080
3080
|
type lookups<G_Source> = {
|
|
3081
|
-
readonly 'parent sibling property resolvers':
|
|
3082
|
-
readonly 'sibling property resolvers':
|
|
3081
|
+
readonly 'parent sibling property resolvers': _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Node_Resolver_Group.D>;
|
|
3082
|
+
readonly 'sibling property resolvers': _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Node_Resolver_Group.D>;
|
|
3083
3083
|
};
|
|
3084
3084
|
namespace values {
|
|
3085
3085
|
namespace current_dictionary {
|
|
@@ -3146,8 +3146,8 @@ export declare namespace Node_Resolver {
|
|
|
3146
3146
|
}
|
|
3147
3147
|
type parameters<G_Source> = {
|
|
3148
3148
|
readonly 'lookups': {
|
|
3149
|
-
readonly 'parent sibling property resolvers':
|
|
3150
|
-
readonly 'sibling property resolvers':
|
|
3149
|
+
readonly 'parent sibling property resolvers': _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Node_Resolver_Group.D>;
|
|
3150
|
+
readonly 'sibling property resolvers': _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Node_Resolver_Group.D>;
|
|
3151
3151
|
};
|
|
3152
3152
|
readonly 'values': {
|
|
3153
3153
|
readonly 'current dictionary': _pt.Optional_Value<_i_resolved._T_Dictionary>;
|
|
@@ -3176,7 +3176,7 @@ export declare namespace Node_Resolver_Group {
|
|
|
3176
3176
|
namespace location_2_string {
|
|
3177
3177
|
type Source<G_Source> = G_Source;
|
|
3178
3178
|
}
|
|
3179
|
-
type location_2_string<G_Source> =
|
|
3179
|
+
type location_2_string<G_Source> = _i_resolve._T_Location_2_String<G_Source>;
|
|
3180
3180
|
namespace parameters {
|
|
3181
3181
|
namespace lookups {
|
|
3182
3182
|
namespace parent_sibling_property_resolvers {
|
|
@@ -3184,17 +3184,17 @@ export declare namespace Node_Resolver_Group {
|
|
|
3184
3184
|
}
|
|
3185
3185
|
type T<G_Source> = _i_resolved._T_Node_Resolver_Group.D;
|
|
3186
3186
|
}
|
|
3187
|
-
type parent_sibling_property_resolvers<G_Source> =
|
|
3187
|
+
type parent_sibling_property_resolvers<G_Source> = _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Node_Resolver_Group.D>;
|
|
3188
3188
|
namespace sibling_property_resolvers {
|
|
3189
3189
|
namespace T {
|
|
3190
3190
|
}
|
|
3191
3191
|
type T<G_Source> = _i_resolved._T_Node_Resolver_Group.D;
|
|
3192
3192
|
}
|
|
3193
|
-
type sibling_property_resolvers<G_Source> =
|
|
3193
|
+
type sibling_property_resolvers<G_Source> = _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Node_Resolver_Group.D>;
|
|
3194
3194
|
}
|
|
3195
3195
|
type lookups<G_Source> = {
|
|
3196
|
-
readonly 'parent sibling property resolvers':
|
|
3197
|
-
readonly 'sibling property resolvers':
|
|
3196
|
+
readonly 'parent sibling property resolvers': _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Node_Resolver_Group.D>;
|
|
3197
|
+
readonly 'sibling property resolvers': _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Node_Resolver_Group.D>;
|
|
3198
3198
|
};
|
|
3199
3199
|
namespace values {
|
|
3200
3200
|
namespace current_dictionary {
|
|
@@ -3261,8 +3261,8 @@ export declare namespace Node_Resolver_Group {
|
|
|
3261
3261
|
}
|
|
3262
3262
|
type parameters<G_Source> = {
|
|
3263
3263
|
readonly 'lookups': {
|
|
3264
|
-
readonly 'parent sibling property resolvers':
|
|
3265
|
-
readonly 'sibling property resolvers':
|
|
3264
|
+
readonly 'parent sibling property resolvers': _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Node_Resolver_Group.D>;
|
|
3265
|
+
readonly 'sibling property resolvers': _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Node_Resolver_Group.D>;
|
|
3266
3266
|
};
|
|
3267
3267
|
readonly 'values': {
|
|
3268
3268
|
readonly 'current dictionary': _pt.Optional_Value<_i_resolved._T_Dictionary>;
|
|
@@ -3291,7 +3291,7 @@ export declare namespace Node_Resolver_List_Result {
|
|
|
3291
3291
|
namespace location_2_string {
|
|
3292
3292
|
type Source<G_Source> = G_Source;
|
|
3293
3293
|
}
|
|
3294
|
-
type location_2_string<G_Source> =
|
|
3294
|
+
type location_2_string<G_Source> = _i_resolve._T_Location_2_String<G_Source>;
|
|
3295
3295
|
namespace parameters {
|
|
3296
3296
|
namespace lookups {
|
|
3297
3297
|
namespace types {
|
|
@@ -3299,10 +3299,10 @@ export declare namespace Node_Resolver_List_Result {
|
|
|
3299
3299
|
}
|
|
3300
3300
|
type T<G_Source> = _i_resolved._T_Types.D;
|
|
3301
3301
|
}
|
|
3302
|
-
type types<G_Source> =
|
|
3302
|
+
type types<G_Source> = _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Types.D>;
|
|
3303
3303
|
}
|
|
3304
3304
|
type lookups<G_Source> = {
|
|
3305
|
-
readonly 'types':
|
|
3305
|
+
readonly 'types': _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Types.D>;
|
|
3306
3306
|
};
|
|
3307
3307
|
namespace values {
|
|
3308
3308
|
namespace imports {
|
|
@@ -3318,7 +3318,7 @@ export declare namespace Node_Resolver_List_Result {
|
|
|
3318
3318
|
}
|
|
3319
3319
|
type parameters<G_Source> = {
|
|
3320
3320
|
readonly 'lookups': {
|
|
3321
|
-
readonly 'types':
|
|
3321
|
+
readonly 'types': _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Types.D>;
|
|
3322
3322
|
};
|
|
3323
3323
|
readonly 'values': {
|
|
3324
3324
|
readonly 'imports': _pt.Optional_Value<_i_resolved._T_Imports>;
|
|
@@ -3338,7 +3338,7 @@ export declare namespace Number_Type {
|
|
|
3338
3338
|
namespace location_2_string {
|
|
3339
3339
|
type Source<G_Source> = G_Source;
|
|
3340
3340
|
}
|
|
3341
|
-
type location_2_string<G_Source> =
|
|
3341
|
+
type location_2_string<G_Source> = _i_resolve._T_Location_2_String<G_Source>;
|
|
3342
3342
|
namespace parameters {
|
|
3343
3343
|
namespace lookups {
|
|
3344
3344
|
}
|
|
@@ -3365,7 +3365,7 @@ export declare namespace Option_Constraints {
|
|
|
3365
3365
|
namespace location_2_string {
|
|
3366
3366
|
type Source<G_Source> = G_Source;
|
|
3367
3367
|
}
|
|
3368
|
-
type location_2_string<G_Source> =
|
|
3368
|
+
type location_2_string<G_Source> = _i_resolve._T_Location_2_String<G_Source>;
|
|
3369
3369
|
namespace parameters {
|
|
3370
3370
|
namespace lookups {
|
|
3371
3371
|
namespace parent_sibling_property_resolvers {
|
|
@@ -3373,17 +3373,17 @@ export declare namespace Option_Constraints {
|
|
|
3373
3373
|
}
|
|
3374
3374
|
type T<G_Source> = _i_resolved._T_Node_Resolver_Group.D;
|
|
3375
3375
|
}
|
|
3376
|
-
type parent_sibling_property_resolvers<G_Source> =
|
|
3376
|
+
type parent_sibling_property_resolvers<G_Source> = _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Node_Resolver_Group.D>;
|
|
3377
3377
|
namespace sibling_property_resolvers {
|
|
3378
3378
|
namespace T {
|
|
3379
3379
|
}
|
|
3380
3380
|
type T<G_Source> = _i_resolved._T_Node_Resolver_Group.D;
|
|
3381
3381
|
}
|
|
3382
|
-
type sibling_property_resolvers<G_Source> =
|
|
3382
|
+
type sibling_property_resolvers<G_Source> = _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Node_Resolver_Group.D>;
|
|
3383
3383
|
}
|
|
3384
3384
|
type lookups<G_Source> = {
|
|
3385
|
-
readonly 'parent sibling property resolvers':
|
|
3386
|
-
readonly 'sibling property resolvers':
|
|
3385
|
+
readonly 'parent sibling property resolvers': _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Node_Resolver_Group.D>;
|
|
3386
|
+
readonly 'sibling property resolvers': _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Node_Resolver_Group.D>;
|
|
3387
3387
|
};
|
|
3388
3388
|
namespace values {
|
|
3389
3389
|
namespace current_dictionary {
|
|
@@ -3450,8 +3450,8 @@ export declare namespace Option_Constraints {
|
|
|
3450
3450
|
}
|
|
3451
3451
|
type parameters<G_Source> = {
|
|
3452
3452
|
readonly 'lookups': {
|
|
3453
|
-
readonly 'parent sibling property resolvers':
|
|
3454
|
-
readonly 'sibling property resolvers':
|
|
3453
|
+
readonly 'parent sibling property resolvers': _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Node_Resolver_Group.D>;
|
|
3454
|
+
readonly 'sibling property resolvers': _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Node_Resolver_Group.D>;
|
|
3455
3455
|
};
|
|
3456
3456
|
readonly 'values': {
|
|
3457
3457
|
readonly 'current dictionary': _pt.Optional_Value<_i_resolved._T_Dictionary>;
|
|
@@ -3480,7 +3480,7 @@ export declare namespace Optional_Value_Initialization {
|
|
|
3480
3480
|
namespace location_2_string {
|
|
3481
3481
|
type Source<G_Source> = G_Source;
|
|
3482
3482
|
}
|
|
3483
|
-
type location_2_string<G_Source> =
|
|
3483
|
+
type location_2_string<G_Source> = _i_resolve._T_Location_2_String<G_Source>;
|
|
3484
3484
|
namespace parameters {
|
|
3485
3485
|
namespace lookups {
|
|
3486
3486
|
namespace parent_sibling_property_resolvers {
|
|
@@ -3488,17 +3488,17 @@ export declare namespace Optional_Value_Initialization {
|
|
|
3488
3488
|
}
|
|
3489
3489
|
type T<G_Source> = _i_resolved._T_Node_Resolver_Group.D;
|
|
3490
3490
|
}
|
|
3491
|
-
type parent_sibling_property_resolvers<G_Source> =
|
|
3491
|
+
type parent_sibling_property_resolvers<G_Source> = _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Node_Resolver_Group.D>;
|
|
3492
3492
|
namespace sibling_property_resolvers {
|
|
3493
3493
|
namespace T {
|
|
3494
3494
|
}
|
|
3495
3495
|
type T<G_Source> = _i_resolved._T_Node_Resolver_Group.D;
|
|
3496
3496
|
}
|
|
3497
|
-
type sibling_property_resolvers<G_Source> =
|
|
3497
|
+
type sibling_property_resolvers<G_Source> = _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Node_Resolver_Group.D>;
|
|
3498
3498
|
}
|
|
3499
3499
|
type lookups<G_Source> = {
|
|
3500
|
-
readonly 'parent sibling property resolvers':
|
|
3501
|
-
readonly 'sibling property resolvers':
|
|
3500
|
+
readonly 'parent sibling property resolvers': _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Node_Resolver_Group.D>;
|
|
3501
|
+
readonly 'sibling property resolvers': _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Node_Resolver_Group.D>;
|
|
3502
3502
|
};
|
|
3503
3503
|
namespace values {
|
|
3504
3504
|
namespace current_dictionary {
|
|
@@ -3565,8 +3565,8 @@ export declare namespace Optional_Value_Initialization {
|
|
|
3565
3565
|
}
|
|
3566
3566
|
type parameters<G_Source> = {
|
|
3567
3567
|
readonly 'lookups': {
|
|
3568
|
-
readonly 'parent sibling property resolvers':
|
|
3569
|
-
readonly 'sibling property resolvers':
|
|
3568
|
+
readonly 'parent sibling property resolvers': _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Node_Resolver_Group.D>;
|
|
3569
|
+
readonly 'sibling property resolvers': _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Node_Resolver_Group.D>;
|
|
3570
3570
|
};
|
|
3571
3571
|
readonly 'values': {
|
|
3572
3572
|
readonly 'current dictionary': _pt.Optional_Value<_i_resolved._T_Dictionary>;
|
|
@@ -3595,7 +3595,7 @@ export declare namespace Possible_Value_Selection {
|
|
|
3595
3595
|
namespace location_2_string {
|
|
3596
3596
|
type Source<G_Source> = G_Source;
|
|
3597
3597
|
}
|
|
3598
|
-
type location_2_string<G_Source> =
|
|
3598
|
+
type location_2_string<G_Source> = _i_resolve._T_Location_2_String<G_Source>;
|
|
3599
3599
|
namespace parameters {
|
|
3600
3600
|
namespace lookups {
|
|
3601
3601
|
namespace parent_sibling_property_resolvers {
|
|
@@ -3603,17 +3603,17 @@ export declare namespace Possible_Value_Selection {
|
|
|
3603
3603
|
}
|
|
3604
3604
|
type T<G_Source> = _i_resolved._T_Node_Resolver_Group.D;
|
|
3605
3605
|
}
|
|
3606
|
-
type parent_sibling_property_resolvers<G_Source> =
|
|
3606
|
+
type parent_sibling_property_resolvers<G_Source> = _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Node_Resolver_Group.D>;
|
|
3607
3607
|
namespace sibling_property_resolvers {
|
|
3608
3608
|
namespace T {
|
|
3609
3609
|
}
|
|
3610
3610
|
type T<G_Source> = _i_resolved._T_Node_Resolver_Group.D;
|
|
3611
3611
|
}
|
|
3612
|
-
type sibling_property_resolvers<G_Source> =
|
|
3612
|
+
type sibling_property_resolvers<G_Source> = _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Node_Resolver_Group.D>;
|
|
3613
3613
|
}
|
|
3614
3614
|
type lookups<G_Source> = {
|
|
3615
|
-
readonly 'parent sibling property resolvers':
|
|
3616
|
-
readonly 'sibling property resolvers':
|
|
3615
|
+
readonly 'parent sibling property resolvers': _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Node_Resolver_Group.D>;
|
|
3616
|
+
readonly 'sibling property resolvers': _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Node_Resolver_Group.D>;
|
|
3617
3617
|
};
|
|
3618
3618
|
namespace values {
|
|
3619
3619
|
namespace current_dictionary {
|
|
@@ -3680,8 +3680,8 @@ export declare namespace Possible_Value_Selection {
|
|
|
3680
3680
|
}
|
|
3681
3681
|
type parameters<G_Source> = {
|
|
3682
3682
|
readonly 'lookups': {
|
|
3683
|
-
readonly 'parent sibling property resolvers':
|
|
3684
|
-
readonly 'sibling property resolvers':
|
|
3683
|
+
readonly 'parent sibling property resolvers': _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Node_Resolver_Group.D>;
|
|
3684
|
+
readonly 'sibling property resolvers': _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Node_Resolver_Group.D>;
|
|
3685
3685
|
};
|
|
3686
3686
|
readonly 'values': {
|
|
3687
3687
|
readonly 'current dictionary': _pt.Optional_Value<_i_resolved._T_Dictionary>;
|
|
@@ -3710,7 +3710,7 @@ export declare namespace Presence {
|
|
|
3710
3710
|
namespace location_2_string {
|
|
3711
3711
|
type Source<G_Source> = G_Source;
|
|
3712
3712
|
}
|
|
3713
|
-
type location_2_string<G_Source> =
|
|
3713
|
+
type location_2_string<G_Source> = _i_resolve._T_Location_2_String<G_Source>;
|
|
3714
3714
|
namespace parameters {
|
|
3715
3715
|
namespace lookups {
|
|
3716
3716
|
}
|
|
@@ -3737,7 +3737,7 @@ export declare namespace Property_Constraint {
|
|
|
3737
3737
|
namespace location_2_string {
|
|
3738
3738
|
type Source<G_Source> = G_Source;
|
|
3739
3739
|
}
|
|
3740
|
-
type location_2_string<G_Source> =
|
|
3740
|
+
type location_2_string<G_Source> = _i_resolve._T_Location_2_String<G_Source>;
|
|
3741
3741
|
namespace parameters {
|
|
3742
3742
|
namespace lookups {
|
|
3743
3743
|
namespace property_constraints {
|
|
@@ -3745,10 +3745,10 @@ export declare namespace Property_Constraint {
|
|
|
3745
3745
|
}
|
|
3746
3746
|
type T<G_Source> = _i_resolved._T_Property_Constraints.D;
|
|
3747
3747
|
}
|
|
3748
|
-
type property_constraints<G_Source> =
|
|
3748
|
+
type property_constraints<G_Source> = _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Property_Constraints.D>;
|
|
3749
3749
|
}
|
|
3750
3750
|
type lookups<G_Source> = {
|
|
3751
|
-
readonly 'property constraints':
|
|
3751
|
+
readonly 'property constraints': _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Property_Constraints.D>;
|
|
3752
3752
|
};
|
|
3753
3753
|
namespace values {
|
|
3754
3754
|
}
|
|
@@ -3756,7 +3756,7 @@ export declare namespace Property_Constraint {
|
|
|
3756
3756
|
}
|
|
3757
3757
|
type parameters<G_Source> = {
|
|
3758
3758
|
readonly 'lookups': {
|
|
3759
|
-
readonly 'property constraints':
|
|
3759
|
+
readonly 'property constraints': _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Property_Constraints.D>;
|
|
3760
3760
|
};
|
|
3761
3761
|
readonly 'values': null;
|
|
3762
3762
|
};
|
|
@@ -3774,7 +3774,7 @@ export declare namespace Property_Constraints {
|
|
|
3774
3774
|
namespace location_2_string {
|
|
3775
3775
|
type Source<G_Source> = G_Source;
|
|
3776
3776
|
}
|
|
3777
|
-
type location_2_string<G_Source> =
|
|
3777
|
+
type location_2_string<G_Source> = _i_resolve._T_Location_2_String<G_Source>;
|
|
3778
3778
|
namespace parameters {
|
|
3779
3779
|
namespace lookups {
|
|
3780
3780
|
}
|
|
@@ -3808,7 +3808,7 @@ export declare namespace Reference_To_Property_Constraint {
|
|
|
3808
3808
|
namespace location_2_string {
|
|
3809
3809
|
type Source<G_Source> = G_Source;
|
|
3810
3810
|
}
|
|
3811
|
-
type location_2_string<G_Source> =
|
|
3811
|
+
type location_2_string<G_Source> = _i_resolve._T_Location_2_String<G_Source>;
|
|
3812
3812
|
namespace parameters {
|
|
3813
3813
|
namespace lookups {
|
|
3814
3814
|
namespace property_constraints {
|
|
@@ -3816,10 +3816,10 @@ export declare namespace Reference_To_Property_Constraint {
|
|
|
3816
3816
|
}
|
|
3817
3817
|
type T<G_Source> = _i_resolved._T_Property_Constraints.D;
|
|
3818
3818
|
}
|
|
3819
|
-
type property_constraints<G_Source> =
|
|
3819
|
+
type property_constraints<G_Source> = _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Property_Constraints.D>;
|
|
3820
3820
|
}
|
|
3821
3821
|
type lookups<G_Source> = {
|
|
3822
|
-
readonly 'property constraints':
|
|
3822
|
+
readonly 'property constraints': _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Property_Constraints.D>;
|
|
3823
3823
|
};
|
|
3824
3824
|
namespace values {
|
|
3825
3825
|
}
|
|
@@ -3827,7 +3827,7 @@ export declare namespace Reference_To_Property_Constraint {
|
|
|
3827
3827
|
}
|
|
3828
3828
|
type parameters<G_Source> = {
|
|
3829
3829
|
readonly 'lookups': {
|
|
3830
|
-
readonly 'property constraints':
|
|
3830
|
+
readonly 'property constraints': _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Property_Constraints.D>;
|
|
3831
3831
|
};
|
|
3832
3832
|
readonly 'values': null;
|
|
3833
3833
|
};
|
|
@@ -3845,7 +3845,7 @@ export declare namespace Relative_Value_Selection {
|
|
|
3845
3845
|
namespace location_2_string {
|
|
3846
3846
|
type Source<G_Source> = G_Source;
|
|
3847
3847
|
}
|
|
3848
|
-
type location_2_string<G_Source> =
|
|
3848
|
+
type location_2_string<G_Source> = _i_resolve._T_Location_2_String<G_Source>;
|
|
3849
3849
|
namespace parameters {
|
|
3850
3850
|
namespace lookups {
|
|
3851
3851
|
}
|
|
@@ -3879,7 +3879,7 @@ export declare namespace Resolve_Logic {
|
|
|
3879
3879
|
namespace location_2_string {
|
|
3880
3880
|
type Source<G_Source> = G_Source;
|
|
3881
3881
|
}
|
|
3882
|
-
type location_2_string<G_Source> =
|
|
3882
|
+
type location_2_string<G_Source> = _i_resolve._T_Location_2_String<G_Source>;
|
|
3883
3883
|
namespace parameters {
|
|
3884
3884
|
namespace lookups {
|
|
3885
3885
|
}
|
|
@@ -3918,7 +3918,7 @@ export declare namespace Resolvers {
|
|
|
3918
3918
|
namespace location_2_string {
|
|
3919
3919
|
type Source<G_Source> = G_Source;
|
|
3920
3920
|
}
|
|
3921
|
-
type location_2_string<G_Source> =
|
|
3921
|
+
type location_2_string<G_Source> = _i_resolve._T_Location_2_String<G_Source>;
|
|
3922
3922
|
namespace parameters {
|
|
3923
3923
|
namespace lookups {
|
|
3924
3924
|
}
|
|
@@ -3962,7 +3962,7 @@ export declare namespace Schema {
|
|
|
3962
3962
|
namespace location_2_string {
|
|
3963
3963
|
type Source<G_Source> = G_Source;
|
|
3964
3964
|
}
|
|
3965
|
-
type location_2_string<G_Source> =
|
|
3965
|
+
type location_2_string<G_Source> = _i_resolve._T_Location_2_String<G_Source>;
|
|
3966
3966
|
namespace parameters {
|
|
3967
3967
|
namespace lookups {
|
|
3968
3968
|
namespace sibling_schemas {
|
|
@@ -3970,10 +3970,10 @@ export declare namespace Schema {
|
|
|
3970
3970
|
}
|
|
3971
3971
|
type T<G_Source> = _i_resolved._T_Schemas.D;
|
|
3972
3972
|
}
|
|
3973
|
-
type sibling_schemas<G_Source> =
|
|
3973
|
+
type sibling_schemas<G_Source> = _i_resolve._T_Lookup_Stack<_i_resolved._T_Schemas.D>;
|
|
3974
3974
|
}
|
|
3975
3975
|
type lookups<G_Source> = {
|
|
3976
|
-
readonly 'sibling schemas':
|
|
3976
|
+
readonly 'sibling schemas': _i_resolve._T_Lookup_Stack<_i_resolved._T_Schemas.D>;
|
|
3977
3977
|
};
|
|
3978
3978
|
namespace values {
|
|
3979
3979
|
}
|
|
@@ -3981,7 +3981,7 @@ export declare namespace Schema {
|
|
|
3981
3981
|
}
|
|
3982
3982
|
type parameters<G_Source> = {
|
|
3983
3983
|
readonly 'lookups': {
|
|
3984
|
-
readonly 'sibling schemas':
|
|
3984
|
+
readonly 'sibling schemas': _i_resolve._T_Lookup_Stack<_i_resolved._T_Schemas.D>;
|
|
3985
3985
|
};
|
|
3986
3986
|
readonly 'values': null;
|
|
3987
3987
|
};
|
|
@@ -3999,7 +3999,7 @@ export declare namespace Schemas {
|
|
|
3999
3999
|
namespace location_2_string {
|
|
4000
4000
|
type Source<G_Source> = G_Source;
|
|
4001
4001
|
}
|
|
4002
|
-
type location_2_string<G_Source> =
|
|
4002
|
+
type location_2_string<G_Source> = _i_resolve._T_Location_2_String<G_Source>;
|
|
4003
4003
|
namespace parameters {
|
|
4004
4004
|
namespace lookups {
|
|
4005
4005
|
namespace sibling_schemas {
|
|
@@ -4007,10 +4007,10 @@ export declare namespace Schemas {
|
|
|
4007
4007
|
}
|
|
4008
4008
|
type T<G_Source> = _i_resolved._T_Schemas.D;
|
|
4009
4009
|
}
|
|
4010
|
-
type sibling_schemas<G_Source> =
|
|
4010
|
+
type sibling_schemas<G_Source> = _i_resolve._T_Lookup_Stack<_i_resolved._T_Schemas.D>;
|
|
4011
4011
|
}
|
|
4012
4012
|
type lookups<G_Source> = {
|
|
4013
|
-
readonly 'sibling schemas':
|
|
4013
|
+
readonly 'sibling schemas': _i_resolve._T_Lookup_Stack<_i_resolved._T_Schemas.D>;
|
|
4014
4014
|
};
|
|
4015
4015
|
namespace values {
|
|
4016
4016
|
}
|
|
@@ -4018,7 +4018,7 @@ export declare namespace Schemas {
|
|
|
4018
4018
|
}
|
|
4019
4019
|
type parameters<G_Source> = {
|
|
4020
4020
|
readonly 'lookups': {
|
|
4021
|
-
readonly 'sibling schemas':
|
|
4021
|
+
readonly 'sibling schemas': _i_resolve._T_Lookup_Stack<_i_resolved._T_Schemas.D>;
|
|
4022
4022
|
};
|
|
4023
4023
|
readonly 'values': null;
|
|
4024
4024
|
};
|
|
@@ -4036,7 +4036,7 @@ export declare namespace Signature {
|
|
|
4036
4036
|
namespace location_2_string {
|
|
4037
4037
|
type Source<G_Source> = G_Source;
|
|
4038
4038
|
}
|
|
4039
|
-
type location_2_string<G_Source> =
|
|
4039
|
+
type location_2_string<G_Source> = _i_resolve._T_Location_2_String<G_Source>;
|
|
4040
4040
|
namespace parameters {
|
|
4041
4041
|
namespace lookups {
|
|
4042
4042
|
namespace sibling_signatures {
|
|
@@ -4044,10 +4044,10 @@ export declare namespace Signature {
|
|
|
4044
4044
|
}
|
|
4045
4045
|
type T<G_Source> = _i_resolved._T_Signatures.D;
|
|
4046
4046
|
}
|
|
4047
|
-
type sibling_signatures<G_Source> =
|
|
4047
|
+
type sibling_signatures<G_Source> = _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Signatures.D>;
|
|
4048
4048
|
}
|
|
4049
4049
|
type lookups<G_Source> = {
|
|
4050
|
-
readonly 'sibling signatures':
|
|
4050
|
+
readonly 'sibling signatures': _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Signatures.D>;
|
|
4051
4051
|
};
|
|
4052
4052
|
namespace values {
|
|
4053
4053
|
namespace imports {
|
|
@@ -4068,7 +4068,7 @@ export declare namespace Signature {
|
|
|
4068
4068
|
}
|
|
4069
4069
|
type parameters<G_Source> = {
|
|
4070
4070
|
readonly 'lookups': {
|
|
4071
|
-
readonly 'sibling signatures':
|
|
4071
|
+
readonly 'sibling signatures': _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Signatures.D>;
|
|
4072
4072
|
};
|
|
4073
4073
|
readonly 'values': {
|
|
4074
4074
|
readonly 'imports': _i_resolved._T_Imports;
|
|
@@ -4090,7 +4090,7 @@ export declare namespace Signature_Parameters {
|
|
|
4090
4090
|
namespace location_2_string {
|
|
4091
4091
|
type Source<G_Source> = G_Source;
|
|
4092
4092
|
}
|
|
4093
|
-
type location_2_string<G_Source> =
|
|
4093
|
+
type location_2_string<G_Source> = _i_resolve._T_Location_2_String<G_Source>;
|
|
4094
4094
|
namespace parameters {
|
|
4095
4095
|
namespace lookups {
|
|
4096
4096
|
}
|
|
@@ -4129,7 +4129,7 @@ export declare namespace Signatures {
|
|
|
4129
4129
|
namespace location_2_string {
|
|
4130
4130
|
type Source<G_Source> = G_Source;
|
|
4131
4131
|
}
|
|
4132
|
-
type location_2_string<G_Source> =
|
|
4132
|
+
type location_2_string<G_Source> = _i_resolve._T_Location_2_String<G_Source>;
|
|
4133
4133
|
namespace parameters {
|
|
4134
4134
|
namespace lookups {
|
|
4135
4135
|
}
|
|
@@ -4168,7 +4168,7 @@ export declare namespace Text_Type {
|
|
|
4168
4168
|
namespace location_2_string {
|
|
4169
4169
|
type Source<G_Source> = G_Source;
|
|
4170
4170
|
}
|
|
4171
|
-
type location_2_string<G_Source> =
|
|
4171
|
+
type location_2_string<G_Source> = _i_resolve._T_Location_2_String<G_Source>;
|
|
4172
4172
|
namespace parameters {
|
|
4173
4173
|
namespace lookups {
|
|
4174
4174
|
}
|
|
@@ -4195,7 +4195,7 @@ export declare namespace Type {
|
|
|
4195
4195
|
namespace location_2_string {
|
|
4196
4196
|
type Source<G_Source> = G_Source;
|
|
4197
4197
|
}
|
|
4198
|
-
type location_2_string<G_Source> =
|
|
4198
|
+
type location_2_string<G_Source> = _i_resolve._T_Location_2_String<G_Source>;
|
|
4199
4199
|
namespace parameters {
|
|
4200
4200
|
namespace lookups {
|
|
4201
4201
|
namespace noncircular_sibling_types {
|
|
@@ -4203,17 +4203,17 @@ export declare namespace Type {
|
|
|
4203
4203
|
}
|
|
4204
4204
|
type T<G_Source> = _i_resolved._T_Types.D;
|
|
4205
4205
|
}
|
|
4206
|
-
type noncircular_sibling_types<G_Source> =
|
|
4206
|
+
type noncircular_sibling_types<G_Source> = _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Types.D>;
|
|
4207
4207
|
namespace possibly_circular_dependent_sibling_types {
|
|
4208
4208
|
namespace T {
|
|
4209
4209
|
}
|
|
4210
4210
|
type T<G_Source> = _i_resolved._T_Types.D;
|
|
4211
4211
|
}
|
|
4212
|
-
type possibly_circular_dependent_sibling_types<G_Source> =
|
|
4212
|
+
type possibly_circular_dependent_sibling_types<G_Source> = _i_resolve._T_Cyclic_Lookup<_i_resolved._T_Types.D>;
|
|
4213
4213
|
}
|
|
4214
4214
|
type lookups<G_Source> = {
|
|
4215
|
-
readonly 'noncircular sibling types':
|
|
4216
|
-
readonly 'possibly circular dependent sibling types':
|
|
4215
|
+
readonly 'noncircular sibling types': _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Types.D>;
|
|
4216
|
+
readonly 'possibly circular dependent sibling types': _i_resolve._T_Cyclic_Lookup<_i_resolved._T_Types.D>;
|
|
4217
4217
|
};
|
|
4218
4218
|
namespace values {
|
|
4219
4219
|
namespace globals {
|
|
@@ -4236,8 +4236,8 @@ export declare namespace Type {
|
|
|
4236
4236
|
}
|
|
4237
4237
|
type parameters<G_Source> = {
|
|
4238
4238
|
readonly 'lookups': {
|
|
4239
|
-
readonly 'noncircular sibling types':
|
|
4240
|
-
readonly 'possibly circular dependent sibling types':
|
|
4239
|
+
readonly 'noncircular sibling types': _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Types.D>;
|
|
4240
|
+
readonly 'possibly circular dependent sibling types': _i_resolve._T_Cyclic_Lookup<_i_resolved._T_Types.D>;
|
|
4241
4241
|
};
|
|
4242
4242
|
readonly 'values': {
|
|
4243
4243
|
readonly 'globals': _pt.Optional_Value<_i_resolved._T_Globals>;
|
|
@@ -4258,7 +4258,7 @@ export declare namespace Type_Node {
|
|
|
4258
4258
|
namespace location_2_string {
|
|
4259
4259
|
type Source<G_Source> = G_Source;
|
|
4260
4260
|
}
|
|
4261
|
-
type location_2_string<G_Source> =
|
|
4261
|
+
type location_2_string<G_Source> = _i_resolve._T_Location_2_String<G_Source>;
|
|
4262
4262
|
namespace parameters {
|
|
4263
4263
|
namespace lookups {
|
|
4264
4264
|
namespace noncircular_sibling_types {
|
|
@@ -4266,17 +4266,17 @@ export declare namespace Type_Node {
|
|
|
4266
4266
|
}
|
|
4267
4267
|
type T<G_Source> = _i_resolved._T_Types.D;
|
|
4268
4268
|
}
|
|
4269
|
-
type noncircular_sibling_types<G_Source> =
|
|
4269
|
+
type noncircular_sibling_types<G_Source> = _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Types.D>;
|
|
4270
4270
|
namespace possibly_circular_dependent_sibling_types {
|
|
4271
4271
|
namespace T {
|
|
4272
4272
|
}
|
|
4273
4273
|
type T<G_Source> = _i_resolved._T_Types.D;
|
|
4274
4274
|
}
|
|
4275
|
-
type possibly_circular_dependent_sibling_types<G_Source> =
|
|
4275
|
+
type possibly_circular_dependent_sibling_types<G_Source> = _i_resolve._T_Cyclic_Lookup<_i_resolved._T_Types.D>;
|
|
4276
4276
|
}
|
|
4277
4277
|
type lookups<G_Source> = {
|
|
4278
|
-
readonly 'noncircular sibling types':
|
|
4279
|
-
readonly 'possibly circular dependent sibling types':
|
|
4278
|
+
readonly 'noncircular sibling types': _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Types.D>;
|
|
4279
|
+
readonly 'possibly circular dependent sibling types': _i_resolve._T_Cyclic_Lookup<_i_resolved._T_Types.D>;
|
|
4280
4280
|
};
|
|
4281
4281
|
namespace values {
|
|
4282
4282
|
namespace globals {
|
|
@@ -4303,8 +4303,8 @@ export declare namespace Type_Node {
|
|
|
4303
4303
|
}
|
|
4304
4304
|
type parameters<G_Source> = {
|
|
4305
4305
|
readonly 'lookups': {
|
|
4306
|
-
readonly 'noncircular sibling types':
|
|
4307
|
-
readonly 'possibly circular dependent sibling types':
|
|
4306
|
+
readonly 'noncircular sibling types': _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Types.D>;
|
|
4307
|
+
readonly 'possibly circular dependent sibling types': _i_resolve._T_Cyclic_Lookup<_i_resolved._T_Types.D>;
|
|
4308
4308
|
};
|
|
4309
4309
|
readonly 'values': {
|
|
4310
4310
|
readonly 'globals': _pt.Optional_Value<_i_resolved._T_Globals>;
|
|
@@ -4326,7 +4326,7 @@ export declare namespace Type_Node_Reference {
|
|
|
4326
4326
|
namespace location_2_string {
|
|
4327
4327
|
type Source<G_Source> = G_Source;
|
|
4328
4328
|
}
|
|
4329
|
-
type location_2_string<G_Source> =
|
|
4329
|
+
type location_2_string<G_Source> = _i_resolve._T_Location_2_String<G_Source>;
|
|
4330
4330
|
namespace parameters {
|
|
4331
4331
|
namespace lookups {
|
|
4332
4332
|
namespace types {
|
|
@@ -4334,10 +4334,10 @@ export declare namespace Type_Node_Reference {
|
|
|
4334
4334
|
}
|
|
4335
4335
|
type T<G_Source> = _i_resolved._T_Types.D;
|
|
4336
4336
|
}
|
|
4337
|
-
type types<G_Source> =
|
|
4337
|
+
type types<G_Source> = _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Types.D>;
|
|
4338
4338
|
}
|
|
4339
4339
|
type lookups<G_Source> = {
|
|
4340
|
-
readonly 'types':
|
|
4340
|
+
readonly 'types': _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Types.D>;
|
|
4341
4341
|
};
|
|
4342
4342
|
namespace values {
|
|
4343
4343
|
namespace imports {
|
|
@@ -4353,7 +4353,7 @@ export declare namespace Type_Node_Reference {
|
|
|
4353
4353
|
}
|
|
4354
4354
|
type parameters<G_Source> = {
|
|
4355
4355
|
readonly 'lookups': {
|
|
4356
|
-
readonly 'types':
|
|
4356
|
+
readonly 'types': _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Types.D>;
|
|
4357
4357
|
};
|
|
4358
4358
|
readonly 'values': {
|
|
4359
4359
|
readonly 'imports': _pt.Optional_Value<_i_resolved._T_Imports>;
|
|
@@ -4373,7 +4373,7 @@ export declare namespace Type_Parameters {
|
|
|
4373
4373
|
namespace location_2_string {
|
|
4374
4374
|
type Source<G_Source> = G_Source;
|
|
4375
4375
|
}
|
|
4376
|
-
type location_2_string<G_Source> =
|
|
4376
|
+
type location_2_string<G_Source> = _i_resolve._T_Location_2_String<G_Source>;
|
|
4377
4377
|
namespace parameters {
|
|
4378
4378
|
namespace lookups {
|
|
4379
4379
|
}
|
|
@@ -4400,7 +4400,7 @@ export declare namespace Type_Reference {
|
|
|
4400
4400
|
namespace location_2_string {
|
|
4401
4401
|
type Source<G_Source> = G_Source;
|
|
4402
4402
|
}
|
|
4403
|
-
type location_2_string<G_Source> =
|
|
4403
|
+
type location_2_string<G_Source> = _i_resolve._T_Location_2_String<G_Source>;
|
|
4404
4404
|
namespace parameters {
|
|
4405
4405
|
namespace lookups {
|
|
4406
4406
|
namespace types {
|
|
@@ -4408,10 +4408,10 @@ export declare namespace Type_Reference {
|
|
|
4408
4408
|
}
|
|
4409
4409
|
type T<G_Source> = _i_resolved._T_Types.D;
|
|
4410
4410
|
}
|
|
4411
|
-
type types<G_Source> =
|
|
4411
|
+
type types<G_Source> = _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Types.D>;
|
|
4412
4412
|
}
|
|
4413
4413
|
type lookups<G_Source> = {
|
|
4414
|
-
readonly 'types':
|
|
4414
|
+
readonly 'types': _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Types.D>;
|
|
4415
4415
|
};
|
|
4416
4416
|
namespace values {
|
|
4417
4417
|
namespace imports {
|
|
@@ -4427,7 +4427,7 @@ export declare namespace Type_Reference {
|
|
|
4427
4427
|
}
|
|
4428
4428
|
type parameters<G_Source> = {
|
|
4429
4429
|
readonly 'lookups': {
|
|
4430
|
-
readonly 'types':
|
|
4430
|
+
readonly 'types': _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Types.D>;
|
|
4431
4431
|
};
|
|
4432
4432
|
readonly 'values': {
|
|
4433
4433
|
readonly 'imports': _pt.Optional_Value<_i_resolved._T_Imports>;
|
|
@@ -4447,7 +4447,7 @@ export declare namespace Types {
|
|
|
4447
4447
|
namespace location_2_string {
|
|
4448
4448
|
type Source<G_Source> = G_Source;
|
|
4449
4449
|
}
|
|
4450
|
-
type location_2_string<G_Source> =
|
|
4450
|
+
type location_2_string<G_Source> = _i_resolve._T_Location_2_String<G_Source>;
|
|
4451
4451
|
namespace parameters {
|
|
4452
4452
|
namespace lookups {
|
|
4453
4453
|
}
|