@storm-software/workspace-tools 1.294.0 → 1.294.2
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 +38 -0
- package/dist/{chunk-F6URZIFS.js → chunk-3GKMFXQ6.js} +2 -2
- package/dist/{chunk-TNGFWLBR.mjs → chunk-44IQ5DGO.mjs} +1 -1
- package/dist/{chunk-B2WIAR6B.js → chunk-4KWCRJ42.js} +3 -3
- package/dist/{chunk-3LZUGRMT.mjs → chunk-5BONSUJM.mjs} +1 -1
- package/dist/{chunk-Z5GSN373.mjs → chunk-73A7IONK.mjs} +2 -2
- package/dist/{chunk-M3TJCESM.mjs → chunk-AQ7B26V3.mjs} +1 -1
- package/dist/{chunk-ZPLXDRD4.mjs → chunk-AWEZ7UJ3.mjs} +1 -1
- package/dist/{chunk-FKYMJ3KW.js → chunk-BZMYB75M.js} +4 -4
- package/dist/{chunk-WICWDWS6.mjs → chunk-CXY6VDX7.mjs} +1 -1
- package/dist/{chunk-2XWSOZUG.mjs → chunk-FKPWMB63.mjs} +1 -1
- package/dist/{chunk-2EX3I4ZZ.js → chunk-L7PM76XK.js} +3 -3
- package/dist/{chunk-AQUCMNIA.js → chunk-LZC7BM3D.js} +7 -7
- package/dist/{chunk-H723BL2Q.mjs → chunk-M3YWCYUX.mjs} +1 -1
- package/dist/{chunk-CLDNQJKP.mjs → chunk-MILWDGNH.mjs} +2 -2
- package/dist/{chunk-ABHRPVXT.js → chunk-NU3RM6J3.js} +10 -10
- package/dist/{chunk-ITJ3EZU2.mjs → chunk-R4N2WEQ2.mjs} +2 -2
- package/dist/{chunk-6MT6IAIJ.js → chunk-UHTWNVEZ.js} +1 -1
- package/dist/{chunk-4E77ODGU.mjs → chunk-WBPHMZKE.mjs} +2 -2
- package/dist/{chunk-ZK2RKIFU.js → chunk-WI26APPF.js} +3 -3
- package/dist/{chunk-Y2EEM3ZZ.js → chunk-XZ6L6OXJ.js} +6 -6
- package/dist/executors.js +4 -4
- package/dist/executors.mjs +4 -4
- package/dist/generators.js +6 -6
- package/dist/generators.mjs +7 -7
- package/dist/index.js +9 -9
- package/dist/index.mjs +10 -10
- package/dist/src/base/base-executor.mjs +1 -1
- package/dist/src/base/base-executor.untyped.mjs +1 -1
- package/dist/src/base/base-generator.mjs +1 -1
- package/dist/src/base/base-generator.untyped.mjs +1 -1
- package/dist/src/base/cargo-base-executor.untyped.mjs +1 -1
- package/dist/src/base/index.js +3 -3
- package/dist/src/base/index.mjs +3 -3
- package/dist/src/base/typescript-build-executor.untyped.mjs +1 -1
- package/dist/src/base/typescript-library-generator.untyped.mjs +1 -1
- package/dist/src/executors/cargo-build/executor.mjs +1 -1
- package/dist/src/executors/cargo-build/untyped.mjs +1 -1
- package/dist/src/executors/cargo-check/executor.mjs +1 -1
- package/dist/src/executors/cargo-check/untyped.mjs +1 -1
- package/dist/src/executors/cargo-clippy/executor.mjs +1 -1
- package/dist/src/executors/cargo-clippy/untyped.mjs +1 -1
- package/dist/src/executors/cargo-doc/executor.mjs +1 -1
- package/dist/src/executors/cargo-doc/untyped.mjs +1 -1
- package/dist/src/executors/cargo-format/executor.mjs +1 -1
- package/dist/src/executors/cargo-format/untyped.mjs +1 -1
- package/dist/src/executors/cargo-publish/executor.mjs +1 -1
- package/dist/src/executors/cargo-publish/untyped.mjs +1 -1
- package/dist/src/executors/clean-package/executor.mjs +1 -1
- package/dist/src/executors/clean-package/untyped.mjs +1 -1
- package/dist/src/executors/esbuild/executor.mjs +1 -1
- package/dist/src/executors/esbuild/untyped.mjs +1 -1
- package/dist/src/executors/napi/executor.mjs +1 -1
- package/dist/src/executors/napi/untyped.mjs +1 -1
- package/dist/src/executors/npm-publish/executor.js +4 -4
- package/dist/src/executors/npm-publish/executor.mjs +4 -4
- package/dist/src/executors/npm-publish/untyped.mjs +1 -1
- package/dist/src/executors/size-limit/executor.mjs +1 -1
- package/dist/src/executors/size-limit/untyped.mjs +1 -1
- package/dist/src/executors/tsdown/executor.mjs +1 -1
- package/dist/src/executors/tsdown/untyped.mjs +1 -1
- package/dist/src/executors/typia/executor.mjs +1 -1
- package/dist/src/executors/typia/untyped.mjs +1 -1
- package/dist/src/executors/unbuild/executor.mjs +1 -1
- package/dist/src/executors/unbuild/untyped.mjs +1 -1
- package/dist/src/generators/browser-library/generator.js +4 -4
- package/dist/src/generators/browser-library/generator.mjs +4 -4
- package/dist/src/generators/browser-library/untyped.mjs +1 -1
- package/dist/src/generators/config-schema/generator.mjs +1 -1
- package/dist/src/generators/config-schema/untyped.mjs +1 -1
- package/dist/src/generators/init/init.mjs +1 -1
- package/dist/src/generators/init/untyped.mjs +1 -1
- package/dist/src/generators/neutral-library/generator.js +4 -4
- package/dist/src/generators/neutral-library/generator.mjs +4 -4
- package/dist/src/generators/neutral-library/untyped.mjs +1 -1
- package/dist/src/generators/node-library/generator.js +4 -4
- package/dist/src/generators/node-library/generator.mjs +4 -4
- package/dist/src/generators/node-library/untyped.mjs +1 -1
- package/dist/src/generators/preset/generator.mjs +2 -2
- package/dist/src/generators/preset/untyped.mjs +1 -1
- package/dist/src/plugins/rust/cargo-toml.js +4 -4
- package/dist/src/plugins/rust/cargo-toml.mjs +4 -4
- package/dist/src/plugins/rust/index.js +4 -4
- package/dist/src/plugins/rust/index.mjs +4 -4
- package/dist/src/plugins/typescript/index.js +32 -32
- package/dist/src/plugins/typescript/index.mjs +3 -3
- package/dist/src/plugins/typescript/tsdown.js +12 -12
- package/dist/src/plugins/typescript/tsdown.mjs +5 -5
- package/dist/src/plugins/typescript/tsup.js +10 -10
- package/dist/src/plugins/typescript/tsup.mjs +3 -3
- package/dist/src/plugins/typescript/untyped-schema.js +4 -4
- package/dist/src/plugins/typescript/untyped-schema.mjs +3 -3
- package/dist/src/release/index.mjs +1 -1
- package/dist/src/release/js-version-actions.mjs +1 -1
- package/dist/src/release/rust-version-actions.mjs +1 -1
- package/dist/src/types.mjs +1 -1
- package/dist/src/utils/apply-workspace-tokens.mjs +1 -1
- package/dist/src/utils/cargo.mjs +1 -1
- package/dist/src/utils/create-cli-options.mjs +1 -1
- package/dist/src/utils/get-project-configurations.mjs +1 -1
- package/dist/src/utils/index.js +4 -4
- package/dist/src/utils/index.mjs +4 -4
- package/dist/src/utils/lock-file.mjs +1 -1
- package/dist/src/utils/nx-json.mjs +1 -1
- package/dist/src/utils/package-helpers.js +3 -3
- package/dist/src/utils/package-helpers.mjs +3 -3
- package/dist/src/utils/plugin-helpers.js +3 -3
- package/dist/src/utils/plugin-helpers.mjs +3 -3
- package/dist/src/utils/project-tags.js +2 -2
- package/dist/src/utils/project-tags.mjs +2 -2
- package/dist/src/utils/registry-helpers.mjs +1 -1
- package/dist/src/utils/typia-transform.mjs +1 -1
- package/dist/src/utils/versions.mjs +1 -1
- package/package.json +10 -10
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
import {
|
|
2
2
|
browserLibraryGeneratorFn,
|
|
3
3
|
generator_default
|
|
4
|
-
} from "../../../chunk-
|
|
5
|
-
import "../../../chunk-
|
|
4
|
+
} from "../../../chunk-MILWDGNH.mjs";
|
|
5
|
+
import "../../../chunk-M3YWCYUX.mjs";
|
|
6
6
|
import "../../../chunk-QC5ON3X4.mjs";
|
|
7
|
-
import "../../../chunk-
|
|
7
|
+
import "../../../chunk-AQ7B26V3.mjs";
|
|
8
8
|
import "../../../chunk-2ZQ423JU.mjs";
|
|
9
9
|
import "../../../chunk-QYHQD375.mjs";
|
|
10
10
|
import "../../../chunk-T5345GNL.mjs";
|
|
11
11
|
import "../../../chunk-6MATO2MJ.mjs";
|
|
12
12
|
import "../../../chunk-GSZ2BO7G.mjs";
|
|
13
13
|
import "../../../chunk-TBW5MCN6.mjs";
|
|
14
|
-
import "../../../chunk-
|
|
14
|
+
import "../../../chunk-CXY6VDX7.mjs";
|
|
15
15
|
export {
|
|
16
16
|
browserLibraryGeneratorFn,
|
|
17
17
|
generator_default as default
|
|
@@ -2,7 +2,7 @@ import {
|
|
|
2
2
|
typescript_library_generator_untyped_default
|
|
3
3
|
} from "../../../chunk-SW2E5MQJ.mjs";
|
|
4
4
|
import "../../../chunk-34LSWMWV.mjs";
|
|
5
|
-
import "../../../chunk-
|
|
5
|
+
import "../../../chunk-CXY6VDX7.mjs";
|
|
6
6
|
|
|
7
7
|
// src/generators/browser-library/untyped.ts
|
|
8
8
|
import { defineUntypedSchema } from "untyped";
|
|
@@ -8,7 +8,7 @@ import "../../../chunk-T5345GNL.mjs";
|
|
|
8
8
|
import "../../../chunk-6MATO2MJ.mjs";
|
|
9
9
|
import "../../../chunk-GSZ2BO7G.mjs";
|
|
10
10
|
import "../../../chunk-TBW5MCN6.mjs";
|
|
11
|
-
import "../../../chunk-
|
|
11
|
+
import "../../../chunk-CXY6VDX7.mjs";
|
|
12
12
|
export {
|
|
13
13
|
configSchemaGeneratorFn,
|
|
14
14
|
generator_default as default
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
5
|
-
require('../../../chunk-
|
|
4
|
+
var _chunkWI26APPFjs = require('../../../chunk-WI26APPF.js');
|
|
5
|
+
require('../../../chunk-BZMYB75M.js');
|
|
6
6
|
require('../../../chunk-SZWM7COV.js');
|
|
7
|
-
require('../../../chunk-
|
|
7
|
+
require('../../../chunk-UHTWNVEZ.js');
|
|
8
8
|
require('../../../chunk-HYK7X5TY.js');
|
|
9
9
|
require('../../../chunk-ML2VHRB6.js');
|
|
10
10
|
require('../../../chunk-7OGVJELA.js');
|
|
@@ -14,4 +14,4 @@ require('../../../chunk-CQDBLKPF.js');
|
|
|
14
14
|
|
|
15
15
|
|
|
16
16
|
|
|
17
|
-
exports.default =
|
|
17
|
+
exports.default = _chunkWI26APPFjs.generator_default; exports.neutralLibraryGeneratorFn = _chunkWI26APPFjs.neutralLibraryGeneratorFn;
|
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
import {
|
|
2
2
|
generator_default,
|
|
3
3
|
neutralLibraryGeneratorFn
|
|
4
|
-
} from "../../../chunk-
|
|
5
|
-
import "../../../chunk-
|
|
4
|
+
} from "../../../chunk-WBPHMZKE.mjs";
|
|
5
|
+
import "../../../chunk-M3YWCYUX.mjs";
|
|
6
6
|
import "../../../chunk-QC5ON3X4.mjs";
|
|
7
|
-
import "../../../chunk-
|
|
7
|
+
import "../../../chunk-AQ7B26V3.mjs";
|
|
8
8
|
import "../../../chunk-2ZQ423JU.mjs";
|
|
9
9
|
import "../../../chunk-QYHQD375.mjs";
|
|
10
10
|
import "../../../chunk-T5345GNL.mjs";
|
|
11
11
|
import "../../../chunk-6MATO2MJ.mjs";
|
|
12
12
|
import "../../../chunk-GSZ2BO7G.mjs";
|
|
13
13
|
import "../../../chunk-TBW5MCN6.mjs";
|
|
14
|
-
import "../../../chunk-
|
|
14
|
+
import "../../../chunk-CXY6VDX7.mjs";
|
|
15
15
|
export {
|
|
16
16
|
generator_default as default,
|
|
17
17
|
neutralLibraryGeneratorFn
|
|
@@ -2,7 +2,7 @@ import {
|
|
|
2
2
|
typescript_library_generator_untyped_default
|
|
3
3
|
} from "../../../chunk-SW2E5MQJ.mjs";
|
|
4
4
|
import "../../../chunk-34LSWMWV.mjs";
|
|
5
|
-
import "../../../chunk-
|
|
5
|
+
import "../../../chunk-CXY6VDX7.mjs";
|
|
6
6
|
|
|
7
7
|
// src/generators/neutral-library/untyped.ts
|
|
8
8
|
import { defineUntypedSchema } from "untyped";
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
5
|
-
require('../../../chunk-
|
|
4
|
+
var _chunkL7PM76XKjs = require('../../../chunk-L7PM76XK.js');
|
|
5
|
+
require('../../../chunk-BZMYB75M.js');
|
|
6
6
|
require('../../../chunk-SZWM7COV.js');
|
|
7
|
-
require('../../../chunk-
|
|
7
|
+
require('../../../chunk-UHTWNVEZ.js');
|
|
8
8
|
require('../../../chunk-HYK7X5TY.js');
|
|
9
9
|
require('../../../chunk-ML2VHRB6.js');
|
|
10
10
|
require('../../../chunk-7OGVJELA.js');
|
|
@@ -14,4 +14,4 @@ require('../../../chunk-CQDBLKPF.js');
|
|
|
14
14
|
|
|
15
15
|
|
|
16
16
|
|
|
17
|
-
exports.default =
|
|
17
|
+
exports.default = _chunkL7PM76XKjs.generator_default; exports.nodeLibraryGeneratorFn = _chunkL7PM76XKjs.nodeLibraryGeneratorFn;
|
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
import {
|
|
2
2
|
generator_default,
|
|
3
3
|
nodeLibraryGeneratorFn
|
|
4
|
-
} from "../../../chunk-
|
|
5
|
-
import "../../../chunk-
|
|
4
|
+
} from "../../../chunk-73A7IONK.mjs";
|
|
5
|
+
import "../../../chunk-M3YWCYUX.mjs";
|
|
6
6
|
import "../../../chunk-QC5ON3X4.mjs";
|
|
7
|
-
import "../../../chunk-
|
|
7
|
+
import "../../../chunk-AQ7B26V3.mjs";
|
|
8
8
|
import "../../../chunk-2ZQ423JU.mjs";
|
|
9
9
|
import "../../../chunk-QYHQD375.mjs";
|
|
10
10
|
import "../../../chunk-T5345GNL.mjs";
|
|
11
11
|
import "../../../chunk-6MATO2MJ.mjs";
|
|
12
12
|
import "../../../chunk-GSZ2BO7G.mjs";
|
|
13
13
|
import "../../../chunk-TBW5MCN6.mjs";
|
|
14
|
-
import "../../../chunk-
|
|
14
|
+
import "../../../chunk-CXY6VDX7.mjs";
|
|
15
15
|
export {
|
|
16
16
|
generator_default as default,
|
|
17
17
|
nodeLibraryGeneratorFn
|
|
@@ -2,7 +2,7 @@ import {
|
|
|
2
2
|
typescript_library_generator_untyped_default
|
|
3
3
|
} from "../../../chunk-SW2E5MQJ.mjs";
|
|
4
4
|
import "../../../chunk-34LSWMWV.mjs";
|
|
5
|
-
import "../../../chunk-
|
|
5
|
+
import "../../../chunk-CXY6VDX7.mjs";
|
|
6
6
|
|
|
7
7
|
// src/generators/node-library/untyped.ts
|
|
8
8
|
import { defineUntypedSchema } from "untyped";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
generator_default,
|
|
3
3
|
presetGeneratorFn
|
|
4
|
-
} from "../../../chunk-
|
|
4
|
+
} from "../../../chunk-AWEZ7UJ3.mjs";
|
|
5
5
|
import "../../../chunk-QC5ON3X4.mjs";
|
|
6
6
|
import "../../../chunk-2ZQ423JU.mjs";
|
|
7
7
|
import "../../../chunk-QYHQD375.mjs";
|
|
@@ -9,7 +9,7 @@ import "../../../chunk-T5345GNL.mjs";
|
|
|
9
9
|
import "../../../chunk-6MATO2MJ.mjs";
|
|
10
10
|
import "../../../chunk-GSZ2BO7G.mjs";
|
|
11
11
|
import "../../../chunk-TBW5MCN6.mjs";
|
|
12
|
-
import "../../../chunk-
|
|
12
|
+
import "../../../chunk-CXY6VDX7.mjs";
|
|
13
13
|
export {
|
|
14
14
|
generator_default as default,
|
|
15
15
|
presetGeneratorFn
|
|
@@ -4,14 +4,14 @@
|
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
|
|
7
|
-
var
|
|
8
|
-
require('../../../chunk-
|
|
7
|
+
var _chunkNU3RM6J3js = require('../../../chunk-NU3RM6J3.js');
|
|
8
|
+
require('../../../chunk-XZ6L6OXJ.js');
|
|
9
9
|
require('../../../chunk-D2PV33E5.js');
|
|
10
|
-
require('../../../chunk-
|
|
10
|
+
require('../../../chunk-UHTWNVEZ.js');
|
|
11
11
|
|
|
12
12
|
|
|
13
13
|
|
|
14
14
|
|
|
15
15
|
|
|
16
16
|
|
|
17
|
-
exports.DefaultCargoPluginProfileMap =
|
|
17
|
+
exports.DefaultCargoPluginProfileMap = _chunkNU3RM6J3js.DefaultCargoPluginProfileMap; exports.createDependencies = _chunkNU3RM6J3js.createDependencies; exports.createNodesV2 = _chunkNU3RM6J3js.createNodesV2; exports.description = _chunkNU3RM6J3js.description; exports.name = _chunkNU3RM6J3js.name;
|
|
@@ -4,11 +4,11 @@ import {
|
|
|
4
4
|
createNodesV2,
|
|
5
5
|
description,
|
|
6
6
|
name
|
|
7
|
-
} from "../../../chunk-
|
|
8
|
-
import "../../../chunk-
|
|
7
|
+
} from "../../../chunk-R4N2WEQ2.mjs";
|
|
8
|
+
import "../../../chunk-FKPWMB63.mjs";
|
|
9
9
|
import "../../../chunk-ZTN2676G.mjs";
|
|
10
|
-
import "../../../chunk-
|
|
11
|
-
import "../../../chunk-
|
|
10
|
+
import "../../../chunk-AQ7B26V3.mjs";
|
|
11
|
+
import "../../../chunk-CXY6VDX7.mjs";
|
|
12
12
|
export {
|
|
13
13
|
DefaultCargoPluginProfileMap,
|
|
14
14
|
createDependencies,
|
|
@@ -4,14 +4,14 @@
|
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
|
|
7
|
-
var
|
|
8
|
-
require('../../../chunk-
|
|
7
|
+
var _chunkNU3RM6J3js = require('../../../chunk-NU3RM6J3.js');
|
|
8
|
+
require('../../../chunk-XZ6L6OXJ.js');
|
|
9
9
|
require('../../../chunk-D2PV33E5.js');
|
|
10
|
-
require('../../../chunk-
|
|
10
|
+
require('../../../chunk-UHTWNVEZ.js');
|
|
11
11
|
|
|
12
12
|
|
|
13
13
|
|
|
14
14
|
|
|
15
15
|
|
|
16
16
|
|
|
17
|
-
exports.DefaultCargoPluginProfileMap =
|
|
17
|
+
exports.DefaultCargoPluginProfileMap = _chunkNU3RM6J3js.DefaultCargoPluginProfileMap; exports.createDependencies = _chunkNU3RM6J3js.createDependencies; exports.createNodesV2 = _chunkNU3RM6J3js.createNodesV2; exports.description = _chunkNU3RM6J3js.description; exports.name = _chunkNU3RM6J3js.name;
|
|
@@ -4,11 +4,11 @@ import {
|
|
|
4
4
|
createNodesV2,
|
|
5
5
|
description,
|
|
6
6
|
name
|
|
7
|
-
} from "../../../chunk-
|
|
8
|
-
import "../../../chunk-
|
|
7
|
+
} from "../../../chunk-R4N2WEQ2.mjs";
|
|
8
|
+
import "../../../chunk-FKPWMB63.mjs";
|
|
9
9
|
import "../../../chunk-ZTN2676G.mjs";
|
|
10
|
-
import "../../../chunk-
|
|
11
|
-
import "../../../chunk-
|
|
10
|
+
import "../../../chunk-AQ7B26V3.mjs";
|
|
11
|
+
import "../../../chunk-CXY6VDX7.mjs";
|
|
12
12
|
export {
|
|
13
13
|
DefaultCargoPluginProfileMap,
|
|
14
14
|
createDependencies,
|
|
@@ -1,13 +1,13 @@
|
|
|
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
3
|
|
|
4
|
-
var
|
|
4
|
+
var _chunkXZ6L6OXJjs = require('../../../chunk-XZ6L6OXJ.js');
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
var
|
|
10
|
+
var _chunkUHTWNVEZjs = require('../../../chunk-UHTWNVEZ.js');
|
|
11
11
|
require('../../../chunk-2JANPL5K.js');
|
|
12
12
|
|
|
13
13
|
// src/plugins/typescript/index.ts
|
|
@@ -44,7 +44,7 @@ var createNodesV2 = [
|
|
|
44
44
|
if (_optionalChain([options2, 'optionalAccess', _ => _.includeApps]) === false && project.projectType === "application") {
|
|
45
45
|
return {};
|
|
46
46
|
}
|
|
47
|
-
const root =
|
|
47
|
+
const root = _chunkXZ6L6OXJjs.getRoot.call(void 0, project.root, context2);
|
|
48
48
|
const enableMarkdownlint = _optionalChain([options2, 'optionalAccess', _2 => _2.enableMarkdownlint]) !== false;
|
|
49
49
|
const enableEslint = _optionalChain([options2, 'optionalAccess', _3 => _3.enableEslint]) !== false;
|
|
50
50
|
const enableTypecheck = !!_optionalChain([options2, 'optionalAccess', _4 => _4.enableTypecheck]);
|
|
@@ -249,10 +249,10 @@ var createNodesV2 = [
|
|
|
249
249
|
};
|
|
250
250
|
const isPrivate = _nullishCoalesce(packageJson.private, () => ( false));
|
|
251
251
|
if (!isPrivate) {
|
|
252
|
-
|
|
252
|
+
_chunkUHTWNVEZjs.addProjectTag.call(void 0,
|
|
253
253
|
project,
|
|
254
|
-
|
|
255
|
-
|
|
254
|
+
_chunkUHTWNVEZjs.ProjectTagConstants.Registry.TAG_ID,
|
|
255
|
+
_chunkUHTWNVEZjs.ProjectTagConstants.Registry.NPM,
|
|
256
256
|
{ overwrite: true }
|
|
257
257
|
);
|
|
258
258
|
targets["nx-release-publish"] = {
|
|
@@ -261,14 +261,14 @@ var createNodesV2 = [
|
|
|
261
261
|
executor: "@storm-software/workspace-tools:npm-publish",
|
|
262
262
|
options: {}
|
|
263
263
|
};
|
|
264
|
-
if (project.projectType === "application" ||
|
|
264
|
+
if (project.projectType === "application" || _chunkUHTWNVEZjs.isEqualProjectTag.call(void 0,
|
|
265
265
|
project,
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
) ||
|
|
266
|
+
_chunkUHTWNVEZjs.ProjectTagConstants.ProjectType.TAG_ID,
|
|
267
|
+
_chunkUHTWNVEZjs.ProjectTagConstants.ProjectType.APPLICATION
|
|
268
|
+
) || _chunkUHTWNVEZjs.isEqualProjectTag.call(void 0,
|
|
269
269
|
project,
|
|
270
|
-
|
|
271
|
-
|
|
270
|
+
_chunkUHTWNVEZjs.ProjectTagConstants.DistStyle.TAG_ID,
|
|
271
|
+
_chunkUHTWNVEZjs.ProjectTagConstants.DistStyle.CLEAN
|
|
272
272
|
)) {
|
|
273
273
|
targets["clean-package"] ??= {
|
|
274
274
|
cache: true,
|
|
@@ -285,54 +285,54 @@ var createNodesV2 = [
|
|
|
285
285
|
_optionalChain([targets, 'access', _27 => _27["size-limit"], 'access', _28 => _28.dependsOn, 'optionalAccess', _29 => _29.push, 'call', _30 => _30("clean-package")]);
|
|
286
286
|
}
|
|
287
287
|
}
|
|
288
|
-
|
|
288
|
+
_chunkUHTWNVEZjs.addProjectTag.call(void 0,
|
|
289
289
|
project,
|
|
290
|
-
|
|
291
|
-
|
|
290
|
+
_chunkUHTWNVEZjs.ProjectTagConstants.Language.TAG_ID,
|
|
291
|
+
_chunkUHTWNVEZjs.ProjectTagConstants.Language.TYPESCRIPT,
|
|
292
292
|
{ overwrite: true }
|
|
293
293
|
);
|
|
294
|
-
|
|
294
|
+
_chunkUHTWNVEZjs.addProjectTag.call(void 0,
|
|
295
295
|
project,
|
|
296
|
-
|
|
297
|
-
_optionalChain([options2, 'optionalAccess', _31 => _31.projectLinks]) === "alias" /* ALIAS */ ?
|
|
296
|
+
_chunkUHTWNVEZjs.ProjectTagConstants.ProjectLinking.TAG_ID,
|
|
297
|
+
_optionalChain([options2, 'optionalAccess', _31 => _31.projectLinks]) === "alias" /* ALIAS */ ? _chunkUHTWNVEZjs.ProjectTagConstants.ProjectLinking.ALIAS : _chunkUHTWNVEZjs.ProjectTagConstants.ProjectLinking.REFERENCE,
|
|
298
298
|
{ overwrite: true }
|
|
299
299
|
);
|
|
300
|
-
const platform =
|
|
300
|
+
const platform = _chunkXZ6L6OXJjs.getProjectPlatform.call(void 0, project);
|
|
301
301
|
switch (platform) {
|
|
302
302
|
case "worker":
|
|
303
|
-
|
|
303
|
+
_chunkUHTWNVEZjs.addProjectTag.call(void 0,
|
|
304
304
|
project,
|
|
305
|
-
|
|
306
|
-
|
|
305
|
+
_chunkUHTWNVEZjs.ProjectTagConstants.Platform.TAG_ID,
|
|
306
|
+
_chunkUHTWNVEZjs.ProjectTagConstants.Platform.WORKER,
|
|
307
307
|
{ overwrite: true }
|
|
308
308
|
);
|
|
309
309
|
break;
|
|
310
310
|
case "node":
|
|
311
|
-
|
|
311
|
+
_chunkUHTWNVEZjs.addProjectTag.call(void 0,
|
|
312
312
|
project,
|
|
313
|
-
|
|
314
|
-
|
|
313
|
+
_chunkUHTWNVEZjs.ProjectTagConstants.Platform.TAG_ID,
|
|
314
|
+
_chunkUHTWNVEZjs.ProjectTagConstants.Platform.NODE,
|
|
315
315
|
{ overwrite: true }
|
|
316
316
|
);
|
|
317
317
|
break;
|
|
318
318
|
case "browser":
|
|
319
|
-
|
|
319
|
+
_chunkUHTWNVEZjs.addProjectTag.call(void 0,
|
|
320
320
|
project,
|
|
321
|
-
|
|
322
|
-
|
|
321
|
+
_chunkUHTWNVEZjs.ProjectTagConstants.Platform.TAG_ID,
|
|
322
|
+
_chunkUHTWNVEZjs.ProjectTagConstants.Platform.BROWSER,
|
|
323
323
|
{ overwrite: true }
|
|
324
324
|
);
|
|
325
325
|
break;
|
|
326
326
|
default:
|
|
327
|
-
|
|
327
|
+
_chunkUHTWNVEZjs.addProjectTag.call(void 0,
|
|
328
328
|
project,
|
|
329
|
-
|
|
330
|
-
|
|
329
|
+
_chunkUHTWNVEZjs.ProjectTagConstants.Platform.TAG_ID,
|
|
330
|
+
_chunkUHTWNVEZjs.ProjectTagConstants.Platform.NEUTRAL,
|
|
331
331
|
{ overwrite: true }
|
|
332
332
|
);
|
|
333
333
|
break;
|
|
334
334
|
}
|
|
335
|
-
|
|
335
|
+
_chunkUHTWNVEZjs.setDefaultProjectTags.call(void 0, project, name);
|
|
336
336
|
return {
|
|
337
337
|
projects: {
|
|
338
338
|
[root]: _defu2.default.call(void 0,
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import {
|
|
2
2
|
getProjectPlatform,
|
|
3
3
|
getRoot
|
|
4
|
-
} from "../../../chunk-
|
|
4
|
+
} from "../../../chunk-FKPWMB63.mjs";
|
|
5
5
|
import {
|
|
6
6
|
ProjectTagConstants,
|
|
7
7
|
addProjectTag,
|
|
8
8
|
isEqualProjectTag,
|
|
9
9
|
setDefaultProjectTags
|
|
10
|
-
} from "../../../chunk-
|
|
10
|
+
} from "../../../chunk-AQ7B26V3.mjs";
|
|
11
11
|
import "../../../chunk-OV6RS5V7.mjs";
|
|
12
|
-
import "../../../chunk-
|
|
12
|
+
import "../../../chunk-CXY6VDX7.mjs";
|
|
13
13
|
|
|
14
14
|
// src/plugins/typescript/index.ts
|
|
15
15
|
import {
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } 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 _chunkXZ6L6OXJjs = require('../../../chunk-XZ6L6OXJ.js');
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
var
|
|
8
|
+
var _chunkUHTWNVEZjs = require('../../../chunk-UHTWNVEZ.js');
|
|
9
9
|
require('../../../chunk-2JANPL5K.js');
|
|
10
10
|
|
|
11
11
|
// src/plugins/typescript/tsdown.ts
|
|
@@ -20,7 +20,7 @@ var _nxjsonjs = require('nx/src/config/nx-json.js');
|
|
|
20
20
|
var _packagejson = require('nx/src/utils/package-json');
|
|
21
21
|
var name = "storm-software/typescript/tsdown";
|
|
22
22
|
var createNodesV2 = [
|
|
23
|
-
"**/tsdown
|
|
23
|
+
"**/tsdown.*.{ts,mts,cts,js,mjs,cjs,json}",
|
|
24
24
|
async (configFiles, options, context) => {
|
|
25
25
|
return await _devkit.createNodesFromFiles.call(void 0,
|
|
26
26
|
(configFile, options2, context2) => {
|
|
@@ -53,7 +53,7 @@ var createNodesV2 = [
|
|
|
53
53
|
projectRoot,
|
|
54
54
|
context2.workspaceRoot
|
|
55
55
|
);
|
|
56
|
-
const root =
|
|
56
|
+
const root = _chunkXZ6L6OXJjs.getRoot.call(void 0, projectRoot, context2);
|
|
57
57
|
let relativeConfig = configFile.replaceAll(root, "");
|
|
58
58
|
while (relativeConfig.startsWith(".")) {
|
|
59
59
|
relativeConfig = relativeConfig.slice(1);
|
|
@@ -72,7 +72,7 @@ var createNodesV2 = [
|
|
|
72
72
|
executor: "nx:run-commands",
|
|
73
73
|
dependsOn: ["build-untyped", "typecheck", "^build"],
|
|
74
74
|
options: {
|
|
75
|
-
command: `tsdown --config
|
|
75
|
+
command: `tsdown --config "${relativeConfig}" --config-loader unrun --cwd "${root}"`,
|
|
76
76
|
cwd: root
|
|
77
77
|
}
|
|
78
78
|
};
|
|
@@ -111,17 +111,17 @@ var createNodesV2 = [
|
|
|
111
111
|
]
|
|
112
112
|
}
|
|
113
113
|
};
|
|
114
|
-
|
|
115
|
-
|
|
114
|
+
_chunkUHTWNVEZjs.setDefaultProjectTags.call(void 0, project, name);
|
|
115
|
+
_chunkUHTWNVEZjs.addProjectTag.call(void 0,
|
|
116
116
|
project,
|
|
117
|
-
|
|
118
|
-
_optionalChain([options2, 'optionalAccess', _3 => _3.projectLinks]) === "alias" /* ALIAS */ ?
|
|
117
|
+
_chunkUHTWNVEZjs.ProjectTagConstants.ProjectLinking.TAG_ID,
|
|
118
|
+
_optionalChain([options2, 'optionalAccess', _3 => _3.projectLinks]) === "alias" /* ALIAS */ ? _chunkUHTWNVEZjs.ProjectTagConstants.ProjectLinking.ALIAS : _chunkUHTWNVEZjs.ProjectTagConstants.ProjectLinking.REFERENCE,
|
|
119
119
|
{ overwrite: true }
|
|
120
120
|
);
|
|
121
|
-
|
|
121
|
+
_chunkUHTWNVEZjs.addProjectTag.call(void 0,
|
|
122
122
|
project,
|
|
123
|
-
|
|
124
|
-
|
|
123
|
+
_chunkUHTWNVEZjs.ProjectTagConstants.Builder.TAG_ID,
|
|
124
|
+
_chunkUHTWNVEZjs.ProjectTagConstants.Builder.TSDOWN,
|
|
125
125
|
{ overwrite: true }
|
|
126
126
|
);
|
|
127
127
|
return {
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import {
|
|
2
2
|
getRoot
|
|
3
|
-
} from "../../../chunk-
|
|
3
|
+
} from "../../../chunk-FKPWMB63.mjs";
|
|
4
4
|
import {
|
|
5
5
|
ProjectTagConstants,
|
|
6
6
|
addProjectTag,
|
|
7
7
|
setDefaultProjectTags
|
|
8
|
-
} from "../../../chunk-
|
|
8
|
+
} from "../../../chunk-AQ7B26V3.mjs";
|
|
9
9
|
import "../../../chunk-OV6RS5V7.mjs";
|
|
10
|
-
import "../../../chunk-
|
|
10
|
+
import "../../../chunk-CXY6VDX7.mjs";
|
|
11
11
|
|
|
12
12
|
// src/plugins/typescript/tsdown.ts
|
|
13
13
|
import {
|
|
@@ -21,7 +21,7 @@ import { readNxJson } from "nx/src/config/nx-json.js";
|
|
|
21
21
|
import { readTargetsFromPackageJson } from "nx/src/utils/package-json";
|
|
22
22
|
var name = "storm-software/typescript/tsdown";
|
|
23
23
|
var createNodesV2 = [
|
|
24
|
-
"**/tsdown
|
|
24
|
+
"**/tsdown.*.{ts,mts,cts,js,mjs,cjs,json}",
|
|
25
25
|
async (configFiles, options, context) => {
|
|
26
26
|
return await createNodesFromFiles(
|
|
27
27
|
(configFile, options2, context2) => {
|
|
@@ -73,7 +73,7 @@ var createNodesV2 = [
|
|
|
73
73
|
executor: "nx:run-commands",
|
|
74
74
|
dependsOn: ["build-untyped", "typecheck", "^build"],
|
|
75
75
|
options: {
|
|
76
|
-
command: `tsdown --config
|
|
76
|
+
command: `tsdown --config "${relativeConfig}" --config-loader unrun --cwd "${root}"`,
|
|
77
77
|
cwd: root
|
|
78
78
|
}
|
|
79
79
|
};
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } 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 _chunkXZ6L6OXJjs = require('../../../chunk-XZ6L6OXJ.js');
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
var
|
|
8
|
+
var _chunkUHTWNVEZjs = require('../../../chunk-UHTWNVEZ.js');
|
|
9
9
|
require('../../../chunk-2JANPL5K.js');
|
|
10
10
|
|
|
11
11
|
// src/plugins/typescript/tsup.ts
|
|
@@ -53,7 +53,7 @@ var createNodesV2 = [
|
|
|
53
53
|
projectRoot,
|
|
54
54
|
context2.workspaceRoot
|
|
55
55
|
);
|
|
56
|
-
const root =
|
|
56
|
+
const root = _chunkXZ6L6OXJjs.getRoot.call(void 0, projectRoot, context2);
|
|
57
57
|
let relativeConfig = configFile.replaceAll(root, "");
|
|
58
58
|
while (relativeConfig.startsWith(".")) {
|
|
59
59
|
relativeConfig = relativeConfig.slice(1);
|
|
@@ -111,17 +111,17 @@ var createNodesV2 = [
|
|
|
111
111
|
]
|
|
112
112
|
}
|
|
113
113
|
};
|
|
114
|
-
|
|
115
|
-
|
|
114
|
+
_chunkUHTWNVEZjs.setDefaultProjectTags.call(void 0, project, name);
|
|
115
|
+
_chunkUHTWNVEZjs.addProjectTag.call(void 0,
|
|
116
116
|
project,
|
|
117
|
-
|
|
118
|
-
_optionalChain([options2, 'optionalAccess', _3 => _3.projectLinks]) === "alias" /* ALIAS */ ?
|
|
117
|
+
_chunkUHTWNVEZjs.ProjectTagConstants.ProjectLinking.TAG_ID,
|
|
118
|
+
_optionalChain([options2, 'optionalAccess', _3 => _3.projectLinks]) === "alias" /* ALIAS */ ? _chunkUHTWNVEZjs.ProjectTagConstants.ProjectLinking.ALIAS : _chunkUHTWNVEZjs.ProjectTagConstants.ProjectLinking.REFERENCE,
|
|
119
119
|
{ overwrite: true }
|
|
120
120
|
);
|
|
121
|
-
|
|
121
|
+
_chunkUHTWNVEZjs.addProjectTag.call(void 0,
|
|
122
122
|
project,
|
|
123
|
-
|
|
124
|
-
|
|
123
|
+
_chunkUHTWNVEZjs.ProjectTagConstants.Builder.TAG_ID,
|
|
124
|
+
_chunkUHTWNVEZjs.ProjectTagConstants.Builder.TSUP,
|
|
125
125
|
{ overwrite: true }
|
|
126
126
|
);
|
|
127
127
|
return {
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import {
|
|
2
2
|
getRoot
|
|
3
|
-
} from "../../../chunk-
|
|
3
|
+
} from "../../../chunk-FKPWMB63.mjs";
|
|
4
4
|
import {
|
|
5
5
|
ProjectTagConstants,
|
|
6
6
|
addProjectTag,
|
|
7
7
|
setDefaultProjectTags
|
|
8
|
-
} from "../../../chunk-
|
|
8
|
+
} from "../../../chunk-AQ7B26V3.mjs";
|
|
9
9
|
import "../../../chunk-OV6RS5V7.mjs";
|
|
10
|
-
import "../../../chunk-
|
|
10
|
+
import "../../../chunk-CXY6VDX7.mjs";
|
|
11
11
|
|
|
12
12
|
// src/plugins/typescript/tsup.ts
|
|
13
13
|
import {
|