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