@powerlines/plugin-env 0.16.183 → 0.16.184
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/_virtual/_rolldown/runtime.cjs +29 -1
- package/dist/babel/index.cjs +4 -1
- package/dist/babel/index.mjs +3 -1
- package/dist/babel/plugin.cjs +137 -4
- package/dist/babel/plugin.mjs +135 -4
- package/dist/babel/plugin.mjs.map +1 -1
- package/dist/components/docs.cjs +111 -1
- package/dist/components/docs.mjs +108 -1
- package/dist/components/docs.mjs.map +1 -1
- package/dist/components/env-builtin.cjs +730 -13
- package/dist/components/env-builtin.mjs +726 -11
- package/dist/components/env-builtin.mjs.map +1 -1
- package/dist/components/index.cjs +9 -1
- package/dist/components/index.mjs +4 -1
- package/dist/helpers/automd-generator.cjs +32 -1
- package/dist/helpers/automd-generator.mjs +30 -1
- package/dist/helpers/automd-generator.mjs.map +1 -1
- package/dist/helpers/create-reflection-resource.cjs +23 -1
- package/dist/helpers/create-reflection-resource.mjs +22 -1
- package/dist/helpers/create-reflection-resource.mjs.map +1 -1
- package/dist/helpers/index.cjs +34 -1
- package/dist/helpers/index.mjs +8 -1
- package/dist/helpers/load.cjs +141 -1
- package/dist/helpers/load.d.cts +1 -1
- package/dist/helpers/load.d.mts +1 -1
- package/dist/helpers/load.mjs +137 -1
- package/dist/helpers/load.mjs.map +1 -1
- package/dist/helpers/persistence.cjs +308 -1
- package/dist/helpers/persistence.mjs +295 -1
- package/dist/helpers/persistence.mjs.map +1 -1
- package/dist/helpers/reflect.cjs +290 -1
- package/dist/helpers/reflect.mjs +280 -1
- package/dist/helpers/reflect.mjs.map +1 -1
- package/dist/helpers/source-file-env.cjs +59 -1
- package/dist/helpers/source-file-env.mjs +56 -1
- package/dist/helpers/source-file-env.mjs.map +1 -1
- package/dist/helpers/template-helpers.cjs +70 -1
- package/dist/helpers/template-helpers.mjs +68 -1
- package/dist/helpers/template-helpers.mjs.map +1 -1
- package/dist/index.cjs +310 -7
- package/dist/index.mjs +296 -7
- package/dist/index.mjs.map +1 -1
- package/dist/types/env.cjs +541 -1
- package/dist/types/env.mjs +538 -1
- package/dist/types/env.mjs.map +1 -1
- package/dist/types/index.cjs +11 -1
- package/dist/types/index.mjs +4 -1
- package/dist/types/plugin.cjs +115 -1
- package/dist/types/plugin.mjs +109 -1
- package/dist/types/plugin.mjs.map +1 -1
- package/package.json +9 -9
|
@@ -1,7 +1,458 @@
|
|
|
1
|
-
import{__ΩEnvPluginContext
|
|
2
|
-
|
|
1
|
+
import { __ΩEnvPluginContext } from "../types/plugin.mjs";
|
|
2
|
+
import { loadEnvFromContext } from "../helpers/load.mjs";
|
|
3
|
+
import { titleCase } from "@stryke/string-format/title-case";
|
|
4
|
+
import { ReflectionClass, ReflectionKind } from "@powerlines/deepkit/vendor/type";
|
|
5
|
+
import defu from "defu";
|
|
6
|
+
import { createComponent, createIntrinsic, memo, mergeProps } from "@alloy-js/core/jsx-runtime";
|
|
7
|
+
import { For, Show, code, computed, splitProps } from "@alloy-js/core";
|
|
8
|
+
import { Spacing } from "@powerlines/plugin-alloy/core/components/spacing";
|
|
9
|
+
import { usePowerlines } from "@powerlines/plugin-alloy/core/contexts/context";
|
|
10
|
+
import { ClassDeclaration, ClassMethod, ElseIfClause, FunctionDeclaration, IfStatement, InterfaceDeclaration, InterfaceMember, NewExpression, VarDeclaration } from "@alloy-js/typescript";
|
|
11
|
+
import { refkey } from "@powerlines/plugin-alloy/helpers/refkey";
|
|
12
|
+
import { BuiltinFile } from "@powerlines/plugin-alloy/typescript/components/builtin-file";
|
|
13
|
+
import { InterfaceDeclaration as InterfaceDeclaration$1 } from "@powerlines/plugin-alloy/typescript/components/interface-declaration";
|
|
14
|
+
import { ObjectDeclaration } from "@powerlines/plugin-alloy/typescript/components/object-declaration";
|
|
15
|
+
import { TSDoc, TSDocExample, TSDocLink, TSDocParam, TSDocRemarks, TSDocReturns, TSDocThrows } from "@powerlines/plugin-alloy/typescript/components/tsdoc";
|
|
16
|
+
import { TSDocReflectionProperty } from "@powerlines/plugin-alloy/typescript/components/tsdoc-reflection";
|
|
17
|
+
import { getUnique } from "@stryke/helpers/get-unique";
|
|
18
|
+
|
|
19
|
+
//#region src/components/env-builtin.tsx
|
|
20
|
+
const __ΩOmit = [
|
|
21
|
+
"T",
|
|
22
|
+
"K",
|
|
23
|
+
() => __ΩPick,
|
|
24
|
+
() => __ΩExclude,
|
|
25
|
+
"Omit",
|
|
26
|
+
"b!b\"e!!e!!ge!\"o$#o##w%y"
|
|
27
|
+
];
|
|
28
|
+
const __ΩPick = [
|
|
29
|
+
"T",
|
|
30
|
+
"K",
|
|
31
|
+
"Pick",
|
|
32
|
+
"l+e#!e\"!fRb!b\"Pde\"\"N#!w#y"
|
|
33
|
+
];
|
|
34
|
+
const __ΩExclude = [
|
|
35
|
+
"T",
|
|
36
|
+
"U",
|
|
37
|
+
"Exclude",
|
|
38
|
+
"l6!Re$!RPe#!e$\"qk#%QRb!b\"Pde\"!p)w#y"
|
|
39
|
+
];
|
|
40
|
+
function __assignType(fn, args) {
|
|
41
|
+
fn.__type = args;
|
|
42
|
+
return fn;
|
|
43
|
+
}
|
|
44
|
+
/**
|
|
45
|
+
* Generates the environment configuration typescript definition for the Powerlines project.
|
|
46
|
+
*/
|
|
47
|
+
function EnvTypeDefinition(props) {
|
|
48
|
+
const [{ defaultValue, reflection }] = splitProps(props, ["defaultValue", "reflection"]);
|
|
49
|
+
const context = (usePowerlines.Ω = [[() => __ΩEnvPluginContext, "n!"]], usePowerlines());
|
|
50
|
+
return [
|
|
51
|
+
createComponent(InterfaceDeclaration$1, {
|
|
52
|
+
name: "UnprefixedEnv",
|
|
53
|
+
defaultValue,
|
|
54
|
+
reflection,
|
|
55
|
+
"export": true
|
|
56
|
+
}),
|
|
57
|
+
createComponent(Spacing, {}),
|
|
58
|
+
createComponent(TSDoc, {
|
|
59
|
+
heading: "The environment configuration object with prefixed keys.",
|
|
60
|
+
get children() {
|
|
61
|
+
return createComponent(TSDocRemarks, { children: `The \`Env\` type extends the \`UnprefixedEnv\` interface by including additional keys that are prefixed according to the project's configuration. This allows for flexibility in accessing environment variables with different naming conventions.` });
|
|
62
|
+
}
|
|
63
|
+
}),
|
|
64
|
+
createComponent(InterfaceDeclaration, {
|
|
65
|
+
name: "Env",
|
|
66
|
+
"export": true,
|
|
67
|
+
"extends": "UnprefixedEnv",
|
|
68
|
+
get children() {
|
|
69
|
+
return createComponent(For, {
|
|
70
|
+
get each() {
|
|
71
|
+
return getUnique(context.config.env.prefix).map(__assignType((prefix) => prefix.replace(/_$/, ""), [
|
|
72
|
+
"prefix",
|
|
73
|
+
"",
|
|
74
|
+
"P\"2!\"/\""
|
|
75
|
+
]));
|
|
76
|
+
},
|
|
77
|
+
doubleHardline: true,
|
|
78
|
+
get children() {
|
|
79
|
+
return __assignType((prefix) => createComponent(For, {
|
|
80
|
+
get each() {
|
|
81
|
+
return reflection?.getProperties().filter(__assignType((property) => !property.isIgnored(), [
|
|
82
|
+
"property",
|
|
83
|
+
"",
|
|
84
|
+
"P\"2!\"/\""
|
|
85
|
+
])) ?? [];
|
|
86
|
+
},
|
|
87
|
+
doubleHardline: true,
|
|
88
|
+
get children() {
|
|
89
|
+
return __assignType((property) => [createComponent(TSDocReflectionProperty, { reflection: property }), createComponent(InterfaceMember, {
|
|
90
|
+
get name() {
|
|
91
|
+
return `${prefix}_${property.getNameAsString()}`;
|
|
92
|
+
},
|
|
93
|
+
get type() {
|
|
94
|
+
return `UnprefixedEnv["${property.getNameAsString()}"]`;
|
|
95
|
+
},
|
|
96
|
+
get readonly() {
|
|
97
|
+
return property.isReadonly();
|
|
98
|
+
}
|
|
99
|
+
})], [
|
|
100
|
+
"property",
|
|
101
|
+
"",
|
|
102
|
+
"P\"2!\"/\""
|
|
103
|
+
]);
|
|
104
|
+
}
|
|
105
|
+
}), [
|
|
106
|
+
"prefix",
|
|
107
|
+
"",
|
|
108
|
+
"P\"2!\"/\""
|
|
109
|
+
]);
|
|
110
|
+
}
|
|
111
|
+
});
|
|
112
|
+
}
|
|
113
|
+
}),
|
|
114
|
+
createComponent(Spacing, {})
|
|
115
|
+
];
|
|
116
|
+
}
|
|
117
|
+
EnvTypeDefinition.__type = [
|
|
118
|
+
() => __ΩOmit,
|
|
119
|
+
"name",
|
|
120
|
+
"props",
|
|
121
|
+
"EnvTypeDefinition",
|
|
122
|
+
"Generates the environment configuration typescript definition for the Powerlines project.",
|
|
123
|
+
"P!.\"o!#2#\"/$?%"
|
|
124
|
+
];
|
|
125
|
+
const __ΩConfigPropertyConditionalProps = [
|
|
126
|
+
() => __ΩEnvPluginContext,
|
|
127
|
+
"context",
|
|
128
|
+
"name",
|
|
129
|
+
"ConfigPropertyConditionalProps",
|
|
130
|
+
"P!n!4\"&4#Mw$y"
|
|
131
|
+
];
|
|
132
|
+
function ConfigPropertyConditional(props) {
|
|
133
|
+
const [{ context, name }] = splitProps(props, ["context", "name"]);
|
|
134
|
+
return code`propertyName === "${name}" || propertyName.replace(/^(${getUnique(context.config.env.prefix.sort(__assignType((a, b) => a.startsWith(b) ? -1 : b.startsWith(a) ? 1 : a.localeCompare(b), [
|
|
135
|
+
"a",
|
|
136
|
+
"b",
|
|
137
|
+
"",
|
|
138
|
+
"P\"2!\"2\"\"/#"
|
|
139
|
+
])).map(__assignType((prefix) => `${prefix.replace(/_$/, "")}_`, [
|
|
140
|
+
"prefix",
|
|
141
|
+
"",
|
|
142
|
+
"P\"2!\"/\""
|
|
143
|
+
]))).join("|")})/g, "").toLowerCase().replace(/[\\s\\-_]+/g, "") === "${name.toLowerCase().replace(/[\s\-_]+/g, "")}"`;
|
|
144
|
+
}
|
|
145
|
+
ConfigPropertyConditional.__type = [
|
|
146
|
+
() => __ΩConfigPropertyConditionalProps,
|
|
147
|
+
"props",
|
|
148
|
+
"ConfigPropertyConditional",
|
|
149
|
+
"Pn!2\"\"/#"
|
|
150
|
+
];
|
|
151
|
+
const __ΩConfigPropertyProps = [
|
|
152
|
+
"index",
|
|
153
|
+
() => __ΩEnvPluginContext,
|
|
154
|
+
"context",
|
|
155
|
+
"property",
|
|
156
|
+
"ConfigPropertyProps",
|
|
157
|
+
"P!'4!n\"4#!4$Mw%y"
|
|
158
|
+
];
|
|
159
|
+
function ConfigPropertyGet(props) {
|
|
160
|
+
const [{ context, property, index }] = splitProps(props, [
|
|
161
|
+
"context",
|
|
162
|
+
"property",
|
|
163
|
+
"index"
|
|
164
|
+
]);
|
|
165
|
+
return [index === 0 ? createComponent(IfStatement, {
|
|
166
|
+
get condition() {
|
|
167
|
+
return [createComponent(ConfigPropertyConditional, {
|
|
168
|
+
get name() {
|
|
169
|
+
return property.getNameAsString();
|
|
170
|
+
},
|
|
171
|
+
context
|
|
172
|
+
}), createComponent(Show, {
|
|
173
|
+
get when() {
|
|
174
|
+
return memo(() => !!property.getAlias())() && property.getAlias().length > 0;
|
|
175
|
+
},
|
|
176
|
+
get children() {
|
|
177
|
+
return [code` || `, createComponent(For, {
|
|
178
|
+
get each() {
|
|
179
|
+
return property.getAlias();
|
|
180
|
+
},
|
|
181
|
+
joiner: code` || `,
|
|
182
|
+
get children() {
|
|
183
|
+
return __assignType((alias) => createComponent(ConfigPropertyConditional, {
|
|
184
|
+
name: alias,
|
|
185
|
+
context
|
|
186
|
+
}), [
|
|
187
|
+
"alias",
|
|
188
|
+
"",
|
|
189
|
+
"P\"2!\"/\""
|
|
190
|
+
]);
|
|
191
|
+
}
|
|
192
|
+
})];
|
|
193
|
+
}
|
|
194
|
+
})];
|
|
195
|
+
},
|
|
196
|
+
get children() {
|
|
197
|
+
return code`return target["${property.getNameAsString()}"];`;
|
|
198
|
+
}
|
|
199
|
+
}) : createComponent(ElseIfClause, {
|
|
200
|
+
get condition() {
|
|
201
|
+
return [createComponent(ConfigPropertyConditional, {
|
|
202
|
+
get name() {
|
|
203
|
+
return property.getNameAsString();
|
|
204
|
+
},
|
|
205
|
+
context
|
|
206
|
+
}), createComponent(Show, {
|
|
207
|
+
get when() {
|
|
208
|
+
return memo(() => !!property.getAlias())() && property.getAlias().length > 0;
|
|
209
|
+
},
|
|
210
|
+
get children() {
|
|
211
|
+
return [code` || `, createComponent(For, {
|
|
212
|
+
get each() {
|
|
213
|
+
return property.getAlias();
|
|
214
|
+
},
|
|
215
|
+
joiner: code` || `,
|
|
216
|
+
get children() {
|
|
217
|
+
return __assignType((alias) => createComponent(ConfigPropertyConditional, {
|
|
218
|
+
name: alias,
|
|
219
|
+
context
|
|
220
|
+
}), [
|
|
221
|
+
"alias",
|
|
222
|
+
"",
|
|
223
|
+
"P\"2!\"/\""
|
|
224
|
+
]);
|
|
225
|
+
}
|
|
226
|
+
})];
|
|
227
|
+
}
|
|
228
|
+
})];
|
|
229
|
+
},
|
|
230
|
+
get children() {
|
|
231
|
+
return code`return target["${property.getNameAsString()}"];`;
|
|
232
|
+
}
|
|
233
|
+
})];
|
|
234
|
+
}
|
|
235
|
+
ConfigPropertyGet.__type = [
|
|
236
|
+
() => __ΩConfigPropertyProps,
|
|
237
|
+
"props",
|
|
238
|
+
"ConfigPropertyGet",
|
|
239
|
+
"Pn!2\"\"/#"
|
|
240
|
+
];
|
|
241
|
+
function ConfigPropertySet(props) {
|
|
242
|
+
const [{ context, property, index }] = splitProps(props, [
|
|
243
|
+
"context",
|
|
244
|
+
"property",
|
|
245
|
+
"index"
|
|
246
|
+
]);
|
|
247
|
+
return [index === 0 ? createComponent(IfStatement, {
|
|
248
|
+
get condition() {
|
|
249
|
+
return [createComponent(ConfigPropertyConditional, {
|
|
250
|
+
get name() {
|
|
251
|
+
return property.getNameAsString();
|
|
252
|
+
},
|
|
253
|
+
context
|
|
254
|
+
}), createComponent(Show, {
|
|
255
|
+
get when() {
|
|
256
|
+
return memo(() => !!property.getAlias())() && property.getAlias().length > 0;
|
|
257
|
+
},
|
|
258
|
+
get children() {
|
|
259
|
+
return [code` || `, createComponent(For, {
|
|
260
|
+
get each() {
|
|
261
|
+
return property.getAlias();
|
|
262
|
+
},
|
|
263
|
+
joiner: code` || `,
|
|
264
|
+
get children() {
|
|
265
|
+
return __assignType((alias) => createComponent(ConfigPropertyConditional, {
|
|
266
|
+
name: alias,
|
|
267
|
+
context
|
|
268
|
+
}), [
|
|
269
|
+
"alias",
|
|
270
|
+
"",
|
|
271
|
+
"P\"2!\"/\""
|
|
272
|
+
]);
|
|
273
|
+
}
|
|
274
|
+
})];
|
|
275
|
+
}
|
|
276
|
+
})];
|
|
277
|
+
},
|
|
278
|
+
get children() {
|
|
279
|
+
return code`
|
|
280
|
+
target["${property.getNameAsString()}"] = newValue;
|
|
281
|
+
return true;
|
|
282
|
+
`;
|
|
283
|
+
}
|
|
284
|
+
}) : createComponent(ElseIfClause, {
|
|
285
|
+
get condition() {
|
|
286
|
+
return [createComponent(ConfigPropertyConditional, {
|
|
287
|
+
get name() {
|
|
288
|
+
return property.getNameAsString();
|
|
289
|
+
},
|
|
290
|
+
context
|
|
291
|
+
}), createComponent(Show, {
|
|
292
|
+
get when() {
|
|
293
|
+
return memo(() => !!property.getAlias())() && property.getAlias().length > 0;
|
|
294
|
+
},
|
|
295
|
+
get children() {
|
|
296
|
+
return [code` || `, createComponent(For, {
|
|
297
|
+
get each() {
|
|
298
|
+
return property.getAlias();
|
|
299
|
+
},
|
|
300
|
+
joiner: code` || `,
|
|
301
|
+
get children() {
|
|
302
|
+
return __assignType((alias) => createComponent(ConfigPropertyConditional, {
|
|
303
|
+
name: alias,
|
|
304
|
+
context
|
|
305
|
+
}), [
|
|
306
|
+
"alias",
|
|
307
|
+
"",
|
|
308
|
+
"P\"2!\"/\""
|
|
309
|
+
]);
|
|
310
|
+
}
|
|
311
|
+
})];
|
|
312
|
+
}
|
|
313
|
+
})];
|
|
314
|
+
},
|
|
315
|
+
get children() {
|
|
316
|
+
return code`
|
|
317
|
+
target["${property.getNameAsString()}"] = newValue;
|
|
3
318
|
return true;
|
|
4
|
-
|
|
319
|
+
`;
|
|
320
|
+
}
|
|
321
|
+
})];
|
|
322
|
+
}
|
|
323
|
+
ConfigPropertySet.__type = [
|
|
324
|
+
() => __ΩConfigPropertyProps,
|
|
325
|
+
"props",
|
|
326
|
+
"ConfigPropertySet",
|
|
327
|
+
"Pn!2\"\"/#"
|
|
328
|
+
];
|
|
329
|
+
const __ΩEnvBuiltinProps = [
|
|
330
|
+
() => __ΩOmit,
|
|
331
|
+
"id",
|
|
332
|
+
"Children",
|
|
333
|
+
"defaultConfig",
|
|
334
|
+
"reflection",
|
|
335
|
+
"EnvBuiltinProps",
|
|
336
|
+
"P!.\"o!#\"w#4$8!4%Mw&y"
|
|
337
|
+
];
|
|
338
|
+
const createEnvRefkey = refkey("createEnv");
|
|
339
|
+
const envRefkey = refkey("env");
|
|
340
|
+
const envSerializerRefkey = refkey("EnvSerializer");
|
|
341
|
+
/**
|
|
342
|
+
* Generates the environment configuration module for the Powerlines project.
|
|
343
|
+
*/
|
|
344
|
+
function EnvBuiltin(props) {
|
|
345
|
+
const [{ defaultConfig, reflection, children }, rest] = splitProps(props, [
|
|
346
|
+
"defaultConfig",
|
|
347
|
+
"reflection",
|
|
348
|
+
"children"
|
|
349
|
+
]);
|
|
350
|
+
const context = (usePowerlines.Ω = [[() => __ΩEnvPluginContext, "n!"]], usePowerlines());
|
|
351
|
+
const defaultValue = computed(() => context && loadEnvFromContext(context, process.env));
|
|
352
|
+
const envInstance = computed(() => {
|
|
353
|
+
const result = new ReflectionClass({
|
|
354
|
+
kind: ReflectionKind.objectLiteral,
|
|
355
|
+
description: `The initial environment configuration state for the ${titleCase(context?.config?.name)} project.`,
|
|
356
|
+
types: []
|
|
357
|
+
}, reflection);
|
|
358
|
+
result.getProperties().filter(__assignType((property) => property.isRuntime() || property.getTags().runtime === true, [
|
|
359
|
+
"property",
|
|
360
|
+
"",
|
|
361
|
+
"P\"2!\"/\""
|
|
362
|
+
])).forEach(__assignType((property) => {
|
|
363
|
+
result.removeProperty(property.getNameAsString());
|
|
364
|
+
}, [
|
|
365
|
+
"property",
|
|
366
|
+
"",
|
|
367
|
+
"P\"2!\"/\""
|
|
368
|
+
]));
|
|
369
|
+
return result;
|
|
370
|
+
});
|
|
371
|
+
const reflectionGetProperties = computed(() => reflection?.getProperties().filter(__assignType((property) => !property.isIgnored(), [
|
|
372
|
+
"property",
|
|
373
|
+
"",
|
|
374
|
+
"P\"2!\"/\""
|
|
375
|
+
])).sort(__assignType((a, b) => a.getNameAsString().localeCompare(b.getNameAsString()), [
|
|
376
|
+
"a",
|
|
377
|
+
"b",
|
|
378
|
+
"",
|
|
379
|
+
"P\"2!\"2\"\"/#"
|
|
380
|
+
])) ?? []);
|
|
381
|
+
const reflectionSetProperties = computed(() => reflection?.getProperties().filter(__assignType((property) => !property.isIgnored() && !property.isReadonly(), [
|
|
382
|
+
"property",
|
|
383
|
+
"",
|
|
384
|
+
"P\"2!\"/\""
|
|
385
|
+
])).sort(__assignType((a, b) => a.getNameAsString().localeCompare(b.getNameAsString()), [
|
|
386
|
+
"a",
|
|
387
|
+
"b",
|
|
388
|
+
"",
|
|
389
|
+
"P\"2!\"2\"\"/#"
|
|
390
|
+
])) ?? []);
|
|
391
|
+
return createComponent(BuiltinFile, mergeProps({
|
|
392
|
+
id: "env",
|
|
393
|
+
description: "The environment configuration module provides an interface to define environment configuration parameters."
|
|
394
|
+
}, rest, {
|
|
395
|
+
get imports() {
|
|
396
|
+
return defu({ "@powerlines/deepkit/vendor/type": [
|
|
397
|
+
"serializeFunction",
|
|
398
|
+
"deserializeFunction",
|
|
399
|
+
"ReflectionKind",
|
|
400
|
+
"Serializer",
|
|
401
|
+
"NamingStrategy",
|
|
402
|
+
"TemplateState",
|
|
403
|
+
"Type",
|
|
404
|
+
"TypeProperty",
|
|
405
|
+
"TypePropertySignature"
|
|
406
|
+
] }, rest.imports ?? {});
|
|
407
|
+
},
|
|
408
|
+
get children() {
|
|
409
|
+
return [
|
|
410
|
+
createComponent(Show, {
|
|
411
|
+
get when() {
|
|
412
|
+
return Boolean(reflection);
|
|
413
|
+
},
|
|
414
|
+
get children() {
|
|
415
|
+
return [
|
|
416
|
+
createComponent(EnvTypeDefinition, {
|
|
417
|
+
defaultValue,
|
|
418
|
+
reflection
|
|
419
|
+
}),
|
|
420
|
+
createIntrinsic("hbr", {}),
|
|
421
|
+
createIntrinsic("hbr", {})
|
|
422
|
+
];
|
|
423
|
+
}
|
|
424
|
+
}),
|
|
425
|
+
createComponent(ObjectDeclaration, {
|
|
426
|
+
name: "initialEnv",
|
|
427
|
+
type: "Partial<Env>",
|
|
428
|
+
defaultValue,
|
|
429
|
+
reflection: envInstance,
|
|
430
|
+
"export": true,
|
|
431
|
+
"const": true,
|
|
432
|
+
doc: "The initial environment configuration object values for the runtime."
|
|
433
|
+
}),
|
|
434
|
+
createComponent(Spacing, {}),
|
|
435
|
+
createComponent(TSDoc, {
|
|
436
|
+
heading: "The environment configuration serializer for the Powerlines application.",
|
|
437
|
+
get children() {
|
|
438
|
+
return [
|
|
439
|
+
createComponent(TSDocLink, { children: `https://deepkit.io/docs/serialization/serializers` }),
|
|
440
|
+
createComponent(TSDocLink, { children: `https://github.com/marcj/untitled-code/blob/master/packages/type/src/serializer.ts#L1918` }),
|
|
441
|
+
createComponent(TSDocRemarks, { children: `This serializer is used to serialize and deserialize the Powerlines environment configuration.` })
|
|
442
|
+
];
|
|
443
|
+
}
|
|
444
|
+
}),
|
|
445
|
+
createComponent(ClassDeclaration, {
|
|
446
|
+
refkey: envSerializerRefkey,
|
|
447
|
+
name: "EnvSerializer",
|
|
448
|
+
"extends": "Serializer",
|
|
449
|
+
"export": true,
|
|
450
|
+
get children() {
|
|
451
|
+
return createComponent(ClassMethod, {
|
|
452
|
+
name: "constructor",
|
|
453
|
+
"public": true,
|
|
454
|
+
doc: "Initializes a new instance of the `EnvSerializer` class.",
|
|
455
|
+
children: code`super("env");
|
|
5
456
|
|
|
6
457
|
this.deserializeRegistry.register(
|
|
7
458
|
ReflectionKind.boolean,
|
|
@@ -10,7 +461,17 @@ import{__ΩEnvPluginContext as e}from"../types/plugin.mjs";import{loadEnvFromCon
|
|
|
10
461
|
\`typeof \${state.accessor.toString()} !== "boolean" ? \${state.accessor.toString()} === 1 || \${state.accessor.toString()} === "1" || \${state.accessor.toString()}.toLowerCase() === "t" || \${state.accessor.toString()}.toLowerCase() === "true" || \${state.accessor.toString()}.toLowerCase() === "y" || \${state.accessor.toString()}.toLowerCase() === "yes" : \${state.accessor.toString()}\`
|
|
11
462
|
);
|
|
12
463
|
}
|
|
13
|
-
); `
|
|
464
|
+
); `
|
|
465
|
+
});
|
|
466
|
+
}
|
|
467
|
+
}),
|
|
468
|
+
createComponent(Spacing, {}),
|
|
469
|
+
createComponent(VarDeclaration, {
|
|
470
|
+
name: "envNamingStrategy",
|
|
471
|
+
"const": true,
|
|
472
|
+
doc: "The environment naming strategy for the runtime.",
|
|
473
|
+
get initializer() {
|
|
474
|
+
return code`new class extends NamingStrategy {
|
|
14
475
|
constructor() {
|
|
15
476
|
super("env");
|
|
16
477
|
}
|
|
@@ -21,22 +482,209 @@ import{__ΩEnvPluginContext as e}from"../types/plugin.mjs";import{loadEnvFromCon
|
|
|
21
482
|
return name;
|
|
22
483
|
}
|
|
23
484
|
|
|
24
|
-
return name.replace(/^(${
|
|
485
|
+
return name.replace(/^(${getUnique(context.config.env.prefix).map(__assignType((prefix) => prefix.replace(/_$/, ""), [
|
|
486
|
+
"prefix",
|
|
487
|
+
"",
|
|
488
|
+
"P\"2!\"/\""
|
|
489
|
+
])).join("|")})_/, "");
|
|
25
490
|
}
|
|
26
|
-
};
|
|
491
|
+
}; `;
|
|
492
|
+
}
|
|
493
|
+
}),
|
|
494
|
+
createComponent(Spacing, {}),
|
|
495
|
+
createComponent(TSDoc, {
|
|
496
|
+
heading: "A {@link EnvSerializer | environment configuration serializer} instance for the Powerlines application.",
|
|
497
|
+
get children() {
|
|
498
|
+
return [
|
|
499
|
+
createComponent(TSDocLink, { children: `https://deepkit.io/docs/serialization/serializers` }),
|
|
500
|
+
createComponent(TSDocLink, { children: `https://github.com/marcj/untitled-code/blob/master/packages/type/src/serializer.ts#L1918` }),
|
|
501
|
+
createComponent(TSDocRemarks, { children: `This serializer is used to serialize and deserialize the Powerlines environment configuration.` })
|
|
502
|
+
];
|
|
503
|
+
}
|
|
504
|
+
}),
|
|
505
|
+
createComponent(VarDeclaration, {
|
|
506
|
+
name: "envSerializer",
|
|
507
|
+
"const": true,
|
|
508
|
+
get initializer() {
|
|
509
|
+
return createComponent(NewExpression, {
|
|
510
|
+
args: [],
|
|
511
|
+
target: "EnvSerializer"
|
|
512
|
+
});
|
|
513
|
+
}
|
|
514
|
+
}),
|
|
515
|
+
createComponent(Spacing, {}),
|
|
516
|
+
createComponent(VarDeclaration, {
|
|
517
|
+
name: "_serializeEnv",
|
|
518
|
+
"const": true,
|
|
519
|
+
initializer: "serializeFunction<Env>(envSerializer, envNamingStrategy)"
|
|
520
|
+
}),
|
|
521
|
+
createComponent(Spacing, {}),
|
|
522
|
+
createComponent(TSDoc, {
|
|
523
|
+
heading: "Serialize a environment configuration object to JSON data objects (not a JSON string).",
|
|
524
|
+
get children() {
|
|
525
|
+
return [
|
|
526
|
+
createComponent(TSDocRemarks, { children: `The resulting JSON object can be stringified using \`JSON.stringify()\`.` }),
|
|
527
|
+
createComponent(TSDocExample, { children: `const json = serializeEnv(env);` }),
|
|
528
|
+
createComponent(Spacing, {}),
|
|
529
|
+
createComponent(TSDocParam, {
|
|
530
|
+
name: "input",
|
|
531
|
+
children: `The environment configuration object to serialize.`
|
|
532
|
+
}),
|
|
533
|
+
createComponent(TSDocReturns, { children: `The serialized environment configuration as JSON data objects.` }),
|
|
534
|
+
createComponent(TSDocThrows, { children: `ValidationError when serialization or validation fails.` })
|
|
535
|
+
];
|
|
536
|
+
}
|
|
537
|
+
}),
|
|
538
|
+
createComponent(FunctionDeclaration, {
|
|
539
|
+
name: "serializeEnv",
|
|
540
|
+
"export": true,
|
|
541
|
+
parameters: [{
|
|
542
|
+
name: "input",
|
|
543
|
+
type: "Env"
|
|
544
|
+
}],
|
|
545
|
+
children: code` return _serializeEnv(input, { loosely: true }); `
|
|
546
|
+
}),
|
|
547
|
+
createComponent(Spacing, {}),
|
|
548
|
+
createComponent(VarDeclaration, {
|
|
549
|
+
name: "_deserializeEnv",
|
|
550
|
+
"const": true,
|
|
551
|
+
initializer: "deserializeFunction<Env>(envSerializer, envNamingStrategy)"
|
|
552
|
+
}),
|
|
553
|
+
createComponent(Spacing, {}),
|
|
554
|
+
createComponent(TSDoc, {
|
|
555
|
+
heading: "Deserialize a environment configuration object from JSON data objects to JavaScript objects, without running any validators.",
|
|
556
|
+
get children() {
|
|
557
|
+
return [
|
|
558
|
+
createComponent(TSDocRemarks, { children: `Types that are already correct will be used as-is.` }),
|
|
559
|
+
createComponent(TSDocExample, { children: `const env = deserializeEnv(json);` }),
|
|
560
|
+
createComponent(TSDocThrows, { children: `ValidationError when deserialization fails.` })
|
|
561
|
+
];
|
|
562
|
+
}
|
|
563
|
+
}),
|
|
564
|
+
createComponent(FunctionDeclaration, {
|
|
565
|
+
name: "deserializeEnv",
|
|
566
|
+
"export": true,
|
|
567
|
+
parameters: [{
|
|
568
|
+
name: "input",
|
|
569
|
+
type: "Env"
|
|
570
|
+
}],
|
|
571
|
+
children: code` return _deserializeEnv(input, { loosely: true }); `
|
|
572
|
+
}),
|
|
573
|
+
createComponent(Spacing, {}),
|
|
574
|
+
createComponent(TSDoc, {
|
|
575
|
+
heading: "Initializes the Powerlines environment configuration module.",
|
|
576
|
+
get children() {
|
|
577
|
+
return [
|
|
578
|
+
createComponent(TSDocRemarks, { children: `This function initializes the Powerlines environment configuration object.` }),
|
|
579
|
+
createComponent(TSDocParam, {
|
|
580
|
+
name: "environmentConfig",
|
|
581
|
+
children: `The dynamic/runtime configuration - this could include the current environment variables or any other environment-specific settings provided by the runtime.`
|
|
582
|
+
}),
|
|
583
|
+
createComponent(TSDocReturns, { children: `The initialized Powerlines configuration object.` })
|
|
584
|
+
];
|
|
585
|
+
}
|
|
586
|
+
}),
|
|
587
|
+
createComponent(Show, {
|
|
588
|
+
get when() {
|
|
589
|
+
return Boolean(context?.entryPath);
|
|
590
|
+
},
|
|
591
|
+
get children() {
|
|
592
|
+
return createComponent(FunctionDeclaration, {
|
|
593
|
+
refkey: createEnvRefkey,
|
|
594
|
+
async: false,
|
|
595
|
+
"export": true,
|
|
596
|
+
name: "createEnv",
|
|
597
|
+
parameters: [{
|
|
598
|
+
name: "environmentConfig",
|
|
599
|
+
type: `Partial<Env>`,
|
|
600
|
+
optional: false,
|
|
601
|
+
default: "{}"
|
|
602
|
+
}],
|
|
603
|
+
returnType: "Env",
|
|
604
|
+
get children() {
|
|
605
|
+
return [
|
|
606
|
+
code`
|
|
27
607
|
return new Proxy<Env>(
|
|
28
608
|
deserializeEnv({
|
|
29
609
|
...initialEnv,
|
|
30
610
|
...environmentConfig
|
|
31
611
|
} as Env),
|
|
32
612
|
{
|
|
33
|
-
get: (target: UnprefixedEnv, propertyName: string) => { `,
|
|
613
|
+
get: (target: UnprefixedEnv, propertyName: string) => { `,
|
|
614
|
+
createIntrinsic("hbr", {}),
|
|
615
|
+
createComponent(For, {
|
|
616
|
+
each: reflectionGetProperties,
|
|
617
|
+
get children() {
|
|
618
|
+
return __assignType((property, index) => createComponent(ConfigPropertyGet, {
|
|
619
|
+
index,
|
|
620
|
+
context,
|
|
621
|
+
property
|
|
622
|
+
}), [
|
|
623
|
+
"property",
|
|
624
|
+
"index",
|
|
625
|
+
"",
|
|
626
|
+
"P!2!'2\"\"/#"
|
|
627
|
+
]);
|
|
628
|
+
}
|
|
629
|
+
}),
|
|
630
|
+
code`
|
|
34
631
|
return undefined;
|
|
35
|
-
}, `,
|
|
632
|
+
}, `,
|
|
633
|
+
createComponent(Spacing, {}),
|
|
634
|
+
code` set: (target: UnprefixedEnv, propertyName: string, newValue: any) => { `,
|
|
635
|
+
createIntrinsic("hbr", {}),
|
|
636
|
+
createComponent(For, {
|
|
637
|
+
each: reflectionSetProperties,
|
|
638
|
+
ender: code` else `,
|
|
639
|
+
get children() {
|
|
640
|
+
return __assignType((property, index) => createComponent(ConfigPropertySet, {
|
|
641
|
+
index,
|
|
642
|
+
context,
|
|
643
|
+
property
|
|
644
|
+
}), [
|
|
645
|
+
"property",
|
|
646
|
+
"index",
|
|
647
|
+
"",
|
|
648
|
+
"P!2!'2\"\"/#"
|
|
649
|
+
]);
|
|
650
|
+
}
|
|
651
|
+
}),
|
|
652
|
+
createIntrinsic("hbr", {}),
|
|
653
|
+
code`return false;
|
|
36
654
|
}
|
|
37
655
|
}
|
|
38
656
|
);
|
|
39
|
-
`
|
|
657
|
+
`
|
|
658
|
+
];
|
|
659
|
+
}
|
|
660
|
+
});
|
|
661
|
+
}
|
|
662
|
+
}),
|
|
663
|
+
createComponent(Spacing, {}),
|
|
664
|
+
createIntrinsic("hbr", {}),
|
|
665
|
+
createComponent(TSDoc, {
|
|
666
|
+
heading: "The environment configuration object.",
|
|
667
|
+
get children() {
|
|
668
|
+
return createComponent(TSDocRemarks, { children: `This object provides access to the environment configuration parameters in the application runtime.` });
|
|
669
|
+
}
|
|
670
|
+
}),
|
|
671
|
+
createComponent(VarDeclaration, {
|
|
672
|
+
refkey: envRefkey,
|
|
673
|
+
name: "env",
|
|
674
|
+
type: "Env",
|
|
675
|
+
"export": true,
|
|
676
|
+
"const": true,
|
|
677
|
+
get initializer() {
|
|
678
|
+
return [code`createEnv(${defaultConfig || "{}"} as Partial<Env>);`];
|
|
679
|
+
}
|
|
680
|
+
}),
|
|
681
|
+
createComponent(Spacing, {}),
|
|
682
|
+
createComponent(VarDeclaration, {
|
|
683
|
+
"export": true,
|
|
684
|
+
"const": true,
|
|
685
|
+
name: "isCI",
|
|
686
|
+
doc: "Detect if the application is running in a continuous integration (CI) environment.",
|
|
687
|
+
initializer: code`Boolean(
|
|
40
688
|
env.CI ||
|
|
41
689
|
env.RUN_ID ||
|
|
42
690
|
env.AGOLA_GIT_REF ||
|
|
@@ -88,9 +736,76 @@ import{__ΩEnvPluginContext as e}from"../types/plugin.mjs";import{loadEnvFromCon
|
|
|
88
736
|
env.APPCENTER_BUILD_ID ||
|
|
89
737
|
env.CI_XCODE_PROJECT ||
|
|
90
738
|
env.XCS || false
|
|
91
|
-
); `
|
|
739
|
+
); `
|
|
740
|
+
}),
|
|
741
|
+
createComponent(Spacing, {}),
|
|
742
|
+
createComponent(TSDoc, {
|
|
743
|
+
heading: "Detect the \\`mode\\` of the current runtime environment.",
|
|
744
|
+
get children() {
|
|
745
|
+
return createComponent(TSDocRemarks, { children: code`The \`mode\` is determined by the \`MODE\` environment variable, or falls back to the \`NEXT_PUBLIC_VERCEL_ENV\`, \`NODE_ENV\`, or defaults to \`production\`. While the value can potentially be any string, it is generally recommended to only allow a value in the following list:
|
|
92
746
|
- \`production\`
|
|
93
747
|
- \`test\`
|
|
94
748
|
- \`development\`
|
|
95
|
-
`
|
|
749
|
+
` });
|
|
750
|
+
}
|
|
751
|
+
}),
|
|
752
|
+
createComponent(VarDeclaration, {
|
|
753
|
+
"export": true,
|
|
754
|
+
"const": true,
|
|
755
|
+
name: "mode",
|
|
756
|
+
initializer: code`String(env.MODE) || "production"; `
|
|
757
|
+
}),
|
|
758
|
+
createComponent(Spacing, {}),
|
|
759
|
+
createComponent(VarDeclaration, {
|
|
760
|
+
"export": true,
|
|
761
|
+
"const": true,
|
|
762
|
+
name: "isProduction",
|
|
763
|
+
doc: "Detect if the application is running in `\"production\"` mode",
|
|
764
|
+
initializer: code`["prd", "prod", "production"].includes(mode.toLowerCase()); `
|
|
765
|
+
}),
|
|
766
|
+
createComponent(Spacing, {}),
|
|
767
|
+
createComponent(VarDeclaration, {
|
|
768
|
+
"export": true,
|
|
769
|
+
"const": true,
|
|
770
|
+
name: "isTest",
|
|
771
|
+
doc: "Detect if the application is running in `\"test\"` mode",
|
|
772
|
+
initializer: code`["tst", "test", "testing", "stg", "stage", "staging"].includes(mode.toLowerCase()) || env.TEST; `
|
|
773
|
+
}),
|
|
774
|
+
createComponent(Spacing, {}),
|
|
775
|
+
createComponent(VarDeclaration, {
|
|
776
|
+
"export": true,
|
|
777
|
+
"const": true,
|
|
778
|
+
name: "isDevelopment",
|
|
779
|
+
doc: "Detect if the application is running in `\"development\"` mode",
|
|
780
|
+
initializer: code`["dev", "development"].includes(mode.toLowerCase()); `
|
|
781
|
+
}),
|
|
782
|
+
createComponent(Spacing, {}),
|
|
783
|
+
createComponent(VarDeclaration, {
|
|
784
|
+
"export": true,
|
|
785
|
+
"const": true,
|
|
786
|
+
name: "isDebug",
|
|
787
|
+
doc: "Detect if the application is currently being debugged",
|
|
788
|
+
initializer: code`Boolean(isDevelopment && env.DEBUG); `
|
|
789
|
+
}),
|
|
790
|
+
createComponent(Spacing, {}),
|
|
791
|
+
createComponent(Show, {
|
|
792
|
+
get when() {
|
|
793
|
+
return Boolean(children);
|
|
794
|
+
},
|
|
795
|
+
children
|
|
796
|
+
})
|
|
797
|
+
];
|
|
798
|
+
}
|
|
799
|
+
}));
|
|
800
|
+
}
|
|
801
|
+
EnvBuiltin.__type = [
|
|
802
|
+
() => __ΩEnvBuiltinProps,
|
|
803
|
+
"props",
|
|
804
|
+
"EnvBuiltin",
|
|
805
|
+
"Generates the environment configuration module for the Powerlines project.",
|
|
806
|
+
"Pn!2\"\"/#?$"
|
|
807
|
+
];
|
|
808
|
+
|
|
809
|
+
//#endregion
|
|
810
|
+
export { EnvBuiltin, EnvTypeDefinition, __ΩEnvBuiltinProps };
|
|
96
811
|
//# sourceMappingURL=env-builtin.mjs.map
|