@powerlines/nx 0.11.230 → 0.11.232

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 (252) hide show
  1. package/dist/src/base/base-executor.cjs +2 -1
  2. package/dist/src/base/base-executor.d.cts +2 -2
  3. package/dist/src/base/base-executor.d.mts +2 -2
  4. package/dist/src/base/base-executor.mjs +2 -1
  5. package/dist/src/base/base-executor.schema.d.cts +1 -1
  6. package/dist/src/base/base-executor.schema.d.mts +1 -1
  7. package/dist/src/base/base-executor.untyped.cjs +1 -1
  8. package/dist/src/base/base-executor.untyped.d.cts +2 -6
  9. package/dist/src/base/base-executor.untyped.d.mts +2 -7
  10. package/dist/src/base/base-executor.untyped.mjs +1 -1
  11. package/dist/src/base/index.cjs +6 -0
  12. package/dist/src/base/index.d.cts +5 -0
  13. package/dist/src/base/index.d.mts +5 -0
  14. package/dist/src/base/index.mjs +6 -0
  15. package/dist/src/base-executor-BwNEuJr4.d.mts +2152 -0
  16. package/dist/src/base-executor-BwNEuJr4.d.mts.map +1 -0
  17. package/dist/src/base-executor-BxwoTM0e.d.cts +2150 -0
  18. package/dist/src/base-executor-BxwoTM0e.d.cts.map +1 -0
  19. package/dist/src/base-executor-D0PC7G0V.cjs +4646 -0
  20. package/dist/src/base-executor-ZxlpQ-df.mjs +4628 -0
  21. package/dist/src/base-executor-ZxlpQ-df.mjs.map +1 -0
  22. package/dist/{base-executor.schema-LJ14f-QU.d.mts → src/base-executor.schema-CZPuauLj.d.cts} +1 -1
  23. package/dist/src/base-executor.schema-CZPuauLj.d.cts.map +1 -0
  24. package/dist/{base-executor.schema-CH9f7UZz.d.cts → src/base-executor.schema-DiDI-Jcs.d.mts} +1 -1
  25. package/dist/src/base-executor.schema-DiDI-Jcs.d.mts.map +1 -0
  26. package/dist/src/base-executor.untyped-5iZFoBFu.d.mts +7 -0
  27. package/dist/src/base-executor.untyped-5iZFoBFu.d.mts.map +1 -0
  28. package/dist/{base-executor.untyped-Bet42T8_.mjs → src/base-executor.untyped-BKF-oUZS.mjs} +1 -1
  29. package/dist/src/base-executor.untyped-BKF-oUZS.mjs.map +1 -0
  30. package/dist/{base-executor.untyped-DUgXmZji.cjs → src/base-executor.untyped-CDbDTHgS.cjs} +1 -1
  31. package/dist/src/base-executor.untyped-DsIwfUqm.d.cts +7 -0
  32. package/dist/src/base-executor.untyped-DsIwfUqm.d.cts.map +1 -0
  33. package/dist/src/config-Dkb72RJI.cjs +239 -0
  34. package/dist/src/config-LoR-NIJg.mjs +147 -0
  35. package/dist/src/config-LoR-NIJg.mjs.map +1 -0
  36. package/dist/src/constants-BvU9n9qR.d.mts +8 -0
  37. package/dist/src/constants-BvU9n9qR.d.mts.map +1 -0
  38. package/dist/src/constants-CPcygc7m.d.cts +8 -0
  39. package/dist/src/constants-CPcygc7m.d.cts.map +1 -0
  40. package/dist/{constants-DPeeG_si.mjs → src/constants-DzvoYj5w.mjs} +1 -1
  41. package/dist/src/constants-DzvoYj5w.mjs.map +1 -0
  42. package/dist/src/executors/build/executor.cjs +19 -4
  43. package/dist/src/executors/build/executor.d.cts +165 -4
  44. package/dist/src/executors/build/executor.d.cts.map +1 -0
  45. package/dist/src/executors/build/executor.d.mts +165 -4
  46. package/dist/src/executors/build/executor.d.mts.map +1 -0
  47. package/dist/src/executors/build/executor.mjs +18 -3
  48. package/dist/src/executors/build/executor.mjs.map +1 -0
  49. package/dist/src/executors/build/untyped.cjs +3 -3
  50. package/dist/src/executors/build/untyped.d.mts +2 -2
  51. package/dist/src/executors/build/untyped.mjs +2 -2
  52. package/dist/src/executors/clean/executor.cjs +13 -4
  53. package/dist/src/executors/clean/executor.d.cts +139 -4
  54. package/dist/src/executors/clean/executor.d.cts.map +1 -0
  55. package/dist/src/executors/clean/executor.d.mts +139 -4
  56. package/dist/src/executors/clean/executor.d.mts.map +1 -0
  57. package/dist/src/executors/clean/executor.mjs +13 -3
  58. package/dist/{executor-DriX4F9a.mjs.map → src/executors/clean/executor.mjs.map} +1 -1
  59. package/dist/src/executors/clean/untyped.cjs +2 -2
  60. package/dist/src/executors/clean/untyped.d.mts +2 -2
  61. package/dist/src/executors/clean/untyped.mjs +1 -1
  62. package/dist/src/executors/docs/executor.cjs +13 -4
  63. package/dist/src/executors/docs/executor.d.cts +155 -4
  64. package/dist/src/executors/docs/executor.d.cts.map +1 -0
  65. package/dist/src/executors/docs/executor.d.mts +155 -4
  66. package/dist/src/executors/docs/executor.d.mts.map +1 -0
  67. package/dist/src/executors/docs/executor.mjs +13 -3
  68. package/dist/{executor-CR4F9h0Q.mjs.map → src/executors/docs/executor.mjs.map} +1 -1
  69. package/dist/src/executors/docs/untyped.cjs +3 -3
  70. package/dist/src/executors/docs/untyped.d.cts +2 -2
  71. package/dist/src/executors/docs/untyped.mjs +2 -2
  72. package/dist/src/executors/lint/executor.cjs +13 -4
  73. package/dist/src/executors/lint/executor.d.cts +155 -4
  74. package/dist/src/executors/lint/executor.d.cts.map +1 -0
  75. package/dist/src/executors/lint/executor.d.mts +155 -4
  76. package/dist/src/executors/lint/executor.d.mts.map +1 -0
  77. package/dist/src/executors/lint/executor.mjs +13 -3
  78. package/dist/{executor-dakLe5jY.mjs.map → src/executors/lint/executor.mjs.map} +1 -1
  79. package/dist/src/executors/lint/untyped.cjs +3 -3
  80. package/dist/src/executors/lint/untyped.d.cts +2 -2
  81. package/dist/src/executors/lint/untyped.d.mts +2 -2
  82. package/dist/src/executors/lint/untyped.mjs +2 -2
  83. package/dist/src/executors/prepare/executor.cjs +19 -4
  84. package/dist/src/executors/prepare/executor.d.cts +155 -4
  85. package/dist/src/executors/prepare/executor.d.cts.map +1 -0
  86. package/dist/src/executors/prepare/executor.d.mts +155 -4
  87. package/dist/src/executors/prepare/executor.d.mts.map +1 -0
  88. package/dist/src/executors/prepare/executor.mjs +18 -3
  89. package/dist/src/executors/prepare/executor.mjs.map +1 -0
  90. package/dist/src/executors/prepare/untyped.cjs +2 -2
  91. package/dist/src/executors/prepare/untyped.d.mts +2 -2
  92. package/dist/src/executors/prepare/untyped.mjs +2 -2
  93. package/dist/src/generators/sync/generator.cjs +11 -3
  94. package/dist/src/generators/sync/generator.d.cts +8 -2
  95. package/dist/src/generators/sync/generator.d.cts.map +1 -0
  96. package/dist/src/generators/sync/generator.d.mts +8 -2
  97. package/dist/src/generators/sync/generator.d.mts.map +1 -0
  98. package/dist/src/generators/sync/generator.mjs +10 -2
  99. package/dist/{generator-DeiwVUqC.mjs.map → src/generators/sync/generator.mjs.map} +1 -1
  100. package/dist/src/generators/sync/untyped.cjs +1 -1
  101. package/dist/src/helpers/constants.cjs +1 -1
  102. package/dist/src/helpers/constants.d.cts +2 -8
  103. package/dist/src/helpers/constants.d.mts +2 -8
  104. package/dist/src/helpers/constants.mjs +1 -1
  105. package/dist/src/helpers/index.cjs +9 -0
  106. package/dist/src/helpers/index.d.cts +5 -0
  107. package/dist/src/helpers/index.d.mts +5 -0
  108. package/dist/src/helpers/index.mjs +6 -0
  109. package/dist/src/helpers/plugin-utilities.cjs +3 -2
  110. package/dist/src/helpers/plugin-utilities.d.cts +3 -58
  111. package/dist/src/helpers/plugin-utilities.d.mts +3 -58
  112. package/dist/src/helpers/plugin-utilities.mjs +3 -2
  113. package/dist/src/index-DOvrmvAP.d.cts +1 -0
  114. package/dist/src/index-Dh6J9gb5.d.cts +1 -0
  115. package/dist/src/index-QAtBiMxG.d.cts +1 -0
  116. package/dist/src/index-c55Utzva.d.mts +1 -0
  117. package/dist/src/index.cjs +15 -0
  118. package/dist/src/index.d.cts +10 -0
  119. package/dist/src/index.d.mts +10 -0
  120. package/dist/src/index.mjs +11 -0
  121. package/dist/src/plugin/index.cjs +8 -4
  122. package/dist/src/plugin/index.d.cts +8 -3
  123. package/dist/src/plugin/index.d.cts.map +1 -0
  124. package/dist/src/plugin/index.d.mts +8 -3
  125. package/dist/src/plugin/index.d.mts.map +1 -0
  126. package/dist/src/plugin/index.mjs +9 -4
  127. package/dist/src/plugin/index.mjs.map +1 -0
  128. package/dist/src/plugin-BSBH78mm.cjs +0 -0
  129. package/dist/{plugin-CODFOru1.d.cts → src/plugin-Bpm6rlvQ.d.cts} +1 -1
  130. package/dist/src/plugin-Bpm6rlvQ.d.cts.map +1 -0
  131. package/dist/{plugin-DpjoI0QS.d.mts → src/plugin-DK05gCB5.d.mts} +1 -1
  132. package/dist/src/plugin-DK05gCB5.d.mts.map +1 -0
  133. package/dist/src/plugin-DRjpXVSI.mjs +1 -0
  134. package/dist/{plugin-utilities-B6evbzM-.cjs → src/plugin-utilities-B6thBT59.cjs} +16 -100
  135. package/dist/src/plugin-utilities-CYqug_T4.d.mts +58 -0
  136. package/dist/src/plugin-utilities-CYqug_T4.d.mts.map +1 -0
  137. package/dist/{plugin-utilities-C-wuo6ih.mjs → src/plugin-utilities-DGw6LPZ0.mjs} +15 -97
  138. package/dist/src/plugin-utilities-DGw6LPZ0.mjs.map +1 -0
  139. package/dist/src/plugin-utilities-rlfzc3UW.d.cts +58 -0
  140. package/dist/src/plugin-utilities-rlfzc3UW.d.cts.map +1 -0
  141. package/dist/src/types/index.cjs +2 -0
  142. package/dist/src/types/index.d.cts +3 -0
  143. package/dist/src/types/index.d.mts +3 -0
  144. package/dist/src/types/index.mjs +4 -0
  145. package/dist/src/types/plugin.cjs +1 -0
  146. package/dist/src/types/plugin.d.cts +1 -1
  147. package/dist/src/types/plugin.d.mts +1 -1
  148. package/dist/src/types/plugin.mjs +2 -0
  149. package/dist/src/types-CKPddlfS.cjs +0 -0
  150. package/dist/src/types-SpBueMV7.mjs +1 -0
  151. package/dist/{untyped-DKPJSDgJ.cjs → src/untyped-BgrXugMs.cjs} +2 -2
  152. package/dist/{untyped-BIEzjl_J.mjs → src/untyped-DCpTmHDS.mjs} +2 -2
  153. package/dist/src/untyped-DCpTmHDS.mjs.map +1 -0
  154. package/package.json +25 -48
  155. package/CHANGELOG.md +0 -2187
  156. package/dist/base-executor-BKuqWAnc.d.mts +0 -28
  157. package/dist/base-executor-BKuqWAnc.d.mts.map +0 -1
  158. package/dist/base-executor-CL9md5FK.d.cts +0 -28
  159. package/dist/base-executor-CL9md5FK.d.cts.map +0 -1
  160. package/dist/base-executor-DIVmWt0_.mjs +0 -76
  161. package/dist/base-executor-DIVmWt0_.mjs.map +0 -1
  162. package/dist/base-executor-hfeykVFL.cjs +0 -83
  163. package/dist/base-executor.schema-CH9f7UZz.d.cts.map +0 -1
  164. package/dist/base-executor.schema-LJ14f-QU.d.mts.map +0 -1
  165. package/dist/base-executor.untyped-Bet42T8_.mjs.map +0 -1
  166. package/dist/chunk-CbDLau6x.cjs +0 -34
  167. package/dist/constants-DPeeG_si.mjs.map +0 -1
  168. package/dist/executor-9aTY5L1O.d.mts +0 -155
  169. package/dist/executor-9aTY5L1O.d.mts.map +0 -1
  170. package/dist/executor-BA-Xvw_2.cjs +0 -23
  171. package/dist/executor-BDu-MfKS.d.cts +0 -155
  172. package/dist/executor-BDu-MfKS.d.cts.map +0 -1
  173. package/dist/executor-BaJuosQ2.d.cts +0 -139
  174. package/dist/executor-BaJuosQ2.d.cts.map +0 -1
  175. package/dist/executor-BerELzzO.d.cts +0 -165
  176. package/dist/executor-BerELzzO.d.cts.map +0 -1
  177. package/dist/executor-C12a2R2m.d.mts +0 -165
  178. package/dist/executor-C12a2R2m.d.mts.map +0 -1
  179. package/dist/executor-CQoHBvIx.d.mts +0 -155
  180. package/dist/executor-CQoHBvIx.d.mts.map +0 -1
  181. package/dist/executor-CR4F9h0Q.mjs +0 -13
  182. package/dist/executor-CmOJDW7i.cjs +0 -30
  183. package/dist/executor-CsYeTG7f.d.mts +0 -155
  184. package/dist/executor-CsYeTG7f.d.mts.map +0 -1
  185. package/dist/executor-DXs-DQDq.cjs +0 -23
  186. package/dist/executor-DY3Q5btA.mjs +0 -18
  187. package/dist/executor-DY3Q5btA.mjs.map +0 -1
  188. package/dist/executor-DaM4shEF.d.mts +0 -139
  189. package/dist/executor-DaM4shEF.d.mts.map +0 -1
  190. package/dist/executor-DriX4F9a.mjs +0 -13
  191. package/dist/executor-DupYdy7P.cjs +0 -23
  192. package/dist/executor-_6Wimayo.d.cts +0 -155
  193. package/dist/executor-_6Wimayo.d.cts.map +0 -1
  194. package/dist/executor-dakLe5jY.mjs +0 -13
  195. package/dist/executor-gauQV_Qs.mjs +0 -18
  196. package/dist/executor-gauQV_Qs.mjs.map +0 -1
  197. package/dist/executor-q94V36zQ.d.cts +0 -155
  198. package/dist/executor-q94V36zQ.d.cts.map +0 -1
  199. package/dist/executor-tEMakUYi.cjs +0 -30
  200. package/dist/executors.cjs +0 -13
  201. package/dist/executors.d.cts +0 -9
  202. package/dist/executors.d.mts +0 -9
  203. package/dist/executors.mjs +0 -9
  204. package/dist/generator-DeiwVUqC.mjs +0 -11
  205. package/dist/generator-Dv37nXlF.d.cts +0 -8
  206. package/dist/generator-Dv37nXlF.d.cts.map +0 -1
  207. package/dist/generator-Uu2ErkQj.cjs +0 -22
  208. package/dist/generator-aA0eb35E.d.mts +0 -8
  209. package/dist/generator-aA0eb35E.d.mts.map +0 -1
  210. package/dist/generators-B8_tB0mD.d.cts +0 -17
  211. package/dist/generators-B8_tB0mD.d.cts.map +0 -1
  212. package/dist/generators-DymCAfYw.d.mts +0 -17
  213. package/dist/generators-DymCAfYw.d.mts.map +0 -1
  214. package/dist/generators.cjs +0 -5
  215. package/dist/generators.d.cts +0 -3
  216. package/dist/generators.d.mts +0 -3
  217. package/dist/generators.mjs +0 -4
  218. package/dist/index-BAMQksFF.d.mts +0 -8
  219. package/dist/index-BAMQksFF.d.mts.map +0 -1
  220. package/dist/index-C5yJ9lGj.d.cts +0 -8
  221. package/dist/index-C5yJ9lGj.d.cts.map +0 -1
  222. package/dist/index.cjs +0 -21
  223. package/dist/index.d.cts +0 -13
  224. package/dist/index.d.mts +0 -13
  225. package/dist/index.mjs +0 -14
  226. package/dist/plugin-CODFOru1.d.cts.map +0 -1
  227. package/dist/plugin-CWRA5nom.mjs +0 -8
  228. package/dist/plugin-CWRA5nom.mjs.map +0 -1
  229. package/dist/plugin-DJ2BfJg6.cjs +0 -12
  230. package/dist/plugin-DpjoI0QS.d.mts.map +0 -1
  231. package/dist/plugin-utilities-C-wuo6ih.mjs.map +0 -1
  232. package/dist/src/base/base-executor.untyped.d.cts.map +0 -1
  233. package/dist/src/base/base-executor.untyped.d.mts.map +0 -1
  234. package/dist/src/helpers/constants.d.cts.map +0 -1
  235. package/dist/src/helpers/constants.d.mts.map +0 -1
  236. package/dist/src/helpers/plugin-utilities.d.cts.map +0 -1
  237. package/dist/src/helpers/plugin-utilities.d.mts.map +0 -1
  238. package/dist/untyped-BIEzjl_J.mjs.map +0 -1
  239. package/docs/api/base-executor.schema.md +0 -123
  240. package/docs/api/build/schema.md +0 -151
  241. package/docs/api/clean/schema.md +0 -123
  242. package/docs/api/docs/schema.md +0 -141
  243. package/docs/api/lint/schema.md +0 -141
  244. package/docs/api/prepare/schema.md +0 -141
  245. package/docs/api/sync/schema.md +0 -16
  246. /package/dist/{executors-D7478W2S.cjs → src/base-BHJKI_1R.cjs} +0 -0
  247. /package/dist/{executors-C15iG1sF.mjs → src/base-BRSa-clf.mjs} +0 -0
  248. /package/dist/{constants-BHT2TeEj.cjs → src/constants-Dpoi7x5C.cjs} +0 -0
  249. /package/dist/{generators-q39_jUCw.cjs → src/helpers-Bx2yBrpn.cjs} +0 -0
  250. /package/dist/{generators-Bi9wzfNx.mjs → src/helpers-j01T2doK.mjs} +0 -0
  251. /package/dist/{executors-YbcSXKr5.d.mts → src/index-7rWKHdox.d.mts} +0 -0
  252. /package/dist/{executors-hX1C9GbI.d.cts → src/index-CRo77wc3.d.mts} +0 -0
@@ -1,30 +0,0 @@
1
- const require_chunk = require('./chunk-CbDLau6x.cjs');
2
- const require_base_executor = require('./base-executor-hfeykVFL.cjs');
3
- let defu = require("defu");
4
- defu = require_chunk.__toESM(defu);
5
-
6
- //#region src/executors/build/executor.ts
7
- async function executorFn(context, api) {
8
- await api.build((0, defu.default)({
9
- input: context.options.input,
10
- skipCache: context.options.skipCache,
11
- mode: context.options.mode
12
- }, context.inlineConfig));
13
- return { success: true };
14
- }
15
- const executor = require_base_executor.withExecutor("build", executorFn);
16
- var executor_default = executor;
17
-
18
- //#endregion
19
- Object.defineProperty(exports, 'executorFn', {
20
- enumerable: true,
21
- get: function () {
22
- return executorFn;
23
- }
24
- });
25
- Object.defineProperty(exports, 'executor_default', {
26
- enumerable: true,
27
- get: function () {
28
- return executor_default;
29
- }
30
- });
@@ -1,155 +0,0 @@
1
- import { t as PowerlinesExecutorContext } from "./base-executor-BKuqWAnc.mjs";
2
- import PowerlinesAPI from "powerlines";
3
- import { PromiseExecutor } from "@nx/devkit";
4
- import { BaseExecutorResult } from "@storm-software/workspace-tools/types";
5
-
6
- //#region src/executors/prepare/schema.d.ts
7
- // Generated by @storm-software/untyped
8
- // Do not edit this file directly
9
- interface PrepareExecutorSchema {
10
- /**
11
- * Powerlines Configuration File
12
- *
13
- * The path to the Powerlines configuration file
14
- *
15
- * @default "{projectRoot}/powerlines.config.ts"
16
- *
17
- * @format path
18
- */
19
- configFile?: string;
20
-
21
- /**
22
- * Input Entry File(s)
23
- *
24
- * The entry file(s) that serve as the input for the project
25
- *
26
- * @default ["{sourceRoot}/index.ts"]
27
- *
28
- * @format path
29
- */
30
- input?: Array<string>;
31
-
32
- /**
33
- * TSConfig Path
34
- *
35
- * The path to the tsconfig file
36
- *
37
- * @default "{projectRoot}/tsconfig.json"
38
- *
39
- * @format path
40
- */
41
- tsconfig?: string;
42
-
43
- /**
44
- * Output Path
45
- *
46
- * The path to the output directory for the build artifacts
47
- *
48
- *
49
- * @format path
50
- */
51
- outputPath?: string;
52
-
53
- /**
54
- * Sourcemap
55
- *
56
- * Generate a sourcemap
57
- *
58
- */
59
- sourceMap?: boolean;
60
-
61
- /**
62
- * Format
63
- *
64
- * The format to build
65
- *
66
- * @default ["cjs","esm"]
67
- */
68
- format?: Array<string>;
69
-
70
- /**
71
- * Platform
72
- *
73
- * The platform to build
74
- *
75
- * @default "neutral"
76
- *
77
- * @enum neutral,node,browser
78
- */
79
- platform?: string;
80
-
81
- /**
82
- * External
83
- *
84
- * The external dependencies
85
- *
86
- */
87
- external?: Array<any>;
88
-
89
- /**
90
- * No External
91
- *
92
- * The dependencies that should not be treated as external
93
- *
94
- */
95
- noExternal?: Array<any>;
96
-
97
- /**
98
- * Skip Node Modules Bundle
99
- *
100
- * Skip bundling node_modules during the build process (if required)
101
- *
102
- */
103
- skipNodeModulesBundle?: boolean;
104
-
105
- /**
106
- * Mode
107
- *
108
- * The build mode
109
- *
110
- *
111
- * @enum development,test,production
112
- */
113
- mode?: string;
114
-
115
- /**
116
- * Log Level
117
- *
118
- * The log level to use for the build process
119
- *
120
- *
121
- * @enum fatal,error,warn,success,info,debug,trace,silent
122
- */
123
- logLevel?: string;
124
-
125
- /**
126
- * Define
127
- *
128
- * The `define` values
129
- *
130
- */
131
- define?: Record<string, string>;
132
-
133
- /**
134
- * Auto Install
135
- *
136
- * Automatically install dependencies during prepare stage
137
- *
138
- */
139
- autoInstall?: boolean;
140
-
141
- /**
142
- * Skip Cache
143
- *
144
- * Skip the caching mechanism during the build process (if required)
145
- *
146
- */
147
- skipCache?: boolean;
148
- }
149
- //#endregion
150
- //#region src/executors/prepare/executor.d.ts
151
- declare function executorFn(context: PowerlinesExecutorContext<"prepare", PrepareExecutorSchema>, api: PowerlinesAPI): Promise<BaseExecutorResult>;
152
- declare const executor: PromiseExecutor<PrepareExecutorSchema>;
153
- //#endregion
154
- export { executorFn as n, PrepareExecutorSchema as r, executor as t };
155
- //# sourceMappingURL=executor-CsYeTG7f.d.mts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"executor-CsYeTG7f.d.mts","names":["PrepareExecutorSchema","Array","Record"],"sources":["../src/executors/prepare/schema.d.ts","../src/executors/prepare/executor.ts"],"sourcesContent":["\n// Generated by @storm-software/untyped\n// Do not edit this file directly\n\nexport interface PrepareExecutorSchema {\n /**\n * Powerlines Configuration File\n * \n * The path to the Powerlines configuration file\n * \n * @default \"{projectRoot}/powerlines.config.ts\"\n * \n * @format path\n */\n configFile?: string,\n\n /**\n * Input Entry File(s)\n * \n * The entry file(s) that serve as the input for the project\n * \n * @default [\"{sourceRoot}/index.ts\"]\n * \n * @format path\n */\n input?: Array<string>,\n\n /**\n * TSConfig Path\n * \n * The path to the tsconfig file\n * \n * @default \"{projectRoot}/tsconfig.json\"\n * \n * @format path\n */\n tsconfig?: string,\n\n /**\n * Output Path\n * \n * The path to the output directory for the build artifacts\n * \n * \n * @format path\n */\n outputPath?: string,\n\n /**\n * Sourcemap\n * \n * Generate a sourcemap\n * \n */\n sourceMap?: boolean,\n\n /**\n * Format\n * \n * The format to build\n * \n * @default [\"cjs\",\"esm\"]\n */\n format?: Array<string>,\n\n /**\n * Platform\n * \n * The platform to build\n * \n * @default \"neutral\"\n * \n * @enum neutral,node,browser\n */\n platform?: string,\n\n /**\n * External\n * \n * The external dependencies\n * \n */\n external?: Array<any>,\n\n /**\n * No External\n * \n * The dependencies that should not be treated as external\n * \n */\n noExternal?: Array<any>,\n\n /**\n * Skip Node Modules Bundle\n * \n * Skip bundling node_modules during the build process (if required)\n * \n */\n skipNodeModulesBundle?: boolean,\n\n /**\n * Mode\n * \n * The build mode\n * \n * \n * @enum development,test,production\n */\n mode?: string,\n\n /**\n * Log Level\n * \n * The log level to use for the build process\n * \n * \n * @enum fatal,error,warn,success,info,debug,trace,silent\n */\n logLevel?: string,\n\n /**\n * Define\n * \n * The `define` values\n * \n */\n define?: Record<string, string>,\n\n /**\n * Auto Install\n * \n * Automatically install dependencies during prepare stage\n * \n */\n autoInstall?: boolean,\n\n /**\n * Skip Cache\n * \n * Skip the caching mechanism during the build process (if required)\n * \n */\n skipCache?: boolean,\n}\n\n"],"mappings":";;;;;;;;UAIiBA,qBAAAA;;AAAjB;;;;;;;;;;ECyBA;;;;;;;AAkBC;;UDtBQC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;WAsCCA;;;;;;;;;;;;;;;;;;;aAmBEA;;;;;;;;eAQEA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;WAoCJC;;;;;;;;;;;;;;;;;;;;iBCjGY,UAAA,UACX,qCAAqC,6BACzC,gBACJ,QAAQ;AD5BX,cC6CM,QD7CWF,EC6CD,eD7CsB,CC6CN,qBD7CM,CAAA"}
@@ -1,23 +0,0 @@
1
- const require_base_executor = require('./base-executor-hfeykVFL.cjs');
2
-
3
- //#region src/executors/clean/executor.ts
4
- async function executorFn(context, api) {
5
- await api.clean(context.inlineConfig);
6
- return { success: true };
7
- }
8
- const executor = require_base_executor.withExecutor("clean", executorFn);
9
- var executor_default = executor;
10
-
11
- //#endregion
12
- Object.defineProperty(exports, 'executorFn', {
13
- enumerable: true,
14
- get: function () {
15
- return executorFn;
16
- }
17
- });
18
- Object.defineProperty(exports, 'executor_default', {
19
- enumerable: true,
20
- get: function () {
21
- return executor_default;
22
- }
23
- });
@@ -1,18 +0,0 @@
1
- import { t as withExecutor } from "./base-executor-DIVmWt0_.mjs";
2
- import defu from "defu";
3
-
4
- //#region src/executors/build/executor.ts
5
- async function executorFn(context, api) {
6
- await api.build(defu({
7
- input: context.options.input,
8
- skipCache: context.options.skipCache,
9
- mode: context.options.mode
10
- }, context.inlineConfig));
11
- return { success: true };
12
- }
13
- const executor = withExecutor("build", executorFn);
14
- var executor_default = executor;
15
-
16
- //#endregion
17
- export { executor_default as n, executorFn as t };
18
- //# sourceMappingURL=executor-DY3Q5btA.mjs.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"executor-DY3Q5btA.mjs","names":["executor: PromiseExecutor<BuildExecutorSchema>"],"sources":["../src/executors/build/executor.ts"],"sourcesContent":["/* -------------------------------------------------------------------\n\n ⚡ Storm Software - Powerlines\n\n This code was released as part of the Powerlines project. Powerlines\n is maintained by Storm Software under the Apache-2.0 license, and is\n free for commercial and private use. For more information, please visit\n our licensing page at https://stormsoftware.com/licenses/projects/powerlines.\n\n Website: https://stormsoftware.com\n Repository: https://github.com/storm-software/powerlines\n Documentation: https://docs.stormsoftware.com/projects/powerlines\n Contact: https://stormsoftware.com/contact\n\n SPDX-License-Identifier: Apache-2.0\n\n ------------------------------------------------------------------- */\n\nimport { PromiseExecutor } from \"@nx/devkit\";\nimport { BaseExecutorResult } from \"@storm-software/workspace-tools/types\";\nimport defu from \"defu\";\nimport PowerlinesAPI from \"powerlines\";\nimport { BuildInlineConfig } from \"powerlines/types\";\nimport {\n PowerlinesExecutorContext,\n withExecutor\n} from \"../../base/base-executor\";\nimport type { BuildExecutorSchema } from \"./schema\";\n\nexport async function executorFn(\n context: PowerlinesExecutorContext<\"build\", BuildExecutorSchema>,\n api: PowerlinesAPI\n): Promise<BaseExecutorResult> {\n await api.build(\n defu(\n {\n input: context.options.input,\n skipCache: context.options.skipCache,\n mode: context.options.mode\n },\n context.inlineConfig\n ) as BuildInlineConfig\n );\n\n return {\n success: true\n };\n}\n\nconst executor: PromiseExecutor<BuildExecutorSchema> = withExecutor<\n \"build\",\n BuildExecutorSchema\n>(\"build\", executorFn);\n\nexport default executor;\n"],"mappings":";;;;AA6BA,eAAsB,WACpB,SACA,KAC6B;AAC7B,OAAM,IAAI,MACR,KACE;EACE,OAAO,QAAQ,QAAQ;EACvB,WAAW,QAAQ,QAAQ;EAC3B,MAAM,QAAQ,QAAQ;EACvB,EACD,QAAQ,aACT,CACF;AAED,QAAO,EACL,SAAS,MACV;;AAGH,MAAMA,WAAiD,aAGrD,SAAS,WAAW;AAEtB,uBAAe"}
@@ -1,139 +0,0 @@
1
- import { t as PowerlinesExecutorContext } from "./base-executor-BKuqWAnc.mjs";
2
- import PowerlinesAPI from "powerlines";
3
- import { PromiseExecutor } from "@nx/devkit";
4
- import { BaseExecutorResult } from "@storm-software/workspace-tools/types";
5
-
6
- //#region src/executors/clean/schema.d.ts
7
- // Generated by @storm-software/untyped
8
- // Do not edit this file directly
9
- interface CleanExecutorSchema {
10
- /**
11
- * Powerlines Configuration File
12
- *
13
- * The path to the Powerlines configuration file
14
- *
15
- * @default "{projectRoot}/powerlines.config.ts"
16
- *
17
- * @format path
18
- */
19
- configFile?: string;
20
-
21
- /**
22
- * Input Entry File(s)
23
- *
24
- * The entry file(s) that serve as the input for the project
25
- *
26
- * @default ["{sourceRoot}/index.ts"]
27
- *
28
- * @format path
29
- */
30
- input?: Array<string>;
31
-
32
- /**
33
- * TSConfig Path
34
- *
35
- * The path to the tsconfig file
36
- *
37
- * @default "{projectRoot}/tsconfig.json"
38
- *
39
- * @format path
40
- */
41
- tsconfig?: string;
42
-
43
- /**
44
- * Output Path
45
- *
46
- * The path to the output directory for the build artifacts
47
- *
48
- *
49
- * @format path
50
- */
51
- outputPath?: string;
52
-
53
- /**
54
- * Sourcemap
55
- *
56
- * Generate a sourcemap
57
- *
58
- */
59
- sourceMap?: boolean;
60
-
61
- /**
62
- * Format
63
- *
64
- * The format to build
65
- *
66
- * @default ["cjs","esm"]
67
- */
68
- format?: Array<string>;
69
-
70
- /**
71
- * Platform
72
- *
73
- * The platform to build
74
- *
75
- * @default "neutral"
76
- *
77
- * @enum neutral,node,browser
78
- */
79
- platform?: string;
80
-
81
- /**
82
- * External
83
- *
84
- * The external dependencies
85
- *
86
- */
87
- external?: Array<any>;
88
-
89
- /**
90
- * No External
91
- *
92
- * The dependencies that should not be treated as external
93
- *
94
- */
95
- noExternal?: Array<any>;
96
-
97
- /**
98
- * Skip Node Modules Bundle
99
- *
100
- * Skip bundling node_modules during the build process (if required)
101
- *
102
- */
103
- skipNodeModulesBundle?: boolean;
104
-
105
- /**
106
- * Mode
107
- *
108
- * The build mode
109
- *
110
- *
111
- * @enum development,test,production
112
- */
113
- mode?: string;
114
-
115
- /**
116
- * Log Level
117
- *
118
- * The log level to use for the build process
119
- *
120
- *
121
- * @enum fatal,error,warn,success,info,debug,trace,silent
122
- */
123
- logLevel?: string;
124
-
125
- /**
126
- * Define
127
- *
128
- * The `define` values
129
- *
130
- */
131
- define?: Record<string, string>;
132
- }
133
- //#endregion
134
- //#region src/executors/clean/executor.d.ts
135
- declare function executorFn(context: PowerlinesExecutorContext<"clean", CleanExecutorSchema>, api: PowerlinesAPI): Promise<BaseExecutorResult>;
136
- declare const executor: PromiseExecutor<CleanExecutorSchema>;
137
- //#endregion
138
- export { executorFn as n, CleanExecutorSchema as r, executor as t };
139
- //# sourceMappingURL=executor-DaM4shEF.d.mts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"executor-DaM4shEF.d.mts","names":["CleanExecutorSchema","Array","Record"],"sources":["../src/executors/clean/schema.d.ts","../src/executors/clean/executor.ts"],"sourcesContent":["\n// Generated by @storm-software/untyped\n// Do not edit this file directly\n\nexport interface CleanExecutorSchema {\n /**\n * Powerlines Configuration File\n * \n * The path to the Powerlines configuration file\n * \n * @default \"{projectRoot}/powerlines.config.ts\"\n * \n * @format path\n */\n configFile?: string,\n\n /**\n * Input Entry File(s)\n * \n * The entry file(s) that serve as the input for the project\n * \n * @default [\"{sourceRoot}/index.ts\"]\n * \n * @format path\n */\n input?: Array<string>,\n\n /**\n * TSConfig Path\n * \n * The path to the tsconfig file\n * \n * @default \"{projectRoot}/tsconfig.json\"\n * \n * @format path\n */\n tsconfig?: string,\n\n /**\n * Output Path\n * \n * The path to the output directory for the build artifacts\n * \n * \n * @format path\n */\n outputPath?: string,\n\n /**\n * Sourcemap\n * \n * Generate a sourcemap\n * \n */\n sourceMap?: boolean,\n\n /**\n * Format\n * \n * The format to build\n * \n * @default [\"cjs\",\"esm\"]\n */\n format?: Array<string>,\n\n /**\n * Platform\n * \n * The platform to build\n * \n * @default \"neutral\"\n * \n * @enum neutral,node,browser\n */\n platform?: string,\n\n /**\n * External\n * \n * The external dependencies\n * \n */\n external?: Array<any>,\n\n /**\n * No External\n * \n * The dependencies that should not be treated as external\n * \n */\n noExternal?: Array<any>,\n\n /**\n * Skip Node Modules Bundle\n * \n * Skip bundling node_modules during the build process (if required)\n * \n */\n skipNodeModulesBundle?: boolean,\n\n /**\n * Mode\n * \n * The build mode\n * \n * \n * @enum development,test,production\n */\n mode?: string,\n\n /**\n * Log Level\n * \n * The log level to use for the build process\n * \n * \n * @enum fatal,error,warn,success,info,debug,trace,silent\n */\n logLevel?: string,\n\n /**\n * Define\n * \n * The `define` values\n * \n */\n define?: Record<string, string>,\n}\n\n"],"mappings":";;;;;;;;UAIiBA,mBAAAA;;AAAjB;;;;;;;;;;ECwBA;;;;;;;AASC;;UDZQC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;WAsCCA;;;;;;;;;;;;;;;;;;;aAmBEA;;;;;;;;eAQEA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;WAoCJC;;;;iBClGY,UAAA,UACX,mCAAmC,2BACvC,gBACJ,QAAQ;AD3BX,cCmCM,QDnCWF,ECmCD,eDnCoB,CCmCJ,mBDnCI,CAAA"}
@@ -1,13 +0,0 @@
1
- import { t as withExecutor } from "./base-executor-DIVmWt0_.mjs";
2
-
3
- //#region src/executors/clean/executor.ts
4
- async function executorFn(context, api) {
5
- await api.clean(context.inlineConfig);
6
- return { success: true };
7
- }
8
- const executor = withExecutor("clean", executorFn);
9
- var executor_default = executor;
10
-
11
- //#endregion
12
- export { executor_default as n, executorFn as t };
13
- //# sourceMappingURL=executor-DriX4F9a.mjs.map
@@ -1,23 +0,0 @@
1
- const require_base_executor = require('./base-executor-hfeykVFL.cjs');
2
-
3
- //#region src/executors/lint/executor.ts
4
- async function executorFn(context, api) {
5
- await api.lint(context.inlineConfig);
6
- return { success: true };
7
- }
8
- const executor = require_base_executor.withExecutor("lint", executorFn);
9
- var executor_default = executor;
10
-
11
- //#endregion
12
- Object.defineProperty(exports, 'executorFn', {
13
- enumerable: true,
14
- get: function () {
15
- return executorFn;
16
- }
17
- });
18
- Object.defineProperty(exports, 'executor_default', {
19
- enumerable: true,
20
- get: function () {
21
- return executor_default;
22
- }
23
- });
@@ -1,155 +0,0 @@
1
- import { t as PowerlinesExecutorContext } from "./base-executor-CL9md5FK.cjs";
2
- import { PromiseExecutor } from "@nx/devkit";
3
- import { BaseExecutorResult } from "@storm-software/workspace-tools/types";
4
- import PowerlinesAPI from "powerlines";
5
-
6
- //#region src/executors/lint/schema.d.ts
7
- // Generated by @storm-software/untyped
8
- // Do not edit this file directly
9
- interface LintExecutorSchema {
10
- /**
11
- * Powerlines Configuration File
12
- *
13
- * The path to the Powerlines configuration file
14
- *
15
- * @default "{projectRoot}/powerlines.config.ts"
16
- *
17
- * @format path
18
- */
19
- configFile?: string;
20
-
21
- /**
22
- * Input Entry File(s)
23
- *
24
- * The entry file(s) that serve as the input for the project
25
- *
26
- * @default ["{sourceRoot}/index.ts"]
27
- *
28
- * @format path
29
- */
30
- input?: Array<string>;
31
-
32
- /**
33
- * TSConfig Path
34
- *
35
- * The path to the tsconfig file
36
- *
37
- * @default "{projectRoot}/tsconfig.json"
38
- *
39
- * @format path
40
- */
41
- tsconfig?: string;
42
-
43
- /**
44
- * Output Path
45
- *
46
- * The path to the output directory for the build artifacts
47
- *
48
- *
49
- * @format path
50
- */
51
- outputPath?: string;
52
-
53
- /**
54
- * Sourcemap
55
- *
56
- * Generate a sourcemap
57
- *
58
- */
59
- sourceMap?: boolean;
60
-
61
- /**
62
- * Format
63
- *
64
- * The format to build
65
- *
66
- * @default ["cjs","esm"]
67
- */
68
- format?: Array<string>;
69
-
70
- /**
71
- * Platform
72
- *
73
- * The platform to build
74
- *
75
- * @default "neutral"
76
- *
77
- * @enum neutral,node,browser
78
- */
79
- platform?: string;
80
-
81
- /**
82
- * External
83
- *
84
- * The external dependencies
85
- *
86
- */
87
- external?: Array<any>;
88
-
89
- /**
90
- * No External
91
- *
92
- * The dependencies that should not be treated as external
93
- *
94
- */
95
- noExternal?: Array<any>;
96
-
97
- /**
98
- * Skip Node Modules Bundle
99
- *
100
- * Skip bundling node_modules during the build process (if required)
101
- *
102
- */
103
- skipNodeModulesBundle?: boolean;
104
-
105
- /**
106
- * Mode
107
- *
108
- * The build mode
109
- *
110
- *
111
- * @enum development,test,production
112
- */
113
- mode?: string;
114
-
115
- /**
116
- * Log Level
117
- *
118
- * The log level to use for the build process
119
- *
120
- *
121
- * @enum fatal,error,warn,success,info,debug,trace,silent
122
- */
123
- logLevel?: string;
124
-
125
- /**
126
- * Define
127
- *
128
- * The `define` values
129
- *
130
- */
131
- define?: Record<string, string>;
132
-
133
- /**
134
- * Auto Install
135
- *
136
- * Automatically install dependencies during prepare stage
137
- *
138
- */
139
- autoInstall?: boolean;
140
-
141
- /**
142
- * Skip Cache
143
- *
144
- * Skip the caching mechanism during the build process (if required)
145
- *
146
- */
147
- skipCache?: boolean;
148
- }
149
- //#endregion
150
- //#region src/executors/lint/executor.d.ts
151
- declare function executorFn(context: PowerlinesExecutorContext<"lint", LintExecutorSchema>, api: PowerlinesAPI): Promise<BaseExecutorResult>;
152
- declare const executor: PromiseExecutor<LintExecutorSchema>;
153
- //#endregion
154
- export { executorFn as n, LintExecutorSchema as r, executor as t };
155
- //# sourceMappingURL=executor-_6Wimayo.d.cts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"executor-_6Wimayo.d.cts","names":["LintExecutorSchema","Array","Record"],"sources":["../src/executors/lint/schema.d.ts","../src/executors/lint/executor.ts"],"sourcesContent":["\n// Generated by @storm-software/untyped\n// Do not edit this file directly\n\nexport interface LintExecutorSchema {\n /**\n * Powerlines Configuration File\n * \n * The path to the Powerlines configuration file\n * \n * @default \"{projectRoot}/powerlines.config.ts\"\n * \n * @format path\n */\n configFile?: string,\n\n /**\n * Input Entry File(s)\n * \n * The entry file(s) that serve as the input for the project\n * \n * @default [\"{sourceRoot}/index.ts\"]\n * \n * @format path\n */\n input?: Array<string>,\n\n /**\n * TSConfig Path\n * \n * The path to the tsconfig file\n * \n * @default \"{projectRoot}/tsconfig.json\"\n * \n * @format path\n */\n tsconfig?: string,\n\n /**\n * Output Path\n * \n * The path to the output directory for the build artifacts\n * \n * \n * @format path\n */\n outputPath?: string,\n\n /**\n * Sourcemap\n * \n * Generate a sourcemap\n * \n */\n sourceMap?: boolean,\n\n /**\n * Format\n * \n * The format to build\n * \n * @default [\"cjs\",\"esm\"]\n */\n format?: Array<string>,\n\n /**\n * Platform\n * \n * The platform to build\n * \n * @default \"neutral\"\n * \n * @enum neutral,node,browser\n */\n platform?: string,\n\n /**\n * External\n * \n * The external dependencies\n * \n */\n external?: Array<any>,\n\n /**\n * No External\n * \n * The dependencies that should not be treated as external\n * \n */\n noExternal?: Array<any>,\n\n /**\n * Skip Node Modules Bundle\n * \n * Skip bundling node_modules during the build process (if required)\n * \n */\n skipNodeModulesBundle?: boolean,\n\n /**\n * Mode\n * \n * The build mode\n * \n * \n * @enum development,test,production\n */\n mode?: string,\n\n /**\n * Log Level\n * \n * The log level to use for the build process\n * \n * \n * @enum fatal,error,warn,success,info,debug,trace,silent\n */\n logLevel?: string,\n\n /**\n * Define\n * \n * The `define` values\n * \n */\n define?: Record<string, string>,\n\n /**\n * Auto Install\n * \n * Automatically install dependencies during prepare stage\n * \n */\n autoInstall?: boolean,\n\n /**\n * Skip Cache\n * \n * Skip the caching mechanism during the build process (if required)\n * \n */\n skipCache?: boolean,\n}\n\n"],"mappings":";;;;;;;;UAIiBA,kBAAAA;;AAAjB;;;;;;;;;;ECwBA;;;;;;;AASC;;UDZQC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;WAsCCA;;;;;;;;;;;;;;;;;;;aAmBEA;;;;;;;;eAQEA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;WAoCJC;;;;;;;;;;;;;;;;;;;;iBClGY,UAAA,UACX,kCAAkC,0BACtC,gBACJ,QAAQ;AD3BX,cCmCM,QDnCWF,ECmCD,eDnCmB,CCmCH,kBDnCG,CAAA"}
@@ -1,13 +0,0 @@
1
- import { t as withExecutor } from "./base-executor-DIVmWt0_.mjs";
2
-
3
- //#region src/executors/lint/executor.ts
4
- async function executorFn(context, api) {
5
- await api.lint(context.inlineConfig);
6
- return { success: true };
7
- }
8
- const executor = withExecutor("lint", executorFn);
9
- var executor_default = executor;
10
-
11
- //#endregion
12
- export { executor_default as n, executorFn as t };
13
- //# sourceMappingURL=executor-dakLe5jY.mjs.map
@@ -1,18 +0,0 @@
1
- import { t as withExecutor } from "./base-executor-DIVmWt0_.mjs";
2
- import defu from "defu";
3
-
4
- //#region src/executors/prepare/executor.ts
5
- async function executorFn(context, api) {
6
- await api.prepare(defu({
7
- command: "prepare",
8
- skipCache: context.options.skipCache,
9
- autoInstall: context.options.autoInstall
10
- }, context.inlineConfig));
11
- return { success: true };
12
- }
13
- const executor = withExecutor("prepare", executorFn);
14
- var executor_default = executor;
15
-
16
- //#endregion
17
- export { executor_default as n, executorFn as t };
18
- //# sourceMappingURL=executor-gauQV_Qs.mjs.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"executor-gauQV_Qs.mjs","names":["executor: PromiseExecutor<PrepareExecutorSchema>"],"sources":["../src/executors/prepare/executor.ts"],"sourcesContent":["/* -------------------------------------------------------------------\n\n ⚡ Storm Software - Powerlines\n\n This code was released as part of the Powerlines project. Powerlines\n is maintained by Storm Software under the Apache-2.0 license, and is\n free for commercial and private use. For more information, please visit\n our licensing page at https://stormsoftware.com/licenses/projects/powerlines.\n\n Website: https://stormsoftware.com\n Repository: https://github.com/storm-software/powerlines\n Documentation: https://docs.stormsoftware.com/projects/powerlines\n Contact: https://stormsoftware.com/contact\n\n SPDX-License-Identifier: Apache-2.0\n\n ------------------------------------------------------------------- */\n\nimport { PromiseExecutor } from \"@nx/devkit\";\nimport { BaseExecutorResult } from \"@storm-software/workspace-tools/types\";\nimport defu from \"defu\";\nimport PowerlinesAPI from \"powerlines\";\nimport { PrepareInlineConfig } from \"powerlines/types\";\nimport {\n PowerlinesExecutorContext,\n withExecutor\n} from \"../../base/base-executor\";\nimport { PrepareExecutorSchema } from \"./schema\";\n\nexport async function executorFn(\n context: PowerlinesExecutorContext<\"prepare\", PrepareExecutorSchema>,\n api: PowerlinesAPI\n): Promise<BaseExecutorResult> {\n await api.prepare(\n defu(\n {\n command: \"prepare\",\n skipCache: context.options.skipCache,\n autoInstall: context.options.autoInstall\n },\n context.inlineConfig\n ) as PrepareInlineConfig\n );\n\n return {\n success: true\n };\n}\n\nconst executor: PromiseExecutor<PrepareExecutorSchema> = withExecutor<\n \"prepare\",\n PrepareExecutorSchema\n>(\"prepare\", executorFn);\n\nexport default executor;\n"],"mappings":";;;;AA6BA,eAAsB,WACpB,SACA,KAC6B;AAC7B,OAAM,IAAI,QACR,KACE;EACE,SAAS;EACT,WAAW,QAAQ,QAAQ;EAC3B,aAAa,QAAQ,QAAQ;EAC9B,EACD,QAAQ,aACT,CACF;AAED,QAAO,EACL,SAAS,MACV;;AAGH,MAAMA,WAAmD,aAGvD,WAAW,WAAW;AAExB,uBAAe"}