@powerlines/nx 0.11.269 → 0.11.270

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 (204) hide show
  1. package/README.md +29 -31
  2. package/dist/src/base/base-executor.d.mts +1 -1
  3. package/dist/src/base/base-executor.d.ts +1 -1
  4. package/dist/src/base/base-executor.js +78 -3
  5. package/dist/src/base/base-executor.mjs +75 -3
  6. package/dist/src/base/base-executor.mjs.map +1 -0
  7. package/dist/src/base/base-executor.schema.d.mts +117 -2
  8. package/dist/src/base/base-executor.schema.d.mts.map +1 -0
  9. package/dist/src/base/base-executor.schema.d.ts +117 -2
  10. package/dist/src/base/base-executor.schema.d.ts.map +1 -0
  11. package/dist/src/base/base-executor.untyped.d.mts +1 -1
  12. package/dist/src/base/base-executor.untyped.d.ts +1 -1
  13. package/dist/src/base/base-executor.untyped.js +135 -2
  14. package/dist/src/base/base-executor.untyped.mjs +135 -2
  15. package/dist/src/base/base-executor.untyped.mjs.map +1 -0
  16. package/dist/src/base/index.d.mts +1 -3
  17. package/dist/src/base/index.d.ts +1 -1
  18. package/dist/src/base/index.js +4 -5
  19. package/dist/src/base/index.mjs +2 -4
  20. package/dist/src/base-executor-Bj63x9OE.d.ts +28 -0
  21. package/dist/src/base-executor-Bj63x9OE.d.ts.map +1 -0
  22. package/dist/src/base-executor-D6POztG2.d.mts +28 -0
  23. package/dist/src/base-executor-D6POztG2.d.mts.map +1 -0
  24. package/dist/src/base-executor.untyped-D4R6pki2.d.ts +7 -0
  25. package/dist/src/base-executor.untyped-D4R6pki2.d.ts.map +1 -0
  26. package/dist/src/base-executor.untyped-hmlG6oyC.d.mts +7 -0
  27. package/dist/src/base-executor.untyped-hmlG6oyC.d.mts.map +1 -0
  28. package/dist/src/chunk-BE-pF4vm.js +34 -0
  29. package/dist/src/{constants-BvODbBl8.d.ts → constants-CbG11Mby.d.ts} +1 -1
  30. package/dist/src/constants-CbG11Mby.d.ts.map +1 -0
  31. package/dist/src/{constants-ByputsG8.d.mts → constants-VDvVnoLC.d.mts} +1 -1
  32. package/dist/src/constants-VDvVnoLC.d.mts.map +1 -0
  33. package/dist/src/executors/build/executor.d.mts +2 -16
  34. package/dist/src/executors/build/executor.d.mts.map +1 -1
  35. package/dist/src/executors/build/executor.d.ts +2 -16
  36. package/dist/src/executors/build/executor.d.ts.map +1 -1
  37. package/dist/src/executors/build/executor.js +6 -7
  38. package/dist/src/executors/build/executor.mjs +4 -6
  39. package/dist/src/executors/build/executor.mjs.map +1 -1
  40. package/dist/src/executors/build/untyped.d.mts +2 -2
  41. package/dist/src/executors/build/untyped.d.mts.map +1 -1
  42. package/dist/src/executors/build/untyped.d.ts +2 -2
  43. package/dist/src/executors/build/untyped.d.ts.map +1 -1
  44. package/dist/src/executors/build/untyped.js +3 -4
  45. package/dist/src/executors/build/untyped.mjs +1 -2
  46. package/dist/src/executors/build/untyped.mjs.map +1 -1
  47. package/dist/src/executors/clean/executor.d.mts +2 -13
  48. package/dist/src/executors/clean/executor.d.mts.map +1 -1
  49. package/dist/src/executors/clean/executor.d.ts +2 -13
  50. package/dist/src/executors/clean/executor.d.ts.map +1 -1
  51. package/dist/src/executors/clean/executor.js +4 -6
  52. package/dist/src/executors/clean/executor.mjs +2 -4
  53. package/dist/src/executors/clean/executor.mjs.map +1 -1
  54. package/dist/src/executors/clean/untyped.d.mts +2 -2
  55. package/dist/src/executors/clean/untyped.d.mts.map +1 -1
  56. package/dist/src/executors/clean/untyped.d.ts +2 -2
  57. package/dist/src/executors/clean/untyped.d.ts.map +1 -1
  58. package/dist/src/executors/clean/untyped.js +3 -3
  59. package/dist/src/executors/clean/untyped.mjs +1 -1
  60. package/dist/src/executors/docs/executor.d.mts +2 -15
  61. package/dist/src/executors/docs/executor.d.mts.map +1 -1
  62. package/dist/src/executors/docs/executor.d.ts +2 -15
  63. package/dist/src/executors/docs/executor.d.ts.map +1 -1
  64. package/dist/src/executors/docs/executor.js +4 -6
  65. package/dist/src/executors/docs/executor.mjs +2 -4
  66. package/dist/src/executors/docs/executor.mjs.map +1 -1
  67. package/dist/src/executors/docs/untyped.d.mts +2 -2
  68. package/dist/src/executors/docs/untyped.d.mts.map +1 -1
  69. package/dist/src/executors/docs/untyped.d.ts +2 -2
  70. package/dist/src/executors/docs/untyped.d.ts.map +1 -1
  71. package/dist/src/executors/docs/untyped.js +3 -4
  72. package/dist/src/executors/docs/untyped.mjs +1 -2
  73. package/dist/src/executors/docs/untyped.mjs.map +1 -1
  74. package/dist/src/executors/lint/executor.d.mts +2 -15
  75. package/dist/src/executors/lint/executor.d.mts.map +1 -1
  76. package/dist/src/executors/lint/executor.d.ts +2 -15
  77. package/dist/src/executors/lint/executor.d.ts.map +1 -1
  78. package/dist/src/executors/lint/executor.js +4 -6
  79. package/dist/src/executors/lint/executor.mjs +2 -4
  80. package/dist/src/executors/lint/executor.mjs.map +1 -1
  81. package/dist/src/executors/lint/untyped.d.mts +2 -2
  82. package/dist/src/executors/lint/untyped.d.mts.map +1 -1
  83. package/dist/src/executors/lint/untyped.d.ts +2 -2
  84. package/dist/src/executors/lint/untyped.d.ts.map +1 -1
  85. package/dist/src/executors/lint/untyped.js +3 -4
  86. package/dist/src/executors/lint/untyped.mjs +1 -2
  87. package/dist/src/executors/lint/untyped.mjs.map +1 -1
  88. package/dist/src/executors/prepare/executor.d.mts +2 -15
  89. package/dist/src/executors/prepare/executor.d.mts.map +1 -1
  90. package/dist/src/executors/prepare/executor.d.ts +2 -15
  91. package/dist/src/executors/prepare/executor.d.ts.map +1 -1
  92. package/dist/src/executors/prepare/executor.js +6 -7
  93. package/dist/src/executors/prepare/executor.mjs +4 -6
  94. package/dist/src/executors/prepare/executor.mjs.map +1 -1
  95. package/dist/src/executors/prepare/untyped.d.mts +2 -2
  96. package/dist/src/executors/prepare/untyped.d.mts.map +1 -1
  97. package/dist/src/executors/prepare/untyped.d.ts +2 -2
  98. package/dist/src/executors/prepare/untyped.d.ts.map +1 -1
  99. package/dist/src/executors/prepare/untyped.js +26 -3
  100. package/dist/src/executors/prepare/untyped.mjs +26 -3
  101. package/dist/src/executors/prepare/untyped.mjs.map +1 -0
  102. package/dist/src/generators/sync/generator.d.mts.map +1 -1
  103. package/dist/src/generators/sync/generator.d.ts.map +1 -1
  104. package/dist/src/generators/sync/generator.js +5 -6
  105. package/dist/src/generators/sync/generator.mjs +1 -2
  106. package/dist/src/generators/sync/generator.mjs.map +1 -1
  107. package/dist/src/generators/sync/untyped.d.mts +2 -2
  108. package/dist/src/generators/sync/untyped.d.mts.map +1 -1
  109. package/dist/src/generators/sync/untyped.d.ts +2 -2
  110. package/dist/src/generators/sync/untyped.d.ts.map +1 -1
  111. package/dist/src/generators/sync/untyped.js +1 -1
  112. package/dist/src/helpers/constants.d.mts +1 -1
  113. package/dist/src/helpers/constants.d.ts +1 -1
  114. package/dist/src/helpers/constants.js +34 -2
  115. package/dist/src/helpers/constants.mjs +33 -2
  116. package/dist/src/helpers/constants.mjs.map +1 -0
  117. package/dist/src/helpers/index.d.mts +2 -3
  118. package/dist/src/helpers/index.d.ts +2 -2
  119. package/dist/src/helpers/index.js +7 -8
  120. package/dist/src/helpers/index.mjs +2 -4
  121. package/dist/src/helpers/plugin-utilities.d.mts +1 -1
  122. package/dist/src/helpers/plugin-utilities.d.ts +1 -1
  123. package/dist/src/helpers/plugin-utilities.js +274 -5
  124. package/dist/src/helpers/plugin-utilities.mjs +270 -3
  125. package/dist/src/helpers/plugin-utilities.mjs.map +1 -0
  126. package/dist/src/index.d.mts +4 -7
  127. package/dist/src/index.d.ts +4 -4
  128. package/dist/src/index.js +11 -12
  129. package/dist/src/index.mjs +5 -7
  130. package/dist/src/plugin/index.d.mts +1 -1
  131. package/dist/src/plugin/index.d.mts.map +1 -1
  132. package/dist/src/plugin/index.d.ts +1 -1
  133. package/dist/src/plugin/index.d.ts.map +1 -1
  134. package/dist/src/plugin/index.js +3 -3
  135. package/dist/src/plugin/index.mjs +1 -2
  136. package/dist/src/plugin/index.mjs.map +1 -1
  137. package/dist/src/{plugin-DIj3oU64.d.mts → plugin-B_ZGdX7U.d.mts} +1 -1
  138. package/dist/src/plugin-B_ZGdX7U.d.mts.map +1 -0
  139. package/dist/src/{plugin-DN475itb.d.ts → plugin-DpyutMl2.d.ts} +1 -1
  140. package/dist/src/plugin-DpyutMl2.d.ts.map +1 -0
  141. package/dist/src/{plugin-utilities-Bz3Muyag.d.mts → plugin-utilities-Cg-Ccp4C.d.mts} +2 -3
  142. package/dist/src/plugin-utilities-Cg-Ccp4C.d.mts.map +1 -0
  143. package/dist/src/{plugin-utilities-CeMy-9YQ.d.ts → plugin-utilities-CmfuC3TZ.d.ts} +2 -3
  144. package/dist/src/plugin-utilities-CmfuC3TZ.d.ts.map +1 -0
  145. package/dist/src/types/index.d.mts +1 -1
  146. package/dist/src/types/index.d.ts +1 -1
  147. package/dist/src/types/plugin.d.mts +1 -1
  148. package/dist/src/types/plugin.d.ts +1 -1
  149. package/package.json +4 -4
  150. package/dist/src/base-B7jekb-W.js +0 -0
  151. package/dist/src/base-BRSa-clf.mjs +0 -1
  152. package/dist/src/base-executor-CWToCKgJ.d.ts +0 -2195
  153. package/dist/src/base-executor-CWToCKgJ.d.ts.map +0 -1
  154. package/dist/src/base-executor-Cc27ehGx.js +0 -4881
  155. package/dist/src/base-executor-DPB5qlkm.mjs +0 -4863
  156. package/dist/src/base-executor-DPB5qlkm.mjs.map +0 -1
  157. package/dist/src/base-executor-PhChSWwR.mjs +0 -4863
  158. package/dist/src/base-executor-PhChSWwR.mjs.map +0 -1
  159. package/dist/src/base-executor-tG-B1UsT.js +0 -4881
  160. package/dist/src/base-executor-xsZuLKpp.d.mts +0 -2197
  161. package/dist/src/base-executor-xsZuLKpp.d.mts.map +0 -1
  162. package/dist/src/base-executor.schema-BaaDD_VU.d.ts +0 -130
  163. package/dist/src/base-executor.schema-BaaDD_VU.d.ts.map +0 -1
  164. package/dist/src/base-executor.schema-CYPLsYvI.d.mts +0 -130
  165. package/dist/src/base-executor.schema-CYPLsYvI.d.mts.map +0 -1
  166. package/dist/src/base-executor.untyped-7SvGKXcO.d.mts +0 -7
  167. package/dist/src/base-executor.untyped-7SvGKXcO.d.mts.map +0 -1
  168. package/dist/src/base-executor.untyped-C1pQETnQ.mjs +0 -136
  169. package/dist/src/base-executor.untyped-C1pQETnQ.mjs.map +0 -1
  170. package/dist/src/base-executor.untyped-Cz1Zw_02.js +0 -141
  171. package/dist/src/base-executor.untyped-DBccuF6E.d.ts +0 -7
  172. package/dist/src/base-executor.untyped-DBccuF6E.d.ts.map +0 -1
  173. package/dist/src/base-executor.untyped-DCiPQvRf.d.ts +0 -7
  174. package/dist/src/base-executor.untyped-DCiPQvRf.d.ts.map +0 -1
  175. package/dist/src/base-executor.untyped-imww7Gm9.d.mts +0 -7
  176. package/dist/src/base-executor.untyped-imww7Gm9.d.mts.map +0 -1
  177. package/dist/src/config-CGQhS8tm.js +0 -239
  178. package/dist/src/config-LoR-NIJg.mjs +0 -147
  179. package/dist/src/config-LoR-NIJg.mjs.map +0 -1
  180. package/dist/src/constants-BvODbBl8.d.ts.map +0 -1
  181. package/dist/src/constants-ByputsG8.d.mts.map +0 -1
  182. package/dist/src/constants-CKuImMYn.js +0 -39
  183. package/dist/src/constants-DzvoYj5w.mjs +0 -34
  184. package/dist/src/constants-DzvoYj5w.mjs.map +0 -1
  185. package/dist/src/helpers-B78f0Oey.js +0 -0
  186. package/dist/src/helpers-j01T2doK.mjs +0 -1
  187. package/dist/src/index-7rWKHdox.d.mts +0 -1
  188. package/dist/src/index-CB5PSF-Q.d.ts +0 -1
  189. package/dist/src/index-CDDzqahH.d.ts +0 -1
  190. package/dist/src/index-CsuikFeJ.d.mts +0 -1
  191. package/dist/src/index-LhFpnU-f.d.mts +0 -1
  192. package/dist/src/index-g0mugXoV.d.ts +0 -1
  193. package/dist/src/plugin-BnaFlFmT.js +0 -0
  194. package/dist/src/plugin-DIj3oU64.d.mts.map +0 -1
  195. package/dist/src/plugin-DN475itb.d.ts.map +0 -1
  196. package/dist/src/plugin-DRjpXVSI.mjs +0 -1
  197. package/dist/src/plugin-utilities-ByTgFCEW.js +0 -287
  198. package/dist/src/plugin-utilities-Bz3Muyag.d.mts.map +0 -1
  199. package/dist/src/plugin-utilities-CeMy-9YQ.d.ts.map +0 -1
  200. package/dist/src/plugin-utilities-DamtoOxO.mjs +0 -270
  201. package/dist/src/plugin-utilities-DamtoOxO.mjs.map +0 -1
  202. package/dist/src/untyped-BzuygGwJ.mjs +0 -27
  203. package/dist/src/untyped-BzuygGwJ.mjs.map +0 -1
  204. package/dist/src/untyped-CB-jtwm-.js +0 -32
@@ -1 +1 @@
1
- {"version":3,"file":"executor.mjs","names":["defu","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 type { BuildInlineConfig } from \"powerlines\";\nimport PowerlinesAPI from \"powerlines\";\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,MACRA,OACE;EACE,OAAO,QAAQ,QAAQ;EACvB,WAAW,QAAQ,QAAQ;EAC3B,MAAM,QAAQ,QAAQ;EACvB,EACD,QAAQ,aACT,CACF;AAED,QAAO,EACL,SAAS,MACV;;AAGH,MAAMC,WAAiD,aAGrD,SAAS,WAAW;AAEtB,uBAAe"}
1
+ {"version":3,"file":"executor.mjs","names":[],"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 type { BuildInlineConfig } from \"powerlines\";\nimport PowerlinesAPI from \"powerlines\";\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,MAAM,WAAiD,aAGrD,SAAS,WAAW"}
@@ -1,7 +1,7 @@
1
- import * as untyped4 from "untyped";
1
+ import * as untyped from "untyped";
2
2
 
3
3
  //#region src/executors/build/untyped.d.ts
4
- declare const _default: untyped4.SchemaDefinition;
4
+ declare const _default: untyped.SchemaDefinition;
5
5
  //#endregion
6
6
  export { _default as default };
7
7
  //# sourceMappingURL=untyped.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"untyped.d.mts","names":[],"sources":["../../../../src/executors/build/untyped.ts"],"sourcesContent":[],"mappings":""}
1
+ {"version":3,"file":"untyped.d.mts","names":[],"sources":["../../../../src/executors/build/untyped.ts"],"mappings":""}
@@ -1,6 +1,6 @@
1
- import * as untyped0 from "untyped";
1
+ import * as untyped from "untyped";
2
2
 
3
3
  //#region src/executors/build/untyped.d.ts
4
- declare const _default: untyped0.SchemaDefinition;
4
+ declare const _default: untyped.SchemaDefinition;
5
5
  export = _default;
6
6
  //# sourceMappingURL=untyped.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"untyped.d.ts","names":[],"sources":["../../../../src/executors/build/untyped.ts"],"sourcesContent":[],"mappings":""}
1
+ {"version":3,"file":"untyped.d.ts","names":[],"sources":["../../../../src/executors/build/untyped.ts"],"mappings":""}
@@ -1,11 +1,10 @@
1
- const require_config = require('../../config-CGQhS8tm.js');
2
- require('../../base-executor.untyped-Cz1Zw_02.js');
3
- const require_untyped = require('../../untyped-CB-jtwm-.js');
1
+ const require_chunk = require('../../chunk-BE-pF4vm.js');
2
+ const require_executors_prepare_untyped = require('../prepare/untyped.js');
4
3
  let untyped = require("untyped");
5
4
 
6
5
  //#region src/executors/build/untyped.ts
7
6
  var untyped_default = (0, untyped.defineUntypedSchema)({
8
- ...require_untyped.untyped_default,
7
+ ...require_executors_prepare_untyped,
9
8
  $schema: {
10
9
  id: "BuildExecutorSchema",
11
10
  title: "Build Executor",
@@ -1,5 +1,4 @@
1
- import "../../base-executor.untyped-C1pQETnQ.mjs";
2
- import { t as untyped_default$1 } from "../../untyped-BzuygGwJ.mjs";
1
+ import untyped_default$1 from "../prepare/untyped.mjs";
3
2
  import { defineUntypedSchema } from "untyped";
4
3
 
5
4
  //#region src/executors/build/untyped.ts
@@ -1 +1 @@
1
- {"version":3,"file":"untyped.mjs","names":["PrepareExecutorSchema"],"sources":["../../../../src/executors/build/untyped.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 { defineUntypedSchema } from \"untyped\";\nimport PrepareExecutorSchema from \"../prepare/untyped\";\n\nexport default defineUntypedSchema({\n ...PrepareExecutorSchema,\n $schema: {\n id: \"BuildExecutorSchema\",\n title: \"Build Executor\",\n description: \"A type definition for the Powerlines - Build executor schema\",\n required: []\n },\n entry: {\n $schema: {\n title: \"Entry Path(s)\",\n description: \"The entry path(s) for the package\",\n oneOf: [{ type: \"string\" }, { type: \"array\", items: { type: \"string\" } }]\n }\n }\n});\n"],"mappings":";;;;;AAqBA,sBAAe,oBAAoB;CACjC,GAAGA;CACH,SAAS;EACP,IAAI;EACJ,OAAO;EACP,aAAa;EACb,UAAU,EAAE;EACb;CACD,OAAO,EACL,SAAS;EACP,OAAO;EACP,aAAa;EACb,OAAO,CAAC,EAAE,MAAM,UAAU,EAAE;GAAE,MAAM;GAAS,OAAO,EAAE,MAAM,UAAU;GAAE,CAAC;EAC1E,EACF;CACF,CAAC"}
1
+ {"version":3,"file":"untyped.mjs","names":["PrepareExecutorSchema"],"sources":["../../../../src/executors/build/untyped.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 { defineUntypedSchema } from \"untyped\";\nimport PrepareExecutorSchema from \"../prepare/untyped\";\n\nexport default defineUntypedSchema({\n ...PrepareExecutorSchema,\n $schema: {\n id: \"BuildExecutorSchema\",\n title: \"Build Executor\",\n description: \"A type definition for the Powerlines - Build executor schema\",\n required: []\n },\n entry: {\n $schema: {\n title: \"Entry Path(s)\",\n description: \"The entry path(s) for the package\",\n oneOf: [{ type: \"string\" }, { type: \"array\", items: { type: \"string\" } }]\n }\n }\n});\n"],"mappings":";;;;AAqBA,sBAAe,oBAAoB;CACjC,GAAGA;CACH,SAAS;EACP,IAAI;EACJ,OAAO;EACP,aAAa;EACb,UAAU,EAAE;EACb;CACD,OAAO,EACL,SAAS;EACP,OAAO;EACP,aAAa;EACb,OAAO,CAAC,EAAE,MAAM,UAAU,EAAE;GAAE,MAAM;GAAS,OAAO,EAAE,MAAM,UAAU;GAAE,CAAC;EAC1E,EACF;CACF,CAAC"}
@@ -1,4 +1,5 @@
1
- import { r as PowerlinesAPI, t as PowerlinesExecutorContext } from "../../base-executor-xsZuLKpp.mjs";
1
+ import { t as PowerlinesExecutorContext } from "../../base-executor-D6POztG2.mjs";
2
+ import PowerlinesAPI from "powerlines";
2
3
  import { PromiseExecutor } from "@nx/devkit";
3
4
  import { BaseExecutorResult } from "@storm-software/workspace-tools/types";
4
5
 
@@ -16,7 +17,6 @@ interface CleanExecutorSchema {
16
17
  * @format path
17
18
  */
18
19
  configFile?: string;
19
-
20
20
  /**
21
21
  * Input Entry File(s)
22
22
  *
@@ -26,7 +26,6 @@ interface CleanExecutorSchema {
26
26
  * @format path
27
27
  */
28
28
  input?: Array<string>;
29
-
30
29
  /**
31
30
  * TSConfig Path
32
31
  *
@@ -37,7 +36,6 @@ interface CleanExecutorSchema {
37
36
  * @format path
38
37
  */
39
38
  tsconfig?: string;
40
-
41
39
  /**
42
40
  * Output Path
43
41
  *
@@ -47,7 +45,6 @@ interface CleanExecutorSchema {
47
45
  * @format path
48
46
  */
49
47
  outputPath?: string;
50
-
51
48
  /**
52
49
  * Sourcemap
53
50
  *
@@ -55,7 +52,6 @@ interface CleanExecutorSchema {
55
52
  *
56
53
  */
57
54
  sourceMap?: boolean;
58
-
59
55
  /**
60
56
  * Format
61
57
  *
@@ -64,7 +60,6 @@ interface CleanExecutorSchema {
64
60
  * @default ["cjs","esm"]
65
61
  */
66
62
  format?: Array<string>;
67
-
68
63
  /**
69
64
  * Platform
70
65
  *
@@ -75,7 +70,6 @@ interface CleanExecutorSchema {
75
70
  * @enum neutral,node,browser
76
71
  */
77
72
  platform?: string;
78
-
79
73
  /**
80
74
  * External
81
75
  *
@@ -83,7 +77,6 @@ interface CleanExecutorSchema {
83
77
  *
84
78
  */
85
79
  external?: Array<any>;
86
-
87
80
  /**
88
81
  * No External
89
82
  *
@@ -91,7 +84,6 @@ interface CleanExecutorSchema {
91
84
  *
92
85
  */
93
86
  noExternal?: Array<any>;
94
-
95
87
  /**
96
88
  * Skip Node Modules Bundle
97
89
  *
@@ -99,7 +91,6 @@ interface CleanExecutorSchema {
99
91
  *
100
92
  */
101
93
  skipNodeModulesBundle?: boolean;
102
-
103
94
  /**
104
95
  * Mode
105
96
  *
@@ -109,7 +100,6 @@ interface CleanExecutorSchema {
109
100
  * @enum development,test,production
110
101
  */
111
102
  mode?: string;
112
-
113
103
  /**
114
104
  * Log Level
115
105
  *
@@ -119,7 +109,6 @@ interface CleanExecutorSchema {
119
109
  * @enum fatal,error,warn,success,info,debug,trace,silent
120
110
  */
121
111
  logLevel?: string;
122
-
123
112
  /**
124
113
  * Define
125
114
  *
@@ -1 +1 @@
1
- {"version":3,"file":"executor.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 * \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;EAAjB;;;;;;;;;;;ECyB8C;;;;;;AAQ7C;;UDbQC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;WAsCCA;;;;;;;;;;;;;;;;;;;aAmBEA;;;;;;;;eAQEA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;WAoCJC;;;;AAzHOF,iBCwBK,UAAA,CDxBc,OAAA,ECyBzB,yBDzByB,CAAA,OAAA,ECyBU,mBDzBV,CAAA,EAAA,GAAA,EC0B7B,aD1B6B,CAAA,EC2BjC,OD3BiC,CC2BzB,kBD3ByB,CAAA;cCmC9B,QDfGC,ECeO,eDfPA,CCeuB,mBDfvBA,CAAAA"}
1
+ {"version":3,"file":"executor.d.mts","names":["CleanExecutorSchema","Array","Record","configFile","input","tsconfig","outputPath","sourceMap","format","platform","external","noExternal","skipNodeModulesBundle","mode","logLevel","define"],"sources":["../../../../src/executors/clean/schema.d.ts","../../../../src/executors/clean/executor.ts"],"mappings":";;;;;;;;UAIiBA,mBAAAA;;AAAjB;;;;;;;;EAUCG,UAAAA;;;;;;;;;EAUAC,KAAAA,GAAQH,KAAAA;;;;;;;;;;EAWRI,QAAAA;;;ACPD;;;;;;EDiBCC,UAAAA;;;;;;;EAQAC,SAAAA;;;;AChBA;;;;EDyBAC,MAAAA,GAASP,KAAAA;;;;;;;;;;EAWTQ,QAAAA;;;;;;;EAQAC,QAAAA,GAAWT,KAAAA;;;;;;;EAQXU,UAAAA,GAAaV,KAAAA;;;;;;;EAQbW,qBAAAA;;;;;;;;;EAUAC,IAAAA;;;;;;;;;EAUAC,QAAAA;;;;;;;EAQAC,MAAAA,GAASb,MAAAA;AAAAA;;;iBCjGY,UAAA,CACpB,OAAA,EAAS,yBAAA,UAAmC,mBAAA,GAC5C,GAAA,EAAK,aAAA,GACJ,OAAA,CAAQ,kBAAA;AAAA,cAQL,QAAA,EAAU,eAAA,CAAgB,mBAAA"}
@@ -1,6 +1,7 @@
1
- import { r as PowerlinesAPI, t as PowerlinesExecutorContext } from "../../base-executor-CWToCKgJ.js";
1
+ import { t as PowerlinesExecutorContext } from "../../base-executor-Bj63x9OE.js";
2
2
  import { PromiseExecutor } from "@nx/devkit";
3
3
  import { BaseExecutorResult } from "@storm-software/workspace-tools/types";
4
+ import PowerlinesAPI from "powerlines";
4
5
 
5
6
  //#region src/executors/clean/schema.d.ts
6
7
  // Generated by @storm-software/untyped
@@ -16,7 +17,6 @@ interface CleanExecutorSchema {
16
17
  * @format path
17
18
  */
18
19
  configFile?: string;
19
-
20
20
  /**
21
21
  * Input Entry File(s)
22
22
  *
@@ -26,7 +26,6 @@ interface CleanExecutorSchema {
26
26
  * @format path
27
27
  */
28
28
  input?: Array<string>;
29
-
30
29
  /**
31
30
  * TSConfig Path
32
31
  *
@@ -37,7 +36,6 @@ interface CleanExecutorSchema {
37
36
  * @format path
38
37
  */
39
38
  tsconfig?: string;
40
-
41
39
  /**
42
40
  * Output Path
43
41
  *
@@ -47,7 +45,6 @@ interface CleanExecutorSchema {
47
45
  * @format path
48
46
  */
49
47
  outputPath?: string;
50
-
51
48
  /**
52
49
  * Sourcemap
53
50
  *
@@ -55,7 +52,6 @@ interface CleanExecutorSchema {
55
52
  *
56
53
  */
57
54
  sourceMap?: boolean;
58
-
59
55
  /**
60
56
  * Format
61
57
  *
@@ -64,7 +60,6 @@ interface CleanExecutorSchema {
64
60
  * @default ["cjs","esm"]
65
61
  */
66
62
  format?: Array<string>;
67
-
68
63
  /**
69
64
  * Platform
70
65
  *
@@ -75,7 +70,6 @@ interface CleanExecutorSchema {
75
70
  * @enum neutral,node,browser
76
71
  */
77
72
  platform?: string;
78
-
79
73
  /**
80
74
  * External
81
75
  *
@@ -83,7 +77,6 @@ interface CleanExecutorSchema {
83
77
  *
84
78
  */
85
79
  external?: Array<any>;
86
-
87
80
  /**
88
81
  * No External
89
82
  *
@@ -91,7 +84,6 @@ interface CleanExecutorSchema {
91
84
  *
92
85
  */
93
86
  noExternal?: Array<any>;
94
-
95
87
  /**
96
88
  * Skip Node Modules Bundle
97
89
  *
@@ -99,7 +91,6 @@ interface CleanExecutorSchema {
99
91
  *
100
92
  */
101
93
  skipNodeModulesBundle?: boolean;
102
-
103
94
  /**
104
95
  * Mode
105
96
  *
@@ -109,7 +100,6 @@ interface CleanExecutorSchema {
109
100
  * @enum development,test,production
110
101
  */
111
102
  mode?: string;
112
-
113
103
  /**
114
104
  * Log Level
115
105
  *
@@ -119,7 +109,6 @@ interface CleanExecutorSchema {
119
109
  * @enum fatal,error,warn,success,info,debug,trace,silent
120
110
  */
121
111
  logLevel?: string;
122
-
123
112
  /**
124
113
  * Define
125
114
  *
@@ -1 +1 @@
1
- {"version":3,"file":"executor.d.ts","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 * \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;EAAjB;;;;;;;;;;;ECyB8C;;;;;;AAQ7C;;UDbQC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;WAsCCA;;;;;;;;;;;;;;;;;;;aAmBEA;;;;;;;;eAQEA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;WAoCJC;;;;AAzHOF,iBCwBK,UAAA,CDxBc,OAAA,ECyBzB,yBDzByB,CAAA,OAAA,ECyBU,mBDzBV,CAAA,EAAA,GAAA,EC0B7B,aD1B6B,CAAA,EC2BjC,OD3BiC,CC2BzB,kBD3ByB,CAAA;cCmC9B,QDfGC,ECeO,eDfPA,CCeuB,mBDfvBA,CAAAA"}
1
+ {"version":3,"file":"executor.d.ts","names":["CleanExecutorSchema","Array","Record","configFile","input","tsconfig","outputPath","sourceMap","format","platform","external","noExternal","skipNodeModulesBundle","mode","logLevel","define"],"sources":["../../../../src/executors/clean/schema.d.ts","../../../../src/executors/clean/executor.ts"],"mappings":";;;;;;;;UAIiBA,mBAAAA;;AAAjB;;;;;;;;EAUCG,UAAAA;;;;;;;;;EAUAC,KAAAA,GAAQH,KAAAA;;;;;;;;;;EAWRI,QAAAA;;;ACPD;;;;;;EDiBCC,UAAAA;;;;;;;EAQAC,SAAAA;;;;AChBA;;;;EDyBAC,MAAAA,GAASP,KAAAA;;;;;;;;;;EAWTQ,QAAAA;;;;;;;EAQAC,QAAAA,GAAWT,KAAAA;;;;;;;EAQXU,UAAAA,GAAaV,KAAAA;;;;;;;EAQbW,qBAAAA;;;;;;;;;EAUAC,IAAAA;;;;;;;;;EAUAC,QAAAA;;;;;;;EAQAC,MAAAA,GAASb,MAAAA;AAAAA;;;iBCjGY,UAAA,CACpB,OAAA,EAAS,yBAAA,UAAmC,mBAAA,GAC5C,GAAA,EAAK,aAAA,GACJ,OAAA,CAAQ,kBAAA;AAAA,cAQL,QAAA,EAAU,eAAA,CAAgB,mBAAA"}
@@ -1,15 +1,13 @@
1
- Object.defineProperty(exports, '__esModule', { value: true });
2
- require('../../config-CGQhS8tm.js');
3
- const require_base_executor = require('../../base-executor-tG-B1UsT.js');
1
+ Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: 'Module' } });
2
+ const require_base_base_executor = require('../../base/base-executor.js');
4
3
 
5
4
  //#region src/executors/clean/executor.ts
6
5
  async function executorFn(context, api) {
7
6
  await api.clean(context.inlineConfig);
8
7
  return { success: true };
9
8
  }
10
- const executor = require_base_executor.withExecutor("clean", executorFn);
11
- var executor_default = executor;
9
+ const executor = require_base_base_executor.withExecutor("clean", executorFn);
12
10
 
13
11
  //#endregion
14
- exports.default = executor_default;
12
+ exports.default = executor;
15
13
  exports.executorFn = executorFn;
@@ -1,5 +1,4 @@
1
- import { t as withExecutor } from "../../base-executor-DPB5qlkm.mjs";
2
- import "../../config-LoR-NIJg.mjs";
1
+ import { withExecutor } from "../../base/base-executor.mjs";
3
2
 
4
3
  //#region src/executors/clean/executor.ts
5
4
  async function executorFn(context, api) {
@@ -7,8 +6,7 @@ async function executorFn(context, api) {
7
6
  return { success: true };
8
7
  }
9
8
  const executor = withExecutor("clean", executorFn);
10
- var executor_default = executor;
11
9
 
12
10
  //#endregion
13
- export { executor_default as default, executorFn };
11
+ export { executor as default, executorFn };
14
12
  //# sourceMappingURL=executor.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"executor.mjs","names":["executor: PromiseExecutor<CleanExecutorSchema>"],"sources":["../../../../src/executors/clean/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 type { CleanInlineConfig } from \"powerlines\";\nimport PowerlinesAPI from \"powerlines\";\nimport {\n PowerlinesExecutorContext,\n withExecutor\n} from \"../../base/base-executor\";\nimport type { CleanExecutorSchema } from \"./schema\";\n\nexport async function executorFn(\n context: PowerlinesExecutorContext<\"clean\", CleanExecutorSchema>,\n api: PowerlinesAPI\n): Promise<BaseExecutorResult> {\n await api.clean(context.inlineConfig as CleanInlineConfig);\n\n return {\n success: true\n };\n}\n\nconst executor: PromiseExecutor<CleanExecutorSchema> = withExecutor<\n \"clean\",\n CleanExecutorSchema\n>(\"clean\", executorFn);\n\nexport default executor;\n"],"mappings":";;;;AA4BA,eAAsB,WACpB,SACA,KAC6B;AAC7B,OAAM,IAAI,MAAM,QAAQ,aAAkC;AAE1D,QAAO,EACL,SAAS,MACV;;AAGH,MAAMA,WAAiD,aAGrD,SAAS,WAAW;AAEtB,uBAAe"}
1
+ {"version":3,"file":"executor.mjs","names":[],"sources":["../../../../src/executors/clean/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 type { CleanInlineConfig } from \"powerlines\";\nimport PowerlinesAPI from \"powerlines\";\nimport {\n PowerlinesExecutorContext,\n withExecutor\n} from \"../../base/base-executor\";\nimport type { CleanExecutorSchema } from \"./schema\";\n\nexport async function executorFn(\n context: PowerlinesExecutorContext<\"clean\", CleanExecutorSchema>,\n api: PowerlinesAPI\n): Promise<BaseExecutorResult> {\n await api.clean(context.inlineConfig as CleanInlineConfig);\n\n return {\n success: true\n };\n}\n\nconst executor: PromiseExecutor<CleanExecutorSchema> = withExecutor<\n \"clean\",\n CleanExecutorSchema\n>(\"clean\", executorFn);\n\nexport default executor;\n"],"mappings":";;;AA4BA,eAAsB,WACpB,SACA,KAC6B;AAC7B,OAAM,IAAI,MAAM,QAAQ,aAAkC;AAE1D,QAAO,EACL,SAAS,MACV;;AAGH,MAAM,WAAiD,aAGrD,SAAS,WAAW"}
@@ -1,7 +1,7 @@
1
- import * as untyped3 from "untyped";
1
+ import * as untyped from "untyped";
2
2
 
3
3
  //#region src/executors/clean/untyped.d.ts
4
- declare const _default: untyped3.SchemaDefinition;
4
+ declare const _default: untyped.SchemaDefinition;
5
5
  //#endregion
6
6
  export { _default as default };
7
7
  //# sourceMappingURL=untyped.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"untyped.d.mts","names":[],"sources":["../../../../src/executors/clean/untyped.ts"],"sourcesContent":[],"mappings":""}
1
+ {"version":3,"file":"untyped.d.mts","names":[],"sources":["../../../../src/executors/clean/untyped.ts"],"mappings":""}
@@ -1,6 +1,6 @@
1
- import * as untyped1 from "untyped";
1
+ import * as untyped from "untyped";
2
2
 
3
3
  //#region src/executors/clean/untyped.d.ts
4
- declare const _default: untyped1.SchemaDefinition;
4
+ declare const _default: untyped.SchemaDefinition;
5
5
  export = _default;
6
6
  //# sourceMappingURL=untyped.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"untyped.d.ts","names":[],"sources":["../../../../src/executors/clean/untyped.ts"],"sourcesContent":[],"mappings":""}
1
+ {"version":3,"file":"untyped.d.ts","names":[],"sources":["../../../../src/executors/clean/untyped.ts"],"mappings":""}
@@ -1,10 +1,10 @@
1
- const require_config = require('../../config-CGQhS8tm.js');
2
- const require_base_executor_untyped = require('../../base-executor.untyped-Cz1Zw_02.js');
1
+ const require_chunk = require('../../chunk-BE-pF4vm.js');
2
+ const require_base_base_executor_untyped = require('../../base/base-executor.untyped.js');
3
3
  let untyped = require("untyped");
4
4
 
5
5
  //#region src/executors/clean/untyped.ts
6
6
  var untyped_default = (0, untyped.defineUntypedSchema)({
7
- ...require_base_executor_untyped.base_executor_untyped_default,
7
+ ...require_base_base_executor_untyped,
8
8
  $schema: {
9
9
  id: "CleanExecutorSchema",
10
10
  title: "Clean Executor",
@@ -1,4 +1,4 @@
1
- import { t as base_executor_untyped_default } from "../../base-executor.untyped-C1pQETnQ.mjs";
1
+ import base_executor_untyped_default from "../../base/base-executor.untyped.mjs";
2
2
  import { defineUntypedSchema } from "untyped";
3
3
 
4
4
  //#region src/executors/clean/untyped.ts
@@ -1,4 +1,5 @@
1
- import { r as PowerlinesAPI, t as PowerlinesExecutorContext } from "../../base-executor-xsZuLKpp.mjs";
1
+ import { t as PowerlinesExecutorContext } from "../../base-executor-D6POztG2.mjs";
2
+ import PowerlinesAPI from "powerlines";
2
3
  import { PromiseExecutor } from "@nx/devkit";
3
4
  import { BaseExecutorResult } from "@storm-software/workspace-tools/types";
4
5
 
@@ -16,7 +17,6 @@ interface DocsExecutorSchema {
16
17
  * @format path
17
18
  */
18
19
  configFile?: string;
19
-
20
20
  /**
21
21
  * Input Entry File(s)
22
22
  *
@@ -26,7 +26,6 @@ interface DocsExecutorSchema {
26
26
  * @format path
27
27
  */
28
28
  input?: Array<string>;
29
-
30
29
  /**
31
30
  * TSConfig Path
32
31
  *
@@ -37,7 +36,6 @@ interface DocsExecutorSchema {
37
36
  * @format path
38
37
  */
39
38
  tsconfig?: string;
40
-
41
39
  /**
42
40
  * Output Path
43
41
  *
@@ -47,7 +45,6 @@ interface DocsExecutorSchema {
47
45
  * @format path
48
46
  */
49
47
  outputPath?: string;
50
-
51
48
  /**
52
49
  * Sourcemap
53
50
  *
@@ -55,7 +52,6 @@ interface DocsExecutorSchema {
55
52
  *
56
53
  */
57
54
  sourceMap?: boolean;
58
-
59
55
  /**
60
56
  * Format
61
57
  *
@@ -64,7 +60,6 @@ interface DocsExecutorSchema {
64
60
  * @default ["cjs","esm"]
65
61
  */
66
62
  format?: Array<string>;
67
-
68
63
  /**
69
64
  * Platform
70
65
  *
@@ -75,7 +70,6 @@ interface DocsExecutorSchema {
75
70
  * @enum neutral,node,browser
76
71
  */
77
72
  platform?: string;
78
-
79
73
  /**
80
74
  * External
81
75
  *
@@ -83,7 +77,6 @@ interface DocsExecutorSchema {
83
77
  *
84
78
  */
85
79
  external?: Array<any>;
86
-
87
80
  /**
88
81
  * No External
89
82
  *
@@ -91,7 +84,6 @@ interface DocsExecutorSchema {
91
84
  *
92
85
  */
93
86
  noExternal?: Array<any>;
94
-
95
87
  /**
96
88
  * Skip Node Modules Bundle
97
89
  *
@@ -99,7 +91,6 @@ interface DocsExecutorSchema {
99
91
  *
100
92
  */
101
93
  skipNodeModulesBundle?: boolean;
102
-
103
94
  /**
104
95
  * Mode
105
96
  *
@@ -109,7 +100,6 @@ interface DocsExecutorSchema {
109
100
  * @enum development,test,production
110
101
  */
111
102
  mode?: string;
112
-
113
103
  /**
114
104
  * Log Level
115
105
  *
@@ -119,7 +109,6 @@ interface DocsExecutorSchema {
119
109
  * @enum fatal,error,warn,success,info,debug,trace,silent
120
110
  */
121
111
  logLevel?: string;
122
-
123
112
  /**
124
113
  * Define
125
114
  *
@@ -127,7 +116,6 @@ interface DocsExecutorSchema {
127
116
  *
128
117
  */
129
118
  define?: Record<string, string>;
130
-
131
119
  /**
132
120
  * Auto Install
133
121
  *
@@ -135,7 +123,6 @@ interface DocsExecutorSchema {
135
123
  *
136
124
  */
137
125
  autoInstall?: boolean;
138
-
139
126
  /**
140
127
  * Skip Cache
141
128
  *
@@ -1 +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 @storm-software/untyped\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;EAAjB;;;;;;;;;;;ECyB6C;;;;;;AAQ5C;;UDbQC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;WAsCCA;;;;;;;;;;;;;;;;;;;aAmBEA;;;;;;;;eAQEA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;WAoCJC;;;;;;;;;;;;;;;;;;;;AAzHOF,iBCwBK,UAAA,CDxBa,OAAA,ECyBxB,yBDzBwB,CAAA,MAAA,ECyBU,kBDzBV,CAAA,EAAA,GAAA,EC0B5B,aD1B4B,CAAA,EC2BhC,OD3BgC,CC2BxB,kBD3BwB,CAAA;cCmC7B,QDfGC,ECeO,eDfPA,CCeuB,kBDfvBA,CAAAA"}
1
+ {"version":3,"file":"executor.d.mts","names":["DocsExecutorSchema","Array","Record","configFile","input","tsconfig","outputPath","sourceMap","format","platform","external","noExternal","skipNodeModulesBundle","mode","logLevel","define","autoInstall","skipCache"],"sources":["../../../../src/executors/docs/schema.d.ts","../../../../src/executors/docs/executor.ts"],"mappings":";;;;;;;;UAIiBA,kBAAAA;;AAAjB;;;;;;;;EAUCG,UAAAA;;;;;;;;;EAUAC,KAAAA,GAAQH,KAAAA;;;;;;;;;;EAWRI,QAAAA;EA0GS;;;;ACjHV;;;;EDiBCC,UAAAA;;;;;;;EAQAC,SAAAA;;;;;;AChBA;;EDyBAC,MAAAA,GAASP,KAAAA;ECvBwC;;;;;;;;;EDkCjDQ,QAAAA;;;;;;;EAQAC,QAAAA,GAAWT,KAAAA;;;;;;;EAQXU,UAAAA,GAAaV,KAAAA;;;;;;;EAQbW,qBAAAA;;;;;;;;;EAUAC,IAAAA;;;;;;;;;EAUAC,QAAAA;;;;;;;EAQAC,MAAAA,GAASb,MAAAA;;;;;;;EAQTc,WAAAA;;;;;;;EAQAC,SAAAA;AAAAA;;;iBCjHqB,UAAA,CACpB,OAAA,EAAS,yBAAA,SAAkC,kBAAA,GAC3C,GAAA,EAAK,aAAA,GACJ,OAAA,CAAQ,kBAAA;AAAA,cAQL,QAAA,EAAU,eAAA,CAAgB,kBAAA"}
@@ -1,6 +1,7 @@
1
- import { r as PowerlinesAPI, t as PowerlinesExecutorContext } from "../../base-executor-CWToCKgJ.js";
1
+ import { t as PowerlinesExecutorContext } from "../../base-executor-Bj63x9OE.js";
2
2
  import { PromiseExecutor } from "@nx/devkit";
3
3
  import { BaseExecutorResult } from "@storm-software/workspace-tools/types";
4
+ import PowerlinesAPI from "powerlines";
4
5
 
5
6
  //#region src/executors/docs/schema.d.ts
6
7
  // Generated by @storm-software/untyped
@@ -16,7 +17,6 @@ interface DocsExecutorSchema {
16
17
  * @format path
17
18
  */
18
19
  configFile?: string;
19
-
20
20
  /**
21
21
  * Input Entry File(s)
22
22
  *
@@ -26,7 +26,6 @@ interface DocsExecutorSchema {
26
26
  * @format path
27
27
  */
28
28
  input?: Array<string>;
29
-
30
29
  /**
31
30
  * TSConfig Path
32
31
  *
@@ -37,7 +36,6 @@ interface DocsExecutorSchema {
37
36
  * @format path
38
37
  */
39
38
  tsconfig?: string;
40
-
41
39
  /**
42
40
  * Output Path
43
41
  *
@@ -47,7 +45,6 @@ interface DocsExecutorSchema {
47
45
  * @format path
48
46
  */
49
47
  outputPath?: string;
50
-
51
48
  /**
52
49
  * Sourcemap
53
50
  *
@@ -55,7 +52,6 @@ interface DocsExecutorSchema {
55
52
  *
56
53
  */
57
54
  sourceMap?: boolean;
58
-
59
55
  /**
60
56
  * Format
61
57
  *
@@ -64,7 +60,6 @@ interface DocsExecutorSchema {
64
60
  * @default ["cjs","esm"]
65
61
  */
66
62
  format?: Array<string>;
67
-
68
63
  /**
69
64
  * Platform
70
65
  *
@@ -75,7 +70,6 @@ interface DocsExecutorSchema {
75
70
  * @enum neutral,node,browser
76
71
  */
77
72
  platform?: string;
78
-
79
73
  /**
80
74
  * External
81
75
  *
@@ -83,7 +77,6 @@ interface DocsExecutorSchema {
83
77
  *
84
78
  */
85
79
  external?: Array<any>;
86
-
87
80
  /**
88
81
  * No External
89
82
  *
@@ -91,7 +84,6 @@ interface DocsExecutorSchema {
91
84
  *
92
85
  */
93
86
  noExternal?: Array<any>;
94
-
95
87
  /**
96
88
  * Skip Node Modules Bundle
97
89
  *
@@ -99,7 +91,6 @@ interface DocsExecutorSchema {
99
91
  *
100
92
  */
101
93
  skipNodeModulesBundle?: boolean;
102
-
103
94
  /**
104
95
  * Mode
105
96
  *
@@ -109,7 +100,6 @@ interface DocsExecutorSchema {
109
100
  * @enum development,test,production
110
101
  */
111
102
  mode?: string;
112
-
113
103
  /**
114
104
  * Log Level
115
105
  *
@@ -119,7 +109,6 @@ interface DocsExecutorSchema {
119
109
  * @enum fatal,error,warn,success,info,debug,trace,silent
120
110
  */
121
111
  logLevel?: string;
122
-
123
112
  /**
124
113
  * Define
125
114
  *
@@ -127,7 +116,6 @@ interface DocsExecutorSchema {
127
116
  *
128
117
  */
129
118
  define?: Record<string, string>;
130
-
131
119
  /**
132
120
  * Auto Install
133
121
  *
@@ -135,7 +123,6 @@ interface DocsExecutorSchema {
135
123
  *
136
124
  */
137
125
  autoInstall?: boolean;
138
-
139
126
  /**
140
127
  * Skip Cache
141
128
  *