@storm-software/esbuild 0.31.48 → 0.31.50
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
|
@@ -7507,8 +7507,10 @@ var getEntryPoints = /* @__PURE__ */ __name(async (config, projectRoot, sourceRo
|
|
|
7507
7507
|
return ret;
|
|
7508
7508
|
}, []));
|
|
7509
7509
|
} else {
|
|
7510
|
-
(0, import_config_tools4.writeDebug)(`
|
|
7511
|
-
|
|
7510
|
+
(0, import_config_tools4.writeDebug)(`Adding ESBuild entry point
|
|
7511
|
+
- Input: ${entryPoint.in}
|
|
7512
|
+
- Output: ${entryPoint.out}`, config);
|
|
7513
|
+
if (!paths.some((p) => p.out === entryPoint.out)) {
|
|
7512
7514
|
paths.push(entryPoint);
|
|
7513
7515
|
}
|
|
7514
7516
|
}
|
package/dist/build.cjs
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var _chunkP7PJ2PJUcjs = require('./chunk-P7PJ2PJU.cjs');
|
|
5
5
|
require('./chunk-TPPC2KGE.cjs');
|
|
6
6
|
require('./chunk-YGTIQ2IA.cjs');
|
|
7
7
|
require('./chunk-S6M44SSZ.cjs');
|
|
@@ -18,4 +18,4 @@ require('./chunk-BGYQAVKQ.cjs');
|
|
|
18
18
|
|
|
19
19
|
|
|
20
20
|
|
|
21
|
-
exports.build =
|
|
21
|
+
exports.build = _chunkP7PJ2PJUcjs.build; exports.cleanOutputPath = _chunkP7PJ2PJUcjs.cleanOutputPath;
|
package/dist/build.js
CHANGED
|
@@ -259,8 +259,10 @@ var getEntryPoints = /* @__PURE__ */ __name(async (config, projectRoot, sourceRo
|
|
|
259
259
|
return ret;
|
|
260
260
|
}, []));
|
|
261
261
|
} else {
|
|
262
|
-
writeDebug(`
|
|
263
|
-
|
|
262
|
+
writeDebug(`Adding ESBuild entry point
|
|
263
|
+
- Input: ${entryPoint.in}
|
|
264
|
+
- Output: ${entryPoint.out}`, config);
|
|
265
|
+
if (!paths.some((p) => p.out === entryPoint.out)) {
|
|
264
266
|
paths.push(entryPoint);
|
|
265
267
|
}
|
|
266
268
|
}
|
|
@@ -259,8 +259,10 @@ var getEntryPoints = /* @__PURE__ */ _chunkBGYQAVKQcjs.__name.call(void 0, async
|
|
|
259
259
|
return ret;
|
|
260
260
|
}, []));
|
|
261
261
|
} else {
|
|
262
|
-
_chunkQVWQRHQZcjs.writeDebug.call(void 0, `
|
|
263
|
-
|
|
262
|
+
_chunkQVWQRHQZcjs.writeDebug.call(void 0, `Adding ESBuild entry point
|
|
263
|
+
- Input: ${entryPoint.in}
|
|
264
|
+
- Output: ${entryPoint.out}`, config);
|
|
265
|
+
if (!paths.some((p) => p.out === entryPoint.out)) {
|
|
264
266
|
paths.push(entryPoint);
|
|
265
267
|
}
|
|
266
268
|
}
|
package/dist/index.cjs
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
var
|
|
10
|
+
var _chunkP7PJ2PJUcjs = require('./chunk-P7PJ2PJU.cjs');
|
|
11
11
|
|
|
12
12
|
|
|
13
13
|
|
|
@@ -41,4 +41,4 @@ require('./chunk-BGYQAVKQ.cjs');
|
|
|
41
41
|
|
|
42
42
|
|
|
43
43
|
|
|
44
|
-
exports.DEFAULT_BUILD_OPTIONS = _chunkYGTIQ2IAcjs.DEFAULT_BUILD_OPTIONS; exports.Filter =
|
|
44
|
+
exports.DEFAULT_BUILD_OPTIONS = _chunkYGTIQ2IAcjs.DEFAULT_BUILD_OPTIONS; exports.Filter = _chunkP7PJ2PJUcjs.Filter; exports.Mapper = _chunkP7PJ2PJUcjs.Mapper; exports.build = _chunkP7PJ2PJUcjs.build; exports.clean = _chunkTPPC2KGEcjs.clean; exports.cleanDirectories = _chunkTPPC2KGEcjs.cleanDirectories; exports.cleanOutputPath = _chunkP7PJ2PJUcjs.cleanOutputPath; exports.getDefaultBuildPlugins = _chunkYGTIQ2IAcjs.getDefaultBuildPlugins; exports.handle = _chunkP7PJ2PJUcjs.handle; exports.pipe = _chunkP7PJ2PJUcjs.pipe; exports.skip = _chunkP7PJ2PJUcjs.skip; exports.transduce = _chunkP7PJ2PJUcjs.transduce;
|
package/dist/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/esbuild",
|
|
3
|
-
"version": "0.31.
|
|
3
|
+
"version": "0.31.50",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A package containing `esbuild` utilities for building Storm Software libraries and applications",
|
|
6
6
|
"repository": {
|
|
@@ -172,9 +172,9 @@
|
|
|
172
172
|
"@microsoft/api-extractor": "^7.48.1",
|
|
173
173
|
"@nx/devkit": "20.6.0",
|
|
174
174
|
"@nx/js": "20.6.0",
|
|
175
|
-
"@storm-software/build-tools": "0.143.
|
|
176
|
-
"@storm-software/config": "1.112.
|
|
177
|
-
"@storm-software/config-tools": "1.162.
|
|
175
|
+
"@storm-software/build-tools": "0.143.38",
|
|
176
|
+
"@storm-software/config": "1.112.20",
|
|
177
|
+
"@storm-software/config-tools": "1.162.12",
|
|
178
178
|
"@types/node": "^22.10.2",
|
|
179
179
|
"rollup": "^4.29.1",
|
|
180
180
|
"spdx-exceptions": "^2.5.0",
|