@powerlines/nx 0.11.294 → 0.11.296
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.
- package/dist/src/_virtual/_rolldown/runtime.js +29 -0
- package/dist/src/base/base-executor.d.mts +28 -2
- package/dist/src/base/base-executor.d.mts.map +1 -0
- package/dist/src/base/base-executor.d.ts +28 -2
- package/dist/src/base/base-executor.d.ts.map +1 -0
- package/dist/src/base/base-executor.js +3 -3
- package/dist/src/base/base-executor.untyped.d.mts +7 -2
- package/dist/src/base/base-executor.untyped.d.mts.map +1 -0
- package/dist/src/base/base-executor.untyped.d.ts +6 -2
- package/dist/src/base/base-executor.untyped.d.ts.map +1 -0
- package/dist/src/base/base-executor.untyped.js +1 -1
- package/dist/src/base/index.d.mts +1 -1
- package/dist/src/base/index.d.ts +1 -1
- package/dist/src/base-executor-BOTlYnaD.d.mts +163 -0
- package/dist/src/base-executor-BOTlYnaD.d.mts.map +1 -0
- package/dist/src/base-executor-DH33Fd1U.js +79 -0
- package/dist/src/base-executor-N_ZgvzpA.d.ts +163 -0
- package/dist/src/base-executor-N_ZgvzpA.d.ts.map +1 -0
- package/dist/src/base-executor-dn4QVqZ4.mjs +72 -0
- package/dist/src/base-executor-dn4QVqZ4.mjs.map +1 -0
- package/dist/src/base-executor.untyped-CWwiE6fo.mjs +162 -0
- package/dist/src/base-executor.untyped-CWwiE6fo.mjs.map +1 -0
- package/dist/src/base-executor.untyped-DwcuTgJP.js +167 -0
- package/dist/src/executors/build/executor.d.mts +2 -2
- package/dist/src/executors/build/executor.d.ts +1 -1
- package/dist/src/executors/build/executor.js +2 -2
- package/dist/src/executors/build/executor.mjs +1 -1
- package/dist/src/executors/build/untyped.js +1 -0
- package/dist/src/executors/build/untyped.mjs +1 -0
- package/dist/src/executors/build/untyped.mjs.map +1 -1
- package/dist/src/executors/clean/executor.d.mts +2 -2
- package/dist/src/executors/clean/executor.d.ts +1 -1
- package/dist/src/executors/clean/executor.js +2 -2
- package/dist/src/executors/clean/executor.mjs +1 -1
- package/dist/src/executors/clean/untyped.js +2 -2
- package/dist/src/executors/clean/untyped.mjs +1 -1
- package/dist/src/executors/docs/executor.d.mts +2 -2
- package/dist/src/executors/docs/executor.d.ts +1 -1
- package/dist/src/executors/docs/executor.js +2 -2
- package/dist/src/executors/docs/executor.mjs +1 -1
- package/dist/src/executors/docs/untyped.js +1 -0
- package/dist/src/executors/docs/untyped.mjs +1 -0
- package/dist/src/executors/docs/untyped.mjs.map +1 -1
- package/dist/src/executors/lint/executor.d.mts +2 -2
- package/dist/src/executors/lint/executor.d.ts +1 -1
- package/dist/src/executors/lint/executor.js +2 -2
- package/dist/src/executors/lint/executor.mjs +1 -1
- package/dist/src/executors/lint/untyped.js +1 -0
- package/dist/src/executors/lint/untyped.mjs +1 -0
- package/dist/src/executors/lint/untyped.mjs.map +1 -1
- package/dist/src/executors/prepare/executor.d.mts +2 -2
- package/dist/src/executors/prepare/executor.d.ts +1 -1
- package/dist/src/executors/prepare/executor.js +2 -2
- package/dist/src/executors/prepare/executor.mjs +1 -1
- package/dist/src/executors/prepare/untyped.js +2 -2
- package/dist/src/executors/prepare/untyped.mjs +1 -1
- package/dist/src/helpers/constants.d.mts +8 -2
- package/dist/src/helpers/constants.d.mts.map +1 -0
- package/dist/src/helpers/constants.d.ts +8 -2
- package/dist/src/helpers/constants.d.ts.map +1 -0
- package/dist/src/helpers/index.d.mts +2 -2
- package/dist/src/helpers/index.d.ts +2 -2
- package/dist/src/helpers/plugin-utilities.d.mts +57 -2
- package/dist/src/helpers/plugin-utilities.d.mts.map +1 -0
- package/dist/src/helpers/plugin-utilities.d.ts +57 -2
- package/dist/src/helpers/plugin-utilities.d.ts.map +1 -0
- package/dist/src/helpers/plugin-utilities.js +2 -2
- package/dist/src/helpers/plugin-utilities.mjs +2 -2
- package/dist/src/helpers/plugin-utilities.mjs.map +1 -1
- package/dist/src/index.d.mts +4 -4
- package/dist/src/index.d.ts +4 -4
- package/dist/src/index.js +0 -1
- package/dist/src/index.mjs +0 -1
- package/dist/src/plugin/index.d.mts +241 -1
- package/dist/src/plugin/index.d.mts.map +1 -1
- package/dist/src/plugin/index.d.ts +241 -1
- package/dist/src/plugin/index.d.ts.map +1 -1
- package/dist/src/plugin/index.js +296 -2
- package/dist/src/plugin/index.mjs +293 -1
- package/dist/src/plugin/index.mjs.map +1 -1
- package/dist/src/types/index.d.mts +1 -1
- package/dist/src/types/index.d.ts +1 -1
- package/dist/src/types/plugin.d.mts +243 -2
- package/dist/src/types/plugin.d.mts.map +1 -0
- package/dist/src/types/plugin.d.ts +243 -2
- package/dist/src/types/plugin.d.ts.map +1 -0
- package/package.json +13 -13
- package/dist/src/base-executor-Bj63x9OE.d.ts +0 -28
- package/dist/src/base-executor-Bj63x9OE.d.ts.map +0 -1
- package/dist/src/base-executor-D6POztG2.d.mts +0 -28
- package/dist/src/base-executor-D6POztG2.d.mts.map +0 -1
- package/dist/src/base-executor.untyped-D4R6pki2.d.ts +0 -7
- package/dist/src/base-executor.untyped-D4R6pki2.d.ts.map +0 -1
- package/dist/src/base-executor.untyped-hmlG6oyC.d.mts +0 -7
- package/dist/src/base-executor.untyped-hmlG6oyC.d.mts.map +0 -1
- package/dist/src/constants-CbG11Mby.d.ts +0 -8
- package/dist/src/constants-CbG11Mby.d.ts.map +0 -1
- package/dist/src/constants-VDvVnoLC.d.mts +0 -8
- package/dist/src/constants-VDvVnoLC.d.mts.map +0 -1
- package/dist/src/plugin-B_ZGdX7U.d.mts +0 -243
- package/dist/src/plugin-B_ZGdX7U.d.mts.map +0 -1
- package/dist/src/plugin-DpyutMl2.d.ts +0 -243
- package/dist/src/plugin-DpyutMl2.d.ts.map +0 -1
- package/dist/src/plugin-utilities-Cg-Ccp4C.d.mts +0 -57
- package/dist/src/plugin-utilities-Cg-Ccp4C.d.mts.map +0 -1
- package/dist/src/plugin-utilities-CmfuC3TZ.d.ts +0 -57
- package/dist/src/plugin-utilities-CmfuC3TZ.d.ts.map +0 -1
|
@@ -1,6 +1,246 @@
|
|
|
1
|
-
import { t as NxPluginOptions } from "../plugin-B_ZGdX7U.mjs";
|
|
2
1
|
import * as _nx_devkit0 from "@nx/devkit";
|
|
3
2
|
|
|
3
|
+
//#region src/types/plugin.d.ts
|
|
4
|
+
interface NxPluginOptions {
|
|
5
|
+
/**
|
|
6
|
+
* Configuration options for the clean target added by the Nx plugin
|
|
7
|
+
*/
|
|
8
|
+
clean?: false | {
|
|
9
|
+
/**
|
|
10
|
+
* The name of the clean target to use when cleaning the project
|
|
11
|
+
*
|
|
12
|
+
* @defaultValue "clean"
|
|
13
|
+
*/
|
|
14
|
+
targetName?: string;
|
|
15
|
+
/**
|
|
16
|
+
* The name of the clean configuration to use when cleaning the project
|
|
17
|
+
*
|
|
18
|
+
* @defaultValue "production"
|
|
19
|
+
*/
|
|
20
|
+
defaultConfiguration?: "production" | "test" | "development";
|
|
21
|
+
/**
|
|
22
|
+
* An array specifying any other target identifiers the clean target depends on
|
|
23
|
+
*
|
|
24
|
+
* @defaultValue ["^clean"]
|
|
25
|
+
*/
|
|
26
|
+
dependsOn?: string[];
|
|
27
|
+
/**
|
|
28
|
+
* An array specifying any input files or globs to consider when determining if the clean target needs to be re-run
|
|
29
|
+
*/
|
|
30
|
+
inputs?: string[] | "production" | "allProjectFiles" | "sharedGlobals" | "testing" | "linting" | "documentation" | "rust" | "typescript";
|
|
31
|
+
/**
|
|
32
|
+
* An array specifying the output files or globs generated by the clean target
|
|
33
|
+
*/
|
|
34
|
+
outputs?: string[];
|
|
35
|
+
/**
|
|
36
|
+
* The executor to use for the clean target
|
|
37
|
+
*
|
|
38
|
+
* @defaultValue "\@powerlines/nx:clean"
|
|
39
|
+
*/
|
|
40
|
+
executor?: string;
|
|
41
|
+
};
|
|
42
|
+
/**
|
|
43
|
+
* Configuration options for the prepare target added by the Nx plugin
|
|
44
|
+
*/
|
|
45
|
+
prepare?: false | {
|
|
46
|
+
/**
|
|
47
|
+
* The name of the prepare target to use when preparing the project
|
|
48
|
+
*
|
|
49
|
+
* @defaultValue "prepare"
|
|
50
|
+
*/
|
|
51
|
+
targetName?: string;
|
|
52
|
+
/**
|
|
53
|
+
* The name of the prepare configuration to use when preparing the project
|
|
54
|
+
*
|
|
55
|
+
* @defaultValue "production"
|
|
56
|
+
*/
|
|
57
|
+
defaultConfiguration?: "production" | "test" | "development";
|
|
58
|
+
/**
|
|
59
|
+
* An array specifying any other target identifiers the prepare target depends on
|
|
60
|
+
*
|
|
61
|
+
* @defaultValue ["^build", "clean"]
|
|
62
|
+
*/
|
|
63
|
+
dependsOn?: string[];
|
|
64
|
+
/**
|
|
65
|
+
* An array specifying any input files or globs to consider when determining if the prepare target needs to be re-run
|
|
66
|
+
*/
|
|
67
|
+
inputs?: string[] | "production" | "allProjectFiles" | "sharedGlobals" | "testing" | "linting" | "documentation" | "rust" | "typescript";
|
|
68
|
+
/**
|
|
69
|
+
* An array specifying the output files or globs generated by the prepare target
|
|
70
|
+
*/
|
|
71
|
+
outputs?: string[];
|
|
72
|
+
/**
|
|
73
|
+
* The executor to use for the prepare target
|
|
74
|
+
*
|
|
75
|
+
* @defaultValue "\@powerlines/nx:prepare"
|
|
76
|
+
*/
|
|
77
|
+
executor?: string;
|
|
78
|
+
};
|
|
79
|
+
/**
|
|
80
|
+
* Configuration options for the lint target added by the Nx plugin
|
|
81
|
+
*/
|
|
82
|
+
lint?: false | {
|
|
83
|
+
/**
|
|
84
|
+
* The name of the lint target to use when linting the project
|
|
85
|
+
*
|
|
86
|
+
* @defaultValue "lint"
|
|
87
|
+
*/
|
|
88
|
+
targetName?: string;
|
|
89
|
+
/**
|
|
90
|
+
* The name of the lint configuration to use when linting the project
|
|
91
|
+
*
|
|
92
|
+
* @defaultValue "production"
|
|
93
|
+
*/
|
|
94
|
+
defaultConfiguration?: "production" | "test" | "development";
|
|
95
|
+
/**
|
|
96
|
+
* An array specifying any other target identifiers the lint target depends on
|
|
97
|
+
*
|
|
98
|
+
* @defaultValue ["^lint"]
|
|
99
|
+
*/
|
|
100
|
+
dependsOn?: string[];
|
|
101
|
+
/**
|
|
102
|
+
* An array specifying any input files or globs to consider when determining if the lint target needs to be re-run
|
|
103
|
+
*/
|
|
104
|
+
inputs?: string[] | "production" | "allProjectFiles" | "sharedGlobals" | "testing" | "linting" | "documentation" | "rust" | "typescript";
|
|
105
|
+
/**
|
|
106
|
+
* An array specifying the output files or globs generated by the lint target
|
|
107
|
+
*/
|
|
108
|
+
outputs?: string[];
|
|
109
|
+
/**
|
|
110
|
+
* The executor to use for the lint target
|
|
111
|
+
*
|
|
112
|
+
* @defaultValue "\@powerlines/nx:lint"
|
|
113
|
+
*/
|
|
114
|
+
executor?: string;
|
|
115
|
+
};
|
|
116
|
+
/**
|
|
117
|
+
* Configuration options for the build target added by the Nx plugin
|
|
118
|
+
*/
|
|
119
|
+
build?: false | {
|
|
120
|
+
/**
|
|
121
|
+
* The name of the build target to use when building the project
|
|
122
|
+
*
|
|
123
|
+
* @defaultValue "build"
|
|
124
|
+
*/
|
|
125
|
+
targetName?: string;
|
|
126
|
+
/**
|
|
127
|
+
* The name of the build configuration to use when building the project
|
|
128
|
+
*
|
|
129
|
+
* @defaultValue "production"
|
|
130
|
+
*/
|
|
131
|
+
defaultConfiguration?: "production" | "test" | "development";
|
|
132
|
+
/**
|
|
133
|
+
* An array specifying any other target identifiers the build target depends on
|
|
134
|
+
*
|
|
135
|
+
* @defaultValue ["^build"]
|
|
136
|
+
*/
|
|
137
|
+
dependsOn?: string[];
|
|
138
|
+
/**
|
|
139
|
+
* An array specifying any input files or globs to consider when determining if the build target needs to be re-run
|
|
140
|
+
*/
|
|
141
|
+
inputs?: string[] | "production" | "allProjectFiles" | "sharedGlobals" | "testing" | "linting" | "documentation" | "rust" | "typescript";
|
|
142
|
+
/**
|
|
143
|
+
* An array specifying the output files or globs generated by the build target
|
|
144
|
+
*/
|
|
145
|
+
outputs?: string[];
|
|
146
|
+
/**
|
|
147
|
+
* The executor to use for the build target
|
|
148
|
+
*
|
|
149
|
+
* @defaultValue "\@powerlines/nx:build"
|
|
150
|
+
*/
|
|
151
|
+
executor?: string;
|
|
152
|
+
};
|
|
153
|
+
/**
|
|
154
|
+
* Configuration options for the docs target added by the Nx plugin
|
|
155
|
+
*/
|
|
156
|
+
docs?: false | {
|
|
157
|
+
/**
|
|
158
|
+
* The name of the docs target to use when generating documentation for the project
|
|
159
|
+
*
|
|
160
|
+
* @defaultValue "docs"
|
|
161
|
+
*/
|
|
162
|
+
targetName?: string;
|
|
163
|
+
/**
|
|
164
|
+
* The name of the docs configuration to use when generating documentation for the project
|
|
165
|
+
*
|
|
166
|
+
* @defaultValue "production"
|
|
167
|
+
*/
|
|
168
|
+
defaultConfiguration?: "production" | "test" | "development";
|
|
169
|
+
/**
|
|
170
|
+
* An array specifying any other target identifiers the docs target depends on
|
|
171
|
+
*
|
|
172
|
+
* @defaultValue ["^docs", "build"]
|
|
173
|
+
*/
|
|
174
|
+
dependsOn?: string[];
|
|
175
|
+
/**
|
|
176
|
+
* An array specifying any input files or globs to consider when determining if the docs target needs to be re-run
|
|
177
|
+
*/
|
|
178
|
+
inputs?: string[] | "production" | "allProjectFiles" | "sharedGlobals" | "testing" | "linting" | "documentation" | "rust" | "typescript";
|
|
179
|
+
/**
|
|
180
|
+
* An array specifying the output files or globs generated by the docs target
|
|
181
|
+
*/
|
|
182
|
+
outputs?: string[];
|
|
183
|
+
/**
|
|
184
|
+
* The executor to use for the docs target
|
|
185
|
+
*
|
|
186
|
+
* @defaultValue "\@powerlines/nx:docs"
|
|
187
|
+
*/
|
|
188
|
+
executor?: string;
|
|
189
|
+
};
|
|
190
|
+
/**
|
|
191
|
+
* Configuration options for the deploy target added by the Nx plugin
|
|
192
|
+
*/
|
|
193
|
+
deploy?: false | {
|
|
194
|
+
/**
|
|
195
|
+
* The name of the deploy target to use when deploying the project
|
|
196
|
+
*
|
|
197
|
+
* @defaultValue "deploy"
|
|
198
|
+
*/
|
|
199
|
+
targetName?: string;
|
|
200
|
+
/**
|
|
201
|
+
* The name of the deploy configuration to use when deploying the project
|
|
202
|
+
*
|
|
203
|
+
* @defaultValue "production"
|
|
204
|
+
*/
|
|
205
|
+
defaultConfiguration?: "production" | "test" | "development";
|
|
206
|
+
/**
|
|
207
|
+
* An array specifying any other target identifiers the deploy target depends on
|
|
208
|
+
*
|
|
209
|
+
* @defaultValue ["^deploy", "build"]
|
|
210
|
+
*/
|
|
211
|
+
dependsOn?: string[];
|
|
212
|
+
/**
|
|
213
|
+
* An array specifying any input files or globs to consider when determining if the deploy target needs to be re-run
|
|
214
|
+
*/
|
|
215
|
+
inputs?: string[] | "production" | "allProjectFiles" | "sharedGlobals" | "rust" | "typescript";
|
|
216
|
+
/**
|
|
217
|
+
* An array specifying the output files or globs generated by the deploy target
|
|
218
|
+
*/
|
|
219
|
+
outputs?: string[];
|
|
220
|
+
/**
|
|
221
|
+
* The executor to use for the deploy target
|
|
222
|
+
*
|
|
223
|
+
* @defaultValue "\@powerlines/nx:deploy"
|
|
224
|
+
*/
|
|
225
|
+
executor?: string;
|
|
226
|
+
};
|
|
227
|
+
/**
|
|
228
|
+
* Whether to enable verbose logging for the Nx plugin.
|
|
229
|
+
*
|
|
230
|
+
* @remarks
|
|
231
|
+
* If enabled, the plugin will log more detailed information about its operations, which can be useful for debugging and troubleshooting.
|
|
232
|
+
*
|
|
233
|
+
* @defaultValue false
|
|
234
|
+
*/
|
|
235
|
+
verboseOutput?: boolean;
|
|
236
|
+
/**
|
|
237
|
+
* Enable resolver debug logging for the plugin
|
|
238
|
+
*
|
|
239
|
+
* @defaultValue false
|
|
240
|
+
*/
|
|
241
|
+
debug?: boolean;
|
|
242
|
+
}
|
|
243
|
+
//#endregion
|
|
4
244
|
//#region src/plugin/index.d.ts
|
|
5
245
|
declare const createNodesV2: _nx_devkit0.CreateNodesV2<NxPluginOptions>;
|
|
6
246
|
//#endregion
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.mts","names":[],"sources":["../../../src/plugin/index.ts"],"mappings":";;;;
|
|
1
|
+
{"version":3,"file":"index.d.mts","names":[],"sources":["../../../src/types/plugin.ts","../../../src/plugin/index.ts"],"mappings":";;;UAkBiB,eAAA;;;AAAjB;EAIE,KAAA;IAJ8B;;;;;IAYxB,UAAA;IAmBA;;;;;IAZA,oBAAA;IA6DA;;;;;IAtDA,SAAA;IAqGA;;;IAhGA,MAAA;IAiIA;;;IAnHA,OAAA;IA+IA;;;;;IAxIA,QAAA;EAAA;EA8LA;;;EAxLN,OAAA;IAwNA;;;;;IAhNM,UAAA;IA6PA;;;;;IAtPA,oBAAA;;;ACtER;;;ID6EQ,SAAA;IC7EkB;;;IDkFlB,MAAA;;;;IAcA,OAAA;;;;;;IAOA,QAAA;EAAA;;;;EAMN,IAAA;;;;;;IAQM,UAAA;;;;;;IAOA,oBAAA;;;;;;IAOA,SAAA;;;;IAKA,MAAA;;;;IAcA,OAAA;;;;;;IAOA,QAAA;EAAA;;;;EAMN,KAAA;;;;;;IAQM,UAAA;;;;;;IAOA,oBAAA;;;;;;IAOA,SAAA;;;;IAKA,MAAA;;;;IAcA,OAAA;;;;;;IAOA,QAAA;EAAA;;;;EAMN,IAAA;;;;;;IAQM,UAAA;;;;;;IAOA,oBAAA;;;;;;IAOA,SAAA;;;;IAKA,MAAA;;;;IAcA,OAAA;;;;;;IAOA,QAAA;EAAA;;;;EAMN,MAAA;;;;;;IAQM,UAAA;;;;;;IAOA,oBAAA;;;;;;IAOA,SAAA;;;;IAKA,MAAA;;;;IAWA,OAAA;;;;;;IAOA,QAAA;EAAA;;;;;;;;;EAWN,aAAA;;;;;;EAOA,KAAA;AAAA;;;cC9UW,aAAA,EAAa,WAAA,CAAA,aAAA,CAAA,eAAA"}
|
|
@@ -1,6 +1,246 @@
|
|
|
1
|
-
import { t as NxPluginOptions } from "../plugin-DpyutMl2.js";
|
|
2
1
|
import * as _nx_devkit0 from "@nx/devkit";
|
|
3
2
|
|
|
3
|
+
//#region src/types/plugin.d.ts
|
|
4
|
+
interface NxPluginOptions {
|
|
5
|
+
/**
|
|
6
|
+
* Configuration options for the clean target added by the Nx plugin
|
|
7
|
+
*/
|
|
8
|
+
clean?: false | {
|
|
9
|
+
/**
|
|
10
|
+
* The name of the clean target to use when cleaning the project
|
|
11
|
+
*
|
|
12
|
+
* @defaultValue "clean"
|
|
13
|
+
*/
|
|
14
|
+
targetName?: string;
|
|
15
|
+
/**
|
|
16
|
+
* The name of the clean configuration to use when cleaning the project
|
|
17
|
+
*
|
|
18
|
+
* @defaultValue "production"
|
|
19
|
+
*/
|
|
20
|
+
defaultConfiguration?: "production" | "test" | "development";
|
|
21
|
+
/**
|
|
22
|
+
* An array specifying any other target identifiers the clean target depends on
|
|
23
|
+
*
|
|
24
|
+
* @defaultValue ["^clean"]
|
|
25
|
+
*/
|
|
26
|
+
dependsOn?: string[];
|
|
27
|
+
/**
|
|
28
|
+
* An array specifying any input files or globs to consider when determining if the clean target needs to be re-run
|
|
29
|
+
*/
|
|
30
|
+
inputs?: string[] | "production" | "allProjectFiles" | "sharedGlobals" | "testing" | "linting" | "documentation" | "rust" | "typescript";
|
|
31
|
+
/**
|
|
32
|
+
* An array specifying the output files or globs generated by the clean target
|
|
33
|
+
*/
|
|
34
|
+
outputs?: string[];
|
|
35
|
+
/**
|
|
36
|
+
* The executor to use for the clean target
|
|
37
|
+
*
|
|
38
|
+
* @defaultValue "\@powerlines/nx:clean"
|
|
39
|
+
*/
|
|
40
|
+
executor?: string;
|
|
41
|
+
};
|
|
42
|
+
/**
|
|
43
|
+
* Configuration options for the prepare target added by the Nx plugin
|
|
44
|
+
*/
|
|
45
|
+
prepare?: false | {
|
|
46
|
+
/**
|
|
47
|
+
* The name of the prepare target to use when preparing the project
|
|
48
|
+
*
|
|
49
|
+
* @defaultValue "prepare"
|
|
50
|
+
*/
|
|
51
|
+
targetName?: string;
|
|
52
|
+
/**
|
|
53
|
+
* The name of the prepare configuration to use when preparing the project
|
|
54
|
+
*
|
|
55
|
+
* @defaultValue "production"
|
|
56
|
+
*/
|
|
57
|
+
defaultConfiguration?: "production" | "test" | "development";
|
|
58
|
+
/**
|
|
59
|
+
* An array specifying any other target identifiers the prepare target depends on
|
|
60
|
+
*
|
|
61
|
+
* @defaultValue ["^build", "clean"]
|
|
62
|
+
*/
|
|
63
|
+
dependsOn?: string[];
|
|
64
|
+
/**
|
|
65
|
+
* An array specifying any input files or globs to consider when determining if the prepare target needs to be re-run
|
|
66
|
+
*/
|
|
67
|
+
inputs?: string[] | "production" | "allProjectFiles" | "sharedGlobals" | "testing" | "linting" | "documentation" | "rust" | "typescript";
|
|
68
|
+
/**
|
|
69
|
+
* An array specifying the output files or globs generated by the prepare target
|
|
70
|
+
*/
|
|
71
|
+
outputs?: string[];
|
|
72
|
+
/**
|
|
73
|
+
* The executor to use for the prepare target
|
|
74
|
+
*
|
|
75
|
+
* @defaultValue "\@powerlines/nx:prepare"
|
|
76
|
+
*/
|
|
77
|
+
executor?: string;
|
|
78
|
+
};
|
|
79
|
+
/**
|
|
80
|
+
* Configuration options for the lint target added by the Nx plugin
|
|
81
|
+
*/
|
|
82
|
+
lint?: false | {
|
|
83
|
+
/**
|
|
84
|
+
* The name of the lint target to use when linting the project
|
|
85
|
+
*
|
|
86
|
+
* @defaultValue "lint"
|
|
87
|
+
*/
|
|
88
|
+
targetName?: string;
|
|
89
|
+
/**
|
|
90
|
+
* The name of the lint configuration to use when linting the project
|
|
91
|
+
*
|
|
92
|
+
* @defaultValue "production"
|
|
93
|
+
*/
|
|
94
|
+
defaultConfiguration?: "production" | "test" | "development";
|
|
95
|
+
/**
|
|
96
|
+
* An array specifying any other target identifiers the lint target depends on
|
|
97
|
+
*
|
|
98
|
+
* @defaultValue ["^lint"]
|
|
99
|
+
*/
|
|
100
|
+
dependsOn?: string[];
|
|
101
|
+
/**
|
|
102
|
+
* An array specifying any input files or globs to consider when determining if the lint target needs to be re-run
|
|
103
|
+
*/
|
|
104
|
+
inputs?: string[] | "production" | "allProjectFiles" | "sharedGlobals" | "testing" | "linting" | "documentation" | "rust" | "typescript";
|
|
105
|
+
/**
|
|
106
|
+
* An array specifying the output files or globs generated by the lint target
|
|
107
|
+
*/
|
|
108
|
+
outputs?: string[];
|
|
109
|
+
/**
|
|
110
|
+
* The executor to use for the lint target
|
|
111
|
+
*
|
|
112
|
+
* @defaultValue "\@powerlines/nx:lint"
|
|
113
|
+
*/
|
|
114
|
+
executor?: string;
|
|
115
|
+
};
|
|
116
|
+
/**
|
|
117
|
+
* Configuration options for the build target added by the Nx plugin
|
|
118
|
+
*/
|
|
119
|
+
build?: false | {
|
|
120
|
+
/**
|
|
121
|
+
* The name of the build target to use when building the project
|
|
122
|
+
*
|
|
123
|
+
* @defaultValue "build"
|
|
124
|
+
*/
|
|
125
|
+
targetName?: string;
|
|
126
|
+
/**
|
|
127
|
+
* The name of the build configuration to use when building the project
|
|
128
|
+
*
|
|
129
|
+
* @defaultValue "production"
|
|
130
|
+
*/
|
|
131
|
+
defaultConfiguration?: "production" | "test" | "development";
|
|
132
|
+
/**
|
|
133
|
+
* An array specifying any other target identifiers the build target depends on
|
|
134
|
+
*
|
|
135
|
+
* @defaultValue ["^build"]
|
|
136
|
+
*/
|
|
137
|
+
dependsOn?: string[];
|
|
138
|
+
/**
|
|
139
|
+
* An array specifying any input files or globs to consider when determining if the build target needs to be re-run
|
|
140
|
+
*/
|
|
141
|
+
inputs?: string[] | "production" | "allProjectFiles" | "sharedGlobals" | "testing" | "linting" | "documentation" | "rust" | "typescript";
|
|
142
|
+
/**
|
|
143
|
+
* An array specifying the output files or globs generated by the build target
|
|
144
|
+
*/
|
|
145
|
+
outputs?: string[];
|
|
146
|
+
/**
|
|
147
|
+
* The executor to use for the build target
|
|
148
|
+
*
|
|
149
|
+
* @defaultValue "\@powerlines/nx:build"
|
|
150
|
+
*/
|
|
151
|
+
executor?: string;
|
|
152
|
+
};
|
|
153
|
+
/**
|
|
154
|
+
* Configuration options for the docs target added by the Nx plugin
|
|
155
|
+
*/
|
|
156
|
+
docs?: false | {
|
|
157
|
+
/**
|
|
158
|
+
* The name of the docs target to use when generating documentation for the project
|
|
159
|
+
*
|
|
160
|
+
* @defaultValue "docs"
|
|
161
|
+
*/
|
|
162
|
+
targetName?: string;
|
|
163
|
+
/**
|
|
164
|
+
* The name of the docs configuration to use when generating documentation for the project
|
|
165
|
+
*
|
|
166
|
+
* @defaultValue "production"
|
|
167
|
+
*/
|
|
168
|
+
defaultConfiguration?: "production" | "test" | "development";
|
|
169
|
+
/**
|
|
170
|
+
* An array specifying any other target identifiers the docs target depends on
|
|
171
|
+
*
|
|
172
|
+
* @defaultValue ["^docs", "build"]
|
|
173
|
+
*/
|
|
174
|
+
dependsOn?: string[];
|
|
175
|
+
/**
|
|
176
|
+
* An array specifying any input files or globs to consider when determining if the docs target needs to be re-run
|
|
177
|
+
*/
|
|
178
|
+
inputs?: string[] | "production" | "allProjectFiles" | "sharedGlobals" | "testing" | "linting" | "documentation" | "rust" | "typescript";
|
|
179
|
+
/**
|
|
180
|
+
* An array specifying the output files or globs generated by the docs target
|
|
181
|
+
*/
|
|
182
|
+
outputs?: string[];
|
|
183
|
+
/**
|
|
184
|
+
* The executor to use for the docs target
|
|
185
|
+
*
|
|
186
|
+
* @defaultValue "\@powerlines/nx:docs"
|
|
187
|
+
*/
|
|
188
|
+
executor?: string;
|
|
189
|
+
};
|
|
190
|
+
/**
|
|
191
|
+
* Configuration options for the deploy target added by the Nx plugin
|
|
192
|
+
*/
|
|
193
|
+
deploy?: false | {
|
|
194
|
+
/**
|
|
195
|
+
* The name of the deploy target to use when deploying the project
|
|
196
|
+
*
|
|
197
|
+
* @defaultValue "deploy"
|
|
198
|
+
*/
|
|
199
|
+
targetName?: string;
|
|
200
|
+
/**
|
|
201
|
+
* The name of the deploy configuration to use when deploying the project
|
|
202
|
+
*
|
|
203
|
+
* @defaultValue "production"
|
|
204
|
+
*/
|
|
205
|
+
defaultConfiguration?: "production" | "test" | "development";
|
|
206
|
+
/**
|
|
207
|
+
* An array specifying any other target identifiers the deploy target depends on
|
|
208
|
+
*
|
|
209
|
+
* @defaultValue ["^deploy", "build"]
|
|
210
|
+
*/
|
|
211
|
+
dependsOn?: string[];
|
|
212
|
+
/**
|
|
213
|
+
* An array specifying any input files or globs to consider when determining if the deploy target needs to be re-run
|
|
214
|
+
*/
|
|
215
|
+
inputs?: string[] | "production" | "allProjectFiles" | "sharedGlobals" | "rust" | "typescript";
|
|
216
|
+
/**
|
|
217
|
+
* An array specifying the output files or globs generated by the deploy target
|
|
218
|
+
*/
|
|
219
|
+
outputs?: string[];
|
|
220
|
+
/**
|
|
221
|
+
* The executor to use for the deploy target
|
|
222
|
+
*
|
|
223
|
+
* @defaultValue "\@powerlines/nx:deploy"
|
|
224
|
+
*/
|
|
225
|
+
executor?: string;
|
|
226
|
+
};
|
|
227
|
+
/**
|
|
228
|
+
* Whether to enable verbose logging for the Nx plugin.
|
|
229
|
+
*
|
|
230
|
+
* @remarks
|
|
231
|
+
* If enabled, the plugin will log more detailed information about its operations, which can be useful for debugging and troubleshooting.
|
|
232
|
+
*
|
|
233
|
+
* @defaultValue false
|
|
234
|
+
*/
|
|
235
|
+
verboseOutput?: boolean;
|
|
236
|
+
/**
|
|
237
|
+
* Enable resolver debug logging for the plugin
|
|
238
|
+
*
|
|
239
|
+
* @defaultValue false
|
|
240
|
+
*/
|
|
241
|
+
debug?: boolean;
|
|
242
|
+
}
|
|
243
|
+
//#endregion
|
|
4
244
|
//#region src/plugin/index.d.ts
|
|
5
245
|
declare const createNodesV2: _nx_devkit0.CreateNodesV2<NxPluginOptions>;
|
|
6
246
|
//#endregion
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","names":[],"sources":["../../../src/plugin/index.ts"],"mappings":";;;;
|
|
1
|
+
{"version":3,"file":"index.d.ts","names":[],"sources":["../../../src/types/plugin.ts","../../../src/plugin/index.ts"],"mappings":";;;UAkBiB,eAAA;;;AAAjB;EAIE,KAAA;IAJ8B;;;;;IAYxB,UAAA;IAmBA;;;;;IAZA,oBAAA;IA6DA;;;;;IAtDA,SAAA;IAqGA;;;IAhGA,MAAA;IAiIA;;;IAnHA,OAAA;IA+IA;;;;;IAxIA,QAAA;EAAA;EA8LA;;;EAxLN,OAAA;IAwNA;;;;;IAhNM,UAAA;IA6PA;;;;;IAtPA,oBAAA;;;ACtER;;;ID6EQ,SAAA;IC7EkB;;;IDkFlB,MAAA;;;;IAcA,OAAA;;;;;;IAOA,QAAA;EAAA;;;;EAMN,IAAA;;;;;;IAQM,UAAA;;;;;;IAOA,oBAAA;;;;;;IAOA,SAAA;;;;IAKA,MAAA;;;;IAcA,OAAA;;;;;;IAOA,QAAA;EAAA;;;;EAMN,KAAA;;;;;;IAQM,UAAA;;;;;;IAOA,oBAAA;;;;;;IAOA,SAAA;;;;IAKA,MAAA;;;;IAcA,OAAA;;;;;;IAOA,QAAA;EAAA;;;;EAMN,IAAA;;;;;;IAQM,UAAA;;;;;;IAOA,oBAAA;;;;;;IAOA,SAAA;;;;IAKA,MAAA;;;;IAcA,OAAA;;;;;;IAOA,QAAA;EAAA;;;;EAMN,MAAA;;;;;;IAQM,UAAA;;;;;;IAOA,oBAAA;;;;;;IAOA,SAAA;;;;IAKA,MAAA;;;;IAWA,OAAA;;;;;;IAOA,QAAA;EAAA;;;;;;;;;EAWN,aAAA;;;;;;EAOA,KAAA;AAAA;;;cC9UW,aAAA,EAAa,WAAA,CAAA,aAAA,CAAA,eAAA"}
|