@powerlines/nx 0.11.269 → 0.11.271

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.d.ts","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.ts","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,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/docs/executor.ts
6
5
  async function executorFn(context, api) {
7
6
  await api.docs(context.inlineConfig);
8
7
  return { success: true };
9
8
  }
10
- const executor = require_base_executor.withExecutor("docs", executorFn);
11
- var executor_default = executor;
9
+ const executor = require_base_base_executor.withExecutor("docs", 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/docs/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("docs", 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<DocsExecutorSchema>"],"sources":["../../../../src/executors/docs/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 { DocsInlineConfig } from \"powerlines\";\nimport PowerlinesAPI from \"powerlines\";\nimport {\n PowerlinesExecutorContext,\n withExecutor\n} from \"../../base/base-executor\";\nimport type { DocsExecutorSchema } from \"./schema\";\n\nexport async function executorFn(\n context: PowerlinesExecutorContext<\"docs\", DocsExecutorSchema>,\n api: PowerlinesAPI\n): Promise<BaseExecutorResult> {\n await api.docs(context.inlineConfig as DocsInlineConfig);\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":";;;;AA4BA,eAAsB,WACpB,SACA,KAC6B;AAC7B,OAAM,IAAI,KAAK,QAAQ,aAAiC;AAExD,QAAO,EACL,SAAS,MACV;;AAGH,MAAMA,WAAgD,aAGpD,QAAQ,WAAW;AAErB,uBAAe"}
1
+ {"version":3,"file":"executor.mjs","names":[],"sources":["../../../../src/executors/docs/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 { DocsInlineConfig } from \"powerlines\";\nimport PowerlinesAPI from \"powerlines\";\nimport {\n PowerlinesExecutorContext,\n withExecutor\n} from \"../../base/base-executor\";\nimport type { DocsExecutorSchema } from \"./schema\";\n\nexport async function executorFn(\n context: PowerlinesExecutorContext<\"docs\", DocsExecutorSchema>,\n api: PowerlinesAPI\n): Promise<BaseExecutorResult> {\n await api.docs(context.inlineConfig as DocsInlineConfig);\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":";;;AA4BA,eAAsB,WACpB,SACA,KAC6B;AAC7B,OAAM,IAAI,KAAK,QAAQ,aAAiC;AAExD,QAAO,EACL,SAAS,MACV;;AAGH,MAAM,WAAgD,aAGpD,QAAQ,WAAW"}
@@ -1,7 +1,7 @@
1
- import * as untyped5 from "untyped";
1
+ import * as untyped from "untyped";
2
2
 
3
3
  //#region src/executors/docs/untyped.d.ts
4
- declare const _default: untyped5.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/docs/untyped.ts"],"sourcesContent":[],"mappings":""}
1
+ {"version":3,"file":"untyped.d.mts","names":[],"sources":["../../../../src/executors/docs/untyped.ts"],"mappings":""}
@@ -1,6 +1,6 @@
1
- import * as untyped2 from "untyped";
1
+ import * as untyped from "untyped";
2
2
 
3
3
  //#region src/executors/docs/untyped.d.ts
4
- declare const _default: untyped2.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/docs/untyped.ts"],"sourcesContent":[],"mappings":""}
1
+ {"version":3,"file":"untyped.d.ts","names":[],"sources":["../../../../src/executors/docs/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/docs/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: "DocsExecutorSchema",
11
10
  title: "Docs 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/docs/untyped.ts
@@ -1 +1 @@
1
- {"version":3,"file":"untyped.mjs","names":["prepareExecutorSchema"],"sources":["../../../../src/executors/docs/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: \"DocsExecutorSchema\",\n title: \"Docs Executor\",\n description: \"A type definition for the Powerlines - Docs executor schema\",\n required: []\n }\n});\n"],"mappings":";;;;;AAqBA,sBAAe,oBAAoB;CACjC,GAAGA;CACH,SAAS;EACP,IAAI;EACJ,OAAO;EACP,aAAa;EACb,UAAU,EAAE;EACb;CACF,CAAC"}
1
+ {"version":3,"file":"untyped.mjs","names":["prepareExecutorSchema"],"sources":["../../../../src/executors/docs/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: \"DocsExecutorSchema\",\n title: \"Docs Executor\",\n description: \"A type definition for the Powerlines - Docs executor schema\",\n required: []\n }\n});\n"],"mappings":";;;;AAqBA,sBAAe,oBAAoB;CACjC,GAAGA;CACH,SAAS;EACP,IAAI;EACJ,OAAO;EACP,aAAa;EACb,UAAU,EAAE;EACb;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 LintExecutorSchema {
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 LintExecutorSchema {
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 LintExecutorSchema {
37
36
  * @format path
38
37
  */
39
38
  tsconfig?: string;
40
-
41
39
  /**
42
40
  * Output Path
43
41
  *
@@ -47,7 +45,6 @@ interface LintExecutorSchema {
47
45
  * @format path
48
46
  */
49
47
  outputPath?: string;
50
-
51
48
  /**
52
49
  * Sourcemap
53
50
  *
@@ -55,7 +52,6 @@ interface LintExecutorSchema {
55
52
  *
56
53
  */
57
54
  sourceMap?: boolean;
58
-
59
55
  /**
60
56
  * Format
61
57
  *
@@ -64,7 +60,6 @@ interface LintExecutorSchema {
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 LintExecutorSchema {
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 LintExecutorSchema {
83
77
  *
84
78
  */
85
79
  external?: Array<any>;
86
-
87
80
  /**
88
81
  * No External
89
82
  *
@@ -91,7 +84,6 @@ interface LintExecutorSchema {
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 LintExecutorSchema {
99
91
  *
100
92
  */
101
93
  skipNodeModulesBundle?: boolean;
102
-
103
94
  /**
104
95
  * Mode
105
96
  *
@@ -109,7 +100,6 @@ interface LintExecutorSchema {
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 LintExecutorSchema {
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 LintExecutorSchema {
127
116
  *
128
117
  */
129
118
  define?: Record<string, string>;
130
-
131
119
  /**
132
120
  * Auto Install
133
121
  *
@@ -135,7 +123,6 @@ interface LintExecutorSchema {
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":["LintExecutorSchema","Array","Record"],"sources":["../../../../src/executors/lint/schema.d.ts","../../../../src/executors/lint/executor.ts"],"sourcesContent":["\n// Generated by @storm-software/untyped\n// Do not edit this file directly\n\nexport interface LintExecutorSchema {\n /**\n * Powerlines Configuration File\n * \n * The path to the Powerlines configuration file\n * \n * @default \"{projectRoot}/powerlines.config.ts\"\n * \n * @format path\n */\n configFile?: string,\n\n /**\n * Input Entry File(s)\n * \n * The entry file(s) that serve as the input for the project\n * \n * \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":["LintExecutorSchema","Array","Record","configFile","input","tsconfig","outputPath","sourceMap","format","platform","external","noExternal","skipNodeModulesBundle","mode","logLevel","define","autoInstall","skipCache"],"sources":["../../../../src/executors/lint/schema.d.ts","../../../../src/executors/lint/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/lint/schema.d.ts
6
7
  // Generated by @storm-software/untyped
@@ -16,7 +17,6 @@ interface LintExecutorSchema {
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 LintExecutorSchema {
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 LintExecutorSchema {
37
36
  * @format path
38
37
  */
39
38
  tsconfig?: string;
40
-
41
39
  /**
42
40
  * Output Path
43
41
  *
@@ -47,7 +45,6 @@ interface LintExecutorSchema {
47
45
  * @format path
48
46
  */
49
47
  outputPath?: string;
50
-
51
48
  /**
52
49
  * Sourcemap
53
50
  *
@@ -55,7 +52,6 @@ interface LintExecutorSchema {
55
52
  *
56
53
  */
57
54
  sourceMap?: boolean;
58
-
59
55
  /**
60
56
  * Format
61
57
  *
@@ -64,7 +60,6 @@ interface LintExecutorSchema {
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 LintExecutorSchema {
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 LintExecutorSchema {
83
77
  *
84
78
  */
85
79
  external?: Array<any>;
86
-
87
80
  /**
88
81
  * No External
89
82
  *
@@ -91,7 +84,6 @@ interface LintExecutorSchema {
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 LintExecutorSchema {
99
91
  *
100
92
  */
101
93
  skipNodeModulesBundle?: boolean;
102
-
103
94
  /**
104
95
  * Mode
105
96
  *
@@ -109,7 +100,6 @@ interface LintExecutorSchema {
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 LintExecutorSchema {
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 LintExecutorSchema {
127
116
  *
128
117
  */
129
118
  define?: Record<string, string>;
130
-
131
119
  /**
132
120
  * Auto Install
133
121
  *
@@ -135,7 +123,6 @@ interface LintExecutorSchema {
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.ts","names":["LintExecutorSchema","Array","Record"],"sources":["../../../../src/executors/lint/schema.d.ts","../../../../src/executors/lint/executor.ts"],"sourcesContent":["\n// Generated by @storm-software/untyped\n// Do not edit this file directly\n\nexport interface LintExecutorSchema {\n /**\n * Powerlines Configuration File\n * \n * The path to the Powerlines configuration file\n * \n * @default \"{projectRoot}/powerlines.config.ts\"\n * \n * @format path\n */\n configFile?: string,\n\n /**\n * Input Entry File(s)\n * \n * The entry file(s) that serve as the input for the project\n * \n * \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.ts","names":["LintExecutorSchema","Array","Record","configFile","input","tsconfig","outputPath","sourceMap","format","platform","external","noExternal","skipNodeModulesBundle","mode","logLevel","define","autoInstall","skipCache"],"sources":["../../../../src/executors/lint/schema.d.ts","../../../../src/executors/lint/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,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/lint/executor.ts
6
5
  async function executorFn(context, api) {
7
6
  await api.lint(context.inlineConfig);
8
7
  return { success: true };
9
8
  }
10
- const executor = require_base_executor.withExecutor("lint", executorFn);
11
- var executor_default = executor;
9
+ const executor = require_base_base_executor.withExecutor("lint", 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/lint/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("lint", 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<LintExecutorSchema>"],"sources":["../../../../src/executors/lint/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 { LintInlineConfig } from \"powerlines\";\nimport PowerlinesAPI from \"powerlines\";\nimport {\n PowerlinesExecutorContext,\n withExecutor\n} from \"../../base/base-executor\";\nimport type { LintExecutorSchema } from \"./schema\";\n\nexport async function executorFn(\n context: PowerlinesExecutorContext<\"lint\", LintExecutorSchema>,\n api: PowerlinesAPI\n): Promise<BaseExecutorResult> {\n await api.lint(context.inlineConfig as LintInlineConfig);\n\n return {\n success: true\n };\n}\n\nconst executor: PromiseExecutor<LintExecutorSchema> = withExecutor<\n \"lint\",\n LintExecutorSchema\n>(\"lint\", executorFn);\n\nexport default executor;\n"],"mappings":";;;;AA4BA,eAAsB,WACpB,SACA,KAC6B;AAC7B,OAAM,IAAI,KAAK,QAAQ,aAAiC;AAExD,QAAO,EACL,SAAS,MACV;;AAGH,MAAMA,WAAgD,aAGpD,QAAQ,WAAW;AAErB,uBAAe"}
1
+ {"version":3,"file":"executor.mjs","names":[],"sources":["../../../../src/executors/lint/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 { LintInlineConfig } from \"powerlines\";\nimport PowerlinesAPI from \"powerlines\";\nimport {\n PowerlinesExecutorContext,\n withExecutor\n} from \"../../base/base-executor\";\nimport type { LintExecutorSchema } from \"./schema\";\n\nexport async function executorFn(\n context: PowerlinesExecutorContext<\"lint\", LintExecutorSchema>,\n api: PowerlinesAPI\n): Promise<BaseExecutorResult> {\n await api.lint(context.inlineConfig as LintInlineConfig);\n\n return {\n success: true\n };\n}\n\nconst executor: PromiseExecutor<LintExecutorSchema> = withExecutor<\n \"lint\",\n LintExecutorSchema\n>(\"lint\", executorFn);\n\nexport default executor;\n"],"mappings":";;;AA4BA,eAAsB,WACpB,SACA,KAC6B;AAC7B,OAAM,IAAI,KAAK,QAAQ,aAAiC;AAExD,QAAO,EACL,SAAS,MACV;;AAGH,MAAM,WAAgD,aAGpD,QAAQ,WAAW"}
@@ -1,7 +1,7 @@
1
- import * as untyped2 from "untyped";
1
+ import * as untyped from "untyped";
2
2
 
3
3
  //#region src/executors/lint/untyped.d.ts
4
- declare const _default: untyped2.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/lint/untyped.ts"],"sourcesContent":[],"mappings":""}
1
+ {"version":3,"file":"untyped.d.mts","names":[],"sources":["../../../../src/executors/lint/untyped.ts"],"mappings":""}
@@ -1,6 +1,6 @@
1
- import * as untyped3 from "untyped";
1
+ import * as untyped from "untyped";
2
2
 
3
3
  //#region src/executors/lint/untyped.d.ts
4
- declare const _default: untyped3.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/lint/untyped.ts"],"sourcesContent":[],"mappings":""}
1
+ {"version":3,"file":"untyped.d.ts","names":[],"sources":["../../../../src/executors/lint/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/lint/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: "LintExecutorSchema",
11
10
  title: "Lint 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/lint/untyped.ts
@@ -1 +1 @@
1
- {"version":3,"file":"untyped.mjs","names":["prepareExecutorSchema"],"sources":["../../../../src/executors/lint/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: \"LintExecutorSchema\",\n title: \"Lint Executor\",\n description: \"A type definition for the Powerlines - Lint executor schema\",\n required: []\n }\n});\n"],"mappings":";;;;;AAqBA,sBAAe,oBAAoB;CACjC,GAAGA;CACH,SAAS;EACP,IAAI;EACJ,OAAO;EACP,aAAa;EACb,UAAU,EAAE;EACb;CACF,CAAC"}
1
+ {"version":3,"file":"untyped.mjs","names":["prepareExecutorSchema"],"sources":["../../../../src/executors/lint/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: \"LintExecutorSchema\",\n title: \"Lint Executor\",\n description: \"A type definition for the Powerlines - Lint executor schema\",\n required: []\n }\n});\n"],"mappings":";;;;AAqBA,sBAAe,oBAAoB;CACjC,GAAGA;CACH,SAAS;EACP,IAAI;EACJ,OAAO;EACP,aAAa;EACb,UAAU,EAAE;EACb;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 PrepareExecutorSchema {
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 PrepareExecutorSchema {
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 PrepareExecutorSchema {
37
36
  * @format path
38
37
  */
39
38
  tsconfig?: string;
40
-
41
39
  /**
42
40
  * Output Path
43
41
  *
@@ -47,7 +45,6 @@ interface PrepareExecutorSchema {
47
45
  * @format path
48
46
  */
49
47
  outputPath?: string;
50
-
51
48
  /**
52
49
  * Sourcemap
53
50
  *
@@ -55,7 +52,6 @@ interface PrepareExecutorSchema {
55
52
  *
56
53
  */
57
54
  sourceMap?: boolean;
58
-
59
55
  /**
60
56
  * Format
61
57
  *
@@ -64,7 +60,6 @@ interface PrepareExecutorSchema {
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 PrepareExecutorSchema {
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 PrepareExecutorSchema {
83
77
  *
84
78
  */
85
79
  external?: Array<any>;
86
-
87
80
  /**
88
81
  * No External
89
82
  *
@@ -91,7 +84,6 @@ interface PrepareExecutorSchema {
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 PrepareExecutorSchema {
99
91
  *
100
92
  */
101
93
  skipNodeModulesBundle?: boolean;
102
-
103
94
  /**
104
95
  * Mode
105
96
  *
@@ -109,7 +100,6 @@ interface PrepareExecutorSchema {
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 PrepareExecutorSchema {
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 PrepareExecutorSchema {
127
116
  *
128
117
  */
129
118
  define?: Record<string, string>;
130
-
131
119
  /**
132
120
  * Auto Install
133
121
  *
@@ -135,7 +123,6 @@ interface PrepareExecutorSchema {
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":["PrepareExecutorSchema","Array","Record"],"sources":["../../../../src/executors/prepare/schema.d.ts","../../../../src/executors/prepare/executor.ts"],"sourcesContent":["\n// Generated by @storm-software/untyped\n// Do not edit this file directly\n\nexport interface PrepareExecutorSchema {\n /**\n * Powerlines Configuration File\n * \n * The path to the Powerlines configuration file\n * \n * @default \"{projectRoot}/powerlines.config.ts\"\n * \n * @format path\n */\n configFile?: string,\n\n /**\n * Input Entry File(s)\n * \n * The entry file(s) that serve as the input for the project\n * \n * \n * @format path\n */\n input?: Array<string>,\n\n /**\n * TSConfig Path\n * \n * The path to the tsconfig file\n * \n * @default \"{projectRoot}/tsconfig.json\"\n * \n * @format path\n */\n tsconfig?: string,\n\n /**\n * Output Path\n * \n * The path to the output directory for the build artifacts\n * \n * \n * @format path\n */\n outputPath?: string,\n\n /**\n * Sourcemap\n * \n * Generate a sourcemap\n * \n */\n sourceMap?: boolean,\n\n /**\n * Format\n * \n * The format to build\n * \n * @default [\"cjs\",\"esm\"]\n */\n format?: Array<string>,\n\n /**\n * Platform\n * \n * The platform to build\n * \n * @default \"neutral\"\n * \n * @enum neutral,node,browser\n */\n platform?: string,\n\n /**\n * External\n * \n * The external dependencies\n * \n */\n external?: Array<any>,\n\n /**\n * No External\n * \n * The dependencies that should not be treated as external\n * \n */\n noExternal?: Array<any>,\n\n /**\n * Skip Node Modules Bundle\n * \n * Skip bundling node_modules during the build process (if required)\n * \n */\n skipNodeModulesBundle?: boolean,\n\n /**\n * Mode\n * \n * The build mode\n * \n * \n * @enum development,test,production\n */\n mode?: string,\n\n /**\n * Log Level\n * \n * The log level to use for the build process\n * \n * \n * @enum fatal,error,warn,success,info,debug,trace,silent\n */\n logLevel?: string,\n\n /**\n * Define\n * \n * The `define` values\n * \n */\n define?: Record<string, string>,\n\n /**\n * Auto Install\n * \n * Automatically install dependencies during prepare stage\n * \n */\n autoInstall?: boolean,\n\n /**\n * Skip Cache\n * \n * Skip the caching mechanism during the build process (if required)\n * \n */\n skipCache?: boolean,\n}\n\n"],"mappings":";;;;;;;UAIiBA,qBAAAA;EAAjB;;;;;;;;;;;EC0BgD;;;;;;AAiB/C;;UDvBQC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;WAsCCA;;;;;;;;;;;;;;;;;;;aAmBEA;;;;;;;;eAQEA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;WAoCJC;;;;;;;;;;;;;;;;;;;;AAzHOF,iBCyBK,UAAA,CDzBgB,OAAA,EC0B3B,yBD1B2B,CAAA,SAAA,EC0BU,qBD1BV,CAAA,EAAA,GAAA,EC2B/B,aD3B+B,CAAA,EC4BnC,OD5BmC,CC4B3B,kBD5B2B,CAAA;cC6ChC,QDzBGC,ECyBO,eDzBPA,CCyBuB,qBDzBvBA,CAAAA"}
1
+ {"version":3,"file":"executor.d.mts","names":["PrepareExecutorSchema","Array","Record","configFile","input","tsconfig","outputPath","sourceMap","format","platform","external","noExternal","skipNodeModulesBundle","mode","logLevel","define","autoInstall","skipCache"],"sources":["../../../../src/executors/prepare/schema.d.ts","../../../../src/executors/prepare/executor.ts"],"mappings":";;;;;;;;UAIiBA,qBAAAA;;AAAjB;;;;;;;;EAUCG,UAAAA;;;;;;;;;EAUAC,KAAAA,GAAQH,KAAAA;;;;;;;;;;EAWRI,QAAAA;EA0GS;;;;AChHV;;;;EDgBCC,UAAAA;;;;;;;EAQAC,SAAAA;;;;;;ACNA;;EDeAC,MAAAA,GAASP,KAAAA;ECb2C;;;;;;;;;EDwBpDQ,QAAAA;;;;;;;EAQAC,QAAAA,GAAWT,KAAAA;;;;;;;EAQXU,UAAAA,GAAaV,KAAAA;;;;;;;EAQbW,qBAAAA;;;;;;;;;EAUAC,IAAAA;;;;;;;;;EAUAC,QAAAA;;;;;;;EAQAC,MAAAA,GAASb,MAAAA;;;;;;;EAQTc,WAAAA;;;;;;;EAQAC,SAAAA;AAAAA;;;iBChHqB,UAAA,CACpB,OAAA,EAAS,yBAAA,YAAqC,qBAAA,GAC9C,GAAA,EAAK,aAAA,GACJ,OAAA,CAAQ,kBAAA;AAAA,cAiBL,QAAA,EAAU,eAAA,CAAgB,qBAAA"}