@shell-shock/nx 0.0.80 → 0.0.83
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/CHANGELOG.md +30 -0
- package/dist/base/base-executor.schema.d.ts +9 -0
- package/dist/base/base-executor.schema.json +8 -0
- package/dist/base-executor-B48XZipC.js +27 -0
- package/dist/base-executor-ChtjGl_i.mjs +23 -0
- package/dist/base-executor-ChtjGl_i.mjs.map +1 -0
- package/dist/chunk-C_NdSu1c.js +34 -0
- package/dist/executors/build/executor.d.mts +8 -0
- package/dist/executors/build/executor.d.mts.map +1 -1
- package/dist/executors/build/executor.d.ts +8 -0
- package/dist/executors/build/executor.d.ts.map +1 -1
- package/dist/executors/build/executor.js +4 -4
- package/dist/executors/build/executor.mjs +2 -3
- package/dist/executors/build/executor.mjs.map +1 -1
- package/dist/executors/build/schema.d.ts +9 -0
- package/dist/executors/build/schema.json +8 -0
- package/dist/executors/clean/executor.d.mts +8 -0
- package/dist/executors/clean/executor.d.mts.map +1 -1
- package/dist/executors/clean/executor.d.ts +8 -0
- package/dist/executors/clean/executor.d.ts.map +1 -1
- package/dist/executors/clean/executor.js +2 -3
- package/dist/executors/clean/executor.mjs +2 -3
- package/dist/executors/clean/executor.mjs.map +1 -1
- package/dist/executors/clean/schema.d.ts +9 -0
- package/dist/executors/clean/schema.json +8 -0
- package/dist/executors/docs/executor.d.mts +8 -0
- package/dist/executors/docs/executor.d.mts.map +1 -1
- package/dist/executors/docs/executor.d.ts +8 -0
- package/dist/executors/docs/executor.d.ts.map +1 -1
- package/dist/executors/docs/executor.js +2 -4
- package/dist/executors/docs/executor.mjs +2 -3
- package/dist/executors/docs/executor.mjs.map +1 -1
- package/dist/executors/docs/schema.d.ts +9 -0
- package/dist/executors/docs/schema.json +8 -0
- package/dist/executors/lint/executor.d.mts +8 -0
- package/dist/executors/lint/executor.d.mts.map +1 -1
- package/dist/executors/lint/executor.d.ts +8 -0
- package/dist/executors/lint/executor.d.ts.map +1 -1
- package/dist/executors/lint/executor.js +2 -4
- package/dist/executors/lint/executor.mjs +2 -3
- package/dist/executors/lint/executor.mjs.map +1 -1
- package/dist/executors/lint/schema.d.ts +9 -0
- package/dist/executors/lint/schema.json +8 -0
- package/dist/executors/prepare/executor.d.mts +8 -0
- package/dist/executors/prepare/executor.d.mts.map +1 -1
- package/dist/executors/prepare/executor.d.ts +8 -0
- package/dist/executors/prepare/executor.d.ts.map +1 -1
- package/dist/executors/prepare/executor.js +4 -4
- package/dist/executors/prepare/executor.mjs +2 -3
- package/dist/executors/prepare/executor.mjs.map +1 -1
- package/dist/executors/prepare/schema.d.ts +9 -0
- package/dist/executors/prepare/schema.json +8 -0
- package/dist/index.d.mts +16 -20
- package/dist/index.d.mts.map +1 -1
- package/dist/index.d.ts +17 -20
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +3 -2
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/dist/plugin/index.d.mts +1 -1
- package/dist/plugin/index.d.mts.map +1 -1
- package/dist/plugin/index.d.ts +1 -1
- package/dist/plugin/index.d.ts.map +1 -1
- package/dist/plugin/index.js +2 -1331
- package/dist/plugin/index.mjs +1 -1300
- package/dist/plugin/index.mjs.map +1 -1
- package/docs/api/base-executor.schema.md +10 -0
- package/docs/api/build/schema.md +10 -0
- package/docs/api/clean/schema.md +10 -0
- package/docs/api/docs/schema.md +10 -0
- package/docs/api/lint/schema.md +10 -0
- package/docs/api/prepare/schema.md +10 -0
- package/package.json +22 -23
- package/dist/base-executor-DxPjWb68.mjs +0 -78
- package/dist/base-executor-DxPjWb68.mjs.map +0 -1
- package/dist/base-executor-X4qL_j3i.js +0 -116
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,36 @@
|
|
|
2
2
|
|
|
3
3
|
# Changelog for Shell Shock - Nx
|
|
4
4
|
|
|
5
|
+
## [0.0.83](https://github.com/storm-software/shell-shock/releases/tag/nx%400.0.83) (06/05/2026)
|
|
6
|
+
|
|
7
|
+
### Features
|
|
8
|
+
|
|
9
|
+
- **monorepo:** Updated to use latest powerlines and added skills plugin ([e2f66d3](https://github.com/storm-software/shell-shock/commit/e2f66d3))
|
|
10
|
+
|
|
11
|
+
### Updated Dependencies
|
|
12
|
+
|
|
13
|
+
- Updated **core** to **v0.17.11**
|
|
14
|
+
|
|
15
|
+
## [0.0.82](https://github.com/storm-software/shell-shock/releases/tag/nx%400.0.82) (05/05/2026)
|
|
16
|
+
|
|
17
|
+
### Miscellaneous
|
|
18
|
+
|
|
19
|
+
- **nx:** Resolve typescript type linting issues ([839b872](https://github.com/storm-software/shell-shock/commit/839b872))
|
|
20
|
+
|
|
21
|
+
### Bug Fixes
|
|
22
|
+
|
|
23
|
+
- **core:** Resolve issue with runtime env type serialization ([9f139a5](https://github.com/storm-software/shell-shock/commit/9f139a5))
|
|
24
|
+
|
|
25
|
+
### Updated Dependencies
|
|
26
|
+
|
|
27
|
+
- Updated **core** to **v0.17.10**
|
|
28
|
+
|
|
29
|
+
## [0.0.81](https://github.com/storm-software/shell-shock/releases/tag/nx%400.0.81) (04/29/2026)
|
|
30
|
+
|
|
31
|
+
### Updated Dependencies
|
|
32
|
+
|
|
33
|
+
- Updated **core** to **v0.17.9**
|
|
34
|
+
|
|
5
35
|
## [0.0.80](https://github.com/storm-software/shell-shock/releases/tag/nx%400.0.80) (04/29/2026)
|
|
6
36
|
|
|
7
37
|
### Bug Fixes
|
|
@@ -23,6 +23,15 @@ export interface BaseExecutorSchema {
|
|
|
23
23
|
*/
|
|
24
24
|
configFile?: string,
|
|
25
25
|
|
|
26
|
+
/**
|
|
27
|
+
* Powerlines Configuration Index
|
|
28
|
+
*
|
|
29
|
+
* The index in the Powerlines configuration file to use (if an array of configurations are provided).
|
|
30
|
+
*
|
|
31
|
+
* @default 0
|
|
32
|
+
*/
|
|
33
|
+
configIndex?: number,
|
|
34
|
+
|
|
26
35
|
/**
|
|
27
36
|
* Input Entry File(s)
|
|
28
37
|
*
|
|
@@ -18,6 +18,13 @@
|
|
|
18
18
|
"description": "The path to the Powerlines configuration file. Alias for `config`.",
|
|
19
19
|
"id": "#configFile"
|
|
20
20
|
},
|
|
21
|
+
"configIndex": {
|
|
22
|
+
"title": "Powerlines Configuration Index",
|
|
23
|
+
"type": "number",
|
|
24
|
+
"description": "The index in the Powerlines configuration file to use (if an array of configurations are provided).",
|
|
25
|
+
"id": "#configIndex",
|
|
26
|
+
"default": 0
|
|
27
|
+
},
|
|
21
28
|
"input": {
|
|
22
29
|
"title": "Input Entry File(s)",
|
|
23
30
|
"format": "path",
|
|
@@ -182,6 +189,7 @@
|
|
|
182
189
|
},
|
|
183
190
|
"type": "object",
|
|
184
191
|
"default": {
|
|
192
|
+
"configIndex": 0,
|
|
185
193
|
"copyPath": {},
|
|
186
194
|
"format": [
|
|
187
195
|
"cjs",
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
let _powerlines_nx_base_base_executor = require("@powerlines/nx/base/base-executor");
|
|
2
|
+
|
|
3
|
+
//#region src/base/base-executor.ts
|
|
4
|
+
/**
|
|
5
|
+
* A higher-order function that wraps a Powerlines executor function, providing a consistent interface for Nx executors in the Shell Shock project. This function abstracts away the integration details with Powerlines, allowing developers to focus on implementing the core logic of their executors.
|
|
6
|
+
*
|
|
7
|
+
* @param command - The name of the command that this executor will handle (e.g., "build", "lint").
|
|
8
|
+
* @param executorFn - The actual executor function that contains the logic to be executed. It receives a PowerlinesExecutorContext and PowerlinesExecutorApi as parameters.
|
|
9
|
+
* @returns A PromiseExecutor function that can be used as an Nx executor.
|
|
10
|
+
*/
|
|
11
|
+
function withExecutor(command, executorFn) {
|
|
12
|
+
return (0, _powerlines_nx_base_base_executor.withExecutor)(command, executorFn, {
|
|
13
|
+
importPath: "@shell-shock/core/api",
|
|
14
|
+
framework: {
|
|
15
|
+
name: "shell-shock",
|
|
16
|
+
orgId: "storm-software"
|
|
17
|
+
}
|
|
18
|
+
});
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
//#endregion
|
|
22
|
+
Object.defineProperty(exports, 'withExecutor', {
|
|
23
|
+
enumerable: true,
|
|
24
|
+
get: function () {
|
|
25
|
+
return withExecutor;
|
|
26
|
+
}
|
|
27
|
+
});
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { withExecutor } from "@powerlines/nx/base/base-executor";
|
|
2
|
+
|
|
3
|
+
//#region src/base/base-executor.ts
|
|
4
|
+
/**
|
|
5
|
+
* A higher-order function that wraps a Powerlines executor function, providing a consistent interface for Nx executors in the Shell Shock project. This function abstracts away the integration details with Powerlines, allowing developers to focus on implementing the core logic of their executors.
|
|
6
|
+
*
|
|
7
|
+
* @param command - The name of the command that this executor will handle (e.g., "build", "lint").
|
|
8
|
+
* @param executorFn - The actual executor function that contains the logic to be executed. It receives a PowerlinesExecutorContext and PowerlinesExecutorApi as parameters.
|
|
9
|
+
* @returns A PromiseExecutor function that can be used as an Nx executor.
|
|
10
|
+
*/
|
|
11
|
+
function withExecutor$1(command, executorFn) {
|
|
12
|
+
return withExecutor(command, executorFn, {
|
|
13
|
+
importPath: "@shell-shock/core/api",
|
|
14
|
+
framework: {
|
|
15
|
+
name: "shell-shock",
|
|
16
|
+
orgId: "storm-software"
|
|
17
|
+
}
|
|
18
|
+
});
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
//#endregion
|
|
22
|
+
export { withExecutor$1 as t };
|
|
23
|
+
//# sourceMappingURL=base-executor-ChtjGl_i.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"base-executor-ChtjGl_i.mjs","names":[],"sources":[],"mappings":""}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
//#region \0rolldown/runtime.js
|
|
2
|
+
var __create = Object.create;
|
|
3
|
+
var __defProp = Object.defineProperty;
|
|
4
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
5
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
6
|
+
var __getProtoOf = Object.getPrototypeOf;
|
|
7
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
8
|
+
var __copyProps = (to, from, except, desc) => {
|
|
9
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
10
|
+
for (var keys = __getOwnPropNames(from), i = 0, n = keys.length, key; i < n; i++) {
|
|
11
|
+
key = keys[i];
|
|
12
|
+
if (!__hasOwnProp.call(to, key) && key !== except) {
|
|
13
|
+
__defProp(to, key, {
|
|
14
|
+
get: ((k) => from[k]).bind(null, key),
|
|
15
|
+
enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable
|
|
16
|
+
});
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
return to;
|
|
21
|
+
};
|
|
22
|
+
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", {
|
|
23
|
+
value: mod,
|
|
24
|
+
enumerable: true
|
|
25
|
+
}) : target, mod));
|
|
26
|
+
|
|
27
|
+
//#endregion
|
|
28
|
+
|
|
29
|
+
Object.defineProperty(exports, '__toESM', {
|
|
30
|
+
enumerable: true,
|
|
31
|
+
get: function () {
|
|
32
|
+
return __toESM;
|
|
33
|
+
}
|
|
34
|
+
});
|
|
@@ -22,6 +22,14 @@ interface BuildExecutorSchema {
|
|
|
22
22
|
* @format path
|
|
23
23
|
*/
|
|
24
24
|
configFile?: string;
|
|
25
|
+
/**
|
|
26
|
+
* Powerlines Configuration Index
|
|
27
|
+
*
|
|
28
|
+
* The index in the Powerlines configuration file to use (if an array of configurations are provided).
|
|
29
|
+
*
|
|
30
|
+
* @default 0
|
|
31
|
+
*/
|
|
32
|
+
configIndex?: number;
|
|
25
33
|
/**
|
|
26
34
|
* Input Entry File(s)
|
|
27
35
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"executor.d.mts","names":["
|
|
1
|
+
{"version":3,"file":"executor.d.mts","names":["config","configFile","configIndex","input","Array","tsconfig","outputPath","copyPath","sourceMap","minify","format","platform","external","noExternal","skipNodeModulesBundle","mode","logLevel","define","Record","assets","output","glob","ignore","dot","additionalArgs","autoInstall","skipCache"],"sources":["../../../src/executors/build/schema.d.ts","../../../src/executors/build/executor.ts"],"mappings":""}
|
|
@@ -22,6 +22,14 @@ interface BuildExecutorSchema {
|
|
|
22
22
|
* @format path
|
|
23
23
|
*/
|
|
24
24
|
configFile?: string;
|
|
25
|
+
/**
|
|
26
|
+
* Powerlines Configuration Index
|
|
27
|
+
*
|
|
28
|
+
* The index in the Powerlines configuration file to use (if an array of configurations are provided).
|
|
29
|
+
*
|
|
30
|
+
* @default 0
|
|
31
|
+
*/
|
|
32
|
+
configIndex?: number;
|
|
25
33
|
/**
|
|
26
34
|
* Input Entry File(s)
|
|
27
35
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"executor.d.ts","names":["
|
|
1
|
+
{"version":3,"file":"executor.d.ts","names":["config","configFile","configIndex","input","Array","tsconfig","outputPath","copyPath","sourceMap","minify","format","platform","external","noExternal","skipNodeModulesBundle","mode","logLevel","define","Record","assets","output","glob","ignore","dot","additionalArgs","autoInstall","skipCache"],"sources":["../../../src/executors/build/schema.d.ts","../../../src/executors/build/executor.ts"],"mappings":";;;;;UAIiB,mBAAA;;;;;;;;;EAShBA,MAAAA;;;;;;;;;EAUAC,UAAAA;;;;;;;;EASAC,WAAAA;;;;;;;;;EAUAC,KAAAA,GAAQ,KAAA;;;;;;AAqJC;;;EA3ITE,QAAAA;ECHuD;;;AADL;;;;;EDclDC,UAAAA;;;;;;;;;EAUAC,QAAAA;;;;;;;EAQAC,SAAAA;;;;;;;EAQAC,MAAAA;;;;;;;;EASAC,MAAAA,GAAS,KAAA;;;;;;;;;EAUTC,QAAAA;;;;;;;EAQAC,QAAAA,GAAW,KAAA;;;;;;;EAQXC,UAAAA,GAAa,KAAA;;;;;;;EAQbC,qBAAAA;;;;;;;;;EAUAC,IAAAA;;;;;;;;;EAUAC,QAAAA;;;;;;;EAQAC,MAAAA,GAAS,MAAA;;;;;;;EAQTE,MAAAA,GAAS,KAAA;IAAQhB,KAAAA;IAAgBiB,MAAAA;IAAiBC,IAAAA;IAAcC,MAAAA;IAAmBC,GAAAA;EAAAA;;;;;;;EAQnFC,cAAAA,GAAiB,MAAA;;;;;;;EAQjBC,WAAAA;;;;;;;EAQAC,SAAAA;AAAAA;;;cC/IK,QAAA,EAAU,eAAe,CAAC,mBAAA;AAAA"}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
const
|
|
1
|
+
const require_chunk = require('../../chunk-C_NdSu1c.js');
|
|
2
|
+
const require_base_executor = require('../../base-executor-B48XZipC.js');
|
|
2
3
|
let defu = require("defu");
|
|
3
|
-
defu =
|
|
4
|
+
defu = require_chunk.__toESM(defu);
|
|
4
5
|
|
|
5
6
|
//#region src/executors/build/executor.ts
|
|
6
7
|
async function executorFn(context, api) {
|
|
7
|
-
await api
|
|
8
|
-
command: "build",
|
|
8
|
+
await api((0, defu.default)({
|
|
9
9
|
skipCache: context.options.skipCache,
|
|
10
10
|
autoInstall: context.options.autoInstall
|
|
11
11
|
}, context.inlineConfig));
|
|
@@ -1,10 +1,9 @@
|
|
|
1
|
-
import { t as withExecutor } from "../../base-executor-
|
|
1
|
+
import { t as withExecutor } from "../../base-executor-ChtjGl_i.mjs";
|
|
2
2
|
import defu from "defu";
|
|
3
3
|
|
|
4
4
|
//#region src/executors/build/executor.ts
|
|
5
5
|
async function executorFn(context, api) {
|
|
6
|
-
await api
|
|
7
|
-
command: "build",
|
|
6
|
+
await api(defu({
|
|
8
7
|
skipCache: context.options.skipCache,
|
|
9
8
|
autoInstall: context.options.autoInstall
|
|
10
9
|
}, context.inlineConfig));
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"executor.mjs","names":[],"sources":[
|
|
1
|
+
{"version":3,"file":"executor.mjs","names":[],"sources":[],"mappings":""}
|
|
@@ -23,6 +23,15 @@ export interface BuildExecutorSchema {
|
|
|
23
23
|
*/
|
|
24
24
|
configFile?: string,
|
|
25
25
|
|
|
26
|
+
/**
|
|
27
|
+
* Powerlines Configuration Index
|
|
28
|
+
*
|
|
29
|
+
* The index in the Powerlines configuration file to use (if an array of configurations are provided).
|
|
30
|
+
*
|
|
31
|
+
* @default 0
|
|
32
|
+
*/
|
|
33
|
+
configIndex?: number,
|
|
34
|
+
|
|
26
35
|
/**
|
|
27
36
|
* Input Entry File(s)
|
|
28
37
|
*
|
|
@@ -18,6 +18,13 @@
|
|
|
18
18
|
"description": "The path to the Powerlines configuration file. Alias for `config`.",
|
|
19
19
|
"id": "#configFile"
|
|
20
20
|
},
|
|
21
|
+
"configIndex": {
|
|
22
|
+
"title": "Powerlines Configuration Index",
|
|
23
|
+
"type": "number",
|
|
24
|
+
"description": "The index in the Powerlines configuration file to use (if an array of configurations are provided).",
|
|
25
|
+
"id": "#configIndex",
|
|
26
|
+
"default": 0
|
|
27
|
+
},
|
|
21
28
|
"input": {
|
|
22
29
|
"title": "Input Entry File(s)",
|
|
23
30
|
"format": "path",
|
|
@@ -194,6 +201,7 @@
|
|
|
194
201
|
},
|
|
195
202
|
"type": "object",
|
|
196
203
|
"default": {
|
|
204
|
+
"configIndex": 0,
|
|
197
205
|
"copyPath": {},
|
|
198
206
|
"format": [
|
|
199
207
|
"cjs",
|
|
@@ -22,6 +22,14 @@ interface CleanExecutorSchema {
|
|
|
22
22
|
* @format path
|
|
23
23
|
*/
|
|
24
24
|
configFile?: string;
|
|
25
|
+
/**
|
|
26
|
+
* Powerlines Configuration Index
|
|
27
|
+
*
|
|
28
|
+
* The index in the Powerlines configuration file to use (if an array of configurations are provided).
|
|
29
|
+
*
|
|
30
|
+
* @default 0
|
|
31
|
+
*/
|
|
32
|
+
configIndex?: number;
|
|
25
33
|
/**
|
|
26
34
|
* Input Entry File(s)
|
|
27
35
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"executor.d.mts","names":["
|
|
1
|
+
{"version":3,"file":"executor.d.mts","names":["config","configFile","configIndex","input","Array","tsconfig","outputPath","copyPath","sourceMap","minify","format","platform","external","noExternal","skipNodeModulesBundle","mode","logLevel","define","Record","assets","output","glob","ignore","dot","additionalArgs","autoInstall","skipCache"],"sources":["../../../src/executors/clean/schema.d.ts","../../../src/executors/clean/executor.ts"],"mappings":""}
|
|
@@ -22,6 +22,14 @@ interface CleanExecutorSchema {
|
|
|
22
22
|
* @format path
|
|
23
23
|
*/
|
|
24
24
|
configFile?: string;
|
|
25
|
+
/**
|
|
26
|
+
* Powerlines Configuration Index
|
|
27
|
+
*
|
|
28
|
+
* The index in the Powerlines configuration file to use (if an array of configurations are provided).
|
|
29
|
+
*
|
|
30
|
+
* @default 0
|
|
31
|
+
*/
|
|
32
|
+
configIndex?: number;
|
|
25
33
|
/**
|
|
26
34
|
* Input Entry File(s)
|
|
27
35
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"executor.d.ts","names":["
|
|
1
|
+
{"version":3,"file":"executor.d.ts","names":["config","configFile","configIndex","input","Array","tsconfig","outputPath","copyPath","sourceMap","minify","format","platform","external","noExternal","skipNodeModulesBundle","mode","logLevel","define","Record","assets","output","glob","ignore","dot","additionalArgs","autoInstall","skipCache"],"sources":["../../../src/executors/clean/schema.d.ts","../../../src/executors/clean/executor.ts"],"mappings":";;;;;UAIiB,mBAAA;;;;;;;;;EAShBA,MAAAA;;;;;;;;;EAUAC,UAAAA;;;;;;;;EASAC,WAAAA;;;;;;;;;EAUAC,KAAAA,GAAQ,KAAA;;;;;;AAqJC;;;EA3ITE,QAAAA;ECbuD;;;AADL;;;;;EDwBlDC,UAAAA;;;;;;;;;EAUAC,QAAAA;;;;;;;EAQAC,SAAAA;;;;;;;EAQAC,MAAAA;;;;;;;;EASAC,MAAAA,GAAS,KAAA;;;;;;;;;EAUTC,QAAAA;;;;;;;EAQAC,QAAAA,GAAW,KAAA;;;;;;;EAQXC,UAAAA,GAAa,KAAA;;;;;;;EAQbC,qBAAAA;;;;;;;;;EAUAC,IAAAA;;;;;;;;;EAUAC,QAAAA;;;;;;;EAQAC,MAAAA,GAAS,MAAA;;;;;;;EAQTE,MAAAA,GAAS,KAAA;IAAQhB,KAAAA;IAAgBiB,MAAAA;IAAiBC,IAAAA;IAAcC,MAAAA;IAAmBC,GAAAA;EAAAA;;;;;;;EAQnFC,cAAAA,GAAiB,MAAA;;;;;;;EAQjBC,WAAAA;;;;;;;EAQAC,SAAAA;AAAAA;;;cCzJK,QAAA,EAAU,eAAe,CAAC,mBAAA;AAAA"}
|
|
@@ -1,9 +1,8 @@
|
|
|
1
|
-
const require_base_executor = require('../../base-executor-
|
|
2
|
-
let defu = require("defu");
|
|
1
|
+
const require_base_executor = require('../../base-executor-B48XZipC.js');
|
|
3
2
|
|
|
4
3
|
//#region src/executors/clean/executor.ts
|
|
5
4
|
async function executorFn(context, api) {
|
|
6
|
-
await api
|
|
5
|
+
await api(context.inlineConfig);
|
|
7
6
|
return { success: true };
|
|
8
7
|
}
|
|
9
8
|
const executor = require_base_executor.withExecutor("clean", executorFn);
|
|
@@ -1,9 +1,8 @@
|
|
|
1
|
-
import { t as withExecutor } from "../../base-executor-
|
|
2
|
-
import { defu as defu$1 } from "defu";
|
|
1
|
+
import { t as withExecutor } from "../../base-executor-ChtjGl_i.mjs";
|
|
3
2
|
|
|
4
3
|
//#region src/executors/clean/executor.ts
|
|
5
4
|
async function executorFn(context, api) {
|
|
6
|
-
await api
|
|
5
|
+
await api(context.inlineConfig);
|
|
7
6
|
return { success: true };
|
|
8
7
|
}
|
|
9
8
|
const executor = withExecutor("clean", executorFn);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"executor.mjs","names":[
|
|
1
|
+
{"version":3,"file":"executor.mjs","names":[],"sources":[],"mappings":""}
|
|
@@ -23,6 +23,15 @@ export interface CleanExecutorSchema {
|
|
|
23
23
|
*/
|
|
24
24
|
configFile?: string,
|
|
25
25
|
|
|
26
|
+
/**
|
|
27
|
+
* Powerlines Configuration Index
|
|
28
|
+
*
|
|
29
|
+
* The index in the Powerlines configuration file to use (if an array of configurations are provided).
|
|
30
|
+
*
|
|
31
|
+
* @default 0
|
|
32
|
+
*/
|
|
33
|
+
configIndex?: number,
|
|
34
|
+
|
|
26
35
|
/**
|
|
27
36
|
* Input Entry File(s)
|
|
28
37
|
*
|
|
@@ -18,6 +18,13 @@
|
|
|
18
18
|
"description": "The path to the Powerlines configuration file. Alias for `config`.",
|
|
19
19
|
"id": "#configFile"
|
|
20
20
|
},
|
|
21
|
+
"configIndex": {
|
|
22
|
+
"title": "Powerlines Configuration Index",
|
|
23
|
+
"type": "number",
|
|
24
|
+
"description": "The index in the Powerlines configuration file to use (if an array of configurations are provided).",
|
|
25
|
+
"id": "#configIndex",
|
|
26
|
+
"default": 0
|
|
27
|
+
},
|
|
21
28
|
"input": {
|
|
22
29
|
"title": "Input Entry File(s)",
|
|
23
30
|
"format": "path",
|
|
@@ -194,6 +201,7 @@
|
|
|
194
201
|
},
|
|
195
202
|
"type": "object",
|
|
196
203
|
"default": {
|
|
204
|
+
"configIndex": 0,
|
|
197
205
|
"copyPath": {},
|
|
198
206
|
"format": [
|
|
199
207
|
"cjs",
|
|
@@ -22,6 +22,14 @@ interface DocsExecutorSchema {
|
|
|
22
22
|
* @format path
|
|
23
23
|
*/
|
|
24
24
|
configFile?: string;
|
|
25
|
+
/**
|
|
26
|
+
* Powerlines Configuration Index
|
|
27
|
+
*
|
|
28
|
+
* The index in the Powerlines configuration file to use (if an array of configurations are provided).
|
|
29
|
+
*
|
|
30
|
+
* @default 0
|
|
31
|
+
*/
|
|
32
|
+
configIndex?: number;
|
|
25
33
|
/**
|
|
26
34
|
* Input Entry File(s)
|
|
27
35
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"executor.d.mts","names":["
|
|
1
|
+
{"version":3,"file":"executor.d.mts","names":["config","configFile","configIndex","input","Array","tsconfig","outputPath","copyPath","sourceMap","minify","format","platform","external","noExternal","skipNodeModulesBundle","mode","logLevel","define","Record","assets","output","glob","ignore","dot","additionalArgs","autoInstall","skipCache"],"sources":["../../../src/executors/docs/schema.d.ts","../../../src/executors/docs/executor.ts"],"mappings":""}
|
|
@@ -22,6 +22,14 @@ interface DocsExecutorSchema {
|
|
|
22
22
|
* @format path
|
|
23
23
|
*/
|
|
24
24
|
configFile?: string;
|
|
25
|
+
/**
|
|
26
|
+
* Powerlines Configuration Index
|
|
27
|
+
*
|
|
28
|
+
* The index in the Powerlines configuration file to use (if an array of configurations are provided).
|
|
29
|
+
*
|
|
30
|
+
* @default 0
|
|
31
|
+
*/
|
|
32
|
+
configIndex?: number;
|
|
25
33
|
/**
|
|
26
34
|
* Input Entry File(s)
|
|
27
35
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"executor.d.ts","names":["
|
|
1
|
+
{"version":3,"file":"executor.d.ts","names":["config","configFile","configIndex","input","Array","tsconfig","outputPath","copyPath","sourceMap","minify","format","platform","external","noExternal","skipNodeModulesBundle","mode","logLevel","define","Record","assets","output","glob","ignore","dot","additionalArgs","autoInstall","skipCache"],"sources":["../../../src/executors/docs/schema.d.ts","../../../src/executors/docs/executor.ts"],"mappings":";;;;;UAIiB,kBAAA;;;;;;;;;EAShBA,MAAAA;;;;;;;;;EAUAC,UAAAA;;;;;;;;EASAC,WAAAA;;;;;;;;;EAUAC,KAAAA,GAAQ,KAAA;;;;;;AAqJC;;;EA3ITE,QAAAA;ECbqD;;;AADJ;;;;;EDwBjDC,UAAAA;;;;;;;;;EAUAC,QAAAA;;;;;;;EAQAC,SAAAA;;;;;;;EAQAC,MAAAA;;;;;;;;EASAC,MAAAA,GAAS,KAAA;;;;;;;;;EAUTC,QAAAA;;;;;;;EAQAC,QAAAA,GAAW,KAAA;;;;;;;EAQXC,UAAAA,GAAa,KAAA;;;;;;;EAQbC,qBAAAA;;;;;;;;;EAUAC,IAAAA;;;;;;;;;EAUAC,QAAAA;;;;;;;EAQAC,MAAAA,GAAS,MAAA;;;;;;;EAQTE,MAAAA,GAAS,KAAA;IAAQhB,KAAAA;IAAgBiB,MAAAA;IAAiBC,IAAAA;IAAcC,MAAAA;IAAmBC,GAAAA;EAAAA;;;;;;;EAQnFC,cAAAA,GAAiB,MAAA;;;;;;;EAQjBC,WAAAA;;;;;;;EAQAC,SAAAA;AAAAA;;;cCzJK,QAAA,EAAU,eAAe,CAAC,kBAAA;AAAA"}
|
|
@@ -1,10 +1,8 @@
|
|
|
1
|
-
const require_base_executor = require('../../base-executor-
|
|
2
|
-
let defu = require("defu");
|
|
3
|
-
defu = require_base_executor.__toESM(defu);
|
|
1
|
+
const require_base_executor = require('../../base-executor-B48XZipC.js');
|
|
4
2
|
|
|
5
3
|
//#region src/executors/docs/executor.ts
|
|
6
4
|
async function executorFn(context, api) {
|
|
7
|
-
await api
|
|
5
|
+
await api(context.inlineConfig);
|
|
8
6
|
return { success: true };
|
|
9
7
|
}
|
|
10
8
|
const executor = require_base_executor.withExecutor("docs", executorFn);
|
|
@@ -1,9 +1,8 @@
|
|
|
1
|
-
import { t as withExecutor } from "../../base-executor-
|
|
2
|
-
import defu from "defu";
|
|
1
|
+
import { t as withExecutor } from "../../base-executor-ChtjGl_i.mjs";
|
|
3
2
|
|
|
4
3
|
//#region src/executors/docs/executor.ts
|
|
5
4
|
async function executorFn(context, api) {
|
|
6
|
-
await api
|
|
5
|
+
await api(context.inlineConfig);
|
|
7
6
|
return { success: true };
|
|
8
7
|
}
|
|
9
8
|
const executor = withExecutor("docs", executorFn);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"executor.mjs","names":[],"sources":[
|
|
1
|
+
{"version":3,"file":"executor.mjs","names":[],"sources":[],"mappings":""}
|
|
@@ -23,6 +23,15 @@ export interface DocsExecutorSchema {
|
|
|
23
23
|
*/
|
|
24
24
|
configFile?: string,
|
|
25
25
|
|
|
26
|
+
/**
|
|
27
|
+
* Powerlines Configuration Index
|
|
28
|
+
*
|
|
29
|
+
* The index in the Powerlines configuration file to use (if an array of configurations are provided).
|
|
30
|
+
*
|
|
31
|
+
* @default 0
|
|
32
|
+
*/
|
|
33
|
+
configIndex?: number,
|
|
34
|
+
|
|
26
35
|
/**
|
|
27
36
|
* Input Entry File(s)
|
|
28
37
|
*
|
|
@@ -18,6 +18,13 @@
|
|
|
18
18
|
"description": "The path to the Powerlines configuration file. Alias for `config`.",
|
|
19
19
|
"id": "#configFile"
|
|
20
20
|
},
|
|
21
|
+
"configIndex": {
|
|
22
|
+
"title": "Powerlines Configuration Index",
|
|
23
|
+
"type": "number",
|
|
24
|
+
"description": "The index in the Powerlines configuration file to use (if an array of configurations are provided).",
|
|
25
|
+
"id": "#configIndex",
|
|
26
|
+
"default": 0
|
|
27
|
+
},
|
|
21
28
|
"input": {
|
|
22
29
|
"title": "Input Entry File(s)",
|
|
23
30
|
"format": "path",
|
|
@@ -194,6 +201,7 @@
|
|
|
194
201
|
},
|
|
195
202
|
"type": "object",
|
|
196
203
|
"default": {
|
|
204
|
+
"configIndex": 0,
|
|
197
205
|
"copyPath": {},
|
|
198
206
|
"format": [
|
|
199
207
|
"cjs",
|
|
@@ -22,6 +22,14 @@ interface LintExecutorSchema {
|
|
|
22
22
|
* @format path
|
|
23
23
|
*/
|
|
24
24
|
configFile?: string;
|
|
25
|
+
/**
|
|
26
|
+
* Powerlines Configuration Index
|
|
27
|
+
*
|
|
28
|
+
* The index in the Powerlines configuration file to use (if an array of configurations are provided).
|
|
29
|
+
*
|
|
30
|
+
* @default 0
|
|
31
|
+
*/
|
|
32
|
+
configIndex?: number;
|
|
25
33
|
/**
|
|
26
34
|
* Input Entry File(s)
|
|
27
35
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"executor.d.mts","names":["
|
|
1
|
+
{"version":3,"file":"executor.d.mts","names":["config","configFile","configIndex","input","Array","tsconfig","outputPath","copyPath","sourceMap","minify","format","platform","external","noExternal","skipNodeModulesBundle","mode","logLevel","define","Record","assets","output","glob","ignore","dot","additionalArgs","autoInstall","skipCache"],"sources":["../../../src/executors/lint/schema.d.ts","../../../src/executors/lint/executor.ts"],"mappings":""}
|
|
@@ -22,6 +22,14 @@ interface LintExecutorSchema {
|
|
|
22
22
|
* @format path
|
|
23
23
|
*/
|
|
24
24
|
configFile?: string;
|
|
25
|
+
/**
|
|
26
|
+
* Powerlines Configuration Index
|
|
27
|
+
*
|
|
28
|
+
* The index in the Powerlines configuration file to use (if an array of configurations are provided).
|
|
29
|
+
*
|
|
30
|
+
* @default 0
|
|
31
|
+
*/
|
|
32
|
+
configIndex?: number;
|
|
25
33
|
/**
|
|
26
34
|
* Input Entry File(s)
|
|
27
35
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"executor.d.ts","names":["
|
|
1
|
+
{"version":3,"file":"executor.d.ts","names":["config","configFile","configIndex","input","Array","tsconfig","outputPath","copyPath","sourceMap","minify","format","platform","external","noExternal","skipNodeModulesBundle","mode","logLevel","define","Record","assets","output","glob","ignore","dot","additionalArgs","autoInstall","skipCache"],"sources":["../../../src/executors/lint/schema.d.ts","../../../src/executors/lint/executor.ts"],"mappings":";;;;;UAIiB,kBAAA;;;;;;;;;EAShBA,MAAAA;;;;;;;;;EAUAC,UAAAA;;;;;;;;EASAC,WAAAA;;;;;;;;;EAUAC,KAAAA,GAAQ,KAAA;;;;;;AAqJC;;;EA3ITE,QAAAA;ECbqD;;;AADJ;;;;;EDwBjDC,UAAAA;;;;;;;;;EAUAC,QAAAA;;;;;;;EAQAC,SAAAA;;;;;;;EAQAC,MAAAA;;;;;;;;EASAC,MAAAA,GAAS,KAAA;;;;;;;;;EAUTC,QAAAA;;;;;;;EAQAC,QAAAA,GAAW,KAAA;;;;;;;EAQXC,UAAAA,GAAa,KAAA;;;;;;;EAQbC,qBAAAA;;;;;;;;;EAUAC,IAAAA;;;;;;;;;EAUAC,QAAAA;;;;;;;EAQAC,MAAAA,GAAS,MAAA;;;;;;;EAQTE,MAAAA,GAAS,KAAA;IAAQhB,KAAAA;IAAgBiB,MAAAA;IAAiBC,IAAAA;IAAcC,MAAAA;IAAmBC,GAAAA;EAAAA;;;;;;;EAQnFC,cAAAA,GAAiB,MAAA;;;;;;;EAQjBC,WAAAA;;;;;;;EAQAC,SAAAA;AAAAA;;;cCzJK,QAAA,EAAU,eAAe,CAAC,kBAAA;AAAA"}
|
|
@@ -1,10 +1,8 @@
|
|
|
1
|
-
const require_base_executor = require('../../base-executor-
|
|
2
|
-
let defu = require("defu");
|
|
3
|
-
defu = require_base_executor.__toESM(defu);
|
|
1
|
+
const require_base_executor = require('../../base-executor-B48XZipC.js');
|
|
4
2
|
|
|
5
3
|
//#region src/executors/lint/executor.ts
|
|
6
4
|
async function executorFn(context, api) {
|
|
7
|
-
await api
|
|
5
|
+
await api(context.inlineConfig);
|
|
8
6
|
return { success: true };
|
|
9
7
|
}
|
|
10
8
|
const executor = require_base_executor.withExecutor("lint", executorFn);
|
|
@@ -1,9 +1,8 @@
|
|
|
1
|
-
import { t as withExecutor } from "../../base-executor-
|
|
2
|
-
import defu from "defu";
|
|
1
|
+
import { t as withExecutor } from "../../base-executor-ChtjGl_i.mjs";
|
|
3
2
|
|
|
4
3
|
//#region src/executors/lint/executor.ts
|
|
5
4
|
async function executorFn(context, api) {
|
|
6
|
-
await api
|
|
5
|
+
await api(context.inlineConfig);
|
|
7
6
|
return { success: true };
|
|
8
7
|
}
|
|
9
8
|
const executor = withExecutor("lint", executorFn);
|