@powerlines/nx 0.13.39 → 0.13.43
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/base/base-executor.d.mts.map +1 -1
- package/dist/src/base/base-executor.d.ts.map +1 -1
- package/dist/src/base/base-executor.js +32 -18
- package/dist/src/base/base-executor.mjs +32 -18
- package/dist/src/base/base-executor.mjs.map +1 -1
- package/dist/src/base/base-executor.untyped.js +5 -1
- package/dist/src/base/base-executor.untyped.mjs +5 -1
- package/dist/src/base/base-executor.untyped.mjs.map +1 -1
- package/dist/src/{base-executor-dweAIT3X.mjs → base-executor-86GBuriJ.mjs} +33 -19
- package/dist/src/base-executor-86GBuriJ.mjs.map +1 -0
- package/dist/src/{base-executor-CQ18-J8D.js → base-executor-D_JSA5Nd.js} +32 -18
- package/dist/src/{base-executor.untyped-C_GfrIWa.js → base-executor.untyped-4feXjo6S.js} +5 -1
- package/dist/src/{base-executor.untyped-Kz2OUE_8.mjs → base-executor.untyped-BD9-7XGx.mjs} +6 -2
- package/dist/src/base-executor.untyped-BD9-7XGx.mjs.map +1 -0
- package/dist/src/executors/build/executor.d.mts +1 -5
- package/dist/src/executors/build/executor.d.mts.map +1 -1
- package/dist/src/executors/build/executor.d.ts +1 -6
- package/dist/src/executors/build/executor.d.ts.map +1 -1
- package/dist/src/executors/build/executor.js +3 -12
- package/dist/src/executors/build/executor.mjs +3 -8
- package/dist/src/executors/build/executor.mjs.map +1 -1
- package/dist/src/executors/clean/executor.d.mts +1 -5
- package/dist/src/executors/clean/executor.d.mts.map +1 -1
- package/dist/src/executors/clean/executor.d.ts +1 -6
- package/dist/src/executors/clean/executor.d.ts.map +1 -1
- package/dist/src/executors/clean/executor.js +2 -4
- package/dist/src/executors/clean/executor.mjs +2 -2
- package/dist/src/executors/clean/executor.mjs.map +1 -1
- package/dist/src/executors/clean/untyped.js +1 -1
- package/dist/src/executors/clean/untyped.mjs +1 -1
- package/dist/src/executors/docs/executor.d.mts +1 -5
- package/dist/src/executors/docs/executor.d.mts.map +1 -1
- package/dist/src/executors/docs/executor.d.ts +1 -6
- package/dist/src/executors/docs/executor.d.ts.map +1 -1
- package/dist/src/executors/docs/executor.js +2 -4
- package/dist/src/executors/docs/executor.mjs +2 -2
- package/dist/src/executors/docs/executor.mjs.map +1 -1
- package/dist/src/executors/lint/executor.d.mts +1 -5
- package/dist/src/executors/lint/executor.d.mts.map +1 -1
- package/dist/src/executors/lint/executor.d.ts +1 -6
- package/dist/src/executors/lint/executor.d.ts.map +1 -1
- package/dist/src/executors/lint/executor.js +2 -4
- package/dist/src/executors/lint/executor.mjs +2 -2
- package/dist/src/executors/lint/executor.mjs.map +1 -1
- package/dist/src/executors/prepare/executor.d.mts +1 -5
- package/dist/src/executors/prepare/executor.d.mts.map +1 -1
- package/dist/src/executors/prepare/executor.d.ts +1 -6
- package/dist/src/executors/prepare/executor.d.ts.map +1 -1
- package/dist/src/executors/prepare/executor.js +3 -12
- package/dist/src/executors/prepare/executor.mjs +3 -8
- package/dist/src/executors/prepare/executor.mjs.map +1 -1
- package/dist/src/executors/prepare/untyped.js +1 -1
- package/dist/src/executors/prepare/untyped.mjs +1 -1
- package/dist/src/helpers/plugin-utilities.d.mts.map +1 -1
- package/dist/src/helpers/plugin-utilities.d.ts.map +1 -1
- package/dist/src/helpers/plugin-utilities.js +2 -8
- package/dist/src/helpers/plugin-utilities.mjs +2 -8
- package/dist/src/helpers/plugin-utilities.mjs.map +1 -1
- package/dist/src/plugin/index.js +1 -7
- package/dist/src/plugin/index.mjs +1 -7
- package/dist/src/plugin/index.mjs.map +1 -1
- package/package.json +20 -19
- package/dist/src/base-executor-CuS2Y2T4.d.ts +0 -173
- package/dist/src/base-executor-CuS2Y2T4.d.ts.map +0 -1
- package/dist/src/base-executor-TyizQv09.d.mts +0 -173
- package/dist/src/base-executor-TyizQv09.d.mts.map +0 -1
- package/dist/src/base-executor-dweAIT3X.mjs.map +0 -1
- package/dist/src/base-executor.untyped-Kz2OUE_8.mjs.map +0 -1
|
@@ -1,20 +1,11 @@
|
|
|
1
|
-
|
|
2
|
-
const require_chunk = require('../../chunk-BE-pF4vm.js');
|
|
3
|
-
const require_base_executor = require('../../base-executor-CQ18-J8D.js');
|
|
4
|
-
let defu = require("defu");
|
|
5
|
-
defu = require_chunk.__toESM(defu);
|
|
1
|
+
const require_base_executor = require('../../base-executor-D_JSA5Nd.js');
|
|
6
2
|
|
|
7
3
|
//#region src/executors/build/executor.ts
|
|
8
4
|
async function executorFn(context, api) {
|
|
9
|
-
await api.build(
|
|
10
|
-
input: context.options.input,
|
|
11
|
-
skipCache: context.options.skipCache,
|
|
12
|
-
mode: context.options.mode
|
|
13
|
-
}, context.inlineConfig));
|
|
5
|
+
await api.build(context.inlineConfig);
|
|
14
6
|
return { success: true };
|
|
15
7
|
}
|
|
16
8
|
const executor = require_base_executor.withExecutor("build", executorFn);
|
|
17
9
|
|
|
18
10
|
//#endregion
|
|
19
|
-
exports
|
|
20
|
-
exports.executorFn = executorFn;
|
|
11
|
+
module.exports = executor;
|
|
@@ -1,17 +1,12 @@
|
|
|
1
|
-
import { t as withExecutor } from "../../base-executor-
|
|
2
|
-
import defu from "defu";
|
|
1
|
+
import { t as withExecutor } from "../../base-executor-86GBuriJ.mjs";
|
|
3
2
|
|
|
4
3
|
//#region src/executors/build/executor.ts
|
|
5
4
|
async function executorFn(context, api) {
|
|
6
|
-
await api.build(
|
|
7
|
-
input: context.options.input,
|
|
8
|
-
skipCache: context.options.skipCache,
|
|
9
|
-
mode: context.options.mode
|
|
10
|
-
}, context.inlineConfig));
|
|
5
|
+
await api.build(context.inlineConfig);
|
|
11
6
|
return { success: true };
|
|
12
7
|
}
|
|
13
8
|
const executor = withExecutor("build", executorFn);
|
|
14
9
|
|
|
15
10
|
//#endregion
|
|
16
|
-
export { executor as default
|
|
11
|
+
export { executor as default };
|
|
17
12
|
//# sourceMappingURL=executor.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"executor.mjs","names":[],"sources":["../../../../src/executors/build/executor.ts"],"sourcesContent":["/* -------------------------------------------------------------------\n\n ⚡ Storm Software - Powerlines\n\n This code was released as part of the Powerlines project. Powerlines\n is maintained by Storm Software under the Apache-2.0 license, and is\n free for commercial and private use. For more information, please visit\n our licensing page at https://stormsoftware.com/licenses/projects/powerlines.\n\n Website: https://stormsoftware.com\n Repository: https://github.com/storm-software/powerlines\n Documentation: https://docs.stormsoftware.com/projects/powerlines\n Contact: https://stormsoftware.com/contact\n\n SPDX-License-Identifier: Apache-2.0\n\n ------------------------------------------------------------------- */\n\nimport { PromiseExecutor } from \"@nx/devkit\";\nimport { BaseExecutorResult } from \"@storm-software/workspace-tools/types\";\nimport
|
|
1
|
+
{"version":3,"file":"executor.mjs","names":[],"sources":["../../../../src/executors/build/executor.ts"],"sourcesContent":["/* -------------------------------------------------------------------\n\n ⚡ Storm Software - Powerlines\n\n This code was released as part of the Powerlines project. Powerlines\n is maintained by Storm Software under the Apache-2.0 license, and is\n free for commercial and private use. For more information, please visit\n our licensing page at https://stormsoftware.com/licenses/projects/powerlines.\n\n Website: https://stormsoftware.com\n Repository: https://github.com/storm-software/powerlines\n Documentation: https://docs.stormsoftware.com/projects/powerlines\n Contact: https://stormsoftware.com/contact\n\n SPDX-License-Identifier: Apache-2.0\n\n ------------------------------------------------------------------- */\n\nimport { PromiseExecutor } from \"@nx/devkit\";\nimport { BaseExecutorResult } from \"@storm-software/workspace-tools/types\";\nimport type { PowerlinesEngine } from \"powerlines\";\nimport {\n PowerlinesExecutorContext,\n withExecutor\n} from \"../../base/base-executor\";\nimport type { BuildExecutorSchema } from \"./schema\";\n\nasync function executorFn(\n context: PowerlinesExecutorContext<\"build\", BuildExecutorSchema>,\n api: PowerlinesEngine\n): Promise<BaseExecutorResult> {\n await api.build(context.inlineConfig);\n\n return {\n success: true\n };\n}\n\nconst executor: PromiseExecutor<BuildExecutorSchema> = withExecutor<\n \"build\",\n BuildExecutorSchema\n>(\"build\", executorFn);\n\nexport default executor;\n"],"mappings":";;;AA2BA,eAAe,WACb,SACA,KAC6B;AAC7B,OAAM,IAAI,MAAM,QAAQ,aAAa;AAErC,QAAO,EACL,SAAS,MACV;;AAGH,MAAM,WAAiD,aAGrD,SAAS,WAAW"}
|
|
@@ -1,7 +1,4 @@
|
|
|
1
|
-
import { t as PowerlinesExecutorContext } from "../../base-executor-TyizQv09.mjs";
|
|
2
1
|
import { PromiseExecutor } from "@nx/devkit";
|
|
3
|
-
import { BaseExecutorResult } from "@storm-software/workspace-tools/types";
|
|
4
|
-
import { PowerlinesEngine } from "powerlines";
|
|
5
2
|
|
|
6
3
|
//#region src/executors/clean/schema.d.ts
|
|
7
4
|
// Generated by @storm-software/untyped
|
|
@@ -161,8 +158,7 @@ interface CleanExecutorSchema {
|
|
|
161
158
|
}
|
|
162
159
|
//#endregion
|
|
163
160
|
//#region src/executors/clean/executor.d.ts
|
|
164
|
-
declare function executorFn(context: PowerlinesExecutorContext<"clean", CleanExecutorSchema>, api: PowerlinesEngine): Promise<BaseExecutorResult>;
|
|
165
161
|
declare const executor: PromiseExecutor<CleanExecutorSchema>;
|
|
166
162
|
//#endregion
|
|
167
|
-
export { executor as default
|
|
163
|
+
export { executor as default };
|
|
168
164
|
//# sourceMappingURL=executor.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"executor.d.mts","names":["CleanExecutorSchema","Array","Record","config","configFile","input","tsconfig","outputPath","copyPath","sourceMap","minify","format","platform","external","noExternal","skipNodeModulesBundle","mode","logLevel","define","assets","output","glob","ignore","dot","additionalArgs"],"sources":["../../../../src/executors/clean/schema.d.ts","../../../../src/executors/clean/executor.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"executor.d.mts","names":["CleanExecutorSchema","Array","Record","config","configFile","input","tsconfig","outputPath","copyPath","sourceMap","minify","format","platform","external","noExternal","skipNodeModulesBundle","mode","logLevel","define","assets","output","glob","ignore","dot","additionalArgs"],"sources":["../../../../src/executors/clean/schema.d.ts","../../../../src/executors/clean/executor.ts"],"mappings":";;;;;UAIiBA,mBAAAA;;;;;;;;;EAShBG,MAAAA;;;;;;;;;EAUAC,UAAAA;;;;;;;;;EAUAC,KAAAA,GAAQJ,KAAAA;;;;;;;;;EAURK,QAAAA;;;;;;AClBmD;;;ED4BnDC,UAAAA;;;;;;;;;EAUAC,QAAAA;;;;;;;EAQAC,SAAAA;;;;;;;EAQAC,MAAAA;;;;;;;;EASAC,MAAAA,GAASV,KAAAA;;;;;;;;;EAUTW,QAAAA;;;;;;;EAQAC,QAAAA,GAAWZ,KAAAA;;;;;;;EAQXa,UAAAA,GAAab,KAAAA;;;;;;;EAQbc,qBAAAA;;;;;;;;;EAUAC,IAAAA;;;;;;;;;EAUAC,QAAAA;;;;;;;EAQAC,MAAAA,GAAShB,MAAAA;;;;;;;EAQTiB,MAAAA,GAASlB,KAAAA;IAAQI,KAAAA;IAAgBe,MAAAA;IAAiBC,IAAAA;IAAcC,MAAAA;IAAmBC,GAAAA;EAAAA;;;;;;;EAQnFC,cAAAA,GAAiBtB,MAAAA;AAAAA;;;cChIZ,QAAA,EAAU,eAAA,CAAgB,mBAAA"}
|
|
@@ -1,7 +1,4 @@
|
|
|
1
|
-
import { t as PowerlinesExecutorContext } from "../../base-executor-CuS2Y2T4.js";
|
|
2
1
|
import { PromiseExecutor } from "@nx/devkit";
|
|
3
|
-
import { BaseExecutorResult } from "@storm-software/workspace-tools/types";
|
|
4
|
-
import { PowerlinesEngine } from "powerlines";
|
|
5
2
|
|
|
6
3
|
//#region src/executors/clean/schema.d.ts
|
|
7
4
|
// Generated by @storm-software/untyped
|
|
@@ -161,8 +158,6 @@ interface CleanExecutorSchema {
|
|
|
161
158
|
}
|
|
162
159
|
//#endregion
|
|
163
160
|
//#region src/executors/clean/executor.d.ts
|
|
164
|
-
declare function executorFn(context: PowerlinesExecutorContext<"clean", CleanExecutorSchema>, api: PowerlinesEngine): Promise<BaseExecutorResult>;
|
|
165
161
|
declare const executor: PromiseExecutor<CleanExecutorSchema>;
|
|
166
|
-
|
|
167
|
-
export { executor as default, executorFn };
|
|
162
|
+
export = executor;
|
|
168
163
|
//# sourceMappingURL=executor.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"executor.d.ts","names":["CleanExecutorSchema","Array","Record","config","configFile","input","tsconfig","outputPath","copyPath","sourceMap","minify","format","platform","external","noExternal","skipNodeModulesBundle","mode","logLevel","define","assets","output","glob","ignore","dot","additionalArgs"],"sources":["../../../../src/executors/clean/schema.d.ts","../../../../src/executors/clean/executor.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"executor.d.ts","names":["CleanExecutorSchema","Array","Record","config","configFile","input","tsconfig","outputPath","copyPath","sourceMap","minify","format","platform","external","noExternal","skipNodeModulesBundle","mode","logLevel","define","assets","output","glob","ignore","dot","additionalArgs"],"sources":["../../../../src/executors/clean/schema.d.ts","../../../../src/executors/clean/executor.ts"],"mappings":";;;;;UAIiBA,mBAAAA;;;;;;;;;EAShBG,MAAAA;;;;;;;;;EAUAC,UAAAA;;;;;;;;;EAUAC,KAAAA,GAAQJ,KAAAA;;;;;;;;;EAURK,QAAAA;;;;;;AClBmD;;;ED4BnDC,UAAAA;;;;;;;;;EAUAC,QAAAA;;;;;;;EAQAC,SAAAA;;;;;;;EAQAC,MAAAA;;;;;;;;EASAC,MAAAA,GAASV,KAAAA;;;;;;;;;EAUTW,QAAAA;;;;;;;EAQAC,QAAAA,GAAWZ,KAAAA;;;;;;;EAQXa,UAAAA,GAAab,KAAAA;;;;;;;EAQbc,qBAAAA;;;;;;;;;EAUAC,IAAAA;;;;;;;;;EAUAC,QAAAA;;;;;;;EAQAC,MAAAA,GAAShB,MAAAA;;;;;;;EAQTiB,MAAAA,GAASlB,KAAAA;IAAQI,KAAAA;IAAgBe,MAAAA;IAAiBC,IAAAA;IAAcC,MAAAA;IAAmBC,GAAAA;EAAAA;;;;;;;EAQnFC,cAAAA,GAAiBtB,MAAAA;AAAAA;;;cChIZ,QAAA,EAAU,eAAA,CAAgB,mBAAA;AAAA"}
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
const require_base_executor = require('../../base-executor-CQ18-J8D.js');
|
|
1
|
+
const require_base_executor = require('../../base-executor-D_JSA5Nd.js');
|
|
3
2
|
|
|
4
3
|
//#region src/executors/clean/executor.ts
|
|
5
4
|
async function executorFn(context, api) {
|
|
@@ -9,5 +8,4 @@ async function executorFn(context, api) {
|
|
|
9
8
|
const executor = require_base_executor.withExecutor("clean", executorFn);
|
|
10
9
|
|
|
11
10
|
//#endregion
|
|
12
|
-
exports
|
|
13
|
-
exports.executorFn = executorFn;
|
|
11
|
+
module.exports = executor;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { t as withExecutor } from "../../base-executor-
|
|
1
|
+
import { t as withExecutor } from "../../base-executor-86GBuriJ.mjs";
|
|
2
2
|
|
|
3
3
|
//#region src/executors/clean/executor.ts
|
|
4
4
|
async function executorFn(context, api) {
|
|
@@ -8,5 +8,5 @@ async function executorFn(context, api) {
|
|
|
8
8
|
const executor = withExecutor("clean", executorFn);
|
|
9
9
|
|
|
10
10
|
//#endregion
|
|
11
|
-
export { executor as default
|
|
11
|
+
export { executor as default };
|
|
12
12
|
//# sourceMappingURL=executor.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"executor.mjs","names":[],"sources":["../../../../src/executors/clean/executor.ts"],"sourcesContent":["/* -------------------------------------------------------------------\n\n ⚡ Storm Software - Powerlines\n\n This code was released as part of the Powerlines project. Powerlines\n is maintained by Storm Software under the Apache-2.0 license, and is\n free for commercial and private use. For more information, please visit\n our licensing page at https://stormsoftware.com/licenses/projects/powerlines.\n\n Website: https://stormsoftware.com\n Repository: https://github.com/storm-software/powerlines\n Documentation: https://docs.stormsoftware.com/projects/powerlines\n Contact: https://stormsoftware.com/contact\n\n SPDX-License-Identifier: Apache-2.0\n\n ------------------------------------------------------------------- */\n\nimport { PromiseExecutor } from \"@nx/devkit\";\nimport { BaseExecutorResult } from \"@storm-software/workspace-tools/types\";\nimport type {
|
|
1
|
+
{"version":3,"file":"executor.mjs","names":[],"sources":["../../../../src/executors/clean/executor.ts"],"sourcesContent":["/* -------------------------------------------------------------------\n\n ⚡ Storm Software - Powerlines\n\n This code was released as part of the Powerlines project. Powerlines\n is maintained by Storm Software under the Apache-2.0 license, and is\n free for commercial and private use. For more information, please visit\n our licensing page at https://stormsoftware.com/licenses/projects/powerlines.\n\n Website: https://stormsoftware.com\n Repository: https://github.com/storm-software/powerlines\n Documentation: https://docs.stormsoftware.com/projects/powerlines\n Contact: https://stormsoftware.com/contact\n\n SPDX-License-Identifier: Apache-2.0\n\n ------------------------------------------------------------------- */\n\nimport { PromiseExecutor } from \"@nx/devkit\";\nimport { BaseExecutorResult } from \"@storm-software/workspace-tools/types\";\nimport type { PowerlinesEngine } from \"powerlines\";\nimport {\n PowerlinesExecutorContext,\n withExecutor\n} from \"../../base/base-executor\";\nimport type { CleanExecutorSchema } from \"./schema\";\n\nasync function executorFn(\n context: PowerlinesExecutorContext<\"clean\", CleanExecutorSchema>,\n api: PowerlinesEngine\n): Promise<BaseExecutorResult> {\n await api.clean(context.inlineConfig);\n\n return {\n success: true\n };\n}\n\nconst executor: PromiseExecutor<CleanExecutorSchema> = withExecutor<\n \"clean\",\n CleanExecutorSchema\n>(\"clean\", executorFn);\n\nexport default executor;\n"],"mappings":";;;AA2BA,eAAe,WACb,SACA,KAC6B;AAC7B,OAAM,IAAI,MAAM,QAAQ,aAAa;AAErC,QAAO,EACL,SAAS,MACV;;AAGH,MAAM,WAAiD,aAGrD,SAAS,WAAW"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
const require_chunk = require('../../chunk-BE-pF4vm.js');
|
|
2
|
-
const require_base_executor_untyped = require('../../base-executor.untyped-
|
|
2
|
+
const require_base_executor_untyped = require('../../base-executor.untyped-4feXjo6S.js');
|
|
3
3
|
let untyped = require("untyped");
|
|
4
4
|
|
|
5
5
|
//#region src/executors/clean/untyped.ts
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { t as base_executor_untyped_default } from "../../base-executor.untyped-
|
|
1
|
+
import { t as base_executor_untyped_default } from "../../base-executor.untyped-BD9-7XGx.mjs";
|
|
2
2
|
import { defineUntypedSchema } from "untyped";
|
|
3
3
|
|
|
4
4
|
//#region src/executors/clean/untyped.ts
|
|
@@ -1,7 +1,4 @@
|
|
|
1
|
-
import { t as PowerlinesExecutorContext } from "../../base-executor-TyizQv09.mjs";
|
|
2
1
|
import { PromiseExecutor } from "@nx/devkit";
|
|
3
|
-
import { BaseExecutorResult } from "@storm-software/workspace-tools/types";
|
|
4
|
-
import { PowerlinesEngine } from "powerlines";
|
|
5
2
|
|
|
6
3
|
//#region src/executors/docs/schema.d.ts
|
|
7
4
|
// Generated by @storm-software/untyped
|
|
@@ -175,8 +172,7 @@ interface DocsExecutorSchema {
|
|
|
175
172
|
}
|
|
176
173
|
//#endregion
|
|
177
174
|
//#region src/executors/docs/executor.d.ts
|
|
178
|
-
declare function executorFn(context: PowerlinesExecutorContext<"docs", DocsExecutorSchema>, api: PowerlinesEngine): Promise<BaseExecutorResult>;
|
|
179
175
|
declare const executor: PromiseExecutor<DocsExecutorSchema>;
|
|
180
176
|
//#endregion
|
|
181
|
-
export { executor as default
|
|
177
|
+
export { executor as default };
|
|
182
178
|
//# sourceMappingURL=executor.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"executor.d.mts","names":["DocsExecutorSchema","Array","Record","config","configFile","input","tsconfig","outputPath","copyPath","sourceMap","minify","format","platform","external","noExternal","skipNodeModulesBundle","mode","logLevel","define","assets","output","glob","ignore","dot","additionalArgs","autoInstall","skipCache"],"sources":["../../../../src/executors/docs/schema.d.ts","../../../../src/executors/docs/executor.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"executor.d.mts","names":["DocsExecutorSchema","Array","Record","config","configFile","input","tsconfig","outputPath","copyPath","sourceMap","minify","format","platform","external","noExternal","skipNodeModulesBundle","mode","logLevel","define","assets","output","glob","ignore","dot","additionalArgs","autoInstall","skipCache"],"sources":["../../../../src/executors/docs/schema.d.ts","../../../../src/executors/docs/executor.ts"],"mappings":";;;;;UAIiBA,kBAAAA;;;;;;;;;EAShBG,MAAAA;;;;;;;;;EAUAC,UAAAA;;;;;;;;;EAUAC,KAAAA,GAAQJ,KAAAA;;;;;;;;;EAURK,QAAAA;;;;;;;;AClBkD;ED4BlDC,UAAAA;ECf8B;;;;;;;;EDyB9BC,QAAAA;;;;;;;EAQAC,SAAAA;;;;;;;EAQAC,MAAAA;;;;;;;;EASAC,MAAAA,GAASV,KAAAA;;;;;;;;;EAUTW,QAAAA;;;;;;;EAQAC,QAAAA,GAAWZ,KAAAA;;;;;;;EAQXa,UAAAA,GAAab,KAAAA;;;;;;;EAQbc,qBAAAA;;;;;;;;;EAUAC,IAAAA;;;;;;;;;EAUAC,QAAAA;;;;;;;EAQAC,MAAAA,GAAShB,MAAAA;;;;;;;EAQTiB,MAAAA,GAASlB,KAAAA;IAAQI,KAAAA;IAAgBe,MAAAA;IAAiBC,IAAAA;IAAcC,MAAAA;IAAmBC,GAAAA;EAAAA;;;;;;;EAQnFC,cAAAA,GAAiBtB,MAAAA;;;;;;;EAQjBuB,WAAAA;;;;;;;EAQAC,SAAAA;AAAAA;;;cChJK,QAAA,EAAU,eAAA,CAAgB,kBAAA"}
|
|
@@ -1,7 +1,4 @@
|
|
|
1
|
-
import { t as PowerlinesExecutorContext } from "../../base-executor-CuS2Y2T4.js";
|
|
2
1
|
import { PromiseExecutor } from "@nx/devkit";
|
|
3
|
-
import { BaseExecutorResult } from "@storm-software/workspace-tools/types";
|
|
4
|
-
import { PowerlinesEngine } from "powerlines";
|
|
5
2
|
|
|
6
3
|
//#region src/executors/docs/schema.d.ts
|
|
7
4
|
// Generated by @storm-software/untyped
|
|
@@ -175,8 +172,6 @@ interface DocsExecutorSchema {
|
|
|
175
172
|
}
|
|
176
173
|
//#endregion
|
|
177
174
|
//#region src/executors/docs/executor.d.ts
|
|
178
|
-
declare function executorFn(context: PowerlinesExecutorContext<"docs", DocsExecutorSchema>, api: PowerlinesEngine): Promise<BaseExecutorResult>;
|
|
179
175
|
declare const executor: PromiseExecutor<DocsExecutorSchema>;
|
|
180
|
-
|
|
181
|
-
export { executor as default, executorFn };
|
|
176
|
+
export = executor;
|
|
182
177
|
//# sourceMappingURL=executor.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"executor.d.ts","names":["DocsExecutorSchema","Array","Record","config","configFile","input","tsconfig","outputPath","copyPath","sourceMap","minify","format","platform","external","noExternal","skipNodeModulesBundle","mode","logLevel","define","assets","output","glob","ignore","dot","additionalArgs","autoInstall","skipCache"],"sources":["../../../../src/executors/docs/schema.d.ts","../../../../src/executors/docs/executor.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"executor.d.ts","names":["DocsExecutorSchema","Array","Record","config","configFile","input","tsconfig","outputPath","copyPath","sourceMap","minify","format","platform","external","noExternal","skipNodeModulesBundle","mode","logLevel","define","assets","output","glob","ignore","dot","additionalArgs","autoInstall","skipCache"],"sources":["../../../../src/executors/docs/schema.d.ts","../../../../src/executors/docs/executor.ts"],"mappings":";;;;;UAIiBA,kBAAAA;;;;;;;;;EAShBG,MAAAA;;;;;;;;;EAUAC,UAAAA;;;;;;;;;EAUAC,KAAAA,GAAQJ,KAAAA;;;;;;;;;EAURK,QAAAA;;;;;;;;AClBkD;ED4BlDC,UAAAA;ECf8B;;;;;;;;EDyB9BC,QAAAA;;;;;;;EAQAC,SAAAA;;;;;;;EAQAC,MAAAA;;;;;;;;EASAC,MAAAA,GAASV,KAAAA;;;;;;;;;EAUTW,QAAAA;;;;;;;EAQAC,QAAAA,GAAWZ,KAAAA;;;;;;;EAQXa,UAAAA,GAAab,KAAAA;;;;;;;EAQbc,qBAAAA;;;;;;;;;EAUAC,IAAAA;;;;;;;;;EAUAC,QAAAA;;;;;;;EAQAC,MAAAA,GAAShB,MAAAA;;;;;;;EAQTiB,MAAAA,GAASlB,KAAAA;IAAQI,KAAAA;IAAgBe,MAAAA;IAAiBC,IAAAA;IAAcC,MAAAA;IAAmBC,GAAAA;EAAAA;;;;;;;EAQnFC,cAAAA,GAAiBtB,MAAAA;;;;;;;EAQjBuB,WAAAA;;;;;;;EAQAC,SAAAA;AAAAA;;;cChJK,QAAA,EAAU,eAAA,CAAgB,kBAAA;AAAA"}
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
const require_base_executor = require('../../base-executor-CQ18-J8D.js');
|
|
1
|
+
const require_base_executor = require('../../base-executor-D_JSA5Nd.js');
|
|
3
2
|
|
|
4
3
|
//#region src/executors/docs/executor.ts
|
|
5
4
|
async function executorFn(context, api) {
|
|
@@ -9,5 +8,4 @@ async function executorFn(context, api) {
|
|
|
9
8
|
const executor = require_base_executor.withExecutor("docs", executorFn);
|
|
10
9
|
|
|
11
10
|
//#endregion
|
|
12
|
-
exports
|
|
13
|
-
exports.executorFn = executorFn;
|
|
11
|
+
module.exports = executor;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { t as withExecutor } from "../../base-executor-
|
|
1
|
+
import { t as withExecutor } from "../../base-executor-86GBuriJ.mjs";
|
|
2
2
|
|
|
3
3
|
//#region src/executors/docs/executor.ts
|
|
4
4
|
async function executorFn(context, api) {
|
|
@@ -8,5 +8,5 @@ async function executorFn(context, api) {
|
|
|
8
8
|
const executor = withExecutor("docs", executorFn);
|
|
9
9
|
|
|
10
10
|
//#endregion
|
|
11
|
-
export { executor as default
|
|
11
|
+
export { executor as default };
|
|
12
12
|
//# sourceMappingURL=executor.mjs.map
|
|
@@ -1 +1 @@
|
|
|
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 {
|
|
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 { PowerlinesEngine } from \"powerlines\";\nimport {\n PowerlinesExecutorContext,\n withExecutor\n} from \"../../base/base-executor\";\nimport type { DocsExecutorSchema } from \"./schema\";\n\nasync function executorFn(\n context: PowerlinesExecutorContext<\"docs\", DocsExecutorSchema>,\n api: PowerlinesEngine\n): Promise<BaseExecutorResult> {\n await api.docs(context.inlineConfig);\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":";;;AA2BA,eAAe,WACb,SACA,KAC6B;AAC7B,OAAM,IAAI,KAAK,QAAQ,aAAa;AAEpC,QAAO,EACL,SAAS,MACV;;AAGH,MAAM,WAAgD,aAGpD,QAAQ,WAAW"}
|
|
@@ -1,7 +1,4 @@
|
|
|
1
|
-
import { t as PowerlinesExecutorContext } from "../../base-executor-TyizQv09.mjs";
|
|
2
1
|
import { PromiseExecutor } from "@nx/devkit";
|
|
3
|
-
import { BaseExecutorResult } from "@storm-software/workspace-tools/types";
|
|
4
|
-
import { PowerlinesEngine } from "powerlines";
|
|
5
2
|
|
|
6
3
|
//#region src/executors/lint/schema.d.ts
|
|
7
4
|
// Generated by @storm-software/untyped
|
|
@@ -175,8 +172,7 @@ interface LintExecutorSchema {
|
|
|
175
172
|
}
|
|
176
173
|
//#endregion
|
|
177
174
|
//#region src/executors/lint/executor.d.ts
|
|
178
|
-
declare function executorFn(context: PowerlinesExecutorContext<"lint", LintExecutorSchema>, api: PowerlinesEngine): Promise<BaseExecutorResult>;
|
|
179
175
|
declare const executor: PromiseExecutor<LintExecutorSchema>;
|
|
180
176
|
//#endregion
|
|
181
|
-
export { executor as default
|
|
177
|
+
export { executor as default };
|
|
182
178
|
//# sourceMappingURL=executor.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"executor.d.mts","names":["LintExecutorSchema","Array","Record","config","configFile","input","tsconfig","outputPath","copyPath","sourceMap","minify","format","platform","external","noExternal","skipNodeModulesBundle","mode","logLevel","define","assets","output","glob","ignore","dot","additionalArgs","autoInstall","skipCache"],"sources":["../../../../src/executors/lint/schema.d.ts","../../../../src/executors/lint/executor.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"executor.d.mts","names":["LintExecutorSchema","Array","Record","config","configFile","input","tsconfig","outputPath","copyPath","sourceMap","minify","format","platform","external","noExternal","skipNodeModulesBundle","mode","logLevel","define","assets","output","glob","ignore","dot","additionalArgs","autoInstall","skipCache"],"sources":["../../../../src/executors/lint/schema.d.ts","../../../../src/executors/lint/executor.ts"],"mappings":";;;;;UAIiBA,kBAAAA;;;;;;;;;EAShBG,MAAAA;;;;;;;;;EAUAC,UAAAA;;;;;;;;;EAUAC,KAAAA,GAAQJ,KAAAA;;;;;;;;;EAURK,QAAAA;;;;;;;;AClBkD;ED4BlDC,UAAAA;ECf8B;;;;;;;;EDyB9BC,QAAAA;;;;;;;EAQAC,SAAAA;;;;;;;EAQAC,MAAAA;;;;;;;;EASAC,MAAAA,GAASV,KAAAA;;;;;;;;;EAUTW,QAAAA;;;;;;;EAQAC,QAAAA,GAAWZ,KAAAA;;;;;;;EAQXa,UAAAA,GAAab,KAAAA;;;;;;;EAQbc,qBAAAA;;;;;;;;;EAUAC,IAAAA;;;;;;;;;EAUAC,QAAAA;;;;;;;EAQAC,MAAAA,GAAShB,MAAAA;;;;;;;EAQTiB,MAAAA,GAASlB,KAAAA;IAAQI,KAAAA;IAAgBe,MAAAA;IAAiBC,IAAAA;IAAcC,MAAAA;IAAmBC,GAAAA;EAAAA;;;;;;;EAQnFC,cAAAA,GAAiBtB,MAAAA;;;;;;;EAQjBuB,WAAAA;;;;;;;EAQAC,SAAAA;AAAAA;;;cChJK,QAAA,EAAU,eAAA,CAAgB,kBAAA"}
|
|
@@ -1,7 +1,4 @@
|
|
|
1
|
-
import { t as PowerlinesExecutorContext } from "../../base-executor-CuS2Y2T4.js";
|
|
2
1
|
import { PromiseExecutor } from "@nx/devkit";
|
|
3
|
-
import { BaseExecutorResult } from "@storm-software/workspace-tools/types";
|
|
4
|
-
import { PowerlinesEngine } from "powerlines";
|
|
5
2
|
|
|
6
3
|
//#region src/executors/lint/schema.d.ts
|
|
7
4
|
// Generated by @storm-software/untyped
|
|
@@ -175,8 +172,6 @@ interface LintExecutorSchema {
|
|
|
175
172
|
}
|
|
176
173
|
//#endregion
|
|
177
174
|
//#region src/executors/lint/executor.d.ts
|
|
178
|
-
declare function executorFn(context: PowerlinesExecutorContext<"lint", LintExecutorSchema>, api: PowerlinesEngine): Promise<BaseExecutorResult>;
|
|
179
175
|
declare const executor: PromiseExecutor<LintExecutorSchema>;
|
|
180
|
-
|
|
181
|
-
export { executor as default, executorFn };
|
|
176
|
+
export = executor;
|
|
182
177
|
//# sourceMappingURL=executor.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"executor.d.ts","names":["LintExecutorSchema","Array","Record","config","configFile","input","tsconfig","outputPath","copyPath","sourceMap","minify","format","platform","external","noExternal","skipNodeModulesBundle","mode","logLevel","define","assets","output","glob","ignore","dot","additionalArgs","autoInstall","skipCache"],"sources":["../../../../src/executors/lint/schema.d.ts","../../../../src/executors/lint/executor.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"executor.d.ts","names":["LintExecutorSchema","Array","Record","config","configFile","input","tsconfig","outputPath","copyPath","sourceMap","minify","format","platform","external","noExternal","skipNodeModulesBundle","mode","logLevel","define","assets","output","glob","ignore","dot","additionalArgs","autoInstall","skipCache"],"sources":["../../../../src/executors/lint/schema.d.ts","../../../../src/executors/lint/executor.ts"],"mappings":";;;;;UAIiBA,kBAAAA;;;;;;;;;EAShBG,MAAAA;;;;;;;;;EAUAC,UAAAA;;;;;;;;;EAUAC,KAAAA,GAAQJ,KAAAA;;;;;;;;;EAURK,QAAAA;;;;;;;;AClBkD;ED4BlDC,UAAAA;ECf8B;;;;;;;;EDyB9BC,QAAAA;;;;;;;EAQAC,SAAAA;;;;;;;EAQAC,MAAAA;;;;;;;;EASAC,MAAAA,GAASV,KAAAA;;;;;;;;;EAUTW,QAAAA;;;;;;;EAQAC,QAAAA,GAAWZ,KAAAA;;;;;;;EAQXa,UAAAA,GAAab,KAAAA;;;;;;;EAQbc,qBAAAA;;;;;;;;;EAUAC,IAAAA;;;;;;;;;EAUAC,QAAAA;;;;;;;EAQAC,MAAAA,GAAShB,MAAAA;;;;;;;EAQTiB,MAAAA,GAASlB,KAAAA;IAAQI,KAAAA;IAAgBe,MAAAA;IAAiBC,IAAAA;IAAcC,MAAAA;IAAmBC,GAAAA;EAAAA;;;;;;;EAQnFC,cAAAA,GAAiBtB,MAAAA;;;;;;;EAQjBuB,WAAAA;;;;;;;EAQAC,SAAAA;AAAAA;;;cChJK,QAAA,EAAU,eAAA,CAAgB,kBAAA;AAAA"}
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
const require_base_executor = require('../../base-executor-CQ18-J8D.js');
|
|
1
|
+
const require_base_executor = require('../../base-executor-D_JSA5Nd.js');
|
|
3
2
|
|
|
4
3
|
//#region src/executors/lint/executor.ts
|
|
5
4
|
async function executorFn(context, api) {
|
|
@@ -9,5 +8,4 @@ async function executorFn(context, api) {
|
|
|
9
8
|
const executor = require_base_executor.withExecutor("lint", executorFn);
|
|
10
9
|
|
|
11
10
|
//#endregion
|
|
12
|
-
exports
|
|
13
|
-
exports.executorFn = executorFn;
|
|
11
|
+
module.exports = executor;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { t as withExecutor } from "../../base-executor-
|
|
1
|
+
import { t as withExecutor } from "../../base-executor-86GBuriJ.mjs";
|
|
2
2
|
|
|
3
3
|
//#region src/executors/lint/executor.ts
|
|
4
4
|
async function executorFn(context, api) {
|
|
@@ -8,5 +8,5 @@ async function executorFn(context, api) {
|
|
|
8
8
|
const executor = withExecutor("lint", executorFn);
|
|
9
9
|
|
|
10
10
|
//#endregion
|
|
11
|
-
export { executor as default
|
|
11
|
+
export { executor as default };
|
|
12
12
|
//# sourceMappingURL=executor.mjs.map
|
|
@@ -1 +1 @@
|
|
|
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 {
|
|
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 { PowerlinesEngine } from \"powerlines\";\nimport {\n PowerlinesExecutorContext,\n withExecutor\n} from \"../../base/base-executor\";\nimport type { LintExecutorSchema } from \"./schema\";\n\nasync function executorFn(\n context: PowerlinesExecutorContext<\"lint\", LintExecutorSchema>,\n api: PowerlinesEngine\n): Promise<BaseExecutorResult> {\n await api.lint(context.inlineConfig);\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":";;;AA2BA,eAAe,WACb,SACA,KAC6B;AAC7B,OAAM,IAAI,KAAK,QAAQ,aAAa;AAEpC,QAAO,EACL,SAAS,MACV;;AAGH,MAAM,WAAgD,aAGpD,QAAQ,WAAW"}
|
|
@@ -1,7 +1,4 @@
|
|
|
1
|
-
import { t as PowerlinesExecutorContext } from "../../base-executor-TyizQv09.mjs";
|
|
2
1
|
import { PromiseExecutor } from "@nx/devkit";
|
|
3
|
-
import { BaseExecutorResult } from "@storm-software/workspace-tools/types";
|
|
4
|
-
import { PowerlinesEngine } from "powerlines";
|
|
5
2
|
|
|
6
3
|
//#region src/executors/prepare/schema.d.ts
|
|
7
4
|
// Generated by @storm-software/untyped
|
|
@@ -175,8 +172,7 @@ interface PrepareExecutorSchema {
|
|
|
175
172
|
}
|
|
176
173
|
//#endregion
|
|
177
174
|
//#region src/executors/prepare/executor.d.ts
|
|
178
|
-
declare function executorFn(context: PowerlinesExecutorContext<"prepare", PrepareExecutorSchema>, api: PowerlinesEngine): Promise<BaseExecutorResult>;
|
|
179
175
|
declare const executor: PromiseExecutor<PrepareExecutorSchema>;
|
|
180
176
|
//#endregion
|
|
181
|
-
export { executor as default
|
|
177
|
+
export { executor as default };
|
|
182
178
|
//# sourceMappingURL=executor.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"executor.d.mts","names":["PrepareExecutorSchema","Array","Record","config","configFile","input","tsconfig","outputPath","copyPath","sourceMap","minify","format","platform","external","noExternal","skipNodeModulesBundle","mode","logLevel","define","assets","output","glob","ignore","dot","additionalArgs","autoInstall","skipCache"],"sources":["../../../../src/executors/prepare/schema.d.ts","../../../../src/executors/prepare/executor.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"executor.d.mts","names":["PrepareExecutorSchema","Array","Record","config","configFile","input","tsconfig","outputPath","copyPath","sourceMap","minify","format","platform","external","noExternal","skipNodeModulesBundle","mode","logLevel","define","assets","output","glob","ignore","dot","additionalArgs","autoInstall","skipCache"],"sources":["../../../../src/executors/prepare/schema.d.ts","../../../../src/executors/prepare/executor.ts"],"mappings":";;;;;UAIiBA,qBAAAA;;;;;;;;;EAShBG,MAAAA;;;;;;;;;EAUAC,UAAAA;;;;;;;;;EAUAC,KAAAA,GAAQJ,KAAAA;;;;;;;;;EAURK,QAAAA;;;;;;;;AClBgD;ED4BhDC,UAAAA;ECf8B;;;;;;;;EDyB9BC,QAAAA;;;;;;;EAQAC,SAAAA;;;;;;;EAQAC,MAAAA;;;;;;;;EASAC,MAAAA,GAASV,KAAAA;;;;;;;;;EAUTW,QAAAA;;;;;;;EAQAC,QAAAA,GAAWZ,KAAAA;;;;;;;EAQXa,UAAAA,GAAab,KAAAA;;;;;;;EAQbc,qBAAAA;;;;;;;;;EAUAC,IAAAA;;;;;;;;;EAUAC,QAAAA;;;;;;;EAQAC,MAAAA,GAAShB,MAAAA;;;;;;;EAQTiB,MAAAA,GAASlB,KAAAA;IAAQI,KAAAA;IAAgBe,MAAAA;IAAiBC,IAAAA;IAAcC,MAAAA;IAAmBC,GAAAA;EAAAA;;;;;;;EAQnFC,cAAAA,GAAiBtB,MAAAA;;;;;;;EAQjBuB,WAAAA;;;;;;;EAQAC,SAAAA;AAAAA;;;cChJK,QAAA,EAAU,eAAA,CAAgB,qBAAA"}
|
|
@@ -1,7 +1,4 @@
|
|
|
1
|
-
import { t as PowerlinesExecutorContext } from "../../base-executor-CuS2Y2T4.js";
|
|
2
1
|
import { PromiseExecutor } from "@nx/devkit";
|
|
3
|
-
import { BaseExecutorResult } from "@storm-software/workspace-tools/types";
|
|
4
|
-
import { PowerlinesEngine } from "powerlines";
|
|
5
2
|
|
|
6
3
|
//#region src/executors/prepare/schema.d.ts
|
|
7
4
|
// Generated by @storm-software/untyped
|
|
@@ -175,8 +172,6 @@ interface PrepareExecutorSchema {
|
|
|
175
172
|
}
|
|
176
173
|
//#endregion
|
|
177
174
|
//#region src/executors/prepare/executor.d.ts
|
|
178
|
-
declare function executorFn(context: PowerlinesExecutorContext<"prepare", PrepareExecutorSchema>, api: PowerlinesEngine): Promise<BaseExecutorResult>;
|
|
179
175
|
declare const executor: PromiseExecutor<PrepareExecutorSchema>;
|
|
180
|
-
|
|
181
|
-
export { executor as default, executorFn };
|
|
176
|
+
export = executor;
|
|
182
177
|
//# sourceMappingURL=executor.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"executor.d.ts","names":["PrepareExecutorSchema","Array","Record","config","configFile","input","tsconfig","outputPath","copyPath","sourceMap","minify","format","platform","external","noExternal","skipNodeModulesBundle","mode","logLevel","define","assets","output","glob","ignore","dot","additionalArgs","autoInstall","skipCache"],"sources":["../../../../src/executors/prepare/schema.d.ts","../../../../src/executors/prepare/executor.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"executor.d.ts","names":["PrepareExecutorSchema","Array","Record","config","configFile","input","tsconfig","outputPath","copyPath","sourceMap","minify","format","platform","external","noExternal","skipNodeModulesBundle","mode","logLevel","define","assets","output","glob","ignore","dot","additionalArgs","autoInstall","skipCache"],"sources":["../../../../src/executors/prepare/schema.d.ts","../../../../src/executors/prepare/executor.ts"],"mappings":";;;;;UAIiBA,qBAAAA;;;;;;;;;EAShBG,MAAAA;;;;;;;;;EAUAC,UAAAA;;;;;;;;;EAUAC,KAAAA,GAAQJ,KAAAA;;;;;;;;;EAURK,QAAAA;;;;;;;;AClBgD;ED4BhDC,UAAAA;ECf8B;;;;;;;;EDyB9BC,QAAAA;;;;;;;EAQAC,SAAAA;;;;;;;EAQAC,MAAAA;;;;;;;;EASAC,MAAAA,GAASV,KAAAA;;;;;;;;;EAUTW,QAAAA;;;;;;;EAQAC,QAAAA,GAAWZ,KAAAA;;;;;;;EAQXa,UAAAA,GAAab,KAAAA;;;;;;;EAQbc,qBAAAA;;;;;;;;;EAUAC,IAAAA;;;;;;;;;EAUAC,QAAAA;;;;;;;EAQAC,MAAAA,GAAShB,MAAAA;;;;;;;EAQTiB,MAAAA,GAASlB,KAAAA;IAAQI,KAAAA;IAAgBe,MAAAA;IAAiBC,IAAAA;IAAcC,MAAAA;IAAmBC,GAAAA;EAAAA;;;;;;;EAQnFC,cAAAA,GAAiBtB,MAAAA;;;;;;;EAQjBuB,WAAAA;;;;;;;EAQAC,SAAAA;AAAAA;;;cChJK,QAAA,EAAU,eAAA,CAAgB,qBAAA;AAAA"}
|
|
@@ -1,20 +1,11 @@
|
|
|
1
|
-
|
|
2
|
-
const require_chunk = require('../../chunk-BE-pF4vm.js');
|
|
3
|
-
const require_base_executor = require('../../base-executor-CQ18-J8D.js');
|
|
4
|
-
let defu = require("defu");
|
|
5
|
-
defu = require_chunk.__toESM(defu);
|
|
1
|
+
const require_base_executor = require('../../base-executor-D_JSA5Nd.js');
|
|
6
2
|
|
|
7
3
|
//#region src/executors/prepare/executor.ts
|
|
8
4
|
async function executorFn(context, api) {
|
|
9
|
-
await api.prepare(
|
|
10
|
-
command: "prepare",
|
|
11
|
-
skipCache: context.options.skipCache,
|
|
12
|
-
autoInstall: context.options.autoInstall
|
|
13
|
-
}, context.inlineConfig));
|
|
5
|
+
await api.prepare(context.inlineConfig);
|
|
14
6
|
return { success: true };
|
|
15
7
|
}
|
|
16
8
|
const executor = require_base_executor.withExecutor("prepare", executorFn);
|
|
17
9
|
|
|
18
10
|
//#endregion
|
|
19
|
-
exports
|
|
20
|
-
exports.executorFn = executorFn;
|
|
11
|
+
module.exports = executor;
|
|
@@ -1,17 +1,12 @@
|
|
|
1
|
-
import { t as withExecutor } from "../../base-executor-
|
|
2
|
-
import defu from "defu";
|
|
1
|
+
import { t as withExecutor } from "../../base-executor-86GBuriJ.mjs";
|
|
3
2
|
|
|
4
3
|
//#region src/executors/prepare/executor.ts
|
|
5
4
|
async function executorFn(context, api) {
|
|
6
|
-
await api.prepare(
|
|
7
|
-
command: "prepare",
|
|
8
|
-
skipCache: context.options.skipCache,
|
|
9
|
-
autoInstall: context.options.autoInstall
|
|
10
|
-
}, context.inlineConfig));
|
|
5
|
+
await api.prepare(context.inlineConfig);
|
|
11
6
|
return { success: true };
|
|
12
7
|
}
|
|
13
8
|
const executor = withExecutor("prepare", executorFn);
|
|
14
9
|
|
|
15
10
|
//#endregion
|
|
16
|
-
export { executor as default
|
|
11
|
+
export { executor as default };
|
|
17
12
|
//# sourceMappingURL=executor.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"executor.mjs","names":[],"sources":["../../../../src/executors/prepare/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
|
|
1
|
+
{"version":3,"file":"executor.mjs","names":[],"sources":["../../../../src/executors/prepare/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 { PowerlinesEngine } from \"powerlines\";\nimport {\n PowerlinesExecutorContext,\n withExecutor\n} from \"../../base/base-executor\";\nimport { PrepareExecutorSchema } from \"./schema\";\n\nasync function executorFn(\n context: PowerlinesExecutorContext<\"prepare\", PrepareExecutorSchema>,\n api: PowerlinesEngine\n): Promise<BaseExecutorResult> {\n await api.prepare(context.inlineConfig);\n\n return {\n success: true\n };\n}\n\nconst executor: PromiseExecutor<PrepareExecutorSchema> = withExecutor<\n \"prepare\",\n PrepareExecutorSchema\n>(\"prepare\", executorFn);\n\nexport default executor;\n"],"mappings":";;;AA2BA,eAAe,WACb,SACA,KAC6B;AAC7B,OAAM,IAAI,QAAQ,QAAQ,aAAa;AAEvC,QAAO,EACL,SAAS,MACV;;AAGH,MAAM,WAAmD,aAGvD,WAAW,WAAW"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
const require_chunk = require('../../chunk-BE-pF4vm.js');
|
|
2
|
-
const require_base_executor_untyped = require('../../base-executor.untyped-
|
|
2
|
+
const require_base_executor_untyped = require('../../base-executor.untyped-4feXjo6S.js');
|
|
3
3
|
let untyped = require("untyped");
|
|
4
4
|
|
|
5
5
|
//#region src/executors/prepare/untyped.ts
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { t as base_executor_untyped_default } from "../../base-executor.untyped-
|
|
1
|
+
import { t as base_executor_untyped_default } from "../../base-executor.untyped-BD9-7XGx.mjs";
|
|
2
2
|
import { defineUntypedSchema } from "untyped";
|
|
3
3
|
|
|
4
4
|
//#region src/executors/prepare/untyped.ts
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"plugin-utilities.d.mts","names":[],"sources":["../../../src/helpers/plugin-utilities.ts"],"mappings":";;;;;;
|
|
1
|
+
{"version":3,"file":"plugin-utilities.d.mts","names":[],"sources":["../../../src/helpers/plugin-utilities.ts"],"mappings":";;;;;;AAuEA;;;;iBAAgB,iBAAA,CAAkB,SAAA;AAUlC;;;;;AAMA;AANA,iBAAgB,iBAAA,CAAkB,SAAA;AAAA,UAMjB,qBAAA;EAAqB;;;;;;AA+CtC;;EAtCE,IAAA;EAuCiB;;;;;;;;EA7BjB,eAAA;EA6BmC;;;;;;;;EAnBnC,SAAA;AAAA;;;;;;;iBAkBc,cAAA,kBACG,eAAA,GAAkB,eAAA,CAAA,CACnC,IAAA,GAAO,qBAAA,GAAwB,aAAA,CAAc,QAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"plugin-utilities.d.ts","names":[],"sources":["../../../src/helpers/plugin-utilities.ts"],"mappings":";;;;;;
|
|
1
|
+
{"version":3,"file":"plugin-utilities.d.ts","names":[],"sources":["../../../src/helpers/plugin-utilities.ts"],"mappings":";;;;;;AAuEA;;;;iBAAgB,iBAAA,CAAkB,SAAA;AAUlC;;;;;AAMA;AANA,iBAAgB,iBAAA,CAAkB,SAAA;AAAA,UAMjB,qBAAA;EAAqB;;;;;;AA+CtC;;EAtCE,IAAA;EAuCiB;;;;;;;;EA7BjB,eAAA;EA6BmC;;;;;;;;EAnBnC,SAAA;AAAA;;;;;;;iBAkBc,cAAA,kBACG,eAAA,GAAkB,eAAA,CAAA,CACnC,IAAA,GAAO,qBAAA,GAAwB,aAAA,CAAc,QAAA"}
|
|
@@ -2,6 +2,7 @@ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
|
2
2
|
const require_runtime = require('../_virtual/_rolldown/runtime.js');
|
|
3
3
|
const require_helpers_constants = require('./constants.js');
|
|
4
4
|
let _stryke_type_checks_is_error = require("@stryke/type-checks/is-error");
|
|
5
|
+
let _stryke_type_checks_is_set_object = require("@stryke/type-checks/is-set-object");
|
|
5
6
|
let defu = require("defu");
|
|
6
7
|
defu = require_runtime.__toESM(defu);
|
|
7
8
|
let jiti = require("jiti");
|
|
@@ -17,7 +18,6 @@ let _stryke_path_join_paths = require("@stryke/path/join-paths");
|
|
|
17
18
|
let _stryke_string_format_camel_case = require("@stryke/string-format/camel-case");
|
|
18
19
|
let _stryke_string_format_kebab_case = require("@stryke/string-format/kebab-case");
|
|
19
20
|
let _stryke_string_format_title_case = require("@stryke/string-format/title-case");
|
|
20
|
-
let _stryke_type_checks_is_set_object = require("@stryke/type-checks/is-set-object");
|
|
21
21
|
let _stryke_type_checks_is_set_string = require("@stryke/type-checks/is-set-string");
|
|
22
22
|
let node_fs_promises = require("node:fs/promises");
|
|
23
23
|
let nx_src_config_nx_json_js = require("nx/src/config/nx-json.js");
|
|
@@ -89,13 +89,7 @@ function createNxPlugin(opts) {
|
|
|
89
89
|
let userConfig = {};
|
|
90
90
|
try {
|
|
91
91
|
if (loadUserConfigFile) {
|
|
92
|
-
const parsedConfig = await loadUserConfigFile({
|
|
93
|
-
root: projectRoot,
|
|
94
|
-
cwd: contextV2.workspaceRoot,
|
|
95
|
-
mode: _stryke_env_environment_checks.isDevelopment ? "development" : _stryke_env_environment_checks.isTest ? "test" : "production",
|
|
96
|
-
configFile,
|
|
97
|
-
framework
|
|
98
|
-
}, resolver);
|
|
92
|
+
const parsedConfig = await loadUserConfigFile(contextV2.workspaceRoot, projectRoot, _stryke_env_environment_checks.isDevelopment ? "development" : _stryke_env_environment_checks.isTest ? "test" : "production", "build", { name: framework }, configFile);
|
|
99
93
|
if ((0, _stryke_type_checks_is_set_object.isSetObject)(parsedConfig)) userConfig = parsedConfig.config;
|
|
100
94
|
}
|
|
101
95
|
} catch (error) {
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { CONFIG_INPUTS } from "./constants.mjs";
|
|
2
2
|
import { isError } from "@stryke/type-checks/is-error";
|
|
3
|
+
import { isSetObject } from "@stryke/type-checks/is-set-object";
|
|
3
4
|
import defu from "defu";
|
|
4
5
|
import { createJiti } from "jiti";
|
|
5
6
|
import { createNodesFromFiles } from "@nx/devkit";
|
|
@@ -14,7 +15,6 @@ import { joinPaths } from "@stryke/path/join-paths";
|
|
|
14
15
|
import { camelCase } from "@stryke/string-format/camel-case";
|
|
15
16
|
import { kebabCase } from "@stryke/string-format/kebab-case";
|
|
16
17
|
import { titleCase } from "@stryke/string-format/title-case";
|
|
17
|
-
import { isSetObject } from "@stryke/type-checks/is-set-object";
|
|
18
18
|
import { isSetString } from "@stryke/type-checks/is-set-string";
|
|
19
19
|
import { readFile } from "node:fs/promises";
|
|
20
20
|
import { readNxJson } from "nx/src/config/nx-json.js";
|
|
@@ -86,13 +86,7 @@ function createNxPlugin(opts) {
|
|
|
86
86
|
let userConfig = {};
|
|
87
87
|
try {
|
|
88
88
|
if (loadUserConfigFile) {
|
|
89
|
-
const parsedConfig = await loadUserConfigFile({
|
|
90
|
-
root: projectRoot,
|
|
91
|
-
cwd: contextV2.workspaceRoot,
|
|
92
|
-
mode: isDevelopment ? "development" : isTest ? "test" : "production",
|
|
93
|
-
configFile,
|
|
94
|
-
framework
|
|
95
|
-
}, resolver);
|
|
89
|
+
const parsedConfig = await loadUserConfigFile(contextV2.workspaceRoot, projectRoot, isDevelopment ? "development" : isTest ? "test" : "production", "build", { name: framework }, configFile);
|
|
96
90
|
if (isSetObject(parsedConfig)) userConfig = parsedConfig.config;
|
|
97
91
|
}
|
|
98
92
|
} catch (error) {
|