@storm-software/pulumi-tools 0.7.39 → 0.7.41
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 +14 -0
- package/README.md +1 -1
- package/dist/{chunk-56MIYBFB.mjs → chunk-26S6TAKJ.mjs} +1 -1
- package/dist/{chunk-4JHRPIAI.mjs → chunk-2KDIKPBS.mjs} +1 -1
- package/dist/{chunk-OHB7BWHV.mjs → chunk-2UCO46LO.mjs} +104 -67
- package/dist/{chunk-WP5ADETB.js → chunk-3LQFRKIU.js} +131 -94
- package/dist/{chunk-EBQ4W45Z.mjs → chunk-3UGVTIGP.mjs} +1 -1
- package/dist/{chunk-CAUTCB4N.js → chunk-3XXJV3DH.js} +2 -2
- package/dist/{chunk-2XCN4ZZY.mjs → chunk-7AWVCCR4.mjs} +1 -1
- package/dist/{chunk-HGFZEBRF.js → chunk-APIJLG5M.js} +2 -2
- package/dist/{chunk-OFWGUF5J.js → chunk-FW7MVDHP.js} +5 -5
- package/dist/{chunk-AUCEBVHL.js → chunk-OPMXGFNT.js} +2 -2
- package/dist/{chunk-CV3MVGM5.mjs → chunk-Q5MCQX6H.mjs} +1 -1
- package/dist/{chunk-FUB25V7L.mjs → chunk-TMIIM3X7.mjs} +1 -1
- package/dist/{chunk-3B4UHGT2.js → chunk-X5ZCAH2C.js} +2 -2
- package/dist/{chunk-ITMXW6BU.js → chunk-XKYTUIZK.js} +3 -3
- package/dist/{chunk-OSIIC47G.mjs → chunk-Z2ODCGRK.mjs} +1 -1
- package/dist/{chunk-GNIGDMSD.js → chunk-ZU6W5KIM.js} +2 -2
- package/dist/executors.d.mts +1 -1
- package/dist/executors.d.ts +1 -1
- package/dist/executors.js +7 -7
- package/dist/executors.mjs +7 -7
- package/dist/{generators-Cf-nGItq.d.mts → generators-C1_XT3qk.d.mts} +1 -1
- package/dist/{generators-DltbTTJ2.d.ts → generators-CIhk3saj.d.ts} +1 -1
- package/dist/generators.d.mts +2 -2
- package/dist/generators.d.ts +2 -2
- package/dist/generators.js +3 -3
- package/dist/generators.mjs +2 -2
- package/dist/index.d.mts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +9 -9
- package/dist/index.mjs +8 -8
- package/dist/src/base/base-executor.d.mts +1 -1
- package/dist/src/base/base-executor.d.ts +1 -1
- package/dist/src/base/base-executor.js +3 -3
- package/dist/src/base/base-executor.mjs +2 -2
- package/dist/src/base/index.d.mts +1 -1
- package/dist/src/base/index.d.ts +1 -1
- package/dist/src/base/index.js +3 -3
- package/dist/src/base/index.mjs +2 -2
- package/dist/src/executors/config/executor.d.mts +1 -1
- package/dist/src/executors/config/executor.d.ts +1 -1
- package/dist/src/executors/config/executor.js +4 -4
- package/dist/src/executors/config/executor.mjs +3 -3
- package/dist/src/executors/import/executor.d.mts +1 -1
- package/dist/src/executors/import/executor.d.ts +1 -1
- package/dist/src/executors/import/executor.js +4 -4
- package/dist/src/executors/import/executor.mjs +3 -3
- package/dist/src/executors/preview/executor.d.mts +1 -1
- package/dist/src/executors/preview/executor.d.ts +1 -1
- package/dist/src/executors/preview/executor.js +4 -4
- package/dist/src/executors/preview/executor.mjs +3 -3
- package/dist/src/executors/refresh/executor.d.mts +1 -1
- package/dist/src/executors/refresh/executor.d.ts +1 -1
- package/dist/src/executors/refresh/executor.js +4 -4
- package/dist/src/executors/refresh/executor.mjs +3 -3
- package/dist/src/executors/up/executor.d.mts +1 -1
- package/dist/src/executors/up/executor.d.ts +1 -1
- package/dist/src/executors/up/executor.js +4 -4
- package/dist/src/executors/up/executor.mjs +3 -3
- package/dist/src/generators/init/generator.d.mts +2 -2
- package/dist/src/generators/init/generator.d.ts +2 -2
- package/dist/src/generators/init/generator.js +3 -3
- package/dist/src/generators/init/generator.mjs +2 -2
- package/dist/{types-PmpUoA3H.d.mts → types-D7IMa2M3.d.mts} +20 -2
- package/dist/{types-PmpUoA3H.d.ts → types-D7IMa2M3.d.ts} +20 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,20 @@
|
|
|
2
2
|
|
|
3
3
|
# Changelog for Storm Ops - Pulumi Tools
|
|
4
4
|
|
|
5
|
+
## [0.7.41](https://github.com/storm-software/storm-ops/releases/tag/pulumi-tools%400.7.41) (2025-04-07)
|
|
6
|
+
|
|
7
|
+
### Miscellaneous
|
|
8
|
+
|
|
9
|
+
- **monorepo:** Regenerate README markdown files
|
|
10
|
+
([1ac4c6ad4](https://github.com/storm-software/storm-ops/commit/1ac4c6ad4))
|
|
11
|
+
|
|
12
|
+
## [0.7.40](https://github.com/storm-software/storm-ops/releases/tag/pulumi-tools%400.7.40) (2025-04-04)
|
|
13
|
+
|
|
14
|
+
### Miscellaneous
|
|
15
|
+
|
|
16
|
+
- **monorepo:** Regenerate README markdown files
|
|
17
|
+
([30c679ec1](https://github.com/storm-software/storm-ops/commit/30c679ec1))
|
|
18
|
+
|
|
5
19
|
## [0.7.39](https://github.com/storm-software/storm-ops/releases/tag/pulumi-tools%400.7.39) (2025-04-02)
|
|
6
20
|
|
|
7
21
|
### Miscellaneous
|
package/README.md
CHANGED
|
@@ -21,7 +21,7 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
|
|
|
21
21
|
|
|
22
22
|
<h3 align="center">💻 Visit <a href="https://stormsoftware.com" target="_blank">stormsoftware.com</a> to stay up to date with this developer</h3><br />
|
|
23
23
|
|
|
24
|
-
[](https://prettier.io/) [](http://nx.dev/) [](https://nextjs.org/) [](http://commitizen.github.io/cz-cli/)  [](https://fumadocs.vercel.app/) 
|
|
25
25
|
|
|
26
26
|
<!-- prettier-ignore-start -->
|
|
27
27
|
<!-- markdownlint-disable -->
|
|
@@ -182,6 +182,10 @@ var WorkspaceDirectoryConfigSchema = z.object({
|
|
|
182
182
|
log: z.string().trim().optional().describe("The directory used to store the environment's temp files"),
|
|
183
183
|
build: z.string().trim().default("dist").describe("The directory used to store the workspace's distributable files after a build (relative to the workspace root)")
|
|
184
184
|
}).describe("Various directories used by the workspace to store data, cache, and configuration files");
|
|
185
|
+
var errorConfigSchema = z.object({
|
|
186
|
+
codesFile: z.string().trim().default(STORM_DEFAULT_RELEASE_BANNER).describe("The path to the workspace's error codes JSON file"),
|
|
187
|
+
url: z.string().trim().url().optional().describe("A URL to a page that looks up the workspace's error messages given a specific error code")
|
|
188
|
+
}).describe("The workspace's error config used during the error process");
|
|
185
189
|
var stormWorkspaceConfigSchema = z.object({
|
|
186
190
|
$schema: z.string().trim().default("https://cdn.jsdelivr.net/npm/@storm-software/config/schemas/storm-workspace.schema.json").optional().nullish().describe("The URL to the JSON schema file that describes the Storm configuration file"),
|
|
187
191
|
extends: ExtendsSchema.optional(),
|
|
@@ -200,6 +204,7 @@ var stormWorkspaceConfigSchema = z.object({
|
|
|
200
204
|
bot: WorkspaceBotConfigSchema,
|
|
201
205
|
release: WorkspaceReleaseConfigSchema,
|
|
202
206
|
account: WorkspaceAccountConfigSchema,
|
|
207
|
+
error: errorConfigSchema,
|
|
203
208
|
mode: z.enum([
|
|
204
209
|
"development",
|
|
205
210
|
"staging",
|
|
@@ -537,7 +542,10 @@ var getDefaultConfig = /* @__PURE__ */ __name(async (root) => {
|
|
|
537
542
|
license,
|
|
538
543
|
homepage,
|
|
539
544
|
docs: `${homepage || STORM_DEFAULT_HOMEPAGE}/docs`,
|
|
540
|
-
licensing: `${homepage || STORM_DEFAULT_HOMEPAGE}/license
|
|
545
|
+
licensing: `${homepage || STORM_DEFAULT_HOMEPAGE}/license`,
|
|
546
|
+
error: {
|
|
547
|
+
url: `${homepage || STORM_DEFAULT_HOMEPAGE}/errors`
|
|
548
|
+
}
|
|
541
549
|
};
|
|
542
550
|
}, "getDefaultConfig");
|
|
543
551
|
|
|
@@ -902,6 +910,10 @@ var getConfigEnv = /* @__PURE__ */ __name(() => {
|
|
|
902
910
|
header: process.env[`${prefix}RELEASE_HEADER`] || void 0,
|
|
903
911
|
footer: process.env[`${prefix}RELEASE_FOOTER`] || void 0
|
|
904
912
|
},
|
|
913
|
+
error: {
|
|
914
|
+
codesFile: process.env[`${prefix}ERROR_CODES_FILE`] || void 0,
|
|
915
|
+
url: process.env[`${prefix}ERROR_URL`] || void 0
|
|
916
|
+
},
|
|
905
917
|
account: {
|
|
906
918
|
twitter: process.env[`${prefix}ACCOUNT_TWITTER`] || void 0,
|
|
907
919
|
discord: process.env[`${prefix}ACCOUNT_DISCORD`] || void 0,
|
|
@@ -1075,6 +1087,10 @@ var setConfigEnv = /* @__PURE__ */ __name((config) => {
|
|
|
1075
1087
|
process.env[`${prefix}BOT_NAME`] = config.bot.name;
|
|
1076
1088
|
process.env[`${prefix}BOT_EMAIL`] = config.bot.email;
|
|
1077
1089
|
}
|
|
1090
|
+
if (config.error) {
|
|
1091
|
+
process.env[`${prefix}ERROR_CODES_FILE`] = config.error.codesFile;
|
|
1092
|
+
process.env[`${prefix}ERROR_URL`] = config.error.url;
|
|
1093
|
+
}
|
|
1078
1094
|
if (config.release) {
|
|
1079
1095
|
process.env[`${prefix}RELEASE_BANNER`] = config.release.banner;
|
|
1080
1096
|
process.env[`${prefix}RELEASE_HEADER`] = config.release.header;
|
|
@@ -1205,7 +1221,7 @@ var setConfigEnv = /* @__PURE__ */ __name((config) => {
|
|
|
1205
1221
|
process.env[`${prefix}REGISTRY_CYCLONE`] = String(config.registry.cyclone);
|
|
1206
1222
|
}
|
|
1207
1223
|
if (config.registry.container) {
|
|
1208
|
-
process.env[`${prefix}REGISTRY_CONTAINER`] = String(config.registry.
|
|
1224
|
+
process.env[`${prefix}REGISTRY_CONTAINER`] = String(config.registry.container);
|
|
1209
1225
|
}
|
|
1210
1226
|
}
|
|
1211
1227
|
if (config.logLevel) {
|
|
@@ -1990,58 +2006,6 @@ var addWorkspacePackageJsonFields = /* @__PURE__ */ __name(async (config, projec
|
|
|
1990
2006
|
|
|
1991
2007
|
// ../build-tools/src/utilities/get-entry-points.ts
|
|
1992
2008
|
import { glob as glob2 } from "glob";
|
|
1993
|
-
var getEntryPoints = /* @__PURE__ */ __name(async (config, projectRoot, sourceRoot, entry, emitOnAll = false) => {
|
|
1994
|
-
const workspaceRoot3 = config.workspaceRoot || findWorkspaceRoot();
|
|
1995
|
-
const entryPoints = [];
|
|
1996
|
-
if (entry) {
|
|
1997
|
-
if (typeof entry === "string") {
|
|
1998
|
-
entryPoints.push(entry);
|
|
1999
|
-
} else if (Array.isArray(entry)) {
|
|
2000
|
-
entryPoints.push(...entry);
|
|
2001
|
-
} else {
|
|
2002
|
-
entryPoints.push(...Object.values(entry));
|
|
2003
|
-
}
|
|
2004
|
-
}
|
|
2005
|
-
if (emitOnAll) {
|
|
2006
|
-
entryPoints.push(joinPaths(workspaceRoot3, sourceRoot || projectRoot, "**/*.{ts,tsx}"));
|
|
2007
|
-
}
|
|
2008
|
-
const results = await Promise.all(entryPoints.map(async (entryPoint) => {
|
|
2009
|
-
const paths = [];
|
|
2010
|
-
if (entryPoint.includes("*")) {
|
|
2011
|
-
const files = await glob2(entryPoint, {
|
|
2012
|
-
withFileTypes: true,
|
|
2013
|
-
ignore: [
|
|
2014
|
-
"**/node_modules/**"
|
|
2015
|
-
]
|
|
2016
|
-
});
|
|
2017
|
-
paths.push(...files.reduce((ret, filePath) => {
|
|
2018
|
-
const result = correctPaths(joinPaths(filePath.path, filePath.name).replaceAll(correctPaths(workspaceRoot3), "").replaceAll(correctPaths(projectRoot), ""));
|
|
2019
|
-
if (result) {
|
|
2020
|
-
writeDebug(`Trying to add entry point ${result} at "${joinPaths(filePath.path, filePath.name)}"`, config);
|
|
2021
|
-
if (!paths.includes(result)) {
|
|
2022
|
-
paths.push(result);
|
|
2023
|
-
}
|
|
2024
|
-
}
|
|
2025
|
-
return ret;
|
|
2026
|
-
}, []));
|
|
2027
|
-
} else {
|
|
2028
|
-
const result = correctPaths(entryPoint.replaceAll(correctPaths(workspaceRoot3), "").replaceAll(correctPaths(projectRoot), ""));
|
|
2029
|
-
writeDebug(`Trying to add entry point ${result}"`, config);
|
|
2030
|
-
if (!paths.includes(result)) {
|
|
2031
|
-
paths.push(result);
|
|
2032
|
-
}
|
|
2033
|
-
}
|
|
2034
|
-
return paths;
|
|
2035
|
-
}));
|
|
2036
|
-
return results.filter(Boolean).reduce((ret, result) => {
|
|
2037
|
-
result.forEach((res) => {
|
|
2038
|
-
if (res && !ret.includes(res)) {
|
|
2039
|
-
ret.push(res);
|
|
2040
|
-
}
|
|
2041
|
-
});
|
|
2042
|
-
return ret;
|
|
2043
|
-
}, []);
|
|
2044
|
-
}, "getEntryPoints");
|
|
2045
2009
|
|
|
2046
2010
|
// ../build-tools/src/utilities/get-env.ts
|
|
2047
2011
|
var getEnv = /* @__PURE__ */ __name((builder, options) => {
|
|
@@ -2465,10 +2429,10 @@ var tscPlugin = /* @__PURE__ */ __name((options, resolvedOptions) => ({
|
|
|
2465
2429
|
if (process.env.WATCH !== "true" && process.env.DEV !== "true") {
|
|
2466
2430
|
await run(resolvedOptions.config, `pnpm exec tsc --project ${resolvedOptions.tsconfig}`, resolvedOptions.config.workspaceRoot);
|
|
2467
2431
|
}
|
|
2468
|
-
if (resolvedOptions.bundle && resolvedOptions.entryPoints && resolvedOptions.entryPoints.length > 0 && resolvedOptions.entryPoints[0] && resolvedOptions.entryPoints[0].endsWith(".ts")) {
|
|
2432
|
+
if (resolvedOptions.bundle && resolvedOptions.entryPoints && resolvedOptions.entryPoints.length > 0 && resolvedOptions.entryPoints[0]?.in && resolvedOptions.entryPoints[0].in.endsWith(".ts")) {
|
|
2469
2433
|
const sourceRoot = resolvedOptions.sourceRoot.replaceAll(resolvedOptions.projectRoot, "");
|
|
2470
2434
|
const typeOutDir = resolvedOptions.outdir;
|
|
2471
|
-
const entryPoint = resolvedOptions.entryPoints[0].replace(sourceRoot, "").replace(/\.ts$/, "");
|
|
2435
|
+
const entryPoint = resolvedOptions.entryPoints[0].in.replace(sourceRoot, "").replace(/\.ts$/, "");
|
|
2472
2436
|
const bundlePath = joinPaths(resolvedOptions.outdir, entryPoint);
|
|
2473
2437
|
let dtsPath;
|
|
2474
2438
|
if (existsSync5(joinPaths(resolvedOptions.config.workspaceRoot, typeOutDir, `${entryPoint}.d.ts`))) {
|
|
@@ -2659,6 +2623,84 @@ var shebangRenderer = {
|
|
|
2659
2623
|
}
|
|
2660
2624
|
};
|
|
2661
2625
|
|
|
2626
|
+
// ../esbuild/src/utilities/get-entry-points.ts
|
|
2627
|
+
import { glob as glob3 } from "glob";
|
|
2628
|
+
var getEntryPoints = /* @__PURE__ */ __name(async (config, projectRoot, sourceRoot, entry, emitOnAll = false) => {
|
|
2629
|
+
const workspaceRoot3 = config.workspaceRoot || findWorkspaceRoot();
|
|
2630
|
+
const entryPoints = [];
|
|
2631
|
+
if (entry) {
|
|
2632
|
+
if (typeof entry === "string") {
|
|
2633
|
+
entryPoints.push({
|
|
2634
|
+
in: entry,
|
|
2635
|
+
out: entry
|
|
2636
|
+
});
|
|
2637
|
+
} else if (Array.isArray(entry)) {
|
|
2638
|
+
entryPoints.push(...entry.map((entry2) => ({
|
|
2639
|
+
in: entry2,
|
|
2640
|
+
out: entry2
|
|
2641
|
+
})));
|
|
2642
|
+
} else {
|
|
2643
|
+
entryPoints.push(...Object.entries(entry).map(([key, value]) => {
|
|
2644
|
+
if (typeof value === "string") {
|
|
2645
|
+
return {
|
|
2646
|
+
in: key,
|
|
2647
|
+
out: value
|
|
2648
|
+
};
|
|
2649
|
+
} else {
|
|
2650
|
+
return {
|
|
2651
|
+
in: key,
|
|
2652
|
+
out: key
|
|
2653
|
+
};
|
|
2654
|
+
}
|
|
2655
|
+
}));
|
|
2656
|
+
}
|
|
2657
|
+
}
|
|
2658
|
+
if (emitOnAll) {
|
|
2659
|
+
entryPoints.push({
|
|
2660
|
+
in: joinPaths(workspaceRoot3, sourceRoot || projectRoot, "**/*.{ts,tsx}"),
|
|
2661
|
+
out: joinPaths(workspaceRoot3, sourceRoot || projectRoot, "**/*.{ts,tsx}")
|
|
2662
|
+
});
|
|
2663
|
+
}
|
|
2664
|
+
const results = await Promise.all(entryPoints.map(async (entryPoint) => {
|
|
2665
|
+
const paths = [];
|
|
2666
|
+
if (entryPoint.in.includes("*")) {
|
|
2667
|
+
const files = await glob3(entryPoint.in, {
|
|
2668
|
+
withFileTypes: true,
|
|
2669
|
+
ignore: [
|
|
2670
|
+
"**/node_modules/**"
|
|
2671
|
+
]
|
|
2672
|
+
});
|
|
2673
|
+
paths.push(...files.reduce((ret, filePath) => {
|
|
2674
|
+
const result = correctPaths(joinPaths(filePath.path, filePath.name).replaceAll(correctPaths(workspaceRoot3), "").replaceAll(correctPaths(projectRoot), ""));
|
|
2675
|
+
if (result) {
|
|
2676
|
+
writeDebug(`Trying to add entry point ${result} at "${joinPaths(filePath.path, filePath.name)}"`, config);
|
|
2677
|
+
if (!paths.some((p) => p.in === result)) {
|
|
2678
|
+
paths.push({
|
|
2679
|
+
in: result,
|
|
2680
|
+
out: entryPoint.out.replace(entryPoint.in, result)
|
|
2681
|
+
});
|
|
2682
|
+
}
|
|
2683
|
+
}
|
|
2684
|
+
return ret;
|
|
2685
|
+
}, []));
|
|
2686
|
+
} else {
|
|
2687
|
+
writeDebug(`Trying to add entry point ${entryPoint}"`, config);
|
|
2688
|
+
if (!paths.some((p) => p.in === entryPoint.in)) {
|
|
2689
|
+
paths.push(entryPoint);
|
|
2690
|
+
}
|
|
2691
|
+
}
|
|
2692
|
+
return paths;
|
|
2693
|
+
}));
|
|
2694
|
+
return results.filter(Boolean).reduce((ret, result) => {
|
|
2695
|
+
result.forEach((res) => {
|
|
2696
|
+
if (res && !ret.some((p) => p.in === res.in)) {
|
|
2697
|
+
ret.push(res);
|
|
2698
|
+
}
|
|
2699
|
+
});
|
|
2700
|
+
return ret;
|
|
2701
|
+
}, []);
|
|
2702
|
+
}, "getEntryPoints");
|
|
2703
|
+
|
|
2662
2704
|
// ../esbuild/src/utilities/helpers.ts
|
|
2663
2705
|
function handleSync(fn) {
|
|
2664
2706
|
try {
|
|
@@ -2772,7 +2814,7 @@ var resolveOptions = /* @__PURE__ */ __name(async (userOptions) => {
|
|
|
2772
2814
|
...userOptions,
|
|
2773
2815
|
tsconfig: joinPaths(projectRoot, userOptions.tsconfig ? userOptions.tsconfig.replace(projectRoot, "") : "tsconfig.json"),
|
|
2774
2816
|
format: options.format || "cjs",
|
|
2775
|
-
entryPoints: await getEntryPoints(config, projectRoot, projectJson.sourceRoot, userOptions.entry ?? "./src/index.ts",
|
|
2817
|
+
entryPoints: await getEntryPoints(config, projectRoot, projectJson.sourceRoot, userOptions.entry ?? "./src/index.ts", false),
|
|
2776
2818
|
outdir: userOptions.outputPath || joinPaths("dist", projectRoot),
|
|
2777
2819
|
distDir: userOptions.distDir || "dist",
|
|
2778
2820
|
plugins: [],
|
|
@@ -2787,7 +2829,6 @@ var resolveOptions = /* @__PURE__ */ __name(async (userOptions) => {
|
|
|
2787
2829
|
metafile: userOptions.metafile !== false,
|
|
2788
2830
|
generatePackageJson: userOptions.generatePackageJson !== false,
|
|
2789
2831
|
clean: userOptions.clean !== false,
|
|
2790
|
-
emitOnAll: userOptions.emitOnAll === true,
|
|
2791
2832
|
assets: userOptions.assets ?? [],
|
|
2792
2833
|
injectShims: userOptions.injectShims !== true,
|
|
2793
2834
|
bundle: userOptions.bundle !== false,
|
|
@@ -2854,19 +2895,13 @@ async function generatePackageJson(context2) {
|
|
|
2854
2895
|
packageJson.exports ??= {};
|
|
2855
2896
|
packageJson.exports["./package.json"] ??= "./package.json";
|
|
2856
2897
|
packageJson.exports["."] ??= `.${context2.options.distDir ? `/${context2.options.distDir}` : ""}/index.js`;
|
|
2857
|
-
|
|
2898
|
+
const entryPoints = [
|
|
2858
2899
|
{
|
|
2859
2900
|
in: "./src/index.ts",
|
|
2860
2901
|
out: "./src/index.ts"
|
|
2861
2902
|
}
|
|
2862
2903
|
];
|
|
2863
2904
|
if (context2.options.entryPoints) {
|
|
2864
|
-
if (Array.isArray(context2.options.entryPoints)) {
|
|
2865
|
-
entryPoints = context2.options.entryPoints.map((entryPoint) => typeof entryPoint === "string" ? {
|
|
2866
|
-
in: entryPoint,
|
|
2867
|
-
out: entryPoint
|
|
2868
|
-
} : entryPoint);
|
|
2869
|
-
}
|
|
2870
2905
|
for (const entryPoint of entryPoints) {
|
|
2871
2906
|
const split = entryPoint.out.split(".");
|
|
2872
2907
|
split.pop();
|
|
@@ -2935,7 +2970,6 @@ async function executeEsBuild(context2) {
|
|
|
2935
2970
|
delete options.clean;
|
|
2936
2971
|
delete options.debug;
|
|
2937
2972
|
delete options.generatePackageJson;
|
|
2938
|
-
delete options.emitOnAll;
|
|
2939
2973
|
delete options.distDir;
|
|
2940
2974
|
delete options.includeSrc;
|
|
2941
2975
|
delete options.verbose;
|
|
@@ -2948,7 +2982,10 @@ async function executeEsBuild(context2) {
|
|
|
2948
2982
|
delete options.injectShims;
|
|
2949
2983
|
delete options.external;
|
|
2950
2984
|
writeTrace(`Run esbuild (${context2.options.name}) with the following options:
|
|
2951
|
-
${formatLogMessage(
|
|
2985
|
+
${formatLogMessage({
|
|
2986
|
+
...options,
|
|
2987
|
+
define: "<Hidden>"
|
|
2988
|
+
})}`, context2.options.config);
|
|
2952
2989
|
const result = await esbuild2.build(options);
|
|
2953
2990
|
await esbuild2.stop();
|
|
2954
2991
|
if (result.metafile) {
|