@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 CleanExecutorSchema {
|
|
|
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 CleanExecutorSchema {
|
|
|
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 CleanExecutorSchema {
|
|
|
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 CleanExecutorSchema {
|
|
|
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 CleanExecutorSchema {
|
|
|
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 CleanExecutorSchema {
|
|
|
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":["CleanExecutorSchema","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/clean/schema.d.ts","../../../src/executors/clean/executor.ts"],"mappings":";;;;;UAIiBA,mBAAAA
|
|
1
|
+
{"version":3,"file":"executor.d.mts","names":["CleanExecutorSchema","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/clean/schema.d.ts","../../../src/executors/clean/executor.ts"],"mappings":";;;;;UAIiBA,mBAAAA;;;;;;;;;EAShBG,MAAAA;;;;;;;;;EAUAC,UAAAA;;;;;;;;;EAUAC,KAAAA,GAAQJ,KAAAA;;;;;;;;;EAURK,QAAAA;;;;;;;;AClBmD;ED4BnDC,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,mBAAA"}
|
|
@@ -9,7 +9,6 @@ interface CleanExecutorSchema {
|
|
|
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 CleanExecutorSchema {
|
|
|
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 CleanExecutorSchema {
|
|
|
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 CleanExecutorSchema {
|
|
|
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 CleanExecutorSchema {
|
|
|
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 CleanExecutorSchema {
|
|
|
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":["CleanExecutorSchema","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/clean/schema.d.ts","../../../src/executors/clean/executor.ts"],"mappings":";;;;;UAIiBA,mBAAAA
|
|
1
|
+
{"version":3,"file":"executor.d.ts","names":["CleanExecutorSchema","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/clean/schema.d.ts","../../../src/executors/clean/executor.ts"],"mappings":";;;;;UAIiBA,mBAAAA;;;;;;;;;EAShBG,MAAAA;;;;;;;;;EAUAC,UAAAA;;;;;;;;;EAUAC,KAAAA,GAAQJ,KAAAA;;;;;;;;;EAURK,QAAAA;;;;;;;;AClBmD;ED4BnDC,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,mBAAA;AAAA"}
|
|
@@ -8,7 +8,6 @@ export interface CleanExecutorSchema {
|
|
|
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 CleanExecutorSchema {
|
|
|
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 CleanExecutorSchema {
|
|
|
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 CleanExecutorSchema {
|
|
|
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 CleanExecutorSchema {
|
|
|
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 CleanExecutorSchema {
|
|
|
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 DocsExecutorSchema {
|
|
|
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 DocsExecutorSchema {
|
|
|
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 DocsExecutorSchema {
|
|
|
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 DocsExecutorSchema {
|
|
|
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 DocsExecutorSchema {
|
|
|
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 DocsExecutorSchema {
|
|
|
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":["DocsExecutorSchema","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/docs/schema.d.ts","../../../src/executors/docs/executor.ts"],"mappings":";;;;;UAIiBA,kBAAAA
|
|
1
|
+
{"version":3,"file":"executor.d.mts","names":["DocsExecutorSchema","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/docs/schema.d.ts","../../../src/executors/docs/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"}
|
|
@@ -9,7 +9,6 @@ interface DocsExecutorSchema {
|
|
|
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 DocsExecutorSchema {
|
|
|
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 DocsExecutorSchema {
|
|
|
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 DocsExecutorSchema {
|
|
|
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 DocsExecutorSchema {
|
|
|
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 DocsExecutorSchema {
|
|
|
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":["DocsExecutorSchema","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/docs/schema.d.ts","../../../src/executors/docs/executor.ts"],"mappings":";;;;;UAIiBA,kBAAAA
|
|
1
|
+
{"version":3,"file":"executor.d.ts","names":["DocsExecutorSchema","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/docs/schema.d.ts","../../../src/executors/docs/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 DocsExecutorSchema {
|
|
|
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 DocsExecutorSchema {
|
|
|
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 DocsExecutorSchema {
|
|
|
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 DocsExecutorSchema {
|
|
|
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 DocsExecutorSchema {
|
|
|
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 DocsExecutorSchema {
|
|
|
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 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.mts","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.mts","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"}
|