@shell-shock/nx 0.0.82 → 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 +10 -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 -1332
- package/dist/plugin/index.mjs +1 -1301
- 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-BKs5qTWJ.js +0 -117
- package/dist/base-executor-DUy51uSh.mjs +0 -79
- package/dist/base-executor-DUy51uSh.mjs.map +0 -1
|
@@ -23,6 +23,15 @@ export interface LintExecutorSchema {
|
|
|
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 PrepareExecutorSchema {
|
|
|
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/prepare/schema.d.ts","../../../src/executors/prepare/executor.ts"],"mappings":""}
|
|
@@ -22,6 +22,14 @@ interface PrepareExecutorSchema {
|
|
|
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/prepare/schema.d.ts","../../../src/executors/prepare/executor.ts"],"mappings":";;;;;UAIiB,qBAAA;;;;;;;;;EAShBA,MAAAA;;;;;;;;;EAUAC,UAAAA;;;;;;;;EASAC,WAAAA;;;;;;;;;EAUAC,KAAAA,GAAQ,KAAA;;;;;;AAqJC;;;EA3ITE,QAAAA;ECH2D;;;AADP;;;;;EDcpDC,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,qBAAA;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/prepare/executor.ts
|
|
6
7
|
async function executorFn(context, api) {
|
|
7
|
-
await api
|
|
8
|
-
command: "prepare",
|
|
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/prepare/executor.ts
|
|
5
5
|
async function executorFn(context, api) {
|
|
6
|
-
await api
|
|
7
|
-
command: "prepare",
|
|
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 PrepareExecutorSchema {
|
|
|
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",
|
package/dist/index.d.mts
CHANGED
|
@@ -1,8 +1,6 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import { StormWorkspaceConfig } from "@storm-software/config/types";
|
|
1
|
+
import { PowerlinesExecutorApi, PowerlinesExecutorContext } from "@powerlines/nx/base/base-executor";
|
|
2
|
+
import { PromiseExecutor } from "@nx/devkit";
|
|
4
3
|
import { BaseExecutorResult } from "@storm-software/workspace-tools/types";
|
|
5
|
-
import { InlineConfig, PowerlinesCommand } from "powerlines";
|
|
6
4
|
|
|
7
5
|
//#region src/base/base-executor.schema.d.ts
|
|
8
6
|
// Generated by powerlines
|
|
@@ -26,6 +24,14 @@ interface BaseExecutorSchema {
|
|
|
26
24
|
* @format path
|
|
27
25
|
*/
|
|
28
26
|
configFile?: string;
|
|
27
|
+
/**
|
|
28
|
+
* Powerlines Configuration Index
|
|
29
|
+
*
|
|
30
|
+
* The index in the Powerlines configuration file to use (if an array of configurations are provided).
|
|
31
|
+
*
|
|
32
|
+
* @default 0
|
|
33
|
+
*/
|
|
34
|
+
configIndex?: number;
|
|
29
35
|
/**
|
|
30
36
|
* Input Entry File(s)
|
|
31
37
|
*
|
|
@@ -162,24 +168,14 @@ interface BaseExecutorSchema {
|
|
|
162
168
|
}
|
|
163
169
|
//#endregion
|
|
164
170
|
//#region src/base/base-executor.d.ts
|
|
165
|
-
type ShellShockExecutorContext<TCommand extends PowerlinesCommand = PowerlinesCommand, TExecutorSchema extends BaseExecutorSchema = BaseExecutorSchema> = ExecutorContext & {
|
|
166
|
-
projectName: string;
|
|
167
|
-
command: TCommand;
|
|
168
|
-
options: TExecutorSchema;
|
|
169
|
-
inlineConfig: InlineConfig;
|
|
170
|
-
workspaceConfig: StormWorkspaceConfig;
|
|
171
|
-
};
|
|
172
171
|
/**
|
|
173
|
-
* A
|
|
174
|
-
*
|
|
175
|
-
* @remarks
|
|
176
|
-
* This function is designed to simplify the creation of Shell Shock executors by providing a consistent interface and error handling.
|
|
172
|
+
* 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.
|
|
177
173
|
*
|
|
178
|
-
* @param command - The command that
|
|
179
|
-
* @param executorFn - The function that
|
|
180
|
-
* @returns A
|
|
174
|
+
* @param command - The name of the command that this executor will handle (e.g., "build", "lint").
|
|
175
|
+
* @param executorFn - The actual executor function that contains the logic to be executed. It receives a PowerlinesExecutorContext and PowerlinesExecutorApi as parameters.
|
|
176
|
+
* @returns A PromiseExecutor function that can be used as an Nx executor.
|
|
181
177
|
*/
|
|
182
|
-
declare function withExecutor<
|
|
178
|
+
declare function withExecutor<TExecutorSchema extends BaseExecutorSchema = BaseExecutorSchema>(command: string, executorFn: (context: PowerlinesExecutorContext<TExecutorSchema>, api: PowerlinesExecutorApi) => Promise<BaseExecutorResult | null | undefined> | BaseExecutorResult | null | undefined): PromiseExecutor<TExecutorSchema>;
|
|
183
179
|
//#endregion
|
|
184
|
-
export {
|
|
180
|
+
export { withExecutor };
|
|
185
181
|
//# sourceMappingURL=index.d.mts.map
|
package/dist/index.d.mts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.mts","names":["
|
|
1
|
+
{"version":3,"file":"index.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"],"sources":["../src/base/base-executor.schema.d.ts","../src/base/base-executor.ts"],"mappings":""}
|
package/dist/index.d.ts
CHANGED
|
@@ -1,8 +1,7 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import { StormWorkspaceConfig } from "@storm-software/config/types";
|
|
1
|
+
import { PromiseExecutor } from "@nx/devkit";
|
|
2
|
+
import { PowerlinesExecutorApi, PowerlinesExecutorContext } from "@powerlines/nx/base/base-executor";
|
|
4
3
|
import { BaseExecutorResult } from "@storm-software/workspace-tools/types";
|
|
5
|
-
|
|
4
|
+
|
|
6
5
|
//#region src/base/base-executor.schema.d.ts
|
|
7
6
|
// Generated by powerlines
|
|
8
7
|
// Do not edit this file directly
|
|
@@ -25,6 +24,14 @@ interface BaseExecutorSchema {
|
|
|
25
24
|
* @format path
|
|
26
25
|
*/
|
|
27
26
|
configFile?: string;
|
|
27
|
+
/**
|
|
28
|
+
* Powerlines Configuration Index
|
|
29
|
+
*
|
|
30
|
+
* The index in the Powerlines configuration file to use (if an array of configurations are provided).
|
|
31
|
+
*
|
|
32
|
+
* @default 0
|
|
33
|
+
*/
|
|
34
|
+
configIndex?: number;
|
|
28
35
|
/**
|
|
29
36
|
* Input Entry File(s)
|
|
30
37
|
*
|
|
@@ -161,24 +168,14 @@ interface BaseExecutorSchema {
|
|
|
161
168
|
}
|
|
162
169
|
//#endregion
|
|
163
170
|
//#region src/base/base-executor.d.ts
|
|
164
|
-
type ShellShockExecutorContext<TCommand extends PowerlinesCommand = PowerlinesCommand, TExecutorSchema extends BaseExecutorSchema = BaseExecutorSchema> = ExecutorContext & {
|
|
165
|
-
projectName: string;
|
|
166
|
-
command: TCommand;
|
|
167
|
-
options: TExecutorSchema;
|
|
168
|
-
inlineConfig: InlineConfig;
|
|
169
|
-
workspaceConfig: StormWorkspaceConfig;
|
|
170
|
-
};
|
|
171
171
|
/**
|
|
172
|
-
* A
|
|
173
|
-
*
|
|
174
|
-
* @remarks
|
|
175
|
-
* This function is designed to simplify the creation of Shell Shock executors by providing a consistent interface and error handling.
|
|
172
|
+
* 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.
|
|
176
173
|
*
|
|
177
|
-
* @param command - The command that
|
|
178
|
-
* @param executorFn - The function that
|
|
179
|
-
* @returns A
|
|
174
|
+
* @param command - The name of the command that this executor will handle (e.g., "build", "lint").
|
|
175
|
+
* @param executorFn - The actual executor function that contains the logic to be executed. It receives a PowerlinesExecutorContext and PowerlinesExecutorApi as parameters.
|
|
176
|
+
* @returns A PromiseExecutor function that can be used as an Nx executor.
|
|
180
177
|
*/
|
|
181
|
-
declare function withExecutor<
|
|
178
|
+
declare function withExecutor<TExecutorSchema extends BaseExecutorSchema = BaseExecutorSchema>(command: string, executorFn: (context: PowerlinesExecutorContext<TExecutorSchema>, api: PowerlinesExecutorApi) => Promise<BaseExecutorResult | null | undefined> | BaseExecutorResult | null | undefined): PromiseExecutor<TExecutorSchema>;
|
|
182
179
|
//#endregion
|
|
183
|
-
export {
|
|
180
|
+
export { withExecutor };
|
|
184
181
|
//# sourceMappingURL=index.d.ts.map
|
package/dist/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","names":["
|
|
1
|
+
{"version":3,"file":"index.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"],"sources":["../src/base/base-executor.schema.d.ts","../src/base/base-executor.ts"],"mappings":";;;;;;;UAIiB,kBAAA;EAAjB;;;;;;;;EASCA,MAAAA;EAkKuB;;;;;;;;EAxJvBC,UAAAA;;;;;;;;EASAC,WAAAA;;;;;;;;;EAUAC,KAAAA,GAAQ,KAAA;;;;;;AAqIe;;;EA3HvBE,QAAAA;EClB2B;;;;;;;;ED4B3BC,UAAAA;;;;;;;;;EAUAC,QAAAA;;;;;;;EAQAC,SAAAA;;;AClCiC;;;;ED0CjCC,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;AAAA;;;;AA3KlB;;;;;;iBC8BgB,YAAA,yBACU,kBAAA,GAAqB,kBAAA,EAE7C,OAAA,UACA,UAAA,GACE,OAAA,EAAS,yBAAA,CAA0B,eAAA,GACnC,GAAA,EAAK,qBAAA,KAEH,OAAA,CAAQ,kBAAA,uBACR,kBAAA,sBAGH,eAAA,CAAgB,eAAA"}
|
package/dist/index.js
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
2
|
-
const
|
|
2
|
+
const require_chunk = require('./chunk-C_NdSu1c.js');
|
|
3
|
+
const require_base_executor = require('./base-executor-B48XZipC.js');
|
|
3
4
|
let _powerlines_nx_base_base_executor_untyped = require("@powerlines/nx/base/base-executor.untyped");
|
|
4
|
-
_powerlines_nx_base_base_executor_untyped =
|
|
5
|
+
_powerlines_nx_base_base_executor_untyped = require_chunk.__toESM(_powerlines_nx_base_base_executor_untyped);
|
|
5
6
|
let untyped = require("untyped");
|
|
6
7
|
|
|
7
8
|
//#region src/base/base-executor.untyped.ts
|
package/dist/index.mjs
CHANGED
package/dist/index.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.mjs","names":[],"sources":[
|
|
1
|
+
{"version":3,"file":"index.mjs","names":[],"sources":[],"mappings":""}
|
package/dist/plugin/index.d.mts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { CreateNodesV2 } from "@nx/devkit";
|
|
2
|
-
//#region ../../node_modules/.pnpm/@powerlines+nx@0.13.
|
|
2
|
+
//#region ../../node_modules/.pnpm/@powerlines+nx@0.13.163_9456f17d791dfffcdb67c022b29fb589/node_modules/@powerlines/nx/dist/src/types/plugin.d.mts
|
|
3
3
|
//#region src/types/plugin.d.ts
|
|
4
4
|
interface NxPluginOptions {
|
|
5
5
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.mts","names":["
|
|
1
|
+
{"version":3,"file":"index.d.mts","names":["clean","targetName","cache","defaultConfiguration","dependsOn","inputs","outputs","executor","prepare","lint","build","docs","deploy","verboseOutput","debug"],"sources":["../../../../node_modules/.pnpm/@powerlines+nx@0.13.163_9456f17d791dfffcdb67c022b29fb589/node_modules/@powerlines/nx/dist/src/types/plugin.d.mts","../../src/plugin/index.ts"],"x_google_ignoreList":[0],"mappings":""}
|
package/dist/plugin/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { CreateNodesV2 } from "@nx/devkit";
|
|
2
|
-
//#region ../../node_modules/.pnpm/@powerlines+nx@0.13.
|
|
2
|
+
//#region ../../node_modules/.pnpm/@powerlines+nx@0.13.163_9456f17d791dfffcdb67c022b29fb589/node_modules/@powerlines/nx/dist/src/types/plugin.d.mts
|
|
3
3
|
//#region src/types/plugin.d.ts
|
|
4
4
|
interface NxPluginOptions {
|
|
5
5
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","names":["
|
|
1
|
+
{"version":3,"file":"index.d.ts","names":["clean","targetName","cache","defaultConfiguration","dependsOn","inputs","outputs","executor","prepare","lint","build","docs","deploy","verboseOutput","debug"],"sources":["../../../../node_modules/.pnpm/@powerlines+nx@0.13.163_9456f17d791dfffcdb67c022b29fb589/node_modules/@powerlines/nx/dist/src/types/plugin.d.mts","../../src/plugin/index.ts"],"x_google_ignoreList":[0],"mappings":";;;UACU,eAAA;;;;EAIRA,KAAAA;IAJQ;;;;;IAUNC,UAAAA;IAMAC;;;;;IAAAA,KAAAA;IA+BFM;;;;;IAzBEL,oBAAAA;IAyDAG;;;;;IAnDAF,SAAAA;IAsFAA;;;IAlFAC,MAAAA;IAqGFK;;;IAjGEJ,OAAAA;IAyHAF;;;;;IAnHAG,QAAAA;EAAAA;EAwJAJ;;;EAnJFK,OAAAA;IAuKED;;;;;IAjKAN,UAAAA;IAkMAI;;;;;IA5LAH,KAAAA;IA+NG;AAAA;;;;IAzNHC,oBAAAA;ICzCA;;;AAHqD;;IDkDrDC,SAAAA;;;;IAIAC,MAAAA;;;;IAIAC,OAAAA;;;;;;IAMAC,QAAAA;EAAAA;;;;EAKFE,IAAAA;;;;;;IAMER,UAAAA;;;;;;IAMAC,KAAAA;;;;;;IAMAC,oBAAAA;;;;;;IAMAC,SAAAA;;;;IAIAC,MAAAA;;;;IAIAC,OAAAA;;;;;;IAMAC,QAAAA;EAAAA;;;;EAKFG,KAAAA;;;;;;IAMET,UAAAA;;;;;;IAMAC,KAAAA;;;;;;IAMAC,oBAAAA;;;;;;IAMAC,SAAAA;;;;IAIAC,MAAAA;;;;IAIAC,OAAAA;;;;;;IAMAC,QAAAA;EAAAA;;;;EAKFI,IAAAA;;;;;;IAMEV,UAAAA;;;;;;IAMAC,KAAAA;;;;;;IAMAC,oBAAAA;;;;;;IAMAC,SAAAA;;;;IAIAC,MAAAA;;;;IAIAC,OAAAA;;;;;;IAMAC,QAAAA;EAAAA;;;;EAKFK,MAAAA;;;;;;IAMEX,UAAAA;;;;;;IAMAC,KAAAA;;;;;;IAMAC,oBAAAA;;;;;;IAMAC,SAAAA;;;;IAIAC,MAAAA;;;;IAIAC,OAAAA;;;;;;IAMAC,QAAAA;EAAAA;;;;;;;;;EAUFM,aAAAA;;;;;;EAMAC,KAAAA;;;;;;;;;EASAZ,KAAAA;AAAAA;;;cCrQW,aAAA,EAAe,aAAa,CAAC,eAAA"}
|