@powerlines/nx 0.11.217 → 0.11.219
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 +16 -0
- package/dist/chunk-3BI2YVJ3.js +156 -0
- package/dist/{chunk-AQU4Y7TY.mjs → chunk-4KF5AUPD.mjs} +1 -1
- package/dist/chunk-4OMPO3GC.mjs +154 -0
- package/dist/{chunk-MMYSL52M.mjs → chunk-7EWOPOET.mjs} +220 -388
- package/dist/{chunk-JQZOWO7J.mjs → chunk-FIOTA3DI.mjs} +1 -1
- package/dist/chunk-FSGRYCTL.js +281 -0
- package/dist/{chunk-UWZA4FE6.mjs → chunk-GB6SETBZ.mjs} +1 -1
- package/dist/{chunk-2YJP4HRC.mjs → chunk-GCIPEE4T.mjs} +7 -7
- package/dist/{chunk-WJP3FWAH.js → chunk-GJ62I4AV.js} +2 -2
- package/dist/chunk-HNRM52ID.js +374 -0
- package/dist/chunk-IA3YWWWC.mjs +366 -0
- package/dist/{chunk-VSMLSWBT.js → chunk-IOBDAGVL.js} +8 -8
- package/dist/chunk-JL4HQ7ZD.mjs +260 -0
- package/dist/{chunk-5XND6U2P.js → chunk-K6HPKAIP.js} +2 -2
- package/dist/{chunk-TL367T24.js → chunk-KAY4UTGV.js} +2 -2
- package/dist/{chunk-2OUVFH73.js → chunk-MYNOF2F6.js} +2 -2
- package/dist/{chunk-5QDW5A4Z.js → chunk-QA32JCA6.js} +2 -2
- package/dist/{chunk-ELBUYWVF.mjs → chunk-QN6ZKFPV.mjs} +1 -1
- package/dist/{chunk-BUUW4BAS.mjs → chunk-RLKRZBG3.mjs} +2 -2
- package/dist/{chunk-C4XEVBMI.mjs → chunk-ULCS2R4D.mjs} +1 -1
- package/dist/{chunk-QJE3HWRQ.js → chunk-WXALQB3J.js} +3 -3
- package/dist/{chunk-BM4NZS6T.js → chunk-ZODDB4GG.js} +244 -412
- package/dist/{executor-Bb8vGV8C.d.ts → executor-AQVlPFta.d.ts} +90 -19
- package/dist/{executor-CQzw0-So.d.mts → executor-BNmIhtpF.d.mts} +90 -19
- package/dist/{executor-DwTFXSVb.d.mts → executor-C0A5mFLO.d.mts} +74 -19
- package/dist/{executor-u-vw0Uzf.d.mts → executor-Cep8-Y3A.d.mts} +90 -19
- package/dist/{executor-DY7vA66P.d.ts → executor-CkyahICv.d.ts} +74 -19
- package/dist/{executor-C2WSCUOW.d.ts → executor-DOsxw-Ih.d.ts} +90 -19
- package/dist/{executor-C5rCem7d.d.ts → executor-DUQbjUVt.d.ts} +90 -19
- package/dist/{executor-C9MI57kJ.d.ts → executor-O3MDQSFT.d.ts} +90 -19
- package/dist/{executor-fccJAIjg.d.mts → executor-U4mVkhQK.d.mts} +90 -19
- package/dist/{executor-DXaEo8YG.d.mts → executor-Xt5qNzC5.d.mts} +90 -19
- package/dist/executors.d.mts +5 -6
- package/dist/executors.d.ts +5 -6
- package/dist/executors.js +12 -12
- package/dist/executors.mjs +7 -7
- package/dist/index.d.mts +5 -6
- package/dist/index.d.ts +5 -6
- package/dist/index.js +15 -15
- package/dist/index.mjs +9 -9
- package/dist/src/base/base-executor.d.mts +1 -2
- package/dist/src/base/base-executor.d.ts +1 -2
- package/dist/src/base/base-executor.js +3 -3
- package/dist/src/base/base-executor.mjs +2 -2
- package/dist/src/base/base-executor.schema.d.d.mts +74 -19
- package/dist/src/base/base-executor.schema.d.d.ts +74 -19
- package/dist/src/base/base-executor.schema.d.ts +74 -19
- package/dist/src/base/base-executor.schema.json +108 -26
- package/dist/src/base/base-executor.untyped.js +2 -2
- package/dist/src/base/base-executor.untyped.mjs +1 -1
- package/dist/src/executors/build/executor.d.mts +1 -2
- package/dist/src/executors/build/executor.d.ts +1 -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 +90 -19
- package/dist/src/executors/build/schema.json +119 -25
- package/dist/src/executors/build/untyped.js +3 -3
- package/dist/src/executors/build/untyped.mjs +2 -2
- package/dist/src/executors/clean/executor.d.mts +1 -2
- package/dist/src/executors/clean/executor.d.ts +1 -2
- 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 +74 -19
- package/dist/src/executors/clean/schema.json +108 -26
- package/dist/src/executors/clean/untyped.js +2 -2
- package/dist/src/executors/clean/untyped.mjs +1 -1
- package/dist/src/executors/docs/executor.d.mts +1 -2
- package/dist/src/executors/docs/executor.d.ts +1 -2
- 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 +90 -19
- package/dist/src/executors/docs/schema.json +120 -26
- package/dist/src/executors/docs/untyped.js +3 -3
- package/dist/src/executors/docs/untyped.mjs +2 -2
- package/dist/src/executors/lint/executor.d.mts +1 -2
- package/dist/src/executors/lint/executor.d.ts +1 -2
- 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 +90 -19
- package/dist/src/executors/lint/schema.json +120 -26
- package/dist/src/executors/lint/untyped.js +3 -3
- package/dist/src/executors/lint/untyped.mjs +2 -2
- package/dist/src/executors/prepare/executor.d.mts +1 -2
- package/dist/src/executors/prepare/executor.d.ts +1 -2
- 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 +90 -19
- package/dist/src/executors/prepare/schema.json +120 -26
- package/dist/src/executors/prepare/untyped.js +3 -3
- package/dist/src/executors/prepare/untyped.mjs +2 -2
- package/dist/src/helpers/plugin-utilities.d.mts +1 -1
- package/dist/src/helpers/plugin-utilities.d.ts +1 -1
- package/dist/src/helpers/plugin-utilities.js +5 -5
- package/dist/src/helpers/plugin-utilities.mjs +2 -2
- package/dist/src/plugin/index.js +4 -4
- package/dist/src/plugin/index.mjs +3 -3
- package/docs/api/base-executor.schema.md +71 -19
- package/docs/api/build/schema.md +89 -19
- package/docs/api/clean/schema.md +71 -19
- package/docs/api/docs/schema.md +89 -19
- package/docs/api/lint/schema.md +89 -19
- package/docs/api/prepare/schema.md +89 -19
- package/package.json +11 -11
- package/dist/chunk-AGZ4P3AS.mjs +0 -87
- package/dist/chunk-IR6TAW72.js +0 -81
- package/dist/chunk-NU3VTAH5.js +0 -98
- package/dist/chunk-TWOXCXFE.js +0 -364
- package/dist/chunk-XXWF7X5C.mjs +0 -75
- package/dist/chunk-ZYOL33SX.mjs +0 -356
|
@@ -8,62 +8,109 @@ import { PowerlinesExecutorContext } from './src/base/base-executor.mjs';
|
|
|
8
8
|
|
|
9
9
|
interface BuildExecutorSchema {
|
|
10
10
|
/**
|
|
11
|
-
*
|
|
11
|
+
* Powerlines Configuration File
|
|
12
12
|
*
|
|
13
|
-
* The
|
|
13
|
+
* The path to the Powerlines configuration file
|
|
14
14
|
*
|
|
15
|
-
* @default "
|
|
15
|
+
* @default "{projectRoot}/powerlines.config.ts"
|
|
16
16
|
*
|
|
17
17
|
* @format path
|
|
18
18
|
*/
|
|
19
|
-
|
|
19
|
+
configFile?: string,
|
|
20
|
+
|
|
21
|
+
/**
|
|
22
|
+
* Input Entry File(s)
|
|
23
|
+
*
|
|
24
|
+
* The entry file(s) that serve as the input for the project
|
|
25
|
+
*
|
|
26
|
+
* @default ["{sourceRoot}/index.ts"]
|
|
27
|
+
*
|
|
28
|
+
* @format path
|
|
29
|
+
*/
|
|
30
|
+
input?: Array<string>,
|
|
20
31
|
|
|
21
32
|
/**
|
|
22
|
-
*
|
|
33
|
+
* TSConfig Path
|
|
23
34
|
*
|
|
24
35
|
* The path to the tsconfig file
|
|
25
36
|
*
|
|
37
|
+
* @default "{projectRoot}/tsconfig.json"
|
|
26
38
|
*
|
|
27
39
|
* @format path
|
|
28
40
|
*/
|
|
29
41
|
tsconfig?: string,
|
|
30
42
|
|
|
31
43
|
/**
|
|
32
|
-
*
|
|
44
|
+
* Output Path
|
|
33
45
|
*
|
|
34
|
-
* The path to the
|
|
46
|
+
* The path to the output directory for the build artifacts
|
|
35
47
|
*
|
|
36
|
-
* @default "{projectRoot}/powerlines.config.ts"
|
|
37
48
|
*
|
|
38
49
|
* @format path
|
|
39
50
|
*/
|
|
40
|
-
|
|
51
|
+
outputPath?: string,
|
|
41
52
|
|
|
42
53
|
/**
|
|
43
|
-
*
|
|
54
|
+
* Sourcemap
|
|
44
55
|
*
|
|
45
|
-
*
|
|
56
|
+
* Generate a sourcemap
|
|
46
57
|
*
|
|
58
|
+
*/
|
|
59
|
+
sourceMap?: boolean,
|
|
60
|
+
|
|
61
|
+
/**
|
|
62
|
+
* Format
|
|
47
63
|
*
|
|
48
|
-
*
|
|
64
|
+
* The format to build
|
|
65
|
+
*
|
|
66
|
+
* @default ["cjs","esm"]
|
|
49
67
|
*/
|
|
50
|
-
|
|
68
|
+
format?: Array<string>,
|
|
51
69
|
|
|
52
70
|
/**
|
|
53
|
-
*
|
|
71
|
+
* Platform
|
|
72
|
+
*
|
|
73
|
+
* The platform to build
|
|
54
74
|
*
|
|
55
|
-
*
|
|
75
|
+
* @default "neutral"
|
|
56
76
|
*
|
|
77
|
+
* @enum neutral,node,browser
|
|
57
78
|
*/
|
|
58
|
-
|
|
79
|
+
platform?: string,
|
|
59
80
|
|
|
60
81
|
/**
|
|
61
|
-
*
|
|
82
|
+
* External
|
|
62
83
|
*
|
|
63
|
-
*
|
|
84
|
+
* The external dependencies
|
|
64
85
|
*
|
|
65
86
|
*/
|
|
66
|
-
|
|
87
|
+
external?: Array<any>,
|
|
88
|
+
|
|
89
|
+
/**
|
|
90
|
+
* No External
|
|
91
|
+
*
|
|
92
|
+
* The dependencies that should not be treated as external
|
|
93
|
+
*
|
|
94
|
+
*/
|
|
95
|
+
noExternal?: Array<any>,
|
|
96
|
+
|
|
97
|
+
/**
|
|
98
|
+
* Skip Node Modules Bundle
|
|
99
|
+
*
|
|
100
|
+
* Skip bundling node_modules during the build process (if required)
|
|
101
|
+
*
|
|
102
|
+
*/
|
|
103
|
+
skipNodeModulesBundle?: boolean,
|
|
104
|
+
|
|
105
|
+
/**
|
|
106
|
+
* Mode
|
|
107
|
+
*
|
|
108
|
+
* The build mode
|
|
109
|
+
*
|
|
110
|
+
*
|
|
111
|
+
* @enum development,test,production
|
|
112
|
+
*/
|
|
113
|
+
mode?: string,
|
|
67
114
|
|
|
68
115
|
/**
|
|
69
116
|
* Log Level
|
|
@@ -75,6 +122,30 @@ interface BuildExecutorSchema {
|
|
|
75
122
|
*/
|
|
76
123
|
logLevel?: string,
|
|
77
124
|
|
|
125
|
+
/**
|
|
126
|
+
* Define
|
|
127
|
+
*
|
|
128
|
+
* The `define` values
|
|
129
|
+
*
|
|
130
|
+
*/
|
|
131
|
+
define?: Record<string, string>,
|
|
132
|
+
|
|
133
|
+
/**
|
|
134
|
+
* Auto Install
|
|
135
|
+
*
|
|
136
|
+
* Automatically install dependencies during prepare stage
|
|
137
|
+
*
|
|
138
|
+
*/
|
|
139
|
+
autoInstall?: boolean,
|
|
140
|
+
|
|
141
|
+
/**
|
|
142
|
+
* Skip Cache
|
|
143
|
+
*
|
|
144
|
+
* Skip the caching mechanism during the build process (if required)
|
|
145
|
+
*
|
|
146
|
+
*/
|
|
147
|
+
skipCache?: boolean,
|
|
148
|
+
|
|
78
149
|
/**
|
|
79
150
|
* Entry Path(s)
|
|
80
151
|
*
|
|
@@ -8,62 +8,109 @@ import { PowerlinesExecutorContext } from './src/base/base-executor.mjs';
|
|
|
8
8
|
|
|
9
9
|
interface PrepareExecutorSchema {
|
|
10
10
|
/**
|
|
11
|
-
*
|
|
11
|
+
* Powerlines Configuration File
|
|
12
12
|
*
|
|
13
|
-
* The
|
|
13
|
+
* The path to the Powerlines configuration file
|
|
14
14
|
*
|
|
15
|
-
* @default "
|
|
15
|
+
* @default "{projectRoot}/powerlines.config.ts"
|
|
16
16
|
*
|
|
17
17
|
* @format path
|
|
18
18
|
*/
|
|
19
|
-
|
|
19
|
+
configFile?: string,
|
|
20
|
+
|
|
21
|
+
/**
|
|
22
|
+
* Input Entry File(s)
|
|
23
|
+
*
|
|
24
|
+
* The entry file(s) that serve as the input for the project
|
|
25
|
+
*
|
|
26
|
+
* @default ["{sourceRoot}/index.ts"]
|
|
27
|
+
*
|
|
28
|
+
* @format path
|
|
29
|
+
*/
|
|
30
|
+
input?: Array<string>,
|
|
20
31
|
|
|
21
32
|
/**
|
|
22
|
-
*
|
|
33
|
+
* TSConfig Path
|
|
23
34
|
*
|
|
24
35
|
* The path to the tsconfig file
|
|
25
36
|
*
|
|
37
|
+
* @default "{projectRoot}/tsconfig.json"
|
|
26
38
|
*
|
|
27
39
|
* @format path
|
|
28
40
|
*/
|
|
29
41
|
tsconfig?: string,
|
|
30
42
|
|
|
31
43
|
/**
|
|
32
|
-
*
|
|
44
|
+
* Output Path
|
|
33
45
|
*
|
|
34
|
-
* The path to the
|
|
46
|
+
* The path to the output directory for the build artifacts
|
|
35
47
|
*
|
|
36
|
-
* @default "{projectRoot}/powerlines.config.ts"
|
|
37
48
|
*
|
|
38
49
|
* @format path
|
|
39
50
|
*/
|
|
40
|
-
|
|
51
|
+
outputPath?: string,
|
|
41
52
|
|
|
42
53
|
/**
|
|
43
|
-
*
|
|
54
|
+
* Sourcemap
|
|
44
55
|
*
|
|
45
|
-
*
|
|
56
|
+
* Generate a sourcemap
|
|
46
57
|
*
|
|
58
|
+
*/
|
|
59
|
+
sourceMap?: boolean,
|
|
60
|
+
|
|
61
|
+
/**
|
|
62
|
+
* Format
|
|
47
63
|
*
|
|
48
|
-
*
|
|
64
|
+
* The format to build
|
|
65
|
+
*
|
|
66
|
+
* @default ["cjs","esm"]
|
|
49
67
|
*/
|
|
50
|
-
|
|
68
|
+
format?: Array<string>,
|
|
51
69
|
|
|
52
70
|
/**
|
|
53
|
-
*
|
|
71
|
+
* Platform
|
|
72
|
+
*
|
|
73
|
+
* The platform to build
|
|
54
74
|
*
|
|
55
|
-
*
|
|
75
|
+
* @default "neutral"
|
|
56
76
|
*
|
|
77
|
+
* @enum neutral,node,browser
|
|
57
78
|
*/
|
|
58
|
-
|
|
79
|
+
platform?: string,
|
|
59
80
|
|
|
60
81
|
/**
|
|
61
|
-
*
|
|
82
|
+
* External
|
|
62
83
|
*
|
|
63
|
-
*
|
|
84
|
+
* The external dependencies
|
|
64
85
|
*
|
|
65
86
|
*/
|
|
66
|
-
|
|
87
|
+
external?: Array<any>,
|
|
88
|
+
|
|
89
|
+
/**
|
|
90
|
+
* No External
|
|
91
|
+
*
|
|
92
|
+
* The dependencies that should not be treated as external
|
|
93
|
+
*
|
|
94
|
+
*/
|
|
95
|
+
noExternal?: Array<any>,
|
|
96
|
+
|
|
97
|
+
/**
|
|
98
|
+
* Skip Node Modules Bundle
|
|
99
|
+
*
|
|
100
|
+
* Skip bundling node_modules during the build process (if required)
|
|
101
|
+
*
|
|
102
|
+
*/
|
|
103
|
+
skipNodeModulesBundle?: boolean,
|
|
104
|
+
|
|
105
|
+
/**
|
|
106
|
+
* Mode
|
|
107
|
+
*
|
|
108
|
+
* The build mode
|
|
109
|
+
*
|
|
110
|
+
*
|
|
111
|
+
* @enum development,test,production
|
|
112
|
+
*/
|
|
113
|
+
mode?: string,
|
|
67
114
|
|
|
68
115
|
/**
|
|
69
116
|
* Log Level
|
|
@@ -74,6 +121,30 @@ interface PrepareExecutorSchema {
|
|
|
74
121
|
* @enum fatal,error,warn,success,info,debug,trace,silent
|
|
75
122
|
*/
|
|
76
123
|
logLevel?: string,
|
|
124
|
+
|
|
125
|
+
/**
|
|
126
|
+
* Define
|
|
127
|
+
*
|
|
128
|
+
* The `define` values
|
|
129
|
+
*
|
|
130
|
+
*/
|
|
131
|
+
define?: Record<string, string>,
|
|
132
|
+
|
|
133
|
+
/**
|
|
134
|
+
* Auto Install
|
|
135
|
+
*
|
|
136
|
+
* Automatically install dependencies during prepare stage
|
|
137
|
+
*
|
|
138
|
+
*/
|
|
139
|
+
autoInstall?: boolean,
|
|
140
|
+
|
|
141
|
+
/**
|
|
142
|
+
* Skip Cache
|
|
143
|
+
*
|
|
144
|
+
* Skip the caching mechanism during the build process (if required)
|
|
145
|
+
*
|
|
146
|
+
*/
|
|
147
|
+
skipCache?: boolean,
|
|
77
148
|
}
|
|
78
149
|
|
|
79
150
|
declare function executorFn(context: PowerlinesExecutorContext<"prepare", PrepareExecutorSchema>, api: PowerlinesAPI): Promise<BaseExecutorResult>;
|
package/dist/executors.d.mts
CHANGED
|
@@ -1,12 +1,11 @@
|
|
|
1
|
-
export { B as BuildExecutorSchema, e as build } from './executor-
|
|
2
|
-
export { C as CleanExecutorSchema, e as clean } from './executor-
|
|
3
|
-
export { D as DocsExecutorSchema, e as docs } from './executor-
|
|
4
|
-
export { L as LintExecutorSchema, e as lint } from './executor-
|
|
5
|
-
export { P as PrepareExecutorSchema, e as prepare } from './executor-
|
|
1
|
+
export { B as BuildExecutorSchema, e as build } from './executor-U4mVkhQK.mjs';
|
|
2
|
+
export { C as CleanExecutorSchema, e as clean } from './executor-C0A5mFLO.mjs';
|
|
3
|
+
export { D as DocsExecutorSchema, e as docs } from './executor-BNmIhtpF.mjs';
|
|
4
|
+
export { L as LintExecutorSchema, e as lint } from './executor-Cep8-Y3A.mjs';
|
|
5
|
+
export { P as PrepareExecutorSchema, e as prepare } from './executor-Xt5qNzC5.mjs';
|
|
6
6
|
import '@nx/devkit';
|
|
7
7
|
import '@storm-software/workspace-tools/types';
|
|
8
8
|
import 'powerlines';
|
|
9
9
|
import './src/base/base-executor.mjs';
|
|
10
10
|
import '@storm-software/config/types';
|
|
11
|
-
import 'powerlines/types/config';
|
|
12
11
|
import './src/base/base-executor.schema.d.mjs';
|
package/dist/executors.d.ts
CHANGED
|
@@ -1,12 +1,11 @@
|
|
|
1
|
-
export { B as BuildExecutorSchema, e as build } from './executor-
|
|
2
|
-
export { C as CleanExecutorSchema, e as clean } from './executor-
|
|
3
|
-
export { D as DocsExecutorSchema, e as docs } from './executor-
|
|
4
|
-
export { L as LintExecutorSchema, e as lint } from './executor-
|
|
5
|
-
export { P as PrepareExecutorSchema, e as prepare } from './executor-
|
|
1
|
+
export { B as BuildExecutorSchema, e as build } from './executor-AQVlPFta.js';
|
|
2
|
+
export { C as CleanExecutorSchema, e as clean } from './executor-CkyahICv.js';
|
|
3
|
+
export { D as DocsExecutorSchema, e as docs } from './executor-O3MDQSFT.js';
|
|
4
|
+
export { L as LintExecutorSchema, e as lint } from './executor-DOsxw-Ih.js';
|
|
5
|
+
export { P as PrepareExecutorSchema, e as prepare } from './executor-DUQbjUVt.js';
|
|
6
6
|
import '@nx/devkit';
|
|
7
7
|
import '@storm-software/workspace-tools/types';
|
|
8
8
|
import 'powerlines';
|
|
9
9
|
import './src/base/base-executor.js';
|
|
10
10
|
import '@storm-software/config/types';
|
|
11
|
-
import 'powerlines/types/config';
|
|
12
11
|
import './src/base/base-executor.schema.d.js';
|
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 chunkMYNOF2F6_js = require('./chunk-MYNOF2F6.js');
|
|
5
|
+
var chunkQA32JCA6_js = require('./chunk-QA32JCA6.js');
|
|
6
|
+
var chunkWXALQB3J_js = require('./chunk-WXALQB3J.js');
|
|
7
|
+
var chunkKAY4UTGV_js = require('./chunk-KAY4UTGV.js');
|
|
8
|
+
var chunkK6HPKAIP_js = require('./chunk-K6HPKAIP.js');
|
|
9
|
+
require('./chunk-ZODDB4GG.js');
|
|
10
|
+
require('./chunk-FSGRYCTL.js');
|
|
11
11
|
require('./chunk-SHUYVCID.js');
|
|
12
12
|
|
|
13
13
|
|
|
14
14
|
|
|
15
15
|
Object.defineProperty(exports, "lint", {
|
|
16
16
|
enumerable: true,
|
|
17
|
-
get: function () { return
|
|
17
|
+
get: function () { return chunkMYNOF2F6_js.executor_default; }
|
|
18
18
|
});
|
|
19
19
|
Object.defineProperty(exports, "prepare", {
|
|
20
20
|
enumerable: true,
|
|
21
|
-
get: function () { return
|
|
21
|
+
get: function () { return chunkQA32JCA6_js.executor_default; }
|
|
22
22
|
});
|
|
23
23
|
Object.defineProperty(exports, "build", {
|
|
24
24
|
enumerable: true,
|
|
25
|
-
get: function () { return
|
|
25
|
+
get: function () { return chunkWXALQB3J_js.executor_default; }
|
|
26
26
|
});
|
|
27
27
|
Object.defineProperty(exports, "clean", {
|
|
28
28
|
enumerable: true,
|
|
29
|
-
get: function () { return
|
|
29
|
+
get: function () { return chunkKAY4UTGV_js.executor_default; }
|
|
30
30
|
});
|
|
31
31
|
Object.defineProperty(exports, "docs", {
|
|
32
32
|
enumerable: true,
|
|
33
|
-
get: function () { return
|
|
33
|
+
get: function () { return chunkK6HPKAIP_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 lint } from './chunk-
|
|
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 docs } from './chunk-
|
|
7
|
-
import './chunk-
|
|
8
|
-
import './chunk-
|
|
2
|
+
export { executor_default as lint } from './chunk-FIOTA3DI.mjs';
|
|
3
|
+
export { executor_default as prepare } from './chunk-4KF5AUPD.mjs';
|
|
4
|
+
export { executor_default as build } from './chunk-RLKRZBG3.mjs';
|
|
5
|
+
export { executor_default as clean } from './chunk-GB6SETBZ.mjs';
|
|
6
|
+
export { executor_default as docs } from './chunk-ULCS2R4D.mjs';
|
|
7
|
+
import './chunk-7EWOPOET.mjs';
|
|
8
|
+
import './chunk-JL4HQ7ZD.mjs';
|
|
9
9
|
import './chunk-O6YSETKJ.mjs';
|
package/dist/index.d.mts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
export { B as BuildExecutorSchema, e as build } from './executor-
|
|
2
|
-
export { C as CleanExecutorSchema, e as clean } from './executor-
|
|
3
|
-
export { D as DocsExecutorSchema, e as docs } from './executor-
|
|
4
|
-
export { L as LintExecutorSchema, e as lint } from './executor-
|
|
5
|
-
export { P as PrepareExecutorSchema, e as prepare } from './executor-
|
|
1
|
+
export { B as BuildExecutorSchema, e as build } from './executor-U4mVkhQK.mjs';
|
|
2
|
+
export { C as CleanExecutorSchema, e as clean } from './executor-C0A5mFLO.mjs';
|
|
3
|
+
export { D as DocsExecutorSchema, e as docs } from './executor-BNmIhtpF.mjs';
|
|
4
|
+
export { L as LintExecutorSchema, e as lint } from './executor-Cep8-Y3A.mjs';
|
|
5
|
+
export { P as PrepareExecutorSchema, e as prepare } from './executor-Xt5qNzC5.mjs';
|
|
6
6
|
export { default as sync, default as syncGenerator } from './src/generators/sync/generator.mjs';
|
|
7
7
|
export { SyncGeneratorSchema } from './generators.mjs';
|
|
8
8
|
export { createNodesV2 } from './src/plugin/index.mjs';
|
|
@@ -11,7 +11,6 @@ import '@storm-software/workspace-tools/types';
|
|
|
11
11
|
import 'powerlines';
|
|
12
12
|
import './src/base/base-executor.mjs';
|
|
13
13
|
import '@storm-software/config/types';
|
|
14
|
-
import 'powerlines/types/config';
|
|
15
14
|
import './src/base/base-executor.schema.d.mjs';
|
|
16
15
|
import 'nx/src/utils/sync-generators';
|
|
17
16
|
import './src/types/plugin.mjs';
|
package/dist/index.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
export { B as BuildExecutorSchema, e as build } from './executor-
|
|
2
|
-
export { C as CleanExecutorSchema, e as clean } from './executor-
|
|
3
|
-
export { D as DocsExecutorSchema, e as docs } from './executor-
|
|
4
|
-
export { L as LintExecutorSchema, e as lint } from './executor-
|
|
5
|
-
export { P as PrepareExecutorSchema, e as prepare } from './executor-
|
|
1
|
+
export { B as BuildExecutorSchema, e as build } from './executor-AQVlPFta.js';
|
|
2
|
+
export { C as CleanExecutorSchema, e as clean } from './executor-CkyahICv.js';
|
|
3
|
+
export { D as DocsExecutorSchema, e as docs } from './executor-O3MDQSFT.js';
|
|
4
|
+
export { L as LintExecutorSchema, e as lint } from './executor-DOsxw-Ih.js';
|
|
5
|
+
export { P as PrepareExecutorSchema, e as prepare } from './executor-DUQbjUVt.js';
|
|
6
6
|
export { default as sync, default as syncGenerator } from './src/generators/sync/generator.js';
|
|
7
7
|
export { SyncGeneratorSchema } from './generators.js';
|
|
8
8
|
export { createNodesV2 } from './src/plugin/index.js';
|
|
@@ -11,7 +11,6 @@ import '@storm-software/workspace-tools/types';
|
|
|
11
11
|
import 'powerlines';
|
|
12
12
|
import './src/base/base-executor.js';
|
|
13
13
|
import '@storm-software/config/types';
|
|
14
|
-
import 'powerlines/types/config';
|
|
15
14
|
import './src/base/base-executor.schema.d.js';
|
|
16
15
|
import 'nx/src/utils/sync-generators';
|
|
17
16
|
import './src/types/plugin.js';
|
package/dist/index.js
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunkGJ62I4AV_js = require('./chunk-GJ62I4AV.js');
|
|
4
4
|
require('./chunk-XO62WWX4.js');
|
|
5
|
-
var
|
|
6
|
-
var
|
|
7
|
-
var
|
|
8
|
-
var
|
|
9
|
-
var
|
|
5
|
+
var chunkMYNOF2F6_js = require('./chunk-MYNOF2F6.js');
|
|
6
|
+
var chunkQA32JCA6_js = require('./chunk-QA32JCA6.js');
|
|
7
|
+
var chunkWXALQB3J_js = require('./chunk-WXALQB3J.js');
|
|
8
|
+
var chunkKAY4UTGV_js = require('./chunk-KAY4UTGV.js');
|
|
9
|
+
var chunkK6HPKAIP_js = require('./chunk-K6HPKAIP.js');
|
|
10
10
|
require('./chunk-N2YKXZ5R.js');
|
|
11
11
|
var chunkWUJKJGEW_js = require('./chunk-WUJKJGEW.js');
|
|
12
|
-
require('./chunk-
|
|
13
|
-
require('./chunk-
|
|
14
|
-
require('./chunk-
|
|
12
|
+
require('./chunk-ZODDB4GG.js');
|
|
13
|
+
require('./chunk-HNRM52ID.js');
|
|
14
|
+
require('./chunk-FSGRYCTL.js');
|
|
15
15
|
require('./chunk-IQVSZEQ6.js');
|
|
16
16
|
require('./chunk-SHUYVCID.js');
|
|
17
17
|
|
|
@@ -19,27 +19,27 @@ require('./chunk-SHUYVCID.js');
|
|
|
19
19
|
|
|
20
20
|
Object.defineProperty(exports, "createNodesV2", {
|
|
21
21
|
enumerable: true,
|
|
22
|
-
get: function () { return
|
|
22
|
+
get: function () { return chunkGJ62I4AV_js.createNodesV2; }
|
|
23
23
|
});
|
|
24
24
|
Object.defineProperty(exports, "lint", {
|
|
25
25
|
enumerable: true,
|
|
26
|
-
get: function () { return
|
|
26
|
+
get: function () { return chunkMYNOF2F6_js.executor_default; }
|
|
27
27
|
});
|
|
28
28
|
Object.defineProperty(exports, "prepare", {
|
|
29
29
|
enumerable: true,
|
|
30
|
-
get: function () { return
|
|
30
|
+
get: function () { return chunkQA32JCA6_js.executor_default; }
|
|
31
31
|
});
|
|
32
32
|
Object.defineProperty(exports, "build", {
|
|
33
33
|
enumerable: true,
|
|
34
|
-
get: function () { return
|
|
34
|
+
get: function () { return chunkWXALQB3J_js.executor_default; }
|
|
35
35
|
});
|
|
36
36
|
Object.defineProperty(exports, "clean", {
|
|
37
37
|
enumerable: true,
|
|
38
|
-
get: function () { return
|
|
38
|
+
get: function () { return chunkKAY4UTGV_js.executor_default; }
|
|
39
39
|
});
|
|
40
40
|
Object.defineProperty(exports, "docs", {
|
|
41
41
|
enumerable: true,
|
|
42
|
-
get: function () { return
|
|
42
|
+
get: function () { return chunkK6HPKAIP_js.executor_default; }
|
|
43
43
|
});
|
|
44
44
|
Object.defineProperty(exports, "sync", {
|
|
45
45
|
enumerable: true,
|
package/dist/index.mjs
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
export { createNodesV2 } from './chunk-
|
|
1
|
+
export { createNodesV2 } from './chunk-QN6ZKFPV.mjs';
|
|
2
2
|
import './chunk-UV4HQO3Y.mjs';
|
|
3
|
-
export { executor_default as lint } from './chunk-
|
|
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 docs } from './chunk-
|
|
3
|
+
export { executor_default as lint } from './chunk-FIOTA3DI.mjs';
|
|
4
|
+
export { executor_default as prepare } from './chunk-4KF5AUPD.mjs';
|
|
5
|
+
export { executor_default as build } from './chunk-RLKRZBG3.mjs';
|
|
6
|
+
export { executor_default as clean } from './chunk-GB6SETBZ.mjs';
|
|
7
|
+
export { executor_default as docs } from './chunk-ULCS2R4D.mjs';
|
|
8
8
|
import './chunk-23KFTIT2.mjs';
|
|
9
9
|
export { generator_default as sync, generatorFn as syncGenerator } from './chunk-326QB2VK.mjs';
|
|
10
|
-
import './chunk-
|
|
11
|
-
import './chunk-
|
|
12
|
-
import './chunk-
|
|
10
|
+
import './chunk-7EWOPOET.mjs';
|
|
11
|
+
import './chunk-IA3YWWWC.mjs';
|
|
12
|
+
import './chunk-JL4HQ7ZD.mjs';
|
|
13
13
|
import './chunk-IC47MFKB.mjs';
|
|
14
14
|
import './chunk-O6YSETKJ.mjs';
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import { ExecutorContext, PromiseExecutor } from '@nx/devkit';
|
|
2
2
|
import { StormWorkspaceConfig } from '@storm-software/config/types';
|
|
3
3
|
import { BaseExecutorResult } from '@storm-software/workspace-tools/types';
|
|
4
|
-
import PowerlinesAPI from 'powerlines';
|
|
5
|
-
import { PowerlinesCommand, InlineConfig } from 'powerlines/types/config';
|
|
4
|
+
import PowerlinesAPI, { PowerlinesCommand, InlineConfig } from 'powerlines';
|
|
6
5
|
import { BaseExecutorSchema } from './base-executor.schema.d.mjs';
|
|
7
6
|
|
|
8
7
|
type PowerlinesExecutorContext<TCommand extends PowerlinesCommand = PowerlinesCommand, TExecutorSchema extends BaseExecutorSchema = BaseExecutorSchema> = ExecutorContext & {
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import { ExecutorContext, PromiseExecutor } from '@nx/devkit';
|
|
2
2
|
import { StormWorkspaceConfig } from '@storm-software/config/types';
|
|
3
3
|
import { BaseExecutorResult } from '@storm-software/workspace-tools/types';
|
|
4
|
-
import PowerlinesAPI from 'powerlines';
|
|
5
|
-
import { PowerlinesCommand, InlineConfig } from 'powerlines/types/config';
|
|
4
|
+
import PowerlinesAPI, { PowerlinesCommand, InlineConfig } from 'powerlines';
|
|
6
5
|
import { BaseExecutorSchema } from './base-executor.schema.d.js';
|
|
7
6
|
|
|
8
7
|
type PowerlinesExecutorContext<TCommand extends PowerlinesCommand = PowerlinesCommand, TExecutorSchema extends BaseExecutorSchema = BaseExecutorSchema> = ExecutorContext & {
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
require('../../chunk-
|
|
3
|
+
var chunkZODDB4GG_js = require('../../chunk-ZODDB4GG.js');
|
|
4
|
+
require('../../chunk-FSGRYCTL.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 chunkZODDB4GG_js.withExecutor; }
|
|
12
12
|
});
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export { withExecutor } from '../../chunk-
|
|
2
|
-
import '../../chunk-
|
|
1
|
+
export { withExecutor } from '../../chunk-7EWOPOET.mjs';
|
|
2
|
+
import '../../chunk-JL4HQ7ZD.mjs';
|
|
3
3
|
import '../../chunk-O6YSETKJ.mjs';
|