@storm-software/workspace-tools 1.275.11 → 1.275.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.
- package/CHANGELOG.md +11 -0
- package/README.md +1 -1
- package/dist/{chunk-SQQRYK4J.js → chunk-2VYGGPNB.js} +2 -2
- package/dist/{chunk-UIGXLIMN.js → chunk-3OPUS7DM.js} +2 -2
- package/dist/{chunk-K25ZLKGW.js → chunk-44ORGJU6.js} +2 -2
- package/dist/{chunk-G2UHFS3D.js → chunk-4M4SHAIR.js} +2 -2
- package/dist/{chunk-XBF3XKWV.mjs → chunk-4Q5TA4HY.mjs} +1 -1
- package/dist/{chunk-SUVILEUI.mjs → chunk-5M6KTSAU.mjs} +1 -1
- package/dist/{chunk-SZECIMUK.mjs → chunk-6HLO2W5F.mjs} +1 -1
- package/dist/{chunk-AYVQBZ47.mjs → chunk-7PGIGQWZ.mjs} +1 -1
- package/dist/{chunk-47WIPDU2.mjs → chunk-7X7JDO6G.mjs} +1 -1
- package/dist/{chunk-LCYZN2T4.mjs → chunk-BWWZL3XI.mjs} +1 -1
- package/dist/{chunk-OHVLEVDF.js → chunk-DJJD4NLR.js} +4 -4
- package/dist/{chunk-CJTM5NXW.js → chunk-EFJ4G4IB.js} +2 -2
- package/dist/{chunk-AITIBUH7.mjs → chunk-EPHSEJ2O.mjs} +1 -1
- package/dist/{chunk-DOU4JV63.js → chunk-F2W3BT7Q.js} +2 -2
- package/dist/{chunk-MNAM2PWW.js → chunk-F6VM55TC.js} +1 -1
- package/dist/{chunk-7FHPPXSW.mjs → chunk-FE2MME3C.mjs} +1 -1
- package/dist/{chunk-KQEWSX54.mjs → chunk-FXJFMNIG.mjs} +1 -1
- package/dist/{chunk-GLYNYUEO.js → chunk-GZ2DMJNP.js} +2 -2
- package/dist/{chunk-UIEBEATG.mjs → chunk-NMDGWPQQ.mjs} +1 -1
- package/dist/{chunk-HT6XMCLL.js → chunk-NWZ4RH4R.js} +2 -2
- package/dist/{chunk-SEBYC6OX.mjs → chunk-NZYIQ7PK.mjs} +1 -1
- package/dist/{chunk-UBOVNKIB.mjs → chunk-OCAYHE4R.mjs} +1 -1
- package/dist/{chunk-KPYVSW6K.js → chunk-PT3X4RIM.js} +2 -2
- package/dist/{chunk-THAH7SBB.mjs → chunk-PTKTAEWS.mjs} +1 -1
- package/dist/{chunk-HST5WUAT.mjs → chunk-Q7ZNED73.mjs} +1 -1
- package/dist/{chunk-KAZBWBZO.mjs → chunk-QY7VVGUK.mjs} +2 -2
- package/dist/{chunk-UFC7PMR7.mjs → chunk-RR4536RL.mjs} +1 -1
- package/dist/{chunk-NOKYAGMP.js → chunk-SE4WCL4O.js} +2 -2
- package/dist/{chunk-CD5FQ3SO.js → chunk-UIHVLD6X.js} +2 -2
- package/dist/{chunk-D5HYL5AR.mjs → chunk-UIPBCBUB.mjs} +1 -1
- package/dist/{chunk-WKR7OSM7.js → chunk-VNYMAMOQ.js} +2 -2
- package/dist/{chunk-45N4K3JG.mjs → chunk-WYT3VQJE.mjs} +1 -1
- package/dist/{chunk-L5K5WENX.js → chunk-X6YEZ2IR.js} +2 -2
- package/dist/{chunk-OBPTEDPA.js → chunk-XFRYBLPE.js} +2 -2
- package/dist/{chunk-G73COCIV.js → chunk-YEIQEZ66.js} +2 -2
- package/dist/{chunk-SCM7NIHK.js → chunk-ZARYEHW7.js} +2 -2
- package/dist/executors.js +12 -12
- package/dist/executors.mjs +11 -11
- package/dist/generators.js +9 -9
- package/dist/generators.mjs +8 -8
- package/dist/index.js +19 -19
- package/dist/index.mjs +18 -18
- 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 +3 -3
- 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 +4 -4
- package/dist/executor-9LmKos6Z.d.mts +0 -146
- package/dist/executor-Bd5An8DR.d.ts +0 -267
- package/dist/executor-Bf5vY3MJ.d.ts +0 -146
- package/dist/executor-C1PrMC7e.d.mts +0 -267
- package/dist/executor-CeGdcLkF.d.ts +0 -34
- package/dist/executor-CpsMF06a.d.ts +0 -57
- package/dist/executor-D1PiCwZy.d.mts +0 -34
- package/dist/executor-q3my5nbv.d.mts +0 -57
- package/dist/generator-BE_y2LLV.d.mts +0 -38
- package/dist/generator-BKRA47fj.d.ts +0 -108
- package/dist/generator-BTd79lYw.d.ts +0 -130
- package/dist/generator-Bm8yfws4.d.ts +0 -186
- package/dist/generator-BvGl9JTM.d.mts +0 -130
- package/dist/generator-CHn9k022.d.mts +0 -108
- package/dist/generator-CkV_kDgf.d.mts +0 -130
- package/dist/generator-Ct6JRxUo.d.ts +0 -130
- package/dist/generator-D1vtMezi.d.ts +0 -130
- package/dist/generator-DDs5eEiE.d.mts +0 -186
- package/dist/generator-LIIIYK9k.d.ts +0 -38
- package/dist/generator-tf6fNTyb.d.mts +0 -130
- package/dist/types-0OheivlN.d.ts +0 -101
- package/dist/types-BucSdHk7.d.mts +0 -1292
- package/dist/types-BucSdHk7.d.ts +0 -1292
- package/dist/types-CwPRTD_m.d.mts +0 -101
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,17 @@
|
|
|
2
2
|
|
|
3
3
|
# Changelog for Storm Ops - Workspace Tools
|
|
4
4
|
|
|
5
|
+
## [1.275.11](https://github.com/storm-software/storm-ops/releases/tag/workspace-tools%401.275.11) (2025-06-07)
|
|
6
|
+
|
|
7
|
+
### Miscellaneous
|
|
8
|
+
|
|
9
|
+
- **monorepo:** Update workspace package links
|
|
10
|
+
|
|
11
|
+
### Updated Dependencies
|
|
12
|
+
|
|
13
|
+
- Updated unbuild to 0.49.11
|
|
14
|
+
- Updated unbuild to 0.49.11
|
|
15
|
+
|
|
5
16
|
## [1.275.10](https://github.com/storm-software/storm-ops/releases/tag/workspace-tools%401.275.10) (2025-06-06)
|
|
6
17
|
|
|
7
18
|
### Miscellaneous
|
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 -->
|
|
@@ -4,14 +4,14 @@
|
|
|
4
4
|
var _chunkLJDV7HFTjs = require('./chunk-LJDV7HFT.js');
|
|
5
5
|
|
|
6
6
|
|
|
7
|
-
var
|
|
7
|
+
var _chunkXFRYBLPEjs = require('./chunk-XFRYBLPE.js');
|
|
8
8
|
|
|
9
9
|
// src/executors/cargo-check/executor.ts
|
|
10
10
|
async function cargoCheckExecutor(options, context) {
|
|
11
11
|
const command = _chunkLJDV7HFTjs.buildCargoCommand.call(void 0, "check", options, context);
|
|
12
12
|
return await _chunkLJDV7HFTjs.cargoCommand.call(void 0, ...command);
|
|
13
13
|
}
|
|
14
|
-
var executor_default =
|
|
14
|
+
var executor_default = _chunkXFRYBLPEjs.withRunExecutor.call(void 0,
|
|
15
15
|
"Cargo - Check",
|
|
16
16
|
cargoCheckExecutor,
|
|
17
17
|
{
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
var _chunkJ2Z4WP3Ejs = require('./chunk-J2Z4WP3E.js');
|
|
5
5
|
|
|
6
6
|
|
|
7
|
-
var
|
|
7
|
+
var _chunkF6VM55TCjs = require('./chunk-F6VM55TC.js');
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
|
|
@@ -36,7 +36,7 @@ var withRunGenerator = (name, generatorFn, generatorOptions = {
|
|
|
36
36
|
- workspaceRoot: ${workspaceRoot}`,
|
|
37
37
|
config
|
|
38
38
|
);
|
|
39
|
-
config = await
|
|
39
|
+
config = await _chunkF6VM55TCjs.getConfig.call(void 0, workspaceRoot);
|
|
40
40
|
}
|
|
41
41
|
if (_optionalChain([generatorOptions, 'optionalAccess', _ => _.hooks, 'optionalAccess', _2 => _2.applyDefaultOptions])) {
|
|
42
42
|
_chunkBZLHJMEBjs.writeDebug.call(void 0, "Running the applyDefaultOptions hook...", config);
|
|
@@ -1,6 +1,6 @@
|
|
|
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 _chunk3OPUS7DMjs = require('./chunk-3OPUS7DM.js');
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
|
|
@@ -45,7 +45,7 @@ async function configSchemaGeneratorFn(tree, options, config) {
|
|
|
45
45
|
success: true
|
|
46
46
|
};
|
|
47
47
|
}
|
|
48
|
-
var generator_default =
|
|
48
|
+
var generator_default = _chunk3OPUS7DMjs.withRunGenerator.call(void 0,
|
|
49
49
|
"Configuration Schema Creator",
|
|
50
50
|
configSchemaGeneratorFn,
|
|
51
51
|
{
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
var _chunkLJDV7HFTjs = require('./chunk-LJDV7HFT.js');
|
|
5
5
|
|
|
6
6
|
|
|
7
|
-
var
|
|
7
|
+
var _chunkXFRYBLPEjs = require('./chunk-XFRYBLPE.js');
|
|
8
8
|
|
|
9
9
|
// src/executors/cargo-doc/executor.ts
|
|
10
10
|
async function cargoDocExecutor(options, context) {
|
|
@@ -14,7 +14,7 @@ async function cargoDocExecutor(options, context) {
|
|
|
14
14
|
const command = _chunkLJDV7HFTjs.buildCargoCommand.call(void 0, "doc", options, context);
|
|
15
15
|
return await _chunkLJDV7HFTjs.cargoCommand.call(void 0, ...command);
|
|
16
16
|
}
|
|
17
|
-
var executor_default =
|
|
17
|
+
var executor_default = _chunkXFRYBLPEjs.withRunExecutor.call(void 0,
|
|
18
18
|
"Cargo - Doc",
|
|
19
19
|
cargoDocExecutor,
|
|
20
20
|
{
|
|
@@ -1,9 +1,9 @@
|
|
|
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 _chunkXFRYBLPEjs = require('./chunk-XFRYBLPE.js');
|
|
4
4
|
|
|
5
5
|
|
|
6
|
-
var
|
|
6
|
+
var _chunkF6VM55TCjs = require('./chunk-F6VM55TC.js');
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
|
|
@@ -389,7 +389,7 @@ async function resolveContext(userOptions) {
|
|
|
389
389
|
if (!workspaceRoot) {
|
|
390
390
|
throw new Error("Cannot find Nx workspace root");
|
|
391
391
|
}
|
|
392
|
-
const workspaceConfig = await
|
|
392
|
+
const workspaceConfig = await _chunkF6VM55TCjs.getWorkspaceConfig.call(void 0, true, {
|
|
393
393
|
workspaceRoot: workspaceRoot.dir
|
|
394
394
|
});
|
|
395
395
|
_chunkBZLHJMEBjs.writeDebug.call(void 0, " \u2699\uFE0F Resolving build options", workspaceConfig);
|
|
@@ -811,7 +811,7 @@ async function esbuildExecutorFn(options, context, config) {
|
|
|
811
811
|
success: true
|
|
812
812
|
};
|
|
813
813
|
}
|
|
814
|
-
var executor_default =
|
|
814
|
+
var executor_default = _chunkXFRYBLPEjs.withRunExecutor.call(void 0,
|
|
815
815
|
"Storm ESBuild build",
|
|
816
816
|
esbuildExecutorFn,
|
|
817
817
|
{
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var _chunkXFRYBLPEjs = require('./chunk-XFRYBLPE.js');
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
var _chunkBZLHJMEBjs = require('./chunk-BZLHJMEB.js');
|
|
@@ -27,7 +27,7 @@ async function typiaExecutorFn(options, _, config) {
|
|
|
27
27
|
success: true
|
|
28
28
|
};
|
|
29
29
|
}
|
|
30
|
-
var executor_default =
|
|
30
|
+
var executor_default = _chunkXFRYBLPEjs.withRunExecutor.call(void 0,
|
|
31
31
|
"Typia runtime validation generator",
|
|
32
32
|
typiaExecutorFn,
|
|
33
33
|
{
|
|
@@ -7,7 +7,7 @@ var _chunkU3YH5M4Ljs = require('./chunk-U3YH5M4L.js');
|
|
|
7
7
|
var _chunkHI4G4OOGjs = require('./chunk-HI4G4OOG.js');
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
var
|
|
10
|
+
var _chunk3OPUS7DMjs = require('./chunk-3OPUS7DM.js');
|
|
11
11
|
|
|
12
12
|
|
|
13
13
|
var _chunk53DNHF7Bjs = require('./chunk-53DNHF7B.js');
|
|
@@ -59,7 +59,7 @@ async function nodeLibraryGeneratorFn(tree, schema, config) {
|
|
|
59
59
|
await _devkit.formatFiles.call(void 0, tree);
|
|
60
60
|
return null;
|
|
61
61
|
}
|
|
62
|
-
var generator_default =
|
|
62
|
+
var generator_default = _chunk3OPUS7DMjs.withRunGenerator.call(void 0,
|
|
63
63
|
"TypeScript Library Creator (NodeJs Platform)",
|
|
64
64
|
nodeLibraryGeneratorFn,
|
|
65
65
|
{
|
|
@@ -682,7 +682,7 @@ ${_chunkBZLHJMEBjs.formatLogMessage.call(void 0, config)}`,
|
|
|
682
682
|
var getConfig = (workspaceRoot, skipLogs = false) => {
|
|
683
683
|
return loadStormWorkspaceConfig(workspaceRoot, skipLogs);
|
|
684
684
|
};
|
|
685
|
-
var getWorkspaceConfig = (skipLogs =
|
|
685
|
+
var getWorkspaceConfig = (skipLogs = true, options = {}) => {
|
|
686
686
|
let workspaceRoot = options.workspaceRoot;
|
|
687
687
|
if (!workspaceRoot) {
|
|
688
688
|
workspaceRoot = _chunk4WHSR4FKjs.findWorkspaceRoot.call(void 0, options.cwd);
|
|
@@ -4,14 +4,14 @@
|
|
|
4
4
|
var _chunkLJDV7HFTjs = require('./chunk-LJDV7HFT.js');
|
|
5
5
|
|
|
6
6
|
|
|
7
|
-
var
|
|
7
|
+
var _chunkXFRYBLPEjs = require('./chunk-XFRYBLPE.js');
|
|
8
8
|
|
|
9
9
|
// src/executors/cargo-format/executor.ts
|
|
10
10
|
async function cargoFormatExecutor(options, context) {
|
|
11
11
|
const command = _chunkLJDV7HFTjs.buildCargoCommand.call(void 0, "fmt", options, context);
|
|
12
12
|
return await _chunkLJDV7HFTjs.cargoCommand.call(void 0, ...command);
|
|
13
13
|
}
|
|
14
|
-
var executor_default =
|
|
14
|
+
var executor_default = _chunkXFRYBLPEjs.withRunExecutor.call(void 0,
|
|
15
15
|
"Cargo - Format",
|
|
16
16
|
cargoFormatExecutor,
|
|
17
17
|
{
|
|
@@ -4,14 +4,14 @@
|
|
|
4
4
|
var _chunkLJDV7HFTjs = require('./chunk-LJDV7HFT.js');
|
|
5
5
|
|
|
6
6
|
|
|
7
|
-
var
|
|
7
|
+
var _chunkXFRYBLPEjs = require('./chunk-XFRYBLPE.js');
|
|
8
8
|
|
|
9
9
|
// src/executors/cargo-build/executor.ts
|
|
10
10
|
async function cargoBuildExecutor(options, context) {
|
|
11
11
|
const command = _chunkLJDV7HFTjs.buildCargoCommand.call(void 0, "build", options, context);
|
|
12
12
|
return await _chunkLJDV7HFTjs.cargoCommand.call(void 0, ...command);
|
|
13
13
|
}
|
|
14
|
-
var executor_default =
|
|
14
|
+
var executor_default = _chunkXFRYBLPEjs.withRunExecutor.call(void 0,
|
|
15
15
|
"Cargo - Build",
|
|
16
16
|
cargoBuildExecutor,
|
|
17
17
|
{
|
|
@@ -682,7 +682,7 @@ ${formatLogMessage(config)}`,
|
|
|
682
682
|
var getConfig = (workspaceRoot, skipLogs = false) => {
|
|
683
683
|
return loadStormWorkspaceConfig(workspaceRoot, skipLogs);
|
|
684
684
|
};
|
|
685
|
-
var getWorkspaceConfig = (skipLogs =
|
|
685
|
+
var getWorkspaceConfig = (skipLogs = true, options = {}) => {
|
|
686
686
|
let workspaceRoot = options.workspaceRoot;
|
|
687
687
|
if (!workspaceRoot) {
|
|
688
688
|
workspaceRoot = findWorkspaceRoot(options.cwd);
|
|
@@ -4,14 +4,14 @@
|
|
|
4
4
|
var _chunkLJDV7HFTjs = require('./chunk-LJDV7HFT.js');
|
|
5
5
|
|
|
6
6
|
|
|
7
|
-
var
|
|
7
|
+
var _chunkXFRYBLPEjs = require('./chunk-XFRYBLPE.js');
|
|
8
8
|
|
|
9
9
|
// src/executors/cargo-clippy/executor.ts
|
|
10
10
|
async function cargoClippyExecutor(options, context) {
|
|
11
11
|
const command = _chunkLJDV7HFTjs.buildCargoCommand.call(void 0, "clippy", options, context);
|
|
12
12
|
return await _chunkLJDV7HFTjs.cargoCommand.call(void 0, ...command);
|
|
13
13
|
}
|
|
14
|
-
var executor_default =
|
|
14
|
+
var executor_default = _chunkXFRYBLPEjs.withRunExecutor.call(void 0,
|
|
15
15
|
"Cargo - Clippy",
|
|
16
16
|
cargoClippyExecutor,
|
|
17
17
|
{
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
var _chunkXZAVLGX6js = require('./chunk-XZAVLGX6.js');
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
var
|
|
9
|
+
var _chunkF6VM55TCjs = require('./chunk-F6VM55TC.js');
|
|
10
10
|
|
|
11
11
|
|
|
12
12
|
|
|
@@ -266,7 +266,7 @@ async function releaseVersionGeneratorFn(tree, options, config) {
|
|
|
266
266
|
- workspaceRoot: ${workspaceRoot}`,
|
|
267
267
|
config
|
|
268
268
|
);
|
|
269
|
-
config = await
|
|
269
|
+
config = await _chunkF6VM55TCjs.getConfig.call(void 0, workspaceRoot);
|
|
270
270
|
_chunkBZLHJMEBjs.writeTrace.call(void 0,
|
|
271
271
|
`Generator schema options \u2699\uFE0F
|
|
272
272
|
${Object.keys(_nullishCoalesce(options, () => ( {}))).filter(
|
|
@@ -1,6 +1,6 @@
|
|
|
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 _chunkXFRYBLPEjs = require('./chunk-XFRYBLPE.js');
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
var _chunkBZLHJMEBjs = require('./chunk-BZLHJMEB.js');
|
|
@@ -80,7 +80,7 @@ async function unbuildExecutorFn(options, context, config) {
|
|
|
80
80
|
success: true
|
|
81
81
|
};
|
|
82
82
|
}
|
|
83
|
-
var executor_default =
|
|
83
|
+
var executor_default = _chunkXFRYBLPEjs.withRunExecutor.call(void 0,
|
|
84
84
|
"TypeScript Unbuild build",
|
|
85
85
|
unbuildExecutorFn,
|
|
86
86
|
{
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
var _chunkU3YH5M4Ljs = require('./chunk-U3YH5M4L.js');
|
|
5
5
|
|
|
6
6
|
|
|
7
|
-
var
|
|
7
|
+
var _chunk3OPUS7DMjs = require('./chunk-3OPUS7DM.js');
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
var _chunk53DNHF7Bjs = require('./chunk-53DNHF7B.js');
|
|
@@ -82,7 +82,7 @@ async function browserLibraryGeneratorFn(tree, schema, config) {
|
|
|
82
82
|
await _devkit.formatFiles.call(void 0, tree);
|
|
83
83
|
return null;
|
|
84
84
|
}
|
|
85
|
-
var generator_default =
|
|
85
|
+
var generator_default = _chunk3OPUS7DMjs.withRunGenerator.call(void 0,
|
|
86
86
|
"TypeScript Library Creator (Browser Platform)",
|
|
87
87
|
browserLibraryGeneratorFn,
|
|
88
88
|
{
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
var _chunkU3YH5M4Ljs = require('./chunk-U3YH5M4L.js');
|
|
5
5
|
|
|
6
6
|
|
|
7
|
-
var
|
|
7
|
+
var _chunk3OPUS7DMjs = require('./chunk-3OPUS7DM.js');
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
var _chunk53DNHF7Bjs = require('./chunk-53DNHF7B.js');
|
|
@@ -54,7 +54,7 @@ async function neutralLibraryGeneratorFn(tree, schema, config) {
|
|
|
54
54
|
await _devkit.formatFiles.call(void 0, tree);
|
|
55
55
|
return null;
|
|
56
56
|
}
|
|
57
|
-
var generator_default =
|
|
57
|
+
var generator_default = _chunk3OPUS7DMjs.withRunGenerator.call(void 0,
|
|
58
58
|
"TypeScript Library Creator (Neutral Platform)",
|
|
59
59
|
neutralLibraryGeneratorFn,
|
|
60
60
|
{
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
var _chunkJ2Z4WP3Ejs = require('./chunk-J2Z4WP3E.js');
|
|
5
5
|
|
|
6
6
|
|
|
7
|
-
var
|
|
7
|
+
var _chunkF6VM55TCjs = require('./chunk-F6VM55TC.js');
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
|
|
@@ -47,7 +47,7 @@ var withRunExecutor = (name, executorFn, executorOptions = {}) => async (_option
|
|
|
47
47
|
`,
|
|
48
48
|
config
|
|
49
49
|
);
|
|
50
|
-
config = await
|
|
50
|
+
config = await _chunkF6VM55TCjs.getConfig.call(void 0, workspaceRoot);
|
|
51
51
|
}
|
|
52
52
|
if (_optionalChain([executorOptions, 'optionalAccess', _3 => _3.hooks, 'optionalAccess', _4 => _4.applyDefaultOptions])) {
|
|
53
53
|
_chunkBZLHJMEBjs.writeDebug.call(void 0, "Running the applyDefaultOptions hook...", config);
|
|
@@ -1,6 +1,6 @@
|
|
|
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 _chunkXFRYBLPEjs = require('./chunk-XFRYBLPE.js');
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
var _chunkBZLHJMEBjs = require('./chunk-BZLHJMEB.js');
|
|
@@ -33,7 +33,7 @@ async function sizeLimitExecutorFn(options, context, config) {
|
|
|
33
33
|
success: true
|
|
34
34
|
};
|
|
35
35
|
}
|
|
36
|
-
var executor_default =
|
|
36
|
+
var executor_default = _chunkXFRYBLPEjs.withRunExecutor.call(void 0,
|
|
37
37
|
"Size-Limit Performance Test Executor",
|
|
38
38
|
sizeLimitExecutorFn,
|
|
39
39
|
{
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
var _chunkHI4G4OOGjs = require('./chunk-HI4G4OOG.js');
|
|
5
5
|
|
|
6
6
|
|
|
7
|
-
var
|
|
7
|
+
var _chunk3OPUS7DMjs = require('./chunk-3OPUS7DM.js');
|
|
8
8
|
|
|
9
9
|
// src/generators/preset/generator.ts
|
|
10
10
|
|
|
@@ -239,7 +239,7 @@ async function presetGeneratorFn(tree, options) {
|
|
|
239
239
|
);
|
|
240
240
|
return null;
|
|
241
241
|
}
|
|
242
|
-
var generator_default =
|
|
242
|
+
var generator_default = _chunk3OPUS7DMjs.withRunGenerator.call(void 0,
|
|
243
243
|
"Storm Workspace Preset Generator",
|
|
244
244
|
presetGeneratorFn
|
|
245
245
|
);
|
package/dist/executors.js
CHANGED
|
@@ -4,40 +4,40 @@
|
|
|
4
4
|
var _chunkJ43B54ZWjs = require('./chunk-J43B54ZW.js');
|
|
5
5
|
|
|
6
6
|
|
|
7
|
-
var
|
|
7
|
+
var _chunkYEIQEZ66js = require('./chunk-YEIQEZ66.js');
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
var
|
|
10
|
+
var _chunkEFJ4G4IBjs = require('./chunk-EFJ4G4IB.js');
|
|
11
11
|
|
|
12
12
|
|
|
13
|
-
var
|
|
13
|
+
var _chunkUIHVLD6Xjs = require('./chunk-UIHVLD6X.js');
|
|
14
14
|
|
|
15
15
|
|
|
16
|
-
var
|
|
16
|
+
var _chunkGZ2DMJNPjs = require('./chunk-GZ2DMJNP.js');
|
|
17
17
|
|
|
18
18
|
|
|
19
19
|
var _chunkPNPK65F6js = require('./chunk-PNPK65F6.js');
|
|
20
20
|
|
|
21
21
|
|
|
22
|
-
var
|
|
22
|
+
var _chunkDJJD4NLRjs = require('./chunk-DJJD4NLR.js');
|
|
23
23
|
|
|
24
24
|
|
|
25
|
-
var
|
|
25
|
+
var _chunkNWZ4RH4Rjs = require('./chunk-NWZ4RH4R.js');
|
|
26
26
|
|
|
27
27
|
|
|
28
|
-
var
|
|
28
|
+
var _chunk2VYGGPNBjs = require('./chunk-2VYGGPNB.js');
|
|
29
29
|
|
|
30
30
|
|
|
31
|
-
var
|
|
31
|
+
var _chunkPT3X4RIMjs = require('./chunk-PT3X4RIM.js');
|
|
32
32
|
|
|
33
33
|
|
|
34
|
-
var
|
|
34
|
+
var _chunk4M4SHAIRjs = require('./chunk-4M4SHAIR.js');
|
|
35
35
|
require('./chunk-F6X43VUX.js');
|
|
36
36
|
require('./chunk-LJDV7HFT.js');
|
|
37
37
|
require('./chunk-XZAVLGX6.js');
|
|
38
|
-
require('./chunk-
|
|
38
|
+
require('./chunk-XFRYBLPE.js');
|
|
39
39
|
require('./chunk-J2Z4WP3E.js');
|
|
40
|
-
require('./chunk-
|
|
40
|
+
require('./chunk-F6VM55TC.js');
|
|
41
41
|
require('./chunk-BZLHJMEB.js');
|
|
42
42
|
require('./chunk-4WHSR4FK.js');
|
|
43
43
|
require('./chunk-53DNHF7B.js');
|
|
@@ -54,4 +54,4 @@ require('./chunk-3RG5ZIWI.js');
|
|
|
54
54
|
|
|
55
55
|
|
|
56
56
|
|
|
57
|
-
exports.LARGE_BUFFER = _chunkJ43B54ZWjs.LARGE_BUFFER; exports.cargoBuildExecutor =
|
|
57
|
+
exports.LARGE_BUFFER = _chunkJ43B54ZWjs.LARGE_BUFFER; exports.cargoBuildExecutor = _chunkNWZ4RH4Rjs.cargoBuildExecutor; exports.cargoCheckExecutor = _chunk2VYGGPNBjs.cargoCheckExecutor; exports.cargoClippyExecutor = _chunkPT3X4RIMjs.cargoClippyExecutor; exports.cargoDocExecutor = _chunk4M4SHAIRjs.cargoDocExecutor; exports.cargoFormatExecutor = _chunkGZ2DMJNPjs.cargoFormatExecutor; exports.esbuildExecutorFn = _chunkDJJD4NLRjs.esbuildExecutorFn; exports.getRegistryVersion = _chunkPNPK65F6js.getRegistryVersion; exports.sizeLimitExecutorFn = _chunkYEIQEZ66js.sizeLimitExecutorFn; exports.typiaExecutorFn = _chunkEFJ4G4IBjs.typiaExecutorFn; exports.unbuildExecutorFn = _chunkUIHVLD6Xjs.unbuildExecutorFn;
|