@powerlines/nx 0.10.51 → 0.10.53
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 +19 -8
- package/README.md +5 -1
- package/dist/{chunk-Y5PCYOA7.js → chunk-6TZH64VP.js} +2 -2
- package/dist/{chunk-DOWZ5F6D.mjs → chunk-7ORNATFT.mjs} +1 -1
- package/dist/{chunk-HDBRGT3B.js → chunk-7TJ4DPKZ.js} +2 -2
- package/dist/{chunk-TXB7X42C.mjs → chunk-D3OQC7MS.mjs} +1 -1
- package/dist/{chunk-JAMOE4UV.js → chunk-EGHL5KZ2.js} +2 -2
- package/dist/{chunk-KRUK7M7J.mjs → chunk-JDCI75E7.mjs} +1 -1
- package/dist/{chunk-HXYHZZNY.js → chunk-JL6FQXAB.js} +2 -2
- package/dist/{chunk-ICVHGDOB.js → chunk-OMQTZ25K.js} +12 -12
- package/dist/{chunk-NIRQ5XRT.js → chunk-PMI2WD7Z.js} +2 -2
- package/dist/{chunk-FAE7BWIE.mjs → chunk-QIURTZ22.mjs} +1 -1
- package/dist/{chunk-GWF62XV6.mjs → chunk-XED74V2B.mjs} +12 -12
- package/dist/{chunk-AQLBII62.mjs → chunk-Y64F5QQW.mjs} +1 -1
- package/dist/executors.js +13 -13
- package/dist/executors.mjs +6 -6
- package/dist/index.js +13 -13
- package/dist/index.mjs +6 -6
- package/dist/src/base/base-executor.js +2 -2
- package/dist/src/base/base-executor.mjs +1 -1
- package/dist/src/executors/build/executor.js +4 -4
- package/dist/src/executors/build/executor.mjs +2 -2
- package/dist/src/executors/build/schema.d.ts +84 -0
- package/dist/src/executors/build/schema.json +94 -0
- package/dist/src/executors/clean/executor.js +4 -4
- package/dist/src/executors/clean/executor.mjs +2 -2
- package/dist/src/executors/clean/schema.d.ts +74 -0
- package/dist/src/executors/clean/schema.json +75 -0
- package/dist/src/executors/docs/executor.js +4 -4
- package/dist/src/executors/docs/executor.mjs +2 -2
- package/dist/src/executors/docs/schema.d.ts +74 -0
- package/dist/src/executors/docs/schema.json +75 -0
- package/dist/src/executors/lint/executor.js +4 -4
- package/dist/src/executors/lint/executor.mjs +2 -2
- package/dist/src/executors/lint/schema.d.ts +74 -0
- package/dist/src/executors/lint/schema.json +75 -0
- package/dist/src/executors/prepare/executor.js +4 -4
- package/dist/src/executors/prepare/executor.mjs +2 -2
- package/dist/src/executors/prepare/schema.d.ts +74 -0
- package/dist/src/executors/prepare/schema.json +75 -0
- package/dist/src/generators/sync/schema.d.ts +15 -0
- package/dist/src/generators/sync/schema.json +19 -0
- package/package.json +10 -10
package/CHANGELOG.md
CHANGED
|
@@ -2,15 +2,30 @@
|
|
|
2
2
|
|
|
3
3
|
# Changelog for Powerlines - Nx
|
|
4
4
|
|
|
5
|
-
## [0.10.
|
|
5
|
+
## [0.10.52](https://github.com/storm-software/powerlines/releases/tag/nx%400.10.52) (12/05/2025)
|
|
6
|
+
|
|
7
|
+
### Miscellaneous
|
|
8
|
+
|
|
9
|
+
- **monorepo:** Update the footer banner in `README.md` files
|
|
10
|
+
([4770e816](https://github.com/storm-software/powerlines/commit/4770e816))
|
|
11
|
+
- **monorepo:** Remove all the duplicate banners from `CHANGELOG.md` files
|
|
12
|
+
([65df7ce4](https://github.com/storm-software/powerlines/commit/65df7ce4))
|
|
6
13
|
|
|
7
14
|
### Updated Dependencies
|
|
8
15
|
|
|
9
|
-
- Updated **powerlines** to **v0.30.
|
|
16
|
+
- Updated **powerlines** to **v0.30.3**
|
|
10
17
|
|
|
11
|
-
|
|
18
|
+
## [0.10.51](https://github.com/storm-software/powerlines/releases/tag/nx%400.10.51) (12/05/2025)
|
|
12
19
|
|
|
13
|
-
|
|
20
|
+
### Updated Dependencies
|
|
21
|
+
|
|
22
|
+
- Updated **powerlines** to **v0.30.2**
|
|
23
|
+
|
|
24
|
+
## [0.10.50](https://github.com/storm-software/powerlines/releases/tag/nx%400.10.50) (12/05/2025)
|
|
25
|
+
|
|
26
|
+
### Updated Dependencies
|
|
27
|
+
|
|
28
|
+
- Updated **powerlines** to **v0.30.1**
|
|
14
29
|
|
|
15
30
|
## [0.10.49](https://github.com/storm-software/powerlines/releases/tag/nx%400.10.49) (12/04/2025)
|
|
16
31
|
|
|
@@ -27,10 +42,6 @@
|
|
|
27
42
|
|
|
28
43
|
- Updated **powerlines** to **v0.30.0**
|
|
29
44
|
|
|
30
|
-

|
|
31
|
-
|
|
32
|
-
# Changelog for Powerlines - Nx
|
|
33
|
-
|
|
34
45
|
## [0.10.48](https://github.com/storm-software/powerlines/releases/tag/nx%400.10.48) (12/04/2025)
|
|
35
46
|
|
|
36
47
|
### Updated Dependencies
|
package/README.md
CHANGED
|
@@ -450,7 +450,11 @@ specification. Contributions of any kind welcome!
|
|
|
450
450
|
<br />
|
|
451
451
|
|
|
452
452
|
<div align="center">
|
|
453
|
-
<
|
|
453
|
+
<picture>
|
|
454
|
+
<source media="(prefers-color-scheme: dark)" srcset="https://public.storm-cdn.com/storm-software/banner-1280x320-dark-optimized.webp">
|
|
455
|
+
<source media="(prefers-color-scheme: light)" srcset="https://public.storm-cdn.com/storm-software/banner-1280x320-light-optimized.webp">
|
|
456
|
+
<img src="https://public.storm-cdn.com/storm-software/banner-1280x320-dark-optimized.webp" width="100%" alt="Storm Software" />
|
|
457
|
+
</picture>
|
|
454
458
|
</div>
|
|
455
459
|
<br />
|
|
456
460
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunkOMQTZ25K_js = require('./chunk-OMQTZ25K.js');
|
|
4
4
|
var chunkSHUYVCID_js = require('./chunk-SHUYVCID.js');
|
|
5
5
|
|
|
6
6
|
// src/executors/docs/executor.ts
|
|
@@ -11,7 +11,7 @@ async function executorFn(context, api) {
|
|
|
11
11
|
};
|
|
12
12
|
}
|
|
13
13
|
chunkSHUYVCID_js.__name(executorFn, "executorFn");
|
|
14
|
-
var executor =
|
|
14
|
+
var executor = chunkOMQTZ25K_js.withExecutor("docs", executorFn);
|
|
15
15
|
var executor_default = executor;
|
|
16
16
|
|
|
17
17
|
exports.executorFn = executorFn;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunkOMQTZ25K_js = require('./chunk-OMQTZ25K.js');
|
|
4
4
|
var chunkSHUYVCID_js = require('./chunk-SHUYVCID.js');
|
|
5
5
|
var defu = require('defu');
|
|
6
6
|
|
|
@@ -19,7 +19,7 @@ async function executorFn(context, api) {
|
|
|
19
19
|
};
|
|
20
20
|
}
|
|
21
21
|
chunkSHUYVCID_js.__name(executorFn, "executorFn");
|
|
22
|
-
var executor =
|
|
22
|
+
var executor = chunkOMQTZ25K_js.withExecutor("build", executorFn);
|
|
23
23
|
var executor_default = executor;
|
|
24
24
|
|
|
25
25
|
exports.executorFn = executorFn;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunkOMQTZ25K_js = require('./chunk-OMQTZ25K.js');
|
|
4
4
|
var chunkSHUYVCID_js = require('./chunk-SHUYVCID.js');
|
|
5
5
|
|
|
6
6
|
// src/executors/clean/executor.ts
|
|
@@ -11,7 +11,7 @@ async function executorFn(context, api) {
|
|
|
11
11
|
};
|
|
12
12
|
}
|
|
13
13
|
chunkSHUYVCID_js.__name(executorFn, "executorFn");
|
|
14
|
-
var executor =
|
|
14
|
+
var executor = chunkOMQTZ25K_js.withExecutor("clean", executorFn);
|
|
15
15
|
var executor_default = executor;
|
|
16
16
|
|
|
17
17
|
exports.executorFn = executorFn;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunkOMQTZ25K_js = require('./chunk-OMQTZ25K.js');
|
|
4
4
|
var chunkSHUYVCID_js = require('./chunk-SHUYVCID.js');
|
|
5
5
|
|
|
6
6
|
// src/executors/lint/executor.ts
|
|
@@ -11,7 +11,7 @@ async function executorFn(context, api) {
|
|
|
11
11
|
};
|
|
12
12
|
}
|
|
13
13
|
chunkSHUYVCID_js.__name(executorFn, "executorFn");
|
|
14
|
-
var executor =
|
|
14
|
+
var executor = chunkOMQTZ25K_js.withExecutor("lint", executorFn);
|
|
15
15
|
var executor_default = executor;
|
|
16
16
|
|
|
17
17
|
exports.executorFn = executorFn;
|
|
@@ -4018,7 +4018,7 @@ ${console.formatLogMessage(context.config)}`);
|
|
|
4018
4018
|
// [joinPaths(typescriptPath, "lib", "lib.esnext.full.d.ts")]
|
|
4019
4019
|
);
|
|
4020
4020
|
context.log(types.LogLevelLabel.TRACE, "Parsing TypeScript configuration for the Powerlines project.");
|
|
4021
|
-
let
|
|
4021
|
+
let types$1 = await emitTypes(context, files);
|
|
4022
4022
|
context.log(types.LogLevelLabel.TRACE, `Generating TypeScript declaration file ${context.dtsPath}.`);
|
|
4023
4023
|
const directives = [];
|
|
4024
4024
|
const asNextParam = /* @__PURE__ */ chunkSHUYVCID_js.__name((previousResult) => isObject.isObject(previousResult) ? previousResult.code : previousResult, "asNextParam");
|
|
@@ -4028,15 +4028,15 @@ ${console.formatLogMessage(context.config)}`);
|
|
|
4028
4028
|
order: "pre",
|
|
4029
4029
|
result: "merge",
|
|
4030
4030
|
asNextParam
|
|
4031
|
-
},
|
|
4031
|
+
}, types$1);
|
|
4032
4032
|
if (result) {
|
|
4033
4033
|
if (isSetObject.isSetObject(result)) {
|
|
4034
|
-
|
|
4034
|
+
types$1 = result.code;
|
|
4035
4035
|
if (Array.isArray(result.directives) && result.directives.length > 0) {
|
|
4036
4036
|
directives.push(...result.directives);
|
|
4037
4037
|
}
|
|
4038
4038
|
} else if (isSetString.isSetString(result)) {
|
|
4039
|
-
|
|
4039
|
+
types$1 = result;
|
|
4040
4040
|
}
|
|
4041
4041
|
}
|
|
4042
4042
|
result = await this.callHook("types", {
|
|
@@ -4045,15 +4045,15 @@ ${console.formatLogMessage(context.config)}`);
|
|
|
4045
4045
|
order: "normal",
|
|
4046
4046
|
result: "merge",
|
|
4047
4047
|
asNextParam
|
|
4048
|
-
},
|
|
4048
|
+
}, types$1);
|
|
4049
4049
|
if (result) {
|
|
4050
4050
|
if (isSetObject.isSetObject(result)) {
|
|
4051
|
-
|
|
4051
|
+
types$1 = result.code;
|
|
4052
4052
|
if (Array.isArray(result.directives) && result.directives.length > 0) {
|
|
4053
4053
|
directives.push(...result.directives);
|
|
4054
4054
|
}
|
|
4055
4055
|
} else if (isSetString.isSetString(result)) {
|
|
4056
|
-
|
|
4056
|
+
types$1 = result;
|
|
4057
4057
|
}
|
|
4058
4058
|
}
|
|
4059
4059
|
result = await this.callHook("types", {
|
|
@@ -4062,18 +4062,18 @@ ${console.formatLogMessage(context.config)}`);
|
|
|
4062
4062
|
order: "post",
|
|
4063
4063
|
result: "merge",
|
|
4064
4064
|
asNextParam
|
|
4065
|
-
},
|
|
4065
|
+
}, types$1);
|
|
4066
4066
|
if (result) {
|
|
4067
4067
|
if (isSetObject.isSetObject(result)) {
|
|
4068
|
-
|
|
4068
|
+
types$1 = result.code;
|
|
4069
4069
|
if (Array.isArray(result.directives) && result.directives.length > 0) {
|
|
4070
4070
|
directives.push(...result.directives);
|
|
4071
4071
|
}
|
|
4072
4072
|
} else if (isSetString.isSetString(result)) {
|
|
4073
|
-
|
|
4073
|
+
types$1 = result;
|
|
4074
4074
|
}
|
|
4075
4075
|
}
|
|
4076
|
-
if (
|
|
4076
|
+
if (types$1?.trim() || directives.length > 0) {
|
|
4077
4077
|
await context.fs.write(context.dtsPath, `${directives ? `${directives.map((directive) => `/// <reference types="${directive}" />`).join("\n")}
|
|
4078
4078
|
|
|
4079
4079
|
` : ""}${getFileHeader(context, {
|
|
@@ -4081,7 +4081,7 @@ ${console.formatLogMessage(context.config)}`);
|
|
|
4081
4081
|
prettierIgnore: false
|
|
4082
4082
|
})}
|
|
4083
4083
|
|
|
4084
|
-
${formatTypes(
|
|
4084
|
+
${formatTypes(types$1)}
|
|
4085
4085
|
`);
|
|
4086
4086
|
} else {
|
|
4087
4087
|
const dtsRelativePath = getTsconfigDtsPath(context);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunkOMQTZ25K_js = require('./chunk-OMQTZ25K.js');
|
|
4
4
|
var chunkSHUYVCID_js = require('./chunk-SHUYVCID.js');
|
|
5
5
|
var defu = require('defu');
|
|
6
6
|
|
|
@@ -19,7 +19,7 @@ async function executorFn(context, api) {
|
|
|
19
19
|
};
|
|
20
20
|
}
|
|
21
21
|
chunkSHUYVCID_js.__name(executorFn, "executorFn");
|
|
22
|
-
var executor =
|
|
22
|
+
var executor = chunkOMQTZ25K_js.withExecutor("prepare", executorFn);
|
|
23
23
|
var executor_default = executor;
|
|
24
24
|
|
|
25
25
|
exports.executorFn = executorFn;
|
|
@@ -3989,7 +3989,7 @@ ${formatLogMessage(context.config)}`);
|
|
|
3989
3989
|
// [joinPaths(typescriptPath, "lib", "lib.esnext.full.d.ts")]
|
|
3990
3990
|
);
|
|
3991
3991
|
context.log(LogLevelLabel.TRACE, "Parsing TypeScript configuration for the Powerlines project.");
|
|
3992
|
-
let
|
|
3992
|
+
let types = await emitTypes(context, files);
|
|
3993
3993
|
context.log(LogLevelLabel.TRACE, `Generating TypeScript declaration file ${context.dtsPath}.`);
|
|
3994
3994
|
const directives = [];
|
|
3995
3995
|
const asNextParam = /* @__PURE__ */ __name((previousResult) => isObject(previousResult) ? previousResult.code : previousResult, "asNextParam");
|
|
@@ -3999,15 +3999,15 @@ ${formatLogMessage(context.config)}`);
|
|
|
3999
3999
|
order: "pre",
|
|
4000
4000
|
result: "merge",
|
|
4001
4001
|
asNextParam
|
|
4002
|
-
},
|
|
4002
|
+
}, types);
|
|
4003
4003
|
if (result) {
|
|
4004
4004
|
if (isSetObject(result)) {
|
|
4005
|
-
|
|
4005
|
+
types = result.code;
|
|
4006
4006
|
if (Array.isArray(result.directives) && result.directives.length > 0) {
|
|
4007
4007
|
directives.push(...result.directives);
|
|
4008
4008
|
}
|
|
4009
4009
|
} else if (isSetString(result)) {
|
|
4010
|
-
|
|
4010
|
+
types = result;
|
|
4011
4011
|
}
|
|
4012
4012
|
}
|
|
4013
4013
|
result = await this.callHook("types", {
|
|
@@ -4016,15 +4016,15 @@ ${formatLogMessage(context.config)}`);
|
|
|
4016
4016
|
order: "normal",
|
|
4017
4017
|
result: "merge",
|
|
4018
4018
|
asNextParam
|
|
4019
|
-
},
|
|
4019
|
+
}, types);
|
|
4020
4020
|
if (result) {
|
|
4021
4021
|
if (isSetObject(result)) {
|
|
4022
|
-
|
|
4022
|
+
types = result.code;
|
|
4023
4023
|
if (Array.isArray(result.directives) && result.directives.length > 0) {
|
|
4024
4024
|
directives.push(...result.directives);
|
|
4025
4025
|
}
|
|
4026
4026
|
} else if (isSetString(result)) {
|
|
4027
|
-
|
|
4027
|
+
types = result;
|
|
4028
4028
|
}
|
|
4029
4029
|
}
|
|
4030
4030
|
result = await this.callHook("types", {
|
|
@@ -4033,18 +4033,18 @@ ${formatLogMessage(context.config)}`);
|
|
|
4033
4033
|
order: "post",
|
|
4034
4034
|
result: "merge",
|
|
4035
4035
|
asNextParam
|
|
4036
|
-
},
|
|
4036
|
+
}, types);
|
|
4037
4037
|
if (result) {
|
|
4038
4038
|
if (isSetObject(result)) {
|
|
4039
|
-
|
|
4039
|
+
types = result.code;
|
|
4040
4040
|
if (Array.isArray(result.directives) && result.directives.length > 0) {
|
|
4041
4041
|
directives.push(...result.directives);
|
|
4042
4042
|
}
|
|
4043
4043
|
} else if (isSetString(result)) {
|
|
4044
|
-
|
|
4044
|
+
types = result;
|
|
4045
4045
|
}
|
|
4046
4046
|
}
|
|
4047
|
-
if (
|
|
4047
|
+
if (types?.trim() || directives.length > 0) {
|
|
4048
4048
|
await context.fs.write(context.dtsPath, `${directives ? `${directives.map((directive) => `/// <reference types="${directive}" />`).join("\n")}
|
|
4049
4049
|
|
|
4050
4050
|
` : ""}${getFileHeader(context, {
|
|
@@ -4052,7 +4052,7 @@ ${formatLogMessage(context.config)}`);
|
|
|
4052
4052
|
prettierIgnore: false
|
|
4053
4053
|
})}
|
|
4054
4054
|
|
|
4055
|
-
${formatTypes(
|
|
4055
|
+
${formatTypes(types)}
|
|
4056
4056
|
`);
|
|
4057
4057
|
} else {
|
|
4058
4058
|
const dtsRelativePath = getTsconfigDtsPath(context);
|
package/dist/executors.js
CHANGED
|
@@ -1,34 +1,34 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
require('./chunk-XO62WWX4.js');
|
|
4
|
-
var
|
|
5
|
-
var
|
|
6
|
-
var
|
|
7
|
-
var
|
|
8
|
-
var
|
|
9
|
-
require('./chunk-
|
|
4
|
+
var chunk6TZH64VP_js = require('./chunk-6TZH64VP.js');
|
|
5
|
+
var chunkPMI2WD7Z_js = require('./chunk-PMI2WD7Z.js');
|
|
6
|
+
var chunk7TJ4DPKZ_js = require('./chunk-7TJ4DPKZ.js');
|
|
7
|
+
var chunkEGHL5KZ2_js = require('./chunk-EGHL5KZ2.js');
|
|
8
|
+
var chunkJL6FQXAB_js = require('./chunk-JL6FQXAB.js');
|
|
9
|
+
require('./chunk-OMQTZ25K.js');
|
|
10
10
|
require('./chunk-DQI2I5KK.js');
|
|
11
11
|
require('./chunk-SHUYVCID.js');
|
|
12
12
|
|
|
13
13
|
|
|
14
14
|
|
|
15
|
-
Object.defineProperty(exports, "
|
|
15
|
+
Object.defineProperty(exports, "docs", {
|
|
16
16
|
enumerable: true,
|
|
17
|
-
get: function () { return
|
|
17
|
+
get: function () { return chunk6TZH64VP_js.executor_default; }
|
|
18
18
|
});
|
|
19
19
|
Object.defineProperty(exports, "prepare", {
|
|
20
20
|
enumerable: true,
|
|
21
|
-
get: function () { return
|
|
21
|
+
get: function () { return chunkPMI2WD7Z_js.executor_default; }
|
|
22
22
|
});
|
|
23
23
|
Object.defineProperty(exports, "build", {
|
|
24
24
|
enumerable: true,
|
|
25
|
-
get: function () { return
|
|
25
|
+
get: function () { return chunk7TJ4DPKZ_js.executor_default; }
|
|
26
26
|
});
|
|
27
27
|
Object.defineProperty(exports, "clean", {
|
|
28
28
|
enumerable: true,
|
|
29
|
-
get: function () { return
|
|
29
|
+
get: function () { return chunkEGHL5KZ2_js.executor_default; }
|
|
30
30
|
});
|
|
31
|
-
Object.defineProperty(exports, "
|
|
31
|
+
Object.defineProperty(exports, "lint", {
|
|
32
32
|
enumerable: true,
|
|
33
|
-
get: function () { return
|
|
33
|
+
get: function () { return chunkJL6FQXAB_js.executor_default; }
|
|
34
34
|
});
|
package/dist/executors.mjs
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import './chunk-UV4HQO3Y.mjs';
|
|
2
|
-
export { executor_default as
|
|
3
|
-
export { executor_default as prepare } from './chunk-
|
|
4
|
-
export { executor_default as build } from './chunk-
|
|
5
|
-
export { executor_default as clean } from './chunk-
|
|
6
|
-
export { executor_default as
|
|
7
|
-
import './chunk-
|
|
2
|
+
export { executor_default as docs } from './chunk-D3OQC7MS.mjs';
|
|
3
|
+
export { executor_default as prepare } from './chunk-7ORNATFT.mjs';
|
|
4
|
+
export { executor_default as build } from './chunk-JDCI75E7.mjs';
|
|
5
|
+
export { executor_default as clean } from './chunk-QIURTZ22.mjs';
|
|
6
|
+
export { executor_default as lint } from './chunk-Y64F5QQW.mjs';
|
|
7
|
+
import './chunk-XED74V2B.mjs';
|
|
8
8
|
import './chunk-OVX2CEXQ.mjs';
|
|
9
9
|
import './chunk-O6YSETKJ.mjs';
|
package/dist/index.js
CHANGED
|
@@ -2,14 +2,14 @@
|
|
|
2
2
|
|
|
3
3
|
var chunkDNMCZOZX_js = require('./chunk-DNMCZOZX.js');
|
|
4
4
|
require('./chunk-XO62WWX4.js');
|
|
5
|
-
var
|
|
6
|
-
var
|
|
7
|
-
var
|
|
8
|
-
var
|
|
9
|
-
var
|
|
5
|
+
var chunk6TZH64VP_js = require('./chunk-6TZH64VP.js');
|
|
6
|
+
var chunkPMI2WD7Z_js = require('./chunk-PMI2WD7Z.js');
|
|
7
|
+
var chunk7TJ4DPKZ_js = require('./chunk-7TJ4DPKZ.js');
|
|
8
|
+
var chunkEGHL5KZ2_js = require('./chunk-EGHL5KZ2.js');
|
|
9
|
+
var chunkJL6FQXAB_js = require('./chunk-JL6FQXAB.js');
|
|
10
10
|
require('./chunk-N2YKXZ5R.js');
|
|
11
11
|
var chunkWUJKJGEW_js = require('./chunk-WUJKJGEW.js');
|
|
12
|
-
require('./chunk-
|
|
12
|
+
require('./chunk-OMQTZ25K.js');
|
|
13
13
|
require('./chunk-KBRCV5NY.js');
|
|
14
14
|
require('./chunk-DQI2I5KK.js');
|
|
15
15
|
require('./chunk-IQVSZEQ6.js');
|
|
@@ -21,25 +21,25 @@ Object.defineProperty(exports, "createNodesV2", {
|
|
|
21
21
|
enumerable: true,
|
|
22
22
|
get: function () { return chunkDNMCZOZX_js.createNodesV2; }
|
|
23
23
|
});
|
|
24
|
-
Object.defineProperty(exports, "
|
|
24
|
+
Object.defineProperty(exports, "docs", {
|
|
25
25
|
enumerable: true,
|
|
26
|
-
get: function () { return
|
|
26
|
+
get: function () { return chunk6TZH64VP_js.executor_default; }
|
|
27
27
|
});
|
|
28
28
|
Object.defineProperty(exports, "prepare", {
|
|
29
29
|
enumerable: true,
|
|
30
|
-
get: function () { return
|
|
30
|
+
get: function () { return chunkPMI2WD7Z_js.executor_default; }
|
|
31
31
|
});
|
|
32
32
|
Object.defineProperty(exports, "build", {
|
|
33
33
|
enumerable: true,
|
|
34
|
-
get: function () { return
|
|
34
|
+
get: function () { return chunk7TJ4DPKZ_js.executor_default; }
|
|
35
35
|
});
|
|
36
36
|
Object.defineProperty(exports, "clean", {
|
|
37
37
|
enumerable: true,
|
|
38
|
-
get: function () { return
|
|
38
|
+
get: function () { return chunkEGHL5KZ2_js.executor_default; }
|
|
39
39
|
});
|
|
40
|
-
Object.defineProperty(exports, "
|
|
40
|
+
Object.defineProperty(exports, "lint", {
|
|
41
41
|
enumerable: true,
|
|
42
|
-
get: function () { return
|
|
42
|
+
get: function () { return chunkJL6FQXAB_js.executor_default; }
|
|
43
43
|
});
|
|
44
44
|
Object.defineProperty(exports, "sync", {
|
|
45
45
|
enumerable: true,
|
package/dist/index.mjs
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
export { createNodesV2 } from './chunk-2SK7GXYX.mjs';
|
|
2
2
|
import './chunk-UV4HQO3Y.mjs';
|
|
3
|
-
export { executor_default as
|
|
4
|
-
export { executor_default as prepare } from './chunk-
|
|
5
|
-
export { executor_default as build } from './chunk-
|
|
6
|
-
export { executor_default as clean } from './chunk-
|
|
7
|
-
export { executor_default as
|
|
3
|
+
export { executor_default as docs } from './chunk-D3OQC7MS.mjs';
|
|
4
|
+
export { executor_default as prepare } from './chunk-7ORNATFT.mjs';
|
|
5
|
+
export { executor_default as build } from './chunk-JDCI75E7.mjs';
|
|
6
|
+
export { executor_default as clean } from './chunk-QIURTZ22.mjs';
|
|
7
|
+
export { executor_default as lint } from './chunk-Y64F5QQW.mjs';
|
|
8
8
|
import './chunk-23KFTIT2.mjs';
|
|
9
9
|
export { generator_default as sync, generatorFn as syncGenerator } from './chunk-326QB2VK.mjs';
|
|
10
|
-
import './chunk-
|
|
10
|
+
import './chunk-XED74V2B.mjs';
|
|
11
11
|
import './chunk-HJZ2I6NE.mjs';
|
|
12
12
|
import './chunk-OVX2CEXQ.mjs';
|
|
13
13
|
import './chunk-IC47MFKB.mjs';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunkOMQTZ25K_js = require('../../chunk-OMQTZ25K.js');
|
|
4
4
|
require('../../chunk-DQI2I5KK.js');
|
|
5
5
|
require('../../chunk-SHUYVCID.js');
|
|
6
6
|
|
|
@@ -8,5 +8,5 @@ require('../../chunk-SHUYVCID.js');
|
|
|
8
8
|
|
|
9
9
|
Object.defineProperty(exports, "withExecutor", {
|
|
10
10
|
enumerable: true,
|
|
11
|
-
get: function () { return
|
|
11
|
+
get: function () { return chunkOMQTZ25K_js.withExecutor; }
|
|
12
12
|
});
|
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var
|
|
6
|
-
require('../../../chunk-
|
|
5
|
+
var chunk7TJ4DPKZ_js = require('../../../chunk-7TJ4DPKZ.js');
|
|
6
|
+
require('../../../chunk-OMQTZ25K.js');
|
|
7
7
|
require('../../../chunk-DQI2I5KK.js');
|
|
8
8
|
require('../../../chunk-SHUYVCID.js');
|
|
9
9
|
|
|
@@ -11,9 +11,9 @@ require('../../../chunk-SHUYVCID.js');
|
|
|
11
11
|
|
|
12
12
|
Object.defineProperty(exports, "default", {
|
|
13
13
|
enumerable: true,
|
|
14
|
-
get: function () { return
|
|
14
|
+
get: function () { return chunk7TJ4DPKZ_js.executor_default; }
|
|
15
15
|
});
|
|
16
16
|
Object.defineProperty(exports, "executorFn", {
|
|
17
17
|
enumerable: true,
|
|
18
|
-
get: function () { return
|
|
18
|
+
get: function () { return chunk7TJ4DPKZ_js.executorFn; }
|
|
19
19
|
});
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { executor_default as default, executorFn } from '../../../chunk-
|
|
2
|
-
import '../../../chunk-
|
|
1
|
+
export { executor_default as default, executorFn } from '../../../chunk-JDCI75E7.mjs';
|
|
2
|
+
import '../../../chunk-XED74V2B.mjs';
|
|
3
3
|
import '../../../chunk-OVX2CEXQ.mjs';
|
|
4
4
|
import '../../../chunk-O6YSETKJ.mjs';
|
|
@@ -0,0 +1,84 @@
|
|
|
1
|
+
|
|
2
|
+
// Generated by @storm-software/untyped
|
|
3
|
+
// Do not edit this file directly
|
|
4
|
+
|
|
5
|
+
export interface BuildExecutorSchema {
|
|
6
|
+
/**
|
|
7
|
+
* Output Path
|
|
8
|
+
*
|
|
9
|
+
* The output path for the build
|
|
10
|
+
*
|
|
11
|
+
* @default "dist/{projectRoot}"
|
|
12
|
+
*
|
|
13
|
+
* @format path
|
|
14
|
+
*/
|
|
15
|
+
outputPath?: string,
|
|
16
|
+
|
|
17
|
+
/**
|
|
18
|
+
* TypeScript Configuration File
|
|
19
|
+
*
|
|
20
|
+
* The path to the tsconfig file
|
|
21
|
+
*
|
|
22
|
+
*
|
|
23
|
+
* @format path
|
|
24
|
+
*/
|
|
25
|
+
tsconfig?: string,
|
|
26
|
+
|
|
27
|
+
/**
|
|
28
|
+
* Powerlines Configuration File
|
|
29
|
+
*
|
|
30
|
+
* The path to the Powerlines configuration file
|
|
31
|
+
*
|
|
32
|
+
* @default "{projectRoot}/powerlines.config.ts"
|
|
33
|
+
*
|
|
34
|
+
* @format path
|
|
35
|
+
*/
|
|
36
|
+
configFile?: string,
|
|
37
|
+
|
|
38
|
+
/**
|
|
39
|
+
* Mode
|
|
40
|
+
*
|
|
41
|
+
* The build mode
|
|
42
|
+
*
|
|
43
|
+
*
|
|
44
|
+
* @enum development,test,production
|
|
45
|
+
*/
|
|
46
|
+
mode?: string,
|
|
47
|
+
|
|
48
|
+
/**
|
|
49
|
+
* Skip Installs
|
|
50
|
+
*
|
|
51
|
+
* Skip installing dependencies before building
|
|
52
|
+
*
|
|
53
|
+
*/
|
|
54
|
+
skipInstalls?: boolean,
|
|
55
|
+
|
|
56
|
+
/**
|
|
57
|
+
* Skip Cache
|
|
58
|
+
*
|
|
59
|
+
* Skip the cache when building
|
|
60
|
+
*
|
|
61
|
+
*/
|
|
62
|
+
skipCache?: boolean,
|
|
63
|
+
|
|
64
|
+
/**
|
|
65
|
+
* Log Level
|
|
66
|
+
*
|
|
67
|
+
* The log level to use for the build process
|
|
68
|
+
*
|
|
69
|
+
*
|
|
70
|
+
* @enum fatal,error,warn,success,info,debug,trace,silent
|
|
71
|
+
*/
|
|
72
|
+
logLevel?: string,
|
|
73
|
+
|
|
74
|
+
/**
|
|
75
|
+
* Entry Path(s)
|
|
76
|
+
*
|
|
77
|
+
* The entry path(s) for the package
|
|
78
|
+
*
|
|
79
|
+
*
|
|
80
|
+
* @oneOf [object Object],[object Object]
|
|
81
|
+
*/
|
|
82
|
+
entry?: any,
|
|
83
|
+
}
|
|
84
|
+
|