@shell-shock/nx 0.0.37 → 0.0.40

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 (278) hide show
  1. package/CHANGELOG.md +22 -0
  2. package/dist/base-executor-BkNTl-jk.d.mts +155 -0
  3. package/dist/base-executor-BkNTl-jk.d.mts.map +1 -0
  4. package/dist/{base-executor-BEOdY15z.cjs → base-executor-CkaF97Xd.js} +5 -8
  5. package/dist/{src/base-executor-WGeWcQ9x.mjs → base-executor-DUf5AdoE.mjs} +4 -6
  6. package/dist/base-executor-DUf5AdoE.mjs.map +1 -0
  7. package/dist/base-executor-FX7YJl7f.d.ts +155 -0
  8. package/dist/base-executor-FX7YJl7f.d.ts.map +1 -0
  9. package/dist/executors/build/executor.d.mts +154 -3
  10. package/dist/executors/build/executor.d.mts.map +1 -0
  11. package/dist/executors/build/executor.d.ts +154 -0
  12. package/dist/executors/build/executor.d.ts.map +1 -0
  13. package/dist/executors/build/executor.js +20 -0
  14. package/dist/executors/build/executor.mjs +17 -3
  15. package/dist/executors/build/executor.mjs.map +1 -0
  16. package/dist/executors/clean/executor.d.mts +154 -3
  17. package/dist/executors/clean/executor.d.mts.map +1 -0
  18. package/dist/executors/clean/executor.d.ts +154 -0
  19. package/dist/executors/clean/executor.d.ts.map +1 -0
  20. package/dist/executors/clean/executor.js +15 -0
  21. package/dist/executors/clean/executor.mjs +13 -3
  22. package/dist/executors/clean/executor.mjs.map +1 -0
  23. package/dist/executors/docs/executor.d.mts +154 -3
  24. package/dist/executors/docs/executor.d.mts.map +1 -0
  25. package/dist/executors/docs/executor.d.ts +154 -0
  26. package/dist/executors/docs/executor.d.ts.map +1 -0
  27. package/dist/executors/docs/executor.js +16 -0
  28. package/dist/executors/docs/executor.mjs +13 -3
  29. package/dist/executors/docs/executor.mjs.map +1 -0
  30. package/dist/executors/lint/executor.d.mts +154 -3
  31. package/dist/executors/lint/executor.d.mts.map +1 -0
  32. package/dist/executors/lint/executor.d.ts +154 -0
  33. package/dist/executors/lint/executor.d.ts.map +1 -0
  34. package/dist/executors/lint/executor.js +16 -0
  35. package/dist/executors/lint/executor.mjs +13 -3
  36. package/dist/executors/lint/executor.mjs.map +1 -0
  37. package/dist/executors/prepare/executor.d.mts +154 -3
  38. package/dist/executors/prepare/executor.d.mts.map +1 -0
  39. package/dist/executors/prepare/executor.d.ts +154 -0
  40. package/dist/executors/prepare/executor.d.ts.map +1 -0
  41. package/dist/executors/prepare/executor.js +20 -0
  42. package/dist/executors/prepare/executor.mjs +17 -3
  43. package/dist/executors/prepare/executor.mjs.map +1 -0
  44. package/dist/index.d.mts +3 -9
  45. package/dist/index.d.ts +2 -0
  46. package/dist/index.js +18 -0
  47. package/dist/index.mjs +17 -9
  48. package/dist/index.mjs.map +1 -0
  49. package/dist/plugin/index.d.mts +8 -2
  50. package/dist/plugin/index.d.mts.map +1 -0
  51. package/dist/{index-BbciquDs.d.mts → plugin/index.d.ts} +3 -3
  52. package/dist/plugin/index.d.ts.map +1 -0
  53. package/dist/plugin/index.js +8 -0
  54. package/dist/plugin/index.mjs +7 -2
  55. package/dist/plugin/index.mjs.map +1 -0
  56. package/dist/src/base/base-executor.schema.d.ts +73 -19
  57. package/dist/src/base/base-executor.schema.json +102 -26
  58. package/dist/src/base-executor-BkNTl-jk.d.mts +155 -0
  59. package/dist/src/base-executor-BkNTl-jk.d.mts.map +1 -0
  60. package/dist/src/{base-executor-BEOdY15z.cjs → base-executor-CkaF97Xd.js} +5 -8
  61. package/dist/{base-executor-WGeWcQ9x.mjs → src/base-executor-DUf5AdoE.mjs} +4 -6
  62. package/dist/src/base-executor-DUf5AdoE.mjs.map +1 -0
  63. package/dist/src/base-executor-FX7YJl7f.d.ts +155 -0
  64. package/dist/src/base-executor-FX7YJl7f.d.ts.map +1 -0
  65. package/dist/src/executors/build/executor.d.mts +154 -3
  66. package/dist/src/executors/build/executor.d.mts.map +1 -0
  67. package/dist/src/executors/build/executor.d.ts +154 -0
  68. package/dist/src/executors/build/executor.d.ts.map +1 -0
  69. package/dist/src/executors/build/executor.js +20 -0
  70. package/dist/src/executors/build/executor.mjs +17 -3
  71. package/dist/src/executors/build/executor.mjs.map +1 -0
  72. package/dist/src/executors/build/schema.d.ts +83 -23
  73. package/dist/src/executors/build/schema.json +112 -43
  74. package/dist/src/executors/clean/executor.d.mts +154 -3
  75. package/dist/src/executors/clean/executor.d.mts.map +1 -0
  76. package/dist/src/executors/clean/executor.d.ts +154 -0
  77. package/dist/src/executors/clean/executor.d.ts.map +1 -0
  78. package/dist/src/executors/clean/executor.js +15 -0
  79. package/dist/src/executors/clean/executor.mjs +13 -3
  80. package/dist/src/executors/clean/executor.mjs.map +1 -0
  81. package/dist/src/executors/clean/schema.d.ts +83 -23
  82. package/dist/src/executors/clean/schema.json +112 -43
  83. package/dist/src/executors/docs/executor.d.mts +154 -3
  84. package/dist/src/executors/docs/executor.d.mts.map +1 -0
  85. package/dist/src/executors/docs/executor.d.ts +154 -0
  86. package/dist/src/executors/docs/executor.d.ts.map +1 -0
  87. package/dist/src/executors/docs/executor.js +16 -0
  88. package/dist/src/executors/docs/executor.mjs +13 -3
  89. package/dist/src/executors/docs/executor.mjs.map +1 -0
  90. package/dist/src/executors/docs/schema.d.ts +83 -23
  91. package/dist/src/executors/docs/schema.json +112 -43
  92. package/dist/src/executors/lint/executor.d.mts +154 -3
  93. package/dist/src/executors/lint/executor.d.mts.map +1 -0
  94. package/dist/src/executors/lint/executor.d.ts +154 -0
  95. package/dist/src/executors/lint/executor.d.ts.map +1 -0
  96. package/dist/src/executors/lint/executor.js +16 -0
  97. package/dist/src/executors/lint/executor.mjs +13 -3
  98. package/dist/src/executors/lint/executor.mjs.map +1 -0
  99. package/dist/src/executors/lint/schema.d.ts +83 -23
  100. package/dist/src/executors/lint/schema.json +112 -43
  101. package/dist/src/executors/prepare/executor.d.mts +154 -3
  102. package/dist/src/executors/prepare/executor.d.mts.map +1 -0
  103. package/dist/src/executors/prepare/executor.d.ts +154 -0
  104. package/dist/src/executors/prepare/executor.d.ts.map +1 -0
  105. package/dist/src/executors/prepare/executor.js +20 -0
  106. package/dist/src/executors/prepare/executor.mjs +17 -3
  107. package/dist/src/executors/prepare/executor.mjs.map +1 -0
  108. package/dist/src/executors/prepare/schema.d.ts +83 -23
  109. package/dist/src/executors/prepare/schema.json +112 -43
  110. package/dist/src/index.d.mts +3 -9
  111. package/dist/src/index.d.ts +2 -0
  112. package/dist/src/index.js +18 -0
  113. package/dist/src/index.mjs +17 -9
  114. package/dist/src/index.mjs.map +1 -0
  115. package/dist/src/plugin/index.d.mts +8 -2
  116. package/dist/src/plugin/index.d.mts.map +1 -0
  117. package/dist/{index-COXDf824.d.cts → src/plugin/index.d.ts} +3 -3
  118. package/dist/src/plugin/index.d.ts.map +1 -0
  119. package/dist/src/plugin/index.js +8 -0
  120. package/dist/src/plugin/index.mjs +7 -2
  121. package/dist/src/plugin/index.mjs.map +1 -0
  122. package/docs/api/base-executor.schema.md +70 -19
  123. package/docs/api/build/schema.md +83 -24
  124. package/docs/api/clean/schema.md +83 -24
  125. package/docs/api/docs/schema.md +83 -24
  126. package/docs/api/lint/schema.md +83 -24
  127. package/docs/api/prepare/schema.md +83 -24
  128. package/package.json +38 -51
  129. package/dist/base-executor-BEOdY15z.cjs.map +0 -1
  130. package/dist/base-executor-C986ypeP.d.mts +0 -89
  131. package/dist/base-executor-C986ypeP.d.mts.map +0 -1
  132. package/dist/base-executor-Dm4OV5-b.d.cts +0 -89
  133. package/dist/base-executor-Dm4OV5-b.d.cts.map +0 -1
  134. package/dist/base-executor-WGeWcQ9x.mjs.map +0 -1
  135. package/dist/executor-4-xDAK3Q.d.cts +0 -94
  136. package/dist/executor-4-xDAK3Q.d.cts.map +0 -1
  137. package/dist/executor-96dASirt.d.cts +0 -94
  138. package/dist/executor-96dASirt.d.cts.map +0 -1
  139. package/dist/executor-BAfZ_2mt.mjs +0 -24
  140. package/dist/executor-BAfZ_2mt.mjs.map +0 -1
  141. package/dist/executor-BB0fklpZ.mjs +0 -24
  142. package/dist/executor-BB0fklpZ.mjs.map +0 -1
  143. package/dist/executor-BaLNOEzG.d.mts +0 -94
  144. package/dist/executor-BaLNOEzG.d.mts.map +0 -1
  145. package/dist/executor-BbNRVowe.d.cts +0 -94
  146. package/dist/executor-BbNRVowe.d.cts.map +0 -1
  147. package/dist/executor-Bbdfz3vU.d.mts +0 -94
  148. package/dist/executor-Bbdfz3vU.d.mts.map +0 -1
  149. package/dist/executor-BdDn8ZPU.cjs +0 -36
  150. package/dist/executor-BdDn8ZPU.cjs.map +0 -1
  151. package/dist/executor-BpeEDqH7.cjs +0 -36
  152. package/dist/executor-BpeEDqH7.cjs.map +0 -1
  153. package/dist/executor-C5QxZhO7.mjs +0 -24
  154. package/dist/executor-C5QxZhO7.mjs.map +0 -1
  155. package/dist/executor-COGLRU0m.cjs +0 -35
  156. package/dist/executor-COGLRU0m.cjs.map +0 -1
  157. package/dist/executor-CiTDecl1.d.cts +0 -94
  158. package/dist/executor-CiTDecl1.d.cts.map +0 -1
  159. package/dist/executor-CqzPUm3D.mjs +0 -24
  160. package/dist/executor-CqzPUm3D.mjs.map +0 -1
  161. package/dist/executor-D-CbgdfW.d.cts +0 -94
  162. package/dist/executor-D-CbgdfW.d.cts.map +0 -1
  163. package/dist/executor-D2Vww0YS.d.mts +0 -94
  164. package/dist/executor-D2Vww0YS.d.mts.map +0 -1
  165. package/dist/executor-DZVLtlig.d.mts +0 -94
  166. package/dist/executor-DZVLtlig.d.mts.map +0 -1
  167. package/dist/executor-Df7WIF5r.cjs +0 -36
  168. package/dist/executor-Df7WIF5r.cjs.map +0 -1
  169. package/dist/executor-Dih1DtWS.cjs +0 -36
  170. package/dist/executor-Dih1DtWS.cjs.map +0 -1
  171. package/dist/executor-MgQPT_ao.d.mts +0 -94
  172. package/dist/executor-MgQPT_ao.d.mts.map +0 -1
  173. package/dist/executor-yO6eAP0j.mjs +0 -24
  174. package/dist/executor-yO6eAP0j.mjs.map +0 -1
  175. package/dist/executors/build/executor.cjs +0 -6
  176. package/dist/executors/build/executor.d.cts +0 -3
  177. package/dist/executors/clean/executor.cjs +0 -6
  178. package/dist/executors/clean/executor.d.cts +0 -3
  179. package/dist/executors/docs/executor.cjs +0 -6
  180. package/dist/executors/docs/executor.d.cts +0 -3
  181. package/dist/executors/lint/executor.cjs +0 -6
  182. package/dist/executors/lint/executor.d.cts +0 -3
  183. package/dist/executors/prepare/executor.cjs +0 -6
  184. package/dist/executors/prepare/executor.d.cts +0 -3
  185. package/dist/executors-0N4uK0Ll.mjs +0 -0
  186. package/dist/executors-BJFR9wj9.cjs +0 -0
  187. package/dist/executors-Dvb23_Uh.d.cts +0 -1
  188. package/dist/executors-DxVudqU1.d.mts +0 -1
  189. package/dist/executors.cjs +0 -13
  190. package/dist/executors.d.cts +0 -8
  191. package/dist/executors.d.mts +0 -8
  192. package/dist/executors.mjs +0 -9
  193. package/dist/index-BbciquDs.d.mts.map +0 -1
  194. package/dist/index-COXDf824.d.cts.map +0 -1
  195. package/dist/index.cjs +0 -15
  196. package/dist/index.d.cts +0 -9
  197. package/dist/plugin/index.cjs +0 -3
  198. package/dist/plugin/index.d.cts +0 -2
  199. package/dist/plugin-BbxHKJnF.mjs +0 -8
  200. package/dist/plugin-BbxHKJnF.mjs.map +0 -1
  201. package/dist/plugin-jIPJzmTp.cjs +0 -14
  202. package/dist/plugin-jIPJzmTp.cjs.map +0 -1
  203. package/dist/src/base-executor-BEOdY15z.cjs.map +0 -1
  204. package/dist/src/base-executor-C986ypeP.d.mts +0 -89
  205. package/dist/src/base-executor-C986ypeP.d.mts.map +0 -1
  206. package/dist/src/base-executor-Dm4OV5-b.d.cts +0 -89
  207. package/dist/src/base-executor-Dm4OV5-b.d.cts.map +0 -1
  208. package/dist/src/base-executor-WGeWcQ9x.mjs.map +0 -1
  209. package/dist/src/executor-4-xDAK3Q.d.cts +0 -94
  210. package/dist/src/executor-4-xDAK3Q.d.cts.map +0 -1
  211. package/dist/src/executor-96dASirt.d.cts +0 -94
  212. package/dist/src/executor-96dASirt.d.cts.map +0 -1
  213. package/dist/src/executor-BAfZ_2mt.mjs +0 -24
  214. package/dist/src/executor-BAfZ_2mt.mjs.map +0 -1
  215. package/dist/src/executor-BB0fklpZ.mjs +0 -24
  216. package/dist/src/executor-BB0fklpZ.mjs.map +0 -1
  217. package/dist/src/executor-BaLNOEzG.d.mts +0 -94
  218. package/dist/src/executor-BaLNOEzG.d.mts.map +0 -1
  219. package/dist/src/executor-BbNRVowe.d.cts +0 -94
  220. package/dist/src/executor-BbNRVowe.d.cts.map +0 -1
  221. package/dist/src/executor-Bbdfz3vU.d.mts +0 -94
  222. package/dist/src/executor-Bbdfz3vU.d.mts.map +0 -1
  223. package/dist/src/executor-BdDn8ZPU.cjs +0 -36
  224. package/dist/src/executor-BdDn8ZPU.cjs.map +0 -1
  225. package/dist/src/executor-BpeEDqH7.cjs +0 -36
  226. package/dist/src/executor-BpeEDqH7.cjs.map +0 -1
  227. package/dist/src/executor-C5QxZhO7.mjs +0 -24
  228. package/dist/src/executor-C5QxZhO7.mjs.map +0 -1
  229. package/dist/src/executor-COGLRU0m.cjs +0 -35
  230. package/dist/src/executor-COGLRU0m.cjs.map +0 -1
  231. package/dist/src/executor-CiTDecl1.d.cts +0 -94
  232. package/dist/src/executor-CiTDecl1.d.cts.map +0 -1
  233. package/dist/src/executor-CqzPUm3D.mjs +0 -24
  234. package/dist/src/executor-CqzPUm3D.mjs.map +0 -1
  235. package/dist/src/executor-D-CbgdfW.d.cts +0 -94
  236. package/dist/src/executor-D-CbgdfW.d.cts.map +0 -1
  237. package/dist/src/executor-D2Vww0YS.d.mts +0 -94
  238. package/dist/src/executor-D2Vww0YS.d.mts.map +0 -1
  239. package/dist/src/executor-DZVLtlig.d.mts +0 -94
  240. package/dist/src/executor-DZVLtlig.d.mts.map +0 -1
  241. package/dist/src/executor-Df7WIF5r.cjs +0 -36
  242. package/dist/src/executor-Df7WIF5r.cjs.map +0 -1
  243. package/dist/src/executor-Dih1DtWS.cjs +0 -36
  244. package/dist/src/executor-Dih1DtWS.cjs.map +0 -1
  245. package/dist/src/executor-MgQPT_ao.d.mts +0 -94
  246. package/dist/src/executor-MgQPT_ao.d.mts.map +0 -1
  247. package/dist/src/executor-yO6eAP0j.mjs +0 -24
  248. package/dist/src/executor-yO6eAP0j.mjs.map +0 -1
  249. package/dist/src/executors/build/executor.cjs +0 -6
  250. package/dist/src/executors/build/executor.d.cts +0 -3
  251. package/dist/src/executors/clean/executor.cjs +0 -6
  252. package/dist/src/executors/clean/executor.d.cts +0 -3
  253. package/dist/src/executors/docs/executor.cjs +0 -6
  254. package/dist/src/executors/docs/executor.d.cts +0 -3
  255. package/dist/src/executors/lint/executor.cjs +0 -6
  256. package/dist/src/executors/lint/executor.d.cts +0 -3
  257. package/dist/src/executors/prepare/executor.cjs +0 -6
  258. package/dist/src/executors/prepare/executor.d.cts +0 -3
  259. package/dist/src/executors-0N4uK0Ll.mjs +0 -0
  260. package/dist/src/executors-BJFR9wj9.cjs +0 -0
  261. package/dist/src/executors-Dvb23_Uh.d.cts +0 -1
  262. package/dist/src/executors-DxVudqU1.d.mts +0 -1
  263. package/dist/src/executors.cjs +0 -13
  264. package/dist/src/executors.d.cts +0 -8
  265. package/dist/src/executors.d.mts +0 -8
  266. package/dist/src/executors.mjs +0 -9
  267. package/dist/src/index-BbciquDs.d.mts +0 -8
  268. package/dist/src/index-BbciquDs.d.mts.map +0 -1
  269. package/dist/src/index-COXDf824.d.cts +0 -8
  270. package/dist/src/index-COXDf824.d.cts.map +0 -1
  271. package/dist/src/index.cjs +0 -15
  272. package/dist/src/index.d.cts +0 -9
  273. package/dist/src/plugin/index.cjs +0 -3
  274. package/dist/src/plugin/index.d.cts +0 -2
  275. package/dist/src/plugin-BbxHKJnF.mjs +0 -8
  276. package/dist/src/plugin-BbxHKJnF.mjs.map +0 -1
  277. package/dist/src/plugin-jIPJzmTp.cjs +0 -14
  278. package/dist/src/plugin-jIPJzmTp.cjs.map +0 -1
@@ -1,3 +1,154 @@
1
- import "../../base-executor-C986ypeP.mjs";
2
- import { n as executorFn, t as executor } from "../../executor-Bbdfz3vU.mjs";
3
- export { executor as default, executorFn };
1
+ import { t as ShellShockExecutorContext } from "../../base-executor-BkNTl-jk.mjs";
2
+ import { PromiseExecutor } from "@nx/devkit";
3
+ import { ShellShockAPI } from "@shell-shock/core/api";
4
+ import { BaseExecutorResult } from "@storm-software/workspace-tools/types";
5
+
6
+ //#region src/executors/docs/schema.d.ts
7
+ // Generated by powerlines
8
+ // Do not edit this file directly
9
+ interface DocsExecutorSchema {
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
+ *
27
+ * @format path
28
+ */
29
+ input?: Array<string>;
30
+
31
+ /**
32
+ * TSConfig Path
33
+ *
34
+ * The path to the tsconfig file
35
+ *
36
+ * @default "{projectRoot}/tsconfig.json"
37
+ *
38
+ * @format path
39
+ */
40
+ tsconfig?: string;
41
+
42
+ /**
43
+ * Output Path
44
+ *
45
+ * The path to the output directory for the build artifacts
46
+ *
47
+ *
48
+ * @format path
49
+ */
50
+ outputPath?: string;
51
+
52
+ /**
53
+ * Sourcemap
54
+ *
55
+ * Generate a sourcemap
56
+ *
57
+ */
58
+ sourceMap?: boolean;
59
+
60
+ /**
61
+ * Format
62
+ *
63
+ * The format to build
64
+ *
65
+ * @default ["cjs","esm"]
66
+ */
67
+ format?: Array<string>;
68
+
69
+ /**
70
+ * Platform
71
+ *
72
+ * The platform to build
73
+ *
74
+ * @default "neutral"
75
+ *
76
+ * @enum neutral,node,browser
77
+ */
78
+ platform?: string;
79
+
80
+ /**
81
+ * External
82
+ *
83
+ * The external dependencies
84
+ *
85
+ */
86
+ external?: Array<any>;
87
+
88
+ /**
89
+ * No External
90
+ *
91
+ * The dependencies that should not be treated as external
92
+ *
93
+ */
94
+ noExternal?: Array<any>;
95
+
96
+ /**
97
+ * Skip Node Modules Bundle
98
+ *
99
+ * Skip bundling node_modules during the build process (if required)
100
+ *
101
+ */
102
+ skipNodeModulesBundle?: boolean;
103
+
104
+ /**
105
+ * Mode
106
+ *
107
+ * The build mode
108
+ *
109
+ *
110
+ * @enum development,test,production
111
+ */
112
+ mode?: string;
113
+
114
+ /**
115
+ * Log Level
116
+ *
117
+ * The log level to use for the build process
118
+ *
119
+ *
120
+ * @enum fatal,error,warn,success,info,debug,trace,silent
121
+ */
122
+ logLevel?: string;
123
+
124
+ /**
125
+ * Define
126
+ *
127
+ * The `define` values
128
+ *
129
+ */
130
+ define?: Record<string, string>;
131
+
132
+ /**
133
+ * Auto Install
134
+ *
135
+ * Automatically install dependencies during prepare stage
136
+ *
137
+ */
138
+ autoInstall?: boolean;
139
+
140
+ /**
141
+ * Skip Cache
142
+ *
143
+ * Skip the caching mechanism during the build process (if required)
144
+ *
145
+ */
146
+ skipCache?: boolean;
147
+ }
148
+ //#endregion
149
+ //#region src/executors/docs/executor.d.ts
150
+ declare function executorFn(context: ShellShockExecutorContext<"docs", DocsExecutorSchema>, api: ShellShockAPI): Promise<BaseExecutorResult>;
151
+ declare const executor: PromiseExecutor<DocsExecutorSchema>;
152
+ //#endregion
153
+ export { executor as default, executorFn };
154
+ //# sourceMappingURL=executor.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"executor.d.mts","names":["DocsExecutorSchema","Array","Record"],"sources":["../../../../src/executors/docs/schema.d.ts","../../../../src/executors/docs/executor.ts"],"sourcesContent":["\n// Generated by powerlines\n// Do not edit this file directly\n\nexport interface DocsExecutorSchema {\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 * \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;;;;;;;;;;ECuBA;;;;;;;AAgBC;UDnBQC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;WAsCCA;;;;;;;;;;;;;;;;;;;aAmBEA;;;;;;;;eAQEA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;WAoCJC;;;;;;;;;;;;;;;;;;;;iBClGY,UAAA,UACX,kCAAkC,0BACtC,gBACJ,QAAQ;AD1BX,cCyCM,QDzCWF,ECyCD,eDzCmB,CCyCH,kBDzCG,CAAA"}
@@ -0,0 +1,154 @@
1
+ import { t as ShellShockExecutorContext } from "../../base-executor-FX7YJl7f.js";
2
+ import { PromiseExecutor } from "@nx/devkit";
3
+ import { ShellShockAPI } from "@shell-shock/core/api";
4
+ import { BaseExecutorResult } from "@storm-software/workspace-tools/types";
5
+
6
+ //#region src/executors/docs/schema.d.ts
7
+ // Generated by powerlines
8
+ // Do not edit this file directly
9
+ interface DocsExecutorSchema {
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
+ *
27
+ * @format path
28
+ */
29
+ input?: Array<string>;
30
+
31
+ /**
32
+ * TSConfig Path
33
+ *
34
+ * The path to the tsconfig file
35
+ *
36
+ * @default "{projectRoot}/tsconfig.json"
37
+ *
38
+ * @format path
39
+ */
40
+ tsconfig?: string;
41
+
42
+ /**
43
+ * Output Path
44
+ *
45
+ * The path to the output directory for the build artifacts
46
+ *
47
+ *
48
+ * @format path
49
+ */
50
+ outputPath?: string;
51
+
52
+ /**
53
+ * Sourcemap
54
+ *
55
+ * Generate a sourcemap
56
+ *
57
+ */
58
+ sourceMap?: boolean;
59
+
60
+ /**
61
+ * Format
62
+ *
63
+ * The format to build
64
+ *
65
+ * @default ["cjs","esm"]
66
+ */
67
+ format?: Array<string>;
68
+
69
+ /**
70
+ * Platform
71
+ *
72
+ * The platform to build
73
+ *
74
+ * @default "neutral"
75
+ *
76
+ * @enum neutral,node,browser
77
+ */
78
+ platform?: string;
79
+
80
+ /**
81
+ * External
82
+ *
83
+ * The external dependencies
84
+ *
85
+ */
86
+ external?: Array<any>;
87
+
88
+ /**
89
+ * No External
90
+ *
91
+ * The dependencies that should not be treated as external
92
+ *
93
+ */
94
+ noExternal?: Array<any>;
95
+
96
+ /**
97
+ * Skip Node Modules Bundle
98
+ *
99
+ * Skip bundling node_modules during the build process (if required)
100
+ *
101
+ */
102
+ skipNodeModulesBundle?: boolean;
103
+
104
+ /**
105
+ * Mode
106
+ *
107
+ * The build mode
108
+ *
109
+ *
110
+ * @enum development,test,production
111
+ */
112
+ mode?: string;
113
+
114
+ /**
115
+ * Log Level
116
+ *
117
+ * The log level to use for the build process
118
+ *
119
+ *
120
+ * @enum fatal,error,warn,success,info,debug,trace,silent
121
+ */
122
+ logLevel?: string;
123
+
124
+ /**
125
+ * Define
126
+ *
127
+ * The `define` values
128
+ *
129
+ */
130
+ define?: Record<string, string>;
131
+
132
+ /**
133
+ * Auto Install
134
+ *
135
+ * Automatically install dependencies during prepare stage
136
+ *
137
+ */
138
+ autoInstall?: boolean;
139
+
140
+ /**
141
+ * Skip Cache
142
+ *
143
+ * Skip the caching mechanism during the build process (if required)
144
+ *
145
+ */
146
+ skipCache?: boolean;
147
+ }
148
+ //#endregion
149
+ //#region src/executors/docs/executor.d.ts
150
+ declare function executorFn(context: ShellShockExecutorContext<"docs", DocsExecutorSchema>, api: ShellShockAPI): Promise<BaseExecutorResult>;
151
+ declare const executor: PromiseExecutor<DocsExecutorSchema>;
152
+ //#endregion
153
+ export { executor as default, executorFn };
154
+ //# sourceMappingURL=executor.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"executor.d.ts","names":["DocsExecutorSchema","Array","Record"],"sources":["../../../../src/executors/docs/schema.d.ts","../../../../src/executors/docs/executor.ts"],"sourcesContent":["\n// Generated by powerlines\n// Do not edit this file directly\n\nexport interface DocsExecutorSchema {\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 * \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;;;;;;;;;;ECuBA;;;;;;;AAgBC;UDnBQC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;WAsCCA;;;;;;;;;;;;;;;;;;;aAmBEA;;;;;;;;eAQEA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;WAoCJC;;;;;;;;;;;;;;;;;;;;iBClGY,UAAA,UACX,kCAAkC,0BACtC,gBACJ,QAAQ;AD1BX,cCyCM,QDzCWF,ECyCD,eDzCmB,CCyCH,kBDzCG,CAAA"}
@@ -0,0 +1,16 @@
1
+ Object.defineProperty(exports, '__esModule', { value: true });
2
+ const require_base_executor = require('../../base-executor-CkaF97Xd.js');
3
+ let defu = require("defu");
4
+ defu = require_base_executor.__toESM(defu);
5
+
6
+ //#region src/executors/docs/executor.ts
7
+ async function executorFn(context, api) {
8
+ await api.docs((0, defu.default)({ command: "docs" }, context.inlineConfig));
9
+ return { success: true };
10
+ }
11
+ const executor = require_base_executor.withExecutor("docs", executorFn);
12
+ var executor_default = executor;
13
+
14
+ //#endregion
15
+ exports.default = executor_default;
16
+ exports.executorFn = executorFn;
@@ -1,4 +1,14 @@
1
- import "../../base-executor-WGeWcQ9x.mjs";
2
- import { n as executor_default, t as executorFn } from "../../executor-CqzPUm3D.mjs";
1
+ import { t as withExecutor } from "../../base-executor-DUf5AdoE.mjs";
2
+ import defu from "defu";
3
3
 
4
- export { executor_default as default, executorFn };
4
+ //#region src/executors/docs/executor.ts
5
+ async function executorFn(context, api) {
6
+ await api.docs(defu({ command: "docs" }, context.inlineConfig));
7
+ return { success: true };
8
+ }
9
+ const executor = withExecutor("docs", executorFn);
10
+ var executor_default = executor;
11
+
12
+ //#endregion
13
+ export { executor_default as default, executorFn };
14
+ //# sourceMappingURL=executor.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"executor.mjs","names":["executor: PromiseExecutor<DocsExecutorSchema>"],"sources":["../../../../src/executors/docs/executor.ts"],"sourcesContent":["/* -------------------------------------------------------------------\n\n ⚡ Storm Software - Shell Shock\n\n This code was released as part of the Shell Shock project. Shell Shock\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/shell-shock.\n\n Website: https://stormsoftware.com\n Repository: https://github.com/storm-software/shell-shock\n Documentation: https://docs.stormsoftware.com/projects/shell-shock\n Contact: https://stormsoftware.com/contact\n\n SPDX-License-Identifier: Apache-2.0\n\n ------------------------------------------------------------------- */\n\nimport type { PromiseExecutor } from \"@nx/devkit\";\nimport type { ShellShockAPI } from \"@shell-shock/core/api\";\nimport type { BaseExecutorResult } from \"@storm-software/workspace-tools/types\";\nimport defu from \"defu\";\nimport type { DocsInlineConfig } from \"powerlines\";\nimport type { ShellShockExecutorContext } from \"../../base/base-executor\";\nimport { withExecutor } from \"../../base/base-executor\";\nimport type { DocsExecutorSchema } from \"./schema\";\n\nexport async function executorFn(\n context: ShellShockExecutorContext<\"docs\", DocsExecutorSchema>,\n api: ShellShockAPI\n): Promise<BaseExecutorResult> {\n await api.docs(\n defu(\n {\n command: \"docs\"\n },\n context.inlineConfig\n ) as DocsInlineConfig\n );\n\n return {\n success: true\n };\n}\n\nconst executor: PromiseExecutor<DocsExecutorSchema> = withExecutor<\n \"docs\",\n DocsExecutorSchema\n>(\"docs\", executorFn);\n\nexport default executor;\n"],"mappings":";;;;AA2BA,eAAsB,WACpB,SACA,KAC6B;AAC7B,OAAM,IAAI,KACR,KACE,EACE,SAAS,QACV,EACD,QAAQ,aACT,CACF;AAED,QAAO,EACL,SAAS,MACV;;AAGH,MAAMA,WAAgD,aAGpD,QAAQ,WAAW;AAErB,uBAAe"}
@@ -1,3 +1,154 @@
1
- import "../../base-executor-C986ypeP.mjs";
2
- import { n as executorFn, t as executor } from "../../executor-MgQPT_ao.mjs";
3
- export { executor as default, executorFn };
1
+ import { t as ShellShockExecutorContext } from "../../base-executor-BkNTl-jk.mjs";
2
+ import { PromiseExecutor } from "@nx/devkit";
3
+ import { BaseExecutorResult } from "@storm-software/workspace-tools/types";
4
+ import { ShellShockAPI } from "@shell-shock/core";
5
+
6
+ //#region src/executors/lint/schema.d.ts
7
+ // Generated by powerlines
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
+ *
27
+ * @format path
28
+ */
29
+ input?: Array<string>;
30
+
31
+ /**
32
+ * TSConfig Path
33
+ *
34
+ * The path to the tsconfig file
35
+ *
36
+ * @default "{projectRoot}/tsconfig.json"
37
+ *
38
+ * @format path
39
+ */
40
+ tsconfig?: string;
41
+
42
+ /**
43
+ * Output Path
44
+ *
45
+ * The path to the output directory for the build artifacts
46
+ *
47
+ *
48
+ * @format path
49
+ */
50
+ outputPath?: string;
51
+
52
+ /**
53
+ * Sourcemap
54
+ *
55
+ * Generate a sourcemap
56
+ *
57
+ */
58
+ sourceMap?: boolean;
59
+
60
+ /**
61
+ * Format
62
+ *
63
+ * The format to build
64
+ *
65
+ * @default ["cjs","esm"]
66
+ */
67
+ format?: Array<string>;
68
+
69
+ /**
70
+ * Platform
71
+ *
72
+ * The platform to build
73
+ *
74
+ * @default "neutral"
75
+ *
76
+ * @enum neutral,node,browser
77
+ */
78
+ platform?: string;
79
+
80
+ /**
81
+ * External
82
+ *
83
+ * The external dependencies
84
+ *
85
+ */
86
+ external?: Array<any>;
87
+
88
+ /**
89
+ * No External
90
+ *
91
+ * The dependencies that should not be treated as external
92
+ *
93
+ */
94
+ noExternal?: Array<any>;
95
+
96
+ /**
97
+ * Skip Node Modules Bundle
98
+ *
99
+ * Skip bundling node_modules during the build process (if required)
100
+ *
101
+ */
102
+ skipNodeModulesBundle?: boolean;
103
+
104
+ /**
105
+ * Mode
106
+ *
107
+ * The build mode
108
+ *
109
+ *
110
+ * @enum development,test,production
111
+ */
112
+ mode?: string;
113
+
114
+ /**
115
+ * Log Level
116
+ *
117
+ * The log level to use for the build process
118
+ *
119
+ *
120
+ * @enum fatal,error,warn,success,info,debug,trace,silent
121
+ */
122
+ logLevel?: string;
123
+
124
+ /**
125
+ * Define
126
+ *
127
+ * The `define` values
128
+ *
129
+ */
130
+ define?: Record<string, string>;
131
+
132
+ /**
133
+ * Auto Install
134
+ *
135
+ * Automatically install dependencies during prepare stage
136
+ *
137
+ */
138
+ autoInstall?: boolean;
139
+
140
+ /**
141
+ * Skip Cache
142
+ *
143
+ * Skip the caching mechanism during the build process (if required)
144
+ *
145
+ */
146
+ skipCache?: boolean;
147
+ }
148
+ //#endregion
149
+ //#region src/executors/lint/executor.d.ts
150
+ declare function executorFn(context: ShellShockExecutorContext<"lint", LintExecutorSchema>, api: ShellShockAPI): Promise<BaseExecutorResult>;
151
+ declare const executor: PromiseExecutor<LintExecutorSchema>;
152
+ //#endregion
153
+ export { executor as default, executorFn };
154
+ //# sourceMappingURL=executor.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"executor.d.mts","names":["LintExecutorSchema","Array","Record"],"sources":["../../../../src/executors/lint/schema.d.ts","../../../../src/executors/lint/executor.ts"],"sourcesContent":["\n// Generated by powerlines\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 * \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;;;;;;;;;;ECuBA;;;;;;;AAgBC;UDnBQC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;WAsCCA;;;;;;;;;;;;;;;;;;;aAmBEA;;;;;;;;eAQEA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;WAoCJC;;;;;;;;;;;;;;;;;;;;iBClGY,UAAA,UACX,kCAAkC,0BACtC,gBACJ,QAAQ;AD1BX,cCyCM,QDzCWF,ECyCD,eDzCmB,CCyCH,kBDzCG,CAAA"}
@@ -0,0 +1,154 @@
1
+ import { t as ShellShockExecutorContext } from "../../base-executor-FX7YJl7f.js";
2
+ import { PromiseExecutor } from "@nx/devkit";
3
+ import { BaseExecutorResult } from "@storm-software/workspace-tools/types";
4
+ import { ShellShockAPI } from "@shell-shock/core";
5
+
6
+ //#region src/executors/lint/schema.d.ts
7
+ // Generated by powerlines
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
+ *
27
+ * @format path
28
+ */
29
+ input?: Array<string>;
30
+
31
+ /**
32
+ * TSConfig Path
33
+ *
34
+ * The path to the tsconfig file
35
+ *
36
+ * @default "{projectRoot}/tsconfig.json"
37
+ *
38
+ * @format path
39
+ */
40
+ tsconfig?: string;
41
+
42
+ /**
43
+ * Output Path
44
+ *
45
+ * The path to the output directory for the build artifacts
46
+ *
47
+ *
48
+ * @format path
49
+ */
50
+ outputPath?: string;
51
+
52
+ /**
53
+ * Sourcemap
54
+ *
55
+ * Generate a sourcemap
56
+ *
57
+ */
58
+ sourceMap?: boolean;
59
+
60
+ /**
61
+ * Format
62
+ *
63
+ * The format to build
64
+ *
65
+ * @default ["cjs","esm"]
66
+ */
67
+ format?: Array<string>;
68
+
69
+ /**
70
+ * Platform
71
+ *
72
+ * The platform to build
73
+ *
74
+ * @default "neutral"
75
+ *
76
+ * @enum neutral,node,browser
77
+ */
78
+ platform?: string;
79
+
80
+ /**
81
+ * External
82
+ *
83
+ * The external dependencies
84
+ *
85
+ */
86
+ external?: Array<any>;
87
+
88
+ /**
89
+ * No External
90
+ *
91
+ * The dependencies that should not be treated as external
92
+ *
93
+ */
94
+ noExternal?: Array<any>;
95
+
96
+ /**
97
+ * Skip Node Modules Bundle
98
+ *
99
+ * Skip bundling node_modules during the build process (if required)
100
+ *
101
+ */
102
+ skipNodeModulesBundle?: boolean;
103
+
104
+ /**
105
+ * Mode
106
+ *
107
+ * The build mode
108
+ *
109
+ *
110
+ * @enum development,test,production
111
+ */
112
+ mode?: string;
113
+
114
+ /**
115
+ * Log Level
116
+ *
117
+ * The log level to use for the build process
118
+ *
119
+ *
120
+ * @enum fatal,error,warn,success,info,debug,trace,silent
121
+ */
122
+ logLevel?: string;
123
+
124
+ /**
125
+ * Define
126
+ *
127
+ * The `define` values
128
+ *
129
+ */
130
+ define?: Record<string, string>;
131
+
132
+ /**
133
+ * Auto Install
134
+ *
135
+ * Automatically install dependencies during prepare stage
136
+ *
137
+ */
138
+ autoInstall?: boolean;
139
+
140
+ /**
141
+ * Skip Cache
142
+ *
143
+ * Skip the caching mechanism during the build process (if required)
144
+ *
145
+ */
146
+ skipCache?: boolean;
147
+ }
148
+ //#endregion
149
+ //#region src/executors/lint/executor.d.ts
150
+ declare function executorFn(context: ShellShockExecutorContext<"lint", LintExecutorSchema>, api: ShellShockAPI): Promise<BaseExecutorResult>;
151
+ declare const executor: PromiseExecutor<LintExecutorSchema>;
152
+ //#endregion
153
+ export { executor as default, executorFn };
154
+ //# sourceMappingURL=executor.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"executor.d.ts","names":["LintExecutorSchema","Array","Record"],"sources":["../../../../src/executors/lint/schema.d.ts","../../../../src/executors/lint/executor.ts"],"sourcesContent":["\n// Generated by powerlines\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 * \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;;;;;;;;;;ECuBA;;;;;;;AAgBC;UDnBQC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;WAsCCA;;;;;;;;;;;;;;;;;;;aAmBEA;;;;;;;;eAQEA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;WAoCJC;;;;;;;;;;;;;;;;;;;;iBClGY,UAAA,UACX,kCAAkC,0BACtC,gBACJ,QAAQ;AD1BX,cCyCM,QDzCWF,ECyCD,eDzCmB,CCyCH,kBDzCG,CAAA"}