exupery 0.0.1 → 0.1.0

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 (67) hide show
  1. package/dist/generated/generic/resolve.d.ts +90 -0
  2. package/dist/generated/generic/resolve.js +249 -0
  3. package/dist/generated/implementation/schemas/exupery_implementation/migration_boilerplate.d.ts +8 -0
  4. package/dist/generated/implementation/schemas/exupery_implementation/migration_boilerplate.js +234 -0
  5. package/dist/generated/implementation/schemas/exupery_implementation/resolve.d.ts +9 -0
  6. package/dist/generated/implementation/schemas/exupery_implementation/resolve.js +782 -0
  7. package/dist/generated/implementation/schemas/exupery_interface/migration_boilerplate.d.ts +8 -0
  8. package/dist/generated/implementation/schemas/exupery_interface/migration_boilerplate.js +131 -0
  9. package/dist/generated/implementation/schemas/exupery_interface/resolve.d.ts +9 -0
  10. package/dist/generated/implementation/schemas/exupery_interface/resolve.js +442 -0
  11. package/dist/generated/interface/core/poormans_parser.d.ts +184 -0
  12. package/dist/generated/interface/core/poormans_parser.js +3 -0
  13. package/dist/generated/interface/core/resolved.d.ts +100 -0
  14. package/dist/generated/interface/core/resolved.js +3 -0
  15. package/dist/generated/interface/core/unresolved.d.ts +35 -0
  16. package/dist/generated/interface/core/unresolved.js +3 -0
  17. package/dist/generated/interface/schemas/exupery_implementation/constrained/resolve.d.ts +437 -0
  18. package/dist/generated/interface/schemas/exupery_implementation/constrained/resolve.js +3 -0
  19. package/dist/generated/interface/schemas/exupery_implementation/migration_boilerplate.d.ts +156 -0
  20. package/dist/generated/interface/schemas/exupery_implementation/migration_boilerplate.js +3 -0
  21. package/dist/generated/interface/schemas/exupery_implementation/poormans_parser.d.ts +1912 -0
  22. package/dist/generated/interface/schemas/exupery_implementation/poormans_parser.js +3 -0
  23. package/dist/generated/interface/schemas/exupery_implementation/resolved.d.ts +1912 -0
  24. package/dist/generated/interface/schemas/exupery_implementation/resolved.js +3 -0
  25. package/dist/generated/interface/schemas/exupery_implementation/unresolved.d.ts +1912 -0
  26. package/dist/generated/interface/schemas/exupery_implementation/unresolved.js +3 -0
  27. package/dist/generated/interface/schemas/exupery_interface/constrained/resolve.d.ts +437 -0
  28. package/dist/generated/interface/schemas/exupery_interface/constrained/resolve.js +3 -0
  29. package/dist/generated/interface/schemas/exupery_interface/migration_boilerplate.d.ts +156 -0
  30. package/dist/generated/interface/schemas/exupery_interface/migration_boilerplate.js +3 -0
  31. package/dist/generated/interface/schemas/exupery_interface/poormans_parser.d.ts +622 -0
  32. package/dist/generated/interface/schemas/exupery_interface/poormans_parser.js +3 -0
  33. package/dist/generated/interface/schemas/exupery_interface/resolved.d.ts +622 -0
  34. package/dist/generated/interface/schemas/exupery_interface/resolved.js +3 -0
  35. package/dist/generated/interface/schemas/exupery_interface/unresolved.d.ts +622 -0
  36. package/dist/generated/interface/schemas/exupery_interface/unresolved.js +3 -0
  37. package/dist/generated/interface/schemas/typescript_light/migration_boilerplate.d.ts +90 -0
  38. package/dist/generated/interface/schemas/typescript_light/migration_boilerplate.js +3 -0
  39. package/dist/generated/interface/schemas/typescript_light/poormans_parser.d.ts +966 -0
  40. package/dist/generated/interface/schemas/typescript_light/poormans_parser.js +3 -0
  41. package/dist/generated/interface/schemas/typescript_light/resolved.d.ts +966 -0
  42. package/dist/generated/interface/schemas/typescript_light/resolved.js +3 -0
  43. package/dist/generated/interface/schemas/typescript_light/unresolved.d.ts +966 -0
  44. package/dist/generated/interface/schemas/typescript_light/unresolved.js +3 -0
  45. package/dist/globals.d.ts +24 -0
  46. package/dist/globals.js +2 -0
  47. package/dist/index.d.ts +1 -0
  48. package/dist/index.js +5 -0
  49. package/dist/shorthands/implementation.d.ts +58 -0
  50. package/dist/shorthands/implementation.js +329 -0
  51. package/dist/shorthands/interface.d.ts +39 -0
  52. package/dist/shorthands/interface.js +146 -0
  53. package/dist/shorthands/typescript_light.d.ts +24 -0
  54. package/dist/shorthands/typescript_light.js +127 -0
  55. package/dist/transformations/implementation/fountain_pen.d.ts +6 -0
  56. package/dist/transformations/implementation/fountain_pen.js +36 -0
  57. package/dist/transformations/implementation/typescript.d.ts +24 -0
  58. package/dist/transformations/implementation/typescript.js +554 -0
  59. package/dist/transformations/interface/fountain_pen.d.ts +4 -0
  60. package/dist/transformations/interface/fountain_pen.js +47 -0
  61. package/dist/transformations/interface/typescript.d.ts +23 -0
  62. package/dist/transformations/interface/typescript.js +524 -0
  63. package/dist/transformations/typescript/fountain_pen.d.ts +15 -0
  64. package/dist/transformations/typescript/fountain_pen.js +281 -0
  65. package/dist/transformations/typescript/operations/create_identifier.d.ts +1 -0
  66. package/dist/transformations/typescript/operations/create_identifier.js +260 -0
  67. package/package.json +4 -1
@@ -0,0 +1,622 @@
1
+ import * as _i_core from "../../core/poormans_parser";
2
+ export type _T_Imports<G_Source> = _i_core._T_Dictionary<G_Source, {
3
+ readonly 'tail': _i_core._T_List<G_Source, string>;
4
+ readonly 'type': _i_core._T_State_Group<G_Source, readonly [
5
+ 'ancestor',
6
+ {
7
+ readonly 'dependency': string;
8
+ readonly 'number of steps': number;
9
+ }
10
+ ] | readonly ['external', string] | readonly ['sibling', string]>;
11
+ readonly 'type arguments': _T_Type_Arguments<G_Source>;
12
+ }>;
13
+ export type _T_Module<G_Source> = {
14
+ readonly 'imports': _T_Imports<G_Source>;
15
+ readonly 'type parameters': _T_Type_Parameters<G_Source>;
16
+ readonly 'types': _i_core._T_Dictionary<G_Source, {
17
+ readonly 'parameters': _T_Type_Parameters<G_Source>;
18
+ readonly 'type': _T_Type<G_Source>;
19
+ }>;
20
+ };
21
+ export type _T_Module_Set<G_Source> = _i_core._T_Dictionary<G_Source, _i_core._T_State_Group<G_Source, readonly ['module', _T_Module<G_Source>] | readonly ['set', _T_Module_Set<G_Source>]>>;
22
+ export type _T_Type<G_Source> = _i_core._T_State_Group<G_Source, readonly ['array', _T_Type<G_Source>] | readonly ['boolean', null] | readonly [
23
+ 'component',
24
+ {
25
+ readonly 'location': _i_core._T_State_Group<G_Source, readonly [
26
+ 'import',
27
+ {
28
+ readonly 'import': string;
29
+ readonly 'type': string;
30
+ }
31
+ ] | readonly ['sibling', string]>;
32
+ readonly 'sub selection': _i_core._T_List<G_Source, _i_core._T_State_Group<G_Source, readonly ['dictionary', null] | readonly ['group', string] | readonly ['list', null] | readonly ['optional', null] | readonly ['state group', string]>>;
33
+ readonly 'type arguments': _T_Type_Arguments<G_Source>;
34
+ }
35
+ ] | readonly ['computed', _T_Type<G_Source>] | readonly ['dictionary', _T_Type<G_Source>] | readonly [
36
+ 'function',
37
+ {
38
+ readonly 'context': _T_Type<G_Source>;
39
+ readonly 'parameters': _i_core._T_Dictionary<G_Source, _T_Type<G_Source>>;
40
+ readonly 'return': _T_Type<G_Source>;
41
+ readonly 'type parameters': _T_Type_Parameters<G_Source>;
42
+ }
43
+ ] | readonly ['group', _i_core._T_Dictionary<G_Source, _T_Type<G_Source>>] | readonly ['key value pair', _T_Type<G_Source>] | readonly ['null', null] | readonly [
44
+ 'number',
45
+ _i_core._T_State_Group<G_Source, readonly ['float', null] | readonly [
46
+ 'integer',
47
+ {
48
+ readonly 'signed': boolean;
49
+ }
50
+ ]>
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
+ export type _T_Type_Arguments<G_Source> = _i_core._T_Dictionary<G_Source, _T_Type<G_Source>>;
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]>;
55
+ readonly 'parameter': string;
56
+ };
57
+ export type _T_Type_Parameters<G_Source> = _i_core._T_Dictionary<G_Source, null>;
58
+ export type Imports<G_Source> = _T_Imports<G_Source>;
59
+ export type Module<G_Source> = _T_Module<G_Source>;
60
+ export type Module_Set<G_Source> = _T_Module_Set<G_Source>;
61
+ export type Type<G_Source> = _T_Type<G_Source>;
62
+ export type Type_Arguments<G_Source> = _T_Type_Arguments<G_Source>;
63
+ export type Type_Parameter_Selection<G_Source> = _T_Type_Parameter_Selection<G_Source>;
64
+ export type Type_Parameters<G_Source> = _T_Type_Parameters<G_Source>;
65
+ export declare namespace _T_Imports {
66
+ namespace D {
67
+ namespace tail {
68
+ type L<G_Source> = string;
69
+ }
70
+ type tail<G_Source> = _i_core._T_List<G_Source, string>;
71
+ namespace _type {
72
+ namespace SG {
73
+ namespace ancestor {
74
+ type dependency<G_Source> = string;
75
+ type number_of_steps<G_Source> = number;
76
+ }
77
+ type ancestor<G_Source> = {
78
+ readonly 'dependency': string;
79
+ readonly 'number of steps': number;
80
+ };
81
+ type external<G_Source> = string;
82
+ type sibling<G_Source> = string;
83
+ }
84
+ type SG<G_Source> = readonly [
85
+ 'ancestor',
86
+ {
87
+ readonly 'dependency': string;
88
+ readonly 'number of steps': number;
89
+ }
90
+ ] | readonly ['external', string] | readonly ['sibling', string];
91
+ }
92
+ type _type<G_Source> = _i_core._T_State_Group<G_Source, readonly [
93
+ 'ancestor',
94
+ {
95
+ readonly 'dependency': string;
96
+ readonly 'number of steps': number;
97
+ }
98
+ ] | readonly ['external', string] | readonly ['sibling', string]>;
99
+ namespace type_arguments {
100
+ }
101
+ type type_arguments<G_Source> = _T_Type_Arguments<G_Source>;
102
+ }
103
+ type D<G_Source> = {
104
+ readonly 'tail': _i_core._T_List<G_Source, string>;
105
+ readonly 'type': _i_core._T_State_Group<G_Source, readonly [
106
+ 'ancestor',
107
+ {
108
+ readonly 'dependency': string;
109
+ readonly 'number of steps': number;
110
+ }
111
+ ] | readonly ['external', string] | readonly ['sibling', string]>;
112
+ readonly 'type arguments': _T_Type_Arguments<G_Source>;
113
+ };
114
+ }
115
+ export declare namespace _T_Module {
116
+ namespace imports {
117
+ }
118
+ type imports<G_Source> = _T_Imports<G_Source>;
119
+ namespace type_parameters {
120
+ }
121
+ type type_parameters<G_Source> = _T_Type_Parameters<G_Source>;
122
+ namespace types {
123
+ namespace D {
124
+ namespace parameters {
125
+ }
126
+ type parameters<G_Source> = _T_Type_Parameters<G_Source>;
127
+ namespace _type {
128
+ }
129
+ type _type<G_Source> = _T_Type<G_Source>;
130
+ }
131
+ type D<G_Source> = {
132
+ readonly 'parameters': _T_Type_Parameters<G_Source>;
133
+ readonly 'type': _T_Type<G_Source>;
134
+ };
135
+ }
136
+ type types<G_Source> = _i_core._T_Dictionary<G_Source, {
137
+ readonly 'parameters': _T_Type_Parameters<G_Source>;
138
+ readonly 'type': _T_Type<G_Source>;
139
+ }>;
140
+ }
141
+ export declare namespace _T_Module_Set {
142
+ namespace D {
143
+ namespace SG {
144
+ namespace _module {
145
+ }
146
+ type _module<G_Source> = _T_Module<G_Source>;
147
+ namespace _set {
148
+ }
149
+ type _set<G_Source> = _T_Module_Set<G_Source>;
150
+ }
151
+ type SG<G_Source> = readonly ['module', _T_Module<G_Source>] | readonly ['set', _T_Module_Set<G_Source>];
152
+ }
153
+ type D<G_Source> = _i_core._T_State_Group<G_Source, readonly ['module', _T_Module<G_Source>] | readonly ['set', _T_Module_Set<G_Source>]>;
154
+ }
155
+ export declare namespace _T_Type {
156
+ namespace SG {
157
+ namespace array {
158
+ }
159
+ type array<G_Source> = _T_Type<G_Source>;
160
+ type _boolean<G_Source> = null;
161
+ namespace component {
162
+ namespace location {
163
+ namespace SG {
164
+ namespace _import {
165
+ type _import<G_Source> = string;
166
+ type _type<G_Source> = string;
167
+ }
168
+ type _import<G_Source> = {
169
+ readonly 'import': string;
170
+ readonly 'type': string;
171
+ };
172
+ type sibling<G_Source> = string;
173
+ }
174
+ type SG<G_Source> = readonly [
175
+ 'import',
176
+ {
177
+ readonly 'import': string;
178
+ readonly 'type': string;
179
+ }
180
+ ] | readonly ['sibling', string];
181
+ }
182
+ type location<G_Source> = _i_core._T_State_Group<G_Source, readonly [
183
+ 'import',
184
+ {
185
+ readonly 'import': string;
186
+ readonly 'type': string;
187
+ }
188
+ ] | readonly ['sibling', string]>;
189
+ namespace sub_selection {
190
+ namespace L {
191
+ namespace SG {
192
+ type dictionary<G_Source> = null;
193
+ type group<G_Source> = string;
194
+ type list<G_Source> = null;
195
+ type optional<G_Source> = null;
196
+ type state_group<G_Source> = string;
197
+ }
198
+ type SG<G_Source> = readonly ['dictionary', null] | readonly ['group', string] | readonly ['list', null] | readonly ['optional', null] | readonly ['state group', string];
199
+ }
200
+ type L<G_Source> = _i_core._T_State_Group<G_Source, readonly ['dictionary', null] | readonly ['group', string] | readonly ['list', null] | readonly ['optional', null] | readonly ['state group', string]>;
201
+ }
202
+ type sub_selection<G_Source> = _i_core._T_List<G_Source, _i_core._T_State_Group<G_Source, readonly ['dictionary', null] | readonly ['group', string] | readonly ['list', null] | readonly ['optional', null] | readonly ['state group', string]>>;
203
+ namespace type_arguments {
204
+ }
205
+ type type_arguments<G_Source> = _T_Type_Arguments<G_Source>;
206
+ }
207
+ type component<G_Source> = {
208
+ readonly 'location': _i_core._T_State_Group<G_Source, readonly [
209
+ 'import',
210
+ {
211
+ readonly 'import': string;
212
+ readonly 'type': string;
213
+ }
214
+ ] | readonly ['sibling', string]>;
215
+ readonly 'sub selection': _i_core._T_List<G_Source, _i_core._T_State_Group<G_Source, readonly ['dictionary', null] | readonly ['group', string] | readonly ['list', null] | readonly ['optional', null] | readonly ['state group', string]>>;
216
+ readonly 'type arguments': _T_Type_Arguments<G_Source>;
217
+ };
218
+ namespace computed {
219
+ }
220
+ type computed<G_Source> = _T_Type<G_Source>;
221
+ namespace dictionary {
222
+ }
223
+ type dictionary<G_Source> = _T_Type<G_Source>;
224
+ namespace _function {
225
+ namespace context {
226
+ }
227
+ type context<G_Source> = _T_Type<G_Source>;
228
+ namespace parameters {
229
+ namespace D {
230
+ }
231
+ type D<G_Source> = _T_Type<G_Source>;
232
+ }
233
+ type parameters<G_Source> = _i_core._T_Dictionary<G_Source, _T_Type<G_Source>>;
234
+ namespace _return {
235
+ }
236
+ type _return<G_Source> = _T_Type<G_Source>;
237
+ namespace type_parameters {
238
+ }
239
+ type type_parameters<G_Source> = _T_Type_Parameters<G_Source>;
240
+ }
241
+ type _function<G_Source> = {
242
+ readonly 'context': _T_Type<G_Source>;
243
+ readonly 'parameters': _i_core._T_Dictionary<G_Source, _T_Type<G_Source>>;
244
+ readonly 'return': _T_Type<G_Source>;
245
+ readonly 'type parameters': _T_Type_Parameters<G_Source>;
246
+ };
247
+ namespace group {
248
+ namespace D {
249
+ }
250
+ type D<G_Source> = _T_Type<G_Source>;
251
+ }
252
+ type group<G_Source> = _i_core._T_Dictionary<G_Source, _T_Type<G_Source>>;
253
+ namespace key_value_pair {
254
+ }
255
+ type key_value_pair<G_Source> = _T_Type<G_Source>;
256
+ type _null<G_Source> = null;
257
+ namespace _number {
258
+ namespace SG {
259
+ type float<G_Source> = null;
260
+ namespace integer {
261
+ type signed<G_Source> = boolean;
262
+ }
263
+ type integer<G_Source> = {
264
+ readonly 'signed': boolean;
265
+ };
266
+ }
267
+ type SG<G_Source> = readonly ['float', null] | readonly [
268
+ 'integer',
269
+ {
270
+ readonly 'signed': boolean;
271
+ }
272
+ ];
273
+ }
274
+ type _number<G_Source> = _i_core._T_State_Group<G_Source, readonly ['float', null] | readonly [
275
+ 'integer',
276
+ {
277
+ readonly 'signed': boolean;
278
+ }
279
+ ]>;
280
+ namespace optional {
281
+ }
282
+ type optional<G_Source> = _T_Type<G_Source>;
283
+ namespace parameter {
284
+ }
285
+ type parameter<G_Source> = _T_Type_Parameter_Selection<G_Source>;
286
+ type _string<G_Source> = null;
287
+ namespace tagged_union {
288
+ namespace D {
289
+ }
290
+ type D<G_Source> = _T_Type<G_Source>;
291
+ }
292
+ type tagged_union<G_Source> = _i_core._T_Dictionary<G_Source, _T_Type<G_Source>>;
293
+ }
294
+ type SG<G_Source> = readonly ['array', _T_Type<G_Source>] | readonly ['boolean', null] | readonly [
295
+ 'component',
296
+ {
297
+ readonly 'location': _i_core._T_State_Group<G_Source, readonly [
298
+ 'import',
299
+ {
300
+ readonly 'import': string;
301
+ readonly 'type': string;
302
+ }
303
+ ] | readonly ['sibling', string]>;
304
+ readonly 'sub selection': _i_core._T_List<G_Source, _i_core._T_State_Group<G_Source, readonly ['dictionary', null] | readonly ['group', string] | readonly ['list', null] | readonly ['optional', null] | readonly ['state group', string]>>;
305
+ readonly 'type arguments': _T_Type_Arguments<G_Source>;
306
+ }
307
+ ] | readonly ['computed', _T_Type<G_Source>] | readonly ['dictionary', _T_Type<G_Source>] | readonly [
308
+ 'function',
309
+ {
310
+ readonly 'context': _T_Type<G_Source>;
311
+ readonly 'parameters': _i_core._T_Dictionary<G_Source, _T_Type<G_Source>>;
312
+ readonly 'return': _T_Type<G_Source>;
313
+ readonly 'type parameters': _T_Type_Parameters<G_Source>;
314
+ }
315
+ ] | readonly ['group', _i_core._T_Dictionary<G_Source, _T_Type<G_Source>>] | readonly ['key value pair', _T_Type<G_Source>] | readonly ['null', null] | readonly [
316
+ 'number',
317
+ _i_core._T_State_Group<G_Source, readonly ['float', null] | readonly [
318
+ 'integer',
319
+ {
320
+ readonly 'signed': boolean;
321
+ }
322
+ ]>
323
+ ] | 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>>];
324
+ }
325
+ export declare namespace _T_Type_Arguments {
326
+ namespace D {
327
+ }
328
+ type D<G_Source> = _T_Type<G_Source>;
329
+ }
330
+ export declare namespace _T_Type_Parameter_Selection {
331
+ namespace location {
332
+ namespace SG {
333
+ type _module<G_Source> = null;
334
+ type _type<G_Source> = null;
335
+ }
336
+ type SG<G_Source> = readonly ['module', null] | readonly ['type', null];
337
+ }
338
+ type location<G_Source> = _i_core._T_State_Group<G_Source, readonly ['module', null] | readonly ['type', null]>;
339
+ type parameter<G_Source> = string;
340
+ }
341
+ export declare namespace _T_Type_Parameters {
342
+ type D<G_Source> = null;
343
+ }
344
+ export declare namespace Imports {
345
+ namespace D {
346
+ namespace tail {
347
+ type L<G_Source> = string;
348
+ }
349
+ type tail<G_Source> = _i_core._T_List<G_Source, string>;
350
+ namespace _type {
351
+ namespace SG {
352
+ namespace ancestor {
353
+ type dependency<G_Source> = string;
354
+ type number_of_steps<G_Source> = number;
355
+ }
356
+ type ancestor<G_Source> = {
357
+ readonly 'dependency': string;
358
+ readonly 'number of steps': number;
359
+ };
360
+ type external<G_Source> = string;
361
+ type sibling<G_Source> = string;
362
+ }
363
+ type SG<G_Source> = readonly [
364
+ 'ancestor',
365
+ {
366
+ readonly 'dependency': string;
367
+ readonly 'number of steps': number;
368
+ }
369
+ ] | readonly ['external', string] | readonly ['sibling', string];
370
+ }
371
+ type _type<G_Source> = _i_core._T_State_Group<G_Source, readonly [
372
+ 'ancestor',
373
+ {
374
+ readonly 'dependency': string;
375
+ readonly 'number of steps': number;
376
+ }
377
+ ] | readonly ['external', string] | readonly ['sibling', string]>;
378
+ namespace type_arguments {
379
+ }
380
+ type type_arguments<G_Source> = _T_Type_Arguments<G_Source>;
381
+ }
382
+ type D<G_Source> = {
383
+ readonly 'tail': _i_core._T_List<G_Source, string>;
384
+ readonly 'type': _i_core._T_State_Group<G_Source, readonly [
385
+ 'ancestor',
386
+ {
387
+ readonly 'dependency': string;
388
+ readonly 'number of steps': number;
389
+ }
390
+ ] | readonly ['external', string] | readonly ['sibling', string]>;
391
+ readonly 'type arguments': _T_Type_Arguments<G_Source>;
392
+ };
393
+ }
394
+ export declare namespace Module {
395
+ namespace imports {
396
+ }
397
+ type imports<G_Source> = _T_Imports<G_Source>;
398
+ namespace type_parameters {
399
+ }
400
+ type type_parameters<G_Source> = _T_Type_Parameters<G_Source>;
401
+ namespace types {
402
+ namespace D {
403
+ namespace parameters {
404
+ }
405
+ type parameters<G_Source> = _T_Type_Parameters<G_Source>;
406
+ namespace _type {
407
+ }
408
+ type _type<G_Source> = _T_Type<G_Source>;
409
+ }
410
+ type D<G_Source> = {
411
+ readonly 'parameters': _T_Type_Parameters<G_Source>;
412
+ readonly 'type': _T_Type<G_Source>;
413
+ };
414
+ }
415
+ type types<G_Source> = _i_core._T_Dictionary<G_Source, {
416
+ readonly 'parameters': _T_Type_Parameters<G_Source>;
417
+ readonly 'type': _T_Type<G_Source>;
418
+ }>;
419
+ }
420
+ export declare namespace Module_Set {
421
+ namespace D {
422
+ namespace SG {
423
+ namespace _module {
424
+ }
425
+ type _module<G_Source> = _T_Module<G_Source>;
426
+ namespace _set {
427
+ }
428
+ type _set<G_Source> = _T_Module_Set<G_Source>;
429
+ }
430
+ type SG<G_Source> = readonly ['module', _T_Module<G_Source>] | readonly ['set', _T_Module_Set<G_Source>];
431
+ }
432
+ type D<G_Source> = _i_core._T_State_Group<G_Source, readonly ['module', _T_Module<G_Source>] | readonly ['set', _T_Module_Set<G_Source>]>;
433
+ }
434
+ export declare namespace Type {
435
+ namespace SG {
436
+ namespace array {
437
+ }
438
+ type array<G_Source> = _T_Type<G_Source>;
439
+ type _boolean<G_Source> = null;
440
+ namespace component {
441
+ namespace location {
442
+ namespace SG {
443
+ namespace _import {
444
+ type _import<G_Source> = string;
445
+ type _type<G_Source> = string;
446
+ }
447
+ type _import<G_Source> = {
448
+ readonly 'import': string;
449
+ readonly 'type': string;
450
+ };
451
+ type sibling<G_Source> = string;
452
+ }
453
+ type SG<G_Source> = readonly [
454
+ 'import',
455
+ {
456
+ readonly 'import': string;
457
+ readonly 'type': string;
458
+ }
459
+ ] | readonly ['sibling', string];
460
+ }
461
+ type location<G_Source> = _i_core._T_State_Group<G_Source, readonly [
462
+ 'import',
463
+ {
464
+ readonly 'import': string;
465
+ readonly 'type': string;
466
+ }
467
+ ] | readonly ['sibling', string]>;
468
+ namespace sub_selection {
469
+ namespace L {
470
+ namespace SG {
471
+ type dictionary<G_Source> = null;
472
+ type group<G_Source> = string;
473
+ type list<G_Source> = null;
474
+ type optional<G_Source> = null;
475
+ type state_group<G_Source> = string;
476
+ }
477
+ type SG<G_Source> = readonly ['dictionary', null] | readonly ['group', string] | readonly ['list', null] | readonly ['optional', null] | readonly ['state group', string];
478
+ }
479
+ type L<G_Source> = _i_core._T_State_Group<G_Source, readonly ['dictionary', null] | readonly ['group', string] | readonly ['list', null] | readonly ['optional', null] | readonly ['state group', string]>;
480
+ }
481
+ type sub_selection<G_Source> = _i_core._T_List<G_Source, _i_core._T_State_Group<G_Source, readonly ['dictionary', null] | readonly ['group', string] | readonly ['list', null] | readonly ['optional', null] | readonly ['state group', string]>>;
482
+ namespace type_arguments {
483
+ }
484
+ type type_arguments<G_Source> = _T_Type_Arguments<G_Source>;
485
+ }
486
+ type component<G_Source> = {
487
+ readonly 'location': _i_core._T_State_Group<G_Source, readonly [
488
+ 'import',
489
+ {
490
+ readonly 'import': string;
491
+ readonly 'type': string;
492
+ }
493
+ ] | readonly ['sibling', string]>;
494
+ readonly 'sub selection': _i_core._T_List<G_Source, _i_core._T_State_Group<G_Source, readonly ['dictionary', null] | readonly ['group', string] | readonly ['list', null] | readonly ['optional', null] | readonly ['state group', string]>>;
495
+ readonly 'type arguments': _T_Type_Arguments<G_Source>;
496
+ };
497
+ namespace computed {
498
+ }
499
+ type computed<G_Source> = _T_Type<G_Source>;
500
+ namespace dictionary {
501
+ }
502
+ type dictionary<G_Source> = _T_Type<G_Source>;
503
+ namespace _function {
504
+ namespace context {
505
+ }
506
+ type context<G_Source> = _T_Type<G_Source>;
507
+ namespace parameters {
508
+ namespace D {
509
+ }
510
+ type D<G_Source> = _T_Type<G_Source>;
511
+ }
512
+ type parameters<G_Source> = _i_core._T_Dictionary<G_Source, _T_Type<G_Source>>;
513
+ namespace _return {
514
+ }
515
+ type _return<G_Source> = _T_Type<G_Source>;
516
+ namespace type_parameters {
517
+ }
518
+ type type_parameters<G_Source> = _T_Type_Parameters<G_Source>;
519
+ }
520
+ type _function<G_Source> = {
521
+ readonly 'context': _T_Type<G_Source>;
522
+ readonly 'parameters': _i_core._T_Dictionary<G_Source, _T_Type<G_Source>>;
523
+ readonly 'return': _T_Type<G_Source>;
524
+ readonly 'type parameters': _T_Type_Parameters<G_Source>;
525
+ };
526
+ namespace group {
527
+ namespace D {
528
+ }
529
+ type D<G_Source> = _T_Type<G_Source>;
530
+ }
531
+ type group<G_Source> = _i_core._T_Dictionary<G_Source, _T_Type<G_Source>>;
532
+ namespace key_value_pair {
533
+ }
534
+ type key_value_pair<G_Source> = _T_Type<G_Source>;
535
+ type _null<G_Source> = null;
536
+ namespace _number {
537
+ namespace SG {
538
+ type float<G_Source> = null;
539
+ namespace integer {
540
+ type signed<G_Source> = boolean;
541
+ }
542
+ type integer<G_Source> = {
543
+ readonly 'signed': boolean;
544
+ };
545
+ }
546
+ type SG<G_Source> = readonly ['float', null] | readonly [
547
+ 'integer',
548
+ {
549
+ readonly 'signed': boolean;
550
+ }
551
+ ];
552
+ }
553
+ type _number<G_Source> = _i_core._T_State_Group<G_Source, readonly ['float', null] | readonly [
554
+ 'integer',
555
+ {
556
+ readonly 'signed': boolean;
557
+ }
558
+ ]>;
559
+ namespace optional {
560
+ }
561
+ type optional<G_Source> = _T_Type<G_Source>;
562
+ namespace parameter {
563
+ }
564
+ type parameter<G_Source> = _T_Type_Parameter_Selection<G_Source>;
565
+ type _string<G_Source> = null;
566
+ namespace tagged_union {
567
+ namespace D {
568
+ }
569
+ type D<G_Source> = _T_Type<G_Source>;
570
+ }
571
+ type tagged_union<G_Source> = _i_core._T_Dictionary<G_Source, _T_Type<G_Source>>;
572
+ }
573
+ type SG<G_Source> = readonly ['array', _T_Type<G_Source>] | readonly ['boolean', null] | readonly [
574
+ 'component',
575
+ {
576
+ readonly 'location': _i_core._T_State_Group<G_Source, readonly [
577
+ 'import',
578
+ {
579
+ readonly 'import': string;
580
+ readonly 'type': string;
581
+ }
582
+ ] | readonly ['sibling', string]>;
583
+ readonly 'sub selection': _i_core._T_List<G_Source, _i_core._T_State_Group<G_Source, readonly ['dictionary', null] | readonly ['group', string] | readonly ['list', null] | readonly ['optional', null] | readonly ['state group', string]>>;
584
+ readonly 'type arguments': _T_Type_Arguments<G_Source>;
585
+ }
586
+ ] | readonly ['computed', _T_Type<G_Source>] | readonly ['dictionary', _T_Type<G_Source>] | readonly [
587
+ 'function',
588
+ {
589
+ readonly 'context': _T_Type<G_Source>;
590
+ readonly 'parameters': _i_core._T_Dictionary<G_Source, _T_Type<G_Source>>;
591
+ readonly 'return': _T_Type<G_Source>;
592
+ readonly 'type parameters': _T_Type_Parameters<G_Source>;
593
+ }
594
+ ] | readonly ['group', _i_core._T_Dictionary<G_Source, _T_Type<G_Source>>] | readonly ['key value pair', _T_Type<G_Source>] | readonly ['null', null] | readonly [
595
+ 'number',
596
+ _i_core._T_State_Group<G_Source, readonly ['float', null] | readonly [
597
+ 'integer',
598
+ {
599
+ readonly 'signed': boolean;
600
+ }
601
+ ]>
602
+ ] | 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>>];
603
+ }
604
+ export declare namespace Type_Arguments {
605
+ namespace D {
606
+ }
607
+ type D<G_Source> = _T_Type<G_Source>;
608
+ }
609
+ export declare namespace Type_Parameter_Selection {
610
+ namespace location {
611
+ namespace SG {
612
+ type _module<G_Source> = null;
613
+ type _type<G_Source> = null;
614
+ }
615
+ type SG<G_Source> = readonly ['module', null] | readonly ['type', null];
616
+ }
617
+ type location<G_Source> = _i_core._T_State_Group<G_Source, readonly ['module', null] | readonly ['type', null]>;
618
+ type parameter<G_Source> = string;
619
+ }
620
+ export declare namespace Type_Parameters {
621
+ type D<G_Source> = null;
622
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicG9vcm1hbnNfcGFyc2VyLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vc3JjL2dlbmVyYXRlZC9pbnRlcmZhY2Uvc2NoZW1hcy9leHVwZXJ5X2ludGVyZmFjZS9wb29ybWFuc19wYXJzZXIudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiJ9