exupery 0.1.10 → 0.1.12
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.
- package/dist/generated/implementation/generic/unmarshall.d.ts +27 -7
- package/dist/generated/implementation/generic/unmarshall.js +126 -34
- package/dist/generated/implementation/schemas/implementation/marshall.d.ts +7 -7
- package/dist/generated/implementation/schemas/implementation/marshall.js +6 -6
- package/dist/generated/implementation/schemas/implementation/resolve.d.ts +1 -1
- package/dist/generated/implementation/schemas/implementation/unmarshall.js +386 -191
- package/dist/generated/implementation/schemas/interface/marshall.d.ts +7 -7
- package/dist/generated/implementation/schemas/interface/marshall.js +7 -3
- package/dist/generated/implementation/schemas/interface/resolve.d.ts +1 -1
- package/dist/generated/implementation/schemas/interface/resolve.js +4 -1
- package/dist/generated/implementation/schemas/interface/unmarshall.js +179 -88
- package/dist/generated/implementation/schemas/typescript_light/marshall.d.ts +10 -10
- package/dist/generated/implementation/schemas/typescript_light/marshall.js +9 -9
- package/dist/generated/implementation/schemas/typescript_light/unmarshall.js +306 -154
- package/dist/generated/interface/schemas/implementation/{resolve.d.ts → data_types/resolve.d.ts} +1 -1
- package/dist/generated/interface/schemas/implementation/{resolve.js → data_types/resolve.js} +1 -1
- package/dist/generated/interface/schemas/implementation/{resolved.d.ts → data_types/resolved.d.ts} +2 -2
- package/dist/generated/interface/schemas/implementation/{resolved.js → data_types/resolved.js} +1 -1
- package/dist/generated/interface/schemas/implementation/{unresolved.d.ts → data_types/unresolved.d.ts} +2 -2
- package/dist/generated/interface/schemas/{interface → implementation/data_types}/unresolved.js +1 -1
- package/dist/generated/interface/schemas/implementation/marshall.d.ts +51 -94
- package/dist/generated/interface/schemas/implementation/migrate_boilerplate.d.ts +2 -2
- package/dist/generated/interface/schemas/implementation/unmarshall.d.ts +121 -36
- package/dist/generated/interface/schemas/implementation/value_deserializers.d.ts +44 -0
- package/dist/generated/interface/schemas/implementation/value_deserializers.js +3 -0
- package/dist/generated/interface/schemas/implementation/value_serializers.d.ts +44 -0
- package/dist/generated/interface/schemas/implementation/value_serializers.js +3 -0
- package/dist/generated/interface/schemas/interface/{resolve.d.ts → data_types/resolve.d.ts} +1 -1
- package/dist/generated/interface/schemas/interface/{constrained → data_types}/resolve.js +1 -1
- package/dist/generated/interface/schemas/interface/{resolved.d.ts → data_types/resolved.d.ts} +8 -6
- package/dist/generated/interface/schemas/interface/{resolved.js → data_types/resolved.js} +1 -1
- package/dist/generated/interface/schemas/interface/{unresolved.d.ts → data_types/unresolved.d.ts} +8 -6
- package/dist/generated/interface/schemas/{implementation → interface/data_types}/unresolved.js +1 -1
- package/dist/generated/interface/schemas/interface/marshall.d.ts +51 -94
- package/dist/generated/interface/schemas/interface/migrate_boilerplate.d.ts +2 -2
- package/dist/generated/interface/schemas/interface/unmarshall.d.ts +121 -36
- package/dist/generated/interface/schemas/interface/value_deserializers.d.ts +44 -0
- package/dist/generated/interface/schemas/interface/value_deserializers.js +3 -0
- package/dist/generated/interface/schemas/interface/value_serializers.d.ts +44 -0
- package/dist/generated/interface/schemas/interface/value_serializers.js +3 -0
- package/dist/generated/interface/schemas/typescript_light/{unconstrained.d.ts → data_types/unconstrained.d.ts} +1 -1
- package/dist/generated/interface/schemas/typescript_light/{unconstrained.js → data_types/unconstrained.js} +1 -1
- package/dist/generated/interface/schemas/typescript_light/marshall.d.ts +72 -115
- package/dist/generated/interface/schemas/typescript_light/migrate_boilerplate.d.ts +2 -2
- package/dist/generated/interface/schemas/typescript_light/unmarshall.d.ts +92 -11
- package/dist/generated/interface/schemas/typescript_light/value_deserializers.d.ts +44 -0
- package/dist/generated/interface/schemas/typescript_light/value_deserializers.js +3 -0
- package/dist/generated/interface/schemas/typescript_light/value_serializers.d.ts +44 -0
- package/dist/generated/interface/schemas/typescript_light/value_serializers.js +3 -0
- package/dist/shorthands/implementation.d.ts +2 -2
- package/dist/shorthands/interface.d.ts +4 -3
- package/dist/shorthands/interface.js +9 -3
- package/dist/shorthands/typescript_light.d.ts +1 -1
- package/dist/transformations/implementation/typescript_light.d.ts +3 -3
- package/dist/transformations/interface/typescript_light.d.ts +3 -3
- package/dist/transformations/interface/typescript_light.js +8 -7
- package/dist/transformations/library/typescript_light.d.ts +3 -3
- package/dist/transformations/typescript_light/fountain_pen_block.d.ts +1 -1
- package/package.json +3 -3
- package/dist/generated/generic/resolve.d.ts +0 -90
- package/dist/generated/generic/resolve.js +0 -251
- package/dist/generated/implementation/schemas/implementation/migration_boilerplate.d.ts +0 -8
- package/dist/generated/implementation/schemas/implementation/migration_boilerplate.js +0 -234
- package/dist/generated/implementation/schemas/implementation/serializer.d.ts +0 -8
- package/dist/generated/implementation/schemas/implementation/serializer.js +0 -533
- package/dist/generated/implementation/schemas/interface/migration_boilerplate.d.ts +0 -0
- package/dist/generated/implementation/schemas/interface/migration_boilerplate.js +0 -165
- package/dist/generated/implementation/schemas/interface/serializer.d.ts +0 -8
- package/dist/generated/implementation/schemas/interface/serializer.js +0 -299
- package/dist/generated/implementation/schemas/typescript_light/migration_boilerplate.d.ts +0 -5
- package/dist/generated/implementation/schemas/typescript_light/migration_boilerplate.js +0 -144
- package/dist/generated/implementation/schemas/typescript_light/serializer.d.ts +0 -11
- package/dist/generated/implementation/schemas/typescript_light/serializer.js +0 -429
- package/dist/generated/interface/core/poormans_parser.d.ts +0 -184
- package/dist/generated/interface/core/poormans_parser.js +0 -3
- package/dist/generated/interface/generic/resolve.d.ts +0 -11
- package/dist/generated/interface/generic/resolve.js +0 -3
- package/dist/generated/interface/schemas/implementation/migration_boilerplate.d.ts +0 -170
- package/dist/generated/interface/schemas/implementation/migration_boilerplate.js +0 -3
- package/dist/generated/interface/schemas/implementation/serializer.d.ts +0 -256
- package/dist/generated/interface/schemas/implementation/serializer.js +0 -3
- package/dist/generated/interface/schemas/interface/constrained/resolve.d.ts +0 -437
- package/dist/generated/interface/schemas/interface/migration_boilerplate.d.ts +0 -170
- package/dist/generated/interface/schemas/interface/migration_boilerplate.js +0 -3
- package/dist/generated/interface/schemas/interface/resolve.js +0 -3
- package/dist/generated/interface/schemas/interface/serializer.d.ts +0 -256
- package/dist/generated/interface/schemas/interface/serializer.js +0 -3
- package/dist/generated/interface/schemas/typescript_light/migration_boilerplate.d.ts +0 -222
- package/dist/generated/interface/schemas/typescript_light/migration_boilerplate.js +0 -3
- package/dist/generated/interface/schemas/typescript_light/serializer.d.ts +0 -346
- package/dist/generated/interface/schemas/typescript_light/serializer.js +0 -3
- package/dist/generated/interface/schemas/typescript_temp/migration_boilerplate.d.ts +0 -134
- package/dist/generated/interface/schemas/typescript_temp/migration_boilerplate.js +0 -3
- package/dist/generated/interface/schemas/typescript_temp/unconstrained.d.ts +0 -136
- package/dist/generated/interface/schemas/typescript_temp/unconstrained.js +0 -3
- package/dist/transformations/implementation/fountain_pen.d.ts +0 -6
- package/dist/transformations/implementation/fountain_pen.js +0 -36
- package/dist/transformations/implementation/typescript.d.ts +0 -24
- package/dist/transformations/implementation/typescript.js +0 -554
- package/dist/transformations/implementation/typescript_temp.d.ts +0 -24
- package/dist/transformations/implementation/typescript_temp.js +0 -554
- package/dist/transformations/interface/fountain_pen.d.ts +0 -4
- package/dist/transformations/interface/fountain_pen.js +0 -47
- package/dist/transformations/interface/typescript.d.ts +0 -23
- package/dist/transformations/interface/typescript.js +0 -524
- package/dist/transformations/interface/typescript_temp.d.ts +0 -23
- package/dist/transformations/interface/typescript_temp.js +0 -524
- package/dist/transformations/library/typescript_temp.d.ts +0 -10
- package/dist/transformations/library/typescript_temp.js +0 -42
- package/dist/transformations/typescript/fountain_pen.d.ts +0 -15
- package/dist/transformations/typescript/fountain_pen.js +0 -281
- package/dist/transformations/typescript/fountain_pen_block.d.ts +0 -15
- package/dist/transformations/typescript/fountain_pen_block.js +0 -281
- package/dist/transformations/typescript/operations/create_identifier.d.ts +0 -1
- package/dist/transformations/typescript/operations/create_identifier.js +0 -260
- package/dist/transformations/typescript_temp/fountain_pen_block.d.ts +0 -3
- package/dist/transformations/typescript_temp/fountain_pen_block.js +0 -8
|
@@ -1,346 +0,0 @@
|
|
|
1
|
-
import * as _i_in from "./unconstrained";
|
|
2
|
-
import * as _i_out from "../../core/astn_target";
|
|
3
|
-
export type _T_Value_Serializers = {
|
|
4
|
-
readonly 'boolean': ($$_: boolean, $$_p: null) => string;
|
|
5
|
-
readonly 'custom numbers': null;
|
|
6
|
-
readonly 'default number': ($$_: number, $$_p: null) => string;
|
|
7
|
-
};
|
|
8
|
-
export type _T_s_Block = ($$_: _i_in._T_Block, $$_p: {
|
|
9
|
-
readonly 'value serializers': _T_Value_Serializers;
|
|
10
|
-
}) => _i_out._T_Value;
|
|
11
|
-
export type _T_s_Block_Part = ($$_: _i_in._T_Block_Part, $$_p: {
|
|
12
|
-
readonly 'value serializers': _T_Value_Serializers;
|
|
13
|
-
}) => _i_out._T_Value;
|
|
14
|
-
export type _T_s_Directory = ($$_: _i_in._T_Directory, $$_p: {
|
|
15
|
-
readonly 'value serializers': _T_Value_Serializers;
|
|
16
|
-
}) => _i_out._T_Value;
|
|
17
|
-
export type _T_s_Expression = ($$_: _i_in._T_Expression, $$_p: {
|
|
18
|
-
readonly 'value serializers': _T_Value_Serializers;
|
|
19
|
-
}) => _i_out._T_Value;
|
|
20
|
-
export type _T_s_Line = ($$_: _i_in._T_Line, $$_p: {
|
|
21
|
-
readonly 'value serializers': _T_Value_Serializers;
|
|
22
|
-
}) => _i_out._T_Value;
|
|
23
|
-
export type _T_s_Line_Part = ($$_: _i_in._T_Line_Part, $$_p: {
|
|
24
|
-
readonly 'value serializers': _T_Value_Serializers;
|
|
25
|
-
}) => _i_out._T_Value;
|
|
26
|
-
export type _T_s_Lines = ($$_: _i_in._T_Lines, $$_p: {
|
|
27
|
-
readonly 'value serializers': _T_Value_Serializers;
|
|
28
|
-
}) => _i_out._T_Value;
|
|
29
|
-
export type _T_s_Statements = ($$_: _i_in._T_Statements, $$_p: {
|
|
30
|
-
readonly 'value serializers': _T_Value_Serializers;
|
|
31
|
-
}) => _i_out._T_Value;
|
|
32
|
-
export type _T_s_String_Literal = ($$_: _i_in._T_String_Literal, $$_p: {
|
|
33
|
-
readonly 'value serializers': _T_Value_Serializers;
|
|
34
|
-
}) => _i_out._T_Value;
|
|
35
|
-
export type _T_s_Type = ($$_: _i_in._T_Type, $$_p: {
|
|
36
|
-
readonly 'value serializers': _T_Value_Serializers;
|
|
37
|
-
}) => _i_out._T_Value;
|
|
38
|
-
export type Value_Serializers = _T_Value_Serializers;
|
|
39
|
-
export type s_Block = _T_s_Block;
|
|
40
|
-
export type s_Block_Part = _T_s_Block_Part;
|
|
41
|
-
export type s_Directory = _T_s_Directory;
|
|
42
|
-
export type s_Expression = _T_s_Expression;
|
|
43
|
-
export type s_Line = _T_s_Line;
|
|
44
|
-
export type s_Line_Part = _T_s_Line_Part;
|
|
45
|
-
export type s_Lines = _T_s_Lines;
|
|
46
|
-
export type s_Statements = _T_s_Statements;
|
|
47
|
-
export type s_String_Literal = _T_s_String_Literal;
|
|
48
|
-
export type s_Type = _T_s_Type;
|
|
49
|
-
export declare namespace _T_Value_Serializers {
|
|
50
|
-
namespace _boolean {
|
|
51
|
-
type CONTEXT = boolean;
|
|
52
|
-
namespace PARAMS {
|
|
53
|
-
}
|
|
54
|
-
type RESULT = string;
|
|
55
|
-
}
|
|
56
|
-
type _boolean = ($$_: boolean, $$_p: null) => string;
|
|
57
|
-
namespace custom_numbers {
|
|
58
|
-
}
|
|
59
|
-
type custom_numbers = null;
|
|
60
|
-
namespace default_number {
|
|
61
|
-
type CONTEXT = number;
|
|
62
|
-
namespace PARAMS {
|
|
63
|
-
}
|
|
64
|
-
type RESULT = string;
|
|
65
|
-
}
|
|
66
|
-
type default_number = ($$_: number, $$_p: null) => string;
|
|
67
|
-
}
|
|
68
|
-
export declare namespace _T_s_Block {
|
|
69
|
-
namespace CONTEXT {
|
|
70
|
-
}
|
|
71
|
-
type CONTEXT = _i_in._T_Block;
|
|
72
|
-
namespace PARAMS {
|
|
73
|
-
namespace value_serializers {
|
|
74
|
-
}
|
|
75
|
-
type value_serializers = _T_Value_Serializers;
|
|
76
|
-
}
|
|
77
|
-
namespace RESULT {
|
|
78
|
-
}
|
|
79
|
-
type RESULT = _i_out._T_Value;
|
|
80
|
-
}
|
|
81
|
-
export declare namespace _T_s_Block_Part {
|
|
82
|
-
namespace CONTEXT {
|
|
83
|
-
}
|
|
84
|
-
type CONTEXT = _i_in._T_Block_Part;
|
|
85
|
-
namespace PARAMS {
|
|
86
|
-
namespace value_serializers {
|
|
87
|
-
}
|
|
88
|
-
type value_serializers = _T_Value_Serializers;
|
|
89
|
-
}
|
|
90
|
-
namespace RESULT {
|
|
91
|
-
}
|
|
92
|
-
type RESULT = _i_out._T_Value;
|
|
93
|
-
}
|
|
94
|
-
export declare namespace _T_s_Directory {
|
|
95
|
-
namespace CONTEXT {
|
|
96
|
-
}
|
|
97
|
-
type CONTEXT = _i_in._T_Directory;
|
|
98
|
-
namespace PARAMS {
|
|
99
|
-
namespace value_serializers {
|
|
100
|
-
}
|
|
101
|
-
type value_serializers = _T_Value_Serializers;
|
|
102
|
-
}
|
|
103
|
-
namespace RESULT {
|
|
104
|
-
}
|
|
105
|
-
type RESULT = _i_out._T_Value;
|
|
106
|
-
}
|
|
107
|
-
export declare namespace _T_s_Expression {
|
|
108
|
-
namespace CONTEXT {
|
|
109
|
-
}
|
|
110
|
-
type CONTEXT = _i_in._T_Expression;
|
|
111
|
-
namespace PARAMS {
|
|
112
|
-
namespace value_serializers {
|
|
113
|
-
}
|
|
114
|
-
type value_serializers = _T_Value_Serializers;
|
|
115
|
-
}
|
|
116
|
-
namespace RESULT {
|
|
117
|
-
}
|
|
118
|
-
type RESULT = _i_out._T_Value;
|
|
119
|
-
}
|
|
120
|
-
export declare namespace _T_s_Line {
|
|
121
|
-
namespace CONTEXT {
|
|
122
|
-
}
|
|
123
|
-
type CONTEXT = _i_in._T_Line;
|
|
124
|
-
namespace PARAMS {
|
|
125
|
-
namespace value_serializers {
|
|
126
|
-
}
|
|
127
|
-
type value_serializers = _T_Value_Serializers;
|
|
128
|
-
}
|
|
129
|
-
namespace RESULT {
|
|
130
|
-
}
|
|
131
|
-
type RESULT = _i_out._T_Value;
|
|
132
|
-
}
|
|
133
|
-
export declare namespace _T_s_Line_Part {
|
|
134
|
-
namespace CONTEXT {
|
|
135
|
-
}
|
|
136
|
-
type CONTEXT = _i_in._T_Line_Part;
|
|
137
|
-
namespace PARAMS {
|
|
138
|
-
namespace value_serializers {
|
|
139
|
-
}
|
|
140
|
-
type value_serializers = _T_Value_Serializers;
|
|
141
|
-
}
|
|
142
|
-
namespace RESULT {
|
|
143
|
-
}
|
|
144
|
-
type RESULT = _i_out._T_Value;
|
|
145
|
-
}
|
|
146
|
-
export declare namespace _T_s_Lines {
|
|
147
|
-
namespace CONTEXT {
|
|
148
|
-
}
|
|
149
|
-
type CONTEXT = _i_in._T_Lines;
|
|
150
|
-
namespace PARAMS {
|
|
151
|
-
namespace value_serializers {
|
|
152
|
-
}
|
|
153
|
-
type value_serializers = _T_Value_Serializers;
|
|
154
|
-
}
|
|
155
|
-
namespace RESULT {
|
|
156
|
-
}
|
|
157
|
-
type RESULT = _i_out._T_Value;
|
|
158
|
-
}
|
|
159
|
-
export declare namespace _T_s_Statements {
|
|
160
|
-
namespace CONTEXT {
|
|
161
|
-
}
|
|
162
|
-
type CONTEXT = _i_in._T_Statements;
|
|
163
|
-
namespace PARAMS {
|
|
164
|
-
namespace value_serializers {
|
|
165
|
-
}
|
|
166
|
-
type value_serializers = _T_Value_Serializers;
|
|
167
|
-
}
|
|
168
|
-
namespace RESULT {
|
|
169
|
-
}
|
|
170
|
-
type RESULT = _i_out._T_Value;
|
|
171
|
-
}
|
|
172
|
-
export declare namespace _T_s_String_Literal {
|
|
173
|
-
namespace CONTEXT {
|
|
174
|
-
}
|
|
175
|
-
type CONTEXT = _i_in._T_String_Literal;
|
|
176
|
-
namespace PARAMS {
|
|
177
|
-
namespace value_serializers {
|
|
178
|
-
}
|
|
179
|
-
type value_serializers = _T_Value_Serializers;
|
|
180
|
-
}
|
|
181
|
-
namespace RESULT {
|
|
182
|
-
}
|
|
183
|
-
type RESULT = _i_out._T_Value;
|
|
184
|
-
}
|
|
185
|
-
export declare namespace _T_s_Type {
|
|
186
|
-
namespace CONTEXT {
|
|
187
|
-
}
|
|
188
|
-
type CONTEXT = _i_in._T_Type;
|
|
189
|
-
namespace PARAMS {
|
|
190
|
-
namespace value_serializers {
|
|
191
|
-
}
|
|
192
|
-
type value_serializers = _T_Value_Serializers;
|
|
193
|
-
}
|
|
194
|
-
namespace RESULT {
|
|
195
|
-
}
|
|
196
|
-
type RESULT = _i_out._T_Value;
|
|
197
|
-
}
|
|
198
|
-
export declare namespace Value_Serializers {
|
|
199
|
-
namespace _boolean {
|
|
200
|
-
type CONTEXT = boolean;
|
|
201
|
-
namespace PARAMS {
|
|
202
|
-
}
|
|
203
|
-
type RESULT = string;
|
|
204
|
-
}
|
|
205
|
-
type _boolean = ($$_: boolean, $$_p: null) => string;
|
|
206
|
-
namespace custom_numbers {
|
|
207
|
-
}
|
|
208
|
-
type custom_numbers = null;
|
|
209
|
-
namespace default_number {
|
|
210
|
-
type CONTEXT = number;
|
|
211
|
-
namespace PARAMS {
|
|
212
|
-
}
|
|
213
|
-
type RESULT = string;
|
|
214
|
-
}
|
|
215
|
-
type default_number = ($$_: number, $$_p: null) => string;
|
|
216
|
-
}
|
|
217
|
-
export declare namespace s_Block {
|
|
218
|
-
namespace CONTEXT {
|
|
219
|
-
}
|
|
220
|
-
type CONTEXT = _i_in._T_Block;
|
|
221
|
-
namespace PARAMS {
|
|
222
|
-
namespace value_serializers {
|
|
223
|
-
}
|
|
224
|
-
type value_serializers = _T_Value_Serializers;
|
|
225
|
-
}
|
|
226
|
-
namespace RESULT {
|
|
227
|
-
}
|
|
228
|
-
type RESULT = _i_out._T_Value;
|
|
229
|
-
}
|
|
230
|
-
export declare namespace s_Block_Part {
|
|
231
|
-
namespace CONTEXT {
|
|
232
|
-
}
|
|
233
|
-
type CONTEXT = _i_in._T_Block_Part;
|
|
234
|
-
namespace PARAMS {
|
|
235
|
-
namespace value_serializers {
|
|
236
|
-
}
|
|
237
|
-
type value_serializers = _T_Value_Serializers;
|
|
238
|
-
}
|
|
239
|
-
namespace RESULT {
|
|
240
|
-
}
|
|
241
|
-
type RESULT = _i_out._T_Value;
|
|
242
|
-
}
|
|
243
|
-
export declare namespace s_Directory {
|
|
244
|
-
namespace CONTEXT {
|
|
245
|
-
}
|
|
246
|
-
type CONTEXT = _i_in._T_Directory;
|
|
247
|
-
namespace PARAMS {
|
|
248
|
-
namespace value_serializers {
|
|
249
|
-
}
|
|
250
|
-
type value_serializers = _T_Value_Serializers;
|
|
251
|
-
}
|
|
252
|
-
namespace RESULT {
|
|
253
|
-
}
|
|
254
|
-
type RESULT = _i_out._T_Value;
|
|
255
|
-
}
|
|
256
|
-
export declare namespace s_Expression {
|
|
257
|
-
namespace CONTEXT {
|
|
258
|
-
}
|
|
259
|
-
type CONTEXT = _i_in._T_Expression;
|
|
260
|
-
namespace PARAMS {
|
|
261
|
-
namespace value_serializers {
|
|
262
|
-
}
|
|
263
|
-
type value_serializers = _T_Value_Serializers;
|
|
264
|
-
}
|
|
265
|
-
namespace RESULT {
|
|
266
|
-
}
|
|
267
|
-
type RESULT = _i_out._T_Value;
|
|
268
|
-
}
|
|
269
|
-
export declare namespace s_Line {
|
|
270
|
-
namespace CONTEXT {
|
|
271
|
-
}
|
|
272
|
-
type CONTEXT = _i_in._T_Line;
|
|
273
|
-
namespace PARAMS {
|
|
274
|
-
namespace value_serializers {
|
|
275
|
-
}
|
|
276
|
-
type value_serializers = _T_Value_Serializers;
|
|
277
|
-
}
|
|
278
|
-
namespace RESULT {
|
|
279
|
-
}
|
|
280
|
-
type RESULT = _i_out._T_Value;
|
|
281
|
-
}
|
|
282
|
-
export declare namespace s_Line_Part {
|
|
283
|
-
namespace CONTEXT {
|
|
284
|
-
}
|
|
285
|
-
type CONTEXT = _i_in._T_Line_Part;
|
|
286
|
-
namespace PARAMS {
|
|
287
|
-
namespace value_serializers {
|
|
288
|
-
}
|
|
289
|
-
type value_serializers = _T_Value_Serializers;
|
|
290
|
-
}
|
|
291
|
-
namespace RESULT {
|
|
292
|
-
}
|
|
293
|
-
type RESULT = _i_out._T_Value;
|
|
294
|
-
}
|
|
295
|
-
export declare namespace s_Lines {
|
|
296
|
-
namespace CONTEXT {
|
|
297
|
-
}
|
|
298
|
-
type CONTEXT = _i_in._T_Lines;
|
|
299
|
-
namespace PARAMS {
|
|
300
|
-
namespace value_serializers {
|
|
301
|
-
}
|
|
302
|
-
type value_serializers = _T_Value_Serializers;
|
|
303
|
-
}
|
|
304
|
-
namespace RESULT {
|
|
305
|
-
}
|
|
306
|
-
type RESULT = _i_out._T_Value;
|
|
307
|
-
}
|
|
308
|
-
export declare namespace s_Statements {
|
|
309
|
-
namespace CONTEXT {
|
|
310
|
-
}
|
|
311
|
-
type CONTEXT = _i_in._T_Statements;
|
|
312
|
-
namespace PARAMS {
|
|
313
|
-
namespace value_serializers {
|
|
314
|
-
}
|
|
315
|
-
type value_serializers = _T_Value_Serializers;
|
|
316
|
-
}
|
|
317
|
-
namespace RESULT {
|
|
318
|
-
}
|
|
319
|
-
type RESULT = _i_out._T_Value;
|
|
320
|
-
}
|
|
321
|
-
export declare namespace s_String_Literal {
|
|
322
|
-
namespace CONTEXT {
|
|
323
|
-
}
|
|
324
|
-
type CONTEXT = _i_in._T_String_Literal;
|
|
325
|
-
namespace PARAMS {
|
|
326
|
-
namespace value_serializers {
|
|
327
|
-
}
|
|
328
|
-
type value_serializers = _T_Value_Serializers;
|
|
329
|
-
}
|
|
330
|
-
namespace RESULT {
|
|
331
|
-
}
|
|
332
|
-
type RESULT = _i_out._T_Value;
|
|
333
|
-
}
|
|
334
|
-
export declare namespace s_Type {
|
|
335
|
-
namespace CONTEXT {
|
|
336
|
-
}
|
|
337
|
-
type CONTEXT = _i_in._T_Type;
|
|
338
|
-
namespace PARAMS {
|
|
339
|
-
namespace value_serializers {
|
|
340
|
-
}
|
|
341
|
-
type value_serializers = _T_Value_Serializers;
|
|
342
|
-
}
|
|
343
|
-
namespace RESULT {
|
|
344
|
-
}
|
|
345
|
-
type RESULT = _i_out._T_Value;
|
|
346
|
-
}
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2VyaWFsaXplci5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3NyYy9nZW5lcmF0ZWQvaW50ZXJmYWNlL3NjaGVtYXMvdHlwZXNjcmlwdF9saWdodC9zZXJpYWxpemVyLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIifQ==
|
|
@@ -1,134 +0,0 @@
|
|
|
1
|
-
import * as _i_in from "./unconstrained";
|
|
2
|
-
import * as _i_out from "./unconstrained";
|
|
3
|
-
export type _T_Block = ($$_: _i_in._T_Block, $$_p: null) => _i_out._T_Block;
|
|
4
|
-
export type _T_Block_Part = ($$_: _i_in._T_Block_Part, $$_p: null) => _i_out._T_Block_Part;
|
|
5
|
-
export type _T_Directory = ($$_: _i_in._T_Directory, $$_p: null) => _i_out._T_Directory;
|
|
6
|
-
export type _T_Line = ($$_: _i_in._T_Line, $$_p: null) => _i_out._T_Line;
|
|
7
|
-
export type _T_Line_Part = ($$_: _i_in._T_Line_Part, $$_p: null) => _i_out._T_Line_Part;
|
|
8
|
-
export type _T_Lines = ($$_: _i_in._T_Lines, $$_p: null) => _i_out._T_Lines;
|
|
9
|
-
export type Block = _T_Block;
|
|
10
|
-
export type Block_Part = _T_Block_Part;
|
|
11
|
-
export type Directory = _T_Directory;
|
|
12
|
-
export type Line = _T_Line;
|
|
13
|
-
export type Line_Part = _T_Line_Part;
|
|
14
|
-
export type Lines = _T_Lines;
|
|
15
|
-
export declare namespace _T_Block {
|
|
16
|
-
namespace CONTEXT {
|
|
17
|
-
}
|
|
18
|
-
type CONTEXT = _i_in._T_Block;
|
|
19
|
-
namespace PARAMS {
|
|
20
|
-
}
|
|
21
|
-
namespace RESULT {
|
|
22
|
-
}
|
|
23
|
-
type RESULT = _i_out._T_Block;
|
|
24
|
-
}
|
|
25
|
-
export declare namespace _T_Block_Part {
|
|
26
|
-
namespace CONTEXT {
|
|
27
|
-
}
|
|
28
|
-
type CONTEXT = _i_in._T_Block_Part;
|
|
29
|
-
namespace PARAMS {
|
|
30
|
-
}
|
|
31
|
-
namespace RESULT {
|
|
32
|
-
}
|
|
33
|
-
type RESULT = _i_out._T_Block_Part;
|
|
34
|
-
}
|
|
35
|
-
export declare namespace _T_Directory {
|
|
36
|
-
namespace CONTEXT {
|
|
37
|
-
}
|
|
38
|
-
type CONTEXT = _i_in._T_Directory;
|
|
39
|
-
namespace PARAMS {
|
|
40
|
-
}
|
|
41
|
-
namespace RESULT {
|
|
42
|
-
}
|
|
43
|
-
type RESULT = _i_out._T_Directory;
|
|
44
|
-
}
|
|
45
|
-
export declare namespace _T_Line {
|
|
46
|
-
namespace CONTEXT {
|
|
47
|
-
}
|
|
48
|
-
type CONTEXT = _i_in._T_Line;
|
|
49
|
-
namespace PARAMS {
|
|
50
|
-
}
|
|
51
|
-
namespace RESULT {
|
|
52
|
-
}
|
|
53
|
-
type RESULT = _i_out._T_Line;
|
|
54
|
-
}
|
|
55
|
-
export declare namespace _T_Line_Part {
|
|
56
|
-
namespace CONTEXT {
|
|
57
|
-
}
|
|
58
|
-
type CONTEXT = _i_in._T_Line_Part;
|
|
59
|
-
namespace PARAMS {
|
|
60
|
-
}
|
|
61
|
-
namespace RESULT {
|
|
62
|
-
}
|
|
63
|
-
type RESULT = _i_out._T_Line_Part;
|
|
64
|
-
}
|
|
65
|
-
export declare namespace _T_Lines {
|
|
66
|
-
namespace CONTEXT {
|
|
67
|
-
}
|
|
68
|
-
type CONTEXT = _i_in._T_Lines;
|
|
69
|
-
namespace PARAMS {
|
|
70
|
-
}
|
|
71
|
-
namespace RESULT {
|
|
72
|
-
}
|
|
73
|
-
type RESULT = _i_out._T_Lines;
|
|
74
|
-
}
|
|
75
|
-
export declare namespace Block {
|
|
76
|
-
namespace CONTEXT {
|
|
77
|
-
}
|
|
78
|
-
type CONTEXT = _i_in._T_Block;
|
|
79
|
-
namespace PARAMS {
|
|
80
|
-
}
|
|
81
|
-
namespace RESULT {
|
|
82
|
-
}
|
|
83
|
-
type RESULT = _i_out._T_Block;
|
|
84
|
-
}
|
|
85
|
-
export declare namespace Block_Part {
|
|
86
|
-
namespace CONTEXT {
|
|
87
|
-
}
|
|
88
|
-
type CONTEXT = _i_in._T_Block_Part;
|
|
89
|
-
namespace PARAMS {
|
|
90
|
-
}
|
|
91
|
-
namespace RESULT {
|
|
92
|
-
}
|
|
93
|
-
type RESULT = _i_out._T_Block_Part;
|
|
94
|
-
}
|
|
95
|
-
export declare namespace Directory {
|
|
96
|
-
namespace CONTEXT {
|
|
97
|
-
}
|
|
98
|
-
type CONTEXT = _i_in._T_Directory;
|
|
99
|
-
namespace PARAMS {
|
|
100
|
-
}
|
|
101
|
-
namespace RESULT {
|
|
102
|
-
}
|
|
103
|
-
type RESULT = _i_out._T_Directory;
|
|
104
|
-
}
|
|
105
|
-
export declare namespace Line {
|
|
106
|
-
namespace CONTEXT {
|
|
107
|
-
}
|
|
108
|
-
type CONTEXT = _i_in._T_Line;
|
|
109
|
-
namespace PARAMS {
|
|
110
|
-
}
|
|
111
|
-
namespace RESULT {
|
|
112
|
-
}
|
|
113
|
-
type RESULT = _i_out._T_Line;
|
|
114
|
-
}
|
|
115
|
-
export declare namespace Line_Part {
|
|
116
|
-
namespace CONTEXT {
|
|
117
|
-
}
|
|
118
|
-
type CONTEXT = _i_in._T_Line_Part;
|
|
119
|
-
namespace PARAMS {
|
|
120
|
-
}
|
|
121
|
-
namespace RESULT {
|
|
122
|
-
}
|
|
123
|
-
type RESULT = _i_out._T_Line_Part;
|
|
124
|
-
}
|
|
125
|
-
export declare namespace Lines {
|
|
126
|
-
namespace CONTEXT {
|
|
127
|
-
}
|
|
128
|
-
type CONTEXT = _i_in._T_Lines;
|
|
129
|
-
namespace PARAMS {
|
|
130
|
-
}
|
|
131
|
-
namespace RESULT {
|
|
132
|
-
}
|
|
133
|
-
type RESULT = _i_out._T_Lines;
|
|
134
|
-
}
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWlncmF0aW9uX2JvaWxlcnBsYXRlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vc3JjL2dlbmVyYXRlZC9pbnRlcmZhY2Uvc2NoZW1hcy90eXBlc2NyaXB0X3RlbXAvbWlncmF0aW9uX2JvaWxlcnBsYXRlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIifQ==
|
|
@@ -1,136 +0,0 @@
|
|
|
1
|
-
import * as _i_core from "../../core/unconstrained";
|
|
2
|
-
export type _T_Block = _i_core._T_List<null, _T_Block_Part>;
|
|
3
|
-
export type _T_Block_Part = _i_core._T_State_Group<null, readonly ['line', string] | readonly ['nested line', _T_Line] | readonly ['nothing', null] | readonly ['sub block', _T_Block]>;
|
|
4
|
-
export type _T_Directory = _i_core._T_Dictionary<null, _i_core._T_State_Group<null, readonly ['directory', _T_Directory] | readonly ['file', _T_Block]>>;
|
|
5
|
-
export type _T_Line = _i_core._T_List<null, _T_Line_Part>;
|
|
6
|
-
export type _T_Line_Part = _i_core._T_State_Group<null, readonly ['indent', _T_Block] | readonly ['nothing', null] | readonly ['snippet', string] | readonly ['sub line', _T_Line]>;
|
|
7
|
-
export type _T_Lines = _i_core._T_List<null, {
|
|
8
|
-
readonly 'indentation': number;
|
|
9
|
-
readonly 'text': string;
|
|
10
|
-
}>;
|
|
11
|
-
export type Block = _T_Block;
|
|
12
|
-
export type Block_Part = _T_Block_Part;
|
|
13
|
-
export type Directory = _T_Directory;
|
|
14
|
-
export type Line = _T_Line;
|
|
15
|
-
export type Line_Part = _T_Line_Part;
|
|
16
|
-
export type Lines = _T_Lines;
|
|
17
|
-
export declare namespace _T_Block {
|
|
18
|
-
namespace L {
|
|
19
|
-
}
|
|
20
|
-
type L = _T_Block_Part;
|
|
21
|
-
}
|
|
22
|
-
export declare namespace _T_Block_Part {
|
|
23
|
-
namespace SG {
|
|
24
|
-
type line = string;
|
|
25
|
-
namespace nested_line {
|
|
26
|
-
}
|
|
27
|
-
type nested_line = _T_Line;
|
|
28
|
-
type nothing = null;
|
|
29
|
-
namespace sub_block {
|
|
30
|
-
}
|
|
31
|
-
type sub_block = _T_Block;
|
|
32
|
-
}
|
|
33
|
-
type SG = readonly ['line', string] | readonly ['nested line', _T_Line] | readonly ['nothing', null] | readonly ['sub block', _T_Block];
|
|
34
|
-
}
|
|
35
|
-
export declare namespace _T_Directory {
|
|
36
|
-
namespace D {
|
|
37
|
-
namespace SG {
|
|
38
|
-
namespace directory {
|
|
39
|
-
}
|
|
40
|
-
type directory = _T_Directory;
|
|
41
|
-
namespace file {
|
|
42
|
-
}
|
|
43
|
-
type file = _T_Block;
|
|
44
|
-
}
|
|
45
|
-
type SG = readonly ['directory', _T_Directory] | readonly ['file', _T_Block];
|
|
46
|
-
}
|
|
47
|
-
type D = _i_core._T_State_Group<null, readonly ['directory', _T_Directory] | readonly ['file', _T_Block]>;
|
|
48
|
-
}
|
|
49
|
-
export declare namespace _T_Line {
|
|
50
|
-
namespace L {
|
|
51
|
-
}
|
|
52
|
-
type L = _T_Line_Part;
|
|
53
|
-
}
|
|
54
|
-
export declare namespace _T_Line_Part {
|
|
55
|
-
namespace SG {
|
|
56
|
-
namespace indent {
|
|
57
|
-
}
|
|
58
|
-
type indent = _T_Block;
|
|
59
|
-
type nothing = null;
|
|
60
|
-
type snippet = string;
|
|
61
|
-
namespace sub_line {
|
|
62
|
-
}
|
|
63
|
-
type sub_line = _T_Line;
|
|
64
|
-
}
|
|
65
|
-
type SG = readonly ['indent', _T_Block] | readonly ['nothing', null] | readonly ['snippet', string] | readonly ['sub line', _T_Line];
|
|
66
|
-
}
|
|
67
|
-
export declare namespace _T_Lines {
|
|
68
|
-
namespace L {
|
|
69
|
-
type indentation = number;
|
|
70
|
-
type text = string;
|
|
71
|
-
}
|
|
72
|
-
type L = {
|
|
73
|
-
readonly 'indentation': number;
|
|
74
|
-
readonly 'text': string;
|
|
75
|
-
};
|
|
76
|
-
}
|
|
77
|
-
export declare namespace Block {
|
|
78
|
-
namespace L {
|
|
79
|
-
}
|
|
80
|
-
type L = _T_Block_Part;
|
|
81
|
-
}
|
|
82
|
-
export declare namespace Block_Part {
|
|
83
|
-
namespace SG {
|
|
84
|
-
type line = string;
|
|
85
|
-
namespace nested_line {
|
|
86
|
-
}
|
|
87
|
-
type nested_line = _T_Line;
|
|
88
|
-
type nothing = null;
|
|
89
|
-
namespace sub_block {
|
|
90
|
-
}
|
|
91
|
-
type sub_block = _T_Block;
|
|
92
|
-
}
|
|
93
|
-
type SG = readonly ['line', string] | readonly ['nested line', _T_Line] | readonly ['nothing', null] | readonly ['sub block', _T_Block];
|
|
94
|
-
}
|
|
95
|
-
export declare namespace Directory {
|
|
96
|
-
namespace D {
|
|
97
|
-
namespace SG {
|
|
98
|
-
namespace directory {
|
|
99
|
-
}
|
|
100
|
-
type directory = _T_Directory;
|
|
101
|
-
namespace file {
|
|
102
|
-
}
|
|
103
|
-
type file = _T_Block;
|
|
104
|
-
}
|
|
105
|
-
type SG = readonly ['directory', _T_Directory] | readonly ['file', _T_Block];
|
|
106
|
-
}
|
|
107
|
-
type D = _i_core._T_State_Group<null, readonly ['directory', _T_Directory] | readonly ['file', _T_Block]>;
|
|
108
|
-
}
|
|
109
|
-
export declare namespace Line {
|
|
110
|
-
namespace L {
|
|
111
|
-
}
|
|
112
|
-
type L = _T_Line_Part;
|
|
113
|
-
}
|
|
114
|
-
export declare namespace Line_Part {
|
|
115
|
-
namespace SG {
|
|
116
|
-
namespace indent {
|
|
117
|
-
}
|
|
118
|
-
type indent = _T_Block;
|
|
119
|
-
type nothing = null;
|
|
120
|
-
type snippet = string;
|
|
121
|
-
namespace sub_line {
|
|
122
|
-
}
|
|
123
|
-
type sub_line = _T_Line;
|
|
124
|
-
}
|
|
125
|
-
type SG = readonly ['indent', _T_Block] | readonly ['nothing', null] | readonly ['snippet', string] | readonly ['sub line', _T_Line];
|
|
126
|
-
}
|
|
127
|
-
export declare namespace Lines {
|
|
128
|
-
namespace L {
|
|
129
|
-
type indentation = number;
|
|
130
|
-
type text = string;
|
|
131
|
-
}
|
|
132
|
-
type L = {
|
|
133
|
-
readonly 'indentation': number;
|
|
134
|
-
readonly 'text': string;
|
|
135
|
-
};
|
|
136
|
-
}
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidW5jb25zdHJhaW5lZC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3NyYy9nZW5lcmF0ZWQvaW50ZXJmYWNlL3NjaGVtYXMvdHlwZXNjcmlwdF90ZW1wL3VuY29uc3RyYWluZWQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiJ9
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import * as s_in from "../../generated/interface/schemas/implementation/resolved";
|
|
2
|
-
import * as s_out from "pareto-fountain-pen/dist/generated/interface/schemas/lines/unconstrained";
|
|
3
|
-
export declare const Module_Set: ($: s_in.Module_Set, $p: {
|
|
4
|
-
"indentation": string;
|
|
5
|
-
"phase": "development" | "production";
|
|
6
|
-
}) => s_out.Directory;
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
-
if (k2 === undefined) k2 = k;
|
|
4
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
-
}
|
|
8
|
-
Object.defineProperty(o, k2, desc);
|
|
9
|
-
}) : (function(o, m, k, k2) {
|
|
10
|
-
if (k2 === undefined) k2 = k;
|
|
11
|
-
o[k2] = m[k];
|
|
12
|
-
}));
|
|
13
|
-
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
-
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
-
}) : function(o, v) {
|
|
16
|
-
o["default"] = v;
|
|
17
|
-
});
|
|
18
|
-
var __importStar = (this && this.__importStar) || function (mod) {
|
|
19
|
-
if (mod && mod.__esModule) return mod;
|
|
20
|
-
var result = {};
|
|
21
|
-
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
22
|
-
__setModuleDefault(result, mod);
|
|
23
|
-
return result;
|
|
24
|
-
};
|
|
25
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
|
-
exports.Module_Set = void 0;
|
|
27
|
-
const t_fountain_pen_block_to_semi_lines = __importStar(require("pareto-fountain-pen/dist/transformations/block/semi_lines"));
|
|
28
|
-
const t_fountain_pen_semi_lines_to_lines = __importStar(require("pareto-fountain-pen/dist/transformations/semi_lines/lines"));
|
|
29
|
-
const _typescript = __importStar(require("./typescript"));
|
|
30
|
-
const Module_Set = ($, $p) => t_fountain_pen_semi_lines_to_lines.Directory(t_fountain_pen_block_to_semi_lines.Directory(_typescript.Module_Set($, {
|
|
31
|
-
'phase': $p.phase
|
|
32
|
-
})), {
|
|
33
|
-
'indentation': $p.indentation,
|
|
34
|
-
});
|
|
35
|
-
exports.Module_Set = Module_Set;
|
|
36
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZm91bnRhaW5fcGVuLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vc3JjL3RyYW5zZm9ybWF0aW9ucy9pbXBsZW1lbnRhdGlvbi9mb3VudGFpbl9wZW4udHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7QUFPQSw4SEFBK0c7QUFDL0csOEhBQStHO0FBRS9HLDBEQUEyQztBQUVwQyxNQUFNLFVBQVUsR0FBRyxDQUN0QixDQUFrQixFQUNsQixFQUdDLEVBQ2MsRUFBRSxDQUFDLGtDQUFrQyxDQUFDLFNBQVMsQ0FDOUQsa0NBQWtDLENBQUMsU0FBUyxDQUFDLFdBQVcsQ0FBQyxVQUFVLENBQy9ELENBQUMsRUFDRDtJQUNJLE9BQU8sRUFBRSxFQUFFLENBQUMsS0FBSztDQUNwQixDQUNKLENBQUMsRUFDRjtJQUNJLGFBQWEsRUFBRSxFQUFFLENBQUMsV0FBVztDQUNoQyxDQUNKLENBQUE7QUFoQlksUUFBQSxVQUFVLGNBZ0J0QiJ9
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
import * as pt from 'exupery-core-types';
|
|
2
|
-
import * as s_in from "../../generated/interface/schemas/implementation/resolved";
|
|
3
|
-
import * as s_in_interface from "../../generated/interface/schemas/interface/resolved";
|
|
4
|
-
import * as s_out from "pareto-fountain-pen/dist/generated/interface/schemas/block/unconstrained";
|
|
5
|
-
export declare function line_dictionary($: pt.Dictionary<s_out.Line_Part>, if_empty: s_out.Line_Part, prefix: s_out.Line_Part, suffix: s_out.Line_Part, add_commas: boolean): s_out.Line_Part;
|
|
6
|
-
export declare const String_Literal: ($: string, $p: {
|
|
7
|
-
"delimiter": "quote" | "apostrophe";
|
|
8
|
-
}) => s_out.Line_Part;
|
|
9
|
-
export declare const Selection: ($: s_in.Selection, $p: {
|
|
10
|
-
"temp imports": s_in_interface.Imports;
|
|
11
|
-
}) => s_out.Line_Part;
|
|
12
|
-
export declare const Initialization: ($: s_in.Initialization, $p: {
|
|
13
|
-
"temp imports": s_in_interface.Imports;
|
|
14
|
-
}) => s_out.Line_Part;
|
|
15
|
-
export declare const Variables: ($: s_in.Variables, $p: {
|
|
16
|
-
"type imports": s_in_interface.Imports;
|
|
17
|
-
"export": boolean;
|
|
18
|
-
}) => s_out.Block_Part;
|
|
19
|
-
export declare const Module_Set: ($: s_in.Module_Set, $p: {
|
|
20
|
-
"phase": "development" | "production";
|
|
21
|
-
}) => s_out.Directory;
|
|
22
|
-
export declare const Literal: ($: s_in.Literal, $p: {
|
|
23
|
-
"temp imports": s_in_interface.Imports;
|
|
24
|
-
}) => s_out.Line_Part;
|