@powerlines/plugin-env 0.15.122 → 0.15.124

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 (219) hide show
  1. package/dist/babel/plugin.cjs +11 -11
  2. package/dist/babel/plugin.d.cts +2 -2
  3. package/dist/babel/plugin.d.mts +2 -3
  4. package/dist/babel/plugin.mjs +5 -5
  5. package/dist/components/docs.cjs +6 -6
  6. package/dist/components/docs.d.cts +1 -1
  7. package/dist/components/docs.d.mts +1 -1
  8. package/dist/components/docs.mjs +3 -3
  9. package/dist/components/env.cjs +40 -40
  10. package/dist/components/env.d.cts +2 -2
  11. package/dist/components/env.d.mts +2 -2
  12. package/dist/components/env.mjs +11 -11
  13. package/dist/helpers/automd-generator.cjs +2 -2
  14. package/dist/helpers/automd-generator.d.cts +1 -1
  15. package/dist/helpers/automd-generator.d.mts +1 -1
  16. package/dist/helpers/automd-generator.mjs +1 -1
  17. package/dist/helpers/load.cjs +7 -7
  18. package/dist/helpers/load.mjs +8 -8
  19. package/dist/helpers/persistence.cjs +23 -23
  20. package/dist/helpers/persistence.d.cts +1 -1
  21. package/dist/helpers/persistence.d.mts +1 -1
  22. package/dist/helpers/persistence.mjs +5 -5
  23. package/dist/helpers/reflect.cjs +5 -5
  24. package/dist/helpers/reflect.mjs +1 -1
  25. package/dist/helpers/source-file-env.cjs +1 -1
  26. package/dist/helpers/source-file-env.mjs +1 -1
  27. package/dist/index.cjs +13 -10
  28. package/dist/index.d.cts +1 -1
  29. package/dist/index.d.mts +1 -1
  30. package/dist/index.mjs +12 -12
  31. package/dist/types/plugin.cjs +19 -18
  32. package/dist/types/plugin.d.cts +5 -6
  33. package/dist/types/plugin.d.mts +4 -6
  34. package/dist/types/plugin.mjs +4 -4
  35. package/package.json +7 -7
  36. package/dist/deepkit/schemas/reflection.cjs +0 -5426
  37. package/dist/deepkit/schemas/reflection.d.cts +0 -1560
  38. package/dist/deepkit/schemas/reflection.d.mts +0 -1560
  39. package/dist/deepkit/schemas/reflection.mjs +0 -5423
  40. package/dist/deepkit/schemas/reflection2.cjs +0 -4112
  41. package/dist/deepkit/schemas/reflection2.mjs +0 -4110
  42. package/dist/deepkit/src/capnp.cjs +0 -1692
  43. package/dist/deepkit/src/capnp.mjs +0 -1690
  44. package/dist/deepkit/src/esbuild-plugin.cjs +0 -99
  45. package/dist/deepkit/src/esbuild-plugin.mjs +0 -98
  46. package/dist/deepkit/src/reflect-type.cjs +0 -40
  47. package/dist/deepkit/src/reflect-type.mjs +0 -38
  48. package/dist/deepkit/src/resolve-reflections.cjs +0 -23
  49. package/dist/deepkit/src/resolve-reflections.mjs +0 -22
  50. package/dist/deepkit/src/transformer.cjs +0 -92
  51. package/dist/deepkit/src/transformer.mjs +0 -89
  52. package/dist/deepkit/src/transpile.cjs +0 -39
  53. package/dist/deepkit/src/transpile.mjs +0 -37
  54. package/dist/deepkit/src/types.cjs +0 -22
  55. package/dist/deepkit/src/types.d.cts +0 -10
  56. package/dist/deepkit/src/types.d.mts +0 -10
  57. package/dist/deepkit/src/types.mjs +0 -21
  58. package/dist/deepkit/src/utilities.cjs +0 -184
  59. package/dist/deepkit/src/utilities.mjs +0 -183
  60. package/dist/plugin-alloy/src/core/components/output.cjs +0 -43
  61. package/dist/plugin-alloy/src/core/components/output.mjs +0 -42
  62. package/dist/plugin-alloy/src/core/components/single-line-comment.cjs +0 -22
  63. package/dist/plugin-alloy/src/core/components/single-line-comment.mjs +0 -21
  64. package/dist/plugin-alloy/src/core/components/source-file.cjs +0 -64
  65. package/dist/plugin-alloy/src/core/components/source-file.d.cts +0 -23
  66. package/dist/plugin-alloy/src/core/components/source-file.d.mts +0 -23
  67. package/dist/plugin-alloy/src/core/components/source-file.mjs +0 -62
  68. package/dist/plugin-alloy/src/core/contexts/context.cjs +0 -134
  69. package/dist/plugin-alloy/src/core/contexts/context.mjs +0 -126
  70. package/dist/plugin-alloy/src/core/contexts/index.cjs +0 -2
  71. package/dist/plugin-alloy/src/core/contexts/index.mjs +0 -4
  72. package/dist/plugin-alloy/src/core/contexts/reflection.cjs +0 -110
  73. package/dist/plugin-alloy/src/core/contexts/reflection.mjs +0 -101
  74. package/dist/plugin-alloy/src/helpers/refkey.cjs +0 -23
  75. package/dist/plugin-alloy/src/helpers/refkey.mjs +0 -22
  76. package/dist/plugin-alloy/src/index.cjs +0 -105
  77. package/dist/plugin-alloy/src/index.mjs +0 -103
  78. package/dist/plugin-alloy/src/markdown/components/markdown-file.cjs +0 -115
  79. package/dist/plugin-alloy/src/markdown/components/markdown-file.d.cts +0 -8
  80. package/dist/plugin-alloy/src/markdown/components/markdown-file.d.mts +0 -8
  81. package/dist/plugin-alloy/src/markdown/components/markdown-file.mjs +0 -114
  82. package/dist/plugin-alloy/src/markdown/components/markdown-table.cjs +0 -39
  83. package/dist/plugin-alloy/src/markdown/components/markdown-table.mjs +0 -38
  84. package/dist/plugin-alloy/src/markdown/contexts/markdown-table.cjs +0 -72
  85. package/dist/plugin-alloy/src/markdown/contexts/markdown-table.mjs +0 -71
  86. package/dist/plugin-alloy/src/types/components.cjs +0 -22
  87. package/dist/plugin-alloy/src/types/components.d.cts +0 -20
  88. package/dist/plugin-alloy/src/types/components.d.mts +0 -21
  89. package/dist/plugin-alloy/src/types/components.mjs +0 -21
  90. package/dist/plugin-alloy/src/types/index.d.cts +0 -2
  91. package/dist/plugin-alloy/src/types/index.d.mts +0 -2
  92. package/dist/plugin-alloy/src/types/plugin.cjs +0 -53
  93. package/dist/plugin-alloy/src/types/plugin.d.cts +0 -36
  94. package/dist/plugin-alloy/src/types/plugin.d.mts +0 -36
  95. package/dist/plugin-alloy/src/types/plugin.mjs +0 -50
  96. package/dist/plugin-alloy/src/typescript/components/builtin-file.cjs +0 -62
  97. package/dist/plugin-alloy/src/typescript/components/builtin-file.d.cts +0 -26
  98. package/dist/plugin-alloy/src/typescript/components/builtin-file.d.mts +0 -26
  99. package/dist/plugin-alloy/src/typescript/components/builtin-file.mjs +0 -61
  100. package/dist/plugin-alloy/src/typescript/components/tsdoc-reflection.cjs +0 -131
  101. package/dist/plugin-alloy/src/typescript/components/tsdoc-reflection.mjs +0 -129
  102. package/dist/plugin-alloy/src/typescript/components/tsdoc.cjs +0 -451
  103. package/dist/plugin-alloy/src/typescript/components/tsdoc.d.cts +0 -37
  104. package/dist/plugin-alloy/src/typescript/components/tsdoc.d.mts +0 -37
  105. package/dist/plugin-alloy/src/typescript/components/tsdoc.mjs +0 -442
  106. package/dist/plugin-alloy/src/typescript/components/typescript-file.cjs +0 -216
  107. package/dist/plugin-alloy/src/typescript/components/typescript-file.d.cts +0 -16
  108. package/dist/plugin-alloy/src/typescript/components/typescript-file.d.mts +0 -16
  109. package/dist/plugin-alloy/src/typescript/components/typescript-file.mjs +0 -213
  110. package/dist/plugin-alloy/src/typescript/components/typescript-interface.cjs +0 -72
  111. package/dist/plugin-alloy/src/typescript/components/typescript-interface.d.cts +0 -12
  112. package/dist/plugin-alloy/src/typescript/components/typescript-interface.d.mts +0 -12
  113. package/dist/plugin-alloy/src/typescript/components/typescript-interface.mjs +0 -71
  114. package/dist/plugin-alloy/src/typescript/components/typescript-object.cjs +0 -124
  115. package/dist/plugin-alloy/src/typescript/components/typescript-object.mjs +0 -123
  116. package/dist/plugin-automd/src/index.cjs +0 -127
  117. package/dist/plugin-automd/src/index.mjs +0 -124
  118. package/dist/plugin-automd/src/types/plugin.cjs +0 -47
  119. package/dist/plugin-automd/src/types/plugin.d.cts +0 -38
  120. package/dist/plugin-automd/src/types/plugin.d.mts +0 -40
  121. package/dist/plugin-automd/src/types/plugin.mjs +0 -47
  122. package/dist/plugin-automd/src/types/toc.cjs +0 -26
  123. package/dist/plugin-automd/src/types/toc.d.cts +0 -33
  124. package/dist/plugin-automd/src/types/toc.d.mts +0 -33
  125. package/dist/plugin-automd/src/types/toc.mjs +0 -25
  126. package/dist/plugin-babel/src/helpers/ast-utils.cjs +0 -74
  127. package/dist/plugin-babel/src/helpers/ast-utils.mjs +0 -70
  128. package/dist/plugin-babel/src/helpers/create-plugin.cjs +0 -71
  129. package/dist/plugin-babel/src/helpers/create-plugin.mjs +0 -69
  130. package/dist/plugin-babel/src/helpers/filters.cjs +0 -158
  131. package/dist/plugin-babel/src/helpers/filters.mjs +0 -154
  132. package/dist/plugin-babel/src/helpers/index.cjs +0 -5
  133. package/dist/plugin-babel/src/helpers/index.mjs +0 -7
  134. package/dist/plugin-babel/src/helpers/module-helpers.cjs +0 -200
  135. package/dist/plugin-babel/src/helpers/module-helpers.mjs +0 -192
  136. package/dist/plugin-babel/src/helpers/options.cjs +0 -73
  137. package/dist/plugin-babel/src/helpers/options.mjs +0 -70
  138. package/dist/plugin-babel/src/index.cjs +0 -125
  139. package/dist/plugin-babel/src/index.mjs +0 -123
  140. package/dist/plugin-babel/src/types/index.d.mts +0 -1
  141. package/dist/plugin-babel/src/types/plugin.cjs +0 -42
  142. package/dist/plugin-babel/src/types/plugin.d.cts +0 -15
  143. package/dist/plugin-babel/src/types/plugin.d.mts +0 -15
  144. package/dist/plugin-babel/src/types/plugin.mjs +0 -39
  145. package/dist/powerlines/src/internal/helpers/hooks.cjs +0 -136
  146. package/dist/powerlines/src/internal/helpers/hooks.d.cts +0 -47
  147. package/dist/powerlines/src/internal/helpers/hooks.d.mts +0 -49
  148. package/dist/powerlines/src/internal/helpers/hooks.mjs +0 -134
  149. package/dist/powerlines/src/lib/build/esbuild.cjs +0 -142
  150. package/dist/powerlines/src/lib/build/esbuild.mjs +0 -140
  151. package/dist/powerlines/src/lib/constants/environments.cjs +0 -6
  152. package/dist/powerlines/src/lib/constants/environments.mjs +0 -5
  153. package/dist/powerlines/src/lib/entry.cjs +0 -195
  154. package/dist/powerlines/src/lib/entry.mjs +0 -194
  155. package/dist/powerlines/src/lib/logger.cjs +0 -108
  156. package/dist/powerlines/src/lib/logger.mjs +0 -106
  157. package/dist/powerlines/src/lib/unplugin/helpers.cjs +0 -41
  158. package/dist/powerlines/src/lib/unplugin/helpers.mjs +0 -40
  159. package/dist/powerlines/src/lib/unplugin/module-resolution.cjs +0 -98
  160. package/dist/powerlines/src/lib/unplugin/module-resolution.mjs +0 -97
  161. package/dist/powerlines/src/lib/unplugin/plugin.cjs +0 -139
  162. package/dist/powerlines/src/lib/unplugin/plugin.mjs +0 -138
  163. package/dist/powerlines/src/lib/utilities/bundle.cjs +0 -74
  164. package/dist/powerlines/src/lib/utilities/bundle.mjs +0 -72
  165. package/dist/powerlines/src/lib/utilities/resolve.cjs +0 -69
  166. package/dist/powerlines/src/lib/utilities/resolve.mjs +0 -68
  167. package/dist/powerlines/src/lib/utilities/source-file.cjs +0 -68
  168. package/dist/powerlines/src/lib/utilities/source-file.mjs +0 -66
  169. package/dist/powerlines/src/plugin-utils/paths.cjs +0 -46
  170. package/dist/powerlines/src/plugin-utils/paths.mjs +0 -45
  171. package/dist/powerlines/src/types/api.cjs +0 -62
  172. package/dist/powerlines/src/types/api.d.cts +0 -104
  173. package/dist/powerlines/src/types/api.d.mts +0 -104
  174. package/dist/powerlines/src/types/api.mjs +0 -62
  175. package/dist/powerlines/src/types/babel.cjs +0 -156
  176. package/dist/powerlines/src/types/babel.d.cts +0 -23
  177. package/dist/powerlines/src/types/babel.d.mts +0 -23
  178. package/dist/powerlines/src/types/babel.mjs +0 -147
  179. package/dist/powerlines/src/types/build.cjs +0 -127
  180. package/dist/powerlines/src/types/build.d.cts +0 -185
  181. package/dist/powerlines/src/types/build.d.mts +0 -185
  182. package/dist/powerlines/src/types/build.mjs +0 -121
  183. package/dist/powerlines/src/types/commands.cjs +0 -16
  184. package/dist/powerlines/src/types/commands.d.cts +0 -8
  185. package/dist/powerlines/src/types/commands.d.mts +0 -9
  186. package/dist/powerlines/src/types/commands.mjs +0 -15
  187. package/dist/powerlines/src/types/config.cjs +0 -420
  188. package/dist/powerlines/src/types/config.d.cts +0 -435
  189. package/dist/powerlines/src/types/config.d.mts +0 -436
  190. package/dist/powerlines/src/types/config.mjs +0 -397
  191. package/dist/powerlines/src/types/context.cjs +0 -388
  192. package/dist/powerlines/src/types/context.d.cts +0 -514
  193. package/dist/powerlines/src/types/context.d.mts +0 -514
  194. package/dist/powerlines/src/types/context.mjs +0 -371
  195. package/dist/powerlines/src/types/fs.cjs +0 -78
  196. package/dist/powerlines/src/types/fs.d.cts +0 -486
  197. package/dist/powerlines/src/types/fs.d.mts +0 -486
  198. package/dist/powerlines/src/types/fs.mjs +0 -75
  199. package/dist/powerlines/src/types/hooks.cjs +0 -71
  200. package/dist/powerlines/src/types/hooks.d.cts +0 -32
  201. package/dist/powerlines/src/types/hooks.d.mts +0 -32
  202. package/dist/powerlines/src/types/hooks.mjs +0 -68
  203. package/dist/powerlines/src/types/index.cjs +0 -11
  204. package/dist/powerlines/src/types/index.d.mts +0 -12
  205. package/dist/powerlines/src/types/index.mjs +0 -13
  206. package/dist/powerlines/src/types/plugin.cjs +0 -184
  207. package/dist/powerlines/src/types/plugin.d.cts +0 -205
  208. package/dist/powerlines/src/types/plugin.d.mts +0 -205
  209. package/dist/powerlines/src/types/plugin.mjs +0 -178
  210. package/dist/powerlines/src/types/resolved.cjs +0 -149
  211. package/dist/powerlines/src/types/resolved.d.cts +0 -94
  212. package/dist/powerlines/src/types/resolved.d.mts +0 -94
  213. package/dist/powerlines/src/types/resolved.mjs +0 -144
  214. package/dist/powerlines/src/types/tsconfig.d.cts +0 -69
  215. package/dist/powerlines/src/types/tsconfig.d.mts +0 -69
  216. package/dist/powerlines/src/types/unplugin.cjs +0 -64
  217. package/dist/powerlines/src/types/unplugin.d.cts +0 -22
  218. package/dist/powerlines/src/types/unplugin.d.mts +0 -23
  219. package/dist/powerlines/src/types/unplugin.mjs +0 -62
@@ -1,397 +0,0 @@
1
- import { __ΩStoragePort, __ΩStoragePreset } from "./fs.mjs";
2
-
3
- //#region ../powerlines/src/types/config.ts
4
- const __ΩPartial = [
5
- "T",
6
- "Partial",
7
- "l+e#!e\"!fRb!Pde\"!gN#\"w\"y"
8
- ];
9
- const __ΩRequired = [
10
- "T",
11
- "Required",
12
- "l+e#!e\"!fRb!Pde\"!gN##w\"y"
13
- ];
14
- const __ΩPick = [
15
- "T",
16
- "K",
17
- "Pick",
18
- "l+e#!e\"!fRb!b\"Pde\"\"N#!w#y"
19
- ];
20
- const __ΩParameters = [
21
- "T",
22
- "args",
23
- "",
24
- "Parameters",
25
- "l>e\"!R!RPde#!Ph\"!@2\"\"/#qk#'QRb!Pde\"!p)w$y"
26
- ];
27
- const __ΩRecord = [
28
- "K",
29
- "T",
30
- "Record",
31
- "l'e#\"Rb!b\"Pde\"!N#!w#y"
32
- ];
33
- const __ΩOmit = [
34
- "T",
35
- "K",
36
- () => __ΩPick,
37
- () => __ΩExclude,
38
- "Omit",
39
- "b!b\"e!!e!!ge!\"o$#o##w%y"
40
- ];
41
- const __ΩExclude = [
42
- "T",
43
- "U",
44
- "Exclude",
45
- "l6!Re$!RPe#!e$\"qk#%QRb!b\"Pde\"!p)w#y"
46
- ];
47
- const __ΩLogLevel = [
48
- "error",
49
- "warn",
50
- "info",
51
- "debug",
52
- "trace",
53
- "LogLevel",
54
- "P.!.\".#.$.%Jw&y"
55
- ];
56
- const __ΩLogFn = [
57
- "LogLevelLabel",
58
- "type",
59
- "args",
60
- "",
61
- "LogFn",
62
- "P\"w!2\"&@2#$/$w%y"
63
- ];
64
- const __ΩWorkspaceConfig = [
65
- () => __ΩPartial,
66
- "StormWorkspaceConfig",
67
- () => __ΩRequired,
68
- () => __ΩPick,
69
- "workspaceRoot",
70
- "WorkspaceConfig",
71
- "P\"w\"o!\"\"w\".%o$#o#\"Kw&y"
72
- ];
73
- const __ΩPluginFactory = [
74
- "PluginContext",
75
- "TContext",
76
- "TOptions",
77
- "options",
78
- "",
79
- "PluginFactory",
80
- "\"w!c\"\"c#Pe\"\"2$!/%w&y"
81
- ];
82
- const __ΩPluginConfigTuple = [
83
- "PluginContext",
84
- "TContext",
85
- "TOptions",
86
- () => __ΩPluginFactory,
87
- "Plugin",
88
- "PluginConfigTuple",
89
- "\"w!c\"\"c#PPP&e$!e$\"o$#Je#\"GP\"w%GJw&y"
90
- ];
91
- const __ΩPluginConfigObject = [
92
- "PluginContext",
93
- "TContext",
94
- "TOptions",
95
- () => __ΩPluginFactory,
96
- "plugin",
97
- "options",
98
- "Plugin",
99
- "PluginConfigObject",
100
- "\"w!c\"\"c#PPP&e$!e$\"o$#J4%e#\"4&MP\"w'4%!4&8MJw(y"
101
- ];
102
- const __ΩPluginConfig = [
103
- "PluginContext",
104
- "TContext",
105
- () => __ΩPluginFactory,
106
- "Plugin",
107
- () => __ΩPluginConfigTuple,
108
- () => __ΩPluginConfigObject,
109
- 0,
110
- 0,
111
- "PluginConfig",
112
- "\"w!c\"P&e\"!$o##\"w$e\"!o%\"e\"!o&\"e\"!o'\"`e\"!o(\"FJw)y"
113
- ];
114
- const __ΩProjectType = [
115
- "application",
116
- "library",
117
- "ProjectType",
118
- "P.!.\"Jw#y"
119
- ];
120
- const __ΩBabelUserConfig = [
121
- () => __ΩParameters,
122
- () => transformAsync,
123
- 1,
124
- "BabelTransformPluginOptions",
125
- "plugins",
126
- "The Babel plugins to be used during the build process",
127
- "presets",
128
- "The Babel presets to be used during the build process",
129
- "BabelUserConfig",
130
- "Pi\"o!\".#fP\"w$F4%8?&\"w$F4'8?(MKw)y"
131
- ];
132
- const __ΩDeployConfig = [
133
- "variant",
134
- "The deployment variant being used by the Powerlines engine.",
135
- "DeployConfig",
136
- "P&4!8?\"Mw#y"
137
- ];
138
- const __ΩOutputConfig = [
139
- "outputPath",
140
- "dist/\\{projectRoot\\}",
141
- "The path to output the final compiled files to",
142
- "buildPath",
143
- "\\{projectRoot\\}/dist",
144
- "The output directory path for the project build.",
145
- "artifactsPath",
146
- "\\{projectRoot\\}/.powerlines",
147
- "The folder where the generated runtime artifacts will be located",
148
- false,
149
- "dts",
150
- "\\{projectRoot\\}/powerlines.d.ts",
151
- "The path of the generated runtime declaration file relative to the workspace root.",
152
- "format",
153
- "esm",
154
- "The module format of the output files",
155
- "assets",
156
- "A list of assets to copy to the output directory",
157
- () => __ΩStoragePort,
158
- () => __ΩStoragePreset,
159
- "storage",
160
- "virtual",
161
- "A string preset or a custom {@link StoragePort} to provide fine-grained control over generated/output file storage.",
162
- "OutputConfig",
163
- "P&4!8>\"?#&4$8>%?&&4'8>(?)P&.*J4+8>,?-P!!FJ4.8>/?0P&!JF418?2Pn3n4J458>6?7Mw8y"
164
- ];
165
- const __ΩBaseConfig = [
166
- "entry",
167
- "The entry point(s) for the application",
168
- () => __ΩOutputConfig,
169
- "output",
170
- "Configuration for the output of the build process",
171
- () => __ΩRecord,
172
- false,
173
- "clean",
174
- "Configuration for cleaning the build artifacts",
175
- () => __ΩRecord,
176
- false,
177
- "lint",
178
- "Configuration for linting the source code",
179
- () => __ΩRecord,
180
- false,
181
- "test",
182
- "Configuration for testing the source code",
183
- () => __ΩRecord,
184
- "transform",
185
- "Configuration for the transformation of the source code",
186
- "BuildConfig",
187
- "build",
188
- "Configuration provided to build processes",
189
- () => __ΩRecord,
190
- "docs",
191
- "Configuration for documentation generation",
192
- () => __ΩDeployConfig,
193
- false,
194
- "deploy",
195
- "Configuration for deploying the source code",
196
- "tsconfig",
197
- "\\{projectRoot\\}/tsconfig.json",
198
- "The path to the tsconfig file to be used by the compiler",
199
- "TSConfig",
200
- "tsconfigRaw",
201
- "The raw {@link TSConfig} object to be used by the compiler. This object will be merged with the `tsconfig.json` file.",
202
- "BaseConfig",
203
- "PP!!FJ4!8?\"n#4$8?%P&\"o&#.'J4(8?)P&\"o*#.+J4,8?-P&\"o.#./J408?1&\"o2#438?4\"w5468?7&\"o8#498?:Pn;.<J4=8?>&4?8>@?A\"wB4C8?DMwEy"
204
- ];
205
- const __ΩEnvironmentConfig = [
206
- () => __ΩBaseConfig,
207
- "PreviewOptions",
208
- "preview",
209
- "Configuration options for the preview server",
210
- "ssr",
211
- "A flag indicating whether the build is for a Server-Side Rendering environment.",
212
- "client",
213
- "server",
214
- "consumer",
215
- "server\" (if it isn't the client environment)",
216
- "Define if this environment is used for Server-Side Rendering",
217
- "EnvironmentConfig",
218
- "Pn!\"w\"4#8?$)4%8?&P.'.(J4)8>*?+Mw,y"
219
- ];
220
- const __ΩCommonUserConfig = [
221
- () => __ΩBaseConfig,
222
- "name",
223
- "The name of the project",
224
- "title",
225
- "The project display title",
226
- "description",
227
- "A description of the project",
228
- "organization",
229
- "The organization or author of the project",
230
- "compatibilityDate",
231
- "The date to use for compatibility checks",
232
- () => __ΩLogLevel,
233
- "logLevel",
234
- "info",
235
- "The log level to use for the Powerlines processes.",
236
- () => __ΩLogFn,
237
- "customLogger",
238
- "A custom logger function to use for logging messages",
239
- "development",
240
- "test",
241
- "production",
242
- "mode",
243
- "production",
244
- "Explicitly set a mode to run in. This mode will be used at various points throughout the Powerlines processes, such as when compiling the source code.",
245
- () => __ΩProjectType,
246
- "type",
247
- "application",
248
- "The type of project being built",
249
- "root",
250
- "The root directory of the project",
251
- "sourceRoot",
252
- "\\{root\\}/src",
253
- "The root directory of the project's source code",
254
- "configFile",
255
- "A path to a custom configuration file to be used instead of the default `storm.json`, `powerlines.config.js`, or `powerlines.config.ts` files.",
256
- "autoInstall",
257
- true,
258
- "Should the Powerlines processes automatically install missing package dependencies?",
259
- "skipCache",
260
- "Should the compiler processes skip any improvements that make use of cache?",
261
- () => __ΩPluginConfig,
262
- "plugins",
263
- "A list of resolvable paths to plugins used during the build process",
264
- () => __ΩRecord,
265
- () => __ΩEnvironmentConfig,
266
- "environments",
267
- "Environment-specific configurations",
268
- "singleBuild",
269
- "Should a single `build` process be ran for each environment?",
270
- "framework",
271
- "powerlines",
272
- "A string identifier that allows a child framework or tool to identify itself when using Powerlines.",
273
- "CommonUserConfig",
274
- "Pn!&4\"8?#&4$8?%&4&8?'&4(8?)!4*8?+Pn,,J4-8>.?/n0418?2P.3.4.5J468>7?8n94:8>;?<&4=?>&4?8>@?A&4B8?C)4D8>E?F)4G8>E?H\"oI\"F4J8?K&nMoL#4N8?O)4P8>E?Q&4R8>S?TMwUy"
275
- ];
276
- const __ΩUserConfig = [
277
- "BuildConfig",
278
- "TBuildConfig",
279
- "BuildResolvedConfig",
280
- "TBuildResolvedConfig",
281
- "TBuildVariant",
282
- () => __ΩOmit,
283
- () => __ΩCommonUserConfig,
284
- "build",
285
- () => __ΩOmit,
286
- "override",
287
- "variant",
288
- "The build variant being used by the Powerlines engine.",
289
- () => __ΩPartial,
290
- "override",
291
- "An optional set of override options to apply to the selected build variant.",
292
- "build",
293
- "Configuration provided to build processes",
294
- "UserConfig",
295
- "\"w!c\"\"w#c$\"c%Pn'.(o&#Pe#!.*o)#Pe$#4+8?,e$\"o-\"4.8?/MK40?1Mw2y"
296
- ];
297
- const __ΩPowerlinesCommand = [
298
- "new",
299
- "prepare",
300
- "build",
301
- "lint",
302
- "test",
303
- "docs",
304
- "deploy",
305
- "clean",
306
- "PowerlinesCommand",
307
- "P.!.\".#.$.%.&.'.(Jw)y"
308
- ];
309
- const __ΩInlineConfig = [
310
- () => __ΩUserConfig,
311
- "TUserConfig",
312
- () => __ΩPartial,
313
- () => __ΩPowerlinesCommand,
314
- "command",
315
- "A string identifier for the Powerlines command being executed",
316
- "InlineConfig",
317
- "n!c\"Pe\"!o#\"Pn$4%?&MKw'y"
318
- ];
319
- const __ΩNewInlineConfig = [
320
- () => __ΩUserConfig,
321
- "TUserConfig",
322
- () => __ΩInlineConfig,
323
- () => __ΩRequired,
324
- () => __ΩPick,
325
- () => __ΩInlineConfig,
326
- "root",
327
- "new",
328
- "command",
329
- "A string identifier for the Powerlines command being executed",
330
- "packageName",
331
- "The package name (from the \\`package.json\\`) for the project that will be used in the \\`new\\` command to create a new project based on this configuration",
332
- "NewInlineConfig",
333
- "n!c\"Pe\"!o#\"e\"!o&\".'o%#o$\"P.(4)?*&4+8?,MKw-y"
334
- ];
335
- const __ΩCleanInlineConfig = [
336
- () => __ΩUserConfig,
337
- "TUserConfig",
338
- () => __ΩInlineConfig,
339
- "clean",
340
- "command",
341
- "A string identifier for the Powerlines command being executed",
342
- "CleanInlineConfig",
343
- "n!c\"Pe\"!o#\"P.$4%?&MKw'y"
344
- ];
345
- const __ΩPrepareInlineConfig = [
346
- () => __ΩUserConfig,
347
- "TUserConfig",
348
- () => __ΩInlineConfig,
349
- "prepare",
350
- "command",
351
- "A string identifier for the Powerlines command being executed",
352
- "PrepareInlineConfig",
353
- "n!c\"Pe\"!o#\"P.$4%?&MKw'y"
354
- ];
355
- const __ΩBuildInlineConfig = [
356
- () => __ΩUserConfig,
357
- "TUserConfig",
358
- () => __ΩInlineConfig,
359
- "build",
360
- "command",
361
- "A string identifier for the Powerlines command being executed",
362
- "BuildInlineConfig",
363
- "n!c\"Pe\"!o#\"P.$4%?&MKw'y"
364
- ];
365
- const __ΩLintInlineConfig = [
366
- () => __ΩUserConfig,
367
- "TUserConfig",
368
- () => __ΩInlineConfig,
369
- "lint",
370
- "command",
371
- "A string identifier for the Powerlines command being executed",
372
- "LintInlineConfig",
373
- "n!c\"Pe\"!o#\"P.$4%?&MKw'y"
374
- ];
375
- const __ΩDocsInlineConfig = [
376
- () => __ΩUserConfig,
377
- "TUserConfig",
378
- () => __ΩInlineConfig,
379
- "docs",
380
- "command",
381
- "A string identifier for the Powerlines command being executed",
382
- "DocsInlineConfig",
383
- "n!c\"Pe\"!o#\"P.$4%?&MKw'y"
384
- ];
385
- const __ΩDeployInlineConfig = [
386
- () => __ΩUserConfig,
387
- "TUserConfig",
388
- () => __ΩInlineConfig,
389
- "deploy",
390
- "command",
391
- "A string identifier for the Powerlines command being executed",
392
- "DeployInlineConfig",
393
- "n!c\"Pe\"!o#\"P.$4%?&MKw'y"
394
- ];
395
-
396
- //#endregion
397
- export { __ΩBabelUserConfig, __ΩBaseConfig, __ΩBuildInlineConfig, __ΩCleanInlineConfig, __ΩCommonUserConfig, __ΩDeployConfig, __ΩDeployInlineConfig, __ΩDocsInlineConfig, __ΩEnvironmentConfig, __ΩInlineConfig, __ΩLintInlineConfig, __ΩLogFn, __ΩLogLevel, __ΩNewInlineConfig, __ΩOutputConfig, __ΩPluginConfig, __ΩPluginConfigObject, __ΩPluginConfigTuple, __ΩPluginFactory, __ΩPowerlinesCommand, __ΩPrepareInlineConfig, __ΩProjectType, __ΩUserConfig, __ΩWorkspaceConfig };