@powerlines/nx 0.10.9 → 0.10.11
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 +23 -0
- package/dist/{chunk-WUF54G5K.js → chunk-32RH3DSY.js} +1408 -1228
- package/dist/{chunk-QJEIBIEZ.js → chunk-7SWNXVZN.js} +2 -2
- package/dist/{chunk-VP7AMTR6.js → chunk-DKRIOFPB.js} +2 -2
- package/dist/{chunk-DVGRVHRD.mjs → chunk-FMYWKI25.mjs} +2 -14
- package/dist/{chunk-IUHTUUDE.js → chunk-FZWXH2M7.js} +2 -2
- package/dist/{chunk-L5RBARDS.js → chunk-HAP4APOA.js} +3 -3
- package/dist/{chunk-M647TAWI.mjs → chunk-IWLY4VEK.mjs} +1 -1
- package/dist/{chunk-3TWAKTYR.mjs → chunk-K7X3KSVW.mjs} +1 -1
- package/dist/{chunk-4S5RU53T.js → chunk-KJAIPQKC.js} +2 -2
- package/dist/{chunk-T52ZTHWM.mjs → chunk-KNIZUAS5.mjs} +1 -1
- package/dist/{chunk-UOTRU26N.js → chunk-LTCZN4I4.js} +1 -19
- package/dist/{chunk-R4LYPNZD.mjs → chunk-NSFCCGL7.mjs} +1 -1
- package/dist/{chunk-QWEMU3V4.mjs → chunk-NSLIDWKJ.mjs} +1 -1
- package/dist/{chunk-B3UMNKEM.js → chunk-QJLAFC2D.js} +2 -2
- package/dist/{chunk-AX3G6RLK.mjs → chunk-RIB65IPA.mjs} +1 -1
- package/dist/{chunk-3WPWHDP3.mjs → chunk-WMZ45WVV.mjs} +1411 -1231
- package/dist/executors.js +12 -12
- package/dist/executors.mjs +7 -7
- package/dist/index.js +14 -14
- package/dist/index.mjs +8 -8
- package/dist/src/base/base-executor.js +3 -3
- package/dist/src/base/base-executor.mjs +2 -2
- package/dist/src/executors/build/executor.js +5 -5
- package/dist/src/executors/build/executor.mjs +3 -3
- package/dist/src/executors/build/schema.d.ts +85 -0
- package/dist/src/executors/clean/executor.js +5 -5
- package/dist/src/executors/clean/executor.mjs +3 -3
- package/dist/src/executors/clean/schema.d.ts +75 -0
- package/dist/src/executors/docs/executor.js +5 -5
- package/dist/src/executors/docs/executor.mjs +3 -3
- package/dist/src/executors/docs/schema.d.ts +75 -0
- package/dist/src/executors/lint/executor.js +5 -5
- package/dist/src/executors/lint/executor.mjs +3 -3
- package/dist/src/executors/lint/schema.d.ts +75 -0
- package/dist/src/executors/prepare/executor.js +5 -5
- package/dist/src/executors/prepare/executor.mjs +3 -3
- package/dist/src/executors/prepare/schema.d.ts +75 -0
- package/dist/src/executors/prepare/schema.json +77 -0
- package/dist/src/generators/sync/schema.d.ts +15 -0
- package/dist/src/generators/sync/schema.json +19 -0
- package/dist/src/plugin/index.js +3 -3
- package/dist/src/plugin/index.mjs +2 -2
- package/package.json +7 -7
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-
|
|
10
|
-
require('./chunk-
|
|
4
|
+
var chunkQJLAFC2D_js = require('./chunk-QJLAFC2D.js');
|
|
5
|
+
var chunkDKRIOFPB_js = require('./chunk-DKRIOFPB.js');
|
|
6
|
+
var chunkKJAIPQKC_js = require('./chunk-KJAIPQKC.js');
|
|
7
|
+
var chunkFZWXH2M7_js = require('./chunk-FZWXH2M7.js');
|
|
8
|
+
var chunk7SWNXVZN_js = require('./chunk-7SWNXVZN.js');
|
|
9
|
+
require('./chunk-32RH3DSY.js');
|
|
10
|
+
require('./chunk-LTCZN4I4.js');
|
|
11
11
|
require('./chunk-SHUYVCID.js');
|
|
12
12
|
|
|
13
13
|
|
|
14
14
|
|
|
15
15
|
Object.defineProperty(exports, "clean", {
|
|
16
16
|
enumerable: true,
|
|
17
|
-
get: function () { return
|
|
17
|
+
get: function () { return chunkQJLAFC2D_js.executor_default; }
|
|
18
18
|
});
|
|
19
19
|
Object.defineProperty(exports, "docs", {
|
|
20
20
|
enumerable: true,
|
|
21
|
-
get: function () { return
|
|
21
|
+
get: function () { return chunkDKRIOFPB_js.executor_default; }
|
|
22
22
|
});
|
|
23
23
|
Object.defineProperty(exports, "lint", {
|
|
24
24
|
enumerable: true,
|
|
25
|
-
get: function () { return
|
|
25
|
+
get: function () { return chunkKJAIPQKC_js.executor_default; }
|
|
26
26
|
});
|
|
27
27
|
Object.defineProperty(exports, "prepare", {
|
|
28
28
|
enumerable: true,
|
|
29
|
-
get: function () { return
|
|
29
|
+
get: function () { return chunkFZWXH2M7_js.executor_default; }
|
|
30
30
|
});
|
|
31
31
|
Object.defineProperty(exports, "build", {
|
|
32
32
|
enumerable: true,
|
|
33
|
-
get: function () { return
|
|
33
|
+
get: function () { return chunk7SWNXVZN_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 clean } from './chunk-
|
|
3
|
-
export { executor_default as docs } from './chunk-
|
|
4
|
-
export { executor_default as lint } from './chunk-
|
|
5
|
-
export { executor_default as prepare } from './chunk-
|
|
6
|
-
export { executor_default as build } from './chunk-
|
|
7
|
-
import './chunk-
|
|
8
|
-
import './chunk-
|
|
2
|
+
export { executor_default as clean } from './chunk-IWLY4VEK.mjs';
|
|
3
|
+
export { executor_default as docs } from './chunk-NSFCCGL7.mjs';
|
|
4
|
+
export { executor_default as lint } from './chunk-KNIZUAS5.mjs';
|
|
5
|
+
export { executor_default as prepare } from './chunk-RIB65IPA.mjs';
|
|
6
|
+
export { executor_default as build } from './chunk-K7X3KSVW.mjs';
|
|
7
|
+
import './chunk-WMZ45WVV.mjs';
|
|
8
|
+
import './chunk-FMYWKI25.mjs';
|
|
9
9
|
import './chunk-O6YSETKJ.mjs';
|
package/dist/index.js
CHANGED
|
@@ -1,35 +1,35 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
require('./chunk-XO62WWX4.js');
|
|
4
|
-
var
|
|
5
|
-
var
|
|
6
|
-
var
|
|
7
|
-
var
|
|
4
|
+
var chunkQJLAFC2D_js = require('./chunk-QJLAFC2D.js');
|
|
5
|
+
var chunkDKRIOFPB_js = require('./chunk-DKRIOFPB.js');
|
|
6
|
+
var chunkKJAIPQKC_js = require('./chunk-KJAIPQKC.js');
|
|
7
|
+
var chunkFZWXH2M7_js = require('./chunk-FZWXH2M7.js');
|
|
8
8
|
require('./chunk-N2YKXZ5R.js');
|
|
9
9
|
var chunkWUJKJGEW_js = require('./chunk-WUJKJGEW.js');
|
|
10
|
-
var
|
|
11
|
-
var
|
|
12
|
-
require('./chunk-
|
|
13
|
-
require('./chunk-
|
|
10
|
+
var chunkHAP4APOA_js = require('./chunk-HAP4APOA.js');
|
|
11
|
+
var chunk7SWNXVZN_js = require('./chunk-7SWNXVZN.js');
|
|
12
|
+
require('./chunk-32RH3DSY.js');
|
|
13
|
+
require('./chunk-LTCZN4I4.js');
|
|
14
14
|
require('./chunk-SHUYVCID.js');
|
|
15
15
|
|
|
16
16
|
|
|
17
17
|
|
|
18
18
|
Object.defineProperty(exports, "clean", {
|
|
19
19
|
enumerable: true,
|
|
20
|
-
get: function () { return
|
|
20
|
+
get: function () { return chunkQJLAFC2D_js.executor_default; }
|
|
21
21
|
});
|
|
22
22
|
Object.defineProperty(exports, "docs", {
|
|
23
23
|
enumerable: true,
|
|
24
|
-
get: function () { return
|
|
24
|
+
get: function () { return chunkDKRIOFPB_js.executor_default; }
|
|
25
25
|
});
|
|
26
26
|
Object.defineProperty(exports, "lint", {
|
|
27
27
|
enumerable: true,
|
|
28
|
-
get: function () { return
|
|
28
|
+
get: function () { return chunkKJAIPQKC_js.executor_default; }
|
|
29
29
|
});
|
|
30
30
|
Object.defineProperty(exports, "prepare", {
|
|
31
31
|
enumerable: true,
|
|
32
|
-
get: function () { return
|
|
32
|
+
get: function () { return chunkFZWXH2M7_js.executor_default; }
|
|
33
33
|
});
|
|
34
34
|
Object.defineProperty(exports, "sync", {
|
|
35
35
|
enumerable: true,
|
|
@@ -41,9 +41,9 @@ Object.defineProperty(exports, "syncGenerator", {
|
|
|
41
41
|
});
|
|
42
42
|
Object.defineProperty(exports, "createNodesV2", {
|
|
43
43
|
enumerable: true,
|
|
44
|
-
get: function () { return
|
|
44
|
+
get: function () { return chunkHAP4APOA_js.createNodesV2; }
|
|
45
45
|
});
|
|
46
46
|
Object.defineProperty(exports, "build", {
|
|
47
47
|
enumerable: true,
|
|
48
|
-
get: function () { return
|
|
48
|
+
get: function () { return chunk7SWNXVZN_js.executor_default; }
|
|
49
49
|
});
|
package/dist/index.mjs
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import './chunk-UV4HQO3Y.mjs';
|
|
2
|
-
export { executor_default as clean } from './chunk-
|
|
3
|
-
export { executor_default as docs } from './chunk-
|
|
4
|
-
export { executor_default as lint } from './chunk-
|
|
5
|
-
export { executor_default as prepare } from './chunk-
|
|
2
|
+
export { executor_default as clean } from './chunk-IWLY4VEK.mjs';
|
|
3
|
+
export { executor_default as docs } from './chunk-NSFCCGL7.mjs';
|
|
4
|
+
export { executor_default as lint } from './chunk-KNIZUAS5.mjs';
|
|
5
|
+
export { executor_default as prepare } from './chunk-RIB65IPA.mjs';
|
|
6
6
|
import './chunk-23KFTIT2.mjs';
|
|
7
7
|
export { generator_default as sync, generatorFn as syncGenerator } from './chunk-326QB2VK.mjs';
|
|
8
|
-
export { createNodesV2 } from './chunk-
|
|
9
|
-
export { executor_default as build } from './chunk-
|
|
10
|
-
import './chunk-
|
|
11
|
-
import './chunk-
|
|
8
|
+
export { createNodesV2 } from './chunk-NSLIDWKJ.mjs';
|
|
9
|
+
export { executor_default as build } from './chunk-K7X3KSVW.mjs';
|
|
10
|
+
import './chunk-WMZ45WVV.mjs';
|
|
11
|
+
import './chunk-FMYWKI25.mjs';
|
|
12
12
|
import './chunk-O6YSETKJ.mjs';
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
require('../../chunk-
|
|
3
|
+
var chunk32RH3DSY_js = require('../../chunk-32RH3DSY.js');
|
|
4
|
+
require('../../chunk-LTCZN4I4.js');
|
|
5
5
|
require('../../chunk-SHUYVCID.js');
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
Object.defineProperty(exports, "withExecutor", {
|
|
10
10
|
enumerable: true,
|
|
11
|
-
get: function () { return
|
|
11
|
+
get: function () { return chunk32RH3DSY_js.withExecutor; }
|
|
12
12
|
});
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export { withExecutor } from '../../chunk-
|
|
2
|
-
import '../../chunk-
|
|
1
|
+
export { withExecutor } from '../../chunk-WMZ45WVV.mjs';
|
|
2
|
+
import '../../chunk-FMYWKI25.mjs';
|
|
3
3
|
import '../../chunk-O6YSETKJ.mjs';
|
|
@@ -2,18 +2,18 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var
|
|
6
|
-
require('../../../chunk-
|
|
7
|
-
require('../../../chunk-
|
|
5
|
+
var chunk7SWNXVZN_js = require('../../../chunk-7SWNXVZN.js');
|
|
6
|
+
require('../../../chunk-32RH3DSY.js');
|
|
7
|
+
require('../../../chunk-LTCZN4I4.js');
|
|
8
8
|
require('../../../chunk-SHUYVCID.js');
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
|
|
12
12
|
Object.defineProperty(exports, "default", {
|
|
13
13
|
enumerable: true,
|
|
14
|
-
get: function () { return
|
|
14
|
+
get: function () { return chunk7SWNXVZN_js.executor_default; }
|
|
15
15
|
});
|
|
16
16
|
Object.defineProperty(exports, "executorFn", {
|
|
17
17
|
enumerable: true,
|
|
18
|
-
get: function () { return
|
|
18
|
+
get: function () { return chunk7SWNXVZN_js.executorFn; }
|
|
19
19
|
});
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { executor_default as default, executorFn } from '../../../chunk-
|
|
2
|
-
import '../../../chunk-
|
|
3
|
-
import '../../../chunk-
|
|
1
|
+
export { executor_default as default, executorFn } from '../../../chunk-K7X3KSVW.mjs';
|
|
2
|
+
import '../../../chunk-WMZ45WVV.mjs';
|
|
3
|
+
import '../../../chunk-FMYWKI25.mjs';
|
|
4
4
|
import '../../../chunk-O6YSETKJ.mjs';
|
|
@@ -0,0 +1,85 @@
|
|
|
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
|
+
* @default "{projectRoot}/tsconfig.json"
|
|
23
|
+
*
|
|
24
|
+
* @format path
|
|
25
|
+
*/
|
|
26
|
+
tsconfig?: string,
|
|
27
|
+
|
|
28
|
+
/**
|
|
29
|
+
* Powerlines Configuration File
|
|
30
|
+
*
|
|
31
|
+
* The path to the Powerlines configuration file
|
|
32
|
+
*
|
|
33
|
+
* @default "{projectRoot}/powerlines.config.ts"
|
|
34
|
+
*
|
|
35
|
+
* @format path
|
|
36
|
+
*/
|
|
37
|
+
configFile?: string,
|
|
38
|
+
|
|
39
|
+
/**
|
|
40
|
+
* Mode
|
|
41
|
+
*
|
|
42
|
+
* The build mode
|
|
43
|
+
*
|
|
44
|
+
*
|
|
45
|
+
* @enum development,test,production
|
|
46
|
+
*/
|
|
47
|
+
mode?: string,
|
|
48
|
+
|
|
49
|
+
/**
|
|
50
|
+
* Skip Installs
|
|
51
|
+
*
|
|
52
|
+
* Skip installing dependencies before building
|
|
53
|
+
*
|
|
54
|
+
*/
|
|
55
|
+
skipInstalls?: boolean,
|
|
56
|
+
|
|
57
|
+
/**
|
|
58
|
+
* Skip Cache
|
|
59
|
+
*
|
|
60
|
+
* Skip the cache when building
|
|
61
|
+
*
|
|
62
|
+
*/
|
|
63
|
+
skipCache?: boolean,
|
|
64
|
+
|
|
65
|
+
/**
|
|
66
|
+
* Log Level
|
|
67
|
+
*
|
|
68
|
+
* The log level to use for the build process
|
|
69
|
+
*
|
|
70
|
+
*
|
|
71
|
+
* @enum fatal,error,warn,success,info,debug,trace,silent
|
|
72
|
+
*/
|
|
73
|
+
logLevel?: string,
|
|
74
|
+
|
|
75
|
+
/**
|
|
76
|
+
* Entry Path(s)
|
|
77
|
+
*
|
|
78
|
+
* The entry path(s) for the package
|
|
79
|
+
*
|
|
80
|
+
*
|
|
81
|
+
* @oneOf [object Object],[object Object]
|
|
82
|
+
*/
|
|
83
|
+
entry?: any,
|
|
84
|
+
}
|
|
85
|
+
|
|
@@ -2,18 +2,18 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var
|
|
6
|
-
require('../../../chunk-
|
|
7
|
-
require('../../../chunk-
|
|
5
|
+
var chunkQJLAFC2D_js = require('../../../chunk-QJLAFC2D.js');
|
|
6
|
+
require('../../../chunk-32RH3DSY.js');
|
|
7
|
+
require('../../../chunk-LTCZN4I4.js');
|
|
8
8
|
require('../../../chunk-SHUYVCID.js');
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
|
|
12
12
|
Object.defineProperty(exports, "default", {
|
|
13
13
|
enumerable: true,
|
|
14
|
-
get: function () { return
|
|
14
|
+
get: function () { return chunkQJLAFC2D_js.executor_default; }
|
|
15
15
|
});
|
|
16
16
|
Object.defineProperty(exports, "executorFn", {
|
|
17
17
|
enumerable: true,
|
|
18
|
-
get: function () { return
|
|
18
|
+
get: function () { return chunkQJLAFC2D_js.executorFn; }
|
|
19
19
|
});
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { executor_default as default, executorFn } from '../../../chunk-
|
|
2
|
-
import '../../../chunk-
|
|
3
|
-
import '../../../chunk-
|
|
1
|
+
export { executor_default as default, executorFn } from '../../../chunk-IWLY4VEK.mjs';
|
|
2
|
+
import '../../../chunk-WMZ45WVV.mjs';
|
|
3
|
+
import '../../../chunk-FMYWKI25.mjs';
|
|
4
4
|
import '../../../chunk-O6YSETKJ.mjs';
|
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
|
|
2
|
+
// Generated by @storm-software/untyped
|
|
3
|
+
// Do not edit this file directly
|
|
4
|
+
|
|
5
|
+
export interface CleanExecutorSchema {
|
|
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
|
+
* @default "{projectRoot}/tsconfig.json"
|
|
23
|
+
*
|
|
24
|
+
* @format path
|
|
25
|
+
*/
|
|
26
|
+
tsconfig?: string,
|
|
27
|
+
|
|
28
|
+
/**
|
|
29
|
+
* Powerlines Configuration File
|
|
30
|
+
*
|
|
31
|
+
* The path to the Powerlines configuration file
|
|
32
|
+
*
|
|
33
|
+
* @default "{projectRoot}/powerlines.config.ts"
|
|
34
|
+
*
|
|
35
|
+
* @format path
|
|
36
|
+
*/
|
|
37
|
+
configFile?: string,
|
|
38
|
+
|
|
39
|
+
/**
|
|
40
|
+
* Mode
|
|
41
|
+
*
|
|
42
|
+
* The build mode
|
|
43
|
+
*
|
|
44
|
+
*
|
|
45
|
+
* @enum development,test,production
|
|
46
|
+
*/
|
|
47
|
+
mode?: string,
|
|
48
|
+
|
|
49
|
+
/**
|
|
50
|
+
* Skip Installs
|
|
51
|
+
*
|
|
52
|
+
* Skip installing dependencies during prepare stage
|
|
53
|
+
*
|
|
54
|
+
*/
|
|
55
|
+
skipInstalls?: boolean,
|
|
56
|
+
|
|
57
|
+
/**
|
|
58
|
+
* Skip Cache
|
|
59
|
+
*
|
|
60
|
+
* Skip the caching mechanism during the build process (if required)
|
|
61
|
+
*
|
|
62
|
+
*/
|
|
63
|
+
skipCache?: boolean,
|
|
64
|
+
|
|
65
|
+
/**
|
|
66
|
+
* Log Level
|
|
67
|
+
*
|
|
68
|
+
* The log level to use for the build process
|
|
69
|
+
*
|
|
70
|
+
*
|
|
71
|
+
* @enum fatal,error,warn,success,info,debug,trace,silent
|
|
72
|
+
*/
|
|
73
|
+
logLevel?: string,
|
|
74
|
+
}
|
|
75
|
+
|
|
@@ -2,18 +2,18 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var
|
|
6
|
-
require('../../../chunk-
|
|
7
|
-
require('../../../chunk-
|
|
5
|
+
var chunkDKRIOFPB_js = require('../../../chunk-DKRIOFPB.js');
|
|
6
|
+
require('../../../chunk-32RH3DSY.js');
|
|
7
|
+
require('../../../chunk-LTCZN4I4.js');
|
|
8
8
|
require('../../../chunk-SHUYVCID.js');
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
|
|
12
12
|
Object.defineProperty(exports, "default", {
|
|
13
13
|
enumerable: true,
|
|
14
|
-
get: function () { return
|
|
14
|
+
get: function () { return chunkDKRIOFPB_js.executor_default; }
|
|
15
15
|
});
|
|
16
16
|
Object.defineProperty(exports, "executorFn", {
|
|
17
17
|
enumerable: true,
|
|
18
|
-
get: function () { return
|
|
18
|
+
get: function () { return chunkDKRIOFPB_js.executorFn; }
|
|
19
19
|
});
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { executor_default as default, executorFn } from '../../../chunk-
|
|
2
|
-
import '../../../chunk-
|
|
3
|
-
import '../../../chunk-
|
|
1
|
+
export { executor_default as default, executorFn } from '../../../chunk-NSFCCGL7.mjs';
|
|
2
|
+
import '../../../chunk-WMZ45WVV.mjs';
|
|
3
|
+
import '../../../chunk-FMYWKI25.mjs';
|
|
4
4
|
import '../../../chunk-O6YSETKJ.mjs';
|
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
|
|
2
|
+
// Generated by @storm-software/untyped
|
|
3
|
+
// Do not edit this file directly
|
|
4
|
+
|
|
5
|
+
export interface DocsExecutorSchema {
|
|
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
|
+
* @default "{projectRoot}/tsconfig.json"
|
|
23
|
+
*
|
|
24
|
+
* @format path
|
|
25
|
+
*/
|
|
26
|
+
tsconfig?: string,
|
|
27
|
+
|
|
28
|
+
/**
|
|
29
|
+
* Powerlines Configuration File
|
|
30
|
+
*
|
|
31
|
+
* The path to the Powerlines configuration file
|
|
32
|
+
*
|
|
33
|
+
* @default "{projectRoot}/powerlines.config.ts"
|
|
34
|
+
*
|
|
35
|
+
* @format path
|
|
36
|
+
*/
|
|
37
|
+
configFile?: string,
|
|
38
|
+
|
|
39
|
+
/**
|
|
40
|
+
* Mode
|
|
41
|
+
*
|
|
42
|
+
* The build mode
|
|
43
|
+
*
|
|
44
|
+
*
|
|
45
|
+
* @enum development,test,production
|
|
46
|
+
*/
|
|
47
|
+
mode?: string,
|
|
48
|
+
|
|
49
|
+
/**
|
|
50
|
+
* Skip Installs
|
|
51
|
+
*
|
|
52
|
+
* Skip installing dependencies before building
|
|
53
|
+
*
|
|
54
|
+
*/
|
|
55
|
+
skipInstalls?: boolean,
|
|
56
|
+
|
|
57
|
+
/**
|
|
58
|
+
* Skip Cache
|
|
59
|
+
*
|
|
60
|
+
* Skip the cache when building
|
|
61
|
+
*
|
|
62
|
+
*/
|
|
63
|
+
skipCache?: boolean,
|
|
64
|
+
|
|
65
|
+
/**
|
|
66
|
+
* Log Level
|
|
67
|
+
*
|
|
68
|
+
* The log level to use for the build process
|
|
69
|
+
*
|
|
70
|
+
*
|
|
71
|
+
* @enum fatal,error,warn,success,info,debug,trace,silent
|
|
72
|
+
*/
|
|
73
|
+
logLevel?: string,
|
|
74
|
+
}
|
|
75
|
+
|
|
@@ -2,18 +2,18 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var
|
|
6
|
-
require('../../../chunk-
|
|
7
|
-
require('../../../chunk-
|
|
5
|
+
var chunkKJAIPQKC_js = require('../../../chunk-KJAIPQKC.js');
|
|
6
|
+
require('../../../chunk-32RH3DSY.js');
|
|
7
|
+
require('../../../chunk-LTCZN4I4.js');
|
|
8
8
|
require('../../../chunk-SHUYVCID.js');
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
|
|
12
12
|
Object.defineProperty(exports, "default", {
|
|
13
13
|
enumerable: true,
|
|
14
|
-
get: function () { return
|
|
14
|
+
get: function () { return chunkKJAIPQKC_js.executor_default; }
|
|
15
15
|
});
|
|
16
16
|
Object.defineProperty(exports, "executorFn", {
|
|
17
17
|
enumerable: true,
|
|
18
|
-
get: function () { return
|
|
18
|
+
get: function () { return chunkKJAIPQKC_js.executorFn; }
|
|
19
19
|
});
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { executor_default as default, executorFn } from '../../../chunk-
|
|
2
|
-
import '../../../chunk-
|
|
3
|
-
import '../../../chunk-
|
|
1
|
+
export { executor_default as default, executorFn } from '../../../chunk-KNIZUAS5.mjs';
|
|
2
|
+
import '../../../chunk-WMZ45WVV.mjs';
|
|
3
|
+
import '../../../chunk-FMYWKI25.mjs';
|
|
4
4
|
import '../../../chunk-O6YSETKJ.mjs';
|
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
|
|
2
|
+
// Generated by @storm-software/untyped
|
|
3
|
+
// Do not edit this file directly
|
|
4
|
+
|
|
5
|
+
export interface LintExecutorSchema {
|
|
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
|
+
* @default "{projectRoot}/tsconfig.json"
|
|
23
|
+
*
|
|
24
|
+
* @format path
|
|
25
|
+
*/
|
|
26
|
+
tsconfig?: string,
|
|
27
|
+
|
|
28
|
+
/**
|
|
29
|
+
* Powerlines Configuration File
|
|
30
|
+
*
|
|
31
|
+
* The path to the Powerlines configuration file
|
|
32
|
+
*
|
|
33
|
+
* @default "{projectRoot}/powerlines.config.ts"
|
|
34
|
+
*
|
|
35
|
+
* @format path
|
|
36
|
+
*/
|
|
37
|
+
configFile?: string,
|
|
38
|
+
|
|
39
|
+
/**
|
|
40
|
+
* Mode
|
|
41
|
+
*
|
|
42
|
+
* The build mode
|
|
43
|
+
*
|
|
44
|
+
*
|
|
45
|
+
* @enum development,test,production
|
|
46
|
+
*/
|
|
47
|
+
mode?: string,
|
|
48
|
+
|
|
49
|
+
/**
|
|
50
|
+
* Skip Installs
|
|
51
|
+
*
|
|
52
|
+
* Skip installing dependencies before building
|
|
53
|
+
*
|
|
54
|
+
*/
|
|
55
|
+
skipInstalls?: boolean,
|
|
56
|
+
|
|
57
|
+
/**
|
|
58
|
+
* Skip Cache
|
|
59
|
+
*
|
|
60
|
+
* Skip the cache when building
|
|
61
|
+
*
|
|
62
|
+
*/
|
|
63
|
+
skipCache?: boolean,
|
|
64
|
+
|
|
65
|
+
/**
|
|
66
|
+
* Log Level
|
|
67
|
+
*
|
|
68
|
+
* The log level to use for the build process
|
|
69
|
+
*
|
|
70
|
+
*
|
|
71
|
+
* @enum fatal,error,warn,success,info,debug,trace,silent
|
|
72
|
+
*/
|
|
73
|
+
logLevel?: string,
|
|
74
|
+
}
|
|
75
|
+
|
|
@@ -2,18 +2,18 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var
|
|
6
|
-
require('../../../chunk-
|
|
7
|
-
require('../../../chunk-
|
|
5
|
+
var chunkFZWXH2M7_js = require('../../../chunk-FZWXH2M7.js');
|
|
6
|
+
require('../../../chunk-32RH3DSY.js');
|
|
7
|
+
require('../../../chunk-LTCZN4I4.js');
|
|
8
8
|
require('../../../chunk-SHUYVCID.js');
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
|
|
12
12
|
Object.defineProperty(exports, "default", {
|
|
13
13
|
enumerable: true,
|
|
14
|
-
get: function () { return
|
|
14
|
+
get: function () { return chunkFZWXH2M7_js.executor_default; }
|
|
15
15
|
});
|
|
16
16
|
Object.defineProperty(exports, "executorFn", {
|
|
17
17
|
enumerable: true,
|
|
18
|
-
get: function () { return
|
|
18
|
+
get: function () { return chunkFZWXH2M7_js.executorFn; }
|
|
19
19
|
});
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { executor_default as default, executorFn } from '../../../chunk-
|
|
2
|
-
import '../../../chunk-
|
|
3
|
-
import '../../../chunk-
|
|
1
|
+
export { executor_default as default, executorFn } from '../../../chunk-RIB65IPA.mjs';
|
|
2
|
+
import '../../../chunk-WMZ45WVV.mjs';
|
|
3
|
+
import '../../../chunk-FMYWKI25.mjs';
|
|
4
4
|
import '../../../chunk-O6YSETKJ.mjs';
|