@storm-software/esbuild 0.23.10 → 0.23.12

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.
Files changed (41) hide show
  1. package/README.md +1 -1
  2. package/bin/esbuild.cjs +1200 -0
  3. package/dist/build.cjs +10 -10
  4. package/dist/build.js +9 -9
  5. package/dist/{chunk-RIVOXICH.js → chunk-2TSSKHLN.js} +2 -2
  6. package/dist/{chunk-V747733R.cjs → chunk-7B5IS3JU.cjs} +3 -3
  7. package/dist/{chunk-4Q76YH6E.js → chunk-7BNTMCVO.js} +1 -1
  8. package/dist/{chunk-U2QMMQDA.cjs → chunk-EKAZKXNP.cjs} +67 -67
  9. package/dist/{chunk-B2PY326H.js → chunk-GUU57L7S.js} +1 -1
  10. package/dist/{chunk-5A3PLYYB.js → chunk-HETBF2XF.js} +1 -1
  11. package/dist/{chunk-2STSOOUQ.js → chunk-NZA22OTO.js} +6 -6
  12. package/dist/{chunk-XOY3T2ZQ.js → chunk-Q3LOGZKI.js} +1 -1
  13. package/dist/{chunk-JYZKDIZJ.js → chunk-RAOTNBZB.js} +1 -1
  14. package/dist/{chunk-5UODOOQA.cjs → chunk-SSEYS7LI.cjs} +2 -2
  15. package/dist/{chunk-AP5TC7E5.cjs → chunk-TVEZYOW4.cjs} +2 -2
  16. package/dist/{chunk-CNHHELK6.cjs → chunk-URNZZJ4H.cjs} +3 -3
  17. package/dist/{chunk-YHAEJIC5.cjs → chunk-W7IOYOPN.cjs} +11 -11
  18. package/dist/{chunk-HXF5CHDH.js → chunk-WRQFX4AD.js} +5 -5
  19. package/dist/chunk-XITTOHOG.cjs +135 -0
  20. package/dist/{chunk-MPZUORUA.cjs → chunk-YMPJ3GHZ.cjs} +4 -4
  21. package/dist/chunk-YMTDVMD6.js +135 -0
  22. package/dist/{chunk-ZQYP5TTV.cjs → chunk-ZMQZFCEU.cjs} +51 -51
  23. package/dist/clean.cjs +4 -4
  24. package/dist/clean.d.cts +10 -10
  25. package/dist/clean.d.ts +10 -10
  26. package/dist/clean.js +3 -3
  27. package/dist/config.cjs +7 -7
  28. package/dist/config.js +6 -6
  29. package/dist/index.cjs +10 -10
  30. package/dist/index.js +9 -9
  31. package/dist/plugins/deps-check.cjs +4 -4
  32. package/dist/plugins/deps-check.js +3 -3
  33. package/dist/plugins/on-error.cjs +4 -4
  34. package/dist/plugins/on-error.js +3 -3
  35. package/dist/plugins/resolve-paths.cjs +3 -3
  36. package/dist/plugins/resolve-paths.js +2 -2
  37. package/dist/plugins/tsc.cjs +4 -4
  38. package/dist/plugins/tsc.js +3 -3
  39. package/package.json +7 -7
  40. package/dist/chunk-GHWCUMOG.cjs +0 -32
  41. package/dist/chunk-P4V2LVOO.js +0 -32
@@ -1,8 +1,8 @@
1
1
  import {
2
2
  depsCheckPlugin
3
- } from "../chunk-4Q76YH6E.js";
4
- import "../chunk-B2PY326H.js";
5
- import "../chunk-P4V2LVOO.js";
3
+ } from "../chunk-7BNTMCVO.js";
4
+ import "../chunk-GUU57L7S.js";
5
+ import "../chunk-YMTDVMD6.js";
6
6
  import "../chunk-3GQAWCBQ.js";
7
7
  export {
8
8
  depsCheckPlugin
@@ -1,9 +1,9 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
- var _chunkAP5TC7E5cjs = require('../chunk-AP5TC7E5.cjs');
4
- require('../chunk-MPZUORUA.cjs');
5
- require('../chunk-GHWCUMOG.cjs');
3
+ var _chunkTVEZYOW4cjs = require('../chunk-TVEZYOW4.cjs');
4
+ require('../chunk-YMPJ3GHZ.cjs');
5
+ require('../chunk-XITTOHOG.cjs');
6
6
  require('../chunk-BGYQAVKQ.cjs');
7
7
 
8
8
 
9
- exports.onErrorPlugin = _chunkAP5TC7E5cjs.onErrorPlugin;
9
+ exports.onErrorPlugin = _chunkTVEZYOW4cjs.onErrorPlugin;
@@ -1,8 +1,8 @@
1
1
  import {
2
2
  onErrorPlugin
3
- } from "../chunk-5A3PLYYB.js";
4
- import "../chunk-B2PY326H.js";
5
- import "../chunk-P4V2LVOO.js";
3
+ } from "../chunk-HETBF2XF.js";
4
+ import "../chunk-GUU57L7S.js";
5
+ import "../chunk-YMTDVMD6.js";
6
6
  import "../chunk-3GQAWCBQ.js";
7
7
  export {
8
8
  onErrorPlugin
@@ -1,8 +1,8 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
- var _chunk5UODOOQAcjs = require('../chunk-5UODOOQA.cjs');
4
- require('../chunk-GHWCUMOG.cjs');
3
+ var _chunkSSEYS7LIcjs = require('../chunk-SSEYS7LI.cjs');
4
+ require('../chunk-XITTOHOG.cjs');
5
5
  require('../chunk-BGYQAVKQ.cjs');
6
6
 
7
7
 
8
- exports.resolvePathsPlugin = _chunk5UODOOQAcjs.resolvePathsPlugin;
8
+ exports.resolvePathsPlugin = _chunkSSEYS7LIcjs.resolvePathsPlugin;
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  resolvePathsPlugin
3
- } from "../chunk-XOY3T2ZQ.js";
4
- import "../chunk-P4V2LVOO.js";
3
+ } from "../chunk-Q3LOGZKI.js";
4
+ import "../chunk-YMTDVMD6.js";
5
5
  import "../chunk-3GQAWCBQ.js";
6
6
  export {
7
7
  resolvePathsPlugin
@@ -1,9 +1,9 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
- var _chunkYHAEJIC5cjs = require('../chunk-YHAEJIC5.cjs');
4
- require('../chunk-MPZUORUA.cjs');
5
- require('../chunk-GHWCUMOG.cjs');
3
+ var _chunkW7IOYOPNcjs = require('../chunk-W7IOYOPN.cjs');
4
+ require('../chunk-YMPJ3GHZ.cjs');
5
+ require('../chunk-XITTOHOG.cjs');
6
6
  require('../chunk-BGYQAVKQ.cjs');
7
7
 
8
8
 
9
- exports.tscPlugin = _chunkYHAEJIC5cjs.tscPlugin;
9
+ exports.tscPlugin = _chunkW7IOYOPNcjs.tscPlugin;
@@ -1,8 +1,8 @@
1
1
  import {
2
2
  tscPlugin
3
- } from "../chunk-RIVOXICH.js";
4
- import "../chunk-B2PY326H.js";
5
- import "../chunk-P4V2LVOO.js";
3
+ } from "../chunk-2TSSKHLN.js";
4
+ import "../chunk-GUU57L7S.js";
5
+ import "../chunk-YMTDVMD6.js";
6
6
  import "../chunk-3GQAWCBQ.js";
7
7
  export {
8
8
  tscPlugin
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/esbuild",
3
- "version": "0.23.10",
3
+ "version": "0.23.12",
4
4
  "type": "module",
5
5
  "description": "A package containing `esbuild` utilities for building Storm Software libraries and applications",
6
6
  "repository": {
@@ -43,9 +43,9 @@
43
43
  "packageManager": "pnpm@9.15.2",
44
44
  "engines": { "node": ">=22.4.0", "pnpm": ">=9.15.2" },
45
45
  "bin": {
46
- "storm-esbuild": "./bin/storm-esbuild.js",
47
- "storm-esbuild-cjs": "./bin/storm-esbuild.cjs",
48
- "storm-esbuild-esm": "./bin/storm-esbuild.js"
46
+ "storm-esbuild": "./bin/esbuild.js",
47
+ "storm-esbuild-cjs": "./bin/esbuild.cjs",
48
+ "storm-esbuild-esm": "./bin/esbuild.js"
49
49
  },
50
50
  "main": "./dist/index.cjs",
51
51
  "module": "./dist/index.js",
@@ -171,9 +171,9 @@
171
171
  "@microsoft/api-extractor": "^7.48.1",
172
172
  "@nx/devkit": "^20.3.1",
173
173
  "@nx/js": "^20.3.1",
174
- "@storm-software/build-tools": "0.138.0",
175
- "@storm-software/config": "1.100.15",
176
- "@storm-software/config-tools": "1.145.0",
174
+ "@storm-software/build-tools": "0.138.2",
175
+ "@storm-software/config": "1.100.17",
176
+ "@storm-software/config-tools": "1.146.0",
177
177
  "@types/node": "^22.10.2",
178
178
  "defu": "6.1.4",
179
179
  "esbuild": "^0.24.0",
@@ -1,32 +0,0 @@
1
- "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
-
3
- var _chunkBGYQAVKQcjs = require('./chunk-BGYQAVKQ.cjs');
4
-
5
- // ../config-tools/src/utilities/correct-paths.ts
6
- var _path = require('path');
7
- var removeWindowsDriveLetter = /* @__PURE__ */ _chunkBGYQAVKQcjs.__name.call(void 0, (osSpecificPath) => {
8
- return osSpecificPath.replace(/^[A-Z]:/, "");
9
- }, "removeWindowsDriveLetter");
10
- var correctPaths = /* @__PURE__ */ _chunkBGYQAVKQcjs.__name.call(void 0, (path) => {
11
- if (!path) {
12
- return "";
13
- }
14
- if (path.includes("\\")) {
15
- if (!path.toUpperCase().startsWith("C:")) {
16
- path = `C:${path}`;
17
- }
18
- return path.replaceAll("/", "\\");
19
- }
20
- return removeWindowsDriveLetter(path).split("\\").join("/");
21
- }, "correctPaths");
22
- var joinPaths = /* @__PURE__ */ _chunkBGYQAVKQcjs.__name.call(void 0, (...paths) => {
23
- if (!paths || paths.length === 0) {
24
- return "";
25
- }
26
- return correctPaths(_path.join.call(void 0, ...paths));
27
- }, "joinPaths");
28
-
29
-
30
-
31
-
32
- exports.correctPaths = correctPaths; exports.joinPaths = joinPaths;
@@ -1,32 +0,0 @@
1
- import {
2
- __name
3
- } from "./chunk-3GQAWCBQ.js";
4
-
5
- // ../config-tools/src/utilities/correct-paths.ts
6
- import { join } from "node:path";
7
- var removeWindowsDriveLetter = /* @__PURE__ */ __name((osSpecificPath) => {
8
- return osSpecificPath.replace(/^[A-Z]:/, "");
9
- }, "removeWindowsDriveLetter");
10
- var correctPaths = /* @__PURE__ */ __name((path) => {
11
- if (!path) {
12
- return "";
13
- }
14
- if (path.includes("\\")) {
15
- if (!path.toUpperCase().startsWith("C:")) {
16
- path = `C:${path}`;
17
- }
18
- return path.replaceAll("/", "\\");
19
- }
20
- return removeWindowsDriveLetter(path).split("\\").join("/");
21
- }, "correctPaths");
22
- var joinPaths = /* @__PURE__ */ __name((...paths) => {
23
- if (!paths || paths.length === 0) {
24
- return "";
25
- }
26
- return correctPaths(join(...paths));
27
- }, "joinPaths");
28
-
29
- export {
30
- correctPaths,
31
- joinPaths
32
- };