@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
|
@@ -4,62 +4,109 @@
|
|
|
4
4
|
|
|
5
5
|
export interface BuildExecutorSchema {
|
|
6
6
|
/**
|
|
7
|
-
*
|
|
7
|
+
* Powerlines Configuration File
|
|
8
8
|
*
|
|
9
|
-
* The
|
|
9
|
+
* The path to the Powerlines configuration file
|
|
10
10
|
*
|
|
11
|
-
* @default "
|
|
11
|
+
* @default "{projectRoot}/powerlines.config.ts"
|
|
12
12
|
*
|
|
13
13
|
* @format path
|
|
14
14
|
*/
|
|
15
|
-
|
|
15
|
+
configFile?: string,
|
|
16
|
+
|
|
17
|
+
/**
|
|
18
|
+
* Input Entry File(s)
|
|
19
|
+
*
|
|
20
|
+
* The entry file(s) that serve as the input for the project
|
|
21
|
+
*
|
|
22
|
+
* @default ["{sourceRoot}/index.ts"]
|
|
23
|
+
*
|
|
24
|
+
* @format path
|
|
25
|
+
*/
|
|
26
|
+
input?: Array<string>,
|
|
16
27
|
|
|
17
28
|
/**
|
|
18
|
-
*
|
|
29
|
+
* TSConfig Path
|
|
19
30
|
*
|
|
20
31
|
* The path to the tsconfig file
|
|
21
32
|
*
|
|
33
|
+
* @default "{projectRoot}/tsconfig.json"
|
|
22
34
|
*
|
|
23
35
|
* @format path
|
|
24
36
|
*/
|
|
25
37
|
tsconfig?: string,
|
|
26
38
|
|
|
27
39
|
/**
|
|
28
|
-
*
|
|
40
|
+
* Output Path
|
|
29
41
|
*
|
|
30
|
-
* The path to the
|
|
42
|
+
* The path to the output directory for the build artifacts
|
|
31
43
|
*
|
|
32
|
-
* @default "{projectRoot}/powerlines.config.ts"
|
|
33
44
|
*
|
|
34
45
|
* @format path
|
|
35
46
|
*/
|
|
36
|
-
|
|
47
|
+
outputPath?: string,
|
|
37
48
|
|
|
38
49
|
/**
|
|
39
|
-
*
|
|
50
|
+
* Sourcemap
|
|
40
51
|
*
|
|
41
|
-
*
|
|
52
|
+
* Generate a sourcemap
|
|
42
53
|
*
|
|
54
|
+
*/
|
|
55
|
+
sourceMap?: boolean,
|
|
56
|
+
|
|
57
|
+
/**
|
|
58
|
+
* Format
|
|
43
59
|
*
|
|
44
|
-
*
|
|
60
|
+
* The format to build
|
|
61
|
+
*
|
|
62
|
+
* @default ["cjs","esm"]
|
|
45
63
|
*/
|
|
46
|
-
|
|
64
|
+
format?: Array<string>,
|
|
47
65
|
|
|
48
66
|
/**
|
|
49
|
-
*
|
|
67
|
+
* Platform
|
|
68
|
+
*
|
|
69
|
+
* The platform to build
|
|
50
70
|
*
|
|
51
|
-
*
|
|
71
|
+
* @default "neutral"
|
|
52
72
|
*
|
|
73
|
+
* @enum neutral,node,browser
|
|
53
74
|
*/
|
|
54
|
-
|
|
75
|
+
platform?: string,
|
|
55
76
|
|
|
56
77
|
/**
|
|
57
|
-
*
|
|
78
|
+
* External
|
|
58
79
|
*
|
|
59
|
-
*
|
|
80
|
+
* The external dependencies
|
|
60
81
|
*
|
|
61
82
|
*/
|
|
62
|
-
|
|
83
|
+
external?: Array<any>,
|
|
84
|
+
|
|
85
|
+
/**
|
|
86
|
+
* No External
|
|
87
|
+
*
|
|
88
|
+
* The dependencies that should not be treated as external
|
|
89
|
+
*
|
|
90
|
+
*/
|
|
91
|
+
noExternal?: Array<any>,
|
|
92
|
+
|
|
93
|
+
/**
|
|
94
|
+
* Skip Node Modules Bundle
|
|
95
|
+
*
|
|
96
|
+
* Skip bundling node_modules during the build process (if required)
|
|
97
|
+
*
|
|
98
|
+
*/
|
|
99
|
+
skipNodeModulesBundle?: boolean,
|
|
100
|
+
|
|
101
|
+
/**
|
|
102
|
+
* Mode
|
|
103
|
+
*
|
|
104
|
+
* The build mode
|
|
105
|
+
*
|
|
106
|
+
*
|
|
107
|
+
* @enum development,test,production
|
|
108
|
+
*/
|
|
109
|
+
mode?: string,
|
|
63
110
|
|
|
64
111
|
/**
|
|
65
112
|
* Log Level
|
|
@@ -71,6 +118,30 @@ export interface BuildExecutorSchema {
|
|
|
71
118
|
*/
|
|
72
119
|
logLevel?: string,
|
|
73
120
|
|
|
121
|
+
/**
|
|
122
|
+
* Define
|
|
123
|
+
*
|
|
124
|
+
* The `define` values
|
|
125
|
+
*
|
|
126
|
+
*/
|
|
127
|
+
define?: Record<string, string>,
|
|
128
|
+
|
|
129
|
+
/**
|
|
130
|
+
* Auto Install
|
|
131
|
+
*
|
|
132
|
+
* Automatically install dependencies during prepare stage
|
|
133
|
+
*
|
|
134
|
+
*/
|
|
135
|
+
autoInstall?: boolean,
|
|
136
|
+
|
|
137
|
+
/**
|
|
138
|
+
* Skip Cache
|
|
139
|
+
*
|
|
140
|
+
* Skip the caching mechanism during the build process (if required)
|
|
141
|
+
*
|
|
142
|
+
*/
|
|
143
|
+
skipCache?: boolean,
|
|
144
|
+
|
|
74
145
|
/**
|
|
75
146
|
* Entry Path(s)
|
|
76
147
|
*
|
|
@@ -4,28 +4,103 @@
|
|
|
4
4
|
"description": "A type definition for the Powerlines - Build executor schema",
|
|
5
5
|
"required": [],
|
|
6
6
|
"properties": {
|
|
7
|
-
"
|
|
8
|
-
"title": "
|
|
7
|
+
"configFile": {
|
|
8
|
+
"title": "Powerlines Configuration File",
|
|
9
9
|
"type": "string",
|
|
10
10
|
"format": "path",
|
|
11
|
-
"description": "The
|
|
12
|
-
"id": "#
|
|
13
|
-
"default": "
|
|
11
|
+
"description": "The path to the Powerlines configuration file",
|
|
12
|
+
"id": "#configFile",
|
|
13
|
+
"default": "{projectRoot}/powerlines.config.ts"
|
|
14
|
+
},
|
|
15
|
+
"input": {
|
|
16
|
+
"title": "Input Entry File(s)",
|
|
17
|
+
"format": "path",
|
|
18
|
+
"type": "array",
|
|
19
|
+
"description": "The entry file(s) that serve as the input for the project",
|
|
20
|
+
"items": {
|
|
21
|
+
"type": "string"
|
|
22
|
+
},
|
|
23
|
+
"id": "#input",
|
|
24
|
+
"default": [
|
|
25
|
+
"{sourceRoot}/index.ts"
|
|
26
|
+
]
|
|
14
27
|
},
|
|
15
28
|
"tsconfig": {
|
|
16
|
-
"title": "
|
|
29
|
+
"title": "TSConfig Path",
|
|
17
30
|
"type": "string",
|
|
18
31
|
"format": "path",
|
|
19
32
|
"description": "The path to the tsconfig file",
|
|
20
|
-
"id": "#tsconfig"
|
|
33
|
+
"id": "#tsconfig",
|
|
34
|
+
"default": "{projectRoot}/tsconfig.json"
|
|
21
35
|
},
|
|
22
|
-
"
|
|
23
|
-
"title": "
|
|
36
|
+
"outputPath": {
|
|
37
|
+
"title": "Output Path",
|
|
24
38
|
"type": "string",
|
|
25
39
|
"format": "path",
|
|
26
|
-
"description": "The path to the
|
|
27
|
-
"id": "#
|
|
28
|
-
|
|
40
|
+
"description": "The path to the output directory for the build artifacts",
|
|
41
|
+
"id": "#outputPath"
|
|
42
|
+
},
|
|
43
|
+
"sourceMap": {
|
|
44
|
+
"title": "Sourcemap",
|
|
45
|
+
"type": "boolean",
|
|
46
|
+
"description": "Generate a sourcemap",
|
|
47
|
+
"id": "#sourceMap"
|
|
48
|
+
},
|
|
49
|
+
"format": {
|
|
50
|
+
"title": "Format",
|
|
51
|
+
"type": "array",
|
|
52
|
+
"description": "The format to build",
|
|
53
|
+
"items": {
|
|
54
|
+
"type": "string",
|
|
55
|
+
"enum": [
|
|
56
|
+
"cjs",
|
|
57
|
+
"esm",
|
|
58
|
+
"iife"
|
|
59
|
+
]
|
|
60
|
+
},
|
|
61
|
+
"id": "#format",
|
|
62
|
+
"default": [
|
|
63
|
+
"cjs",
|
|
64
|
+
"esm"
|
|
65
|
+
]
|
|
66
|
+
},
|
|
67
|
+
"platform": {
|
|
68
|
+
"title": "Platform",
|
|
69
|
+
"type": "string",
|
|
70
|
+
"description": "The platform to build",
|
|
71
|
+
"enum": [
|
|
72
|
+
"neutral",
|
|
73
|
+
"node",
|
|
74
|
+
"browser"
|
|
75
|
+
],
|
|
76
|
+
"id": "#platform",
|
|
77
|
+
"default": "neutral"
|
|
78
|
+
},
|
|
79
|
+
"external": {
|
|
80
|
+
"title": "External",
|
|
81
|
+
"type": "array",
|
|
82
|
+
"description": "The external dependencies",
|
|
83
|
+
"id": "#external",
|
|
84
|
+
"default": [],
|
|
85
|
+
"items": {
|
|
86
|
+
"type": "any"
|
|
87
|
+
}
|
|
88
|
+
},
|
|
89
|
+
"noExternal": {
|
|
90
|
+
"title": "No External",
|
|
91
|
+
"type": "array",
|
|
92
|
+
"description": "The dependencies that should not be treated as external",
|
|
93
|
+
"id": "#noExternal",
|
|
94
|
+
"default": [],
|
|
95
|
+
"items": {
|
|
96
|
+
"type": "any"
|
|
97
|
+
}
|
|
98
|
+
},
|
|
99
|
+
"skipNodeModulesBundle": {
|
|
100
|
+
"title": "Skip Node Modules Bundle",
|
|
101
|
+
"type": "boolean",
|
|
102
|
+
"description": "Skip bundling node_modules during the build process (if required)",
|
|
103
|
+
"id": "#skipNodeModulesBundle"
|
|
29
104
|
},
|
|
30
105
|
"mode": {
|
|
31
106
|
"title": "Mode",
|
|
@@ -38,18 +113,6 @@
|
|
|
38
113
|
],
|
|
39
114
|
"id": "#mode"
|
|
40
115
|
},
|
|
41
|
-
"autoInstall": {
|
|
42
|
-
"title": "Auto Install",
|
|
43
|
-
"type": "boolean",
|
|
44
|
-
"description": "Automatically install dependencies before building",
|
|
45
|
-
"id": "#autoInstall"
|
|
46
|
-
},
|
|
47
|
-
"skipCache": {
|
|
48
|
-
"title": "Skip Cache",
|
|
49
|
-
"type": "boolean",
|
|
50
|
-
"description": "Skip the cache when building",
|
|
51
|
-
"id": "#skipCache"
|
|
52
|
-
},
|
|
53
116
|
"logLevel": {
|
|
54
117
|
"title": "Log Level",
|
|
55
118
|
"type": "string",
|
|
@@ -66,6 +129,26 @@
|
|
|
66
129
|
],
|
|
67
130
|
"id": "#logLevel"
|
|
68
131
|
},
|
|
132
|
+
"define": {
|
|
133
|
+
"title": "Define",
|
|
134
|
+
"type": "object",
|
|
135
|
+
"tsType": "Record<string, string>",
|
|
136
|
+
"description": "The `define` values",
|
|
137
|
+
"id": "#define",
|
|
138
|
+
"default": {}
|
|
139
|
+
},
|
|
140
|
+
"autoInstall": {
|
|
141
|
+
"title": "Auto Install",
|
|
142
|
+
"type": "boolean",
|
|
143
|
+
"description": "Automatically install dependencies during prepare stage",
|
|
144
|
+
"id": "#autoInstall"
|
|
145
|
+
},
|
|
146
|
+
"skipCache": {
|
|
147
|
+
"title": "Skip Cache",
|
|
148
|
+
"type": "boolean",
|
|
149
|
+
"description": "Skip the caching mechanism during the build process (if required)",
|
|
150
|
+
"id": "#skipCache"
|
|
151
|
+
},
|
|
69
152
|
"entry": {
|
|
70
153
|
"title": "Entry Path(s)",
|
|
71
154
|
"description": "The entry path(s) for the package",
|
|
@@ -87,8 +170,19 @@
|
|
|
87
170
|
},
|
|
88
171
|
"type": "object",
|
|
89
172
|
"default": {
|
|
90
|
-
"outputPath": "dist/{projectRoot}",
|
|
91
173
|
"configFile": "{projectRoot}/powerlines.config.ts",
|
|
174
|
+
"input": [
|
|
175
|
+
"{sourceRoot}/index.ts"
|
|
176
|
+
],
|
|
177
|
+
"tsconfig": "{projectRoot}/tsconfig.json",
|
|
178
|
+
"format": [
|
|
179
|
+
"cjs",
|
|
180
|
+
"esm"
|
|
181
|
+
],
|
|
182
|
+
"platform": "neutral",
|
|
183
|
+
"external": [],
|
|
184
|
+
"noExternal": [],
|
|
185
|
+
"define": {},
|
|
92
186
|
"entry": {}
|
|
93
187
|
}
|
|
94
188
|
}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
require('../../../chunk-
|
|
3
|
+
var chunkIOBDAGVL_js = require('../../../chunk-IOBDAGVL.js');
|
|
4
|
+
require('../../../chunk-3BI2YVJ3.js');
|
|
5
5
|
require('../../../chunk-SHUYVCID.js');
|
|
6
6
|
var untyped = require('untyped');
|
|
7
7
|
|
|
8
8
|
var untyped_default2 = untyped.defineUntypedSchema({
|
|
9
|
-
...
|
|
9
|
+
...chunkIOBDAGVL_js.untyped_default,
|
|
10
10
|
$schema: {
|
|
11
11
|
id: "BuildExecutorSchema",
|
|
12
12
|
title: "Build Executor",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { untyped_default } from '../../../chunk-
|
|
2
|
-
import '../../../chunk-
|
|
1
|
+
import { untyped_default } from '../../../chunk-GCIPEE4T.mjs';
|
|
2
|
+
import '../../../chunk-4OMPO3GC.mjs';
|
|
3
3
|
import '../../../chunk-O6YSETKJ.mjs';
|
|
4
4
|
import { defineUntypedSchema } from 'untyped';
|
|
5
5
|
|
|
@@ -2,7 +2,6 @@ import '@nx/devkit';
|
|
|
2
2
|
import '@storm-software/workspace-tools/types';
|
|
3
3
|
import 'powerlines';
|
|
4
4
|
import '../../base/base-executor.mjs';
|
|
5
|
-
export { e as default, a as executorFn } from '../../../executor-
|
|
5
|
+
export { e as default, a as executorFn } from '../../../executor-C0A5mFLO.mjs';
|
|
6
6
|
import '@storm-software/config/types';
|
|
7
|
-
import 'powerlines/types/config';
|
|
8
7
|
import '../../base/base-executor.schema.d.mjs';
|
|
@@ -2,7 +2,6 @@ import '@nx/devkit';
|
|
|
2
2
|
import '@storm-software/workspace-tools/types';
|
|
3
3
|
import 'powerlines';
|
|
4
4
|
import '../../base/base-executor.js';
|
|
5
|
-
export { e as default, a as executorFn } from '../../../executor-
|
|
5
|
+
export { e as default, a as executorFn } from '../../../executor-CkyahICv.js';
|
|
6
6
|
import '@storm-software/config/types';
|
|
7
|
-
import 'powerlines/types/config';
|
|
8
7
|
import '../../base/base-executor.schema.d.js';
|
|
@@ -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 chunkKAY4UTGV_js = require('../../../chunk-KAY4UTGV.js');
|
|
6
|
+
require('../../../chunk-ZODDB4GG.js');
|
|
7
|
+
require('../../../chunk-FSGRYCTL.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 chunkKAY4UTGV_js.executor_default; }
|
|
15
15
|
});
|
|
16
16
|
Object.defineProperty(exports, "executorFn", {
|
|
17
17
|
enumerable: true,
|
|
18
|
-
get: function () { return
|
|
18
|
+
get: function () { return chunkKAY4UTGV_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-GB6SETBZ.mjs';
|
|
2
|
+
import '../../../chunk-7EWOPOET.mjs';
|
|
3
|
+
import '../../../chunk-JL4HQ7ZD.mjs';
|
|
4
4
|
import '../../../chunk-O6YSETKJ.mjs';
|
|
@@ -4,62 +4,109 @@
|
|
|
4
4
|
|
|
5
5
|
export interface CleanExecutorSchema {
|
|
6
6
|
/**
|
|
7
|
-
*
|
|
7
|
+
* Powerlines Configuration File
|
|
8
8
|
*
|
|
9
|
-
* The
|
|
9
|
+
* The path to the Powerlines configuration file
|
|
10
10
|
*
|
|
11
|
-
* @default "
|
|
11
|
+
* @default "{projectRoot}/powerlines.config.ts"
|
|
12
12
|
*
|
|
13
13
|
* @format path
|
|
14
14
|
*/
|
|
15
|
-
|
|
15
|
+
configFile?: string,
|
|
16
|
+
|
|
17
|
+
/**
|
|
18
|
+
* Input Entry File(s)
|
|
19
|
+
*
|
|
20
|
+
* The entry file(s) that serve as the input for the project
|
|
21
|
+
*
|
|
22
|
+
* @default ["{sourceRoot}/index.ts"]
|
|
23
|
+
*
|
|
24
|
+
* @format path
|
|
25
|
+
*/
|
|
26
|
+
input?: Array<string>,
|
|
16
27
|
|
|
17
28
|
/**
|
|
18
|
-
*
|
|
29
|
+
* TSConfig Path
|
|
19
30
|
*
|
|
20
31
|
* The path to the tsconfig file
|
|
21
32
|
*
|
|
33
|
+
* @default "{projectRoot}/tsconfig.json"
|
|
22
34
|
*
|
|
23
35
|
* @format path
|
|
24
36
|
*/
|
|
25
37
|
tsconfig?: string,
|
|
26
38
|
|
|
27
39
|
/**
|
|
28
|
-
*
|
|
40
|
+
* Output Path
|
|
29
41
|
*
|
|
30
|
-
* The path to the
|
|
42
|
+
* The path to the output directory for the build artifacts
|
|
31
43
|
*
|
|
32
|
-
* @default "{projectRoot}/powerlines.config.ts"
|
|
33
44
|
*
|
|
34
45
|
* @format path
|
|
35
46
|
*/
|
|
36
|
-
|
|
47
|
+
outputPath?: string,
|
|
37
48
|
|
|
38
49
|
/**
|
|
39
|
-
*
|
|
50
|
+
* Sourcemap
|
|
40
51
|
*
|
|
41
|
-
*
|
|
52
|
+
* Generate a sourcemap
|
|
42
53
|
*
|
|
54
|
+
*/
|
|
55
|
+
sourceMap?: boolean,
|
|
56
|
+
|
|
57
|
+
/**
|
|
58
|
+
* Format
|
|
43
59
|
*
|
|
44
|
-
*
|
|
60
|
+
* The format to build
|
|
61
|
+
*
|
|
62
|
+
* @default ["cjs","esm"]
|
|
45
63
|
*/
|
|
46
|
-
|
|
64
|
+
format?: Array<string>,
|
|
47
65
|
|
|
48
66
|
/**
|
|
49
|
-
*
|
|
67
|
+
* Platform
|
|
50
68
|
*
|
|
51
|
-
*
|
|
69
|
+
* The platform to build
|
|
70
|
+
*
|
|
71
|
+
* @default "neutral"
|
|
72
|
+
*
|
|
73
|
+
* @enum neutral,node,browser
|
|
74
|
+
*/
|
|
75
|
+
platform?: string,
|
|
76
|
+
|
|
77
|
+
/**
|
|
78
|
+
* External
|
|
79
|
+
*
|
|
80
|
+
* The external dependencies
|
|
81
|
+
*
|
|
82
|
+
*/
|
|
83
|
+
external?: Array<any>,
|
|
84
|
+
|
|
85
|
+
/**
|
|
86
|
+
* No External
|
|
87
|
+
*
|
|
88
|
+
* The dependencies that should not be treated as external
|
|
89
|
+
*
|
|
90
|
+
*/
|
|
91
|
+
noExternal?: Array<any>,
|
|
92
|
+
|
|
93
|
+
/**
|
|
94
|
+
* Skip Node Modules Bundle
|
|
95
|
+
*
|
|
96
|
+
* Skip bundling node_modules during the build process (if required)
|
|
52
97
|
*
|
|
53
98
|
*/
|
|
54
|
-
|
|
99
|
+
skipNodeModulesBundle?: boolean,
|
|
55
100
|
|
|
56
101
|
/**
|
|
57
|
-
*
|
|
102
|
+
* Mode
|
|
103
|
+
*
|
|
104
|
+
* The build mode
|
|
58
105
|
*
|
|
59
|
-
* Skip the caching mechanism during the build process (if required)
|
|
60
106
|
*
|
|
107
|
+
* @enum development,test,production
|
|
61
108
|
*/
|
|
62
|
-
|
|
109
|
+
mode?: string,
|
|
63
110
|
|
|
64
111
|
/**
|
|
65
112
|
* Log Level
|
|
@@ -70,5 +117,13 @@ export interface CleanExecutorSchema {
|
|
|
70
117
|
* @enum fatal,error,warn,success,info,debug,trace,silent
|
|
71
118
|
*/
|
|
72
119
|
logLevel?: string,
|
|
120
|
+
|
|
121
|
+
/**
|
|
122
|
+
* Define
|
|
123
|
+
*
|
|
124
|
+
* The `define` values
|
|
125
|
+
*
|
|
126
|
+
*/
|
|
127
|
+
define?: Record<string, string>,
|
|
73
128
|
}
|
|
74
129
|
|