@storm-software/esbuild 0.53.80 → 0.53.81
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/bin/esbuild.cjs
CHANGED
|
@@ -10680,7 +10680,7 @@ async function cleanOutputPath(context) {
|
|
|
10680
10680
|
return context;
|
|
10681
10681
|
}
|
|
10682
10682
|
async function build(options) {
|
|
10683
|
-
(0, import_console6.writeDebug)(`
|
|
10683
|
+
(0, import_console6.writeDebug)(` ${(0, import_console6.brandIcon)()} Executing Storm ESBuild pipeline`);
|
|
10684
10684
|
const stopwatch = (0, import_console6.getStopwatch)("ESBuild pipeline");
|
|
10685
10685
|
try {
|
|
10686
10686
|
const opts = Array.isArray(options) ? options : [options];
|
|
@@ -10710,7 +10710,7 @@ async function build(options) {
|
|
|
10710
10710
|
// bin/esbuild.ts
|
|
10711
10711
|
async function createProgram(config) {
|
|
10712
10712
|
try {
|
|
10713
|
-
(0, import_console7.writeInfo)(
|
|
10713
|
+
(0, import_console7.writeInfo)(`${(0, import_console7.brandIcon)(config)} Running Storm ESBuild pipeline`, config);
|
|
10714
10714
|
const root = (0, import_find_workspace_root2.findWorkspaceRootSafe)();
|
|
10715
10715
|
process.env.STORM_WORKSPACE_ROOT ??= root;
|
|
10716
10716
|
process.env.NX_WORKSPACE_ROOT_PATH ??= root;
|
|
@@ -10719,7 +10719,7 @@ async function createProgram(config) {
|
|
|
10719
10719
|
}
|
|
10720
10720
|
const program = new import_commander.Command("storm-esbuild");
|
|
10721
10721
|
program.version("1.0.0", "-v --version", "display CLI version");
|
|
10722
|
-
program.description("
|
|
10722
|
+
program.description("Run the Storm ESBuild pipeline").showHelpAfterError().showSuggestionAfterError();
|
|
10723
10723
|
program.command("build", { isDefault: true }).alias("bundle").description(
|
|
10724
10724
|
"Run a TypeScript build using ESBuild, API-Extractor, and TSC (for type generation)."
|
|
10725
10725
|
).option("-n --name <value>", "The name of the project to build").option(
|
package/dist/build.cjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var _chunk4OKPRLNCcjs = require('./chunk-4OKPRLNC.cjs');
|
|
4
4
|
require('./chunk-DJNFLJSO.cjs');
|
|
5
5
|
require('./chunk-BXCOVK3I.cjs');
|
|
6
6
|
require('./chunk-CXIJUB3O.cjs');
|
|
@@ -10,4 +10,4 @@ require('./chunk-V7AFF6GW.cjs');
|
|
|
10
10
|
require('./chunk-OBGZSXTJ.cjs');
|
|
11
11
|
|
|
12
12
|
|
|
13
|
-
exports.build =
|
|
13
|
+
exports.build = _chunk4OKPRLNCcjs.build;
|
package/dist/build.js
CHANGED
|
@@ -22,6 +22,7 @@ var _chunkV7AFF6GWcjs = require('./chunk-V7AFF6GW.cjs');
|
|
|
22
22
|
|
|
23
23
|
|
|
24
24
|
|
|
25
|
+
|
|
25
26
|
var _console = require('@storm-software/config-tools/logger/console');
|
|
26
27
|
async function reportResults(context) {
|
|
27
28
|
if (_optionalChain([context, 'access', _ => _.result, 'optionalAccess', _2 => _2.errors, 'access', _3 => _3.length]) === 0) {
|
|
@@ -58,7 +59,7 @@ async function cleanOutputPath(context) {
|
|
|
58
59
|
return context;
|
|
59
60
|
}
|
|
60
61
|
async function build(options) {
|
|
61
|
-
_console.writeDebug.call(void 0, `
|
|
62
|
+
_console.writeDebug.call(void 0, ` ${_console.brandIcon.call(void 0, )} Executing Storm ESBuild pipeline`);
|
|
62
63
|
const stopwatch = _console.getStopwatch.call(void 0, "ESBuild pipeline");
|
|
63
64
|
try {
|
|
64
65
|
const opts = Array.isArray(options) ? options : [options];
|
|
@@ -16,6 +16,7 @@ import {
|
|
|
16
16
|
|
|
17
17
|
// src/build.ts
|
|
18
18
|
import {
|
|
19
|
+
brandIcon,
|
|
19
20
|
getStopwatch,
|
|
20
21
|
writeDebug,
|
|
21
22
|
writeError,
|
|
@@ -58,7 +59,7 @@ async function cleanOutputPath(context) {
|
|
|
58
59
|
return context;
|
|
59
60
|
}
|
|
60
61
|
async function build(options) {
|
|
61
|
-
writeDebug(`
|
|
62
|
+
writeDebug(` ${brandIcon()} Executing Storm ESBuild pipeline`);
|
|
62
63
|
const stopwatch = getStopwatch("ESBuild pipeline");
|
|
63
64
|
try {
|
|
64
65
|
const opts = Array.isArray(options) ? options : [options];
|
package/dist/index.cjs
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});require('./chunk-SFZRYJZ2.cjs');
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var _chunk4OKPRLNCcjs = require('./chunk-4OKPRLNC.cjs');
|
|
5
5
|
require('./chunk-DJNFLJSO.cjs');
|
|
6
6
|
require('./chunk-BXCOVK3I.cjs');
|
|
7
7
|
require('./chunk-CXIJUB3O.cjs');
|
|
@@ -11,4 +11,4 @@ require('./chunk-V7AFF6GW.cjs');
|
|
|
11
11
|
require('./chunk-OBGZSXTJ.cjs');
|
|
12
12
|
|
|
13
13
|
|
|
14
|
-
exports.build =
|
|
14
|
+
exports.build = _chunk4OKPRLNCcjs.build;
|
package/dist/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/esbuild",
|
|
3
|
-
"version": "0.53.
|
|
3
|
+
"version": "0.53.81",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A package containing `esbuild` utilities for building Storm Software libraries and applications",
|
|
6
6
|
"repository": {
|
|
@@ -186,10 +186,10 @@
|
|
|
186
186
|
"dependencies": {
|
|
187
187
|
"@nx/devkit": "^22.3.3",
|
|
188
188
|
"@nx/js": "^22.3.3",
|
|
189
|
-
"@storm-software/build-tools": "^0.158.
|
|
190
|
-
"@storm-software/config": "^1.135.
|
|
191
|
-
"@storm-software/config-tools": "^1.
|
|
192
|
-
"@storm-software/tsup": "^0.2.
|
|
189
|
+
"@storm-software/build-tools": "^0.158.81",
|
|
190
|
+
"@storm-software/config": "^1.135.1",
|
|
191
|
+
"@storm-software/config-tools": "^1.189.0",
|
|
192
|
+
"@storm-software/tsup": "^0.2.79",
|
|
193
193
|
"chokidar": "^4.0.3",
|
|
194
194
|
"commander": "^12.1.0",
|
|
195
195
|
"defu": "6.1.4",
|
|
@@ -204,5 +204,5 @@
|
|
|
204
204
|
},
|
|
205
205
|
"publishConfig": { "access": "public" },
|
|
206
206
|
"sideEffects": false,
|
|
207
|
-
"gitHead": "
|
|
207
|
+
"gitHead": "0305bdb839af50999ab4680248db5dd2c4994ef3"
|
|
208
208
|
}
|