@powerlines/nx 0.11.294 → 0.11.295
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/dist/src/_virtual/_rolldown/runtime.js +29 -0
- package/dist/src/base/base-executor.d.mts +28 -2
- package/dist/src/base/base-executor.d.mts.map +1 -0
- package/dist/src/base/base-executor.d.ts +28 -2
- package/dist/src/base/base-executor.d.ts.map +1 -0
- package/dist/src/base/base-executor.js +3 -3
- package/dist/src/base/base-executor.untyped.d.mts +7 -2
- package/dist/src/base/base-executor.untyped.d.mts.map +1 -0
- package/dist/src/base/base-executor.untyped.d.ts +6 -2
- package/dist/src/base/base-executor.untyped.d.ts.map +1 -0
- package/dist/src/base/base-executor.untyped.js +1 -1
- package/dist/src/base/index.d.mts +1 -1
- package/dist/src/base/index.d.ts +1 -1
- package/dist/src/base-executor-BOTlYnaD.d.mts +163 -0
- package/dist/src/base-executor-BOTlYnaD.d.mts.map +1 -0
- package/dist/src/base-executor-DH33Fd1U.js +79 -0
- package/dist/src/base-executor-N_ZgvzpA.d.ts +163 -0
- package/dist/src/base-executor-N_ZgvzpA.d.ts.map +1 -0
- package/dist/src/base-executor-dn4QVqZ4.mjs +72 -0
- package/dist/src/base-executor-dn4QVqZ4.mjs.map +1 -0
- package/dist/src/base-executor.untyped-CWwiE6fo.mjs +162 -0
- package/dist/src/base-executor.untyped-CWwiE6fo.mjs.map +1 -0
- package/dist/src/base-executor.untyped-DwcuTgJP.js +167 -0
- package/dist/src/executors/build/executor.d.mts +2 -2
- package/dist/src/executors/build/executor.d.ts +1 -1
- package/dist/src/executors/build/executor.js +2 -2
- package/dist/src/executors/build/executor.mjs +1 -1
- package/dist/src/executors/build/untyped.js +1 -0
- package/dist/src/executors/build/untyped.mjs +1 -0
- package/dist/src/executors/build/untyped.mjs.map +1 -1
- package/dist/src/executors/clean/executor.d.mts +2 -2
- package/dist/src/executors/clean/executor.d.ts +1 -1
- package/dist/src/executors/clean/executor.js +2 -2
- package/dist/src/executors/clean/executor.mjs +1 -1
- 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 +2 -2
- package/dist/src/executors/docs/executor.d.ts +1 -1
- package/dist/src/executors/docs/executor.js +2 -2
- package/dist/src/executors/docs/executor.mjs +1 -1
- package/dist/src/executors/docs/untyped.js +1 -0
- package/dist/src/executors/docs/untyped.mjs +1 -0
- package/dist/src/executors/docs/untyped.mjs.map +1 -1
- package/dist/src/executors/lint/executor.d.mts +2 -2
- package/dist/src/executors/lint/executor.d.ts +1 -1
- package/dist/src/executors/lint/executor.js +2 -2
- package/dist/src/executors/lint/executor.mjs +1 -1
- package/dist/src/executors/lint/untyped.js +1 -0
- package/dist/src/executors/lint/untyped.mjs +1 -0
- package/dist/src/executors/lint/untyped.mjs.map +1 -1
- package/dist/src/executors/prepare/executor.d.mts +2 -2
- package/dist/src/executors/prepare/executor.d.ts +1 -1
- package/dist/src/executors/prepare/executor.js +2 -2
- package/dist/src/executors/prepare/executor.mjs +1 -1
- package/dist/src/executors/prepare/untyped.js +2 -2
- package/dist/src/executors/prepare/untyped.mjs +1 -1
- package/dist/src/helpers/constants.d.mts +8 -2
- package/dist/src/helpers/constants.d.mts.map +1 -0
- package/dist/src/helpers/constants.d.ts +8 -2
- package/dist/src/helpers/constants.d.ts.map +1 -0
- package/dist/src/helpers/index.d.mts +2 -2
- package/dist/src/helpers/index.d.ts +2 -2
- package/dist/src/helpers/plugin-utilities.d.mts +57 -2
- package/dist/src/helpers/plugin-utilities.d.mts.map +1 -0
- package/dist/src/helpers/plugin-utilities.d.ts +57 -2
- package/dist/src/helpers/plugin-utilities.d.ts.map +1 -0
- package/dist/src/helpers/plugin-utilities.js +2 -2
- package/dist/src/helpers/plugin-utilities.mjs +2 -2
- package/dist/src/helpers/plugin-utilities.mjs.map +1 -1
- package/dist/src/index.d.mts +4 -4
- package/dist/src/index.d.ts +4 -4
- package/dist/src/index.js +0 -1
- package/dist/src/index.mjs +0 -1
- package/dist/src/plugin/index.d.mts +241 -1
- package/dist/src/plugin/index.d.mts.map +1 -1
- package/dist/src/plugin/index.d.ts +241 -1
- package/dist/src/plugin/index.d.ts.map +1 -1
- package/dist/src/plugin/index.js +296 -2
- package/dist/src/plugin/index.mjs +293 -1
- package/dist/src/plugin/index.mjs.map +1 -1
- package/dist/src/types/index.d.mts +1 -1
- package/dist/src/types/index.d.ts +1 -1
- package/dist/src/types/plugin.d.mts +243 -2
- package/dist/src/types/plugin.d.mts.map +1 -0
- package/dist/src/types/plugin.d.ts +243 -2
- package/dist/src/types/plugin.d.ts.map +1 -0
- package/package.json +3 -3
- package/dist/src/base-executor-Bj63x9OE.d.ts +0 -28
- package/dist/src/base-executor-Bj63x9OE.d.ts.map +0 -1
- package/dist/src/base-executor-D6POztG2.d.mts +0 -28
- package/dist/src/base-executor-D6POztG2.d.mts.map +0 -1
- package/dist/src/base-executor.untyped-D4R6pki2.d.ts +0 -7
- package/dist/src/base-executor.untyped-D4R6pki2.d.ts.map +0 -1
- package/dist/src/base-executor.untyped-hmlG6oyC.d.mts +0 -7
- package/dist/src/base-executor.untyped-hmlG6oyC.d.mts.map +0 -1
- package/dist/src/constants-CbG11Mby.d.ts +0 -8
- package/dist/src/constants-CbG11Mby.d.ts.map +0 -1
- package/dist/src/constants-VDvVnoLC.d.mts +0 -8
- package/dist/src/constants-VDvVnoLC.d.mts.map +0 -1
- package/dist/src/plugin-B_ZGdX7U.d.mts +0 -243
- package/dist/src/plugin-B_ZGdX7U.d.mts.map +0 -1
- package/dist/src/plugin-DpyutMl2.d.ts +0 -243
- package/dist/src/plugin-DpyutMl2.d.ts.map +0 -1
- package/dist/src/plugin-utilities-Cg-Ccp4C.d.mts +0 -57
- package/dist/src/plugin-utilities-Cg-Ccp4C.d.mts.map +0 -1
- package/dist/src/plugin-utilities-CmfuC3TZ.d.ts +0 -57
- package/dist/src/plugin-utilities-CmfuC3TZ.d.ts.map +0 -1
|
@@ -0,0 +1,162 @@
|
|
|
1
|
+
import { defineUntypedSchema } from "untyped";
|
|
2
|
+
|
|
3
|
+
//#region src/base/base-executor.untyped.ts
|
|
4
|
+
var base_executor_untyped_default = defineUntypedSchema({
|
|
5
|
+
$schema: {
|
|
6
|
+
id: "BaseExecutorSchema",
|
|
7
|
+
title: "Base Executor",
|
|
8
|
+
description: "A shared/base schema type definition for Powerlines executors",
|
|
9
|
+
required: []
|
|
10
|
+
},
|
|
11
|
+
config: {
|
|
12
|
+
$schema: {
|
|
13
|
+
title: "Powerlines Configuration File",
|
|
14
|
+
type: "string",
|
|
15
|
+
format: "path",
|
|
16
|
+
description: "The path to the Powerlines configuration file. Alias for `configFile`."
|
|
17
|
+
},
|
|
18
|
+
$default: "{projectRoot}/powerlines.config.ts"
|
|
19
|
+
},
|
|
20
|
+
configFile: {
|
|
21
|
+
$schema: {
|
|
22
|
+
title: "Powerlines Configuration File",
|
|
23
|
+
type: "string",
|
|
24
|
+
format: "path",
|
|
25
|
+
description: "The path to the Powerlines configuration file. Alias for `config`."
|
|
26
|
+
},
|
|
27
|
+
$default: "{projectRoot}/powerlines.config.ts"
|
|
28
|
+
},
|
|
29
|
+
input: { $schema: {
|
|
30
|
+
title: "Input Entry File(s)",
|
|
31
|
+
format: "path",
|
|
32
|
+
type: "array",
|
|
33
|
+
description: "The entry file(s) that serve as the input for the project",
|
|
34
|
+
items: { type: "string" }
|
|
35
|
+
} },
|
|
36
|
+
tsconfig: {
|
|
37
|
+
$schema: {
|
|
38
|
+
title: "TSConfig Path",
|
|
39
|
+
type: "string",
|
|
40
|
+
format: "path",
|
|
41
|
+
description: "The path to the tsconfig file"
|
|
42
|
+
},
|
|
43
|
+
$default: "{projectRoot}/tsconfig.json"
|
|
44
|
+
},
|
|
45
|
+
outputPath: { $schema: {
|
|
46
|
+
title: "Output Path",
|
|
47
|
+
type: "string",
|
|
48
|
+
format: "path",
|
|
49
|
+
description: "The path to the output directory for the build artifacts"
|
|
50
|
+
} },
|
|
51
|
+
copyPath: { $schema: {
|
|
52
|
+
title: "Copy Path",
|
|
53
|
+
description: "A directory path to copy the build artifacts into",
|
|
54
|
+
oneOf: [{
|
|
55
|
+
type: "string",
|
|
56
|
+
format: "path"
|
|
57
|
+
}, {
|
|
58
|
+
type: "boolean",
|
|
59
|
+
enum: [false]
|
|
60
|
+
}]
|
|
61
|
+
} },
|
|
62
|
+
sourceMap: { $schema: {
|
|
63
|
+
title: "Sourcemap",
|
|
64
|
+
type: "boolean",
|
|
65
|
+
description: "Generate a sourcemap"
|
|
66
|
+
} },
|
|
67
|
+
format: {
|
|
68
|
+
$schema: {
|
|
69
|
+
title: "Format",
|
|
70
|
+
type: "array",
|
|
71
|
+
description: "The format to build",
|
|
72
|
+
items: {
|
|
73
|
+
type: "string",
|
|
74
|
+
enum: [
|
|
75
|
+
"cjs",
|
|
76
|
+
"esm",
|
|
77
|
+
"iife"
|
|
78
|
+
]
|
|
79
|
+
}
|
|
80
|
+
},
|
|
81
|
+
$resolve: (val = ["cjs", "esm"]) => [].concat(val)
|
|
82
|
+
},
|
|
83
|
+
platform: {
|
|
84
|
+
$schema: {
|
|
85
|
+
title: "Platform",
|
|
86
|
+
type: "string",
|
|
87
|
+
description: "The platform to build",
|
|
88
|
+
enum: [
|
|
89
|
+
"neutral",
|
|
90
|
+
"node",
|
|
91
|
+
"browser"
|
|
92
|
+
]
|
|
93
|
+
},
|
|
94
|
+
$default: "neutral"
|
|
95
|
+
},
|
|
96
|
+
external: {
|
|
97
|
+
$schema: {
|
|
98
|
+
title: "External",
|
|
99
|
+
type: "array",
|
|
100
|
+
description: "The external dependencies"
|
|
101
|
+
},
|
|
102
|
+
$resolve: (val = []) => [].concat(val)
|
|
103
|
+
},
|
|
104
|
+
noExternal: {
|
|
105
|
+
$schema: {
|
|
106
|
+
title: "No External",
|
|
107
|
+
type: "array",
|
|
108
|
+
description: "The dependencies that should not be treated as external"
|
|
109
|
+
},
|
|
110
|
+
$resolve: (val = []) => [].concat(val)
|
|
111
|
+
},
|
|
112
|
+
skipNodeModulesBundle: { $schema: {
|
|
113
|
+
title: "Skip Node Modules Bundle",
|
|
114
|
+
type: "boolean",
|
|
115
|
+
description: "Skip bundling node_modules during the build process (if required)"
|
|
116
|
+
} },
|
|
117
|
+
mode: { $schema: {
|
|
118
|
+
title: "Mode",
|
|
119
|
+
type: "string",
|
|
120
|
+
description: "The build mode",
|
|
121
|
+
enum: [
|
|
122
|
+
"development",
|
|
123
|
+
"test",
|
|
124
|
+
"production"
|
|
125
|
+
]
|
|
126
|
+
} },
|
|
127
|
+
logLevel: { $schema: {
|
|
128
|
+
title: "Log Level",
|
|
129
|
+
type: "string",
|
|
130
|
+
description: "The log level to use for the build process",
|
|
131
|
+
enum: [
|
|
132
|
+
"fatal",
|
|
133
|
+
"error",
|
|
134
|
+
"warn",
|
|
135
|
+
"success",
|
|
136
|
+
"info",
|
|
137
|
+
"debug",
|
|
138
|
+
"trace",
|
|
139
|
+
"silent"
|
|
140
|
+
]
|
|
141
|
+
} },
|
|
142
|
+
define: {
|
|
143
|
+
$schema: {
|
|
144
|
+
title: "Define",
|
|
145
|
+
type: "object",
|
|
146
|
+
tsType: "Record<string, string>",
|
|
147
|
+
description: "The `define` values"
|
|
148
|
+
},
|
|
149
|
+
$resolve: (val = {}) => val,
|
|
150
|
+
$default: {}
|
|
151
|
+
},
|
|
152
|
+
assets: { $schema: {
|
|
153
|
+
title: "Assets",
|
|
154
|
+
type: "any",
|
|
155
|
+
tsType: "Array<{ input?: string; output?: string; glob: string; ignore?: string[]; dot?: boolean; }>",
|
|
156
|
+
description: "The `assets` values"
|
|
157
|
+
} }
|
|
158
|
+
});
|
|
159
|
+
|
|
160
|
+
//#endregion
|
|
161
|
+
export { base_executor_untyped_default as t };
|
|
162
|
+
//# sourceMappingURL=base-executor.untyped-CWwiE6fo.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"base-executor.untyped-CWwiE6fo.mjs","names":[],"sources":["../../src/base/base-executor.untyped.ts"],"sourcesContent":["/* -------------------------------------------------------------------\n\n ⚡ Storm Software - Powerlines\n\n This code was released as part of the Powerlines project. Powerlines\n is maintained by Storm Software under the Apache-2.0 license, and is\n free for commercial and private use. For more information, please visit\n our licensing page at https://stormsoftware.com/licenses/projects/powerlines.\n\n Website: https://stormsoftware.com\n Repository: https://github.com/storm-software/powerlines\n Documentation: https://docs.stormsoftware.com/projects/powerlines\n Contact: https://stormsoftware.com/contact\n\n SPDX-License-Identifier: Apache-2.0\n\n ------------------------------------------------------------------- */\n\nimport { defineUntypedSchema } from \"untyped\";\n\nexport default defineUntypedSchema({\n $schema: {\n id: \"BaseExecutorSchema\",\n title: \"Base Executor\",\n description:\n \"A shared/base schema type definition for Powerlines executors\",\n required: []\n },\n config: {\n $schema: {\n title: \"Powerlines Configuration File\",\n type: \"string\",\n format: \"path\",\n description:\n \"The path to the Powerlines configuration file. Alias for `configFile`.\"\n },\n $default: \"{projectRoot}/powerlines.config.ts\"\n },\n configFile: {\n $schema: {\n title: \"Powerlines Configuration File\",\n type: \"string\",\n format: \"path\",\n description:\n \"The path to the Powerlines configuration file. Alias for `config`.\"\n },\n $default: \"{projectRoot}/powerlines.config.ts\"\n },\n input: {\n $schema: {\n title: \"Input Entry File(s)\",\n format: \"path\",\n type: \"array\",\n description: \"The entry file(s) that serve as the input for the project\",\n items: { type: \"string\" }\n }\n },\n tsconfig: {\n $schema: {\n title: \"TSConfig Path\",\n type: \"string\",\n format: \"path\",\n description: \"The path to the tsconfig file\"\n },\n $default: \"{projectRoot}/tsconfig.json\"\n },\n outputPath: {\n $schema: {\n title: \"Output Path\",\n type: \"string\",\n format: \"path\",\n description: \"The path to the output directory for the build artifacts\"\n }\n },\n copyPath: {\n $schema: {\n title: \"Copy Path\",\n description: \"A directory path to copy the build artifacts into\",\n oneOf: [\n { type: \"string\", format: \"path\" },\n { type: \"boolean\", enum: [false] }\n ]\n }\n },\n sourceMap: {\n $schema: {\n title: \"Sourcemap\",\n type: \"boolean\",\n description: \"Generate a sourcemap\"\n }\n },\n format: {\n $schema: {\n title: \"Format\",\n type: \"array\",\n description: \"The format to build\",\n items: {\n type: \"string\",\n enum: [\"cjs\", \"esm\", \"iife\"]\n }\n },\n $resolve: (val: string[] = [\"cjs\", \"esm\"]) => ([] as string[]).concat(val)\n },\n platform: {\n $schema: {\n title: \"Platform\",\n type: \"string\",\n description: \"The platform to build\",\n enum: [\"neutral\", \"node\", \"browser\"]\n },\n $default: \"neutral\"\n },\n external: {\n $schema: {\n title: \"External\",\n type: \"array\",\n description: \"The external dependencies\"\n },\n $resolve: (val: string[] = []) => ([] as string[]).concat(val)\n },\n noExternal: {\n $schema: {\n title: \"No External\",\n type: \"array\",\n description: \"The dependencies that should not be treated as external\"\n },\n $resolve: (val: string[] = []) => ([] as string[]).concat(val)\n },\n skipNodeModulesBundle: {\n $schema: {\n title: \"Skip Node Modules Bundle\",\n type: \"boolean\",\n description:\n \"Skip bundling node_modules during the build process (if required)\"\n }\n },\n mode: {\n $schema: {\n title: \"Mode\",\n type: \"string\",\n description: \"The build mode\",\n enum: [\"development\", \"test\", \"production\"]\n }\n },\n logLevel: {\n $schema: {\n title: \"Log Level\",\n type: \"string\",\n description: \"The log level to use for the build process\",\n enum: [\n \"fatal\",\n \"error\",\n \"warn\",\n \"success\",\n \"info\",\n \"debug\",\n \"trace\",\n \"silent\"\n ]\n }\n },\n define: {\n $schema: {\n title: \"Define\",\n type: \"object\",\n tsType: \"Record<string, string>\",\n description: \"The `define` values\"\n },\n $resolve: (val: Record<string, string> = {}) => val,\n $default: {}\n },\n assets: {\n $schema: {\n title: \"Assets\",\n type: \"any\",\n tsType:\n \"Array<{ input?: string; output?: string; glob: string; ignore?: string[]; dot?: boolean; }>\",\n description: \"The `assets` values\"\n }\n }\n});\n"],"mappings":";;;AAoBA,oCAAe,oBAAoB;CACjC,SAAS;EACP,IAAI;EACJ,OAAO;EACP,aACE;EACF,UAAU,EAAE;EACb;CACD,QAAQ;EACN,SAAS;GACP,OAAO;GACP,MAAM;GACN,QAAQ;GACR,aACE;GACH;EACD,UAAU;EACX;CACD,YAAY;EACV,SAAS;GACP,OAAO;GACP,MAAM;GACN,QAAQ;GACR,aACE;GACH;EACD,UAAU;EACX;CACD,OAAO,EACL,SAAS;EACP,OAAO;EACP,QAAQ;EACR,MAAM;EACN,aAAa;EACb,OAAO,EAAE,MAAM,UAAU;EAC1B,EACF;CACD,UAAU;EACR,SAAS;GACP,OAAO;GACP,MAAM;GACN,QAAQ;GACR,aAAa;GACd;EACD,UAAU;EACX;CACD,YAAY,EACV,SAAS;EACP,OAAO;EACP,MAAM;EACN,QAAQ;EACR,aAAa;EACd,EACF;CACD,UAAU,EACR,SAAS;EACP,OAAO;EACP,aAAa;EACb,OAAO,CACL;GAAE,MAAM;GAAU,QAAQ;GAAQ,EAClC;GAAE,MAAM;GAAW,MAAM,CAAC,MAAM;GAAE,CACnC;EACF,EACF;CACD,WAAW,EACT,SAAS;EACP,OAAO;EACP,MAAM;EACN,aAAa;EACd,EACF;CACD,QAAQ;EACN,SAAS;GACP,OAAO;GACP,MAAM;GACN,aAAa;GACb,OAAO;IACL,MAAM;IACN,MAAM;KAAC;KAAO;KAAO;KAAO;IAC7B;GACF;EACD,WAAW,MAAgB,CAAC,OAAO,MAAM,KAAM,EAAE,CAAc,OAAO,IAAI;EAC3E;CACD,UAAU;EACR,SAAS;GACP,OAAO;GACP,MAAM;GACN,aAAa;GACb,MAAM;IAAC;IAAW;IAAQ;IAAU;GACrC;EACD,UAAU;EACX;CACD,UAAU;EACR,SAAS;GACP,OAAO;GACP,MAAM;GACN,aAAa;GACd;EACD,WAAW,MAAgB,EAAE,KAAM,EAAE,CAAc,OAAO,IAAI;EAC/D;CACD,YAAY;EACV,SAAS;GACP,OAAO;GACP,MAAM;GACN,aAAa;GACd;EACD,WAAW,MAAgB,EAAE,KAAM,EAAE,CAAc,OAAO,IAAI;EAC/D;CACD,uBAAuB,EACrB,SAAS;EACP,OAAO;EACP,MAAM;EACN,aACE;EACH,EACF;CACD,MAAM,EACJ,SAAS;EACP,OAAO;EACP,MAAM;EACN,aAAa;EACb,MAAM;GAAC;GAAe;GAAQ;GAAa;EAC5C,EACF;CACD,UAAU,EACR,SAAS;EACP,OAAO;EACP,MAAM;EACN,aAAa;EACb,MAAM;GACJ;GACA;GACA;GACA;GACA;GACA;GACA;GACA;GACD;EACF,EACF;CACD,QAAQ;EACN,SAAS;GACP,OAAO;GACP,MAAM;GACN,QAAQ;GACR,aAAa;GACd;EACD,WAAW,MAA8B,EAAE,KAAK;EAChD,UAAU,EAAE;EACb;CACD,QAAQ,EACN,SAAS;EACP,OAAO;EACP,MAAM;EACN,QACE;EACF,aAAa;EACd,EACF;CACF,CAAC"}
|
|
@@ -0,0 +1,167 @@
|
|
|
1
|
+
const require_chunk = require('./chunk-BE-pF4vm.js');
|
|
2
|
+
let untyped = require("untyped");
|
|
3
|
+
|
|
4
|
+
//#region src/base/base-executor.untyped.ts
|
|
5
|
+
var base_executor_untyped_default = (0, untyped.defineUntypedSchema)({
|
|
6
|
+
$schema: {
|
|
7
|
+
id: "BaseExecutorSchema",
|
|
8
|
+
title: "Base Executor",
|
|
9
|
+
description: "A shared/base schema type definition for Powerlines executors",
|
|
10
|
+
required: []
|
|
11
|
+
},
|
|
12
|
+
config: {
|
|
13
|
+
$schema: {
|
|
14
|
+
title: "Powerlines Configuration File",
|
|
15
|
+
type: "string",
|
|
16
|
+
format: "path",
|
|
17
|
+
description: "The path to the Powerlines configuration file. Alias for `configFile`."
|
|
18
|
+
},
|
|
19
|
+
$default: "{projectRoot}/powerlines.config.ts"
|
|
20
|
+
},
|
|
21
|
+
configFile: {
|
|
22
|
+
$schema: {
|
|
23
|
+
title: "Powerlines Configuration File",
|
|
24
|
+
type: "string",
|
|
25
|
+
format: "path",
|
|
26
|
+
description: "The path to the Powerlines configuration file. Alias for `config`."
|
|
27
|
+
},
|
|
28
|
+
$default: "{projectRoot}/powerlines.config.ts"
|
|
29
|
+
},
|
|
30
|
+
input: { $schema: {
|
|
31
|
+
title: "Input Entry File(s)",
|
|
32
|
+
format: "path",
|
|
33
|
+
type: "array",
|
|
34
|
+
description: "The entry file(s) that serve as the input for the project",
|
|
35
|
+
items: { type: "string" }
|
|
36
|
+
} },
|
|
37
|
+
tsconfig: {
|
|
38
|
+
$schema: {
|
|
39
|
+
title: "TSConfig Path",
|
|
40
|
+
type: "string",
|
|
41
|
+
format: "path",
|
|
42
|
+
description: "The path to the tsconfig file"
|
|
43
|
+
},
|
|
44
|
+
$default: "{projectRoot}/tsconfig.json"
|
|
45
|
+
},
|
|
46
|
+
outputPath: { $schema: {
|
|
47
|
+
title: "Output Path",
|
|
48
|
+
type: "string",
|
|
49
|
+
format: "path",
|
|
50
|
+
description: "The path to the output directory for the build artifacts"
|
|
51
|
+
} },
|
|
52
|
+
copyPath: { $schema: {
|
|
53
|
+
title: "Copy Path",
|
|
54
|
+
description: "A directory path to copy the build artifacts into",
|
|
55
|
+
oneOf: [{
|
|
56
|
+
type: "string",
|
|
57
|
+
format: "path"
|
|
58
|
+
}, {
|
|
59
|
+
type: "boolean",
|
|
60
|
+
enum: [false]
|
|
61
|
+
}]
|
|
62
|
+
} },
|
|
63
|
+
sourceMap: { $schema: {
|
|
64
|
+
title: "Sourcemap",
|
|
65
|
+
type: "boolean",
|
|
66
|
+
description: "Generate a sourcemap"
|
|
67
|
+
} },
|
|
68
|
+
format: {
|
|
69
|
+
$schema: {
|
|
70
|
+
title: "Format",
|
|
71
|
+
type: "array",
|
|
72
|
+
description: "The format to build",
|
|
73
|
+
items: {
|
|
74
|
+
type: "string",
|
|
75
|
+
enum: [
|
|
76
|
+
"cjs",
|
|
77
|
+
"esm",
|
|
78
|
+
"iife"
|
|
79
|
+
]
|
|
80
|
+
}
|
|
81
|
+
},
|
|
82
|
+
$resolve: (val = ["cjs", "esm"]) => [].concat(val)
|
|
83
|
+
},
|
|
84
|
+
platform: {
|
|
85
|
+
$schema: {
|
|
86
|
+
title: "Platform",
|
|
87
|
+
type: "string",
|
|
88
|
+
description: "The platform to build",
|
|
89
|
+
enum: [
|
|
90
|
+
"neutral",
|
|
91
|
+
"node",
|
|
92
|
+
"browser"
|
|
93
|
+
]
|
|
94
|
+
},
|
|
95
|
+
$default: "neutral"
|
|
96
|
+
},
|
|
97
|
+
external: {
|
|
98
|
+
$schema: {
|
|
99
|
+
title: "External",
|
|
100
|
+
type: "array",
|
|
101
|
+
description: "The external dependencies"
|
|
102
|
+
},
|
|
103
|
+
$resolve: (val = []) => [].concat(val)
|
|
104
|
+
},
|
|
105
|
+
noExternal: {
|
|
106
|
+
$schema: {
|
|
107
|
+
title: "No External",
|
|
108
|
+
type: "array",
|
|
109
|
+
description: "The dependencies that should not be treated as external"
|
|
110
|
+
},
|
|
111
|
+
$resolve: (val = []) => [].concat(val)
|
|
112
|
+
},
|
|
113
|
+
skipNodeModulesBundle: { $schema: {
|
|
114
|
+
title: "Skip Node Modules Bundle",
|
|
115
|
+
type: "boolean",
|
|
116
|
+
description: "Skip bundling node_modules during the build process (if required)"
|
|
117
|
+
} },
|
|
118
|
+
mode: { $schema: {
|
|
119
|
+
title: "Mode",
|
|
120
|
+
type: "string",
|
|
121
|
+
description: "The build mode",
|
|
122
|
+
enum: [
|
|
123
|
+
"development",
|
|
124
|
+
"test",
|
|
125
|
+
"production"
|
|
126
|
+
]
|
|
127
|
+
} },
|
|
128
|
+
logLevel: { $schema: {
|
|
129
|
+
title: "Log Level",
|
|
130
|
+
type: "string",
|
|
131
|
+
description: "The log level to use for the build process",
|
|
132
|
+
enum: [
|
|
133
|
+
"fatal",
|
|
134
|
+
"error",
|
|
135
|
+
"warn",
|
|
136
|
+
"success",
|
|
137
|
+
"info",
|
|
138
|
+
"debug",
|
|
139
|
+
"trace",
|
|
140
|
+
"silent"
|
|
141
|
+
]
|
|
142
|
+
} },
|
|
143
|
+
define: {
|
|
144
|
+
$schema: {
|
|
145
|
+
title: "Define",
|
|
146
|
+
type: "object",
|
|
147
|
+
tsType: "Record<string, string>",
|
|
148
|
+
description: "The `define` values"
|
|
149
|
+
},
|
|
150
|
+
$resolve: (val = {}) => val,
|
|
151
|
+
$default: {}
|
|
152
|
+
},
|
|
153
|
+
assets: { $schema: {
|
|
154
|
+
title: "Assets",
|
|
155
|
+
type: "any",
|
|
156
|
+
tsType: "Array<{ input?: string; output?: string; glob: string; ignore?: string[]; dot?: boolean; }>",
|
|
157
|
+
description: "The `assets` values"
|
|
158
|
+
} }
|
|
159
|
+
});
|
|
160
|
+
|
|
161
|
+
//#endregion
|
|
162
|
+
Object.defineProperty(exports, 'base_executor_untyped_default', {
|
|
163
|
+
enumerable: true,
|
|
164
|
+
get: function () {
|
|
165
|
+
return base_executor_untyped_default;
|
|
166
|
+
}
|
|
167
|
+
});
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { t as PowerlinesExecutorContext } from "../../base-executor-
|
|
2
|
-
import PowerlinesAPI from "powerlines";
|
|
1
|
+
import { t as PowerlinesExecutorContext } from "../../base-executor-BOTlYnaD.mjs";
|
|
3
2
|
import { PromiseExecutor } from "@nx/devkit";
|
|
3
|
+
import PowerlinesAPI from "powerlines";
|
|
4
4
|
import { BaseExecutorResult } from "@storm-software/workspace-tools/types";
|
|
5
5
|
|
|
6
6
|
//#region src/executors/build/schema.d.ts
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { t as PowerlinesExecutorContext } from "../../base-executor-
|
|
1
|
+
import { t as PowerlinesExecutorContext } from "../../base-executor-N_ZgvzpA.js";
|
|
2
2
|
import { PromiseExecutor } from "@nx/devkit";
|
|
3
3
|
import { BaseExecutorResult } from "@storm-software/workspace-tools/types";
|
|
4
4
|
import PowerlinesAPI from "powerlines";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: 'Module' } });
|
|
2
2
|
const require_chunk = require('../../chunk-BE-pF4vm.js');
|
|
3
|
-
const
|
|
3
|
+
const require_base_executor = require('../../base-executor-DH33Fd1U.js');
|
|
4
4
|
let defu = require("defu");
|
|
5
5
|
defu = require_chunk.__toESM(defu);
|
|
6
6
|
|
|
@@ -13,7 +13,7 @@ async function executorFn(context, api) {
|
|
|
13
13
|
}, context.inlineConfig));
|
|
14
14
|
return { success: true };
|
|
15
15
|
}
|
|
16
|
-
const executor =
|
|
16
|
+
const executor = require_base_executor.withExecutor("build", executorFn);
|
|
17
17
|
|
|
18
18
|
//#endregion
|
|
19
19
|
exports.default = executor;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"untyped.mjs","names":["PrepareExecutorSchema"],"sources":["../../../../src/executors/build/untyped.ts"],"sourcesContent":["/* -------------------------------------------------------------------\n\n ⚡ Storm Software - Powerlines\n\n This code was released as part of the Powerlines project. Powerlines\n is maintained by Storm Software under the Apache-2.0 license, and is\n free for commercial and private use. For more information, please visit\n our licensing page at https://stormsoftware.com/licenses/projects/powerlines.\n\n Website: https://stormsoftware.com\n Repository: https://github.com/storm-software/powerlines\n Documentation: https://docs.stormsoftware.com/projects/powerlines\n Contact: https://stormsoftware.com/contact\n\n SPDX-License-Identifier: Apache-2.0\n\n ------------------------------------------------------------------- */\n\nimport { defineUntypedSchema } from \"untyped\";\nimport PrepareExecutorSchema from \"../prepare/untyped\";\n\nexport default defineUntypedSchema({\n ...PrepareExecutorSchema,\n $schema: {\n id: \"BuildExecutorSchema\",\n title: \"Build Executor\",\n description: \"A type definition for the Powerlines - Build executor schema\",\n required: []\n },\n entry: {\n $schema: {\n title: \"Entry Path(s)\",\n description: \"The entry path(s) for the package\",\n oneOf: [{ type: \"string\" }, { type: \"array\", items: { type: \"string\" } }]\n }\n }\n});\n"],"mappings":"
|
|
1
|
+
{"version":3,"file":"untyped.mjs","names":["PrepareExecutorSchema"],"sources":["../../../../src/executors/build/untyped.ts"],"sourcesContent":["/* -------------------------------------------------------------------\n\n ⚡ Storm Software - Powerlines\n\n This code was released as part of the Powerlines project. Powerlines\n is maintained by Storm Software under the Apache-2.0 license, and is\n free for commercial and private use. For more information, please visit\n our licensing page at https://stormsoftware.com/licenses/projects/powerlines.\n\n Website: https://stormsoftware.com\n Repository: https://github.com/storm-software/powerlines\n Documentation: https://docs.stormsoftware.com/projects/powerlines\n Contact: https://stormsoftware.com/contact\n\n SPDX-License-Identifier: Apache-2.0\n\n ------------------------------------------------------------------- */\n\nimport { defineUntypedSchema } from \"untyped\";\nimport PrepareExecutorSchema from \"../prepare/untyped\";\n\nexport default defineUntypedSchema({\n ...PrepareExecutorSchema,\n $schema: {\n id: \"BuildExecutorSchema\",\n title: \"Build Executor\",\n description: \"A type definition for the Powerlines - Build executor schema\",\n required: []\n },\n entry: {\n $schema: {\n title: \"Entry Path(s)\",\n description: \"The entry path(s) for the package\",\n oneOf: [{ type: \"string\" }, { type: \"array\", items: { type: \"string\" } }]\n }\n }\n});\n"],"mappings":";;;;;AAqBA,sBAAe,oBAAoB;CACjC,GAAGA;CACH,SAAS;EACP,IAAI;EACJ,OAAO;EACP,aAAa;EACb,UAAU,EAAE;EACb;CACD,OAAO,EACL,SAAS;EACP,OAAO;EACP,aAAa;EACb,OAAO,CAAC,EAAE,MAAM,UAAU,EAAE;GAAE,MAAM;GAAS,OAAO,EAAE,MAAM,UAAU;GAAE,CAAC;EAC1E,EACF;CACF,CAAC"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { t as PowerlinesExecutorContext } from "../../base-executor-
|
|
2
|
-
import PowerlinesAPI from "powerlines";
|
|
1
|
+
import { t as PowerlinesExecutorContext } from "../../base-executor-BOTlYnaD.mjs";
|
|
3
2
|
import { PromiseExecutor } from "@nx/devkit";
|
|
3
|
+
import PowerlinesAPI from "powerlines";
|
|
4
4
|
import { BaseExecutorResult } from "@storm-software/workspace-tools/types";
|
|
5
5
|
|
|
6
6
|
//#region src/executors/clean/schema.d.ts
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { t as PowerlinesExecutorContext } from "../../base-executor-
|
|
1
|
+
import { t as PowerlinesExecutorContext } from "../../base-executor-N_ZgvzpA.js";
|
|
2
2
|
import { PromiseExecutor } from "@nx/devkit";
|
|
3
3
|
import { BaseExecutorResult } from "@storm-software/workspace-tools/types";
|
|
4
4
|
import PowerlinesAPI from "powerlines";
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: 'Module' } });
|
|
2
|
-
const
|
|
2
|
+
const require_base_executor = require('../../base-executor-DH33Fd1U.js');
|
|
3
3
|
|
|
4
4
|
//#region src/executors/clean/executor.ts
|
|
5
5
|
async function executorFn(context, api) {
|
|
6
6
|
await api.clean(context.inlineConfig);
|
|
7
7
|
return { success: true };
|
|
8
8
|
}
|
|
9
|
-
const executor =
|
|
9
|
+
const executor = require_base_executor.withExecutor("clean", executorFn);
|
|
10
10
|
|
|
11
11
|
//#endregion
|
|
12
12
|
exports.default = executor;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
const require_chunk = require('../../chunk-BE-pF4vm.js');
|
|
2
|
-
const
|
|
2
|
+
const require_base_executor_untyped = require('../../base-executor.untyped-DwcuTgJP.js');
|
|
3
3
|
let untyped = require("untyped");
|
|
4
4
|
|
|
5
5
|
//#region src/executors/clean/untyped.ts
|
|
6
6
|
var untyped_default = (0, untyped.defineUntypedSchema)({
|
|
7
|
-
...
|
|
7
|
+
...require_base_executor_untyped.base_executor_untyped_default,
|
|
8
8
|
$schema: {
|
|
9
9
|
id: "CleanExecutorSchema",
|
|
10
10
|
title: "Clean Executor",
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import base_executor_untyped_default from "../../base
|
|
1
|
+
import { t as base_executor_untyped_default } from "../../base-executor.untyped-CWwiE6fo.mjs";
|
|
2
2
|
import { defineUntypedSchema } from "untyped";
|
|
3
3
|
|
|
4
4
|
//#region src/executors/clean/untyped.ts
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { t as PowerlinesExecutorContext } from "../../base-executor-
|
|
2
|
-
import PowerlinesAPI from "powerlines";
|
|
1
|
+
import { t as PowerlinesExecutorContext } from "../../base-executor-BOTlYnaD.mjs";
|
|
3
2
|
import { PromiseExecutor } from "@nx/devkit";
|
|
3
|
+
import PowerlinesAPI from "powerlines";
|
|
4
4
|
import { BaseExecutorResult } from "@storm-software/workspace-tools/types";
|
|
5
5
|
|
|
6
6
|
//#region src/executors/docs/schema.d.ts
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { t as PowerlinesExecutorContext } from "../../base-executor-
|
|
1
|
+
import { t as PowerlinesExecutorContext } from "../../base-executor-N_ZgvzpA.js";
|
|
2
2
|
import { PromiseExecutor } from "@nx/devkit";
|
|
3
3
|
import { BaseExecutorResult } from "@storm-software/workspace-tools/types";
|
|
4
4
|
import PowerlinesAPI from "powerlines";
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: 'Module' } });
|
|
2
|
-
const
|
|
2
|
+
const require_base_executor = require('../../base-executor-DH33Fd1U.js');
|
|
3
3
|
|
|
4
4
|
//#region src/executors/docs/executor.ts
|
|
5
5
|
async function executorFn(context, api) {
|
|
6
6
|
await api.docs(context.inlineConfig);
|
|
7
7
|
return { success: true };
|
|
8
8
|
}
|
|
9
|
-
const executor =
|
|
9
|
+
const executor = require_base_executor.withExecutor("docs", executorFn);
|
|
10
10
|
|
|
11
11
|
//#endregion
|
|
12
12
|
exports.default = executor;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"untyped.mjs","names":["prepareExecutorSchema"],"sources":["../../../../src/executors/docs/untyped.ts"],"sourcesContent":["/* -------------------------------------------------------------------\n\n ⚡ Storm Software - Powerlines\n\n This code was released as part of the Powerlines project. Powerlines\n is maintained by Storm Software under the Apache-2.0 license, and is\n free for commercial and private use. For more information, please visit\n our licensing page at https://stormsoftware.com/licenses/projects/powerlines.\n\n Website: https://stormsoftware.com\n Repository: https://github.com/storm-software/powerlines\n Documentation: https://docs.stormsoftware.com/projects/powerlines\n Contact: https://stormsoftware.com/contact\n\n SPDX-License-Identifier: Apache-2.0\n\n ------------------------------------------------------------------- */\n\nimport { defineUntypedSchema } from \"untyped\";\nimport prepareExecutorSchema from \"../prepare/untyped\";\n\nexport default defineUntypedSchema({\n ...prepareExecutorSchema,\n $schema: {\n id: \"DocsExecutorSchema\",\n title: \"Docs Executor\",\n description: \"A type definition for the Powerlines - Docs executor schema\",\n required: []\n }\n});\n"],"mappings":"
|
|
1
|
+
{"version":3,"file":"untyped.mjs","names":["prepareExecutorSchema"],"sources":["../../../../src/executors/docs/untyped.ts"],"sourcesContent":["/* -------------------------------------------------------------------\n\n ⚡ Storm Software - Powerlines\n\n This code was released as part of the Powerlines project. Powerlines\n is maintained by Storm Software under the Apache-2.0 license, and is\n free for commercial and private use. For more information, please visit\n our licensing page at https://stormsoftware.com/licenses/projects/powerlines.\n\n Website: https://stormsoftware.com\n Repository: https://github.com/storm-software/powerlines\n Documentation: https://docs.stormsoftware.com/projects/powerlines\n Contact: https://stormsoftware.com/contact\n\n SPDX-License-Identifier: Apache-2.0\n\n ------------------------------------------------------------------- */\n\nimport { defineUntypedSchema } from \"untyped\";\nimport prepareExecutorSchema from \"../prepare/untyped\";\n\nexport default defineUntypedSchema({\n ...prepareExecutorSchema,\n $schema: {\n id: \"DocsExecutorSchema\",\n title: \"Docs Executor\",\n description: \"A type definition for the Powerlines - Docs executor schema\",\n required: []\n }\n});\n"],"mappings":";;;;;AAqBA,sBAAe,oBAAoB;CACjC,GAAGA;CACH,SAAS;EACP,IAAI;EACJ,OAAO;EACP,aAAa;EACb,UAAU,EAAE;EACb;CACF,CAAC"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { t as PowerlinesExecutorContext } from "../../base-executor-
|
|
2
|
-
import PowerlinesAPI from "powerlines";
|
|
1
|
+
import { t as PowerlinesExecutorContext } from "../../base-executor-BOTlYnaD.mjs";
|
|
3
2
|
import { PromiseExecutor } from "@nx/devkit";
|
|
3
|
+
import PowerlinesAPI from "powerlines";
|
|
4
4
|
import { BaseExecutorResult } from "@storm-software/workspace-tools/types";
|
|
5
5
|
|
|
6
6
|
//#region src/executors/lint/schema.d.ts
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { t as PowerlinesExecutorContext } from "../../base-executor-
|
|
1
|
+
import { t as PowerlinesExecutorContext } from "../../base-executor-N_ZgvzpA.js";
|
|
2
2
|
import { PromiseExecutor } from "@nx/devkit";
|
|
3
3
|
import { BaseExecutorResult } from "@storm-software/workspace-tools/types";
|
|
4
4
|
import PowerlinesAPI from "powerlines";
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: 'Module' } });
|
|
2
|
-
const
|
|
2
|
+
const require_base_executor = require('../../base-executor-DH33Fd1U.js');
|
|
3
3
|
|
|
4
4
|
//#region src/executors/lint/executor.ts
|
|
5
5
|
async function executorFn(context, api) {
|
|
6
6
|
await api.lint(context.inlineConfig);
|
|
7
7
|
return { success: true };
|
|
8
8
|
}
|
|
9
|
-
const executor =
|
|
9
|
+
const executor = require_base_executor.withExecutor("lint", executorFn);
|
|
10
10
|
|
|
11
11
|
//#endregion
|
|
12
12
|
exports.default = executor;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"untyped.mjs","names":["prepareExecutorSchema"],"sources":["../../../../src/executors/lint/untyped.ts"],"sourcesContent":["/* -------------------------------------------------------------------\n\n ⚡ Storm Software - Powerlines\n\n This code was released as part of the Powerlines project. Powerlines\n is maintained by Storm Software under the Apache-2.0 license, and is\n free for commercial and private use. For more information, please visit\n our licensing page at https://stormsoftware.com/licenses/projects/powerlines.\n\n Website: https://stormsoftware.com\n Repository: https://github.com/storm-software/powerlines\n Documentation: https://docs.stormsoftware.com/projects/powerlines\n Contact: https://stormsoftware.com/contact\n\n SPDX-License-Identifier: Apache-2.0\n\n ------------------------------------------------------------------- */\n\nimport { defineUntypedSchema } from \"untyped\";\nimport prepareExecutorSchema from \"../prepare/untyped\";\n\nexport default defineUntypedSchema({\n ...prepareExecutorSchema,\n $schema: {\n id: \"LintExecutorSchema\",\n title: \"Lint Executor\",\n description: \"A type definition for the Powerlines - Lint executor schema\",\n required: []\n }\n});\n"],"mappings":"
|
|
1
|
+
{"version":3,"file":"untyped.mjs","names":["prepareExecutorSchema"],"sources":["../../../../src/executors/lint/untyped.ts"],"sourcesContent":["/* -------------------------------------------------------------------\n\n ⚡ Storm Software - Powerlines\n\n This code was released as part of the Powerlines project. Powerlines\n is maintained by Storm Software under the Apache-2.0 license, and is\n free for commercial and private use. For more information, please visit\n our licensing page at https://stormsoftware.com/licenses/projects/powerlines.\n\n Website: https://stormsoftware.com\n Repository: https://github.com/storm-software/powerlines\n Documentation: https://docs.stormsoftware.com/projects/powerlines\n Contact: https://stormsoftware.com/contact\n\n SPDX-License-Identifier: Apache-2.0\n\n ------------------------------------------------------------------- */\n\nimport { defineUntypedSchema } from \"untyped\";\nimport prepareExecutorSchema from \"../prepare/untyped\";\n\nexport default defineUntypedSchema({\n ...prepareExecutorSchema,\n $schema: {\n id: \"LintExecutorSchema\",\n title: \"Lint Executor\",\n description: \"A type definition for the Powerlines - Lint executor schema\",\n required: []\n }\n});\n"],"mappings":";;;;;AAqBA,sBAAe,oBAAoB;CACjC,GAAGA;CACH,SAAS;EACP,IAAI;EACJ,OAAO;EACP,aAAa;EACb,UAAU,EAAE;EACb;CACF,CAAC"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { t as PowerlinesExecutorContext } from "../../base-executor-
|
|
2
|
-
import PowerlinesAPI from "powerlines";
|
|
1
|
+
import { t as PowerlinesExecutorContext } from "../../base-executor-BOTlYnaD.mjs";
|
|
3
2
|
import { PromiseExecutor } from "@nx/devkit";
|
|
3
|
+
import PowerlinesAPI from "powerlines";
|
|
4
4
|
import { BaseExecutorResult } from "@storm-software/workspace-tools/types";
|
|
5
5
|
|
|
6
6
|
//#region src/executors/prepare/schema.d.ts
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { t as PowerlinesExecutorContext } from "../../base-executor-
|
|
1
|
+
import { t as PowerlinesExecutorContext } from "../../base-executor-N_ZgvzpA.js";
|
|
2
2
|
import { PromiseExecutor } from "@nx/devkit";
|
|
3
3
|
import { BaseExecutorResult } from "@storm-software/workspace-tools/types";
|
|
4
4
|
import PowerlinesAPI from "powerlines";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: 'Module' } });
|
|
2
2
|
const require_chunk = require('../../chunk-BE-pF4vm.js');
|
|
3
|
-
const
|
|
3
|
+
const require_base_executor = require('../../base-executor-DH33Fd1U.js');
|
|
4
4
|
let defu = require("defu");
|
|
5
5
|
defu = require_chunk.__toESM(defu);
|
|
6
6
|
|
|
@@ -13,7 +13,7 @@ async function executorFn(context, api) {
|
|
|
13
13
|
}, context.inlineConfig));
|
|
14
14
|
return { success: true };
|
|
15
15
|
}
|
|
16
|
-
const executor =
|
|
16
|
+
const executor = require_base_executor.withExecutor("prepare", executorFn);
|
|
17
17
|
|
|
18
18
|
//#endregion
|
|
19
19
|
exports.default = executor;
|