exupery 0.1.9 → 0.1.11

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 (122) hide show
  1. package/dist/generated/implementation/generic/unmarshall.d.ts +41 -0
  2. package/dist/generated/implementation/generic/unmarshall.js +185 -0
  3. package/dist/generated/implementation/schemas/implementation/{serializer.d.ts → marshall.d.ts} +1 -1
  4. package/dist/generated/implementation/schemas/implementation/marshall.js +536 -0
  5. package/dist/generated/implementation/schemas/implementation/resolve.d.ts +1 -1
  6. package/dist/generated/implementation/schemas/implementation/resolve.js +15 -5
  7. package/dist/generated/implementation/schemas/implementation/{migration_boilerplate.d.ts → unmarshall.d.ts} +1 -1
  8. package/dist/generated/implementation/schemas/implementation/unmarshall.js +498 -0
  9. package/dist/generated/implementation/schemas/interface/{serializer.d.ts → marshall.d.ts} +1 -1
  10. package/dist/generated/implementation/schemas/interface/marshall.js +303 -0
  11. package/dist/generated/implementation/schemas/interface/resolve.d.ts +1 -1
  12. package/dist/generated/implementation/schemas/interface/resolve.js +4 -1
  13. package/dist/generated/implementation/schemas/interface/unmarshall.d.ts +8 -0
  14. package/dist/generated/implementation/schemas/interface/unmarshall.js +254 -0
  15. package/dist/generated/implementation/schemas/typescript_light/{serializer.d.ts → marshall.d.ts} +1 -1
  16. package/dist/generated/implementation/schemas/typescript_light/marshall.js +429 -0
  17. package/dist/generated/implementation/schemas/typescript_light/unmarshall.d.ts +11 -0
  18. package/dist/generated/implementation/schemas/typescript_light/unmarshall.js +405 -0
  19. package/dist/generated/interface/core/astn_source.d.ts +116 -0
  20. package/dist/generated/interface/core/astn_source.js +3 -0
  21. package/dist/generated/interface/schemas/implementation/{resolve.d.ts → data_types/resolve.d.ts} +1 -1
  22. package/dist/generated/interface/schemas/implementation/{resolve.js → data_types/resolve.js} +1 -1
  23. package/dist/generated/interface/schemas/implementation/{resolved.d.ts → data_types/resolved.d.ts} +57 -40
  24. package/dist/generated/interface/schemas/implementation/data_types/resolved.js +3 -0
  25. package/dist/generated/interface/schemas/implementation/{unresolved.d.ts → data_types/unresolved.d.ts} +57 -40
  26. package/dist/generated/interface/schemas/implementation/data_types/unresolved.js +3 -0
  27. package/dist/generated/interface/schemas/implementation/{serializer.d.ts → marshall.d.ts} +65 -8
  28. package/dist/generated/interface/schemas/implementation/{resolved.js → marshall.js} +1 -1
  29. package/dist/generated/interface/schemas/implementation/{migration_boilerplate.d.ts → migrate_boilerplate.d.ts} +2 -2
  30. package/dist/generated/interface/schemas/implementation/migrate_boilerplate.js +3 -0
  31. package/dist/generated/interface/schemas/implementation/unmarshall.d.ts +255 -0
  32. package/dist/generated/interface/schemas/implementation/{serializer.js → unmarshall.js} +1 -1
  33. package/dist/generated/interface/schemas/implementation/value_deserializers.d.ts +44 -0
  34. package/dist/generated/interface/schemas/implementation/value_deserializers.js +3 -0
  35. package/dist/generated/interface/schemas/implementation/value_serializers.d.ts +44 -0
  36. package/dist/generated/interface/schemas/implementation/value_serializers.js +3 -0
  37. package/dist/generated/interface/schemas/interface/{resolve.d.ts → data_types/resolve.d.ts} +1 -1
  38. package/dist/generated/interface/schemas/interface/{constrained → data_types}/resolve.js +1 -1
  39. package/dist/generated/interface/schemas/interface/{resolved.d.ts → data_types/resolved.d.ts} +8 -6
  40. package/dist/generated/interface/schemas/interface/data_types/resolved.js +3 -0
  41. package/dist/generated/interface/schemas/interface/{unresolved.d.ts → data_types/unresolved.d.ts} +8 -6
  42. package/dist/generated/interface/schemas/interface/{unresolved.js → data_types/unresolved.js} +1 -1
  43. package/dist/generated/interface/schemas/interface/{serializer.d.ts → marshall.d.ts} +65 -8
  44. package/dist/generated/interface/schemas/interface/{resolved.js → marshall.js} +1 -1
  45. package/dist/generated/interface/schemas/interface/{migration_boilerplate.d.ts → migrate_boilerplate.d.ts} +2 -2
  46. package/dist/generated/interface/schemas/interface/migrate_boilerplate.js +3 -0
  47. package/dist/generated/interface/schemas/interface/unmarshall.d.ts +255 -0
  48. package/dist/generated/interface/schemas/interface/{serializer.js → unmarshall.js} +1 -1
  49. package/dist/generated/interface/schemas/interface/value_deserializers.d.ts +44 -0
  50. package/dist/generated/interface/schemas/interface/value_deserializers.js +3 -0
  51. package/dist/generated/interface/schemas/interface/value_serializers.d.ts +44 -0
  52. package/dist/generated/interface/schemas/interface/value_serializers.js +3 -0
  53. package/dist/generated/interface/schemas/typescript_light/{unconstrained.d.ts → data_types/unconstrained.d.ts} +1 -1
  54. package/dist/generated/interface/schemas/typescript_light/{unconstrained.js → data_types/unconstrained.js} +1 -1
  55. package/dist/generated/interface/schemas/typescript_light/{serializer.d.ts → marshall.d.ts} +92 -11
  56. package/dist/generated/interface/schemas/typescript_light/marshall.js +3 -0
  57. package/dist/generated/interface/schemas/typescript_light/{migration_boilerplate.d.ts → migrate_boilerplate.d.ts} +2 -2
  58. package/dist/generated/interface/schemas/typescript_light/migrate_boilerplate.js +3 -0
  59. package/dist/generated/interface/schemas/typescript_light/unmarshall.d.ts +303 -0
  60. package/dist/generated/interface/schemas/{implementation/unresolved.js → typescript_light/unmarshall.js} +1 -1
  61. package/dist/generated/interface/schemas/typescript_light/value_deserializers.d.ts +44 -0
  62. package/dist/generated/interface/schemas/typescript_light/value_deserializers.js +3 -0
  63. package/dist/generated/interface/schemas/typescript_light/value_serializers.d.ts +44 -0
  64. package/dist/generated/interface/schemas/typescript_light/value_serializers.js +3 -0
  65. package/dist/shorthands/implementation.d.ts +3 -3
  66. package/dist/shorthands/implementation.js +8 -6
  67. package/dist/shorthands/interface.d.ts +4 -3
  68. package/dist/shorthands/interface.js +9 -3
  69. package/dist/shorthands/typescript_light.d.ts +1 -1
  70. package/dist/transformations/implementation/typescript_light.d.ts +3 -3
  71. package/dist/transformations/implementation/typescript_light.js +14 -4
  72. package/dist/transformations/interface/typescript_light.d.ts +3 -3
  73. package/dist/transformations/interface/typescript_light.js +5 -4
  74. package/dist/transformations/library/typescript_light.d.ts +3 -3
  75. package/dist/transformations/typescript_light/fountain_pen_block.d.ts +1 -1
  76. package/package.json +3 -3
  77. package/dist/generated/generic/resolve.d.ts +0 -90
  78. package/dist/generated/generic/resolve.js +0 -251
  79. package/dist/generated/implementation/schemas/implementation/migration_boilerplate.js +0 -234
  80. package/dist/generated/implementation/schemas/implementation/serializer.js +0 -484
  81. package/dist/generated/implementation/schemas/interface/migration_boilerplate.d.ts +0 -0
  82. package/dist/generated/implementation/schemas/interface/migration_boilerplate.js +0 -165
  83. package/dist/generated/implementation/schemas/interface/serializer.js +0 -287
  84. package/dist/generated/implementation/schemas/typescript_light/migration_boilerplate.d.ts +0 -5
  85. package/dist/generated/implementation/schemas/typescript_light/migration_boilerplate.js +0 -144
  86. package/dist/generated/implementation/schemas/typescript_light/serializer.js +0 -409
  87. package/dist/generated/interface/core/poormans_parser.d.ts +0 -184
  88. package/dist/generated/interface/core/poormans_parser.js +0 -3
  89. package/dist/generated/interface/generic/resolve.d.ts +0 -11
  90. package/dist/generated/interface/generic/resolve.js +0 -3
  91. package/dist/generated/interface/schemas/implementation/migration_boilerplate.js +0 -3
  92. package/dist/generated/interface/schemas/interface/constrained/resolve.d.ts +0 -437
  93. package/dist/generated/interface/schemas/interface/migration_boilerplate.js +0 -3
  94. package/dist/generated/interface/schemas/interface/resolve.js +0 -3
  95. package/dist/generated/interface/schemas/typescript_light/migration_boilerplate.js +0 -3
  96. package/dist/generated/interface/schemas/typescript_light/serializer.js +0 -3
  97. package/dist/generated/interface/schemas/typescript_temp/migration_boilerplate.d.ts +0 -134
  98. package/dist/generated/interface/schemas/typescript_temp/migration_boilerplate.js +0 -3
  99. package/dist/generated/interface/schemas/typescript_temp/unconstrained.d.ts +0 -136
  100. package/dist/generated/interface/schemas/typescript_temp/unconstrained.js +0 -3
  101. package/dist/transformations/implementation/fountain_pen.d.ts +0 -6
  102. package/dist/transformations/implementation/fountain_pen.js +0 -36
  103. package/dist/transformations/implementation/typescript.d.ts +0 -24
  104. package/dist/transformations/implementation/typescript.js +0 -554
  105. package/dist/transformations/implementation/typescript_temp.d.ts +0 -24
  106. package/dist/transformations/implementation/typescript_temp.js +0 -554
  107. package/dist/transformations/interface/fountain_pen.d.ts +0 -4
  108. package/dist/transformations/interface/fountain_pen.js +0 -47
  109. package/dist/transformations/interface/typescript.d.ts +0 -23
  110. package/dist/transformations/interface/typescript.js +0 -524
  111. package/dist/transformations/interface/typescript_temp.d.ts +0 -23
  112. package/dist/transformations/interface/typescript_temp.js +0 -524
  113. package/dist/transformations/library/typescript_temp.d.ts +0 -10
  114. package/dist/transformations/library/typescript_temp.js +0 -42
  115. package/dist/transformations/typescript/fountain_pen.d.ts +0 -15
  116. package/dist/transformations/typescript/fountain_pen.js +0 -281
  117. package/dist/transformations/typescript/fountain_pen_block.d.ts +0 -15
  118. package/dist/transformations/typescript/fountain_pen_block.js +0 -281
  119. package/dist/transformations/typescript/operations/create_identifier.d.ts +0 -1
  120. package/dist/transformations/typescript/operations/create_identifier.js +0 -260
  121. package/dist/transformations/typescript_temp/fountain_pen_block.d.ts +0 -3
  122. package/dist/transformations/typescript_temp/fountain_pen_block.js +0 -8
@@ -0,0 +1,255 @@
1
+ import * as _i_in from "../../core/astn_source";
2
+ import * as _i_out from "./data_types/unresolved";
3
+ import * as _i_vd from "./value_deserializers";
4
+ export type _T_Initialization = ($$_: _i_in._T_Value, $$_p: {
5
+ readonly 'value deserializers': _i_vd._T_Value_Deserializers;
6
+ }) => _i_out._T_Initialization<_i_in._T_Range>;
7
+ export type _T_Literal = ($$_: _i_in._T_Value, $$_p: {
8
+ readonly 'value deserializers': _i_vd._T_Value_Deserializers;
9
+ }) => _i_out._T_Literal<_i_in._T_Range>;
10
+ export type _T_Module = ($$_: _i_in._T_Value, $$_p: {
11
+ readonly 'value deserializers': _i_vd._T_Value_Deserializers;
12
+ }) => _i_out._T_Module<_i_in._T_Range>;
13
+ export type _T_Module_Set = ($$_: _i_in._T_Value, $$_p: {
14
+ readonly 'value deserializers': _i_vd._T_Value_Deserializers;
15
+ }) => _i_out._T_Module_Set<_i_in._T_Range>;
16
+ export type _T_Selection = ($$_: _i_in._T_Value, $$_p: {
17
+ readonly 'value deserializers': _i_vd._T_Value_Deserializers;
18
+ }) => _i_out._T_Selection<_i_in._T_Range>;
19
+ export type _T_Type_Parameters = ($$_: _i_in._T_Value, $$_p: {
20
+ readonly 'value deserializers': _i_vd._T_Value_Deserializers;
21
+ }) => _i_out._T_Type_Parameters<_i_in._T_Range>;
22
+ export type _T_Variables = ($$_: _i_in._T_Value, $$_p: {
23
+ readonly 'value deserializers': _i_vd._T_Value_Deserializers;
24
+ }) => _i_out._T_Variables<_i_in._T_Range>;
25
+ export type Initialization = _T_Initialization;
26
+ export type Literal = _T_Literal;
27
+ export type Module = _T_Module;
28
+ export type Module_Set = _T_Module_Set;
29
+ export type Selection = _T_Selection;
30
+ export type Type_Parameters = _T_Type_Parameters;
31
+ export type Variables = _T_Variables;
32
+ export declare namespace _T_Initialization {
33
+ namespace CONTEXT {
34
+ }
35
+ type CONTEXT = _i_in._T_Value;
36
+ namespace PARAMS {
37
+ namespace value_deserializers {
38
+ }
39
+ type value_deserializers = _i_vd._T_Value_Deserializers;
40
+ }
41
+ namespace RESULT {
42
+ namespace annotation {
43
+ }
44
+ type annotation = _i_in._T_Range;
45
+ }
46
+ type RESULT = _i_out._T_Initialization<_i_in._T_Range>;
47
+ }
48
+ export declare namespace _T_Literal {
49
+ namespace CONTEXT {
50
+ }
51
+ type CONTEXT = _i_in._T_Value;
52
+ namespace PARAMS {
53
+ namespace value_deserializers {
54
+ }
55
+ type value_deserializers = _i_vd._T_Value_Deserializers;
56
+ }
57
+ namespace RESULT {
58
+ namespace annotation {
59
+ }
60
+ type annotation = _i_in._T_Range;
61
+ }
62
+ type RESULT = _i_out._T_Literal<_i_in._T_Range>;
63
+ }
64
+ export declare namespace _T_Module {
65
+ namespace CONTEXT {
66
+ }
67
+ type CONTEXT = _i_in._T_Value;
68
+ namespace PARAMS {
69
+ namespace value_deserializers {
70
+ }
71
+ type value_deserializers = _i_vd._T_Value_Deserializers;
72
+ }
73
+ namespace RESULT {
74
+ namespace annotation {
75
+ }
76
+ type annotation = _i_in._T_Range;
77
+ }
78
+ type RESULT = _i_out._T_Module<_i_in._T_Range>;
79
+ }
80
+ export declare namespace _T_Module_Set {
81
+ namespace CONTEXT {
82
+ }
83
+ type CONTEXT = _i_in._T_Value;
84
+ namespace PARAMS {
85
+ namespace value_deserializers {
86
+ }
87
+ type value_deserializers = _i_vd._T_Value_Deserializers;
88
+ }
89
+ namespace RESULT {
90
+ namespace annotation {
91
+ }
92
+ type annotation = _i_in._T_Range;
93
+ }
94
+ type RESULT = _i_out._T_Module_Set<_i_in._T_Range>;
95
+ }
96
+ export declare namespace _T_Selection {
97
+ namespace CONTEXT {
98
+ }
99
+ type CONTEXT = _i_in._T_Value;
100
+ namespace PARAMS {
101
+ namespace value_deserializers {
102
+ }
103
+ type value_deserializers = _i_vd._T_Value_Deserializers;
104
+ }
105
+ namespace RESULT {
106
+ namespace annotation {
107
+ }
108
+ type annotation = _i_in._T_Range;
109
+ }
110
+ type RESULT = _i_out._T_Selection<_i_in._T_Range>;
111
+ }
112
+ export declare namespace _T_Type_Parameters {
113
+ namespace CONTEXT {
114
+ }
115
+ type CONTEXT = _i_in._T_Value;
116
+ namespace PARAMS {
117
+ namespace value_deserializers {
118
+ }
119
+ type value_deserializers = _i_vd._T_Value_Deserializers;
120
+ }
121
+ namespace RESULT {
122
+ namespace annotation {
123
+ }
124
+ type annotation = _i_in._T_Range;
125
+ }
126
+ type RESULT = _i_out._T_Type_Parameters<_i_in._T_Range>;
127
+ }
128
+ export declare namespace _T_Variables {
129
+ namespace CONTEXT {
130
+ }
131
+ type CONTEXT = _i_in._T_Value;
132
+ namespace PARAMS {
133
+ namespace value_deserializers {
134
+ }
135
+ type value_deserializers = _i_vd._T_Value_Deserializers;
136
+ }
137
+ namespace RESULT {
138
+ namespace annotation {
139
+ }
140
+ type annotation = _i_in._T_Range;
141
+ }
142
+ type RESULT = _i_out._T_Variables<_i_in._T_Range>;
143
+ }
144
+ export declare namespace Initialization {
145
+ namespace CONTEXT {
146
+ }
147
+ type CONTEXT = _i_in._T_Value;
148
+ namespace PARAMS {
149
+ namespace value_deserializers {
150
+ }
151
+ type value_deserializers = _i_vd._T_Value_Deserializers;
152
+ }
153
+ namespace RESULT {
154
+ namespace annotation {
155
+ }
156
+ type annotation = _i_in._T_Range;
157
+ }
158
+ type RESULT = _i_out._T_Initialization<_i_in._T_Range>;
159
+ }
160
+ export declare namespace Literal {
161
+ namespace CONTEXT {
162
+ }
163
+ type CONTEXT = _i_in._T_Value;
164
+ namespace PARAMS {
165
+ namespace value_deserializers {
166
+ }
167
+ type value_deserializers = _i_vd._T_Value_Deserializers;
168
+ }
169
+ namespace RESULT {
170
+ namespace annotation {
171
+ }
172
+ type annotation = _i_in._T_Range;
173
+ }
174
+ type RESULT = _i_out._T_Literal<_i_in._T_Range>;
175
+ }
176
+ export declare namespace Module {
177
+ namespace CONTEXT {
178
+ }
179
+ type CONTEXT = _i_in._T_Value;
180
+ namespace PARAMS {
181
+ namespace value_deserializers {
182
+ }
183
+ type value_deserializers = _i_vd._T_Value_Deserializers;
184
+ }
185
+ namespace RESULT {
186
+ namespace annotation {
187
+ }
188
+ type annotation = _i_in._T_Range;
189
+ }
190
+ type RESULT = _i_out._T_Module<_i_in._T_Range>;
191
+ }
192
+ export declare namespace Module_Set {
193
+ namespace CONTEXT {
194
+ }
195
+ type CONTEXT = _i_in._T_Value;
196
+ namespace PARAMS {
197
+ namespace value_deserializers {
198
+ }
199
+ type value_deserializers = _i_vd._T_Value_Deserializers;
200
+ }
201
+ namespace RESULT {
202
+ namespace annotation {
203
+ }
204
+ type annotation = _i_in._T_Range;
205
+ }
206
+ type RESULT = _i_out._T_Module_Set<_i_in._T_Range>;
207
+ }
208
+ export declare namespace Selection {
209
+ namespace CONTEXT {
210
+ }
211
+ type CONTEXT = _i_in._T_Value;
212
+ namespace PARAMS {
213
+ namespace value_deserializers {
214
+ }
215
+ type value_deserializers = _i_vd._T_Value_Deserializers;
216
+ }
217
+ namespace RESULT {
218
+ namespace annotation {
219
+ }
220
+ type annotation = _i_in._T_Range;
221
+ }
222
+ type RESULT = _i_out._T_Selection<_i_in._T_Range>;
223
+ }
224
+ export declare namespace Type_Parameters {
225
+ namespace CONTEXT {
226
+ }
227
+ type CONTEXT = _i_in._T_Value;
228
+ namespace PARAMS {
229
+ namespace value_deserializers {
230
+ }
231
+ type value_deserializers = _i_vd._T_Value_Deserializers;
232
+ }
233
+ namespace RESULT {
234
+ namespace annotation {
235
+ }
236
+ type annotation = _i_in._T_Range;
237
+ }
238
+ type RESULT = _i_out._T_Type_Parameters<_i_in._T_Range>;
239
+ }
240
+ export declare namespace Variables {
241
+ namespace CONTEXT {
242
+ }
243
+ type CONTEXT = _i_in._T_Value;
244
+ namespace PARAMS {
245
+ namespace value_deserializers {
246
+ }
247
+ type value_deserializers = _i_vd._T_Value_Deserializers;
248
+ }
249
+ namespace RESULT {
250
+ namespace annotation {
251
+ }
252
+ type annotation = _i_in._T_Range;
253
+ }
254
+ type RESULT = _i_out._T_Variables<_i_in._T_Range>;
255
+ }
@@ -1,3 +1,3 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2VyaWFsaXplci5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3NyYy9nZW5lcmF0ZWQvaW50ZXJmYWNlL3NjaGVtYXMvaW1wbGVtZW50YXRpb24vc2VyaWFsaXplci50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIn0=
3
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidW5tYXJzaGFsbC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3NyYy9nZW5lcmF0ZWQvaW50ZXJmYWNlL3NjaGVtYXMvaW1wbGVtZW50YXRpb24vdW5tYXJzaGFsbC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIn0=
@@ -0,0 +1,44 @@
1
+ export type _T_Value_Deserializers = {
2
+ readonly 'boolean': ($$_: string, $$_p: null) => boolean;
3
+ readonly 'custom numbers': null;
4
+ readonly 'default number': ($$_: string, $$_p: null) => number;
5
+ };
6
+ export type Value_Deserializers = _T_Value_Deserializers;
7
+ export declare namespace _T_Value_Deserializers {
8
+ namespace _boolean {
9
+ type CONTEXT = string;
10
+ namespace PARAMS {
11
+ }
12
+ type RESULT = boolean;
13
+ }
14
+ type _boolean = ($$_: string, $$_p: null) => boolean;
15
+ namespace custom_numbers {
16
+ }
17
+ type custom_numbers = null;
18
+ namespace default_number {
19
+ type CONTEXT = string;
20
+ namespace PARAMS {
21
+ }
22
+ type RESULT = number;
23
+ }
24
+ type default_number = ($$_: string, $$_p: null) => number;
25
+ }
26
+ export declare namespace Value_Deserializers {
27
+ namespace _boolean {
28
+ type CONTEXT = string;
29
+ namespace PARAMS {
30
+ }
31
+ type RESULT = boolean;
32
+ }
33
+ type _boolean = ($$_: string, $$_p: null) => boolean;
34
+ namespace custom_numbers {
35
+ }
36
+ type custom_numbers = null;
37
+ namespace default_number {
38
+ type CONTEXT = string;
39
+ namespace PARAMS {
40
+ }
41
+ type RESULT = number;
42
+ }
43
+ type default_number = ($$_: string, $$_p: null) => number;
44
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidmFsdWVfZGVzZXJpYWxpemVycy5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3NyYy9nZW5lcmF0ZWQvaW50ZXJmYWNlL3NjaGVtYXMvaW1wbGVtZW50YXRpb24vdmFsdWVfZGVzZXJpYWxpemVycy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIn0=
@@ -0,0 +1,44 @@
1
+ export type _T_Value_Serializers = {
2
+ readonly 'boolean': ($$_: boolean, $$_p: null) => string;
3
+ readonly 'custom numbers': null;
4
+ readonly 'default number': ($$_: number, $$_p: null) => string;
5
+ };
6
+ export type Value_Serializers = _T_Value_Serializers;
7
+ export declare namespace _T_Value_Serializers {
8
+ namespace _boolean {
9
+ type CONTEXT = boolean;
10
+ namespace PARAMS {
11
+ }
12
+ type RESULT = string;
13
+ }
14
+ type _boolean = ($$_: boolean, $$_p: null) => string;
15
+ namespace custom_numbers {
16
+ }
17
+ type custom_numbers = null;
18
+ namespace default_number {
19
+ type CONTEXT = number;
20
+ namespace PARAMS {
21
+ }
22
+ type RESULT = string;
23
+ }
24
+ type default_number = ($$_: number, $$_p: null) => string;
25
+ }
26
+ export declare namespace Value_Serializers {
27
+ namespace _boolean {
28
+ type CONTEXT = boolean;
29
+ namespace PARAMS {
30
+ }
31
+ type RESULT = string;
32
+ }
33
+ type _boolean = ($$_: boolean, $$_p: null) => string;
34
+ namespace custom_numbers {
35
+ }
36
+ type custom_numbers = null;
37
+ namespace default_number {
38
+ type CONTEXT = number;
39
+ namespace PARAMS {
40
+ }
41
+ type RESULT = string;
42
+ }
43
+ type default_number = ($$_: number, $$_p: null) => string;
44
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidmFsdWVfc2VyaWFsaXplcnMuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9zcmMvZ2VuZXJhdGVkL2ludGVyZmFjZS9zY2hlbWFzL2ltcGxlbWVudGF0aW9uL3ZhbHVlX3NlcmlhbGl6ZXJzLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIifQ==
@@ -1,4 +1,4 @@
1
- import * as _i_resolve from "../../core/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: {
@@ -1,3 +1,3 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmVzb2x2ZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy9nZW5lcmF0ZWQvaW50ZXJmYWNlL3NjaGVtYXMvaW50ZXJmYWNlL2NvbnN0cmFpbmVkL3Jlc29sdmUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiJ9
3
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmVzb2x2ZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy9nZW5lcmF0ZWQvaW50ZXJmYWNlL3NjaGVtYXMvaW50ZXJmYWNlL2RhdGFfdHlwZXMvcmVzb2x2ZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIn0=
@@ -1,4 +1,4 @@
1
- import * as _i_core from "../../core/resolved";
1
+ import * as _i_core from "../../../core/resolved";
2
2
  export type _T_Imports = _i_core._T_Dictionary<null, {
3
3
  readonly 'tail': _i_core._T_List<null, string>;
4
4
  readonly 'type': _i_core._T_State_Group<null, readonly [
@@ -51,7 +51,7 @@ export type _T_Type = _i_core._T_State_Group<null, readonly ['array', _T_Type] |
51
51
  ] | readonly ['optional', _T_Type] | readonly ['parameter', _T_Type_Parameter_Selection] | readonly ['string', null] | readonly ['tagged union', _i_core._T_Dictionary<null, _T_Type>]>;
52
52
  export type _T_Type_Arguments = _i_core._T_Dictionary<null, _T_Type>;
53
53
  export type _T_Type_Parameter_Selection = {
54
- readonly 'location': _i_core._T_State_Group<null, readonly ['module', null] | readonly ['type', null]>;
54
+ readonly 'location': _i_core._T_State_Group<null, readonly ['function', null] | readonly ['module', null] | readonly ['type', null]>;
55
55
  readonly 'parameter': string;
56
56
  };
57
57
  export type _T_Type_Parameters = _i_core._T_Dictionary<null, null>;
@@ -330,12 +330,13 @@ export declare namespace _T_Type_Arguments {
330
330
  export declare namespace _T_Type_Parameter_Selection {
331
331
  namespace location {
332
332
  namespace SG {
333
+ type _function = null;
333
334
  type _module = null;
334
335
  type _type = null;
335
336
  }
336
- type SG = readonly ['module', null] | readonly ['type', null];
337
+ type SG = readonly ['function', null] | readonly ['module', null] | readonly ['type', null];
337
338
  }
338
- type location = _i_core._T_State_Group<null, readonly ['module', null] | readonly ['type', null]>;
339
+ type location = _i_core._T_State_Group<null, readonly ['function', null] | readonly ['module', null] | readonly ['type', null]>;
339
340
  type parameter = string;
340
341
  }
341
342
  export declare namespace _T_Type_Parameters {
@@ -609,12 +610,13 @@ export declare namespace Type_Arguments {
609
610
  export declare namespace Type_Parameter_Selection {
610
611
  namespace location {
611
612
  namespace SG {
613
+ type _function = null;
612
614
  type _module = null;
613
615
  type _type = null;
614
616
  }
615
- type SG = readonly ['module', null] | readonly ['type', null];
617
+ type SG = readonly ['function', null] | readonly ['module', null] | readonly ['type', null];
616
618
  }
617
- type location = _i_core._T_State_Group<null, readonly ['module', null] | readonly ['type', null]>;
619
+ type location = _i_core._T_State_Group<null, readonly ['function', null] | readonly ['module', null] | readonly ['type', null]>;
618
620
  type parameter = string;
619
621
  }
620
622
  export declare namespace Type_Parameters {
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmVzb2x2ZWQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9zcmMvZ2VuZXJhdGVkL2ludGVyZmFjZS9zY2hlbWFzL2ludGVyZmFjZS9kYXRhX3R5cGVzL3Jlc29sdmVkLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIifQ==
@@ -1,4 +1,4 @@
1
- import * as _i_core from "../../core/unresolved";
1
+ import * as _i_core from "../../../core/unresolved";
2
2
  export type _T_Imports<G_Source> = _i_core._T_Dictionary<G_Source, {
3
3
  readonly 'tail': _i_core._T_List<G_Source, string>;
4
4
  readonly 'type': _i_core._T_State_Group<G_Source, readonly [
@@ -51,7 +51,7 @@ export type _T_Type<G_Source> = _i_core._T_State_Group<G_Source, readonly ['arra
51
51
  ] | readonly ['optional', _T_Type<G_Source>] | readonly ['parameter', _T_Type_Parameter_Selection<G_Source>] | readonly ['string', null] | readonly ['tagged union', _i_core._T_Dictionary<G_Source, _T_Type<G_Source>>]>;
52
52
  export type _T_Type_Arguments<G_Source> = _i_core._T_Dictionary<G_Source, _T_Type<G_Source>>;
53
53
  export type _T_Type_Parameter_Selection<G_Source> = {
54
- readonly 'location': _i_core._T_State_Group<G_Source, readonly ['module', null] | readonly ['type', null]>;
54
+ readonly 'location': _i_core._T_State_Group<G_Source, readonly ['function', null] | readonly ['module', null] | readonly ['type', null]>;
55
55
  readonly 'parameter': string;
56
56
  };
57
57
  export type _T_Type_Parameters<G_Source> = _i_core._T_Dictionary<G_Source, null>;
@@ -330,12 +330,13 @@ export declare namespace _T_Type_Arguments {
330
330
  export declare namespace _T_Type_Parameter_Selection {
331
331
  namespace location {
332
332
  namespace SG {
333
+ type _function<G_Source> = null;
333
334
  type _module<G_Source> = null;
334
335
  type _type<G_Source> = null;
335
336
  }
336
- type SG<G_Source> = readonly ['module', null] | readonly ['type', null];
337
+ type SG<G_Source> = readonly ['function', null] | readonly ['module', null] | readonly ['type', null];
337
338
  }
338
- type location<G_Source> = _i_core._T_State_Group<G_Source, readonly ['module', null] | readonly ['type', null]>;
339
+ type location<G_Source> = _i_core._T_State_Group<G_Source, readonly ['function', null] | readonly ['module', null] | readonly ['type', null]>;
339
340
  type parameter<G_Source> = string;
340
341
  }
341
342
  export declare namespace _T_Type_Parameters {
@@ -609,12 +610,13 @@ export declare namespace Type_Arguments {
609
610
  export declare namespace Type_Parameter_Selection {
610
611
  namespace location {
611
612
  namespace SG {
613
+ type _function<G_Source> = null;
612
614
  type _module<G_Source> = null;
613
615
  type _type<G_Source> = null;
614
616
  }
615
- type SG<G_Source> = readonly ['module', null] | readonly ['type', null];
617
+ type SG<G_Source> = readonly ['function', null] | readonly ['module', null] | readonly ['type', null];
616
618
  }
617
- type location<G_Source> = _i_core._T_State_Group<G_Source, readonly ['module', null] | readonly ['type', null]>;
619
+ type location<G_Source> = _i_core._T_State_Group<G_Source, readonly ['function', null] | readonly ['module', null] | readonly ['type', null]>;
618
620
  type parameter<G_Source> = string;
619
621
  }
620
622
  export declare namespace Type_Parameters {
@@ -1,3 +1,3 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidW5yZXNvbHZlZC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3NyYy9nZW5lcmF0ZWQvaW50ZXJmYWNlL3NjaGVtYXMvaW50ZXJmYWNlL3VucmVzb2x2ZWQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiJ9
3
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidW5yZXNvbHZlZC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy9nZW5lcmF0ZWQvaW50ZXJmYWNlL3NjaGVtYXMvaW50ZXJmYWNlL2RhdGFfdHlwZXMvdW5yZXNvbHZlZC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIn0=
@@ -1,12 +1,27 @@
1
- import * as _i_in from "./resolved";
1
+ import * as _i_in from "./data_types/resolved";
2
2
  import * as _i_out from "../../core/astn_target";
3
- export type _T_Imports = ($$_: _i_in._T_Imports, $$_p: null) => _i_out._T_Value;
4
- export type _T_Module = ($$_: _i_in._T_Module, $$_p: null) => _i_out._T_Value;
5
- export type _T_Module_Set = ($$_: _i_in._T_Module_Set, $$_p: null) => _i_out._T_Value;
6
- export type _T_Type = ($$_: _i_in._T_Type, $$_p: null) => _i_out._T_Value;
7
- export type _T_Type_Arguments = ($$_: _i_in._T_Type_Arguments, $$_p: null) => _i_out._T_Value;
8
- export type _T_Type_Parameter_Selection = ($$_: _i_in._T_Type_Parameter_Selection, $$_p: null) => _i_out._T_Value;
9
- export type _T_Type_Parameters = ($$_: _i_in._T_Type_Parameters, $$_p: null) => _i_out._T_Value;
3
+ import * as _i_vs from "./value_serializers";
4
+ export type _T_Imports = ($$_: _i_in._T_Imports, $$_p: {
5
+ readonly 'value serializers': _i_vs._T_Value_Serializers;
6
+ }) => _i_out._T_Value;
7
+ export type _T_Module = ($$_: _i_in._T_Module, $$_p: {
8
+ readonly 'value serializers': _i_vs._T_Value_Serializers;
9
+ }) => _i_out._T_Value;
10
+ export type _T_Module_Set = ($$_: _i_in._T_Module_Set, $$_p: {
11
+ readonly 'value serializers': _i_vs._T_Value_Serializers;
12
+ }) => _i_out._T_Value;
13
+ export type _T_Type = ($$_: _i_in._T_Type, $$_p: {
14
+ readonly 'value serializers': _i_vs._T_Value_Serializers;
15
+ }) => _i_out._T_Value;
16
+ export type _T_Type_Arguments = ($$_: _i_in._T_Type_Arguments, $$_p: {
17
+ readonly 'value serializers': _i_vs._T_Value_Serializers;
18
+ }) => _i_out._T_Value;
19
+ export type _T_Type_Parameter_Selection = ($$_: _i_in._T_Type_Parameter_Selection, $$_p: {
20
+ readonly 'value serializers': _i_vs._T_Value_Serializers;
21
+ }) => _i_out._T_Value;
22
+ export type _T_Type_Parameters = ($$_: _i_in._T_Type_Parameters, $$_p: {
23
+ readonly 'value serializers': _i_vs._T_Value_Serializers;
24
+ }) => _i_out._T_Value;
10
25
  export type Imports = _T_Imports;
11
26
  export type Module = _T_Module;
12
27
  export type Module_Set = _T_Module_Set;
@@ -19,6 +34,9 @@ export declare namespace _T_Imports {
19
34
  }
20
35
  type CONTEXT = _i_in._T_Imports;
21
36
  namespace PARAMS {
37
+ namespace value_serializers {
38
+ }
39
+ type value_serializers = _i_vs._T_Value_Serializers;
22
40
  }
23
41
  namespace RESULT {
24
42
  }
@@ -29,6 +47,9 @@ export declare namespace _T_Module {
29
47
  }
30
48
  type CONTEXT = _i_in._T_Module;
31
49
  namespace PARAMS {
50
+ namespace value_serializers {
51
+ }
52
+ type value_serializers = _i_vs._T_Value_Serializers;
32
53
  }
33
54
  namespace RESULT {
34
55
  }
@@ -39,6 +60,9 @@ export declare namespace _T_Module_Set {
39
60
  }
40
61
  type CONTEXT = _i_in._T_Module_Set;
41
62
  namespace PARAMS {
63
+ namespace value_serializers {
64
+ }
65
+ type value_serializers = _i_vs._T_Value_Serializers;
42
66
  }
43
67
  namespace RESULT {
44
68
  }
@@ -49,6 +73,9 @@ export declare namespace _T_Type {
49
73
  }
50
74
  type CONTEXT = _i_in._T_Type;
51
75
  namespace PARAMS {
76
+ namespace value_serializers {
77
+ }
78
+ type value_serializers = _i_vs._T_Value_Serializers;
52
79
  }
53
80
  namespace RESULT {
54
81
  }
@@ -59,6 +86,9 @@ export declare namespace _T_Type_Arguments {
59
86
  }
60
87
  type CONTEXT = _i_in._T_Type_Arguments;
61
88
  namespace PARAMS {
89
+ namespace value_serializers {
90
+ }
91
+ type value_serializers = _i_vs._T_Value_Serializers;
62
92
  }
63
93
  namespace RESULT {
64
94
  }
@@ -69,6 +99,9 @@ export declare namespace _T_Type_Parameter_Selection {
69
99
  }
70
100
  type CONTEXT = _i_in._T_Type_Parameter_Selection;
71
101
  namespace PARAMS {
102
+ namespace value_serializers {
103
+ }
104
+ type value_serializers = _i_vs._T_Value_Serializers;
72
105
  }
73
106
  namespace RESULT {
74
107
  }
@@ -79,6 +112,9 @@ export declare namespace _T_Type_Parameters {
79
112
  }
80
113
  type CONTEXT = _i_in._T_Type_Parameters;
81
114
  namespace PARAMS {
115
+ namespace value_serializers {
116
+ }
117
+ type value_serializers = _i_vs._T_Value_Serializers;
82
118
  }
83
119
  namespace RESULT {
84
120
  }
@@ -89,6 +125,9 @@ export declare namespace Imports {
89
125
  }
90
126
  type CONTEXT = _i_in._T_Imports;
91
127
  namespace PARAMS {
128
+ namespace value_serializers {
129
+ }
130
+ type value_serializers = _i_vs._T_Value_Serializers;
92
131
  }
93
132
  namespace RESULT {
94
133
  }
@@ -99,6 +138,9 @@ export declare namespace Module {
99
138
  }
100
139
  type CONTEXT = _i_in._T_Module;
101
140
  namespace PARAMS {
141
+ namespace value_serializers {
142
+ }
143
+ type value_serializers = _i_vs._T_Value_Serializers;
102
144
  }
103
145
  namespace RESULT {
104
146
  }
@@ -109,6 +151,9 @@ export declare namespace Module_Set {
109
151
  }
110
152
  type CONTEXT = _i_in._T_Module_Set;
111
153
  namespace PARAMS {
154
+ namespace value_serializers {
155
+ }
156
+ type value_serializers = _i_vs._T_Value_Serializers;
112
157
  }
113
158
  namespace RESULT {
114
159
  }
@@ -119,6 +164,9 @@ export declare namespace Type {
119
164
  }
120
165
  type CONTEXT = _i_in._T_Type;
121
166
  namespace PARAMS {
167
+ namespace value_serializers {
168
+ }
169
+ type value_serializers = _i_vs._T_Value_Serializers;
122
170
  }
123
171
  namespace RESULT {
124
172
  }
@@ -129,6 +177,9 @@ export declare namespace Type_Arguments {
129
177
  }
130
178
  type CONTEXT = _i_in._T_Type_Arguments;
131
179
  namespace PARAMS {
180
+ namespace value_serializers {
181
+ }
182
+ type value_serializers = _i_vs._T_Value_Serializers;
132
183
  }
133
184
  namespace RESULT {
134
185
  }
@@ -139,6 +190,9 @@ export declare namespace Type_Parameter_Selection {
139
190
  }
140
191
  type CONTEXT = _i_in._T_Type_Parameter_Selection;
141
192
  namespace PARAMS {
193
+ namespace value_serializers {
194
+ }
195
+ type value_serializers = _i_vs._T_Value_Serializers;
142
196
  }
143
197
  namespace RESULT {
144
198
  }
@@ -149,6 +203,9 @@ export declare namespace Type_Parameters {
149
203
  }
150
204
  type CONTEXT = _i_in._T_Type_Parameters;
151
205
  namespace PARAMS {
206
+ namespace value_serializers {
207
+ }
208
+ type value_serializers = _i_vs._T_Value_Serializers;
152
209
  }
153
210
  namespace RESULT {
154
211
  }
@@ -1,3 +1,3 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmVzb2x2ZWQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9zcmMvZ2VuZXJhdGVkL2ludGVyZmFjZS9zY2hlbWFzL2ludGVyZmFjZS9yZXNvbHZlZC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIn0=
3
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWFyc2hhbGwuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9zcmMvZ2VuZXJhdGVkL2ludGVyZmFjZS9zY2hlbWFzL2ludGVyZmFjZS9tYXJzaGFsbC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIn0=
@@ -1,5 +1,5 @@
1
- import * as _i_in from "./resolved";
2
- import * as _i_out from "./unresolved";
1
+ import * as _i_in from "./data_types/resolved";
2
+ import * as _i_out from "./data_types/unresolved";
3
3
  export type _T_Imports = ($$_: _i_in._T_Imports, $$_p: null) => _i_out._T_Imports<null>;
4
4
  export type _T_Module = ($$_: _i_in._T_Module, $$_p: null) => _i_out._T_Module<null>;
5
5
  export type _T_Module_Set = ($$_: _i_in._T_Module_Set, $$_p: null) => _i_out._T_Module_Set<null>;
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWlncmF0ZV9ib2lsZXJwbGF0ZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3NyYy9nZW5lcmF0ZWQvaW50ZXJmYWNlL3NjaGVtYXMvaW50ZXJmYWNlL21pZ3JhdGVfYm9pbGVycGxhdGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiJ9