@shell-shock/nx 0.0.78 → 0.0.80
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 +20 -0
- package/README.md +1 -1
- package/dist/base/base-executor.schema.d.ts +16 -4
- package/dist/base/base-executor.schema.json +20 -13
- package/dist/{base-executor-CXGfAvut.mjs → base-executor-DxPjWb68.mjs} +28 -14
- package/dist/base-executor-DxPjWb68.mjs.map +1 -0
- package/dist/{base-executor-CjzYhdJI.js → base-executor-X4qL_j3i.js} +27 -13
- package/dist/executors/build/executor.d.mts +14 -4
- package/dist/executors/build/executor.d.mts.map +1 -1
- package/dist/executors/build/executor.d.ts +14 -4
- package/dist/executors/build/executor.d.ts.map +1 -1
- package/dist/executors/build/executor.js +1 -1
- package/dist/executors/build/executor.mjs +1 -1
- package/dist/executors/build/executor.mjs.map +1 -1
- package/dist/executors/build/schema.d.ts +16 -4
- package/dist/executors/build/schema.json +20 -13
- package/dist/executors/clean/executor.d.mts +14 -4
- package/dist/executors/clean/executor.d.mts.map +1 -1
- package/dist/executors/clean/executor.d.ts +14 -4
- package/dist/executors/clean/executor.d.ts.map +1 -1
- package/dist/executors/clean/executor.js +1 -1
- package/dist/executors/clean/executor.mjs +1 -1
- package/dist/executors/clean/schema.d.ts +16 -4
- package/dist/executors/clean/schema.json +20 -13
- package/dist/executors/docs/executor.d.mts +14 -4
- package/dist/executors/docs/executor.d.mts.map +1 -1
- package/dist/executors/docs/executor.d.ts +14 -4
- package/dist/executors/docs/executor.d.ts.map +1 -1
- package/dist/executors/docs/executor.js +1 -1
- package/dist/executors/docs/executor.mjs +1 -1
- package/dist/executors/docs/schema.d.ts +16 -4
- package/dist/executors/docs/schema.json +20 -13
- package/dist/executors/lint/executor.d.mts +14 -4
- package/dist/executors/lint/executor.d.mts.map +1 -1
- package/dist/executors/lint/executor.d.ts +14 -4
- package/dist/executors/lint/executor.d.ts.map +1 -1
- package/dist/executors/lint/executor.js +1 -1
- package/dist/executors/lint/executor.mjs +1 -1
- package/dist/executors/lint/schema.d.ts +16 -4
- package/dist/executors/lint/schema.json +20 -13
- package/dist/executors/prepare/executor.d.mts +14 -4
- package/dist/executors/prepare/executor.d.mts.map +1 -1
- package/dist/executors/prepare/executor.d.ts +14 -4
- package/dist/executors/prepare/executor.d.ts.map +1 -1
- package/dist/executors/prepare/executor.js +1 -1
- package/dist/executors/prepare/executor.mjs +1 -1
- package/dist/executors/prepare/schema.d.ts +16 -4
- package/dist/executors/prepare/schema.json +20 -13
- package/dist/index.d.mts +14 -4
- package/dist/index.d.mts.map +1 -1
- package/dist/index.d.ts +14 -4
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.mjs +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 +128 -24
- package/dist/plugin/index.mjs +128 -24
- package/dist/plugin/index.mjs.map +1 -1
- package/docs/api/base-executor.schema.md +11 -4
- package/docs/api/build/schema.md +11 -4
- package/docs/api/clean/schema.md +11 -4
- package/docs/api/docs/schema.md +11 -4
- package/docs/api/lint/schema.md +11 -4
- package/docs/api/prepare/schema.md +11 -4
- package/package.json +16 -16
- package/dist/base-executor-CXGfAvut.mjs.map +0 -1
|
@@ -9,7 +9,6 @@ interface LintExecutorSchema {
|
|
|
9
9
|
*
|
|
10
10
|
* The path to the Powerlines configuration file. Alias for `configFile`.
|
|
11
11
|
*
|
|
12
|
-
* @default "{projectRoot}/powerlines.config.ts"
|
|
13
12
|
*
|
|
14
13
|
* @format path
|
|
15
14
|
*/
|
|
@@ -19,7 +18,6 @@ interface LintExecutorSchema {
|
|
|
19
18
|
*
|
|
20
19
|
* The path to the Powerlines configuration file. Alias for `config`.
|
|
21
20
|
*
|
|
22
|
-
* @default "{projectRoot}/powerlines.config.ts"
|
|
23
21
|
*
|
|
24
22
|
* @format path
|
|
25
23
|
*/
|
|
@@ -38,7 +36,6 @@ interface LintExecutorSchema {
|
|
|
38
36
|
*
|
|
39
37
|
* The path to the tsconfig file
|
|
40
38
|
*
|
|
41
|
-
* @default "{projectRoot}/tsconfig.json"
|
|
42
39
|
*
|
|
43
40
|
* @format path
|
|
44
41
|
*/
|
|
@@ -68,6 +65,13 @@ interface LintExecutorSchema {
|
|
|
68
65
|
*
|
|
69
66
|
*/
|
|
70
67
|
sourceMap?: boolean;
|
|
68
|
+
/**
|
|
69
|
+
* Minify
|
|
70
|
+
*
|
|
71
|
+
* Minify the output
|
|
72
|
+
*
|
|
73
|
+
*/
|
|
74
|
+
minify?: boolean;
|
|
71
75
|
/**
|
|
72
76
|
* Format
|
|
73
77
|
*
|
|
@@ -81,7 +85,6 @@ interface LintExecutorSchema {
|
|
|
81
85
|
*
|
|
82
86
|
* The platform to build
|
|
83
87
|
*
|
|
84
|
-
* @default "neutral"
|
|
85
88
|
*
|
|
86
89
|
* @enum neutral,node,browser
|
|
87
90
|
*/
|
|
@@ -145,6 +148,13 @@ interface LintExecutorSchema {
|
|
|
145
148
|
ignore?: string[];
|
|
146
149
|
dot?: boolean;
|
|
147
150
|
}>;
|
|
151
|
+
/**
|
|
152
|
+
* Additional Arguments
|
|
153
|
+
*
|
|
154
|
+
* The additional arguments provided during execution of the command
|
|
155
|
+
*
|
|
156
|
+
*/
|
|
157
|
+
additionalArgs?: Record<string, string>;
|
|
148
158
|
/**
|
|
149
159
|
* Auto Install
|
|
150
160
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"executor.d.ts","names":["LintExecutorSchema","Array","Record","config","configFile","input","tsconfig","outputPath","copyPath","sourceMap","format","platform","external","noExternal","skipNodeModulesBundle","mode","logLevel","define","assets","output","glob","ignore","dot","autoInstall","skipCache"],"sources":["../../../src/executors/lint/schema.d.ts","../../../src/executors/lint/executor.ts"],"mappings":";;;;;UAIiBA,kBAAAA
|
|
1
|
+
{"version":3,"file":"executor.d.ts","names":["LintExecutorSchema","Array","Record","config","configFile","input","tsconfig","outputPath","copyPath","sourceMap","minify","format","platform","external","noExternal","skipNodeModulesBundle","mode","logLevel","define","assets","output","glob","ignore","dot","additionalArgs","autoInstall","skipCache"],"sources":["../../../src/executors/lint/schema.d.ts","../../../src/executors/lint/executor.ts"],"mappings":";;;;;UAIiBA,kBAAAA;;;;;;;;;EAShBG,MAAAA;;;;;;;;;EAUAC,UAAAA;;;;;;;;;EAUAC,KAAAA,GAAQJ,KAAAA;;;;;;;;;EAURK,QAAAA;;;;;;;;AClBkD;ED4BlDC,UAAAA;ECR8B;;;;;;;;EDkB9BC,QAAAA;;;;;;;EAQAC,SAAAA;;;;;;;EAQAC,MAAAA;;;;;;;;EASAC,MAAAA,GAASV,KAAAA;;;;;;;;;EAUTW,QAAAA;;;;;;;EAQAC,QAAAA,GAAWZ,KAAAA;;;;;;;EAQXa,UAAAA,GAAab,KAAAA;;;;;;;EAQbc,qBAAAA;;;;;;;;;EAUAC,IAAAA;;;;;;;;;EAUAC,QAAAA;;;;;;;EAQAC,MAAAA,GAAShB,MAAAA;;;;;;;EAQTiB,MAAAA,GAASlB,KAAAA;IAAQI,KAAAA;IAAgBe,MAAAA;IAAiBC,IAAAA;IAAcC,MAAAA;IAAmBC,GAAAA;EAAAA;;;;;;;EAQnFC,cAAAA,GAAiBtB,MAAAA;;;;;;;EAQjBuB,WAAAA;;;;;;;EAQAC,SAAAA;AAAAA;;;cCzIK,QAAA,EAAU,eAAA,CAAgB,kBAAA;AAAA"}
|
|
@@ -8,7 +8,6 @@ export interface LintExecutorSchema {
|
|
|
8
8
|
*
|
|
9
9
|
* The path to the Powerlines configuration file. Alias for `configFile`.
|
|
10
10
|
*
|
|
11
|
-
* @default "{projectRoot}/powerlines.config.ts"
|
|
12
11
|
*
|
|
13
12
|
* @format path
|
|
14
13
|
*/
|
|
@@ -19,7 +18,6 @@ export interface LintExecutorSchema {
|
|
|
19
18
|
*
|
|
20
19
|
* The path to the Powerlines configuration file. Alias for `config`.
|
|
21
20
|
*
|
|
22
|
-
* @default "{projectRoot}/powerlines.config.ts"
|
|
23
21
|
*
|
|
24
22
|
* @format path
|
|
25
23
|
*/
|
|
@@ -40,7 +38,6 @@ export interface LintExecutorSchema {
|
|
|
40
38
|
*
|
|
41
39
|
* The path to the tsconfig file
|
|
42
40
|
*
|
|
43
|
-
* @default "{projectRoot}/tsconfig.json"
|
|
44
41
|
*
|
|
45
42
|
* @format path
|
|
46
43
|
*/
|
|
@@ -74,6 +71,14 @@ export interface LintExecutorSchema {
|
|
|
74
71
|
*/
|
|
75
72
|
sourceMap?: boolean,
|
|
76
73
|
|
|
74
|
+
/**
|
|
75
|
+
* Minify
|
|
76
|
+
*
|
|
77
|
+
* Minify the output
|
|
78
|
+
*
|
|
79
|
+
*/
|
|
80
|
+
minify?: boolean,
|
|
81
|
+
|
|
77
82
|
/**
|
|
78
83
|
* Format
|
|
79
84
|
*
|
|
@@ -88,7 +93,6 @@ export interface LintExecutorSchema {
|
|
|
88
93
|
*
|
|
89
94
|
* The platform to build
|
|
90
95
|
*
|
|
91
|
-
* @default "neutral"
|
|
92
96
|
*
|
|
93
97
|
* @enum neutral,node,browser
|
|
94
98
|
*/
|
|
@@ -154,6 +158,14 @@ export interface LintExecutorSchema {
|
|
|
154
158
|
*/
|
|
155
159
|
assets?: Array<{ input?: string; output?: string; glob: string; ignore?: string[]; dot?: boolean; }>,
|
|
156
160
|
|
|
161
|
+
/**
|
|
162
|
+
* Additional Arguments
|
|
163
|
+
*
|
|
164
|
+
* The additional arguments provided during execution of the command
|
|
165
|
+
*
|
|
166
|
+
*/
|
|
167
|
+
additionalArgs?: Record<string, string>,
|
|
168
|
+
|
|
157
169
|
/**
|
|
158
170
|
* Auto Install
|
|
159
171
|
*
|
|
@@ -9,16 +9,14 @@
|
|
|
9
9
|
"type": "string",
|
|
10
10
|
"format": "path",
|
|
11
11
|
"description": "The path to the Powerlines configuration file. Alias for `configFile`.",
|
|
12
|
-
"id": "#config"
|
|
13
|
-
"default": "{projectRoot}/powerlines.config.ts"
|
|
12
|
+
"id": "#config"
|
|
14
13
|
},
|
|
15
14
|
"configFile": {
|
|
16
15
|
"title": "Powerlines Configuration File",
|
|
17
16
|
"type": "string",
|
|
18
17
|
"format": "path",
|
|
19
18
|
"description": "The path to the Powerlines configuration file. Alias for `config`.",
|
|
20
|
-
"id": "#configFile"
|
|
21
|
-
"default": "{projectRoot}/powerlines.config.ts"
|
|
19
|
+
"id": "#configFile"
|
|
22
20
|
},
|
|
23
21
|
"input": {
|
|
24
22
|
"title": "Input Entry File(s)",
|
|
@@ -35,8 +33,7 @@
|
|
|
35
33
|
"type": "string",
|
|
36
34
|
"format": "path",
|
|
37
35
|
"description": "The path to the tsconfig file",
|
|
38
|
-
"id": "#tsconfig"
|
|
39
|
-
"default": "{projectRoot}/tsconfig.json"
|
|
36
|
+
"id": "#tsconfig"
|
|
40
37
|
},
|
|
41
38
|
"outputPath": {
|
|
42
39
|
"title": "Output Path",
|
|
@@ -70,6 +67,12 @@
|
|
|
70
67
|
"description": "Generate a sourcemap",
|
|
71
68
|
"id": "#sourceMap"
|
|
72
69
|
},
|
|
70
|
+
"minify": {
|
|
71
|
+
"title": "Minify",
|
|
72
|
+
"type": "boolean",
|
|
73
|
+
"description": "Minify the output",
|
|
74
|
+
"id": "#minify"
|
|
75
|
+
},
|
|
73
76
|
"format": {
|
|
74
77
|
"title": "Format",
|
|
75
78
|
"type": "array",
|
|
@@ -97,8 +100,7 @@
|
|
|
97
100
|
"node",
|
|
98
101
|
"browser"
|
|
99
102
|
],
|
|
100
|
-
"id": "#platform"
|
|
101
|
-
"default": "neutral"
|
|
103
|
+
"id": "#platform"
|
|
102
104
|
},
|
|
103
105
|
"external": {
|
|
104
106
|
"title": "External",
|
|
@@ -169,6 +171,14 @@
|
|
|
169
171
|
"id": "#assets",
|
|
170
172
|
"default": {}
|
|
171
173
|
},
|
|
174
|
+
"additionalArgs": {
|
|
175
|
+
"title": "Additional Arguments",
|
|
176
|
+
"type": "object",
|
|
177
|
+
"tsType": "Record<string, string>",
|
|
178
|
+
"description": "The additional arguments provided during execution of the command",
|
|
179
|
+
"id": "#additionalArgs",
|
|
180
|
+
"default": {}
|
|
181
|
+
},
|
|
172
182
|
"autoInstall": {
|
|
173
183
|
"title": "Auto Install",
|
|
174
184
|
"type": "boolean",
|
|
@@ -184,18 +194,15 @@
|
|
|
184
194
|
},
|
|
185
195
|
"type": "object",
|
|
186
196
|
"default": {
|
|
187
|
-
"config": "{projectRoot}/powerlines.config.ts",
|
|
188
|
-
"configFile": "{projectRoot}/powerlines.config.ts",
|
|
189
|
-
"tsconfig": "{projectRoot}/tsconfig.json",
|
|
190
197
|
"copyPath": {},
|
|
191
198
|
"format": [
|
|
192
199
|
"cjs",
|
|
193
200
|
"esm"
|
|
194
201
|
],
|
|
195
|
-
"platform": "neutral",
|
|
196
202
|
"external": [],
|
|
197
203
|
"noExternal": [],
|
|
198
204
|
"define": {},
|
|
199
|
-
"assets": {}
|
|
205
|
+
"assets": {},
|
|
206
|
+
"additionalArgs": {}
|
|
200
207
|
}
|
|
201
208
|
}
|
|
@@ -9,7 +9,6 @@ interface PrepareExecutorSchema {
|
|
|
9
9
|
*
|
|
10
10
|
* The path to the Powerlines configuration file. Alias for `configFile`.
|
|
11
11
|
*
|
|
12
|
-
* @default "{projectRoot}/powerlines.config.ts"
|
|
13
12
|
*
|
|
14
13
|
* @format path
|
|
15
14
|
*/
|
|
@@ -19,7 +18,6 @@ interface PrepareExecutorSchema {
|
|
|
19
18
|
*
|
|
20
19
|
* The path to the Powerlines configuration file. Alias for `config`.
|
|
21
20
|
*
|
|
22
|
-
* @default "{projectRoot}/powerlines.config.ts"
|
|
23
21
|
*
|
|
24
22
|
* @format path
|
|
25
23
|
*/
|
|
@@ -38,7 +36,6 @@ interface PrepareExecutorSchema {
|
|
|
38
36
|
*
|
|
39
37
|
* The path to the tsconfig file
|
|
40
38
|
*
|
|
41
|
-
* @default "{projectRoot}/tsconfig.json"
|
|
42
39
|
*
|
|
43
40
|
* @format path
|
|
44
41
|
*/
|
|
@@ -68,6 +65,13 @@ interface PrepareExecutorSchema {
|
|
|
68
65
|
*
|
|
69
66
|
*/
|
|
70
67
|
sourceMap?: boolean;
|
|
68
|
+
/**
|
|
69
|
+
* Minify
|
|
70
|
+
*
|
|
71
|
+
* Minify the output
|
|
72
|
+
*
|
|
73
|
+
*/
|
|
74
|
+
minify?: boolean;
|
|
71
75
|
/**
|
|
72
76
|
* Format
|
|
73
77
|
*
|
|
@@ -81,7 +85,6 @@ interface PrepareExecutorSchema {
|
|
|
81
85
|
*
|
|
82
86
|
* The platform to build
|
|
83
87
|
*
|
|
84
|
-
* @default "neutral"
|
|
85
88
|
*
|
|
86
89
|
* @enum neutral,node,browser
|
|
87
90
|
*/
|
|
@@ -145,6 +148,13 @@ interface PrepareExecutorSchema {
|
|
|
145
148
|
ignore?: string[];
|
|
146
149
|
dot?: boolean;
|
|
147
150
|
}>;
|
|
151
|
+
/**
|
|
152
|
+
* Additional Arguments
|
|
153
|
+
*
|
|
154
|
+
* The additional arguments provided during execution of the command
|
|
155
|
+
*
|
|
156
|
+
*/
|
|
157
|
+
additionalArgs?: Record<string, string>;
|
|
148
158
|
/**
|
|
149
159
|
* Auto Install
|
|
150
160
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"executor.d.mts","names":["PrepareExecutorSchema","Array","Record","config","configFile","input","tsconfig","outputPath","copyPath","sourceMap","format","platform","external","noExternal","skipNodeModulesBundle","mode","logLevel","define","assets","output","glob","ignore","dot","autoInstall","skipCache"],"sources":["../../../src/executors/prepare/schema.d.ts","../../../src/executors/prepare/executor.ts"],"mappings":";;;;;UAIiBA,qBAAAA
|
|
1
|
+
{"version":3,"file":"executor.d.mts","names":["PrepareExecutorSchema","Array","Record","config","configFile","input","tsconfig","outputPath","copyPath","sourceMap","minify","format","platform","external","noExternal","skipNodeModulesBundle","mode","logLevel","define","assets","output","glob","ignore","dot","additionalArgs","autoInstall","skipCache"],"sources":["../../../src/executors/prepare/schema.d.ts","../../../src/executors/prepare/executor.ts"],"mappings":";;;;;UAIiBA,qBAAAA;;;;;;;;;EAShBG,MAAAA;;;;;;;;;EAUAC,UAAAA;;;;;;;;;EAUAC,KAAAA,GAAQJ,KAAAA;;;;;;;;;EAURK,QAAAA;;;;;;;;AClBqD;ED4BrDC,UAAAA;ECN8B;;;;;;;;EDgB9BC,QAAAA;;;;;;;EAQAC,SAAAA;;;;;;;EAQAC,MAAAA;;;;;;;;EASAC,MAAAA,GAASV,KAAAA;;;;;;;;;EAUTW,QAAAA;;;;;;;EAQAC,QAAAA,GAAWZ,KAAAA;;;;;;;EAQXa,UAAAA,GAAab,KAAAA;;;;;;;EAQbc,qBAAAA;;;;;;;;;EAUAC,IAAAA;;;;;;;;;EAUAC,QAAAA;;;;;;;EAQAC,MAAAA,GAAShB,MAAAA;;;;;;;EAQTiB,MAAAA,GAASlB,KAAAA;IAAQI,KAAAA;IAAgBe,MAAAA;IAAiBC,IAAAA;IAAcC,MAAAA;IAAmBC,GAAAA;EAAAA;;;;;;;EAQnFC,cAAAA,GAAiBtB,MAAAA;;;;;;;EAQjBuB,WAAAA;;;;;;;EAQAC,SAAAA;AAAAA;;;cCvIK,QAAA,EAAU,eAAA,CAAgB,qBAAA"}
|
|
@@ -9,7 +9,6 @@ interface PrepareExecutorSchema {
|
|
|
9
9
|
*
|
|
10
10
|
* The path to the Powerlines configuration file. Alias for `configFile`.
|
|
11
11
|
*
|
|
12
|
-
* @default "{projectRoot}/powerlines.config.ts"
|
|
13
12
|
*
|
|
14
13
|
* @format path
|
|
15
14
|
*/
|
|
@@ -19,7 +18,6 @@ interface PrepareExecutorSchema {
|
|
|
19
18
|
*
|
|
20
19
|
* The path to the Powerlines configuration file. Alias for `config`.
|
|
21
20
|
*
|
|
22
|
-
* @default "{projectRoot}/powerlines.config.ts"
|
|
23
21
|
*
|
|
24
22
|
* @format path
|
|
25
23
|
*/
|
|
@@ -38,7 +36,6 @@ interface PrepareExecutorSchema {
|
|
|
38
36
|
*
|
|
39
37
|
* The path to the tsconfig file
|
|
40
38
|
*
|
|
41
|
-
* @default "{projectRoot}/tsconfig.json"
|
|
42
39
|
*
|
|
43
40
|
* @format path
|
|
44
41
|
*/
|
|
@@ -68,6 +65,13 @@ interface PrepareExecutorSchema {
|
|
|
68
65
|
*
|
|
69
66
|
*/
|
|
70
67
|
sourceMap?: boolean;
|
|
68
|
+
/**
|
|
69
|
+
* Minify
|
|
70
|
+
*
|
|
71
|
+
* Minify the output
|
|
72
|
+
*
|
|
73
|
+
*/
|
|
74
|
+
minify?: boolean;
|
|
71
75
|
/**
|
|
72
76
|
* Format
|
|
73
77
|
*
|
|
@@ -81,7 +85,6 @@ interface PrepareExecutorSchema {
|
|
|
81
85
|
*
|
|
82
86
|
* The platform to build
|
|
83
87
|
*
|
|
84
|
-
* @default "neutral"
|
|
85
88
|
*
|
|
86
89
|
* @enum neutral,node,browser
|
|
87
90
|
*/
|
|
@@ -145,6 +148,13 @@ interface PrepareExecutorSchema {
|
|
|
145
148
|
ignore?: string[];
|
|
146
149
|
dot?: boolean;
|
|
147
150
|
}>;
|
|
151
|
+
/**
|
|
152
|
+
* Additional Arguments
|
|
153
|
+
*
|
|
154
|
+
* The additional arguments provided during execution of the command
|
|
155
|
+
*
|
|
156
|
+
*/
|
|
157
|
+
additionalArgs?: Record<string, string>;
|
|
148
158
|
/**
|
|
149
159
|
* Auto Install
|
|
150
160
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"executor.d.ts","names":["PrepareExecutorSchema","Array","Record","config","configFile","input","tsconfig","outputPath","copyPath","sourceMap","format","platform","external","noExternal","skipNodeModulesBundle","mode","logLevel","define","assets","output","glob","ignore","dot","autoInstall","skipCache"],"sources":["../../../src/executors/prepare/schema.d.ts","../../../src/executors/prepare/executor.ts"],"mappings":";;;;;UAIiBA,qBAAAA
|
|
1
|
+
{"version":3,"file":"executor.d.ts","names":["PrepareExecutorSchema","Array","Record","config","configFile","input","tsconfig","outputPath","copyPath","sourceMap","minify","format","platform","external","noExternal","skipNodeModulesBundle","mode","logLevel","define","assets","output","glob","ignore","dot","additionalArgs","autoInstall","skipCache"],"sources":["../../../src/executors/prepare/schema.d.ts","../../../src/executors/prepare/executor.ts"],"mappings":";;;;;UAIiBA,qBAAAA;;;;;;;;;EAShBG,MAAAA;;;;;;;;;EAUAC,UAAAA;;;;;;;;;EAUAC,KAAAA,GAAQJ,KAAAA;;;;;;;;;EAURK,QAAAA;;;;;;;;AClBqD;ED4BrDC,UAAAA;ECN8B;;;;;;;;EDgB9BC,QAAAA;;;;;;;EAQAC,SAAAA;;;;;;;EAQAC,MAAAA;;;;;;;;EASAC,MAAAA,GAASV,KAAAA;;;;;;;;;EAUTW,QAAAA;;;;;;;EAQAC,QAAAA,GAAWZ,KAAAA;;;;;;;EAQXa,UAAAA,GAAab,KAAAA;;;;;;;EAQbc,qBAAAA;;;;;;;;;EAUAC,IAAAA;;;;;;;;;EAUAC,QAAAA;;;;;;;EAQAC,MAAAA,GAAShB,MAAAA;;;;;;;EAQTiB,MAAAA,GAASlB,KAAAA;IAAQI,KAAAA;IAAgBe,MAAAA;IAAiBC,IAAAA;IAAcC,MAAAA;IAAmBC,GAAAA;EAAAA;;;;;;;EAQnFC,cAAAA,GAAiBtB,MAAAA;;;;;;;EAQjBuB,WAAAA;;;;;;;EAQAC,SAAAA;AAAAA;;;cCvIK,QAAA,EAAU,eAAA,CAAgB,qBAAA;AAAA"}
|
|
@@ -8,7 +8,6 @@ export interface PrepareExecutorSchema {
|
|
|
8
8
|
*
|
|
9
9
|
* The path to the Powerlines configuration file. Alias for `configFile`.
|
|
10
10
|
*
|
|
11
|
-
* @default "{projectRoot}/powerlines.config.ts"
|
|
12
11
|
*
|
|
13
12
|
* @format path
|
|
14
13
|
*/
|
|
@@ -19,7 +18,6 @@ export interface PrepareExecutorSchema {
|
|
|
19
18
|
*
|
|
20
19
|
* The path to the Powerlines configuration file. Alias for `config`.
|
|
21
20
|
*
|
|
22
|
-
* @default "{projectRoot}/powerlines.config.ts"
|
|
23
21
|
*
|
|
24
22
|
* @format path
|
|
25
23
|
*/
|
|
@@ -40,7 +38,6 @@ export interface PrepareExecutorSchema {
|
|
|
40
38
|
*
|
|
41
39
|
* The path to the tsconfig file
|
|
42
40
|
*
|
|
43
|
-
* @default "{projectRoot}/tsconfig.json"
|
|
44
41
|
*
|
|
45
42
|
* @format path
|
|
46
43
|
*/
|
|
@@ -74,6 +71,14 @@ export interface PrepareExecutorSchema {
|
|
|
74
71
|
*/
|
|
75
72
|
sourceMap?: boolean,
|
|
76
73
|
|
|
74
|
+
/**
|
|
75
|
+
* Minify
|
|
76
|
+
*
|
|
77
|
+
* Minify the output
|
|
78
|
+
*
|
|
79
|
+
*/
|
|
80
|
+
minify?: boolean,
|
|
81
|
+
|
|
77
82
|
/**
|
|
78
83
|
* Format
|
|
79
84
|
*
|
|
@@ -88,7 +93,6 @@ export interface PrepareExecutorSchema {
|
|
|
88
93
|
*
|
|
89
94
|
* The platform to build
|
|
90
95
|
*
|
|
91
|
-
* @default "neutral"
|
|
92
96
|
*
|
|
93
97
|
* @enum neutral,node,browser
|
|
94
98
|
*/
|
|
@@ -154,6 +158,14 @@ export interface PrepareExecutorSchema {
|
|
|
154
158
|
*/
|
|
155
159
|
assets?: Array<{ input?: string; output?: string; glob: string; ignore?: string[]; dot?: boolean; }>,
|
|
156
160
|
|
|
161
|
+
/**
|
|
162
|
+
* Additional Arguments
|
|
163
|
+
*
|
|
164
|
+
* The additional arguments provided during execution of the command
|
|
165
|
+
*
|
|
166
|
+
*/
|
|
167
|
+
additionalArgs?: Record<string, string>,
|
|
168
|
+
|
|
157
169
|
/**
|
|
158
170
|
* Auto Install
|
|
159
171
|
*
|
|
@@ -9,16 +9,14 @@
|
|
|
9
9
|
"type": "string",
|
|
10
10
|
"format": "path",
|
|
11
11
|
"description": "The path to the Powerlines configuration file. Alias for `configFile`.",
|
|
12
|
-
"id": "#config"
|
|
13
|
-
"default": "{projectRoot}/powerlines.config.ts"
|
|
12
|
+
"id": "#config"
|
|
14
13
|
},
|
|
15
14
|
"configFile": {
|
|
16
15
|
"title": "Powerlines Configuration File",
|
|
17
16
|
"type": "string",
|
|
18
17
|
"format": "path",
|
|
19
18
|
"description": "The path to the Powerlines configuration file. Alias for `config`.",
|
|
20
|
-
"id": "#configFile"
|
|
21
|
-
"default": "{projectRoot}/powerlines.config.ts"
|
|
19
|
+
"id": "#configFile"
|
|
22
20
|
},
|
|
23
21
|
"input": {
|
|
24
22
|
"title": "Input Entry File(s)",
|
|
@@ -35,8 +33,7 @@
|
|
|
35
33
|
"type": "string",
|
|
36
34
|
"format": "path",
|
|
37
35
|
"description": "The path to the tsconfig file",
|
|
38
|
-
"id": "#tsconfig"
|
|
39
|
-
"default": "{projectRoot}/tsconfig.json"
|
|
36
|
+
"id": "#tsconfig"
|
|
40
37
|
},
|
|
41
38
|
"outputPath": {
|
|
42
39
|
"title": "Output Path",
|
|
@@ -70,6 +67,12 @@
|
|
|
70
67
|
"description": "Generate a sourcemap",
|
|
71
68
|
"id": "#sourceMap"
|
|
72
69
|
},
|
|
70
|
+
"minify": {
|
|
71
|
+
"title": "Minify",
|
|
72
|
+
"type": "boolean",
|
|
73
|
+
"description": "Minify the output",
|
|
74
|
+
"id": "#minify"
|
|
75
|
+
},
|
|
73
76
|
"format": {
|
|
74
77
|
"title": "Format",
|
|
75
78
|
"type": "array",
|
|
@@ -97,8 +100,7 @@
|
|
|
97
100
|
"node",
|
|
98
101
|
"browser"
|
|
99
102
|
],
|
|
100
|
-
"id": "#platform"
|
|
101
|
-
"default": "neutral"
|
|
103
|
+
"id": "#platform"
|
|
102
104
|
},
|
|
103
105
|
"external": {
|
|
104
106
|
"title": "External",
|
|
@@ -169,6 +171,14 @@
|
|
|
169
171
|
"id": "#assets",
|
|
170
172
|
"default": {}
|
|
171
173
|
},
|
|
174
|
+
"additionalArgs": {
|
|
175
|
+
"title": "Additional Arguments",
|
|
176
|
+
"type": "object",
|
|
177
|
+
"tsType": "Record<string, string>",
|
|
178
|
+
"description": "The additional arguments provided during execution of the command",
|
|
179
|
+
"id": "#additionalArgs",
|
|
180
|
+
"default": {}
|
|
181
|
+
},
|
|
172
182
|
"autoInstall": {
|
|
173
183
|
"title": "Auto Install",
|
|
174
184
|
"type": "boolean",
|
|
@@ -184,18 +194,15 @@
|
|
|
184
194
|
},
|
|
185
195
|
"type": "object",
|
|
186
196
|
"default": {
|
|
187
|
-
"config": "{projectRoot}/powerlines.config.ts",
|
|
188
|
-
"configFile": "{projectRoot}/powerlines.config.ts",
|
|
189
|
-
"tsconfig": "{projectRoot}/tsconfig.json",
|
|
190
197
|
"copyPath": {},
|
|
191
198
|
"format": [
|
|
192
199
|
"cjs",
|
|
193
200
|
"esm"
|
|
194
201
|
],
|
|
195
|
-
"platform": "neutral",
|
|
196
202
|
"external": [],
|
|
197
203
|
"noExternal": [],
|
|
198
204
|
"define": {},
|
|
199
|
-
"assets": {}
|
|
205
|
+
"assets": {},
|
|
206
|
+
"additionalArgs": {}
|
|
200
207
|
}
|
|
201
208
|
}
|
package/dist/index.d.mts
CHANGED
|
@@ -13,7 +13,6 @@ interface BaseExecutorSchema {
|
|
|
13
13
|
*
|
|
14
14
|
* The path to the Powerlines configuration file. Alias for `configFile`.
|
|
15
15
|
*
|
|
16
|
-
* @default "{projectRoot}/powerlines.config.ts"
|
|
17
16
|
*
|
|
18
17
|
* @format path
|
|
19
18
|
*/
|
|
@@ -23,7 +22,6 @@ interface BaseExecutorSchema {
|
|
|
23
22
|
*
|
|
24
23
|
* The path to the Powerlines configuration file. Alias for `config`.
|
|
25
24
|
*
|
|
26
|
-
* @default "{projectRoot}/powerlines.config.ts"
|
|
27
25
|
*
|
|
28
26
|
* @format path
|
|
29
27
|
*/
|
|
@@ -42,7 +40,6 @@ interface BaseExecutorSchema {
|
|
|
42
40
|
*
|
|
43
41
|
* The path to the tsconfig file
|
|
44
42
|
*
|
|
45
|
-
* @default "{projectRoot}/tsconfig.json"
|
|
46
43
|
*
|
|
47
44
|
* @format path
|
|
48
45
|
*/
|
|
@@ -72,6 +69,13 @@ interface BaseExecutorSchema {
|
|
|
72
69
|
*
|
|
73
70
|
*/
|
|
74
71
|
sourceMap?: boolean;
|
|
72
|
+
/**
|
|
73
|
+
* Minify
|
|
74
|
+
*
|
|
75
|
+
* Minify the output
|
|
76
|
+
*
|
|
77
|
+
*/
|
|
78
|
+
minify?: boolean;
|
|
75
79
|
/**
|
|
76
80
|
* Format
|
|
77
81
|
*
|
|
@@ -85,7 +89,6 @@ interface BaseExecutorSchema {
|
|
|
85
89
|
*
|
|
86
90
|
* The platform to build
|
|
87
91
|
*
|
|
88
|
-
* @default "neutral"
|
|
89
92
|
*
|
|
90
93
|
* @enum neutral,node,browser
|
|
91
94
|
*/
|
|
@@ -149,6 +152,13 @@ interface BaseExecutorSchema {
|
|
|
149
152
|
ignore?: string[];
|
|
150
153
|
dot?: boolean;
|
|
151
154
|
}>;
|
|
155
|
+
/**
|
|
156
|
+
* Additional Arguments
|
|
157
|
+
*
|
|
158
|
+
* The additional arguments provided during execution of the command
|
|
159
|
+
*
|
|
160
|
+
*/
|
|
161
|
+
additionalArgs?: Record<string, string>;
|
|
152
162
|
}
|
|
153
163
|
//#endregion
|
|
154
164
|
//#region src/base/base-executor.d.ts
|
package/dist/index.d.mts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.mts","names":["BaseExecutorSchema","Array","Record","config","configFile","input","tsconfig","outputPath","copyPath","sourceMap","format","platform","external","noExternal","skipNodeModulesBundle","mode","logLevel","define","assets","output","glob","ignore","dot"],"sources":["../src/base/base-executor.schema.d.ts","../src/base/base-executor.ts"],"mappings":";;;;;;;;;UAIiBA,kBAAAA;;;;AAAjB
|
|
1
|
+
{"version":3,"file":"index.d.mts","names":["BaseExecutorSchema","Array","Record","config","configFile","input","tsconfig","outputPath","copyPath","sourceMap","minify","format","platform","external","noExternal","skipNodeModulesBundle","mode","logLevel","define","assets","output","glob","ignore","dot","additionalArgs"],"sources":["../src/base/base-executor.schema.d.ts","../src/base/base-executor.ts"],"mappings":";;;;;;;;;UAIiBA,kBAAAA;;;;AAAjB;;;;;EASCG,MAAAA;;;;;;;;;EAUAC,UAAAA;;;;;;;;;EAUAC,KAAAA,GAAQJ,KAAAA;;;;;;;;;EAURK,QAAAA;;;;;;;;;EAUAC,UAAAA;EClBD;;;;;;;;ED4BCC,QAAAA;;;;;;;EAQAC,SAAAA;;;;;;;EAQAC,MAAAA;;;;;;;ACvBD;EDgCCC,MAAAA,GAASV,KAAAA;;;;;;;;;EAUTW,QAAAA;;;;;;;EAQAC,QAAAA,GAAWZ,KAAAA;;;;;;;EAQXa,UAAAA,GAAab,KAAAA;;;;;;;EAQbc,qBAAAA;;;;;;;;;EAUAC,IAAAA;;;;;;;;;EAUAC,QAAAA;;;;;;;EAQAC,MAAAA,GAAShB,MAAAA;;;;;;;EAQTiB,MAAAA,GAASlB,KAAAA;IAAQI,KAAAA;IAAgBe,MAAAA;IAAiBC,IAAAA;IAAcC,MAAAA;IAAmBC,GAAAA;EAAAA;;;;;;;EAQnFC,cAAAA,GAAiBtB,MAAAA;AAAAA;;;KCnIN,yBAAA,kBACO,iBAAA,GAAoB,iBAAA,0BACb,kBAAA,GAAqB,kBAAA,IAC3C,eAAA;EACF,WAAA;EACA,OAAA,EAAS,QAAA;EACT,OAAA,EAAS,eAAA;EACT,YAAA,EAAc,YAAA;EACd,eAAA,EAAiB,oBAAA;AAAA;;;;;;;;;;;iBAaH,YAAA,kBACG,iBAAA,GAAoB,iBAAA,0BACb,kBAAA,GAAqB,kBAAA,CAAA,CAE7C,OAAA,EAAS,QAAA,EACT,UAAA,GACE,OAAA,EAAS,yBAAA,CAA0B,QAAA,EAAU,eAAA,GAC7C,GAAA,EAAK,aAAA,KAEH,OAAA,CAAQ,kBAAA,uBACR,kBAAA,sBAGH,eAAA,CAAgB,eAAA"}
|
package/dist/index.d.ts
CHANGED
|
@@ -12,7 +12,6 @@ interface BaseExecutorSchema {
|
|
|
12
12
|
*
|
|
13
13
|
* The path to the Powerlines configuration file. Alias for `configFile`.
|
|
14
14
|
*
|
|
15
|
-
* @default "{projectRoot}/powerlines.config.ts"
|
|
16
15
|
*
|
|
17
16
|
* @format path
|
|
18
17
|
*/
|
|
@@ -22,7 +21,6 @@ interface BaseExecutorSchema {
|
|
|
22
21
|
*
|
|
23
22
|
* The path to the Powerlines configuration file. Alias for `config`.
|
|
24
23
|
*
|
|
25
|
-
* @default "{projectRoot}/powerlines.config.ts"
|
|
26
24
|
*
|
|
27
25
|
* @format path
|
|
28
26
|
*/
|
|
@@ -41,7 +39,6 @@ interface BaseExecutorSchema {
|
|
|
41
39
|
*
|
|
42
40
|
* The path to the tsconfig file
|
|
43
41
|
*
|
|
44
|
-
* @default "{projectRoot}/tsconfig.json"
|
|
45
42
|
*
|
|
46
43
|
* @format path
|
|
47
44
|
*/
|
|
@@ -71,6 +68,13 @@ interface BaseExecutorSchema {
|
|
|
71
68
|
*
|
|
72
69
|
*/
|
|
73
70
|
sourceMap?: boolean;
|
|
71
|
+
/**
|
|
72
|
+
* Minify
|
|
73
|
+
*
|
|
74
|
+
* Minify the output
|
|
75
|
+
*
|
|
76
|
+
*/
|
|
77
|
+
minify?: boolean;
|
|
74
78
|
/**
|
|
75
79
|
* Format
|
|
76
80
|
*
|
|
@@ -84,7 +88,6 @@ interface BaseExecutorSchema {
|
|
|
84
88
|
*
|
|
85
89
|
* The platform to build
|
|
86
90
|
*
|
|
87
|
-
* @default "neutral"
|
|
88
91
|
*
|
|
89
92
|
* @enum neutral,node,browser
|
|
90
93
|
*/
|
|
@@ -148,6 +151,13 @@ interface BaseExecutorSchema {
|
|
|
148
151
|
ignore?: string[];
|
|
149
152
|
dot?: boolean;
|
|
150
153
|
}>;
|
|
154
|
+
/**
|
|
155
|
+
* Additional Arguments
|
|
156
|
+
*
|
|
157
|
+
* The additional arguments provided during execution of the command
|
|
158
|
+
*
|
|
159
|
+
*/
|
|
160
|
+
additionalArgs?: Record<string, string>;
|
|
151
161
|
}
|
|
152
162
|
//#endregion
|
|
153
163
|
//#region src/base/base-executor.d.ts
|
package/dist/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","names":["BaseExecutorSchema","Array","Record","config","configFile","input","tsconfig","outputPath","copyPath","sourceMap","format","platform","external","noExternal","skipNodeModulesBundle","mode","logLevel","define","assets","output","glob","ignore","dot"],"sources":["../src/base/base-executor.schema.d.ts","../src/base/base-executor.ts"],"mappings":";;;;;;;;UAIiBA,kBAAAA;;;;AAAjB
|
|
1
|
+
{"version":3,"file":"index.d.ts","names":["BaseExecutorSchema","Array","Record","config","configFile","input","tsconfig","outputPath","copyPath","sourceMap","minify","format","platform","external","noExternal","skipNodeModulesBundle","mode","logLevel","define","assets","output","glob","ignore","dot","additionalArgs"],"sources":["../src/base/base-executor.schema.d.ts","../src/base/base-executor.ts"],"mappings":";;;;;;;;UAIiBA,kBAAAA;;;;AAAjB;;;;;EASCG,MAAAA;;;;;;;;;EAUAC,UAAAA;;;;;;;;;EAUAC,KAAAA,GAAQJ,KAAAA;;;;;;;;;EAURK,QAAAA;;;;;;;;;EAUAC,UAAAA;EClBD;;;;;;;;ED4BCC,QAAAA;;;;;;;EAQAC,SAAAA;;;;;;;EAQAC,MAAAA;;;;;;;ACvBD;EDgCCC,MAAAA,GAASV,KAAAA;;;;;;;;;EAUTW,QAAAA;;;;;;;EAQAC,QAAAA,GAAWZ,KAAAA;;;;;;;EAQXa,UAAAA,GAAab,KAAAA;;;;;;;EAQbc,qBAAAA;;;;;;;;;EAUAC,IAAAA;;;;;;;;;EAUAC,QAAAA;;;;;;;EAQAC,MAAAA,GAAShB,MAAAA;;;;;;;EAQTiB,MAAAA,GAASlB,KAAAA;IAAQI,KAAAA;IAAgBe,MAAAA;IAAiBC,IAAAA;IAAcC,MAAAA;IAAmBC,GAAAA;EAAAA;;;;;;;EAQnFC,cAAAA,GAAiBtB,MAAAA;AAAAA;;;KCnIN,yBAAA,kBACO,iBAAA,GAAoB,iBAAA,0BACb,kBAAA,GAAqB,kBAAA,IAC3C,eAAA;EACF,WAAA;EACA,OAAA,EAAS,QAAA;EACT,OAAA,EAAS,eAAA;EACT,YAAA,EAAc,YAAA;EACd,eAAA,EAAiB,oBAAA;AAAA;;;;;;;;;;;iBAaH,YAAA,kBACG,iBAAA,GAAoB,iBAAA,0BACb,kBAAA,GAAqB,kBAAA,CAAA,CAE7C,OAAA,EAAS,QAAA,EACT,UAAA,GACE,OAAA,EAAS,yBAAA,CAA0B,QAAA,EAAU,eAAA,GAC7C,GAAA,EAAK,aAAA,KAEH,OAAA,CAAQ,kBAAA,uBACR,kBAAA,sBAGH,eAAA,CAAgB,eAAA"}
|
package/dist/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
2
|
-
const require_base_executor = require('./base-executor-
|
|
2
|
+
const require_base_executor = require('./base-executor-X4qL_j3i.js');
|
|
3
3
|
let _powerlines_nx_base_base_executor_untyped = require("@powerlines/nx/base/base-executor.untyped");
|
|
4
4
|
_powerlines_nx_base_base_executor_untyped = require_base_executor.__toESM(_powerlines_nx_base_base_executor_untyped);
|
|
5
5
|
let untyped = require("untyped");
|
package/dist/index.mjs
CHANGED