@storm-software/esbuild 0.45.35 → 0.45.37
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/README.md +2 -1
- package/dist/assets.cjs +4 -4
- package/dist/assets.js +3 -3
- package/dist/build.cjs +11 -11
- package/dist/build.js +10 -10
- package/dist/{chunk-PG4QLVGR.cjs → chunk-7BBQDOAK.cjs} +6 -6
- package/dist/{chunk-4NRTYAXV.cjs → chunk-A4LWMXTM.cjs} +10 -10
- package/dist/{chunk-WSFMEQU5.js → chunk-AZ3OSORH.js} +7 -7
- package/dist/{chunk-743OULVJ.js → chunk-BIPRSTGN.js} +3 -3
- package/dist/{chunk-JVGDWPWJ.cjs → chunk-BQ33KBRQ.cjs} +30 -30
- package/dist/{chunk-IHYQAKT7.js → chunk-E4TFSQTB.js} +1 -1
- package/dist/{chunk-4FXR6W7A.js → chunk-GA7R4R4C.js} +1 -1
- package/dist/{chunk-BHTSZ3OC.js → chunk-GLIXM3DE.js} +1 -2
- package/dist/{chunk-MYPKJND6.cjs → chunk-IUSRMZEQ.cjs} +22 -22
- package/dist/{chunk-NNGDKSC6.js → chunk-JORVCKLB.js} +1 -1
- package/dist/{chunk-UUNKOIQ6.cjs → chunk-JWTWXWTB.cjs} +1 -2
- package/dist/{chunk-T267QVFT.cjs → chunk-LG6G5Y7K.cjs} +3 -3
- package/dist/{chunk-EUNN7CTQ.cjs → chunk-LTXK327P.cjs} +3 -3
- package/dist/{chunk-ZRBA3CSO.cjs → chunk-LUCA5GLQ.cjs} +3 -3
- package/dist/{chunk-I25COYDM.cjs → chunk-MRIDIQ2W.cjs} +5 -5
- package/dist/{chunk-LGJYDWSE.js → chunk-NCT2EP5O.js} +1 -1
- package/dist/{chunk-ZBQJCJM4.js → chunk-PWU5KHZ3.js} +2 -2
- package/dist/{chunk-GEBGKMNA.cjs → chunk-SWCTV2DK.cjs} +3 -3
- package/dist/{chunk-2AWVC6X5.js → chunk-V7ZGKCVF.js} +2 -2
- package/dist/{chunk-NCEGAKDE.js → chunk-ZJLSRWHA.js} +1 -1
- package/dist/clean.cjs +3 -3
- package/dist/clean.js +2 -2
- package/dist/config.cjs +4 -4
- package/dist/config.js +3 -3
- package/dist/context.cjs +5 -5
- package/dist/context.js +4 -4
- package/dist/index.cjs +11 -11
- package/dist/index.js +10 -10
- package/dist/package-json.cjs +4 -4
- package/dist/package-json.js +3 -3
- package/dist/plugins/deps-check.cjs +3 -3
- package/dist/plugins/deps-check.js +2 -2
- package/dist/tsup.cjs +3 -3
- package/dist/tsup.js +2 -2
- package/dist/watch.cjs +3 -3
- package/dist/watch.js +1 -1
- package/package.json +5 -5
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 -->
|
|
@@ -40,6 +40,7 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
|
|
|
40
40
|
|
|
41
41
|
<!-- START doctoc -->
|
|
42
42
|
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
|
43
|
+
|
|
43
44
|
## Table of Contents
|
|
44
45
|
|
|
45
46
|
- [Storm ESBuild Package](#storm-esbuild-package)
|
package/dist/assets.cjs
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
require('./chunk-
|
|
5
|
-
require('./chunk-
|
|
3
|
+
var _chunkMRIDIQ2Wcjs = require('./chunk-MRIDIQ2W.cjs');
|
|
4
|
+
require('./chunk-BQ33KBRQ.cjs');
|
|
5
|
+
require('./chunk-JWTWXWTB.cjs');
|
|
6
6
|
require('./chunk-REAX6FSO.cjs');
|
|
7
7
|
require('./chunk-4ICWACJM.cjs');
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
exports.copyBuildAssets =
|
|
10
|
+
exports.copyBuildAssets = _chunkMRIDIQ2Wcjs.copyBuildAssets;
|
package/dist/assets.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import {
|
|
2
2
|
copyBuildAssets
|
|
3
|
-
} from "./chunk-
|
|
4
|
-
import "./chunk-
|
|
5
|
-
import "./chunk-
|
|
3
|
+
} from "./chunk-V7ZGKCVF.js";
|
|
4
|
+
import "./chunk-E4TFSQTB.js";
|
|
5
|
+
import "./chunk-GLIXM3DE.js";
|
|
6
6
|
import "./chunk-A7I6K5HC.js";
|
|
7
7
|
import "./chunk-GL7N7ANS.js";
|
|
8
8
|
export {
|
package/dist/build.cjs
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
require('./chunk-
|
|
5
|
-
require('./chunk-
|
|
6
|
-
require('./chunk-
|
|
7
|
-
require('./chunk-
|
|
8
|
-
require('./chunk-
|
|
9
|
-
require('./chunk-
|
|
10
|
-
require('./chunk-
|
|
11
|
-
require('./chunk-
|
|
12
|
-
require('./chunk-
|
|
3
|
+
var _chunkIUSRMZEQcjs = require('./chunk-IUSRMZEQ.cjs');
|
|
4
|
+
require('./chunk-LTXK327P.cjs');
|
|
5
|
+
require('./chunk-MRIDIQ2W.cjs');
|
|
6
|
+
require('./chunk-SWCTV2DK.cjs');
|
|
7
|
+
require('./chunk-A4LWMXTM.cjs');
|
|
8
|
+
require('./chunk-LUCA5GLQ.cjs');
|
|
9
|
+
require('./chunk-7BBQDOAK.cjs');
|
|
10
|
+
require('./chunk-BQ33KBRQ.cjs');
|
|
11
|
+
require('./chunk-LG6G5Y7K.cjs');
|
|
12
|
+
require('./chunk-JWTWXWTB.cjs');
|
|
13
13
|
require('./chunk-REAX6FSO.cjs');
|
|
14
14
|
require('./chunk-4ICWACJM.cjs');
|
|
15
15
|
|
|
16
16
|
|
|
17
|
-
exports.build =
|
|
17
|
+
exports.build = _chunkIUSRMZEQcjs.build;
|
package/dist/build.js
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import {
|
|
2
2
|
build
|
|
3
|
-
} from "./chunk-
|
|
4
|
-
import "./chunk-
|
|
5
|
-
import "./chunk-
|
|
6
|
-
import "./chunk-
|
|
7
|
-
import "./chunk-
|
|
8
|
-
import "./chunk-
|
|
9
|
-
import "./chunk-
|
|
10
|
-
import "./chunk-
|
|
11
|
-
import "./chunk-
|
|
12
|
-
import "./chunk-
|
|
3
|
+
} from "./chunk-AZ3OSORH.js";
|
|
4
|
+
import "./chunk-NCT2EP5O.js";
|
|
5
|
+
import "./chunk-V7ZGKCVF.js";
|
|
6
|
+
import "./chunk-GA7R4R4C.js";
|
|
7
|
+
import "./chunk-BIPRSTGN.js";
|
|
8
|
+
import "./chunk-ZJLSRWHA.js";
|
|
9
|
+
import "./chunk-PWU5KHZ3.js";
|
|
10
|
+
import "./chunk-E4TFSQTB.js";
|
|
11
|
+
import "./chunk-JORVCKLB.js";
|
|
12
|
+
import "./chunk-GLIXM3DE.js";
|
|
13
13
|
import "./chunk-A7I6K5HC.js";
|
|
14
14
|
import "./chunk-GL7N7ANS.js";
|
|
15
15
|
export {
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var _chunkBQ33KBRQcjs = require('./chunk-BQ33KBRQ.cjs');
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
var
|
|
8
|
+
var _chunkJWTWXWTBcjs = require('./chunk-JWTWXWTB.cjs');
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
var _chunkREAX6FSOcjs = require('./chunk-REAX6FSO.cjs');
|
|
@@ -20,8 +20,8 @@ var _fs = require('fs');
|
|
|
20
20
|
var _promises = require('fs/promises'); var _promises2 = _interopRequireDefault(_promises);
|
|
21
21
|
async function generatePackageJson(context) {
|
|
22
22
|
if (context.options.generatePackageJson !== false && _fs.existsSync.call(void 0, _chunkREAX6FSOcjs.joinPaths.call(void 0, context.options.projectRoot, "package.json"))) {
|
|
23
|
-
|
|
24
|
-
const stopwatch =
|
|
23
|
+
_chunkJWTWXWTBcjs.writeDebug.call(void 0, " \u270D\uFE0F Writing package.json file", context.workspaceConfig);
|
|
24
|
+
const stopwatch = _chunkJWTWXWTBcjs.getStopwatch.call(void 0, "Write package.json file");
|
|
25
25
|
const packageJsonPath = _chunkREAX6FSOcjs.joinPaths.call(void 0,
|
|
26
26
|
context.options.projectRoot,
|
|
27
27
|
"project.json"
|
|
@@ -41,13 +41,13 @@ async function generatePackageJson(context) {
|
|
|
41
41
|
if (!packageJson) {
|
|
42
42
|
throw new Error("Cannot find package.json configuration file");
|
|
43
43
|
}
|
|
44
|
-
packageJson = await
|
|
44
|
+
packageJson = await _chunkBQ33KBRQcjs.addPackageDependencies.call(void 0,
|
|
45
45
|
context.workspaceConfig.workspaceRoot,
|
|
46
46
|
context.options.projectRoot,
|
|
47
47
|
context.projectName,
|
|
48
48
|
packageJson
|
|
49
49
|
);
|
|
50
|
-
packageJson = await
|
|
50
|
+
packageJson = await _chunkBQ33KBRQcjs.addWorkspacePackageJsonFields.call(void 0,
|
|
51
51
|
context.workspaceConfig,
|
|
52
52
|
context.options.projectRoot,
|
|
53
53
|
context.sourceRoot,
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } function _nullishCoalesce(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } } function _optionalChain(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var _chunkLUCA5GLQcjs = require('./chunk-LUCA5GLQ.cjs');
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
|
|
7
|
-
var
|
|
7
|
+
var _chunkBQ33KBRQcjs = require('./chunk-BQ33KBRQ.cjs');
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
|
|
12
|
-
var
|
|
12
|
+
var _chunkJWTWXWTBcjs = require('./chunk-JWTWXWTB.cjs');
|
|
13
13
|
|
|
14
14
|
|
|
15
15
|
var _chunkREAX6FSOcjs = require('./chunk-REAX6FSO.cjs');
|
|
@@ -33,11 +33,11 @@ async function resolveContext(userOptions) {
|
|
|
33
33
|
if (!workspaceRoot) {
|
|
34
34
|
throw new Error("Cannot find Nx workspace root");
|
|
35
35
|
}
|
|
36
|
-
const workspaceConfig = await
|
|
36
|
+
const workspaceConfig = await _chunkBQ33KBRQcjs.getWorkspaceConfig.call(void 0, true, {
|
|
37
37
|
workspaceRoot: workspaceRoot.dir
|
|
38
38
|
});
|
|
39
|
-
|
|
40
|
-
const stopwatch =
|
|
39
|
+
_chunkJWTWXWTBcjs.writeDebug.call(void 0, " \u2699\uFE0F Resolving build options", workspaceConfig);
|
|
40
|
+
const stopwatch = _chunkJWTWXWTBcjs.getStopwatch.call(void 0, "Build options resolution");
|
|
41
41
|
const projectGraph = await _devkit.createProjectGraphAsync.call(void 0, {
|
|
42
42
|
exitOnError: true
|
|
43
43
|
});
|
|
@@ -58,7 +58,7 @@ async function resolveContext(userOptions) {
|
|
|
58
58
|
"The Build process failed because the project does not have a valid configuration in the project.json file. Check if the file exists in the root of the project."
|
|
59
59
|
);
|
|
60
60
|
}
|
|
61
|
-
const options = _defu2.default.call(void 0, userOptions,
|
|
61
|
+
const options = _defu2.default.call(void 0, userOptions, _chunkLUCA5GLQcjs.DEFAULT_BUILD_OPTIONS);
|
|
62
62
|
options.name ??= projectName;
|
|
63
63
|
const packageJsonPath = _chunkREAX6FSOcjs.joinPaths.call(void 0,
|
|
64
64
|
workspaceRoot.dir,
|
|
@@ -68,7 +68,7 @@ async function resolveContext(userOptions) {
|
|
|
68
68
|
if (!_fs.existsSync.call(void 0, packageJsonPath)) {
|
|
69
69
|
throw new Error("Cannot find package.json configuration");
|
|
70
70
|
}
|
|
71
|
-
const env =
|
|
71
|
+
const env = _chunkBQ33KBRQcjs.getEnv.call(void 0, "esbuild", options);
|
|
72
72
|
const define = _defu2.default.call(void 0, _nullishCoalesce(options.define, () => ( {})), _nullishCoalesce(env, () => ( {})));
|
|
73
73
|
const resolvedOptions = {
|
|
74
74
|
...options,
|
|
@@ -107,10 +107,10 @@ async function resolveContext(userOptions) {
|
|
|
107
107
|
};
|
|
108
108
|
context.options.esbuildPlugins = [..._nullishCoalesce(context.options.esbuildPlugins, () => ( []))];
|
|
109
109
|
if (context.options.verbose) {
|
|
110
|
-
|
|
110
|
+
_chunkJWTWXWTBcjs.writeDebug.call(void 0,
|
|
111
111
|
` \u2699\uFE0F Build options resolved:
|
|
112
112
|
|
|
113
|
-
${
|
|
113
|
+
${_chunkJWTWXWTBcjs.formatLogMessage.call(void 0, context.options)}`,
|
|
114
114
|
workspaceConfig
|
|
115
115
|
);
|
|
116
116
|
}
|
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
import {
|
|
2
2
|
depsCheckPlugin
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-NCT2EP5O.js";
|
|
4
4
|
import {
|
|
5
5
|
copyBuildAssets
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-V7ZGKCVF.js";
|
|
7
7
|
import {
|
|
8
8
|
cleanDirectories
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-GA7R4R4C.js";
|
|
10
10
|
import {
|
|
11
11
|
resolveContext
|
|
12
|
-
} from "./chunk-
|
|
12
|
+
} from "./chunk-BIPRSTGN.js";
|
|
13
13
|
import {
|
|
14
14
|
generatePackageJson
|
|
15
|
-
} from "./chunk-
|
|
15
|
+
} from "./chunk-PWU5KHZ3.js";
|
|
16
16
|
import {
|
|
17
17
|
executeTsup
|
|
18
|
-
} from "./chunk-
|
|
18
|
+
} from "./chunk-JORVCKLB.js";
|
|
19
19
|
import {
|
|
20
20
|
getStopwatch,
|
|
21
21
|
writeDebug,
|
|
@@ -23,7 +23,7 @@ import {
|
|
|
23
23
|
writeFatal,
|
|
24
24
|
writeSuccess,
|
|
25
25
|
writeWarning
|
|
26
|
-
} from "./chunk-
|
|
26
|
+
} from "./chunk-GLIXM3DE.js";
|
|
27
27
|
import {
|
|
28
28
|
init_esm_shims
|
|
29
29
|
} from "./chunk-GL7N7ANS.js";
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import {
|
|
2
2
|
DEFAULT_BUILD_OPTIONS
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-ZJLSRWHA.js";
|
|
4
4
|
import {
|
|
5
5
|
getEnv,
|
|
6
6
|
getWorkspaceConfig
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-E4TFSQTB.js";
|
|
8
8
|
import {
|
|
9
9
|
formatLogMessage,
|
|
10
10
|
getStopwatch,
|
|
11
11
|
writeDebug
|
|
12
|
-
} from "./chunk-
|
|
12
|
+
} from "./chunk-GLIXM3DE.js";
|
|
13
13
|
import {
|
|
14
14
|
joinPaths
|
|
15
15
|
} from "./chunk-A7I6K5HC.js";
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
|
|
15
15
|
|
|
16
16
|
|
|
17
|
-
var
|
|
17
|
+
var _chunkJWTWXWTBcjs = require('./chunk-JWTWXWTB.cjs');
|
|
18
18
|
|
|
19
19
|
|
|
20
20
|
|
|
@@ -65,7 +65,7 @@ var copyAssets = async (config, assets, outputPath, projectRoot, sourceRoot, gen
|
|
|
65
65
|
output: "src/"
|
|
66
66
|
});
|
|
67
67
|
}
|
|
68
|
-
|
|
68
|
+
_chunkJWTWXWTBcjs.writeTrace.call(void 0,
|
|
69
69
|
`\u{1F4DD} Copying the following assets to the output directory:
|
|
70
70
|
${pendingAssets.map((pendingAsset) => typeof pendingAsset === "string" ? ` - ${pendingAsset} -> ${outputPath}` : ` - ${pendingAsset.input}/${pendingAsset.glob} -> ${_chunkREAX6FSOcjs.joinPaths.call(void 0, outputPath, pendingAsset.output)}`).join("\n")}`,
|
|
71
71
|
config
|
|
@@ -77,9 +77,9 @@ ${pendingAssets.map((pendingAsset) => typeof pendingAsset === "string" ? ` - ${p
|
|
|
77
77
|
assets: pendingAssets
|
|
78
78
|
});
|
|
79
79
|
await assetHandler.processAllAssetsOnce();
|
|
80
|
-
|
|
80
|
+
_chunkJWTWXWTBcjs.writeTrace.call(void 0, "Completed copying assets to the output directory", config);
|
|
81
81
|
if (includeSrc === true) {
|
|
82
|
-
|
|
82
|
+
_chunkJWTWXWTBcjs.writeDebug.call(void 0,
|
|
83
83
|
`\u{1F4DD} Adding banner and writing source files: ${_chunkREAX6FSOcjs.joinPaths.call(void 0,
|
|
84
84
|
outputPath,
|
|
85
85
|
"src"
|
|
@@ -164,7 +164,7 @@ var addPackageDependencies = async (workspaceRoot, projectRoot, projectName, pac
|
|
|
164
164
|
}
|
|
165
165
|
}
|
|
166
166
|
if (localPackages.length > 0) {
|
|
167
|
-
|
|
167
|
+
_chunkJWTWXWTBcjs.writeTrace.call(void 0,
|
|
168
168
|
`\u{1F4E6} Adding local packages to package.json: ${localPackages.map((p) => p.name).join(", ")}`
|
|
169
169
|
);
|
|
170
170
|
const projectJsonFile = await _promises.readFile.call(void 0,
|
|
@@ -212,12 +212,12 @@ var addPackageDependencies = async (workspaceRoot, projectRoot, projectName, pac
|
|
|
212
212
|
return ret;
|
|
213
213
|
}, _nullishCoalesce(packageJson.devDependencies, () => ( {})));
|
|
214
214
|
} else {
|
|
215
|
-
|
|
215
|
+
_chunkJWTWXWTBcjs.writeTrace.call(void 0, "\u{1F4E6} No local packages dependencies to add to package.json");
|
|
216
216
|
}
|
|
217
217
|
return packageJson;
|
|
218
218
|
};
|
|
219
219
|
var addWorkspacePackageJsonFields = async (workspaceConfig, projectRoot, sourceRoot, projectName, includeSrc = false, packageJson) => {
|
|
220
|
-
const workspaceRoot = workspaceConfig.workspaceRoot ? workspaceConfig.workspaceRoot :
|
|
220
|
+
const workspaceRoot = workspaceConfig.workspaceRoot ? workspaceConfig.workspaceRoot : _chunkJWTWXWTBcjs.findWorkspaceRoot.call(void 0, );
|
|
221
221
|
const workspacePackageJsonContent = await _promises.readFile.call(void 0,
|
|
222
222
|
_chunkREAX6FSOcjs.joinPaths.call(void 0, workspaceRoot, "package.json"),
|
|
223
223
|
"utf8"
|
|
@@ -271,7 +271,7 @@ _chunk4ICWACJMcjs.init_cjs_shims.call(void 0, );
|
|
|
271
271
|
var _c12 = require('c12');
|
|
272
272
|
|
|
273
273
|
var getConfigFileByName = async (fileName, filePath, options = {}) => {
|
|
274
|
-
const workspacePath = filePath ||
|
|
274
|
+
const workspacePath = filePath || _chunkJWTWXWTBcjs.findWorkspaceRoot.call(void 0, filePath);
|
|
275
275
|
const configs = await Promise.all([
|
|
276
276
|
_c12.loadConfig.call(void 0, {
|
|
277
277
|
cwd: workspacePath,
|
|
@@ -306,12 +306,12 @@ var getConfigFileByName = async (fileName, filePath, options = {}) => {
|
|
|
306
306
|
return _defu2.default.call(void 0, _nullishCoalesce(configs[0], () => ( {})), _nullishCoalesce(configs[1], () => ( {})));
|
|
307
307
|
};
|
|
308
308
|
var getConfigFile = async (filePath, additionalFileNames = []) => {
|
|
309
|
-
const workspacePath = filePath ? filePath :
|
|
309
|
+
const workspacePath = filePath ? filePath : _chunkJWTWXWTBcjs.findWorkspaceRoot.call(void 0, filePath);
|
|
310
310
|
const result = await getConfigFileByName("storm-workspace", workspacePath);
|
|
311
311
|
let config = result.config;
|
|
312
312
|
const configFile = result.configFile;
|
|
313
313
|
if (config && configFile && Object.keys(config).length > 0 && !config.skipConfigLogging) {
|
|
314
|
-
|
|
314
|
+
_chunkJWTWXWTBcjs.writeTrace.call(void 0,
|
|
315
315
|
`Found Storm configuration file "${configFile.includes(`${workspacePath}/`) ? configFile.replace(`${workspacePath}/`, "") : configFile}" at "${workspacePath}"`,
|
|
316
316
|
{
|
|
317
317
|
logLevel: "all"
|
|
@@ -327,7 +327,7 @@ var getConfigFile = async (filePath, additionalFileNames = []) => {
|
|
|
327
327
|
for (const result2 of results) {
|
|
328
328
|
if (_optionalChain([result2, 'optionalAccess', _28 => _28.config]) && _optionalChain([result2, 'optionalAccess', _29 => _29.configFile]) && Object.keys(result2.config).length > 0) {
|
|
329
329
|
if (!config.skipConfigLogging && !result2.config.skipConfigLogging) {
|
|
330
|
-
|
|
330
|
+
_chunkJWTWXWTBcjs.writeTrace.call(void 0,
|
|
331
331
|
`Found alternative configuration file "${result2.configFile.includes(`${workspacePath}/`) ? result2.configFile.replace(`${workspacePath}/`, "") : result2.configFile}" at "${workspacePath}"`,
|
|
332
332
|
{
|
|
333
333
|
logLevel: "all"
|
|
@@ -436,13 +436,13 @@ var getConfigEnv = () => {
|
|
|
436
436
|
},
|
|
437
437
|
logLevel: process.env[`${prefix}LOG_LEVEL`] !== null && process.env[`${prefix}LOG_LEVEL`] !== void 0 ? process.env[`${prefix}LOG_LEVEL`] && Number.isSafeInteger(
|
|
438
438
|
Number.parseInt(process.env[`${prefix}LOG_LEVEL`])
|
|
439
|
-
) ?
|
|
439
|
+
) ? _chunkJWTWXWTBcjs.getLogLevelLabel.call(void 0,
|
|
440
440
|
Number.parseInt(process.env[`${prefix}LOG_LEVEL`])
|
|
441
441
|
) : process.env[`${prefix}LOG_LEVEL`] : void 0,
|
|
442
442
|
skipConfigLogging: process.env[`${prefix}SKIP_CONFIG_LOGGING`] !== void 0 ? Boolean(process.env[`${prefix}SKIP_CONFIG_LOGGING`]) : void 0
|
|
443
443
|
};
|
|
444
444
|
const themeNames = Object.keys(process.env).filter(
|
|
445
|
-
(envKey) => envKey.startsWith(`${prefix}COLOR_`) &&
|
|
445
|
+
(envKey) => envKey.startsWith(`${prefix}COLOR_`) && _chunkJWTWXWTBcjs.COLOR_KEYS.every(
|
|
446
446
|
(colorKey) => !envKey.startsWith(`${prefix}COLOR_LIGHT_${colorKey}`) && !envKey.startsWith(`${prefix}COLOR_DARK_${colorKey}`)
|
|
447
447
|
)
|
|
448
448
|
);
|
|
@@ -453,16 +453,16 @@ var getConfigEnv = () => {
|
|
|
453
453
|
},
|
|
454
454
|
{}
|
|
455
455
|
) : getThemeColorConfigEnv(prefix);
|
|
456
|
-
if (config.docs ===
|
|
457
|
-
if (config.homepage ===
|
|
458
|
-
config.docs = `${
|
|
456
|
+
if (config.docs === _chunkJWTWXWTBcjs.STORM_DEFAULT_DOCS) {
|
|
457
|
+
if (config.homepage === _chunkJWTWXWTBcjs.STORM_DEFAULT_HOMEPAGE) {
|
|
458
|
+
config.docs = `${_chunkJWTWXWTBcjs.STORM_DEFAULT_HOMEPAGE}/projects/${config.name}/docs`;
|
|
459
459
|
} else {
|
|
460
460
|
config.docs = `${config.homepage}/docs`;
|
|
461
461
|
}
|
|
462
462
|
}
|
|
463
|
-
if (config.licensing ===
|
|
464
|
-
if (config.homepage ===
|
|
465
|
-
config.licensing = `${
|
|
463
|
+
if (config.licensing === _chunkJWTWXWTBcjs.STORM_DEFAULT_LICENSING) {
|
|
464
|
+
if (config.homepage === _chunkJWTWXWTBcjs.STORM_DEFAULT_HOMEPAGE) {
|
|
465
|
+
config.licensing = `${_chunkJWTWXWTBcjs.STORM_DEFAULT_HOMEPAGE}/projects/${config.name}/licensing`;
|
|
466
466
|
} else {
|
|
467
467
|
config.licensing = `${config.homepage}/docs`;
|
|
468
468
|
}
|
|
@@ -759,9 +759,9 @@ var setConfigEnv = (config) => {
|
|
|
759
759
|
process.env[`${prefix}LOG_LEVEL`] = String(config.logLevel);
|
|
760
760
|
process.env.LOG_LEVEL = String(config.logLevel);
|
|
761
761
|
process.env.NX_VERBOSE_LOGGING = String(
|
|
762
|
-
|
|
762
|
+
_chunkJWTWXWTBcjs.getLogLevel.call(void 0, config.logLevel) >= _chunkJWTWXWTBcjs.LogLevel.DEBUG ? true : false
|
|
763
763
|
);
|
|
764
|
-
process.env.RUST_BACKTRACE =
|
|
764
|
+
process.env.RUST_BACKTRACE = _chunkJWTWXWTBcjs.getLogLevel.call(void 0, config.logLevel) >= _chunkJWTWXWTBcjs.LogLevel.DEBUG ? "full" : "none";
|
|
765
765
|
}
|
|
766
766
|
if (config.skipConfigLogging !== void 0) {
|
|
767
767
|
process.env[`${prefix}SKIP_CONFIG_LOGGING`] = String(
|
|
@@ -881,13 +881,13 @@ var createStormWorkspaceConfig = async (extensionName, schema, workspaceRoot, sk
|
|
|
881
881
|
if (!_optionalChain([_static_cache, 'optionalAccess', _52 => _52.data]) || !_optionalChain([_static_cache, 'optionalAccess', _53 => _53.timestamp]) || _static_cache.timestamp < Date.now() - 8e3) {
|
|
882
882
|
let _workspaceRoot = workspaceRoot;
|
|
883
883
|
if (!_workspaceRoot) {
|
|
884
|
-
_workspaceRoot =
|
|
884
|
+
_workspaceRoot = _chunkJWTWXWTBcjs.findWorkspaceRoot.call(void 0, );
|
|
885
885
|
}
|
|
886
886
|
const configEnv = getConfigEnv();
|
|
887
887
|
const configFile = await getConfigFile(_workspaceRoot);
|
|
888
888
|
if (!configFile) {
|
|
889
889
|
if (!skipLogs) {
|
|
890
|
-
|
|
890
|
+
_chunkJWTWXWTBcjs.writeWarning.call(void 0,
|
|
891
891
|
"No Storm Workspace configuration file found in the current repository. Please ensure this is the expected behavior - you can add a `storm-workspace.json` file to the root of your workspace if it is not.\n",
|
|
892
892
|
{ logLevel: "all" }
|
|
893
893
|
);
|
|
@@ -896,22 +896,22 @@ var createStormWorkspaceConfig = async (extensionName, schema, workspaceRoot, sk
|
|
|
896
896
|
return void 0;
|
|
897
897
|
}
|
|
898
898
|
}
|
|
899
|
-
const defaultConfig = await
|
|
899
|
+
const defaultConfig = await _chunkJWTWXWTBcjs.getPackageJsonConfig.call(void 0, _workspaceRoot);
|
|
900
900
|
const configInput = _defu2.default.call(void 0,
|
|
901
901
|
configEnv,
|
|
902
902
|
configFile,
|
|
903
903
|
defaultConfig
|
|
904
904
|
);
|
|
905
905
|
try {
|
|
906
|
-
result =
|
|
907
|
-
await
|
|
906
|
+
result = _chunkJWTWXWTBcjs.applyDefaultConfig.call(void 0,
|
|
907
|
+
await _chunkJWTWXWTBcjs.stormWorkspaceConfigSchema.parseAsync(configInput)
|
|
908
908
|
);
|
|
909
909
|
result.workspaceRoot ??= _workspaceRoot;
|
|
910
910
|
} catch (error) {
|
|
911
911
|
throw new Error(
|
|
912
912
|
`Failed to parse Storm Workspace configuration${_optionalChain([error, 'optionalAccess', _54 => _54.message]) ? `: ${error.message}` : ""}
|
|
913
913
|
|
|
914
|
-
Please ensure your configuration file is valid JSON and matches the expected schema. The current workspace configuration input is: ${
|
|
914
|
+
Please ensure your configuration file is valid JSON and matches the expected schema. The current workspace configuration input is: ${_chunkJWTWXWTBcjs.formatLogMessage.call(void 0,
|
|
915
915
|
configInput
|
|
916
916
|
)}`,
|
|
917
917
|
{
|
|
@@ -956,9 +956,9 @@ var loadStormWorkspaceConfig = async (workspaceRoot, skipLogs = false) => {
|
|
|
956
956
|
);
|
|
957
957
|
setConfigEnv(config);
|
|
958
958
|
if (!skipLogs && !config.skipConfigLogging) {
|
|
959
|
-
|
|
959
|
+
_chunkJWTWXWTBcjs.writeTrace.call(void 0,
|
|
960
960
|
`\u2699\uFE0F Using Storm Workspace configuration:
|
|
961
|
-
${
|
|
961
|
+
${_chunkJWTWXWTBcjs.formatLogMessage.call(void 0, config)}`,
|
|
962
962
|
config
|
|
963
963
|
);
|
|
964
964
|
}
|
|
@@ -972,7 +972,7 @@ var getConfig = (workspaceRoot, skipLogs = false) => {
|
|
|
972
972
|
var getWorkspaceConfig = (skipLogs = true, options = {}) => {
|
|
973
973
|
let workspaceRoot = options.workspaceRoot;
|
|
974
974
|
if (!workspaceRoot) {
|
|
975
|
-
workspaceRoot =
|
|
975
|
+
workspaceRoot = _chunkJWTWXWTBcjs.findWorkspaceRoot.call(void 0, options.cwd);
|
|
976
976
|
}
|
|
977
977
|
return getConfig(workspaceRoot, skipLogs);
|
|
978
978
|
};
|
|
@@ -217,7 +217,6 @@ var organizationConfigSchema = z.object({
|
|
|
217
217
|
"A URL to a page that provides more information about the organization"
|
|
218
218
|
)
|
|
219
219
|
}).describe("The workspace's organization details");
|
|
220
|
-
var MODE_OPTIONS = ["development", "staging", "production"];
|
|
221
220
|
var stormWorkspaceConfigSchema = z.object({
|
|
222
221
|
$schema: z.string().trim().default(
|
|
223
222
|
"https://public.storm-cdn.com/schemas/storm-workspace.schema.json"
|
|
@@ -249,7 +248,7 @@ var stormWorkspaceConfigSchema = z.object({
|
|
|
249
248
|
release: WorkspaceReleaseConfigSchema,
|
|
250
249
|
socials: WorkspaceSocialsConfigSchema,
|
|
251
250
|
error: errorConfigSchema,
|
|
252
|
-
mode: z.
|
|
251
|
+
mode: z.string().trim().default("production").describe("The current runtime environment mode for the package"),
|
|
253
252
|
workspaceRoot: z.string().trim().describe("The root directory of the workspace"),
|
|
254
253
|
skipCache: z.boolean().default(false).describe("Should all known types of workspace caching be skipped?"),
|
|
255
254
|
directories: WorkspaceDirectoryConfigSchema,
|
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) { newObj[key] = obj[key]; } } } newObj.default = obj; return newObj; } } function _optionalChain(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var _chunkLTXK327Pcjs = require('./chunk-LTXK327P.cjs');
|
|
4
4
|
|
|
5
5
|
|
|
6
|
-
var
|
|
6
|
+
var _chunkMRIDIQ2Wcjs = require('./chunk-MRIDIQ2W.cjs');
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
var
|
|
9
|
+
var _chunkSWCTV2DKcjs = require('./chunk-SWCTV2DK.cjs');
|
|
10
10
|
|
|
11
11
|
|
|
12
|
-
var
|
|
12
|
+
var _chunkA4LWMXTMcjs = require('./chunk-A4LWMXTM.cjs');
|
|
13
13
|
|
|
14
14
|
|
|
15
|
-
var
|
|
15
|
+
var _chunk7BBQDOAKcjs = require('./chunk-7BBQDOAK.cjs');
|
|
16
16
|
|
|
17
17
|
|
|
18
|
-
var
|
|
18
|
+
var _chunkLG6G5Y7Kcjs = require('./chunk-LG6G5Y7K.cjs');
|
|
19
19
|
|
|
20
20
|
|
|
21
21
|
|
|
@@ -23,7 +23,7 @@ var _chunkT267QVFTcjs = require('./chunk-T267QVFT.cjs');
|
|
|
23
23
|
|
|
24
24
|
|
|
25
25
|
|
|
26
|
-
var
|
|
26
|
+
var _chunkJWTWXWTBcjs = require('./chunk-JWTWXWTB.cjs');
|
|
27
27
|
|
|
28
28
|
|
|
29
29
|
var _chunk4ICWACJMcjs = require('./chunk-4ICWACJM.cjs');
|
|
@@ -35,17 +35,17 @@ var _globby = require('globby');
|
|
|
35
35
|
async function reportResults(context) {
|
|
36
36
|
if (_optionalChain([context, 'access', _ => _.result, 'optionalAccess', _2 => _2.errors, 'access', _3 => _3.length]) === 0) {
|
|
37
37
|
if (context.result.warnings.length > 0) {
|
|
38
|
-
|
|
38
|
+
_chunkJWTWXWTBcjs.writeWarning.call(void 0,
|
|
39
39
|
` \u{1F6A7} The following warnings occurred during the build: ${context.result.warnings.map((warning) => warning.text).join("\n")}`,
|
|
40
40
|
context.workspaceConfig
|
|
41
41
|
);
|
|
42
42
|
}
|
|
43
|
-
|
|
43
|
+
_chunkJWTWXWTBcjs.writeSuccess.call(void 0,
|
|
44
44
|
` \u{1F4E6} The ${context.options.name} build completed successfully`,
|
|
45
45
|
context.workspaceConfig
|
|
46
46
|
);
|
|
47
47
|
} else if (_optionalChain([context, 'access', _4 => _4.result, 'optionalAccess', _5 => _5.errors]) && _optionalChain([context, 'access', _6 => _6.result, 'optionalAccess', _7 => _7.errors, 'access', _8 => _8.length]) > 0) {
|
|
48
|
-
|
|
48
|
+
_chunkJWTWXWTBcjs.writeError.call(void 0,
|
|
49
49
|
` \u274C The ${context.options.name} build failed with the following errors: ${context.result.errors.map((error) => error.text).join("\n")}`,
|
|
50
50
|
context.workspaceConfig
|
|
51
51
|
);
|
|
@@ -74,7 +74,7 @@ async function dependencyCheck(options) {
|
|
|
74
74
|
write: false,
|
|
75
75
|
// no need to write for analysis
|
|
76
76
|
outdir: "out",
|
|
77
|
-
plugins: [
|
|
77
|
+
plugins: [_chunkLTXK327Pcjs.depsCheckPlugin.call(void 0, options.bundle)]
|
|
78
78
|
});
|
|
79
79
|
await buildPromise.catch(() => {
|
|
80
80
|
});
|
|
@@ -82,36 +82,36 @@ async function dependencyCheck(options) {
|
|
|
82
82
|
}
|
|
83
83
|
async function cleanOutputPath(context) {
|
|
84
84
|
if (context.clean !== false && context.outputPath) {
|
|
85
|
-
|
|
85
|
+
_chunkJWTWXWTBcjs.writeDebug.call(void 0,
|
|
86
86
|
` \u{1F9F9} Cleaning ${context.options.name} output path: ${context.outputPath}`,
|
|
87
87
|
context.workspaceConfig
|
|
88
88
|
);
|
|
89
|
-
const stopwatch =
|
|
90
|
-
await
|
|
89
|
+
const stopwatch = _chunkJWTWXWTBcjs.getStopwatch.call(void 0, `${context.options.name} output clean`);
|
|
90
|
+
await _chunkSWCTV2DKcjs.cleanDirectories.call(void 0, context.outputPath);
|
|
91
91
|
stopwatch();
|
|
92
92
|
}
|
|
93
93
|
return context;
|
|
94
94
|
}
|
|
95
95
|
async function build2(options) {
|
|
96
|
-
|
|
97
|
-
const stopwatch =
|
|
96
|
+
_chunkJWTWXWTBcjs.writeDebug.call(void 0, ` \u26A1 Executing Storm ESBuild pipeline`);
|
|
97
|
+
const stopwatch = _chunkJWTWXWTBcjs.getStopwatch.call(void 0, "ESBuild pipeline");
|
|
98
98
|
try {
|
|
99
99
|
const opts = Array.isArray(options) ? options : [options];
|
|
100
100
|
if (opts.length === 0) {
|
|
101
101
|
throw new Error("No build options were provided");
|
|
102
102
|
}
|
|
103
|
-
const context = await
|
|
103
|
+
const context = await _chunkA4LWMXTMcjs.resolveContext.call(void 0, options);
|
|
104
104
|
await cleanOutputPath(context);
|
|
105
105
|
await Promise.all([
|
|
106
106
|
dependencyCheck(context.options),
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
107
|
+
_chunk7BBQDOAKcjs.generatePackageJson.call(void 0, context),
|
|
108
|
+
_chunkMRIDIQ2Wcjs.copyBuildAssets.call(void 0, context),
|
|
109
|
+
_chunkLG6G5Y7Kcjs.executeTsup.call(void 0, context)
|
|
110
110
|
]);
|
|
111
111
|
await reportResults(context);
|
|
112
|
-
|
|
112
|
+
_chunkJWTWXWTBcjs.writeSuccess.call(void 0, " \u{1F3C1} ESBuild pipeline build completed successfully");
|
|
113
113
|
} catch (error) {
|
|
114
|
-
|
|
114
|
+
_chunkJWTWXWTBcjs.writeFatal.call(void 0,
|
|
115
115
|
"Fatal errors that the build process could not recover from have occured. The build process has been terminated."
|
|
116
116
|
);
|
|
117
117
|
throw error;
|
|
@@ -217,7 +217,6 @@ var organizationConfigSchema = z.object({
|
|
|
217
217
|
"A URL to a page that provides more information about the organization"
|
|
218
218
|
)
|
|
219
219
|
}).describe("The workspace's organization details");
|
|
220
|
-
var MODE_OPTIONS = ["development", "staging", "production"];
|
|
221
220
|
var stormWorkspaceConfigSchema = z.object({
|
|
222
221
|
$schema: z.string().trim().default(
|
|
223
222
|
"https://public.storm-cdn.com/schemas/storm-workspace.schema.json"
|
|
@@ -249,7 +248,7 @@ var stormWorkspaceConfigSchema = z.object({
|
|
|
249
248
|
release: WorkspaceReleaseConfigSchema,
|
|
250
249
|
socials: WorkspaceSocialsConfigSchema,
|
|
251
250
|
error: errorConfigSchema,
|
|
252
|
-
mode: z.
|
|
251
|
+
mode: z.string().trim().default("production").describe("The current runtime environment mode for the package"),
|
|
253
252
|
workspaceRoot: z.string().trim().describe("The root directory of the workspace"),
|
|
254
253
|
skipCache: z.boolean().default(false).describe("Should all known types of workspace caching be skipped?"),
|
|
255
254
|
directories: WorkspaceDirectoryConfigSchema,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireWildcard2(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) { newObj[key] = obj[key]; } } } newObj.default = obj; return newObj; } } function _nullishCoalesce2(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } } function _optionalChain2(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; } var _class2;
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var _chunkJWTWXWTBcjs = require('./chunk-JWTWXWTB.cjs');
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
var _chunkREAX6FSOcjs = require('./chunk-REAX6FSO.cjs');
|
|
@@ -2668,11 +2668,11 @@ module.exports = exports.default;
|
|
|
2668
2668
|
_chunk4ICWACJMcjs.init_cjs_shims.call(void 0, );
|
|
2669
2669
|
var import_tsup = _chunk4ICWACJMcjs.__toESM.call(void 0, require_dist(), 1);
|
|
2670
2670
|
async function executeTsup(context) {
|
|
2671
|
-
|
|
2671
|
+
_chunkJWTWXWTBcjs.writeDebug.call(void 0,
|
|
2672
2672
|
` \u{1F680} Running ${context.options.name} build`,
|
|
2673
2673
|
context.workspaceConfig
|
|
2674
2674
|
);
|
|
2675
|
-
const stopwatch =
|
|
2675
|
+
const stopwatch = _chunkJWTWXWTBcjs.getStopwatch.call(void 0, `${context.options.name} build`);
|
|
2676
2676
|
await (0, import_tsup.build)({
|
|
2677
2677
|
...context.options,
|
|
2678
2678
|
outDir: context.options.distDir ? _chunkREAX6FSOcjs.joinPaths.call(void 0, context.outputPath, context.options.distDir) : context.outputPath,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } function _nullishCoalesce(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } }
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var _chunkJWTWXWTBcjs = require('./chunk-JWTWXWTB.cjs');
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
|
|
@@ -75,10 +75,10 @@ var depsCheckPlugin = (bundle) => ({
|
|
|
75
75
|
const filteredMissingDeps = missingDependencies.filter((dep) => {
|
|
76
76
|
return !missingIgnore.some((pattern) => dep.match(pattern)) && !peerDependencies.includes(dep);
|
|
77
77
|
});
|
|
78
|
-
|
|
78
|
+
_chunkJWTWXWTBcjs.writeWarning.call(void 0,
|
|
79
79
|
`Unused Dependencies: ${JSON.stringify(filteredUnusedDeps)}`
|
|
80
80
|
);
|
|
81
|
-
|
|
81
|
+
_chunkJWTWXWTBcjs.writeError.call(void 0,
|
|
82
82
|
`Missing Dependencies: ${JSON.stringify(filteredMissingDeps)}`
|
|
83
83
|
);
|
|
84
84
|
if (filteredMissingDeps.length > 0) {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var _chunkBQ33KBRQcjs = require('./chunk-BQ33KBRQ.cjs');
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
var _chunk4ICWACJMcjs = require('./chunk-4ICWACJM.cjs');
|
|
@@ -44,8 +44,8 @@ var DEFAULT_BUILD_OPTIONS = {
|
|
|
44
44
|
".woff2": "file"
|
|
45
45
|
},
|
|
46
46
|
banner: {
|
|
47
|
-
js:
|
|
48
|
-
css:
|
|
47
|
+
js: _chunkBQ33KBRQcjs.DEFAULT_COMPILED_BANNER,
|
|
48
|
+
css: _chunkBQ33KBRQcjs.DEFAULT_COMPILED_BANNER
|
|
49
49
|
}
|
|
50
50
|
};
|
|
51
51
|
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _nullishCoalesce(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } } function _optionalChain(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var _chunkBQ33KBRQcjs = require('./chunk-BQ33KBRQ.cjs');
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
|
|
7
|
-
var
|
|
7
|
+
var _chunkJWTWXWTBcjs = require('./chunk-JWTWXWTB.cjs');
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
var _chunk4ICWACJMcjs = require('./chunk-4ICWACJM.cjs');
|
|
@@ -13,12 +13,12 @@ var _chunk4ICWACJMcjs = require('./chunk-4ICWACJM.cjs');
|
|
|
13
13
|
_chunk4ICWACJMcjs.init_cjs_shims.call(void 0, );
|
|
14
14
|
async function copyBuildAssets(context) {
|
|
15
15
|
if (!_optionalChain([context, 'access', _ => _.result, 'optionalAccess', _2 => _2.errors, 'access', _3 => _3.length]) && _optionalChain([context, 'access', _4 => _4.options, 'access', _5 => _5.assets, 'optionalAccess', _6 => _6.length])) {
|
|
16
|
-
|
|
16
|
+
_chunkJWTWXWTBcjs.writeDebug.call(void 0,
|
|
17
17
|
` \u{1F4CB} Copying ${context.options.assets.length} asset files to output directory: ${context.outputPath}`,
|
|
18
18
|
context.workspaceConfig
|
|
19
19
|
);
|
|
20
|
-
const stopwatch =
|
|
21
|
-
await
|
|
20
|
+
const stopwatch = _chunkJWTWXWTBcjs.getStopwatch.call(void 0, `${context.options.name} asset copy`);
|
|
21
|
+
await _chunkBQ33KBRQcjs.copyAssets.call(void 0,
|
|
22
22
|
context.workspaceConfig,
|
|
23
23
|
_nullishCoalesce(context.options.assets, () => ( [])),
|
|
24
24
|
context.outputPath,
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import {
|
|
2
2
|
addPackageDependencies,
|
|
3
3
|
addWorkspacePackageJsonFields
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-E4TFSQTB.js";
|
|
5
5
|
import {
|
|
6
6
|
getStopwatch,
|
|
7
7
|
writeDebug
|
|
8
|
-
} from "./chunk-
|
|
8
|
+
} from "./chunk-GLIXM3DE.js";
|
|
9
9
|
import {
|
|
10
10
|
joinPaths
|
|
11
11
|
} from "./chunk-A7I6K5HC.js";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var _chunkJWTWXWTBcjs = require('./chunk-JWTWXWTB.cjs');
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
var _chunk4ICWACJMcjs = require('./chunk-4ICWACJM.cjs');
|
|
@@ -10,8 +10,8 @@ var _chunk4ICWACJMcjs = require('./chunk-4ICWACJM.cjs');
|
|
|
10
10
|
_chunk4ICWACJMcjs.init_cjs_shims.call(void 0, );
|
|
11
11
|
var _promises = require('fs/promises');
|
|
12
12
|
async function clean(name = "ESBuild", directory, config) {
|
|
13
|
-
|
|
14
|
-
const stopwatch =
|
|
13
|
+
_chunkJWTWXWTBcjs.writeDebug.call(void 0, ` \u{1F9F9} Cleaning ${name} output path: ${directory}`, config);
|
|
14
|
+
const stopwatch = _chunkJWTWXWTBcjs.getStopwatch.call(void 0, `${name} output clean`);
|
|
15
15
|
await cleanDirectories(directory);
|
|
16
16
|
stopwatch();
|
|
17
17
|
}
|
package/dist/clean.cjs
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
5
|
-
require('./chunk-
|
|
4
|
+
var _chunkSWCTV2DKcjs = require('./chunk-SWCTV2DK.cjs');
|
|
5
|
+
require('./chunk-JWTWXWTB.cjs');
|
|
6
6
|
require('./chunk-REAX6FSO.cjs');
|
|
7
7
|
require('./chunk-4ICWACJM.cjs');
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
|
|
11
|
-
exports.clean =
|
|
11
|
+
exports.clean = _chunkSWCTV2DKcjs.clean; exports.cleanDirectories = _chunkSWCTV2DKcjs.cleanDirectories;
|
package/dist/clean.js
CHANGED
package/dist/config.cjs
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
require('./chunk-
|
|
5
|
-
require('./chunk-
|
|
3
|
+
var _chunkLUCA5GLQcjs = require('./chunk-LUCA5GLQ.cjs');
|
|
4
|
+
require('./chunk-BQ33KBRQ.cjs');
|
|
5
|
+
require('./chunk-JWTWXWTB.cjs');
|
|
6
6
|
require('./chunk-REAX6FSO.cjs');
|
|
7
7
|
require('./chunk-4ICWACJM.cjs');
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
exports.DEFAULT_BUILD_OPTIONS =
|
|
10
|
+
exports.DEFAULT_BUILD_OPTIONS = _chunkLUCA5GLQcjs.DEFAULT_BUILD_OPTIONS;
|
package/dist/config.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import {
|
|
2
2
|
DEFAULT_BUILD_OPTIONS
|
|
3
|
-
} from "./chunk-
|
|
4
|
-
import "./chunk-
|
|
5
|
-
import "./chunk-
|
|
3
|
+
} from "./chunk-ZJLSRWHA.js";
|
|
4
|
+
import "./chunk-E4TFSQTB.js";
|
|
5
|
+
import "./chunk-GLIXM3DE.js";
|
|
6
6
|
import "./chunk-A7I6K5HC.js";
|
|
7
7
|
import "./chunk-GL7N7ANS.js";
|
|
8
8
|
export {
|
package/dist/context.cjs
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
require('./chunk-
|
|
5
|
-
require('./chunk-
|
|
6
|
-
require('./chunk-
|
|
3
|
+
var _chunkA4LWMXTMcjs = require('./chunk-A4LWMXTM.cjs');
|
|
4
|
+
require('./chunk-LUCA5GLQ.cjs');
|
|
5
|
+
require('./chunk-BQ33KBRQ.cjs');
|
|
6
|
+
require('./chunk-JWTWXWTB.cjs');
|
|
7
7
|
require('./chunk-REAX6FSO.cjs');
|
|
8
8
|
require('./chunk-4ICWACJM.cjs');
|
|
9
9
|
|
|
10
10
|
|
|
11
|
-
exports.resolveContext =
|
|
11
|
+
exports.resolveContext = _chunkA4LWMXTMcjs.resolveContext;
|
package/dist/context.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import {
|
|
2
2
|
resolveContext
|
|
3
|
-
} from "./chunk-
|
|
4
|
-
import "./chunk-
|
|
5
|
-
import "./chunk-
|
|
6
|
-
import "./chunk-
|
|
3
|
+
} from "./chunk-BIPRSTGN.js";
|
|
4
|
+
import "./chunk-ZJLSRWHA.js";
|
|
5
|
+
import "./chunk-E4TFSQTB.js";
|
|
6
|
+
import "./chunk-GLIXM3DE.js";
|
|
7
7
|
import "./chunk-A7I6K5HC.js";
|
|
8
8
|
import "./chunk-GL7N7ANS.js";
|
|
9
9
|
export {
|
package/dist/index.cjs
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});require('./chunk-JCXAR46G.cjs');
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
5
|
-
require('./chunk-
|
|
6
|
-
require('./chunk-
|
|
7
|
-
require('./chunk-
|
|
8
|
-
require('./chunk-
|
|
9
|
-
require('./chunk-
|
|
10
|
-
require('./chunk-
|
|
11
|
-
require('./chunk-
|
|
12
|
-
require('./chunk-
|
|
13
|
-
require('./chunk-
|
|
4
|
+
var _chunkIUSRMZEQcjs = require('./chunk-IUSRMZEQ.cjs');
|
|
5
|
+
require('./chunk-LTXK327P.cjs');
|
|
6
|
+
require('./chunk-MRIDIQ2W.cjs');
|
|
7
|
+
require('./chunk-SWCTV2DK.cjs');
|
|
8
|
+
require('./chunk-A4LWMXTM.cjs');
|
|
9
|
+
require('./chunk-LUCA5GLQ.cjs');
|
|
10
|
+
require('./chunk-7BBQDOAK.cjs');
|
|
11
|
+
require('./chunk-BQ33KBRQ.cjs');
|
|
12
|
+
require('./chunk-LG6G5Y7K.cjs');
|
|
13
|
+
require('./chunk-JWTWXWTB.cjs');
|
|
14
14
|
require('./chunk-REAX6FSO.cjs');
|
|
15
15
|
|
|
16
16
|
|
|
@@ -20,4 +20,4 @@ var _chunk4ICWACJMcjs = require('./chunk-4ICWACJM.cjs');
|
|
|
20
20
|
_chunk4ICWACJMcjs.init_cjs_shims.call(void 0, );
|
|
21
21
|
|
|
22
22
|
|
|
23
|
-
exports.build =
|
|
23
|
+
exports.build = _chunkIUSRMZEQcjs.build;
|
package/dist/index.js
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
import "./chunk-45F6WZFO.js";
|
|
2
2
|
import {
|
|
3
3
|
build
|
|
4
|
-
} from "./chunk-
|
|
5
|
-
import "./chunk-
|
|
6
|
-
import "./chunk-
|
|
7
|
-
import "./chunk-
|
|
8
|
-
import "./chunk-
|
|
9
|
-
import "./chunk-
|
|
10
|
-
import "./chunk-
|
|
11
|
-
import "./chunk-
|
|
12
|
-
import "./chunk-
|
|
13
|
-
import "./chunk-
|
|
4
|
+
} from "./chunk-AZ3OSORH.js";
|
|
5
|
+
import "./chunk-NCT2EP5O.js";
|
|
6
|
+
import "./chunk-V7ZGKCVF.js";
|
|
7
|
+
import "./chunk-GA7R4R4C.js";
|
|
8
|
+
import "./chunk-BIPRSTGN.js";
|
|
9
|
+
import "./chunk-ZJLSRWHA.js";
|
|
10
|
+
import "./chunk-PWU5KHZ3.js";
|
|
11
|
+
import "./chunk-E4TFSQTB.js";
|
|
12
|
+
import "./chunk-JORVCKLB.js";
|
|
13
|
+
import "./chunk-GLIXM3DE.js";
|
|
14
14
|
import "./chunk-A7I6K5HC.js";
|
|
15
15
|
import {
|
|
16
16
|
init_esm_shims
|
package/dist/package-json.cjs
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
require('./chunk-
|
|
5
|
-
require('./chunk-
|
|
3
|
+
var _chunk7BBQDOAKcjs = require('./chunk-7BBQDOAK.cjs');
|
|
4
|
+
require('./chunk-BQ33KBRQ.cjs');
|
|
5
|
+
require('./chunk-JWTWXWTB.cjs');
|
|
6
6
|
require('./chunk-REAX6FSO.cjs');
|
|
7
7
|
require('./chunk-4ICWACJM.cjs');
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
exports.generatePackageJson =
|
|
10
|
+
exports.generatePackageJson = _chunk7BBQDOAKcjs.generatePackageJson;
|
package/dist/package-json.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import {
|
|
2
2
|
generatePackageJson
|
|
3
|
-
} from "./chunk-
|
|
4
|
-
import "./chunk-
|
|
5
|
-
import "./chunk-
|
|
3
|
+
} from "./chunk-PWU5KHZ3.js";
|
|
4
|
+
import "./chunk-E4TFSQTB.js";
|
|
5
|
+
import "./chunk-GLIXM3DE.js";
|
|
6
6
|
import "./chunk-A7I6K5HC.js";
|
|
7
7
|
import "./chunk-GL7N7ANS.js";
|
|
8
8
|
export {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
require('../chunk-
|
|
3
|
+
var _chunkLTXK327Pcjs = require('../chunk-LTXK327P.cjs');
|
|
4
|
+
require('../chunk-JWTWXWTB.cjs');
|
|
5
5
|
require('../chunk-REAX6FSO.cjs');
|
|
6
6
|
require('../chunk-4ICWACJM.cjs');
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
exports.depsCheckPlugin =
|
|
9
|
+
exports.depsCheckPlugin = _chunkLTXK327Pcjs.depsCheckPlugin;
|
package/dist/tsup.cjs
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
require('./chunk-
|
|
3
|
+
var _chunkLG6G5Y7Kcjs = require('./chunk-LG6G5Y7K.cjs');
|
|
4
|
+
require('./chunk-JWTWXWTB.cjs');
|
|
5
5
|
require('./chunk-REAX6FSO.cjs');
|
|
6
6
|
require('./chunk-4ICWACJM.cjs');
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
exports.executeTsup =
|
|
9
|
+
exports.executeTsup = _chunkLG6G5Y7Kcjs.executeTsup;
|
package/dist/tsup.js
CHANGED
package/dist/watch.cjs
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _nullishCoalesce(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } } function _optionalChain(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var _chunkJWTWXWTBcjs = require('./chunk-JWTWXWTB.cjs');
|
|
5
5
|
require('./chunk-REAX6FSO.cjs');
|
|
6
6
|
|
|
7
7
|
|
|
@@ -93,9 +93,9 @@ var watch = (context, options) => {
|
|
|
93
93
|
return context.rebuild();
|
|
94
94
|
});
|
|
95
95
|
if (rebuildResult instanceof Error) {
|
|
96
|
-
|
|
96
|
+
_chunkJWTWXWTBcjs.writeError.call(void 0, rebuildResult.message);
|
|
97
97
|
}
|
|
98
|
-
|
|
98
|
+
_chunkJWTWXWTBcjs.writeTrace.call(void 0, `${Date.now() - timeBefore}ms [${_nullishCoalesce(options.name, () => ( ""))}]`);
|
|
99
99
|
}, 10);
|
|
100
100
|
changeWatcher.on("change", fastRebuild);
|
|
101
101
|
return void 0;
|
package/dist/watch.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/esbuild",
|
|
3
|
-
"version": "0.45.
|
|
3
|
+
"version": "0.45.37",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A package containing `esbuild` utilities for building Storm Software libraries and applications",
|
|
6
6
|
"repository": {
|
|
@@ -186,9 +186,9 @@
|
|
|
186
186
|
"dependencies": {
|
|
187
187
|
"@nx/devkit": "21.0.3",
|
|
188
188
|
"@nx/js": "21.0.3",
|
|
189
|
-
"@storm-software/build-tools": "^0.151.
|
|
190
|
-
"@storm-software/config": "^1.125.
|
|
191
|
-
"@storm-software/config-tools": "^1.176.
|
|
189
|
+
"@storm-software/build-tools": "^0.151.24",
|
|
190
|
+
"@storm-software/config": "^1.125.12",
|
|
191
|
+
"@storm-software/config-tools": "^1.176.13",
|
|
192
192
|
"chokidar": "^4.0.3",
|
|
193
193
|
"commander": "^12.1.0",
|
|
194
194
|
"defu": "6.1.4",
|
|
@@ -200,5 +200,5 @@
|
|
|
200
200
|
"devDependencies": { "@types/node": "^22.10.2", "nx": "21.0.3" },
|
|
201
201
|
"publishConfig": { "access": "public" },
|
|
202
202
|
"sideEffects": false,
|
|
203
|
-
"gitHead": "
|
|
203
|
+
"gitHead": "15cfb513f5ab6c76341888e008ba62b88bcd05af"
|
|
204
204
|
}
|