@storm-software/workspace-tools 1.265.12 → 1.265.13
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 +7 -0
- package/README.md +1 -1
- package/dist/{chunk-HJJQBLPE.mjs → chunk-3XSWT4CQ.mjs} +1 -1
- package/dist/{chunk-W3FTMIWS.mjs → chunk-4MQBPVNM.mjs} +1 -1
- package/dist/{chunk-OIQ2M2I2.mjs → chunk-4RI5TAZ5.mjs} +2 -2
- package/dist/{chunk-ACBRXFBB.js → chunk-4ZWQHDDR.js} +2 -2
- package/dist/{chunk-YACFAWJM.mjs → chunk-5TLQHBOJ.mjs} +1 -1
- package/dist/{chunk-5AHZZD5J.mjs → chunk-7KECHDTY.mjs} +2 -2
- package/dist/{chunk-Z2GBHTLH.js → chunk-7NJYHKD4.js} +2 -2
- package/dist/{chunk-QPJ4XTDX.js → chunk-ALY3T5YO.js} +2 -2
- package/dist/{chunk-IPBHTVKW.js → chunk-BBQYSGHD.js} +2 -2
- package/dist/{chunk-7YVMI4XM.js → chunk-BHPRU5VN.js} +2 -2
- package/dist/{chunk-LZDXRICA.mjs → chunk-BRDK3UGW.mjs} +2 -2
- package/dist/{chunk-SKMT7WD5.js → chunk-G25NYDN4.js} +2 -1
- package/dist/{chunk-VBOKKAOD.mjs → chunk-GH7NKN7I.mjs} +1 -1
- package/dist/{chunk-RFABPIJ3.mjs → chunk-ILLL3MMC.mjs} +1 -1
- package/dist/{chunk-USJX4BPD.js → chunk-ILRTPPJ4.js} +2 -2
- package/dist/{chunk-E4TBRQDJ.js → chunk-KJ5COMK2.js} +2 -2
- package/dist/{chunk-NQ4W3N7O.js → chunk-KN4FIRQI.js} +15 -15
- package/dist/{chunk-JCJHSN67.js → chunk-METCIMBV.js} +5 -5
- package/dist/{chunk-ULRO7HCM.mjs → chunk-OENTXUOU.mjs} +1 -1
- package/dist/{chunk-DULEYWGQ.mjs → chunk-P3KSR3SR.mjs} +1 -1
- package/dist/{chunk-UQEEPGEO.mjs → chunk-QGEPDAWP.mjs} +2 -2
- package/dist/{chunk-IMWV4UTQ.mjs → chunk-QMOP57NZ.mjs} +1 -1
- package/dist/{chunk-KJHGZG7Z.mjs → chunk-QT4C74CG.mjs} +1 -1
- package/dist/{chunk-LRLMU4QV.js → chunk-R2JUE5UD.js} +2 -2
- package/dist/{chunk-6EJZJ2CM.mjs → chunk-SIIOJLU5.mjs} +2 -2
- package/dist/{chunk-J3GIYYNX.mjs → chunk-UYN4J6AU.mjs} +2 -1
- package/dist/{chunk-4OACOTBI.js → chunk-VKKE7EW4.js} +4 -4
- package/dist/{chunk-BDL4HXCW.mjs → chunk-WBKZ3KUQ.mjs} +1 -1
- package/dist/{chunk-PRBD72QY.mjs → chunk-XWHWMA27.mjs} +1 -1
- package/dist/{chunk-5DQCVP4N.js → chunk-XXFGRTIR.js} +5 -5
- package/dist/{chunk-TMLFRH4N.mjs → chunk-YEIFMXCK.mjs} +1 -1
- package/dist/{chunk-DNYOACHD.js → chunk-YUI473HN.js} +11 -11
- package/dist/{chunk-QKSJFAHM.js → chunk-Z5ADLA6I.js} +36 -36
- package/dist/{chunk-P6PFHXHQ.js → chunk-ZHCAJSHG.js} +20 -20
- package/dist/{chunk-ZGMV4YJL.js → chunk-ZNX5CSRD.js} +2 -2
- package/dist/{chunk-N4STCLGJ.js → chunk-ZXO3ZJZW.js} +9 -9
- package/dist/executors.js +14 -14
- package/dist/executors.mjs +17 -17
- package/dist/generators.js +10 -10
- package/dist/generators.mjs +11 -11
- package/dist/index.js +22 -22
- package/dist/index.mjs +27 -27
- package/dist/src/base/base-executor.js +3 -3
- package/dist/src/base/base-executor.mjs +2 -2
- package/dist/src/base/base-generator.js +3 -3
- package/dist/src/base/base-generator.mjs +2 -2
- package/dist/src/base/index.js +4 -4
- package/dist/src/base/index.mjs +3 -3
- package/dist/src/executors/cargo-build/executor.js +4 -4
- package/dist/src/executors/cargo-build/executor.mjs +3 -3
- package/dist/src/executors/cargo-check/executor.js +4 -4
- package/dist/src/executors/cargo-check/executor.mjs +3 -3
- package/dist/src/executors/cargo-clippy/executor.js +4 -4
- package/dist/src/executors/cargo-clippy/executor.mjs +3 -3
- package/dist/src/executors/cargo-doc/executor.js +4 -4
- package/dist/src/executors/cargo-doc/executor.mjs +3 -3
- package/dist/src/executors/cargo-format/executor.js +4 -4
- package/dist/src/executors/cargo-format/executor.mjs +3 -3
- package/dist/src/executors/clean-package/executor.js +5 -5
- package/dist/src/executors/clean-package/executor.mjs +2 -2
- package/dist/src/executors/esbuild/executor.js +4 -4
- package/dist/src/executors/esbuild/executor.mjs +3 -3
- package/dist/src/executors/size-limit/executor.js +4 -4
- package/dist/src/executors/size-limit/executor.mjs +3 -3
- package/dist/src/executors/typia/executor.js +4 -4
- package/dist/src/executors/typia/executor.mjs +3 -3
- package/dist/src/executors/unbuild/executor.js +4 -4
- package/dist/src/executors/unbuild/executor.mjs +3 -3
- package/dist/src/generators/browser-library/generator.js +4 -4
- package/dist/src/generators/browser-library/generator.mjs +3 -3
- package/dist/src/generators/config-schema/generator.js +4 -4
- package/dist/src/generators/config-schema/generator.mjs +3 -3
- package/dist/src/generators/neutral-library/generator.js +4 -4
- package/dist/src/generators/neutral-library/generator.mjs +3 -3
- package/dist/src/generators/node-library/generator.js +4 -4
- package/dist/src/generators/node-library/generator.mjs +3 -3
- package/dist/src/generators/preset/generator.js +4 -4
- package/dist/src/generators/preset/generator.mjs +3 -3
- package/dist/src/generators/release-version/generator.js +3 -3
- package/dist/src/generators/release-version/generator.mjs +2 -2
- package/package.json +1 -1
|
@@ -13,7 +13,7 @@ var _chunkZMFVKBRMjs = require('./chunk-ZMFVKBRM.js');
|
|
|
13
13
|
|
|
14
14
|
|
|
15
15
|
|
|
16
|
-
var
|
|
16
|
+
var _chunkG25NYDN4js = require('./chunk-G25NYDN4.js');
|
|
17
17
|
|
|
18
18
|
|
|
19
19
|
var _chunk4JOIS7WWjs = require('./chunk-4JOIS7WW.js');
|
|
@@ -244,16 +244,16 @@ var _version = require('nx/src/command-line/release/version');
|
|
|
244
244
|
var _utils = require('nx/src/tasks-runner/utils');
|
|
245
245
|
var _semver3 = require('semver');
|
|
246
246
|
async function releaseVersionGeneratorFn(tree, options, config) {
|
|
247
|
-
|
|
247
|
+
_chunkG25NYDN4js.writeInfo.call(void 0, `\u26A1 Running the Storm Release Version generator...
|
|
248
248
|
|
|
249
249
|
`, config);
|
|
250
|
-
const stopwatch =
|
|
250
|
+
const stopwatch = _chunkG25NYDN4js.getStopwatch.call(void 0, "Storm Release Version generator");
|
|
251
251
|
try {
|
|
252
252
|
const workspaceRoot = _chunk4JOIS7WWjs.findWorkspaceRoot.call(void 0, );
|
|
253
|
-
|
|
253
|
+
_chunkG25NYDN4js.writeDebug.call(void 0, `Loading the Storm Config from environment variables and storm.config.js file...
|
|
254
254
|
- workspaceRoot: ${workspaceRoot}`, config);
|
|
255
|
-
config = await
|
|
256
|
-
|
|
255
|
+
config = await _chunkG25NYDN4js.getConfig.call(void 0, workspaceRoot);
|
|
256
|
+
_chunkG25NYDN4js.writeTrace.call(void 0, `Generator schema options \u2699\uFE0F
|
|
257
257
|
${Object.keys(_nullishCoalesce(options, () => ( {}))).map((key) => ` - ${key}=${JSON.stringify(options[key])}`).join("\n")}`, config);
|
|
258
258
|
const versionData = {};
|
|
259
259
|
if (options.specifier) {
|
|
@@ -304,9 +304,9 @@ To fix this you will either need to add a package.json or Cargo.toml file at tha
|
|
|
304
304
|
}
|
|
305
305
|
const workspaceRelativePackagePath = _path.relative.call(void 0, _nullishCoalesce(_optionalChain([config, 'optionalAccess', _9 => _9.workspaceRoot]), () => ( _chunk4JOIS7WWjs.findWorkspaceRoot.call(void 0, ))), tree.exists(packageJsonPath) ? packageJsonPath : cargoTomlPath);
|
|
306
306
|
const log = /* @__PURE__ */ _chunk3GQAWCBQjs.__name.call(void 0, (msg) => {
|
|
307
|
-
|
|
307
|
+
_chunkG25NYDN4js.writeInfo.call(void 0, `${projectName}: ${msg}`, config);
|
|
308
308
|
}, "log");
|
|
309
|
-
|
|
309
|
+
_chunkG25NYDN4js.writeInfo.call(void 0, `Running release version for project: ${project.name}`, config);
|
|
310
310
|
let packageName;
|
|
311
311
|
let currentVersionFromDisk;
|
|
312
312
|
if (tree.exists(packageJsonPath)) {
|
|
@@ -580,7 +580,7 @@ Projects with packageRoot configured: ${Array.from(projectNameToPackageRootMap.k
|
|
|
580
580
|
}
|
|
581
581
|
}
|
|
582
582
|
await _devkit.formatFiles.call(void 0, tree);
|
|
583
|
-
|
|
583
|
+
_chunkG25NYDN4js.writeSuccess.call(void 0, `Completed running the Storm Release Version generator!
|
|
584
584
|
`, config);
|
|
585
585
|
return {
|
|
586
586
|
data: versionData,
|
|
@@ -614,8 +614,8 @@ Projects with packageRoot configured: ${Array.from(projectNameToPackageRootMap.k
|
|
|
614
614
|
}, "callback")
|
|
615
615
|
};
|
|
616
616
|
} catch (error) {
|
|
617
|
-
|
|
618
|
-
|
|
617
|
+
_chunkG25NYDN4js.writeFatal.call(void 0, "A fatal error occurred while running the Storm Release Version generator - the process was forced to terminate", config);
|
|
618
|
+
_chunkG25NYDN4js.writeError.call(void 0, `An exception was thrown in the Storm Release Version generator's process
|
|
619
619
|
- Details: ${error.message}
|
|
620
620
|
- Stacktrace: ${error.stack}`, config);
|
|
621
621
|
throw new Error(`An exception was thrown in the Storm Release Version generator's process
|
|
@@ -1,6 +1,6 @@
|
|
|
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 _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 _chunkZHCAJSHGjs = require('./chunk-ZHCAJSHG.js');
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
|
|
@@ -13,7 +13,7 @@ var _chunkP6PFHXHQjs = require('./chunk-P6PFHXHQ.js');
|
|
|
13
13
|
|
|
14
14
|
|
|
15
15
|
|
|
16
|
-
var
|
|
16
|
+
var _chunkG25NYDN4js = require('./chunk-G25NYDN4.js');
|
|
17
17
|
|
|
18
18
|
|
|
19
19
|
var _chunk4JOIS7WWjs = require('./chunk-4JOIS7WW.js');
|
|
@@ -83,7 +83,7 @@ var copyAssets = /* @__PURE__ */ _chunk3GQAWCBQjs.__name.call(void 0, async (con
|
|
|
83
83
|
output: "src/"
|
|
84
84
|
});
|
|
85
85
|
}
|
|
86
|
-
|
|
86
|
+
_chunkG25NYDN4js.writeTrace.call(void 0, `\u{1F4DD} Copying the following assets to the output directory:
|
|
87
87
|
${pendingAssets.map((pendingAsset) => typeof pendingAsset === "string" ? ` - ${pendingAsset} -> ${outputPath}` : ` - ${pendingAsset.input}/${pendingAsset.glob} -> ${_chunkJTAXCQX6js.joinPaths.call(void 0, outputPath, pendingAsset.output)}`).join("\n")}`, config);
|
|
88
88
|
const assetHandler = new (0, _copyassetshandler.CopyAssetsHandler)({
|
|
89
89
|
projectDir: projectRoot,
|
|
@@ -93,7 +93,7 @@ ${pendingAssets.map((pendingAsset) => typeof pendingAsset === "string" ? ` - ${p
|
|
|
93
93
|
});
|
|
94
94
|
await assetHandler.processAllAssetsOnce();
|
|
95
95
|
if (includeSrc === true) {
|
|
96
|
-
|
|
96
|
+
_chunkG25NYDN4js.writeDebug.call(void 0, `\u{1F4DD} Adding banner and writing source files: ${_chunkJTAXCQX6js.joinPaths.call(void 0, outputPath, "src")}`, config);
|
|
97
97
|
const files = await _glob.glob.call(void 0, [
|
|
98
98
|
_chunkJTAXCQX6js.joinPaths.call(void 0, config.workspaceRoot, outputPath, "src/**/*.ts"),
|
|
99
99
|
_chunkJTAXCQX6js.joinPaths.call(void 0, config.workspaceRoot, outputPath, "src/**/*.tsx"),
|
|
@@ -132,7 +132,7 @@ var addPackageDependencies = /* @__PURE__ */ _chunk3GQAWCBQjs.__name.call(void 0
|
|
|
132
132
|
}
|
|
133
133
|
}
|
|
134
134
|
if (localPackages.length > 0) {
|
|
135
|
-
|
|
135
|
+
_chunkG25NYDN4js.writeTrace.call(void 0, `\u{1F4E6} Adding local packages to package.json: ${localPackages.map((p) => p.name).join(", ")}`);
|
|
136
136
|
const projectJsonFile = await _promises.readFile.call(void 0, _chunkJTAXCQX6js.joinPaths.call(void 0, projectRoot, "project.json"), "utf8");
|
|
137
137
|
const projectJson = JSON.parse(projectJsonFile);
|
|
138
138
|
const projectName2 = projectJson.name;
|
|
@@ -166,7 +166,7 @@ var addPackageDependencies = /* @__PURE__ */ _chunk3GQAWCBQjs.__name.call(void 0
|
|
|
166
166
|
return ret;
|
|
167
167
|
}, _nullishCoalesce(packageJson.devDependencies, () => ( {})));
|
|
168
168
|
} else {
|
|
169
|
-
|
|
169
|
+
_chunkG25NYDN4js.writeTrace.call(void 0, "\u{1F4E6} No local packages dependencies to add to package.json");
|
|
170
170
|
}
|
|
171
171
|
return packageJson;
|
|
172
172
|
}, "addPackageDependencies");
|
|
@@ -536,7 +536,7 @@ var onErrorPlugin = /* @__PURE__ */ _chunk3GQAWCBQjs.__name.call(void 0, (option
|
|
|
536
536
|
setup(build4) {
|
|
537
537
|
build4.onEnd((result) => {
|
|
538
538
|
if (result.errors.length > 0 && process.env.WATCH !== "true") {
|
|
539
|
-
|
|
539
|
+
_chunkG25NYDN4js.writeError.call(void 0, `The following errors occurred during the build:
|
|
540
540
|
${result.errors.map((error) => error.text).join("\n")}
|
|
541
541
|
|
|
542
542
|
`, resolvedOptions.config);
|
|
@@ -645,7 +645,7 @@ function bundleTypeDefinitions(filename, outfile, externals, options) {
|
|
|
645
645
|
localBuild: true
|
|
646
646
|
});
|
|
647
647
|
if (extractorResult.succeeded === false) {
|
|
648
|
-
|
|
648
|
+
_chunkG25NYDN4js.writeError.call(void 0, `API Extractor completed with ${extractorResult.errorCount} ${extractorResult.errorCount === 1 ? "error" : "errors"}`);
|
|
649
649
|
throw new Error("API Extractor completed with errors");
|
|
650
650
|
}
|
|
651
651
|
}
|
|
@@ -833,8 +833,8 @@ var depsCheckPlugin = /* @__PURE__ */ _chunk3GQAWCBQjs.__name.call(void 0, (bund
|
|
|
833
833
|
const filteredMissingDeps = missingDependencies.filter((dep) => {
|
|
834
834
|
return !missingIgnore.some((pattern) => dep.match(pattern)) && !peerDependencies.includes(dep);
|
|
835
835
|
});
|
|
836
|
-
|
|
837
|
-
|
|
836
|
+
_chunkG25NYDN4js.writeWarning.call(void 0, `Unused Dependencies: ${JSON.stringify(filteredUnusedDeps)}`);
|
|
837
|
+
_chunkG25NYDN4js.writeError.call(void 0, `Missing Dependencies: ${JSON.stringify(filteredMissingDeps)}`);
|
|
838
838
|
if (filteredMissingDeps.length > 0) {
|
|
839
839
|
throw new Error(`Missing dependencies detected - please install them:
|
|
840
840
|
${JSON.stringify(filteredMissingDeps)}
|
|
@@ -904,7 +904,7 @@ var getEntryPoints = /* @__PURE__ */ _chunk3GQAWCBQjs.__name.call(void 0, async
|
|
|
904
904
|
paths.push(...files.reduce((ret, filePath) => {
|
|
905
905
|
const result = _chunkJTAXCQX6js.correctPaths.call(void 0, _chunkJTAXCQX6js.joinPaths.call(void 0, filePath.path, filePath.name).replaceAll(_chunkJTAXCQX6js.correctPaths.call(void 0, workspaceRoot), "").replaceAll(_chunkJTAXCQX6js.correctPaths.call(void 0, projectRoot), ""));
|
|
906
906
|
if (result) {
|
|
907
|
-
|
|
907
|
+
_chunkG25NYDN4js.writeDebug.call(void 0, `Trying to add entry point ${result} at "${_chunkJTAXCQX6js.joinPaths.call(void 0, filePath.path, filePath.name)}"`, config);
|
|
908
908
|
if (!paths.some((p) => p.in === result)) {
|
|
909
909
|
paths.push({
|
|
910
910
|
in: result,
|
|
@@ -915,7 +915,7 @@ var getEntryPoints = /* @__PURE__ */ _chunk3GQAWCBQjs.__name.call(void 0, async
|
|
|
915
915
|
return ret;
|
|
916
916
|
}, []));
|
|
917
917
|
} else {
|
|
918
|
-
|
|
918
|
+
_chunkG25NYDN4js.writeDebug.call(void 0, `Adding ESBuild entry point
|
|
919
919
|
- Input: ${entryPoint.in}
|
|
920
920
|
- Output: ${entryPoint.out}`, config);
|
|
921
921
|
if (!paths.some((p) => p.out === entryPoint.out)) {
|
|
@@ -1008,9 +1008,9 @@ var resolveOptions = /* @__PURE__ */ _chunk3GQAWCBQjs.__name.call(void 0, async
|
|
|
1008
1008
|
if (!workspaceRoot) {
|
|
1009
1009
|
throw new Error("Cannot find Nx workspace root");
|
|
1010
1010
|
}
|
|
1011
|
-
const config = await
|
|
1012
|
-
|
|
1013
|
-
const stopwatch =
|
|
1011
|
+
const config = await _chunkG25NYDN4js.getConfig.call(void 0, workspaceRoot.dir);
|
|
1012
|
+
_chunkG25NYDN4js.writeDebug.call(void 0, " \u2699\uFE0F Resolving build options", config);
|
|
1013
|
+
const stopwatch = _chunkG25NYDN4js.getStopwatch.call(void 0, "Build options resolution");
|
|
1014
1014
|
const projectGraph = await _devkit.createProjectGraphAsync.call(void 0, {
|
|
1015
1015
|
exitOnError: true
|
|
1016
1016
|
});
|
|
@@ -1057,7 +1057,7 @@ var resolveOptions = /* @__PURE__ */ _chunk3GQAWCBQjs.__name.call(void 0, async
|
|
|
1057
1057
|
projectGraph,
|
|
1058
1058
|
sourceRoot: userOptions.sourceRoot || projectJson.sourceRoot || _chunkJTAXCQX6js.joinPaths.call(void 0, projectRoot, "src"),
|
|
1059
1059
|
minify: userOptions.minify || !userOptions.debug,
|
|
1060
|
-
verbose: userOptions.verbose ||
|
|
1060
|
+
verbose: userOptions.verbose || _chunkG25NYDN4js.isVerbose.call(void 0, ) || userOptions.debug === true,
|
|
1061
1061
|
includeSrc: userOptions.includeSrc === true,
|
|
1062
1062
|
metafile: userOptions.metafile !== false,
|
|
1063
1063
|
generatePackageJson: userOptions.generatePackageJson !== false,
|
|
@@ -1112,8 +1112,8 @@ var resolveOptions = /* @__PURE__ */ _chunk3GQAWCBQjs.__name.call(void 0, async
|
|
|
1112
1112
|
}, "resolveOptions");
|
|
1113
1113
|
async function generatePackageJson(context2) {
|
|
1114
1114
|
if (context2.options.generatePackageJson !== false && _fs.existsSync.call(void 0, _chunkJTAXCQX6js.joinPaths.call(void 0, context2.options.projectRoot, "package.json"))) {
|
|
1115
|
-
|
|
1116
|
-
const stopwatch =
|
|
1115
|
+
_chunkG25NYDN4js.writeDebug.call(void 0, " \u270D\uFE0F Writing package.json file", context2.options.config);
|
|
1116
|
+
const stopwatch = _chunkG25NYDN4js.getStopwatch.call(void 0, "Write package.json file");
|
|
1117
1117
|
const packageJsonPath = _chunkJTAXCQX6js.joinPaths.call(void 0, context2.options.projectRoot, "project.json");
|
|
1118
1118
|
if (!_fs.existsSync.call(void 0, packageJsonPath)) {
|
|
1119
1119
|
throw new Error("Cannot find package.json configuration");
|
|
@@ -1172,8 +1172,8 @@ async function generateContext(getOptions) {
|
|
|
1172
1172
|
}
|
|
1173
1173
|
_chunk3GQAWCBQjs.__name.call(void 0, generateContext, "generateContext");
|
|
1174
1174
|
async function executeEsBuild(context2) {
|
|
1175
|
-
|
|
1176
|
-
const stopwatch =
|
|
1175
|
+
_chunkG25NYDN4js.writeDebug.call(void 0, ` \u{1F680} Running ${context2.options.name} build`, context2.options.config);
|
|
1176
|
+
const stopwatch = _chunkG25NYDN4js.getStopwatch.call(void 0, `${context2.options.name} build`);
|
|
1177
1177
|
if (process.env.STORM_WATCH) {
|
|
1178
1178
|
const ctx = await esbuild2.context(context2.options);
|
|
1179
1179
|
watch(ctx, context2.options);
|
|
@@ -1206,8 +1206,8 @@ async function executeEsBuild(context2) {
|
|
|
1206
1206
|
delete options.config;
|
|
1207
1207
|
delete options.injectShims;
|
|
1208
1208
|
delete options.external;
|
|
1209
|
-
|
|
1210
|
-
${
|
|
1209
|
+
_chunkG25NYDN4js.writeTrace.call(void 0, `Run esbuild (${context2.options.name}) with the following options:
|
|
1210
|
+
${_chunkG25NYDN4js.formatLogMessage.call(void 0, {
|
|
1211
1211
|
...options,
|
|
1212
1212
|
define: "<Hidden>"
|
|
1213
1213
|
})}`, context2.options.config);
|
|
@@ -1223,8 +1223,8 @@ ${_chunkSKMT7WD5js.formatLogMessage.call(void 0, {
|
|
|
1223
1223
|
_chunk3GQAWCBQjs.__name.call(void 0, executeEsBuild, "executeEsBuild");
|
|
1224
1224
|
async function copyBuildAssets(context2) {
|
|
1225
1225
|
if (_optionalChain([context2, 'access', _52 => _52.result, 'optionalAccess', _53 => _53.errors, 'access', _54 => _54.length]) === 0) {
|
|
1226
|
-
|
|
1227
|
-
const stopwatch =
|
|
1226
|
+
_chunkG25NYDN4js.writeDebug.call(void 0, ` \u{1F4CB} Copying asset files to output directory: ${context2.options.outdir}`, context2.options.config);
|
|
1227
|
+
const stopwatch = _chunkG25NYDN4js.getStopwatch.call(void 0, `${context2.options.name} asset copy`);
|
|
1228
1228
|
await copyAssets(context2.options.config, _nullishCoalesce(context2.options.assets, () => ( [])), context2.options.outdir, context2.options.projectRoot, context2.options.sourceRoot, true, false);
|
|
1229
1229
|
stopwatch();
|
|
1230
1230
|
}
|
|
@@ -1234,9 +1234,9 @@ _chunk3GQAWCBQjs.__name.call(void 0, copyBuildAssets, "copyBuildAssets");
|
|
|
1234
1234
|
async function reportResults(context2) {
|
|
1235
1235
|
if (_optionalChain([context2, 'access', _55 => _55.result, 'optionalAccess', _56 => _56.errors, 'access', _57 => _57.length]) === 0) {
|
|
1236
1236
|
if (context2.result.warnings.length > 0) {
|
|
1237
|
-
|
|
1237
|
+
_chunkG25NYDN4js.writeWarning.call(void 0, ` \u{1F6A7} The following warnings occurred during the build: ${context2.result.warnings.map((warning) => warning.text).join("\n")}`, context2.options.config);
|
|
1238
1238
|
}
|
|
1239
|
-
|
|
1239
|
+
_chunkG25NYDN4js.writeSuccess.call(void 0, ` \u{1F4E6} The ${context2.options.name} build completed successfully`, context2.options.config);
|
|
1240
1240
|
}
|
|
1241
1241
|
}
|
|
1242
1242
|
_chunk3GQAWCBQjs.__name.call(void 0, reportResults, "reportResults");
|
|
@@ -1272,8 +1272,8 @@ async function dependencyCheck(options) {
|
|
|
1272
1272
|
_chunk3GQAWCBQjs.__name.call(void 0, dependencyCheck, "dependencyCheck");
|
|
1273
1273
|
async function cleanOutputPath(context2) {
|
|
1274
1274
|
if (context2.options.clean !== false && context2.options.outdir) {
|
|
1275
|
-
|
|
1276
|
-
const stopwatch =
|
|
1275
|
+
_chunkG25NYDN4js.writeDebug.call(void 0, ` \u{1F9F9} Cleaning ${context2.options.name} output path: ${context2.options.outdir}`, context2.options.config);
|
|
1276
|
+
const stopwatch = _chunkG25NYDN4js.getStopwatch.call(void 0, `${context2.options.name} output clean`);
|
|
1277
1277
|
await cleanDirectories(context2.options.name, context2.options.outdir, context2.options.config);
|
|
1278
1278
|
stopwatch();
|
|
1279
1279
|
}
|
|
@@ -1281,8 +1281,8 @@ async function cleanOutputPath(context2) {
|
|
|
1281
1281
|
}
|
|
1282
1282
|
_chunk3GQAWCBQjs.__name.call(void 0, cleanOutputPath, "cleanOutputPath");
|
|
1283
1283
|
async function build3(options) {
|
|
1284
|
-
|
|
1285
|
-
const stopwatch =
|
|
1284
|
+
_chunkG25NYDN4js.writeDebug.call(void 0, ` \u26A1 Executing Storm ESBuild pipeline`);
|
|
1285
|
+
const stopwatch = _chunkG25NYDN4js.getStopwatch.call(void 0, "ESBuild pipeline");
|
|
1286
1286
|
try {
|
|
1287
1287
|
const opts = Array.isArray(options) ? options : [
|
|
1288
1288
|
options
|
|
@@ -1292,9 +1292,9 @@ async function build3(options) {
|
|
|
1292
1292
|
}
|
|
1293
1293
|
void transduce.async(opts, dependencyCheck);
|
|
1294
1294
|
await transduce.async(await createOptions(opts), pipe.async(generateContext, cleanOutputPath, generatePackageJson, executeEsBuild, copyBuildAssets, reportResults));
|
|
1295
|
-
|
|
1295
|
+
_chunkG25NYDN4js.writeSuccess.call(void 0, " \u{1F3C1} ESBuild pipeline build completed successfully");
|
|
1296
1296
|
} catch (error) {
|
|
1297
|
-
|
|
1297
|
+
_chunkG25NYDN4js.writeFatal.call(void 0, "Fatal errors that the build process could not recover from have occured. The build process has been terminated.");
|
|
1298
1298
|
throw error;
|
|
1299
1299
|
} finally {
|
|
1300
1300
|
stopwatch();
|
|
@@ -1322,9 +1322,9 @@ var watch = /* @__PURE__ */ _chunk3GQAWCBQjs.__name.call(void 0, (context2, opti
|
|
|
1322
1322
|
return context2.rebuild();
|
|
1323
1323
|
});
|
|
1324
1324
|
if (rebuildResult instanceof Error) {
|
|
1325
|
-
|
|
1325
|
+
_chunkG25NYDN4js.writeError.call(void 0, rebuildResult.message);
|
|
1326
1326
|
}
|
|
1327
|
-
|
|
1327
|
+
_chunkG25NYDN4js.writeTrace.call(void 0, `${Date.now() - timeBefore}ms [${_nullishCoalesce(options.name, () => ( ""))}]`);
|
|
1328
1328
|
}, 10);
|
|
1329
1329
|
changeWatcher.on("change", fastRebuild);
|
|
1330
1330
|
return void 0;
|
|
@@ -1332,7 +1332,7 @@ var watch = /* @__PURE__ */ _chunk3GQAWCBQjs.__name.call(void 0, (context2, opti
|
|
|
1332
1332
|
|
|
1333
1333
|
// src/executors/esbuild/executor.ts
|
|
1334
1334
|
async function esbuildExecutorFn(options, context2, config) {
|
|
1335
|
-
|
|
1335
|
+
_chunkG25NYDN4js.writeInfo.call(void 0, "\u{1F4E6} Running Storm ESBuild executor on the workspace", config);
|
|
1336
1336
|
if (!_optionalChain([context2, 'access', _58 => _58.projectsConfigurations, 'optionalAccess', _59 => _59.projects]) || !context2.projectName || !context2.projectsConfigurations.projects[context2.projectName] || !_optionalChain([context2, 'access', _60 => _60.projectsConfigurations, 'access', _61 => _61.projects, 'access', _62 => _62[context2.projectName], 'optionalAccess', _63 => _63.root])) {
|
|
1337
1337
|
throw new Error("The Build process failed because the context is not valid. Please run this command from a workspace.");
|
|
1338
1338
|
}
|
|
@@ -1349,7 +1349,7 @@ async function esbuildExecutorFn(options, context2, config) {
|
|
|
1349
1349
|
};
|
|
1350
1350
|
}
|
|
1351
1351
|
_chunk3GQAWCBQjs.__name.call(void 0, esbuildExecutorFn, "esbuildExecutorFn");
|
|
1352
|
-
var executor_default =
|
|
1352
|
+
var executor_default = _chunkZHCAJSHGjs.withRunExecutor.call(void 0, "Storm ESBuild build", esbuildExecutorFn, {
|
|
1353
1353
|
skipReadingConfig: false,
|
|
1354
1354
|
hooks: {
|
|
1355
1355
|
applyDefaultOptions: /* @__PURE__ */ _chunk3GQAWCBQjs.__name.call(void 0, async (options, config) => {
|
|
@@ -12,7 +12,7 @@ var _chunkUALZJZUKjs = require('./chunk-UALZJZUK.js');
|
|
|
12
12
|
|
|
13
13
|
|
|
14
14
|
|
|
15
|
-
var
|
|
15
|
+
var _chunkG25NYDN4js = require('./chunk-G25NYDN4.js');
|
|
16
16
|
|
|
17
17
|
|
|
18
18
|
var _chunk4JOIS7WWjs = require('./chunk-4JOIS7WW.js');
|
|
@@ -23,7 +23,7 @@ var _chunk3GQAWCBQjs = require('./chunk-3GQAWCBQ.js');
|
|
|
23
23
|
// src/base/base-executor.ts
|
|
24
24
|
var _defu = require('defu');
|
|
25
25
|
var withRunExecutor = /* @__PURE__ */ _chunk3GQAWCBQjs.__name.call(void 0, (name, executorFn, executorOptions = {}) => async (_options, context) => {
|
|
26
|
-
const stopwatch =
|
|
26
|
+
const stopwatch = _chunkG25NYDN4js.getStopwatch.call(void 0, name);
|
|
27
27
|
let options = _options;
|
|
28
28
|
let config = {};
|
|
29
29
|
try {
|
|
@@ -35,23 +35,23 @@ var withRunExecutor = /* @__PURE__ */ _chunk3GQAWCBQjs.__name.call(void 0, (name
|
|
|
35
35
|
const sourceRoot = context.projectsConfigurations.projects[context.projectName].sourceRoot || projectRoot || workspaceRoot;
|
|
36
36
|
const projectName = context.projectName;
|
|
37
37
|
config.workspaceRoot = workspaceRoot;
|
|
38
|
-
|
|
38
|
+
_chunkG25NYDN4js.writeInfo.call(void 0, `\u26A1 Running the ${name} executor for ${projectName} `, config);
|
|
39
39
|
if (!executorOptions.skipReadingConfig) {
|
|
40
|
-
|
|
40
|
+
_chunkG25NYDN4js.writeTrace.call(void 0, `Loading the Storm Config from environment variables and storm.config.js file...
|
|
41
41
|
- workspaceRoot: ${workspaceRoot}
|
|
42
42
|
- projectRoot: ${projectRoot}
|
|
43
43
|
- sourceRoot: ${sourceRoot}
|
|
44
44
|
- projectName: ${projectName}
|
|
45
45
|
`, config);
|
|
46
|
-
config = await
|
|
46
|
+
config = await _chunkG25NYDN4js.getConfig.call(void 0, workspaceRoot);
|
|
47
47
|
}
|
|
48
48
|
if (_optionalChain([executorOptions, 'optionalAccess', _3 => _3.hooks, 'optionalAccess', _4 => _4.applyDefaultOptions])) {
|
|
49
|
-
|
|
49
|
+
_chunkG25NYDN4js.writeDebug.call(void 0, "Running the applyDefaultOptions hook...", config);
|
|
50
50
|
options = await Promise.resolve(executorOptions.hooks.applyDefaultOptions(options, config));
|
|
51
|
-
|
|
51
|
+
_chunkG25NYDN4js.writeDebug.call(void 0, "Completed the applyDefaultOptions hook", config);
|
|
52
52
|
}
|
|
53
|
-
|
|
54
|
-
${
|
|
53
|
+
_chunkG25NYDN4js.writeTrace.call(void 0, `Executor schema options \u2699\uFE0F
|
|
54
|
+
${_chunkG25NYDN4js.formatLogMessage.call(void 0, options)}
|
|
55
55
|
`, config);
|
|
56
56
|
const tokenized = await _chunkUALZJZUKjs.applyWorkspaceTokens.call(void 0, options, _defu.defu.call(void 0, {
|
|
57
57
|
workspaceRoot,
|
|
@@ -60,13 +60,13 @@ ${_chunkSKMT7WD5js.formatLogMessage.call(void 0, options)}
|
|
|
60
60
|
projectName,
|
|
61
61
|
config
|
|
62
62
|
}, config, context.projectsConfigurations.projects[context.projectName]), _chunkUALZJZUKjs.applyWorkspaceProjectTokens);
|
|
63
|
-
|
|
64
|
-
${
|
|
63
|
+
_chunkG25NYDN4js.writeTrace.call(void 0, `Executor schema tokenized options \u2699\uFE0F
|
|
64
|
+
${_chunkG25NYDN4js.formatLogMessage.call(void 0, tokenized)}
|
|
65
65
|
`, config);
|
|
66
66
|
if (_optionalChain([executorOptions, 'optionalAccess', _5 => _5.hooks, 'optionalAccess', _6 => _6.preProcess])) {
|
|
67
|
-
|
|
67
|
+
_chunkG25NYDN4js.writeDebug.call(void 0, "Running the preProcess hook...", config);
|
|
68
68
|
await Promise.resolve(executorOptions.hooks.preProcess(tokenized, config));
|
|
69
|
-
|
|
69
|
+
_chunkG25NYDN4js.writeDebug.call(void 0, "Completed the preProcess hook", config);
|
|
70
70
|
}
|
|
71
71
|
const ret = executorFn(tokenized, context, config);
|
|
72
72
|
if (_isFunction(_optionalChain([ret, 'optionalAccess', _7 => _7.next]))) {
|
|
@@ -76,26 +76,26 @@ ${_chunkSKMT7WD5js.formatLogMessage.call(void 0, tokenized)}
|
|
|
76
76
|
}
|
|
77
77
|
const result = await Promise.resolve(ret);
|
|
78
78
|
if (result && (!result.success || result.error && _optionalChain([result, 'optionalAccess', _8 => _8.error, 'optionalAccess', _9 => _9.message]) && typeof _optionalChain([result, 'optionalAccess', _10 => _10.error, 'optionalAccess', _11 => _11.message]) === "string" && _optionalChain([result, 'optionalAccess', _12 => _12.error, 'optionalAccess', _13 => _13.name]) && typeof _optionalChain([result, 'optionalAccess', _14 => _14.error, 'optionalAccess', _15 => _15.name]) === "string")) {
|
|
79
|
-
|
|
80
|
-
${
|
|
79
|
+
_chunkG25NYDN4js.writeTrace.call(void 0, `Failure determined by the ${name} executor
|
|
80
|
+
${_chunkG25NYDN4js.formatLogMessage.call(void 0, result)}`, config);
|
|
81
81
|
console.error(result);
|
|
82
82
|
throw new Error(`The ${name} executor failed to run`, {
|
|
83
83
|
cause: _optionalChain([result, 'optionalAccess', _16 => _16.error])
|
|
84
84
|
});
|
|
85
85
|
}
|
|
86
86
|
if (_optionalChain([executorOptions, 'optionalAccess', _17 => _17.hooks, 'optionalAccess', _18 => _18.postProcess])) {
|
|
87
|
-
|
|
87
|
+
_chunkG25NYDN4js.writeDebug.call(void 0, "Running the postProcess hook...", config);
|
|
88
88
|
await Promise.resolve(executorOptions.hooks.postProcess(config));
|
|
89
|
-
|
|
89
|
+
_chunkG25NYDN4js.writeDebug.call(void 0, "Completed the postProcess hook", config);
|
|
90
90
|
}
|
|
91
|
-
|
|
91
|
+
_chunkG25NYDN4js.writeSuccess.call(void 0, `Completed running the ${name} task executor!
|
|
92
92
|
`, config);
|
|
93
93
|
return {
|
|
94
94
|
success: true
|
|
95
95
|
};
|
|
96
96
|
} catch (error) {
|
|
97
|
-
|
|
98
|
-
|
|
97
|
+
_chunkG25NYDN4js.writeFatal.call(void 0, "A fatal error occurred while running the executor - the process was forced to terminate", config);
|
|
98
|
+
_chunkG25NYDN4js.writeError.call(void 0, `An exception was thrown in the executor's process
|
|
99
99
|
- Details: ${error.message}
|
|
100
100
|
- Stacktrace: ${error.stack}`, config);
|
|
101
101
|
return {
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
var _chunkRBU35LQWjs = require('./chunk-RBU35LQW.js');
|
|
5
5
|
|
|
6
6
|
|
|
7
|
-
var
|
|
7
|
+
var _chunkKN4FIRQIjs = require('./chunk-KN4FIRQI.js');
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
var _chunkJTAXCQX6js = require('./chunk-JTAXCQX6.js');
|
|
@@ -45,7 +45,7 @@ async function neutralLibraryGeneratorFn(tree, schema, config) {
|
|
|
45
45
|
return null;
|
|
46
46
|
}
|
|
47
47
|
_chunk3GQAWCBQjs.__name.call(void 0, neutralLibraryGeneratorFn, "neutralLibraryGeneratorFn");
|
|
48
|
-
var generator_default =
|
|
48
|
+
var generator_default = _chunkKN4FIRQIjs.withRunGenerator.call(void 0, "TypeScript Library Creator (Neutral Platform)", neutralLibraryGeneratorFn, {
|
|
49
49
|
hooks: {
|
|
50
50
|
applyDefaultOptions: /* @__PURE__ */ _chunk3GQAWCBQjs.__name.call(void 0, (options) => {
|
|
51
51
|
options.description ??= "A library used by Storm Software to support either browser or NodeJs applications";
|
|
@@ -1,12 +1,12 @@
|
|
|
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 _chunkKN4FIRQIjs = require('./chunk-KN4FIRQI.js');
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
var
|
|
9
|
+
var _chunkG25NYDN4js = require('./chunk-G25NYDN4.js');
|
|
10
10
|
|
|
11
11
|
|
|
12
12
|
var _chunk4JOIS7WWjs = require('./chunk-4JOIS7WW.js');
|
|
@@ -18,25 +18,25 @@ var _chunk3GQAWCBQjs = require('./chunk-3GQAWCBQ.js');
|
|
|
18
18
|
var _devkit = require('@nx/devkit');
|
|
19
19
|
var _zodtojsonschema = require('zod-to-json-schema');
|
|
20
20
|
async function configSchemaGeneratorFn(tree, options, config) {
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
const jsonSchema = _zodtojsonschema.zodToJsonSchema.call(void 0,
|
|
21
|
+
_chunkG25NYDN4js.writeInfo.call(void 0, "\u{1F4E6} Running Storm Workspace Configuration JSON Schema generator", config);
|
|
22
|
+
_chunkG25NYDN4js.writeTrace.call(void 0, `Determining the Storm Workspace Configuration JSON Schema...`, config);
|
|
23
|
+
const jsonSchema = _zodtojsonschema.zodToJsonSchema.call(void 0, _chunkG25NYDN4js.stormWorkspaceConfigSchema, {
|
|
24
24
|
name: "StormWorkspaceConfiguration"
|
|
25
25
|
});
|
|
26
|
-
|
|
26
|
+
_chunkG25NYDN4js.writeTrace.call(void 0, jsonSchema, config);
|
|
27
27
|
const outputPath = options.outputFile.replaceAll("{workspaceRoot}", "").replaceAll(_nullishCoalesce(_optionalChain([config, 'optionalAccess', _ => _.workspaceRoot]), () => ( _chunk4JOIS7WWjs.findWorkspaceRoot.call(void 0, ))), _optionalChain([options, 'access', _2 => _2.outputFile, 'optionalAccess', _3 => _3.startsWith, 'call', _4 => _4("./")]) ? "" : "./");
|
|
28
|
-
|
|
28
|
+
_chunkG25NYDN4js.writeTrace.call(void 0, `\u{1F4DD} Writing Storm Configuration JSON Schema to "${outputPath}"`, config);
|
|
29
29
|
_devkit.writeJson.call(void 0, tree, outputPath, jsonSchema, {
|
|
30
30
|
spaces: 2
|
|
31
31
|
});
|
|
32
32
|
await _devkit.formatFiles.call(void 0, tree);
|
|
33
|
-
|
|
33
|
+
_chunkG25NYDN4js.writeSuccess.call(void 0, "\u{1F680} Storm Configuration JSON Schema creation has completed successfully!", config);
|
|
34
34
|
return {
|
|
35
35
|
success: true
|
|
36
36
|
};
|
|
37
37
|
}
|
|
38
38
|
_chunk3GQAWCBQjs.__name.call(void 0, configSchemaGeneratorFn, "configSchemaGeneratorFn");
|
|
39
|
-
var generator_default =
|
|
39
|
+
var generator_default = _chunkKN4FIRQIjs.withRunGenerator.call(void 0, "Configuration Schema Creator", configSchemaGeneratorFn, {
|
|
40
40
|
hooks: {
|
|
41
41
|
applyDefaultOptions: /* @__PURE__ */ _chunk3GQAWCBQjs.__name.call(void 0, (options) => {
|
|
42
42
|
options.outputFile ??= "{workspaceRoot}/storm-workspace.schema.json";
|
package/dist/executors.js
CHANGED
|
@@ -1,43 +1,43 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});require('./chunk-7VDOGZYO.js');
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var _chunkMETCIMBVjs = require('./chunk-METCIMBV.js');
|
|
5
5
|
|
|
6
6
|
|
|
7
|
-
var
|
|
7
|
+
var _chunkXXFGRTIRjs = require('./chunk-XXFGRTIR.js');
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
var
|
|
10
|
+
var _chunkVKKE7EW4js = require('./chunk-VKKE7EW4.js');
|
|
11
11
|
|
|
12
12
|
|
|
13
|
-
var
|
|
13
|
+
var _chunkGGGO542Mjs = require('./chunk-GGGO542M.js');
|
|
14
14
|
|
|
15
15
|
|
|
16
|
-
var
|
|
16
|
+
var _chunkZ5ADLA6Ijs = require('./chunk-Z5ADLA6I.js');
|
|
17
17
|
|
|
18
18
|
|
|
19
|
-
var
|
|
19
|
+
var _chunkGJQKCDGCjs = require('./chunk-GJQKCDGC.js');
|
|
20
20
|
|
|
21
21
|
|
|
22
|
-
var
|
|
22
|
+
var _chunkKJ5COMK2js = require('./chunk-KJ5COMK2.js');
|
|
23
23
|
|
|
24
24
|
|
|
25
|
-
var
|
|
25
|
+
var _chunkBHPRU5VNjs = require('./chunk-BHPRU5VN.js');
|
|
26
26
|
|
|
27
27
|
|
|
28
|
-
var
|
|
28
|
+
var _chunk7NJYHKD4js = require('./chunk-7NJYHKD4.js');
|
|
29
29
|
|
|
30
30
|
|
|
31
|
-
var
|
|
31
|
+
var _chunkALY3T5YOjs = require('./chunk-ALY3T5YO.js');
|
|
32
32
|
|
|
33
33
|
|
|
34
|
-
var
|
|
34
|
+
var _chunkR2JUE5UDjs = require('./chunk-R2JUE5UD.js');
|
|
35
35
|
require('./chunk-CUPARBOS.js');
|
|
36
36
|
require('./chunk-ULBTYC2B.js');
|
|
37
37
|
require('./chunk-ZMFVKBRM.js');
|
|
38
|
-
require('./chunk-
|
|
38
|
+
require('./chunk-ZHCAJSHG.js');
|
|
39
39
|
require('./chunk-UALZJZUK.js');
|
|
40
|
-
require('./chunk-
|
|
40
|
+
require('./chunk-G25NYDN4.js');
|
|
41
41
|
require('./chunk-4JOIS7WW.js');
|
|
42
42
|
require('./chunk-JTAXCQX6.js');
|
|
43
43
|
require('./chunk-3GQAWCBQ.js');
|
|
@@ -53,4 +53,4 @@ require('./chunk-3GQAWCBQ.js');
|
|
|
53
53
|
|
|
54
54
|
|
|
55
55
|
|
|
56
|
-
exports.LARGE_BUFFER = _chunkGJQKCDGCjs.LARGE_BUFFER; exports.cargoBuildExecutor =
|
|
56
|
+
exports.LARGE_BUFFER = _chunkGJQKCDGCjs.LARGE_BUFFER; exports.cargoBuildExecutor = _chunkR2JUE5UDjs.cargoBuildExecutor; exports.cargoCheckExecutor = _chunkKJ5COMK2js.cargoCheckExecutor; exports.cargoClippyExecutor = _chunkBHPRU5VNjs.cargoClippyExecutor; exports.cargoDocExecutor = _chunk7NJYHKD4js.cargoDocExecutor; exports.cargoFormatExecutor = _chunkALY3T5YOjs.cargoFormatExecutor; exports.esbuildExecutorFn = _chunkZ5ADLA6Ijs.esbuildExecutorFn; exports.getRegistryVersion = _chunkGGGO542Mjs.getRegistryVersion; exports.sizeLimitExecutorFn = _chunkMETCIMBVjs.sizeLimitExecutorFn; exports.typiaExecutorFn = _chunkXXFGRTIRjs.typiaExecutorFn; exports.unbuildExecutorFn = _chunkVKKE7EW4js.unbuildExecutorFn;
|
package/dist/executors.mjs
CHANGED
|
@@ -1,43 +1,43 @@
|
|
|
1
1
|
import "./chunk-BLX5SLPC.mjs";
|
|
2
2
|
import {
|
|
3
3
|
sizeLimitExecutorFn
|
|
4
|
-
} from "./chunk-
|
|
5
|
-
import {
|
|
6
|
-
LARGE_BUFFER
|
|
7
|
-
} from "./chunk-VFGOMBR2.mjs";
|
|
4
|
+
} from "./chunk-7KECHDTY.mjs";
|
|
8
5
|
import {
|
|
9
6
|
typiaExecutorFn
|
|
10
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-BRDK3UGW.mjs";
|
|
11
8
|
import {
|
|
12
9
|
unbuildExecutorFn
|
|
13
|
-
} from "./chunk-
|
|
14
|
-
import {
|
|
15
|
-
cargoFormatExecutor
|
|
16
|
-
} from "./chunk-HJJQBLPE.mjs";
|
|
10
|
+
} from "./chunk-QGEPDAWP.mjs";
|
|
17
11
|
import {
|
|
18
12
|
getRegistryVersion
|
|
19
13
|
} from "./chunk-U5R5FYNX.mjs";
|
|
20
14
|
import {
|
|
21
15
|
esbuildExecutorFn
|
|
22
|
-
} from "./chunk-
|
|
16
|
+
} from "./chunk-4RI5TAZ5.mjs";
|
|
23
17
|
import {
|
|
24
|
-
|
|
25
|
-
} from "./chunk-
|
|
18
|
+
LARGE_BUFFER
|
|
19
|
+
} from "./chunk-VFGOMBR2.mjs";
|
|
26
20
|
import {
|
|
27
21
|
cargoCheckExecutor
|
|
28
|
-
} from "./chunk-
|
|
22
|
+
} from "./chunk-P3KSR3SR.mjs";
|
|
29
23
|
import {
|
|
30
24
|
cargoClippyExecutor
|
|
31
|
-
} from "./chunk-
|
|
25
|
+
} from "./chunk-OENTXUOU.mjs";
|
|
32
26
|
import {
|
|
33
27
|
cargoDocExecutor
|
|
34
|
-
} from "./chunk-
|
|
28
|
+
} from "./chunk-ILLL3MMC.mjs";
|
|
29
|
+
import {
|
|
30
|
+
cargoFormatExecutor
|
|
31
|
+
} from "./chunk-3XSWT4CQ.mjs";
|
|
32
|
+
import {
|
|
33
|
+
cargoBuildExecutor
|
|
34
|
+
} from "./chunk-YEIFMXCK.mjs";
|
|
35
35
|
import "./chunk-IWVTKZHB.mjs";
|
|
36
36
|
import "./chunk-KEPMD5HG.mjs";
|
|
37
37
|
import "./chunk-KUJS6ESX.mjs";
|
|
38
|
-
import "./chunk-
|
|
38
|
+
import "./chunk-XWHWMA27.mjs";
|
|
39
39
|
import "./chunk-HV2IA26N.mjs";
|
|
40
|
-
import "./chunk-
|
|
40
|
+
import "./chunk-UYN4J6AU.mjs";
|
|
41
41
|
import "./chunk-44ZYZKMX.mjs";
|
|
42
42
|
import "./chunk-XB3SJ7YU.mjs";
|
|
43
43
|
import "./chunk-Y4D6KHJP.mjs";
|