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,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2VyaWFsaXplci5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3NyYy9nZW5lcmF0ZWQvaW50ZXJmYWNlL3NjaGVtYXMvaW50ZXJmYWNlL3NlcmlhbGl6ZXIudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiJ9
@@ -0,0 +1,170 @@
1
+ import * as _i_in from "../../core/astn_source";
2
+ import * as _i_out from "./unresolved";
3
+ export type _T_Imports = ($$_: _i_in._T_Value, $$_p: null) => _i_out._T_Imports<null>;
4
+ export type _T_Module = ($$_: _i_in._T_Value, $$_p: null) => _i_out._T_Module<null>;
5
+ export type _T_Module_Set = ($$_: _i_in._T_Value, $$_p: null) => _i_out._T_Module_Set<null>;
6
+ export type _T_Type = ($$_: _i_in._T_Value, $$_p: null) => _i_out._T_Type<null>;
7
+ export type _T_Type_Arguments = ($$_: _i_in._T_Value, $$_p: null) => _i_out._T_Type_Arguments<null>;
8
+ export type _T_Type_Parameter_Selection = ($$_: _i_in._T_Value, $$_p: null) => _i_out._T_Type_Parameter_Selection<null>;
9
+ export type _T_Type_Parameters = ($$_: _i_in._T_Value, $$_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_Value;
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_Value;
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_Value;
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_Value;
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_Value;
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_Value;
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_Value;
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_Value;
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_Value;
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_Value;
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_Value;
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_Value;
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_Value;
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_Value;
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,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidW5tYXJzaGFsbC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3NyYy9nZW5lcmF0ZWQvaW50ZXJmYWNlL3NjaGVtYXMvaW50ZXJmYWNlL3VubWFyc2hhbGwudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiJ9