@shell-shock/nx 0.0.42 → 0.0.46

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 (215) hide show
  1. package/CHANGELOG.md +30 -0
  2. package/README.md +1 -1
  3. package/dist/base/base-executor.d.mts +2 -0
  4. package/dist/base/base-executor.d.ts +2 -0
  5. package/dist/{base-executor-CkaF97Xd.js → base/base-executor.js} +10 -46
  6. package/dist/{base-executor-DUf5AdoE.mjs → base/base-executor.mjs} +3 -3
  7. package/dist/base/base-executor.mjs.map +1 -0
  8. package/dist/base/base-executor.schema.d.js +0 -0
  9. package/dist/{src/executors/lint/executor.d.ts → base/base-executor.schema.d.mts} +33 -38
  10. package/dist/base/base-executor.schema.d.mts.map +1 -0
  11. package/dist/{src/executors/lint/schema.d.ts → base/base-executor.schema.d.ts} +26 -13
  12. package/dist/base/base-executor.schema.d.ts.map +1 -0
  13. package/dist/{src/base → base}/base-executor.schema.json +40 -2
  14. package/dist/base/base-executor.untyped.d.mts +2 -0
  15. package/dist/base/base-executor.untyped.d.ts +2 -0
  16. package/dist/base/base-executor.untyped.js +18 -0
  17. package/dist/{src/index.mjs → base/base-executor.untyped.mjs} +2 -3
  18. package/dist/base/base-executor.untyped.mjs.map +1 -0
  19. package/dist/base/index.d.mts +2 -0
  20. package/dist/base/index.d.ts +2 -0
  21. package/dist/base/index.js +5 -0
  22. package/dist/base/index.mjs +4 -0
  23. package/dist/base-executor-CE7_IgHr.d.mts +29 -0
  24. package/dist/base-executor-CE7_IgHr.d.mts.map +1 -0
  25. package/dist/{base-executor-FX7YJl7f.d.ts → base-executor-CPOK8Lba.d.mts} +34 -14
  26. package/dist/base-executor-CPOK8Lba.d.mts.map +1 -0
  27. package/dist/base-executor-Co2z43MK.d.ts +29 -0
  28. package/dist/base-executor-Co2z43MK.d.ts.map +1 -0
  29. package/dist/{src/base-executor-DUf5AdoE.mjs → base-executor-DojAZA0w.mjs} +2 -2
  30. package/dist/base-executor-DojAZA0w.mjs.map +1 -0
  31. package/dist/{base-executor-BkNTl-jk.d.mts → base-executor-ICVyKAxY.d.ts} +34 -14
  32. package/dist/base-executor-ICVyKAxY.d.ts.map +1 -0
  33. package/dist/{src/base-executor-CkaF97Xd.js → base-executor-KUL9jD5R.js} +7 -7
  34. package/dist/base-executor.untyped-D4R6pki2.d.ts +7 -0
  35. package/dist/base-executor.untyped-D4R6pki2.d.ts.map +1 -0
  36. package/dist/base-executor.untyped-hmlG6oyC.d.mts +7 -0
  37. package/dist/base-executor.untyped-hmlG6oyC.d.mts.map +1 -0
  38. package/dist/chunk-BE-pF4vm.js +34 -0
  39. package/dist/executors/build/executor.d.mts +34 -16
  40. package/dist/executors/build/executor.d.mts.map +1 -1
  41. package/dist/executors/build/executor.d.ts +34 -16
  42. package/dist/executors/build/executor.d.ts.map +1 -1
  43. package/dist/executors/build/executor.js +3 -4
  44. package/dist/executors/build/executor.mjs +2 -3
  45. package/dist/executors/build/executor.mjs.map +1 -1
  46. package/dist/executors/build/schema.d.js +0 -0
  47. package/dist/{src/executors/build/executor.d.mts → executors/build/schema.d.mts} +35 -26
  48. package/dist/executors/build/schema.d.mts.map +1 -0
  49. package/dist/executors/build/schema.d.ts +160 -141
  50. package/dist/executors/build/schema.d.ts.map +1 -0
  51. package/dist/executors/build/schema.json +40 -2
  52. package/dist/executors/build/untyped.d.mts +7 -0
  53. package/dist/executors/build/untyped.d.mts.map +1 -0
  54. package/dist/executors/build/untyped.d.ts +6 -0
  55. package/dist/executors/build/untyped.d.ts.map +1 -0
  56. package/dist/executors/build/untyped.js +17 -0
  57. package/dist/executors/build/untyped.mjs +17 -0
  58. package/dist/executors/build/untyped.mjs.map +1 -0
  59. package/dist/executors/clean/executor.d.mts +34 -16
  60. package/dist/executors/clean/executor.d.mts.map +1 -1
  61. package/dist/executors/clean/executor.d.ts +34 -16
  62. package/dist/executors/clean/executor.d.ts.map +1 -1
  63. package/dist/executors/clean/executor.js +3 -4
  64. package/dist/executors/clean/executor.mjs +2 -3
  65. package/dist/executors/clean/executor.mjs.map +1 -1
  66. package/dist/executors/clean/schema.d.js +0 -0
  67. package/dist/{src/executors/clean/executor.d.mts → executors/clean/schema.d.mts} +35 -26
  68. package/dist/executors/clean/schema.d.mts.map +1 -0
  69. package/dist/executors/clean/schema.d.ts +160 -141
  70. package/dist/executors/clean/schema.d.ts.map +1 -0
  71. package/dist/executors/clean/schema.json +40 -2
  72. package/dist/executors/clean/untyped.d.mts +7 -0
  73. package/dist/executors/clean/untyped.d.mts.map +1 -0
  74. package/dist/executors/clean/untyped.d.ts +6 -0
  75. package/dist/executors/clean/untyped.d.ts.map +1 -0
  76. package/dist/executors/clean/untyped.js +17 -0
  77. package/dist/executors/clean/untyped.mjs +17 -0
  78. package/dist/executors/clean/untyped.mjs.map +1 -0
  79. package/dist/executors/docs/executor.d.mts +34 -16
  80. package/dist/executors/docs/executor.d.mts.map +1 -1
  81. package/dist/executors/docs/executor.d.ts +34 -16
  82. package/dist/executors/docs/executor.d.ts.map +1 -1
  83. package/dist/executors/docs/executor.js +3 -4
  84. package/dist/executors/docs/executor.mjs +2 -3
  85. package/dist/executors/docs/executor.mjs.map +1 -1
  86. package/dist/executors/docs/schema.d.js +0 -0
  87. package/dist/{src/executors/docs/executor.d.mts → executors/docs/schema.d.mts} +35 -26
  88. package/dist/executors/docs/schema.d.mts.map +1 -0
  89. package/dist/executors/docs/schema.d.ts +160 -141
  90. package/dist/executors/docs/schema.d.ts.map +1 -0
  91. package/dist/executors/docs/schema.json +40 -2
  92. package/dist/executors/docs/untyped.d.mts +7 -0
  93. package/dist/executors/docs/untyped.d.mts.map +1 -0
  94. package/dist/executors/docs/untyped.d.ts +6 -0
  95. package/dist/executors/docs/untyped.d.ts.map +1 -0
  96. package/dist/executors/docs/untyped.js +17 -0
  97. package/dist/executors/docs/untyped.mjs +17 -0
  98. package/dist/executors/docs/untyped.mjs.map +1 -0
  99. package/dist/executors/lint/executor.d.mts +34 -16
  100. package/dist/executors/lint/executor.d.mts.map +1 -1
  101. package/dist/executors/lint/executor.d.ts +34 -16
  102. package/dist/executors/lint/executor.d.ts.map +1 -1
  103. package/dist/executors/lint/executor.js +3 -4
  104. package/dist/executors/lint/executor.mjs +2 -3
  105. package/dist/executors/lint/executor.mjs.map +1 -1
  106. package/dist/executors/lint/schema.d.js +0 -0
  107. package/dist/{src/executors/lint/executor.d.mts → executors/lint/schema.d.mts} +35 -26
  108. package/dist/executors/lint/schema.d.mts.map +1 -0
  109. package/dist/executors/lint/schema.d.ts +160 -141
  110. package/dist/executors/lint/schema.d.ts.map +1 -0
  111. package/dist/executors/lint/schema.json +40 -2
  112. package/dist/executors/lint/untyped.d.mts +7 -0
  113. package/dist/executors/lint/untyped.d.mts.map +1 -0
  114. package/dist/executors/lint/untyped.d.ts +6 -0
  115. package/dist/executors/lint/untyped.d.ts.map +1 -0
  116. package/dist/executors/lint/untyped.js +17 -0
  117. package/dist/executors/lint/untyped.mjs +17 -0
  118. package/dist/executors/lint/untyped.mjs.map +1 -0
  119. package/dist/executors/prepare/executor.d.mts +34 -16
  120. package/dist/executors/prepare/executor.d.mts.map +1 -1
  121. package/dist/executors/prepare/executor.d.ts +34 -16
  122. package/dist/executors/prepare/executor.d.ts.map +1 -1
  123. package/dist/executors/prepare/executor.js +3 -4
  124. package/dist/executors/prepare/executor.mjs +2 -3
  125. package/dist/executors/prepare/executor.mjs.map +1 -1
  126. package/dist/executors/prepare/schema.d.js +0 -0
  127. package/dist/{src/executors/prepare/executor.d.mts → executors/prepare/schema.d.mts} +35 -26
  128. package/dist/executors/prepare/schema.d.mts.map +1 -0
  129. package/dist/executors/prepare/schema.d.ts +160 -141
  130. package/dist/executors/prepare/schema.d.ts.map +1 -0
  131. package/dist/executors/prepare/schema.json +40 -2
  132. package/dist/executors/prepare/untyped.d.mts +7 -0
  133. package/dist/executors/prepare/untyped.d.mts.map +1 -0
  134. package/dist/executors/prepare/untyped.d.ts +6 -0
  135. package/dist/executors/prepare/untyped.d.ts.map +1 -0
  136. package/dist/executors/prepare/untyped.js +18 -0
  137. package/dist/executors/prepare/untyped.mjs +17 -0
  138. package/dist/executors/prepare/untyped.mjs.map +1 -0
  139. package/dist/index.d.mts +1 -2
  140. package/dist/index.d.ts +1 -1
  141. package/dist/index.js +5 -4
  142. package/dist/index.mjs +1 -1
  143. package/dist/index.mjs.map +1 -1
  144. package/dist/plugin/index.d.mts +1 -1
  145. package/dist/plugin/index.d.mts.map +1 -1
  146. package/dist/plugin/index.d.ts.map +1 -1
  147. package/dist/plugin/index.js +4 -3
  148. package/dist/plugin/index.mjs +1 -1
  149. package/dist/plugin/index.mjs.map +1 -1
  150. package/docs/api/base-executor.schema.md +31 -1
  151. package/docs/api/build/schema.md +31 -1
  152. package/docs/api/clean/schema.md +31 -1
  153. package/docs/api/docs/schema.md +31 -1
  154. package/docs/api/lint/schema.md +31 -1
  155. package/docs/api/prepare/schema.md +31 -1
  156. package/executors.json +10 -10
  157. package/package.json +46 -58
  158. package/dist/base-executor-BkNTl-jk.d.mts.map +0 -1
  159. package/dist/base-executor-DUf5AdoE.mjs.map +0 -1
  160. package/dist/base-executor-FX7YJl7f.d.ts.map +0 -1
  161. package/dist/src/base/base-executor.schema.d.ts +0 -128
  162. package/dist/src/base-executor-BkNTl-jk.d.mts +0 -155
  163. package/dist/src/base-executor-BkNTl-jk.d.mts.map +0 -1
  164. package/dist/src/base-executor-DUf5AdoE.mjs.map +0 -1
  165. package/dist/src/base-executor-FX7YJl7f.d.ts +0 -155
  166. package/dist/src/base-executor-FX7YJl7f.d.ts.map +0 -1
  167. package/dist/src/executors/build/executor.d.mts.map +0 -1
  168. package/dist/src/executors/build/executor.d.ts +0 -154
  169. package/dist/src/executors/build/executor.d.ts.map +0 -1
  170. package/dist/src/executors/build/executor.js +0 -20
  171. package/dist/src/executors/build/executor.mjs +0 -18
  172. package/dist/src/executors/build/executor.mjs.map +0 -1
  173. package/dist/src/executors/build/schema.d.ts +0 -144
  174. package/dist/src/executors/build/schema.json +0 -163
  175. package/dist/src/executors/clean/executor.d.mts.map +0 -1
  176. package/dist/src/executors/clean/executor.d.ts +0 -154
  177. package/dist/src/executors/clean/executor.d.ts.map +0 -1
  178. package/dist/src/executors/clean/executor.js +0 -15
  179. package/dist/src/executors/clean/executor.mjs +0 -14
  180. package/dist/src/executors/clean/executor.mjs.map +0 -1
  181. package/dist/src/executors/clean/schema.d.ts +0 -144
  182. package/dist/src/executors/clean/schema.json +0 -163
  183. package/dist/src/executors/docs/executor.d.mts.map +0 -1
  184. package/dist/src/executors/docs/executor.d.ts +0 -154
  185. package/dist/src/executors/docs/executor.d.ts.map +0 -1
  186. package/dist/src/executors/docs/executor.js +0 -16
  187. package/dist/src/executors/docs/executor.mjs +0 -14
  188. package/dist/src/executors/docs/executor.mjs.map +0 -1
  189. package/dist/src/executors/docs/schema.d.ts +0 -144
  190. package/dist/src/executors/docs/schema.json +0 -163
  191. package/dist/src/executors/lint/executor.d.mts.map +0 -1
  192. package/dist/src/executors/lint/executor.d.ts.map +0 -1
  193. package/dist/src/executors/lint/executor.js +0 -16
  194. package/dist/src/executors/lint/executor.mjs +0 -14
  195. package/dist/src/executors/lint/executor.mjs.map +0 -1
  196. package/dist/src/executors/lint/schema.json +0 -163
  197. package/dist/src/executors/prepare/executor.d.mts.map +0 -1
  198. package/dist/src/executors/prepare/executor.d.ts +0 -154
  199. package/dist/src/executors/prepare/executor.d.ts.map +0 -1
  200. package/dist/src/executors/prepare/executor.js +0 -20
  201. package/dist/src/executors/prepare/executor.mjs +0 -18
  202. package/dist/src/executors/prepare/executor.mjs.map +0 -1
  203. package/dist/src/executors/prepare/schema.d.ts +0 -144
  204. package/dist/src/executors/prepare/schema.json +0 -163
  205. package/dist/src/index.d.mts +0 -3
  206. package/dist/src/index.d.ts +0 -2
  207. package/dist/src/index.js +0 -18
  208. package/dist/src/index.mjs.map +0 -1
  209. package/dist/src/plugin/index.d.mts +0 -8
  210. package/dist/src/plugin/index.d.mts.map +0 -1
  211. package/dist/src/plugin/index.d.ts +0 -8
  212. package/dist/src/plugin/index.d.ts.map +0 -1
  213. package/dist/src/plugin/index.js +0 -8
  214. package/dist/src/plugin/index.mjs +0 -8
  215. package/dist/src/plugin/index.mjs.map +0 -1
@@ -1,144 +1,163 @@
1
-
1
+ //#region src/executors/clean/schema.d.ts
2
2
  // Generated by powerlines
3
3
  // Do not edit this file directly
4
-
5
- export interface CleanExecutorSchema {
6
- /**
7
- * Powerlines Configuration File
8
- *
9
- * The path to the Powerlines configuration file
10
- *
11
- * @default "{projectRoot}/powerlines.config.ts"
12
- *
13
- * @format path
14
- */
15
- configFile?: string,
16
-
17
- /**
18
- * Input Entry File(s)
19
- *
20
- * The entry file(s) that serve as the input for the project
21
- *
22
- *
23
- * @format path
24
- */
25
- input?: Array<string>,
26
-
27
- /**
28
- * TSConfig Path
29
- *
30
- * The path to the tsconfig file
31
- *
32
- * @default "{projectRoot}/tsconfig.json"
33
- *
34
- * @format path
35
- */
36
- tsconfig?: string,
37
-
38
- /**
39
- * Output Path
40
- *
41
- * The path to the output directory for the build artifacts
42
- *
43
- *
44
- * @format path
45
- */
46
- outputPath?: string,
47
-
48
- /**
49
- * Sourcemap
50
- *
51
- * Generate a sourcemap
52
- *
53
- */
54
- sourceMap?: boolean,
55
-
56
- /**
57
- * Format
58
- *
59
- * The format to build
60
- *
61
- * @default ["cjs","esm"]
62
- */
63
- format?: Array<string>,
64
-
65
- /**
66
- * Platform
67
- *
68
- * The platform to build
69
- *
70
- * @default "neutral"
71
- *
72
- * @enum neutral,node,browser
73
- */
74
- platform?: string,
75
-
76
- /**
77
- * External
78
- *
79
- * The external dependencies
80
- *
81
- */
82
- external?: Array<any>,
83
-
84
- /**
85
- * No External
86
- *
87
- * The dependencies that should not be treated as external
88
- *
89
- */
90
- noExternal?: Array<any>,
91
-
92
- /**
93
- * Skip Node Modules Bundle
94
- *
95
- * Skip bundling node_modules during the build process (if required)
96
- *
97
- */
98
- skipNodeModulesBundle?: boolean,
99
-
100
- /**
101
- * Mode
102
- *
103
- * The build mode
104
- *
105
- *
106
- * @enum development,test,production
107
- */
108
- mode?: string,
109
-
110
- /**
111
- * Log Level
112
- *
113
- * The log level to use for the build process
114
- *
115
- *
116
- * @enum fatal,error,warn,success,info,debug,trace,silent
117
- */
118
- logLevel?: string,
119
-
120
- /**
121
- * Define
122
- *
123
- * The `define` values
124
- *
125
- */
126
- define?: Record<string, string>,
127
-
128
- /**
129
- * Auto Install
130
- *
131
- * Automatically install dependencies during prepare stage
132
- *
133
- */
134
- autoInstall?: boolean,
135
-
136
- /**
137
- * Skip Cache
138
- *
139
- * Skip the caching mechanism during the build process (if required)
140
- *
141
- */
142
- skipCache?: boolean,
4
+ interface CleanExecutorSchema {
5
+ /**
6
+ * Powerlines Configuration File
7
+ *
8
+ * The path to the Powerlines configuration file. Alias for `configFile`.
9
+ *
10
+ * @default "{projectRoot}/powerlines.config.ts"
11
+ *
12
+ * @format path
13
+ */
14
+ config?: string;
15
+ /**
16
+ * Powerlines Configuration File
17
+ *
18
+ * The path to the Powerlines configuration file. Alias for `config`.
19
+ *
20
+ * @default "{projectRoot}/powerlines.config.ts"
21
+ *
22
+ * @format path
23
+ */
24
+ configFile?: string;
25
+ /**
26
+ * Input Entry File(s)
27
+ *
28
+ * The entry file(s) that serve as the input for the project
29
+ *
30
+ *
31
+ * @format path
32
+ */
33
+ input?: Array<string>;
34
+ /**
35
+ * TSConfig Path
36
+ *
37
+ * The path to the tsconfig file
38
+ *
39
+ * @default "{projectRoot}/tsconfig.json"
40
+ *
41
+ * @format path
42
+ */
43
+ tsconfig?: string;
44
+ /**
45
+ * Output Path
46
+ *
47
+ * The path to the output directory for the build artifacts
48
+ *
49
+ *
50
+ * @format path
51
+ */
52
+ outputPath?: string;
53
+ /**
54
+ * Copy Path
55
+ *
56
+ * A directory path to copy the build artifacts into
57
+ *
58
+ *
59
+ * @oneOf [object Object],[object Object]
60
+ */
61
+ copyPath?: any;
62
+ /**
63
+ * Sourcemap
64
+ *
65
+ * Generate a sourcemap
66
+ *
67
+ */
68
+ sourceMap?: boolean;
69
+ /**
70
+ * Format
71
+ *
72
+ * The format to build
73
+ *
74
+ * @default ["cjs","esm"]
75
+ */
76
+ format?: Array<string>;
77
+ /**
78
+ * Platform
79
+ *
80
+ * The platform to build
81
+ *
82
+ * @default "neutral"
83
+ *
84
+ * @enum neutral,node,browser
85
+ */
86
+ platform?: string;
87
+ /**
88
+ * External
89
+ *
90
+ * The external dependencies
91
+ *
92
+ */
93
+ external?: Array<any>;
94
+ /**
95
+ * No External
96
+ *
97
+ * The dependencies that should not be treated as external
98
+ *
99
+ */
100
+ noExternal?: Array<any>;
101
+ /**
102
+ * Skip Node Modules Bundle
103
+ *
104
+ * Skip bundling node_modules during the build process (if required)
105
+ *
106
+ */
107
+ skipNodeModulesBundle?: boolean;
108
+ /**
109
+ * Mode
110
+ *
111
+ * The build mode
112
+ *
113
+ *
114
+ * @enum development,test,production
115
+ */
116
+ mode?: string;
117
+ /**
118
+ * Log Level
119
+ *
120
+ * The log level to use for the build process
121
+ *
122
+ *
123
+ * @enum fatal,error,warn,success,info,debug,trace,silent
124
+ */
125
+ logLevel?: string;
126
+ /**
127
+ * Define
128
+ *
129
+ * The `define` values
130
+ *
131
+ */
132
+ define?: Record<string, string>;
133
+ /**
134
+ * Assets
135
+ *
136
+ * The `assets` values
137
+ *
138
+ */
139
+ assets?: Array<{
140
+ input?: string;
141
+ output?: string;
142
+ glob: string;
143
+ ignore?: string[];
144
+ dot?: boolean;
145
+ }>;
146
+ /**
147
+ * Auto Install
148
+ *
149
+ * Automatically install dependencies during prepare stage
150
+ *
151
+ */
152
+ autoInstall?: boolean;
153
+ /**
154
+ * Skip Cache
155
+ *
156
+ * Skip the caching mechanism during the build process (if required)
157
+ *
158
+ */
159
+ skipCache?: boolean;
143
160
  }
144
-
161
+ //#endregion
162
+ export { CleanExecutorSchema };
163
+ //# sourceMappingURL=schema.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"schema.d.ts","names":["CleanExecutorSchema","Array","Record","config","configFile","input","tsconfig","outputPath","copyPath","sourceMap","format","platform","external","noExternal","skipNodeModulesBundle","mode","logLevel","define","assets","output","glob","ignore","dot","autoInstall","skipCache"],"sources":["../../../src/executors/clean/schema.d.ts"],"mappings":";;;UAIiBA,mBAAAA;;;;;;;;;;EAUhBG,MAAAA;;;;;;;;;;EAWAC,UAAAA;;;;;;;;;EAUAC,KAAAA,GAAQJ,KAAAA;;;;;;;;;;EAWRK,QAAAA;;;;;;;;;EAUAC,UAAAA;;;;;;;;;EAUAC,QAAAA;;;;;;;EAQAC,SAAAA;;;;;;;;EASAC,MAAAA,GAAST,KAAAA;;;;;;;;;;EAWTU,QAAAA;;;;;;;EAQAC,QAAAA,GAAWX,KAAAA;;;;;;;EAQXY,UAAAA,GAAaZ,KAAAA;;;;;;;EAQba,qBAAAA;;;;;;;;;EAUAC,IAAAA;;;;;;;;;EAUAC,QAAAA;;;;;;;EAQAC,MAAAA,GAASf,MAAAA;;;;;;;EAQTgB,MAAAA,GAASjB,KAAAA;IAAQI,KAAAA;IAAgBc,MAAAA;IAAiBC,IAAAA;IAAcC,MAAAA;IAAmBC,GAAAA;EAAAA;;;;;;;EAQnFC,WAAAA;;;;;;;EAQAC,SAAAA;AAAAA"}
@@ -4,11 +4,19 @@
4
4
  "description": "A type definition for the Powerlines - Clean executor schema",
5
5
  "required": [],
6
6
  "properties": {
7
+ "config": {
8
+ "title": "Powerlines Configuration File",
9
+ "type": "string",
10
+ "format": "path",
11
+ "description": "The path to the Powerlines configuration file. Alias for `configFile`.",
12
+ "id": "#config",
13
+ "default": "{projectRoot}/powerlines.config.ts"
14
+ },
7
15
  "configFile": {
8
16
  "title": "Powerlines Configuration File",
9
17
  "type": "string",
10
18
  "format": "path",
11
- "description": "The path to the Powerlines configuration file",
19
+ "description": "The path to the Powerlines configuration file. Alias for `config`.",
12
20
  "id": "#configFile",
13
21
  "default": "{projectRoot}/powerlines.config.ts"
14
22
  },
@@ -37,6 +45,25 @@
37
45
  "description": "The path to the output directory for the build artifacts",
38
46
  "id": "#outputPath"
39
47
  },
48
+ "copyPath": {
49
+ "title": "Copy Path",
50
+ "description": "A directory path to copy the build artifacts into",
51
+ "oneOf": [
52
+ {
53
+ "type": "string",
54
+ "format": "path"
55
+ },
56
+ {
57
+ "type": "boolean",
58
+ "enum": [
59
+ false
60
+ ]
61
+ }
62
+ ],
63
+ "id": "#copyPath",
64
+ "type": "any",
65
+ "default": {}
66
+ },
40
67
  "sourceMap": {
41
68
  "title": "Sourcemap",
42
69
  "type": "boolean",
@@ -134,6 +161,14 @@
134
161
  "id": "#define",
135
162
  "default": {}
136
163
  },
164
+ "assets": {
165
+ "title": "Assets",
166
+ "type": "any",
167
+ "tsType": "Array<{ input?: string; output?: string; glob: string; ignore?: string[]; dot?: boolean; }>",
168
+ "description": "The `assets` values",
169
+ "id": "#assets",
170
+ "default": {}
171
+ },
137
172
  "autoInstall": {
138
173
  "title": "Auto Install",
139
174
  "type": "boolean",
@@ -149,8 +184,10 @@
149
184
  },
150
185
  "type": "object",
151
186
  "default": {
187
+ "config": "{projectRoot}/powerlines.config.ts",
152
188
  "configFile": "{projectRoot}/powerlines.config.ts",
153
189
  "tsconfig": "{projectRoot}/tsconfig.json",
190
+ "copyPath": {},
154
191
  "format": [
155
192
  "cjs",
156
193
  "esm"
@@ -158,6 +195,7 @@
158
195
  "platform": "neutral",
159
196
  "external": [],
160
197
  "noExternal": [],
161
- "define": {}
198
+ "define": {},
199
+ "assets": {}
162
200
  }
163
201
  }
@@ -0,0 +1,7 @@
1
+ import * as untyped from "untyped";
2
+
3
+ //#region src/executors/clean/untyped.d.ts
4
+ declare const _default: untyped.SchemaDefinition;
5
+ //#endregion
6
+ export { _default as default };
7
+ //# sourceMappingURL=untyped.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"untyped.d.mts","names":[],"sources":["../../../src/executors/clean/untyped.ts"],"mappings":""}
@@ -0,0 +1,6 @@
1
+ import * as untyped from "untyped";
2
+
3
+ //#region src/executors/clean/untyped.d.ts
4
+ declare const _default: untyped.SchemaDefinition;
5
+ export = _default;
6
+ //# sourceMappingURL=untyped.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"untyped.d.ts","names":[],"sources":["../../../src/executors/clean/untyped.ts"],"mappings":""}
@@ -0,0 +1,17 @@
1
+ const require_chunk = require('../../chunk-BE-pF4vm.js');
2
+ const require_executors_prepare_untyped = require('../prepare/untyped.js');
3
+ let untyped = require("untyped");
4
+
5
+ //#region src/executors/clean/untyped.ts
6
+ var untyped_default = (0, untyped.defineUntypedSchema)({
7
+ ...require_executors_prepare_untyped,
8
+ $schema: {
9
+ id: "CleanExecutorSchema",
10
+ title: "Clean Executor",
11
+ description: "A type definition for the Powerlines - Clean executor schema",
12
+ required: []
13
+ }
14
+ });
15
+
16
+ //#endregion
17
+ module.exports = untyped_default;
@@ -0,0 +1,17 @@
1
+ import untyped_default$1 from "../prepare/untyped.mjs";
2
+ import { defineUntypedSchema } from "untyped";
3
+
4
+ //#region src/executors/clean/untyped.ts
5
+ var untyped_default = defineUntypedSchema({
6
+ ...untyped_default$1,
7
+ $schema: {
8
+ id: "CleanExecutorSchema",
9
+ title: "Clean Executor",
10
+ description: "A type definition for the Powerlines - Clean executor schema",
11
+ required: []
12
+ }
13
+ });
14
+
15
+ //#endregion
16
+ export { untyped_default as default };
17
+ //# sourceMappingURL=untyped.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"untyped.mjs","names":["prepareExecutorSchema"],"sources":["../../../src/executors/clean/untyped.ts"],"sourcesContent":["/* -------------------------------------------------------------------\n\n ⚡ Storm Software - Shell Shock\n\n This code was released as part of the Shell Shock project. Shell Shock\n is maintained by Storm Software under the Apache-2.0 license, and is\n free for commercial and private use. For more information, please visit\n our licensing page at https://stormsoftware.com/licenses/projects/shell-shock.\n\n Website: https://stormsoftware.com\n Repository: https://github.com/storm-software/shell-shock\n Documentation: https://docs.stormsoftware.com/projects/shell-shock\n Contact: https://stormsoftware.com/contact\n\n SPDX-License-Identifier: Apache-2.0\n\n ------------------------------------------------------------------- */\n\nimport { defineUntypedSchema } from \"untyped\";\nimport prepareExecutorSchema from \"../prepare/untyped\";\n\nexport default defineUntypedSchema({\n ...prepareExecutorSchema,\n $schema: {\n id: \"CleanExecutorSchema\",\n title: \"Clean Executor\",\n description: \"A type definition for the Powerlines - Clean 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,4 @@
1
- import { t as ShellShockExecutorContext } from "../../base-executor-BkNTl-jk.mjs";
1
+ import { t as ShellShockExecutorContext } from "../../base-executor-CPOK8Lba.mjs";
2
2
  import { PromiseExecutor } from "@nx/devkit";
3
3
  import { ShellShockAPI } from "@shell-shock/core/api";
4
4
  import { BaseExecutorResult } from "@storm-software/workspace-tools/types";
@@ -10,14 +10,23 @@ interface DocsExecutorSchema {
10
10
  /**
11
11
  * Powerlines Configuration File
12
12
  *
13
- * The path to the Powerlines configuration file
13
+ * The path to the Powerlines configuration file. Alias for `configFile`.
14
+ *
15
+ * @default "{projectRoot}/powerlines.config.ts"
16
+ *
17
+ * @format path
18
+ */
19
+ config?: string;
20
+ /**
21
+ * Powerlines Configuration File
22
+ *
23
+ * The path to the Powerlines configuration file. Alias for `config`.
14
24
  *
15
25
  * @default "{projectRoot}/powerlines.config.ts"
16
26
  *
17
27
  * @format path
18
28
  */
19
29
  configFile?: string;
20
-
21
30
  /**
22
31
  * Input Entry File(s)
23
32
  *
@@ -27,7 +36,6 @@ interface DocsExecutorSchema {
27
36
  * @format path
28
37
  */
29
38
  input?: Array<string>;
30
-
31
39
  /**
32
40
  * TSConfig Path
33
41
  *
@@ -38,7 +46,6 @@ interface DocsExecutorSchema {
38
46
  * @format path
39
47
  */
40
48
  tsconfig?: string;
41
-
42
49
  /**
43
50
  * Output Path
44
51
  *
@@ -48,7 +55,15 @@ interface DocsExecutorSchema {
48
55
  * @format path
49
56
  */
50
57
  outputPath?: string;
51
-
58
+ /**
59
+ * Copy Path
60
+ *
61
+ * A directory path to copy the build artifacts into
62
+ *
63
+ *
64
+ * @oneOf [object Object],[object Object]
65
+ */
66
+ copyPath?: any;
52
67
  /**
53
68
  * Sourcemap
54
69
  *
@@ -56,7 +71,6 @@ interface DocsExecutorSchema {
56
71
  *
57
72
  */
58
73
  sourceMap?: boolean;
59
-
60
74
  /**
61
75
  * Format
62
76
  *
@@ -65,7 +79,6 @@ interface DocsExecutorSchema {
65
79
  * @default ["cjs","esm"]
66
80
  */
67
81
  format?: Array<string>;
68
-
69
82
  /**
70
83
  * Platform
71
84
  *
@@ -76,7 +89,6 @@ interface DocsExecutorSchema {
76
89
  * @enum neutral,node,browser
77
90
  */
78
91
  platform?: string;
79
-
80
92
  /**
81
93
  * External
82
94
  *
@@ -84,7 +96,6 @@ interface DocsExecutorSchema {
84
96
  *
85
97
  */
86
98
  external?: Array<any>;
87
-
88
99
  /**
89
100
  * No External
90
101
  *
@@ -92,7 +103,6 @@ interface DocsExecutorSchema {
92
103
  *
93
104
  */
94
105
  noExternal?: Array<any>;
95
-
96
106
  /**
97
107
  * Skip Node Modules Bundle
98
108
  *
@@ -100,7 +110,6 @@ interface DocsExecutorSchema {
100
110
  *
101
111
  */
102
112
  skipNodeModulesBundle?: boolean;
103
-
104
113
  /**
105
114
  * Mode
106
115
  *
@@ -110,7 +119,6 @@ interface DocsExecutorSchema {
110
119
  * @enum development,test,production
111
120
  */
112
121
  mode?: string;
113
-
114
122
  /**
115
123
  * Log Level
116
124
  *
@@ -120,7 +128,6 @@ interface DocsExecutorSchema {
120
128
  * @enum fatal,error,warn,success,info,debug,trace,silent
121
129
  */
122
130
  logLevel?: string;
123
-
124
131
  /**
125
132
  * Define
126
133
  *
@@ -128,7 +135,19 @@ interface DocsExecutorSchema {
128
135
  *
129
136
  */
130
137
  define?: Record<string, string>;
131
-
138
+ /**
139
+ * Assets
140
+ *
141
+ * The `assets` values
142
+ *
143
+ */
144
+ assets?: Array<{
145
+ input?: string;
146
+ output?: string;
147
+ glob: string;
148
+ ignore?: string[];
149
+ dot?: boolean;
150
+ }>;
132
151
  /**
133
152
  * Auto Install
134
153
  *
@@ -136,7 +155,6 @@ interface DocsExecutorSchema {
136
155
  *
137
156
  */
138
157
  autoInstall?: boolean;
139
-
140
158
  /**
141
159
  * Skip Cache
142
160
  *
@@ -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 powerlines\n// Do not edit this file directly\n\nexport interface DocsExecutorSchema {\n /**\n * Powerlines Configuration File\n * \n * The path to the Powerlines configuration file\n * \n * @default \"{projectRoot}/powerlines.config.ts\"\n * \n * @format path\n */\n configFile?: string,\n\n /**\n * Input Entry File(s)\n * \n * The entry file(s) that serve as the input for the project\n * \n * \n * @format path\n */\n input?: Array<string>,\n\n /**\n * TSConfig Path\n * \n * The path to the tsconfig file\n * \n * @default \"{projectRoot}/tsconfig.json\"\n * \n * @format path\n */\n tsconfig?: string,\n\n /**\n * Output Path\n * \n * The path to the output directory for the build artifacts\n * \n * \n * @format path\n */\n outputPath?: string,\n\n /**\n * Sourcemap\n * \n * Generate a sourcemap\n * \n */\n sourceMap?: boolean,\n\n /**\n * Format\n * \n * The format to build\n * \n * @default [\"cjs\",\"esm\"]\n */\n format?: Array<string>,\n\n /**\n * Platform\n * \n * The platform to build\n * \n * @default \"neutral\"\n * \n * @enum neutral,node,browser\n */\n platform?: string,\n\n /**\n * External\n * \n * The external dependencies\n * \n */\n external?: Array<any>,\n\n /**\n * No External\n * \n * The dependencies that should not be treated as external\n * \n */\n noExternal?: Array<any>,\n\n /**\n * Skip Node Modules Bundle\n * \n * Skip bundling node_modules during the build process (if required)\n * \n */\n skipNodeModulesBundle?: boolean,\n\n /**\n * Mode\n * \n * The build mode\n * \n * \n * @enum development,test,production\n */\n mode?: string,\n\n /**\n * Log Level\n * \n * The log level to use for the build process\n * \n * \n * @enum fatal,error,warn,success,info,debug,trace,silent\n */\n logLevel?: string,\n\n /**\n * Define\n * \n * The `define` values\n * \n */\n define?: Record<string, string>,\n\n /**\n * Auto Install\n * \n * Automatically install dependencies during prepare stage\n * \n */\n autoInstall?: boolean,\n\n /**\n * Skip Cache\n * \n * Skip the caching mechanism during the build process (if required)\n * \n */\n skipCache?: boolean,\n}\n\n"],"mappings":";;;;;;;;UAIiBA,kBAAAA;;AAAjB;;;;;;;;;;ECuBA;;;;;;;AAgBC;UDnBQC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;WAsCCA;;;;;;;;;;;;;;;;;;;aAmBEA;;;;;;;;eAQEA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;WAoCJC;;;;;;;;;;;;;;;;;;;;iBClGY,UAAA,UACX,kCAAkC,0BACtC,gBACJ,QAAQ;AD1BX,cCyCM,QDzCWF,ECyCD,eDzCmB,CCyCH,kBDzCG,CAAA"}
1
+ {"version":3,"file":"executor.d.mts","names":["DocsExecutorSchema","Array","Record","config","configFile","input","tsconfig","outputPath","copyPath","sourceMap","format","platform","external","noExternal","skipNodeModulesBundle","mode","logLevel","define","assets","output","glob","ignore","dot","autoInstall","skipCache"],"sources":["../../../src/executors/docs/schema.d.ts","../../../src/executors/docs/executor.ts"],"mappings":";;;;;;;;UAIiBA,kBAAAA;;AAAjB;;;;;;;;EAUCG,MAAAA;EA4Ic;;;;;;;;;EAjIdC,UAAAA;;;;;;;;;EAUAC,KAAAA,GAAQJ,KAAAA;;;;;;;;;;EAWRK,QAAAA;;;;ACnBD;;;;;ED6BCC,UAAAA;;;;;;;;;EAUAC,QAAAA;;;ACvBA;;;;ED+BAC,SAAAA;;;;;;;;EASAC,MAAAA,GAAST,KAAAA;;;;;;;;;;EAWTU,QAAAA;;;;;;;EAQAC,QAAAA,GAAWX,KAAAA;;;;;;;EAQXY,UAAAA,GAAaZ,KAAAA;;;;;;;EAQba,qBAAAA;;;;;;;;;EAUAC,IAAAA;;;;;;;;;EAUAC,QAAAA;;;;;;;EAQAC,MAAAA,GAASf,MAAAA;;;;;;;EAQTgB,MAAAA,GAASjB,KAAAA;IAAQI,KAAAA;IAAgBc,MAAAA;IAAiBC,IAAAA;IAAcC,MAAAA;IAAmBC,GAAAA;EAAAA;;;;;;;EAQnFC,WAAAA;;;;;;;EAQAC,SAAAA;AAAAA;;;iBC/IqB,UAAA,CACpB,OAAA,EAAS,yBAAA,SAAkC,kBAAA,GAC3C,GAAA,EAAK,aAAA,GACJ,OAAA,CAAQ,kBAAA;AAAA,cAeL,QAAA,EAAU,eAAA,CAAgB,kBAAA"}