exupery 0.1.8 → 0.1.10

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