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
@@ -1,184 +0,0 @@
1
- import * as _pt from 'exupery-core-types';
2
- export type _T_Derived_Reference<G_Source, T_Type> = null;
3
- export type _T_Dictionary<G_Source, T_D> = {
4
- readonly 'dictionary': _pt.Dictionary<{
5
- readonly 'entry': T_D;
6
- readonly 'location': G_Source;
7
- }>;
8
- readonly 'location': G_Source;
9
- };
10
- export type _T_List<G_Source, T_L> = {
11
- readonly 'list': _pt.Array<{
12
- readonly 'element': T_L;
13
- readonly 'location': G_Source;
14
- }>;
15
- readonly 'location': G_Source;
16
- };
17
- export type _T_Ordered_Dictionary<G_Source, T_D> = {
18
- readonly 'dictionary': _pt.Dictionary<{
19
- readonly 'entry': T_D;
20
- readonly 'location': G_Source;
21
- }>;
22
- readonly 'location': G_Source;
23
- };
24
- export type _T_Reference_To_Circular_Dependent_Sibling<G_Source, T_Dictionary_Entry> = {
25
- readonly 'key': string;
26
- readonly 'location': G_Source;
27
- };
28
- export type _T_Reference_To_Normal_Dictionary_Entry<G_Source, T_Dictionary_Entry> = {
29
- readonly 'key': string;
30
- readonly 'location': G_Source;
31
- };
32
- export type _T_Reference_To_Stacked_Dictionary_Entry<G_Source, T_Dictionary_Entry> = {
33
- readonly 'key': string;
34
- readonly 'location': G_Source;
35
- readonly 'up steps': number;
36
- };
37
- export type _T_State_Group<G_Source, T_SG> = {
38
- readonly 'location': G_Source;
39
- readonly 'state group': T_SG;
40
- };
41
- export type Derived_Reference<G_Source, T_Type> = _T_Derived_Reference<G_Source, T_Type>;
42
- export type Dictionary<G_Source, T_D> = _T_Dictionary<G_Source, T_D>;
43
- export type List<G_Source, T_L> = _T_List<G_Source, T_L>;
44
- export type Ordered_Dictionary<G_Source, T_D> = _T_Ordered_Dictionary<G_Source, T_D>;
45
- export type Reference_To_Circular_Dependent_Sibling<G_Source, T_Dictionary_Entry> = _T_Reference_To_Circular_Dependent_Sibling<G_Source, T_Dictionary_Entry>;
46
- export type Reference_To_Normal_Dictionary_Entry<G_Source, T_Dictionary_Entry> = _T_Reference_To_Normal_Dictionary_Entry<G_Source, T_Dictionary_Entry>;
47
- export type Reference_To_Stacked_Dictionary_Entry<G_Source, T_Dictionary_Entry> = _T_Reference_To_Stacked_Dictionary_Entry<G_Source, T_Dictionary_Entry>;
48
- export type State_Group<G_Source, T_SG> = _T_State_Group<G_Source, T_SG>;
49
- export declare namespace _T_Dictionary {
50
- namespace dictionary {
51
- namespace D {
52
- type entry<G_Source, T_D> = T_D;
53
- type location<G_Source, T_D> = G_Source;
54
- }
55
- type D<G_Source, T_D> = {
56
- readonly 'entry': T_D;
57
- readonly 'location': G_Source;
58
- };
59
- }
60
- type dictionary<G_Source, T_D> = _pt.Dictionary<{
61
- readonly 'entry': T_D;
62
- readonly 'location': G_Source;
63
- }>;
64
- type location<G_Source, T_D> = G_Source;
65
- }
66
- export declare namespace _T_List {
67
- namespace list {
68
- namespace L {
69
- type element<G_Source, T_L> = T_L;
70
- type location<G_Source, T_L> = G_Source;
71
- }
72
- type L<G_Source, T_L> = {
73
- readonly 'element': T_L;
74
- readonly 'location': G_Source;
75
- };
76
- }
77
- type list<G_Source, T_L> = _pt.Array<{
78
- readonly 'element': T_L;
79
- readonly 'location': G_Source;
80
- }>;
81
- type location<G_Source, T_L> = G_Source;
82
- }
83
- export declare namespace _T_Ordered_Dictionary {
84
- namespace dictionary {
85
- namespace D {
86
- type entry<G_Source, T_D> = T_D;
87
- type location<G_Source, T_D> = G_Source;
88
- }
89
- type D<G_Source, T_D> = {
90
- readonly 'entry': T_D;
91
- readonly 'location': G_Source;
92
- };
93
- }
94
- type dictionary<G_Source, T_D> = _pt.Dictionary<{
95
- readonly 'entry': T_D;
96
- readonly 'location': G_Source;
97
- }>;
98
- type location<G_Source, T_D> = G_Source;
99
- }
100
- export declare namespace _T_Reference_To_Circular_Dependent_Sibling {
101
- type key<G_Source, T_Dictionary_Entry> = string;
102
- type location<G_Source, T_Dictionary_Entry> = G_Source;
103
- }
104
- export declare namespace _T_Reference_To_Normal_Dictionary_Entry {
105
- type key<G_Source, T_Dictionary_Entry> = string;
106
- type location<G_Source, T_Dictionary_Entry> = G_Source;
107
- }
108
- export declare namespace _T_Reference_To_Stacked_Dictionary_Entry {
109
- type key<G_Source, T_Dictionary_Entry> = string;
110
- type location<G_Source, T_Dictionary_Entry> = G_Source;
111
- type up_steps<G_Source, T_Dictionary_Entry> = number;
112
- }
113
- export declare namespace _T_State_Group {
114
- type location<G_Source, T_SG> = G_Source;
115
- type state_group<G_Source, T_SG> = T_SG;
116
- }
117
- export declare namespace Dictionary {
118
- namespace dictionary {
119
- namespace D {
120
- type entry<G_Source, T_D> = T_D;
121
- type location<G_Source, T_D> = G_Source;
122
- }
123
- type D<G_Source, T_D> = {
124
- readonly 'entry': T_D;
125
- readonly 'location': G_Source;
126
- };
127
- }
128
- type dictionary<G_Source, T_D> = _pt.Dictionary<{
129
- readonly 'entry': T_D;
130
- readonly 'location': G_Source;
131
- }>;
132
- type location<G_Source, T_D> = G_Source;
133
- }
134
- export declare namespace List {
135
- namespace list {
136
- namespace L {
137
- type element<G_Source, T_L> = T_L;
138
- type location<G_Source, T_L> = G_Source;
139
- }
140
- type L<G_Source, T_L> = {
141
- readonly 'element': T_L;
142
- readonly 'location': G_Source;
143
- };
144
- }
145
- type list<G_Source, T_L> = _pt.Array<{
146
- readonly 'element': T_L;
147
- readonly 'location': G_Source;
148
- }>;
149
- type location<G_Source, T_L> = G_Source;
150
- }
151
- export declare namespace Ordered_Dictionary {
152
- namespace dictionary {
153
- namespace D {
154
- type entry<G_Source, T_D> = T_D;
155
- type location<G_Source, T_D> = G_Source;
156
- }
157
- type D<G_Source, T_D> = {
158
- readonly 'entry': T_D;
159
- readonly 'location': G_Source;
160
- };
161
- }
162
- type dictionary<G_Source, T_D> = _pt.Dictionary<{
163
- readonly 'entry': T_D;
164
- readonly 'location': G_Source;
165
- }>;
166
- type location<G_Source, T_D> = G_Source;
167
- }
168
- export declare namespace Reference_To_Circular_Dependent_Sibling {
169
- type key<G_Source, T_Dictionary_Entry> = string;
170
- type location<G_Source, T_Dictionary_Entry> = G_Source;
171
- }
172
- export declare namespace Reference_To_Normal_Dictionary_Entry {
173
- type key<G_Source, T_Dictionary_Entry> = string;
174
- type location<G_Source, T_Dictionary_Entry> = G_Source;
175
- }
176
- export declare namespace Reference_To_Stacked_Dictionary_Entry {
177
- type key<G_Source, T_Dictionary_Entry> = string;
178
- type location<G_Source, T_Dictionary_Entry> = G_Source;
179
- type up_steps<G_Source, T_Dictionary_Entry> = number;
180
- }
181
- export declare namespace State_Group {
182
- type location<G_Source, T_SG> = G_Source;
183
- type state_group<G_Source, T_SG> = T_SG;
184
- }
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicG9vcm1hbnNfcGFyc2VyLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vc3JjL2dlbmVyYXRlZC9pbnRlcmZhY2UvY29yZS9wb29ybWFuc19wYXJzZXIudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiJ9
@@ -1,11 +0,0 @@
1
- import * as pt from 'exupery-core-types';
2
- export type Location_to_String<Source> = ($: Source) => string;
3
- export type _T_Location_2_String<Source> = Location_to_String<Source>;
4
- export type Non_Circular_Result<T> = ['error', ['circular', pt.Array<string>]] | ['resolved', T];
5
- export type Acyclic_Lookup<T> = pt.Optional_Value<pt.Lookup<Non_Circular_Result<T>>>;
6
- export type _T_Acyclic_Lookup<T> = Acyclic_Lookup<T>;
7
- export type Possibly_Circular_Result<T> = pt.Computed_Value<T>;
8
- export type Cyclic_Lookup<T> = pt.Optional_Value<pt.Lookup<Possibly_Circular_Result<T>>>;
9
- export type _T_Cyclic_Lookup<T> = Cyclic_Lookup<T>;
10
- export type Lookup_Stack<T> = pt.Array<Acyclic_Lookup<T>>;
11
- export type _T_Lookup_Stack<T> = Lookup_Stack<T>;
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmVzb2x2ZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3NyYy9nZW5lcmF0ZWQvaW50ZXJmYWNlL2dlbmVyaWMvcmVzb2x2ZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIn0=
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWlncmF0aW9uX2JvaWxlcnBsYXRlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vc3JjL2dlbmVyYXRlZC9pbnRlcmZhY2Uvc2NoZW1hcy9pbXBsZW1lbnRhdGlvbi9taWdyYXRpb25fYm9pbGVycGxhdGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiJ9
@@ -1,437 +0,0 @@
1
- import * as _i_generic from "../../../../generic/resolve";
2
- import * as _i_resolved from "../resolved";
3
- import * as _i_unresolved from "../unresolved";
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>;
6
- readonly 'parameters': {
7
- readonly 'lookups': null;
8
- readonly 'values': null;
9
- };
10
- }) => _i_resolved._T_Imports;
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>;
13
- readonly 'parameters': {
14
- readonly 'lookups': null;
15
- readonly 'values': null;
16
- };
17
- }) => _i_resolved._T_Module;
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>;
20
- readonly 'parameters': {
21
- readonly 'lookups': null;
22
- readonly 'values': null;
23
- };
24
- }) => _i_resolved._T_Module_Set;
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>;
27
- readonly 'parameters': {
28
- readonly 'lookups': null;
29
- readonly 'values': null;
30
- };
31
- }) => _i_resolved._T_Type;
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>;
34
- readonly 'parameters': {
35
- readonly 'lookups': null;
36
- readonly 'values': null;
37
- };
38
- }) => _i_resolved._T_Type_Arguments;
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>;
41
- readonly 'parameters': {
42
- readonly 'lookups': null;
43
- readonly 'values': null;
44
- };
45
- }) => _i_resolved._T_Type_Parameter_Selection;
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>;
48
- readonly 'parameters': {
49
- readonly 'lookups': null;
50
- readonly 'values': null;
51
- };
52
- }) => _i_resolved._T_Type_Parameters;
53
- export type Imports<G_Source> = _T_Imports<G_Source>;
54
- export type Module<G_Source> = _T_Module<G_Source>;
55
- export type Module_Set<G_Source> = _T_Module_Set<G_Source>;
56
- export type Type<G_Source> = _T_Type<G_Source>;
57
- export type Type_Arguments<G_Source> = _T_Type_Arguments<G_Source>;
58
- export type Type_Parameter_Selection<G_Source> = _T_Type_Parameter_Selection<G_Source>;
59
- export type Type_Parameters<G_Source> = _T_Type_Parameters<G_Source>;
60
- export declare namespace _T_Imports {
61
- namespace CONTEXT {
62
- type Source<G_Source> = G_Source;
63
- }
64
- type CONTEXT<G_Source> = _i_unresolved._T_Imports<G_Source>;
65
- namespace PARAMS {
66
- namespace location_2_string {
67
- type Source<G_Source> = G_Source;
68
- }
69
- type location_2_string<G_Source> = _i_generic._T_Location_2_String<G_Source>;
70
- namespace parameters {
71
- namespace lookups {
72
- }
73
- type lookups<G_Source> = null;
74
- namespace values {
75
- }
76
- type values<G_Source> = null;
77
- }
78
- type parameters<G_Source> = {
79
- readonly 'lookups': null;
80
- readonly 'values': null;
81
- };
82
- }
83
- namespace RESULT {
84
- }
85
- type RESULT<G_Source> = _i_resolved._T_Imports;
86
- }
87
- export declare namespace _T_Module {
88
- namespace CONTEXT {
89
- type Source<G_Source> = G_Source;
90
- }
91
- type CONTEXT<G_Source> = _i_unresolved._T_Module<G_Source>;
92
- namespace PARAMS {
93
- namespace location_2_string {
94
- type Source<G_Source> = G_Source;
95
- }
96
- type location_2_string<G_Source> = _i_generic._T_Location_2_String<G_Source>;
97
- namespace parameters {
98
- namespace lookups {
99
- }
100
- type lookups<G_Source> = null;
101
- namespace values {
102
- }
103
- type values<G_Source> = null;
104
- }
105
- type parameters<G_Source> = {
106
- readonly 'lookups': null;
107
- readonly 'values': null;
108
- };
109
- }
110
- namespace RESULT {
111
- }
112
- type RESULT<G_Source> = _i_resolved._T_Module;
113
- }
114
- export declare namespace _T_Module_Set {
115
- namespace CONTEXT {
116
- type Source<G_Source> = G_Source;
117
- }
118
- type CONTEXT<G_Source> = _i_unresolved._T_Module_Set<G_Source>;
119
- namespace PARAMS {
120
- namespace location_2_string {
121
- type Source<G_Source> = G_Source;
122
- }
123
- type location_2_string<G_Source> = _i_generic._T_Location_2_String<G_Source>;
124
- namespace parameters {
125
- namespace lookups {
126
- }
127
- type lookups<G_Source> = null;
128
- namespace values {
129
- }
130
- type values<G_Source> = null;
131
- }
132
- type parameters<G_Source> = {
133
- readonly 'lookups': null;
134
- readonly 'values': null;
135
- };
136
- }
137
- namespace RESULT {
138
- }
139
- type RESULT<G_Source> = _i_resolved._T_Module_Set;
140
- }
141
- export declare namespace _T_Type {
142
- namespace CONTEXT {
143
- type Source<G_Source> = G_Source;
144
- }
145
- type CONTEXT<G_Source> = _i_unresolved._T_Type<G_Source>;
146
- namespace PARAMS {
147
- namespace location_2_string {
148
- type Source<G_Source> = G_Source;
149
- }
150
- type location_2_string<G_Source> = _i_generic._T_Location_2_String<G_Source>;
151
- namespace parameters {
152
- namespace lookups {
153
- }
154
- type lookups<G_Source> = null;
155
- namespace values {
156
- }
157
- type values<G_Source> = null;
158
- }
159
- type parameters<G_Source> = {
160
- readonly 'lookups': null;
161
- readonly 'values': null;
162
- };
163
- }
164
- namespace RESULT {
165
- }
166
- type RESULT<G_Source> = _i_resolved._T_Type;
167
- }
168
- export declare namespace _T_Type_Arguments {
169
- namespace CONTEXT {
170
- type Source<G_Source> = G_Source;
171
- }
172
- type CONTEXT<G_Source> = _i_unresolved._T_Type_Arguments<G_Source>;
173
- namespace PARAMS {
174
- namespace location_2_string {
175
- type Source<G_Source> = G_Source;
176
- }
177
- type location_2_string<G_Source> = _i_generic._T_Location_2_String<G_Source>;
178
- namespace parameters {
179
- namespace lookups {
180
- }
181
- type lookups<G_Source> = null;
182
- namespace values {
183
- }
184
- type values<G_Source> = null;
185
- }
186
- type parameters<G_Source> = {
187
- readonly 'lookups': null;
188
- readonly 'values': null;
189
- };
190
- }
191
- namespace RESULT {
192
- }
193
- type RESULT<G_Source> = _i_resolved._T_Type_Arguments;
194
- }
195
- export declare namespace _T_Type_Parameter_Selection {
196
- namespace CONTEXT {
197
- type Source<G_Source> = G_Source;
198
- }
199
- type CONTEXT<G_Source> = _i_unresolved._T_Type_Parameter_Selection<G_Source>;
200
- namespace PARAMS {
201
- namespace location_2_string {
202
- type Source<G_Source> = G_Source;
203
- }
204
- type location_2_string<G_Source> = _i_generic._T_Location_2_String<G_Source>;
205
- namespace parameters {
206
- namespace lookups {
207
- }
208
- type lookups<G_Source> = null;
209
- namespace values {
210
- }
211
- type values<G_Source> = null;
212
- }
213
- type parameters<G_Source> = {
214
- readonly 'lookups': null;
215
- readonly 'values': null;
216
- };
217
- }
218
- namespace RESULT {
219
- }
220
- type RESULT<G_Source> = _i_resolved._T_Type_Parameter_Selection;
221
- }
222
- export declare namespace _T_Type_Parameters {
223
- namespace CONTEXT {
224
- type Source<G_Source> = G_Source;
225
- }
226
- type CONTEXT<G_Source> = _i_unresolved._T_Type_Parameters<G_Source>;
227
- namespace PARAMS {
228
- namespace location_2_string {
229
- type Source<G_Source> = G_Source;
230
- }
231
- type location_2_string<G_Source> = _i_generic._T_Location_2_String<G_Source>;
232
- namespace parameters {
233
- namespace lookups {
234
- }
235
- type lookups<G_Source> = null;
236
- namespace values {
237
- }
238
- type values<G_Source> = null;
239
- }
240
- type parameters<G_Source> = {
241
- readonly 'lookups': null;
242
- readonly 'values': null;
243
- };
244
- }
245
- namespace RESULT {
246
- }
247
- type RESULT<G_Source> = _i_resolved._T_Type_Parameters;
248
- }
249
- export declare namespace Imports {
250
- namespace CONTEXT {
251
- type Source<G_Source> = G_Source;
252
- }
253
- type CONTEXT<G_Source> = _i_unresolved._T_Imports<G_Source>;
254
- namespace PARAMS {
255
- namespace location_2_string {
256
- type Source<G_Source> = G_Source;
257
- }
258
- type location_2_string<G_Source> = _i_generic._T_Location_2_String<G_Source>;
259
- namespace parameters {
260
- namespace lookups {
261
- }
262
- type lookups<G_Source> = null;
263
- namespace values {
264
- }
265
- type values<G_Source> = null;
266
- }
267
- type parameters<G_Source> = {
268
- readonly 'lookups': null;
269
- readonly 'values': null;
270
- };
271
- }
272
- namespace RESULT {
273
- }
274
- type RESULT<G_Source> = _i_resolved._T_Imports;
275
- }
276
- export declare namespace Module {
277
- namespace CONTEXT {
278
- type Source<G_Source> = G_Source;
279
- }
280
- type CONTEXT<G_Source> = _i_unresolved._T_Module<G_Source>;
281
- namespace PARAMS {
282
- namespace location_2_string {
283
- type Source<G_Source> = G_Source;
284
- }
285
- type location_2_string<G_Source> = _i_generic._T_Location_2_String<G_Source>;
286
- namespace parameters {
287
- namespace lookups {
288
- }
289
- type lookups<G_Source> = null;
290
- namespace values {
291
- }
292
- type values<G_Source> = null;
293
- }
294
- type parameters<G_Source> = {
295
- readonly 'lookups': null;
296
- readonly 'values': null;
297
- };
298
- }
299
- namespace RESULT {
300
- }
301
- type RESULT<G_Source> = _i_resolved._T_Module;
302
- }
303
- export declare namespace Module_Set {
304
- namespace CONTEXT {
305
- type Source<G_Source> = G_Source;
306
- }
307
- type CONTEXT<G_Source> = _i_unresolved._T_Module_Set<G_Source>;
308
- namespace PARAMS {
309
- namespace location_2_string {
310
- type Source<G_Source> = G_Source;
311
- }
312
- type location_2_string<G_Source> = _i_generic._T_Location_2_String<G_Source>;
313
- namespace parameters {
314
- namespace lookups {
315
- }
316
- type lookups<G_Source> = null;
317
- namespace values {
318
- }
319
- type values<G_Source> = null;
320
- }
321
- type parameters<G_Source> = {
322
- readonly 'lookups': null;
323
- readonly 'values': null;
324
- };
325
- }
326
- namespace RESULT {
327
- }
328
- type RESULT<G_Source> = _i_resolved._T_Module_Set;
329
- }
330
- export declare namespace Type {
331
- namespace CONTEXT {
332
- type Source<G_Source> = G_Source;
333
- }
334
- type CONTEXT<G_Source> = _i_unresolved._T_Type<G_Source>;
335
- namespace PARAMS {
336
- namespace location_2_string {
337
- type Source<G_Source> = G_Source;
338
- }
339
- type location_2_string<G_Source> = _i_generic._T_Location_2_String<G_Source>;
340
- namespace parameters {
341
- namespace lookups {
342
- }
343
- type lookups<G_Source> = null;
344
- namespace values {
345
- }
346
- type values<G_Source> = null;
347
- }
348
- type parameters<G_Source> = {
349
- readonly 'lookups': null;
350
- readonly 'values': null;
351
- };
352
- }
353
- namespace RESULT {
354
- }
355
- type RESULT<G_Source> = _i_resolved._T_Type;
356
- }
357
- export declare namespace Type_Arguments {
358
- namespace CONTEXT {
359
- type Source<G_Source> = G_Source;
360
- }
361
- type CONTEXT<G_Source> = _i_unresolved._T_Type_Arguments<G_Source>;
362
- namespace PARAMS {
363
- namespace location_2_string {
364
- type Source<G_Source> = G_Source;
365
- }
366
- type location_2_string<G_Source> = _i_generic._T_Location_2_String<G_Source>;
367
- namespace parameters {
368
- namespace lookups {
369
- }
370
- type lookups<G_Source> = null;
371
- namespace values {
372
- }
373
- type values<G_Source> = null;
374
- }
375
- type parameters<G_Source> = {
376
- readonly 'lookups': null;
377
- readonly 'values': null;
378
- };
379
- }
380
- namespace RESULT {
381
- }
382
- type RESULT<G_Source> = _i_resolved._T_Type_Arguments;
383
- }
384
- export declare namespace Type_Parameter_Selection {
385
- namespace CONTEXT {
386
- type Source<G_Source> = G_Source;
387
- }
388
- type CONTEXT<G_Source> = _i_unresolved._T_Type_Parameter_Selection<G_Source>;
389
- namespace PARAMS {
390
- namespace location_2_string {
391
- type Source<G_Source> = G_Source;
392
- }
393
- type location_2_string<G_Source> = _i_generic._T_Location_2_String<G_Source>;
394
- namespace parameters {
395
- namespace lookups {
396
- }
397
- type lookups<G_Source> = null;
398
- namespace values {
399
- }
400
- type values<G_Source> = null;
401
- }
402
- type parameters<G_Source> = {
403
- readonly 'lookups': null;
404
- readonly 'values': null;
405
- };
406
- }
407
- namespace RESULT {
408
- }
409
- type RESULT<G_Source> = _i_resolved._T_Type_Parameter_Selection;
410
- }
411
- export declare namespace Type_Parameters {
412
- namespace CONTEXT {
413
- type Source<G_Source> = G_Source;
414
- }
415
- type CONTEXT<G_Source> = _i_unresolved._T_Type_Parameters<G_Source>;
416
- namespace PARAMS {
417
- namespace location_2_string {
418
- type Source<G_Source> = G_Source;
419
- }
420
- type location_2_string<G_Source> = _i_generic._T_Location_2_String<G_Source>;
421
- namespace parameters {
422
- namespace lookups {
423
- }
424
- type lookups<G_Source> = null;
425
- namespace values {
426
- }
427
- type values<G_Source> = null;
428
- }
429
- type parameters<G_Source> = {
430
- readonly 'lookups': null;
431
- readonly 'values': null;
432
- };
433
- }
434
- namespace RESULT {
435
- }
436
- type RESULT<G_Source> = _i_resolved._T_Type_Parameters;
437
- }
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWlncmF0aW9uX2JvaWxlcnBsYXRlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vc3JjL2dlbmVyYXRlZC9pbnRlcmZhY2Uvc2NoZW1hcy9pbnRlcmZhY2UvbWlncmF0aW9uX2JvaWxlcnBsYXRlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIifQ==
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmVzb2x2ZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3NyYy9nZW5lcmF0ZWQvaW50ZXJmYWNlL3NjaGVtYXMvaW50ZXJmYWNlL3Jlc29sdmUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiJ9
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWlncmF0aW9uX2JvaWxlcnBsYXRlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vc3JjL2dlbmVyYXRlZC9pbnRlcmZhY2Uvc2NoZW1hcy90eXBlc2NyaXB0X2xpZ2h0L21pZ3JhdGlvbl9ib2lsZXJwbGF0ZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIn0=
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2VyaWFsaXplci5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3NyYy9nZW5lcmF0ZWQvaW50ZXJmYWNlL3NjaGVtYXMvdHlwZXNjcmlwdF9saWdodC9zZXJpYWxpemVyLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIifQ==