@shell-shock/nx 0.0.46 → 0.0.47

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 (141) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/README.md +1 -1
  3. package/dist/chunk-BCHjMept.mjs +3 -0
  4. package/dist/executors/build/executor.d.mts +1 -5
  5. package/dist/executors/build/executor.d.mts.map +1 -1
  6. package/dist/executors/build/executor.d.ts +1 -6
  7. package/dist/executors/build/executor.d.ts.map +1 -1
  8. package/dist/executors/build/executor.js +1 -3
  9. package/dist/executors/build/executor.mjs +1 -1
  10. package/dist/executors/build/executor.mjs.map +1 -1
  11. package/dist/executors/build/schema.d.ts +170 -160
  12. package/dist/executors/clean/executor.d.mts +1 -5
  13. package/dist/executors/clean/executor.d.mts.map +1 -1
  14. package/dist/executors/clean/executor.d.ts +1 -6
  15. package/dist/executors/clean/executor.d.ts.map +1 -1
  16. package/dist/executors/clean/executor.js +1 -3
  17. package/dist/executors/clean/executor.mjs +1 -1
  18. package/dist/executors/clean/executor.mjs.map +1 -1
  19. package/dist/executors/clean/schema.d.ts +170 -160
  20. package/dist/executors/docs/executor.d.mts +1 -5
  21. package/dist/executors/docs/executor.d.mts.map +1 -1
  22. package/dist/executors/docs/executor.d.ts +1 -6
  23. package/dist/executors/docs/executor.d.ts.map +1 -1
  24. package/dist/executors/docs/executor.js +1 -3
  25. package/dist/executors/docs/executor.mjs +1 -1
  26. package/dist/executors/docs/executor.mjs.map +1 -1
  27. package/dist/executors/docs/schema.d.ts +170 -160
  28. package/dist/executors/lint/executor.d.mts +1 -5
  29. package/dist/executors/lint/executor.d.mts.map +1 -1
  30. package/dist/executors/lint/executor.d.ts +1 -6
  31. package/dist/executors/lint/executor.d.ts.map +1 -1
  32. package/dist/executors/lint/executor.js +1 -3
  33. package/dist/executors/lint/executor.mjs +1 -1
  34. package/dist/executors/lint/executor.mjs.map +1 -1
  35. package/dist/executors/lint/schema.d.ts +170 -160
  36. package/dist/executors/prepare/executor.d.mts +1 -5
  37. package/dist/executors/prepare/executor.d.mts.map +1 -1
  38. package/dist/executors/prepare/executor.d.ts +1 -6
  39. package/dist/executors/prepare/executor.d.ts.map +1 -1
  40. package/dist/executors/prepare/executor.js +1 -3
  41. package/dist/executors/prepare/executor.mjs +1 -1
  42. package/dist/executors/prepare/executor.mjs.map +1 -1
  43. package/dist/executors/prepare/schema.d.ts +170 -160
  44. package/dist/index.d.mts +175 -2
  45. package/dist/index.d.mts.map +1 -0
  46. package/dist/index.d.ts +175 -2
  47. package/dist/index.d.ts.map +1 -0
  48. package/dist/plugin/index.d.mts +242 -1
  49. package/dist/plugin/index.d.mts.map +1 -1
  50. package/dist/plugin/index.d.ts +242 -1
  51. package/dist/plugin/index.d.ts.map +1 -1
  52. package/dist/plugin/index.js +1221 -3
  53. package/dist/plugin/index.mjs +1191 -1
  54. package/dist/plugin/index.mjs.map +1 -1
  55. package/package.json +16 -12
  56. package/dist/base/base-executor.d.mts +0 -2
  57. package/dist/base/base-executor.d.ts +0 -2
  58. package/dist/base/base-executor.js +0 -68
  59. package/dist/base/base-executor.mjs +0 -66
  60. package/dist/base/base-executor.mjs.map +0 -1
  61. package/dist/base/base-executor.schema.d.js +0 -0
  62. package/dist/base/base-executor.schema.d.mts +0 -149
  63. package/dist/base/base-executor.schema.d.mts.map +0 -1
  64. package/dist/base/base-executor.schema.d.ts.map +0 -1
  65. package/dist/base/base-executor.untyped.d.mts +0 -2
  66. package/dist/base/base-executor.untyped.d.ts +0 -2
  67. package/dist/base/base-executor.untyped.js +0 -18
  68. package/dist/base/base-executor.untyped.mjs +0 -17
  69. package/dist/base/base-executor.untyped.mjs.map +0 -1
  70. package/dist/base/index.d.mts +0 -2
  71. package/dist/base/index.d.ts +0 -2
  72. package/dist/base/index.js +0 -5
  73. package/dist/base/index.mjs +0 -4
  74. package/dist/base-executor-CE7_IgHr.d.mts +0 -29
  75. package/dist/base-executor-CE7_IgHr.d.mts.map +0 -1
  76. package/dist/base-executor-CPOK8Lba.d.mts +0 -175
  77. package/dist/base-executor-CPOK8Lba.d.mts.map +0 -1
  78. package/dist/base-executor-Co2z43MK.d.ts +0 -29
  79. package/dist/base-executor-Co2z43MK.d.ts.map +0 -1
  80. package/dist/base-executor-ICVyKAxY.d.ts +0 -175
  81. package/dist/base-executor-ICVyKAxY.d.ts.map +0 -1
  82. package/dist/base-executor.untyped-D4R6pki2.d.ts +0 -7
  83. package/dist/base-executor.untyped-D4R6pki2.d.ts.map +0 -1
  84. package/dist/base-executor.untyped-hmlG6oyC.d.mts +0 -7
  85. package/dist/base-executor.untyped-hmlG6oyC.d.mts.map +0 -1
  86. package/dist/chunk-BE-pF4vm.js +0 -34
  87. package/dist/executors/build/schema.d.js +0 -0
  88. package/dist/executors/build/schema.d.mts +0 -163
  89. package/dist/executors/build/schema.d.mts.map +0 -1
  90. package/dist/executors/build/schema.d.ts.map +0 -1
  91. package/dist/executors/build/untyped.d.mts +0 -7
  92. package/dist/executors/build/untyped.d.mts.map +0 -1
  93. package/dist/executors/build/untyped.d.ts +0 -6
  94. package/dist/executors/build/untyped.d.ts.map +0 -1
  95. package/dist/executors/build/untyped.js +0 -17
  96. package/dist/executors/build/untyped.mjs +0 -17
  97. package/dist/executors/build/untyped.mjs.map +0 -1
  98. package/dist/executors/clean/schema.d.js +0 -0
  99. package/dist/executors/clean/schema.d.mts +0 -163
  100. package/dist/executors/clean/schema.d.mts.map +0 -1
  101. package/dist/executors/clean/schema.d.ts.map +0 -1
  102. package/dist/executors/clean/untyped.d.mts +0 -7
  103. package/dist/executors/clean/untyped.d.mts.map +0 -1
  104. package/dist/executors/clean/untyped.d.ts +0 -6
  105. package/dist/executors/clean/untyped.d.ts.map +0 -1
  106. package/dist/executors/clean/untyped.js +0 -17
  107. package/dist/executors/clean/untyped.mjs +0 -17
  108. package/dist/executors/clean/untyped.mjs.map +0 -1
  109. package/dist/executors/docs/schema.d.js +0 -0
  110. package/dist/executors/docs/schema.d.mts +0 -163
  111. package/dist/executors/docs/schema.d.mts.map +0 -1
  112. package/dist/executors/docs/schema.d.ts.map +0 -1
  113. package/dist/executors/docs/untyped.d.mts +0 -7
  114. package/dist/executors/docs/untyped.d.mts.map +0 -1
  115. package/dist/executors/docs/untyped.d.ts +0 -6
  116. package/dist/executors/docs/untyped.d.ts.map +0 -1
  117. package/dist/executors/docs/untyped.js +0 -17
  118. package/dist/executors/docs/untyped.mjs +0 -17
  119. package/dist/executors/docs/untyped.mjs.map +0 -1
  120. package/dist/executors/lint/schema.d.js +0 -0
  121. package/dist/executors/lint/schema.d.mts +0 -163
  122. package/dist/executors/lint/schema.d.mts.map +0 -1
  123. package/dist/executors/lint/schema.d.ts.map +0 -1
  124. package/dist/executors/lint/untyped.d.mts +0 -7
  125. package/dist/executors/lint/untyped.d.mts.map +0 -1
  126. package/dist/executors/lint/untyped.d.ts +0 -6
  127. package/dist/executors/lint/untyped.d.ts.map +0 -1
  128. package/dist/executors/lint/untyped.js +0 -17
  129. package/dist/executors/lint/untyped.mjs +0 -17
  130. package/dist/executors/lint/untyped.mjs.map +0 -1
  131. package/dist/executors/prepare/schema.d.js +0 -0
  132. package/dist/executors/prepare/schema.d.mts +0 -163
  133. package/dist/executors/prepare/schema.d.mts.map +0 -1
  134. package/dist/executors/prepare/schema.d.ts.map +0 -1
  135. package/dist/executors/prepare/untyped.d.mts +0 -7
  136. package/dist/executors/prepare/untyped.d.mts.map +0 -1
  137. package/dist/executors/prepare/untyped.d.ts +0 -6
  138. package/dist/executors/prepare/untyped.d.ts.map +0 -1
  139. package/dist/executors/prepare/untyped.js +0 -18
  140. package/dist/executors/prepare/untyped.mjs +0 -17
  141. package/dist/executors/prepare/untyped.mjs.map +0 -1
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","names":["BaseExecutorSchema","Array","Record","config","configFile","input","tsconfig","outputPath","copyPath","sourceMap","format","platform","external","noExternal","skipNodeModulesBundle","mode","logLevel","define","assets","output","glob","ignore","dot"],"sources":["../src/base/base-executor.schema.d.ts","../src/base/base-executor.ts"],"mappings":";;;;;;;;;UAIiBA,kBAAAA;;;AAAjB;;;;;;;EAUCG,MAAAA;;;;;;;;;;EAWAC,UAAAA;;;;;;;;;EAUAC,KAAAA,GAAQJ,KAAAA;;;;;;;;;;EAWRK,QAAAA;;;AChBD;;;;;;ED0BCC,UAAAA;;;;;;;;;EAUAC,QAAAA;;;;;;;EAQAC,SAAAA;;;;;;;ACvBD;EDgCCC,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;AAAAA;;;KC5HxE,yBAAA,kBACO,iBAAA,GAAoB,iBAAA,0BACb,kBAAA,GAAqB,kBAAA,IAC3C,eAAA;EACF,WAAA;EACA,OAAA,EAAS,QAAA;EACT,OAAA,EAAS,eAAA;EACT,YAAA,EAAc,YAAA;EACd,eAAA,EAAiB,oBAAA;AAAA;;;;;;;;;;;iBAaH,YAAA,kBACG,iBAAA,GAAoB,iBAAA,0BACb,kBAAA,GAAqB,kBAAA,CAAA,CAE7C,OAAA,EAAS,QAAA,EACT,UAAA,GACE,OAAA,EAAS,yBAAA,CAA0B,QAAA,EAAU,eAAA,GAC7C,GAAA,EAAK,aAAA,KAEH,OAAA,CAAQ,kBAAA,uBACR,kBAAA,sBAGH,eAAA,CAAgB,eAAA"}
@@ -1,6 +1,247 @@
1
1
  import { CreateNodesV2 } from "@nx/devkit";
2
- import { NxPluginOptions } from "@powerlines/nx";
3
2
 
3
+ //#region ../../node_modules/.pnpm/@powerlines+nx@0.11.296_55935fe12b20e8a57a8bedd62bd3dd6b/node_modules/@powerlines/nx/dist/src/types/plugin.d.mts
4
+ //#region src/types/plugin.d.ts
5
+ interface NxPluginOptions {
6
+ /**
7
+ * Configuration options for the clean target added by the Nx plugin
8
+ */
9
+ clean?: false | {
10
+ /**
11
+ * The name of the clean target to use when cleaning the project
12
+ *
13
+ * @defaultValue "clean"
14
+ */
15
+ targetName?: string;
16
+ /**
17
+ * The name of the clean configuration to use when cleaning the project
18
+ *
19
+ * @defaultValue "production"
20
+ */
21
+ defaultConfiguration?: "production" | "test" | "development";
22
+ /**
23
+ * An array specifying any other target identifiers the clean target depends on
24
+ *
25
+ * @defaultValue ["^clean"]
26
+ */
27
+ dependsOn?: string[];
28
+ /**
29
+ * An array specifying any input files or globs to consider when determining if the clean target needs to be re-run
30
+ */
31
+ inputs?: string[] | "production" | "allProjectFiles" | "sharedGlobals" | "testing" | "linting" | "documentation" | "rust" | "typescript";
32
+ /**
33
+ * An array specifying the output files or globs generated by the clean target
34
+ */
35
+ outputs?: string[];
36
+ /**
37
+ * The executor to use for the clean target
38
+ *
39
+ * @defaultValue "\@powerlines/nx:clean"
40
+ */
41
+ executor?: string;
42
+ };
43
+ /**
44
+ * Configuration options for the prepare target added by the Nx plugin
45
+ */
46
+ prepare?: false | {
47
+ /**
48
+ * The name of the prepare target to use when preparing the project
49
+ *
50
+ * @defaultValue "prepare"
51
+ */
52
+ targetName?: string;
53
+ /**
54
+ * The name of the prepare configuration to use when preparing the project
55
+ *
56
+ * @defaultValue "production"
57
+ */
58
+ defaultConfiguration?: "production" | "test" | "development";
59
+ /**
60
+ * An array specifying any other target identifiers the prepare target depends on
61
+ *
62
+ * @defaultValue ["^build", "clean"]
63
+ */
64
+ dependsOn?: string[];
65
+ /**
66
+ * An array specifying any input files or globs to consider when determining if the prepare target needs to be re-run
67
+ */
68
+ inputs?: string[] | "production" | "allProjectFiles" | "sharedGlobals" | "testing" | "linting" | "documentation" | "rust" | "typescript";
69
+ /**
70
+ * An array specifying the output files or globs generated by the prepare target
71
+ */
72
+ outputs?: string[];
73
+ /**
74
+ * The executor to use for the prepare target
75
+ *
76
+ * @defaultValue "\@powerlines/nx:prepare"
77
+ */
78
+ executor?: string;
79
+ };
80
+ /**
81
+ * Configuration options for the lint target added by the Nx plugin
82
+ */
83
+ lint?: false | {
84
+ /**
85
+ * The name of the lint target to use when linting the project
86
+ *
87
+ * @defaultValue "lint"
88
+ */
89
+ targetName?: string;
90
+ /**
91
+ * The name of the lint configuration to use when linting the project
92
+ *
93
+ * @defaultValue "production"
94
+ */
95
+ defaultConfiguration?: "production" | "test" | "development";
96
+ /**
97
+ * An array specifying any other target identifiers the lint target depends on
98
+ *
99
+ * @defaultValue ["^lint"]
100
+ */
101
+ dependsOn?: string[];
102
+ /**
103
+ * An array specifying any input files or globs to consider when determining if the lint target needs to be re-run
104
+ */
105
+ inputs?: string[] | "production" | "allProjectFiles" | "sharedGlobals" | "testing" | "linting" | "documentation" | "rust" | "typescript";
106
+ /**
107
+ * An array specifying the output files or globs generated by the lint target
108
+ */
109
+ outputs?: string[];
110
+ /**
111
+ * The executor to use for the lint target
112
+ *
113
+ * @defaultValue "\@powerlines/nx:lint"
114
+ */
115
+ executor?: string;
116
+ };
117
+ /**
118
+ * Configuration options for the build target added by the Nx plugin
119
+ */
120
+ build?: false | {
121
+ /**
122
+ * The name of the build target to use when building the project
123
+ *
124
+ * @defaultValue "build"
125
+ */
126
+ targetName?: string;
127
+ /**
128
+ * The name of the build configuration to use when building the project
129
+ *
130
+ * @defaultValue "production"
131
+ */
132
+ defaultConfiguration?: "production" | "test" | "development";
133
+ /**
134
+ * An array specifying any other target identifiers the build target depends on
135
+ *
136
+ * @defaultValue ["^build"]
137
+ */
138
+ dependsOn?: string[];
139
+ /**
140
+ * An array specifying any input files or globs to consider when determining if the build target needs to be re-run
141
+ */
142
+ inputs?: string[] | "production" | "allProjectFiles" | "sharedGlobals" | "testing" | "linting" | "documentation" | "rust" | "typescript";
143
+ /**
144
+ * An array specifying the output files or globs generated by the build target
145
+ */
146
+ outputs?: string[];
147
+ /**
148
+ * The executor to use for the build target
149
+ *
150
+ * @defaultValue "\@powerlines/nx:build"
151
+ */
152
+ executor?: string;
153
+ };
154
+ /**
155
+ * Configuration options for the docs target added by the Nx plugin
156
+ */
157
+ docs?: false | {
158
+ /**
159
+ * The name of the docs target to use when generating documentation for the project
160
+ *
161
+ * @defaultValue "docs"
162
+ */
163
+ targetName?: string;
164
+ /**
165
+ * The name of the docs configuration to use when generating documentation for the project
166
+ *
167
+ * @defaultValue "production"
168
+ */
169
+ defaultConfiguration?: "production" | "test" | "development";
170
+ /**
171
+ * An array specifying any other target identifiers the docs target depends on
172
+ *
173
+ * @defaultValue ["^docs", "build"]
174
+ */
175
+ dependsOn?: string[];
176
+ /**
177
+ * An array specifying any input files or globs to consider when determining if the docs target needs to be re-run
178
+ */
179
+ inputs?: string[] | "production" | "allProjectFiles" | "sharedGlobals" | "testing" | "linting" | "documentation" | "rust" | "typescript";
180
+ /**
181
+ * An array specifying the output files or globs generated by the docs target
182
+ */
183
+ outputs?: string[];
184
+ /**
185
+ * The executor to use for the docs target
186
+ *
187
+ * @defaultValue "\@powerlines/nx:docs"
188
+ */
189
+ executor?: string;
190
+ };
191
+ /**
192
+ * Configuration options for the deploy target added by the Nx plugin
193
+ */
194
+ deploy?: false | {
195
+ /**
196
+ * The name of the deploy target to use when deploying the project
197
+ *
198
+ * @defaultValue "deploy"
199
+ */
200
+ targetName?: string;
201
+ /**
202
+ * The name of the deploy configuration to use when deploying the project
203
+ *
204
+ * @defaultValue "production"
205
+ */
206
+ defaultConfiguration?: "production" | "test" | "development";
207
+ /**
208
+ * An array specifying any other target identifiers the deploy target depends on
209
+ *
210
+ * @defaultValue ["^deploy", "build"]
211
+ */
212
+ dependsOn?: string[];
213
+ /**
214
+ * An array specifying any input files or globs to consider when determining if the deploy target needs to be re-run
215
+ */
216
+ inputs?: string[] | "production" | "allProjectFiles" | "sharedGlobals" | "rust" | "typescript";
217
+ /**
218
+ * An array specifying the output files or globs generated by the deploy target
219
+ */
220
+ outputs?: string[];
221
+ /**
222
+ * The executor to use for the deploy target
223
+ *
224
+ * @defaultValue "\@powerlines/nx:deploy"
225
+ */
226
+ executor?: string;
227
+ };
228
+ /**
229
+ * Whether to enable verbose logging for the Nx plugin.
230
+ *
231
+ * @remarks
232
+ * If enabled, the plugin will log more detailed information about its operations, which can be useful for debugging and troubleshooting.
233
+ *
234
+ * @defaultValue false
235
+ */
236
+ verboseOutput?: boolean;
237
+ /**
238
+ * Enable resolver debug logging for the plugin
239
+ *
240
+ * @defaultValue false
241
+ */
242
+ debug?: boolean;
243
+ } //#endregion
244
+ //#endregion
4
245
  //#region src/plugin/index.d.ts
5
246
  declare const createNodesV2: CreateNodesV2<NxPluginOptions>;
6
247
  //#endregion
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.mts","names":[],"sources":["../../src/plugin/index.ts"],"mappings":";;;;cAsBa,aAAA,EAAe,aAAA,CAAc,eAAA"}
1
+ {"version":3,"file":"index.d.mts","names":["NxPluginOptions","clean","targetName","defaultConfiguration","dependsOn","inputs","outputs","executor","prepare","lint","build","docs","deploy","verboseOutput","debug"],"sources":["../../../../node_modules/.pnpm/@powerlines+nx@0.11.296_55935fe12b20e8a57a8bedd62bd3dd6b/node_modules/@powerlines/nx/dist/src/types/plugin.d.mts","../../src/plugin/index.ts"],"x_google_ignoreList":[0],"mappings":";;;;UACUA,eAAAA;;;;EAIRC,KAAAA;;;;;;IAMEC,UAAAA;IAgBAG;;;;;IAVAF,oBAAAA;IA2CAC;;;;;IArCAA,SAAAA;IAoEAD;;;IAhEAE,MAAAA;IAoFAE;;;IAhFAD,OAAAA;IAuGAF;;;;;IAjGAG,QAAAA;EAAAA;EAsIAH;;;EAjIFI,OAAAA;IAoJAI;;;;;IA9IEV,UAAAA;IA8KAK;;;;;IAxKAJ,oBAAAA;;;AChCJ;;;IDsCIC,SAAAA;ICtCqD;;;ID0CrDC,MAAAA;;;;IAIAC,OAAAA;;;;;;IAMAC,QAAAA;EAAAA;;;;EAKFE,IAAAA;;;;;;IAMEP,UAAAA;;;;;;IAMAC,oBAAAA;;;;;;IAMAC,SAAAA;;;;IAIAC,MAAAA;;;;IAIAC,OAAAA;;;;;;IAMAC,QAAAA;EAAAA;;;;EAKFG,KAAAA;;;;;;IAMER,UAAAA;;;;;;IAMAC,oBAAAA;;;;;;IAMAC,SAAAA;;;;IAIAC,MAAAA;;;;IAIAC,OAAAA;;;;;;IAMAC,QAAAA;EAAAA;;;;EAKFI,IAAAA;;;;;;IAMET,UAAAA;;;;;;IAMAC,oBAAAA;;;;;;IAMAC,SAAAA;;;;IAIAC,MAAAA;;;;IAIAC,OAAAA;;;;;;IAMAC,QAAAA;EAAAA;;;;EAKFK,MAAAA;;;;;;IAMEV,UAAAA;;;;;;IAMAC,oBAAAA;;;;;;IAMAC,SAAAA;;;;IAIAC,MAAAA;;;;IAIAC,OAAAA;;;;;;IAMAC,QAAAA;EAAAA;;;;;;;;;EAUFM,aAAAA;;;;;;EAMAC,KAAAA;AAAAA;;;cCxNW,aAAA,EAAe,aAAA,CAAc,eAAA"}
@@ -1,6 +1,247 @@
1
1
  import { CreateNodesV2 } from "@nx/devkit";
2
- import { NxPluginOptions } from "@powerlines/nx";
3
2
 
3
+ //#region ../../node_modules/.pnpm/@powerlines+nx@0.11.296_55935fe12b20e8a57a8bedd62bd3dd6b/node_modules/@powerlines/nx/dist/src/types/plugin.d.mts
4
+ //#region src/types/plugin.d.ts
5
+ interface NxPluginOptions {
6
+ /**
7
+ * Configuration options for the clean target added by the Nx plugin
8
+ */
9
+ clean?: false | {
10
+ /**
11
+ * The name of the clean target to use when cleaning the project
12
+ *
13
+ * @defaultValue "clean"
14
+ */
15
+ targetName?: string;
16
+ /**
17
+ * The name of the clean configuration to use when cleaning the project
18
+ *
19
+ * @defaultValue "production"
20
+ */
21
+ defaultConfiguration?: "production" | "test" | "development";
22
+ /**
23
+ * An array specifying any other target identifiers the clean target depends on
24
+ *
25
+ * @defaultValue ["^clean"]
26
+ */
27
+ dependsOn?: string[];
28
+ /**
29
+ * An array specifying any input files or globs to consider when determining if the clean target needs to be re-run
30
+ */
31
+ inputs?: string[] | "production" | "allProjectFiles" | "sharedGlobals" | "testing" | "linting" | "documentation" | "rust" | "typescript";
32
+ /**
33
+ * An array specifying the output files or globs generated by the clean target
34
+ */
35
+ outputs?: string[];
36
+ /**
37
+ * The executor to use for the clean target
38
+ *
39
+ * @defaultValue "\@powerlines/nx:clean"
40
+ */
41
+ executor?: string;
42
+ };
43
+ /**
44
+ * Configuration options for the prepare target added by the Nx plugin
45
+ */
46
+ prepare?: false | {
47
+ /**
48
+ * The name of the prepare target to use when preparing the project
49
+ *
50
+ * @defaultValue "prepare"
51
+ */
52
+ targetName?: string;
53
+ /**
54
+ * The name of the prepare configuration to use when preparing the project
55
+ *
56
+ * @defaultValue "production"
57
+ */
58
+ defaultConfiguration?: "production" | "test" | "development";
59
+ /**
60
+ * An array specifying any other target identifiers the prepare target depends on
61
+ *
62
+ * @defaultValue ["^build", "clean"]
63
+ */
64
+ dependsOn?: string[];
65
+ /**
66
+ * An array specifying any input files or globs to consider when determining if the prepare target needs to be re-run
67
+ */
68
+ inputs?: string[] | "production" | "allProjectFiles" | "sharedGlobals" | "testing" | "linting" | "documentation" | "rust" | "typescript";
69
+ /**
70
+ * An array specifying the output files or globs generated by the prepare target
71
+ */
72
+ outputs?: string[];
73
+ /**
74
+ * The executor to use for the prepare target
75
+ *
76
+ * @defaultValue "\@powerlines/nx:prepare"
77
+ */
78
+ executor?: string;
79
+ };
80
+ /**
81
+ * Configuration options for the lint target added by the Nx plugin
82
+ */
83
+ lint?: false | {
84
+ /**
85
+ * The name of the lint target to use when linting the project
86
+ *
87
+ * @defaultValue "lint"
88
+ */
89
+ targetName?: string;
90
+ /**
91
+ * The name of the lint configuration to use when linting the project
92
+ *
93
+ * @defaultValue "production"
94
+ */
95
+ defaultConfiguration?: "production" | "test" | "development";
96
+ /**
97
+ * An array specifying any other target identifiers the lint target depends on
98
+ *
99
+ * @defaultValue ["^lint"]
100
+ */
101
+ dependsOn?: string[];
102
+ /**
103
+ * An array specifying any input files or globs to consider when determining if the lint target needs to be re-run
104
+ */
105
+ inputs?: string[] | "production" | "allProjectFiles" | "sharedGlobals" | "testing" | "linting" | "documentation" | "rust" | "typescript";
106
+ /**
107
+ * An array specifying the output files or globs generated by the lint target
108
+ */
109
+ outputs?: string[];
110
+ /**
111
+ * The executor to use for the lint target
112
+ *
113
+ * @defaultValue "\@powerlines/nx:lint"
114
+ */
115
+ executor?: string;
116
+ };
117
+ /**
118
+ * Configuration options for the build target added by the Nx plugin
119
+ */
120
+ build?: false | {
121
+ /**
122
+ * The name of the build target to use when building the project
123
+ *
124
+ * @defaultValue "build"
125
+ */
126
+ targetName?: string;
127
+ /**
128
+ * The name of the build configuration to use when building the project
129
+ *
130
+ * @defaultValue "production"
131
+ */
132
+ defaultConfiguration?: "production" | "test" | "development";
133
+ /**
134
+ * An array specifying any other target identifiers the build target depends on
135
+ *
136
+ * @defaultValue ["^build"]
137
+ */
138
+ dependsOn?: string[];
139
+ /**
140
+ * An array specifying any input files or globs to consider when determining if the build target needs to be re-run
141
+ */
142
+ inputs?: string[] | "production" | "allProjectFiles" | "sharedGlobals" | "testing" | "linting" | "documentation" | "rust" | "typescript";
143
+ /**
144
+ * An array specifying the output files or globs generated by the build target
145
+ */
146
+ outputs?: string[];
147
+ /**
148
+ * The executor to use for the build target
149
+ *
150
+ * @defaultValue "\@powerlines/nx:build"
151
+ */
152
+ executor?: string;
153
+ };
154
+ /**
155
+ * Configuration options for the docs target added by the Nx plugin
156
+ */
157
+ docs?: false | {
158
+ /**
159
+ * The name of the docs target to use when generating documentation for the project
160
+ *
161
+ * @defaultValue "docs"
162
+ */
163
+ targetName?: string;
164
+ /**
165
+ * The name of the docs configuration to use when generating documentation for the project
166
+ *
167
+ * @defaultValue "production"
168
+ */
169
+ defaultConfiguration?: "production" | "test" | "development";
170
+ /**
171
+ * An array specifying any other target identifiers the docs target depends on
172
+ *
173
+ * @defaultValue ["^docs", "build"]
174
+ */
175
+ dependsOn?: string[];
176
+ /**
177
+ * An array specifying any input files or globs to consider when determining if the docs target needs to be re-run
178
+ */
179
+ inputs?: string[] | "production" | "allProjectFiles" | "sharedGlobals" | "testing" | "linting" | "documentation" | "rust" | "typescript";
180
+ /**
181
+ * An array specifying the output files or globs generated by the docs target
182
+ */
183
+ outputs?: string[];
184
+ /**
185
+ * The executor to use for the docs target
186
+ *
187
+ * @defaultValue "\@powerlines/nx:docs"
188
+ */
189
+ executor?: string;
190
+ };
191
+ /**
192
+ * Configuration options for the deploy target added by the Nx plugin
193
+ */
194
+ deploy?: false | {
195
+ /**
196
+ * The name of the deploy target to use when deploying the project
197
+ *
198
+ * @defaultValue "deploy"
199
+ */
200
+ targetName?: string;
201
+ /**
202
+ * The name of the deploy configuration to use when deploying the project
203
+ *
204
+ * @defaultValue "production"
205
+ */
206
+ defaultConfiguration?: "production" | "test" | "development";
207
+ /**
208
+ * An array specifying any other target identifiers the deploy target depends on
209
+ *
210
+ * @defaultValue ["^deploy", "build"]
211
+ */
212
+ dependsOn?: string[];
213
+ /**
214
+ * An array specifying any input files or globs to consider when determining if the deploy target needs to be re-run
215
+ */
216
+ inputs?: string[] | "production" | "allProjectFiles" | "sharedGlobals" | "rust" | "typescript";
217
+ /**
218
+ * An array specifying the output files or globs generated by the deploy target
219
+ */
220
+ outputs?: string[];
221
+ /**
222
+ * The executor to use for the deploy target
223
+ *
224
+ * @defaultValue "\@powerlines/nx:deploy"
225
+ */
226
+ executor?: string;
227
+ };
228
+ /**
229
+ * Whether to enable verbose logging for the Nx plugin.
230
+ *
231
+ * @remarks
232
+ * If enabled, the plugin will log more detailed information about its operations, which can be useful for debugging and troubleshooting.
233
+ *
234
+ * @defaultValue false
235
+ */
236
+ verboseOutput?: boolean;
237
+ /**
238
+ * Enable resolver debug logging for the plugin
239
+ *
240
+ * @defaultValue false
241
+ */
242
+ debug?: boolean;
243
+ } //#endregion
244
+ //#endregion
4
245
  //#region src/plugin/index.d.ts
5
246
  declare const createNodesV2: CreateNodesV2<NxPluginOptions>;
6
247
  //#endregion
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","names":[],"sources":["../../src/plugin/index.ts"],"mappings":";;;;cAsBa,aAAA,EAAe,aAAA,CAAc,eAAA"}
1
+ {"version":3,"file":"index.d.ts","names":["NxPluginOptions","clean","targetName","defaultConfiguration","dependsOn","inputs","outputs","executor","prepare","lint","build","docs","deploy","verboseOutput","debug"],"sources":["../../../../node_modules/.pnpm/@powerlines+nx@0.11.296_55935fe12b20e8a57a8bedd62bd3dd6b/node_modules/@powerlines/nx/dist/src/types/plugin.d.mts","../../src/plugin/index.ts"],"x_google_ignoreList":[0],"mappings":";;;;UACUA,eAAAA;;;;EAIRC,KAAAA;IAJuB;;;;;IAUrBC,UAAAA;IAoBAI;;;;;IAdAH,oBAAAA;IA+CAE;;;;;IAzCAD,SAAAA;IA0EAA;;;IAtEAC,MAAAA;IAyFFK;;;IArFEJ,OAAAA;IA2GAD;;;;;IArGAE,QAAAA;EAAAA;EA0IAF;;;EArIFG,OAAAA;IA0JEN;;;;;IApJAA,UAAAA;IAwLFW;;;;;IAlLEV,oBAAAA;;AChCJ;;;;IDsCIC,SAAAA;;;;IAIAC,MAAAA;;;;IAIAC,OAAAA;;;;;;IAMAC,QAAAA;EAAAA;;;;EAKFE,IAAAA;;;;;;IAMEP,UAAAA;;;;;;IAMAC,oBAAAA;;;;;;IAMAC,SAAAA;;;;IAIAC,MAAAA;;;;IAIAC,OAAAA;;;;;;IAMAC,QAAAA;EAAAA;;;;EAKFG,KAAAA;;;;;;IAMER,UAAAA;;;;;;IAMAC,oBAAAA;;;;;;IAMAC,SAAAA;;;;IAIAC,MAAAA;;;;IAIAC,OAAAA;;;;;;IAMAC,QAAAA;EAAAA;;;;EAKFI,IAAAA;;;;;;IAMET,UAAAA;;;;;;IAMAC,oBAAAA;;;;;;IAMAC,SAAAA;;;;IAIAC,MAAAA;;;;IAIAC,OAAAA;;;;;;IAMAC,QAAAA;EAAAA;;;;EAKFK,MAAAA;;;;;;IAMEV,UAAAA;;;;;;IAMAC,oBAAAA;;;;;;IAMAC,SAAAA;;;;IAIAC,MAAAA;;;;IAIAC,OAAAA;;;;;;IAMAC,QAAAA;EAAAA;;;;;;;;;EAUFM,aAAAA;;;;;;EAMAC,KAAAA;AAAAA;;;cCxNW,aAAA,EAAe,aAAA,CAAc,eAAA"}