@storm-software/workspace-tools 1.296.60 → 1.296.62
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/{chunk-57OGFZNB.js → chunk-2F7AZHRH.js} +3 -14
- package/dist/{chunk-QEP2JF6D.js → chunk-2WUWNWKR.js} +3 -3
- package/dist/{chunk-FJK7GHBY.mjs → chunk-3UMEF5UB.mjs} +1 -1
- package/dist/{chunk-NXB4Z7NS.js → chunk-3ZTDNSFF.js} +3 -3
- package/dist/{chunk-FSP5BXTH.mjs → chunk-5THQG4I5.mjs} +1 -1
- package/dist/{chunk-XZE55MLM.mjs → chunk-65774IGV.mjs} +1 -1
- package/dist/{chunk-NB5WSHYS.js → chunk-6PL6C6JQ.js} +3 -3
- package/dist/{chunk-KZSELW4F.mjs → chunk-6SHXH4OG.mjs} +2 -2
- package/dist/{chunk-ZORHWWTN.js → chunk-ANOLNHIH.js} +3 -3
- package/dist/{chunk-2UXPU3BM.mjs → chunk-BCJOE7LL.mjs} +1 -1
- package/dist/{chunk-GKLFEOKK.mjs → chunk-C3G4MZGP.mjs} +16 -2
- package/dist/{chunk-Z6JQV7U5.js → chunk-CX7LLOXP.js} +8 -8
- package/dist/{chunk-TSQGMJVI.mjs → chunk-D5AHWEI3.mjs} +2 -2
- package/dist/{chunk-ZO3L5FAU.js → chunk-DLZFR63X.js} +3 -3
- package/dist/{chunk-JAIQZWTK.mjs → chunk-F4NO6JZL.mjs} +2 -2
- package/dist/{chunk-LANYX3R2.js → chunk-G5PC6KMK.js} +3 -3
- package/dist/{chunk-33C5YQ6J.js → chunk-GOJ243WU.js} +2 -2
- package/dist/{chunk-32KQVUCF.js → chunk-HYK7OVZ3.js} +25 -11
- package/dist/{chunk-ZEQS7E4C.mjs → chunk-IP23MSZ4.mjs} +1 -1
- package/dist/{chunk-5JYAH2VL.mjs → chunk-JGPL6SLR.mjs} +1 -1
- package/dist/{chunk-E4H5GQS4.mjs → chunk-JODIITKJ.mjs} +1 -1
- package/dist/{chunk-QG6V6H7W.mjs → chunk-KIEM2PKS.mjs} +1 -1
- package/dist/{chunk-JR7RLYGK.js → chunk-KLFGYSH4.js} +2 -2
- package/dist/{chunk-URZ6ZNPK.js → chunk-MI4DOBNH.js} +4 -4
- package/dist/{chunk-4VWDSVQJ.mjs → chunk-NTTC774E.mjs} +1 -12
- package/dist/{chunk-ZMHKOSQO.js → chunk-QGDBHZ2M.js} +3 -3
- package/dist/{chunk-TFQGKHL5.js → chunk-SWRGTRTW.js} +3 -3
- package/dist/{chunk-UJZUGPLI.mjs → chunk-T2REIWDE.mjs} +1 -1
- package/dist/{chunk-3FKFEQBJ.mjs → chunk-TFGZLFCS.mjs} +1 -1
- package/dist/{chunk-P52MNWK4.mjs → chunk-U6R6M4MK.mjs} +2 -2
- package/dist/{chunk-TVR247U6.mjs → chunk-U7X7MAHX.mjs} +1 -1
- package/dist/{chunk-O67GNKWY.mjs → chunk-UB6ZNCMG.mjs} +1 -1
- package/dist/{chunk-6CVTX3ND.js → chunk-UCM45E6T.js} +7 -7
- package/dist/{chunk-UV6QIFS3.js → chunk-YG45K4QK.js} +5 -5
- package/dist/executors.js +11 -11
- package/dist/executors.mjs +11 -11
- package/dist/generators.js +5 -5
- package/dist/generators.mjs +6 -6
- package/dist/index.d.mts +2 -3
- package/dist/index.d.ts +2 -3
- package/dist/index.js +16 -16
- package/dist/index.mjs +17 -17
- 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.d.mts +1 -2
- package/dist/src/base/index.d.ts +1 -2
- package/dist/src/base/index.js +2 -2
- package/dist/src/base/index.mjs +2 -2
- 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.js +4 -3
- package/dist/src/executors/cargo-build/executor.mjs +4 -3
- package/dist/src/executors/cargo-build/untyped.mjs +1 -1
- package/dist/src/executors/cargo-check/executor.js +4 -3
- package/dist/src/executors/cargo-check/executor.mjs +4 -3
- package/dist/src/executors/cargo-check/untyped.mjs +1 -1
- package/dist/src/executors/cargo-clippy/executor.js +4 -3
- package/dist/src/executors/cargo-clippy/executor.mjs +4 -3
- package/dist/src/executors/cargo-clippy/untyped.mjs +1 -1
- package/dist/src/executors/cargo-doc/executor.js +4 -3
- package/dist/src/executors/cargo-doc/executor.mjs +4 -3
- package/dist/src/executors/cargo-doc/untyped.mjs +1 -1
- package/dist/src/executors/cargo-format/executor.js +4 -3
- package/dist/src/executors/cargo-format/executor.mjs +4 -3
- 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.js +3 -3
- package/dist/src/executors/esbuild/executor.mjs +3 -3
- package/dist/src/executors/esbuild/untyped.mjs +1 -1
- package/dist/src/executors/napi/executor.js +4 -3
- package/dist/src/executors/napi/executor.mjs +4 -3
- package/dist/src/executors/napi/untyped.mjs +1 -1
- package/dist/src/executors/npm-publish/executor.mjs +1 -1
- 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.js +3 -3
- package/dist/src/executors/tsdown/executor.mjs +3 -3
- 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 +3 -3
- package/dist/src/generators/browser-library/generator.mjs +3 -3
- 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 +3 -3
- package/dist/src/generators/neutral-library/generator.mjs +3 -3
- package/dist/src/generators/neutral-library/untyped.mjs +1 -1
- package/dist/src/generators/node-library/generator.js +3 -3
- package/dist/src/generators/node-library/generator.mjs +3 -3
- 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.d.mts +2 -2
- package/dist/src/plugins/rust/cargo-toml.d.ts +2 -2
- package/dist/src/plugins/rust/cargo-toml.js +5 -3
- package/dist/src/plugins/rust/cargo-toml.mjs +5 -3
- package/dist/src/plugins/rust/index.js +5 -3
- package/dist/src/plugins/rust/index.mjs +5 -3
- package/dist/src/plugins/typescript/index.d.mts +2 -2
- package/dist/src/plugins/typescript/index.d.ts +2 -2
- package/dist/src/plugins/typescript/index.js +10 -3
- package/dist/src/plugins/typescript/index.mjs +11 -4
- package/dist/src/plugins/typescript/tsdown.d.mts +2 -2
- package/dist/src/plugins/typescript/tsdown.d.ts +2 -2
- package/dist/src/plugins/typescript/tsdown.js +13 -4
- package/dist/src/plugins/typescript/tsdown.mjs +14 -5
- package/dist/src/plugins/typescript/tsup.d.mts +2 -2
- package/dist/src/plugins/typescript/tsup.d.ts +2 -2
- package/dist/src/plugins/typescript/tsup.js +13 -4
- package/dist/src/plugins/typescript/tsup.mjs +14 -5
- package/dist/src/plugins/typescript/untyped-schema.d.mts +2 -2
- package/dist/src/plugins/typescript/untyped-schema.d.ts +2 -2
- package/dist/src/plugins/typescript/untyped-schema.js +10 -3
- package/dist/src/plugins/typescript/untyped-schema.mjs +10 -3
- package/dist/src/release/index.d.mts +1 -1
- package/dist/src/release/index.d.ts +1 -1
- package/dist/src/release/index.js +2 -2
- package/dist/src/release/index.mjs +2 -2
- package/dist/src/release/js-version-actions.d.mts +1 -1
- package/dist/src/release/js-version-actions.d.ts +1 -1
- package/dist/src/release/js-version-actions.js +2 -2
- package/dist/src/release/js-version-actions.mjs +2 -2
- 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.js +4 -2
- package/dist/src/utils/cargo.mjs +4 -2
- package/dist/src/utils/create-cli-options.mjs +1 -1
- package/dist/src/utils/get-project-configurations.mjs +1 -1
- package/dist/src/utils/github.mjs +1 -1
- package/dist/src/utils/index.d.mts +1 -1
- package/dist/src/utils/index.d.ts +1 -1
- package/dist/src/utils/index.js +2 -2
- package/dist/src/utils/index.mjs +2 -2
- package/dist/src/utils/lock-file.d.mts +2 -2
- package/dist/src/utils/lock-file.d.ts +2 -2
- package/dist/src/utils/lock-file.mjs +1 -1
- package/dist/src/utils/nx-json.mjs +1 -1
- package/dist/src/utils/package-helpers.d.mts +1 -1
- package/dist/src/utils/package-helpers.d.ts +1 -1
- package/dist/src/utils/package-helpers.mjs +1 -1
- package/dist/src/utils/plugin-helpers.d.mts +2 -2
- package/dist/src/utils/plugin-helpers.d.ts +2 -2
- package/dist/src/utils/plugin-helpers.mjs +1 -1
- package/dist/src/utils/project-tags.mjs +1 -1
- 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 +14 -14
|
@@ -2,7 +2,7 @@ import {
|
|
|
2
2
|
cargo_base_executor_untyped_default
|
|
3
3
|
} from "../../../chunk-QQB6GFYM.mjs";
|
|
4
4
|
import "../../../chunk-ZCTECGQS.mjs";
|
|
5
|
-
import "../../../chunk-
|
|
5
|
+
import "../../../chunk-UB6ZNCMG.mjs";
|
|
6
6
|
|
|
7
7
|
// src/executors/napi/untyped.ts
|
|
8
8
|
import { defineUntypedSchema } from "untyped";
|
|
@@ -10,7 +10,7 @@ import "../../../chunk-JGXYRLRO.mjs";
|
|
|
10
10
|
import "../../../chunk-45CW7OJB.mjs";
|
|
11
11
|
import "../../../chunk-3J2CP54B.mjs";
|
|
12
12
|
import "../../../chunk-TBW5MCN6.mjs";
|
|
13
|
-
import "../../../chunk-
|
|
13
|
+
import "../../../chunk-UB6ZNCMG.mjs";
|
|
14
14
|
export {
|
|
15
15
|
LARGE_BUFFER,
|
|
16
16
|
npmPublishExecutorFn as default
|
|
@@ -8,7 +8,7 @@ import "../../../chunk-JGXYRLRO.mjs";
|
|
|
8
8
|
import "../../../chunk-45CW7OJB.mjs";
|
|
9
9
|
import "../../../chunk-3J2CP54B.mjs";
|
|
10
10
|
import "../../../chunk-TBW5MCN6.mjs";
|
|
11
|
-
import "../../../chunk-
|
|
11
|
+
import "../../../chunk-UB6ZNCMG.mjs";
|
|
12
12
|
export {
|
|
13
13
|
executor_default as default,
|
|
14
14
|
sizeLimitExecutorFn
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
5
|
-
require('../../../chunk-
|
|
4
|
+
var _chunkCX7LLOXPjs = require('../../../chunk-CX7LLOXP.js');
|
|
5
|
+
require('../../../chunk-MI4DOBNH.js');
|
|
6
6
|
require('../../../chunk-3QCVXOSB.js');
|
|
7
7
|
require('../../../chunk-HXQRGLII.js');
|
|
8
8
|
require('../../../chunk-LQ4UTUAF.js');
|
|
@@ -12,4 +12,4 @@ require('../../../chunk-CQDBLKPF.js');
|
|
|
12
12
|
|
|
13
13
|
|
|
14
14
|
|
|
15
|
-
exports.default =
|
|
15
|
+
exports.default = _chunkCX7LLOXPjs.executor_default; exports.tsdownExecutorFn = _chunkCX7LLOXPjs.tsdownExecutorFn;
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import {
|
|
2
2
|
executor_default,
|
|
3
3
|
tsdownExecutorFn
|
|
4
|
-
} from "../../../chunk-
|
|
5
|
-
import "../../../chunk-
|
|
4
|
+
} from "../../../chunk-TFGZLFCS.mjs";
|
|
5
|
+
import "../../../chunk-F4NO6JZL.mjs";
|
|
6
6
|
import "../../../chunk-BVY6TUTT.mjs";
|
|
7
7
|
import "../../../chunk-2QMGYIOO.mjs";
|
|
8
8
|
import "../../../chunk-JGXYRLRO.mjs";
|
|
9
9
|
import "../../../chunk-45CW7OJB.mjs";
|
|
10
10
|
import "../../../chunk-3J2CP54B.mjs";
|
|
11
11
|
import "../../../chunk-TBW5MCN6.mjs";
|
|
12
|
-
import "../../../chunk-
|
|
12
|
+
import "../../../chunk-UB6ZNCMG.mjs";
|
|
13
13
|
export {
|
|
14
14
|
executor_default as default,
|
|
15
15
|
tsdownExecutorFn
|
|
@@ -2,7 +2,7 @@ import {
|
|
|
2
2
|
typescript_build_executor_untyped_default
|
|
3
3
|
} from "../../../chunk-LZ3H2OH5.mjs";
|
|
4
4
|
import "../../../chunk-ZCTECGQS.mjs";
|
|
5
|
-
import "../../../chunk-
|
|
5
|
+
import "../../../chunk-UB6ZNCMG.mjs";
|
|
6
6
|
|
|
7
7
|
// src/executors/tsdown/untyped.ts
|
|
8
8
|
import { defineUntypedSchema } from "untyped";
|
|
@@ -8,7 +8,7 @@ import "../../../chunk-JGXYRLRO.mjs";
|
|
|
8
8
|
import "../../../chunk-45CW7OJB.mjs";
|
|
9
9
|
import "../../../chunk-3J2CP54B.mjs";
|
|
10
10
|
import "../../../chunk-TBW5MCN6.mjs";
|
|
11
|
-
import "../../../chunk-
|
|
11
|
+
import "../../../chunk-UB6ZNCMG.mjs";
|
|
12
12
|
export {
|
|
13
13
|
executor_default as default,
|
|
14
14
|
typiaExecutorFn
|
|
@@ -8,7 +8,7 @@ import "../../../chunk-JGXYRLRO.mjs";
|
|
|
8
8
|
import "../../../chunk-45CW7OJB.mjs";
|
|
9
9
|
import "../../../chunk-3J2CP54B.mjs";
|
|
10
10
|
import "../../../chunk-TBW5MCN6.mjs";
|
|
11
|
-
import "../../../chunk-
|
|
11
|
+
import "../../../chunk-UB6ZNCMG.mjs";
|
|
12
12
|
export {
|
|
13
13
|
executor_default as default,
|
|
14
14
|
unbuildExecutorFn
|
|
@@ -2,7 +2,7 @@ import {
|
|
|
2
2
|
typescript_build_executor_untyped_default
|
|
3
3
|
} from "../../../chunk-LZ3H2OH5.mjs";
|
|
4
4
|
import "../../../chunk-ZCTECGQS.mjs";
|
|
5
|
-
import "../../../chunk-
|
|
5
|
+
import "../../../chunk-UB6ZNCMG.mjs";
|
|
6
6
|
|
|
7
7
|
// src/executors/unbuild/untyped.ts
|
|
8
8
|
import { defineUntypedSchema } from "untyped";
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
5
|
-
require('../../../chunk-
|
|
4
|
+
var _chunk3ZTDNSFFjs = require('../../../chunk-3ZTDNSFF.js');
|
|
5
|
+
require('../../../chunk-2F7AZHRH.js');
|
|
6
6
|
require('../../../chunk-SZWM7COV.js');
|
|
7
7
|
require('../../../chunk-TAP26ZJQ.js');
|
|
8
8
|
require('../../../chunk-32U6V6W2.js');
|
|
@@ -14,4 +14,4 @@ require('../../../chunk-CQDBLKPF.js');
|
|
|
14
14
|
|
|
15
15
|
|
|
16
16
|
|
|
17
|
-
exports.browserLibraryGeneratorFn =
|
|
17
|
+
exports.browserLibraryGeneratorFn = _chunk3ZTDNSFFjs.browserLibraryGeneratorFn; exports.default = _chunk3ZTDNSFFjs.generator_default;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import {
|
|
2
2
|
browserLibraryGeneratorFn,
|
|
3
3
|
generator_default
|
|
4
|
-
} from "../../../chunk-
|
|
5
|
-
import "../../../chunk-
|
|
4
|
+
} from "../../../chunk-6SHXH4OG.mjs";
|
|
5
|
+
import "../../../chunk-NTTC774E.mjs";
|
|
6
6
|
import "../../../chunk-QC5ON3X4.mjs";
|
|
7
7
|
import "../../../chunk-2GQSCZ3J.mjs";
|
|
8
8
|
import "../../../chunk-J54QMYZO.mjs";
|
|
@@ -11,7 +11,7 @@ import "../../../chunk-JGXYRLRO.mjs";
|
|
|
11
11
|
import "../../../chunk-45CW7OJB.mjs";
|
|
12
12
|
import "../../../chunk-3J2CP54B.mjs";
|
|
13
13
|
import "../../../chunk-TBW5MCN6.mjs";
|
|
14
|
-
import "../../../chunk-
|
|
14
|
+
import "../../../chunk-UB6ZNCMG.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-UB6ZNCMG.mjs";
|
|
6
6
|
|
|
7
7
|
// src/generators/browser-library/untyped.ts
|
|
8
8
|
import { defineUntypedSchema } from "untyped";
|
|
@@ -8,7 +8,7 @@ import "../../../chunk-JGXYRLRO.mjs";
|
|
|
8
8
|
import "../../../chunk-45CW7OJB.mjs";
|
|
9
9
|
import "../../../chunk-3J2CP54B.mjs";
|
|
10
10
|
import "../../../chunk-TBW5MCN6.mjs";
|
|
11
|
-
import "../../../chunk-
|
|
11
|
+
import "../../../chunk-UB6ZNCMG.mjs";
|
|
12
12
|
export {
|
|
13
13
|
configSchemaGeneratorFn,
|
|
14
14
|
generator_default as default
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
5
|
-
require('../../../chunk-
|
|
4
|
+
var _chunkDLZFR63Xjs = require('../../../chunk-DLZFR63X.js');
|
|
5
|
+
require('../../../chunk-2F7AZHRH.js');
|
|
6
6
|
require('../../../chunk-SZWM7COV.js');
|
|
7
7
|
require('../../../chunk-TAP26ZJQ.js');
|
|
8
8
|
require('../../../chunk-32U6V6W2.js');
|
|
@@ -14,4 +14,4 @@ require('../../../chunk-CQDBLKPF.js');
|
|
|
14
14
|
|
|
15
15
|
|
|
16
16
|
|
|
17
|
-
exports.default =
|
|
17
|
+
exports.default = _chunkDLZFR63Xjs.generator_default; exports.neutralLibraryGeneratorFn = _chunkDLZFR63Xjs.neutralLibraryGeneratorFn;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import {
|
|
2
2
|
generator_default,
|
|
3
3
|
neutralLibraryGeneratorFn
|
|
4
|
-
} from "../../../chunk-
|
|
5
|
-
import "../../../chunk-
|
|
4
|
+
} from "../../../chunk-U6R6M4MK.mjs";
|
|
5
|
+
import "../../../chunk-NTTC774E.mjs";
|
|
6
6
|
import "../../../chunk-QC5ON3X4.mjs";
|
|
7
7
|
import "../../../chunk-2GQSCZ3J.mjs";
|
|
8
8
|
import "../../../chunk-J54QMYZO.mjs";
|
|
@@ -11,7 +11,7 @@ import "../../../chunk-JGXYRLRO.mjs";
|
|
|
11
11
|
import "../../../chunk-45CW7OJB.mjs";
|
|
12
12
|
import "../../../chunk-3J2CP54B.mjs";
|
|
13
13
|
import "../../../chunk-TBW5MCN6.mjs";
|
|
14
|
-
import "../../../chunk-
|
|
14
|
+
import "../../../chunk-UB6ZNCMG.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-UB6ZNCMG.mjs";
|
|
6
6
|
|
|
7
7
|
// src/generators/neutral-library/untyped.ts
|
|
8
8
|
import { defineUntypedSchema } from "untyped";
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
5
|
-
require('../../../chunk-
|
|
4
|
+
var _chunk6PL6C6JQjs = require('../../../chunk-6PL6C6JQ.js');
|
|
5
|
+
require('../../../chunk-2F7AZHRH.js');
|
|
6
6
|
require('../../../chunk-SZWM7COV.js');
|
|
7
7
|
require('../../../chunk-TAP26ZJQ.js');
|
|
8
8
|
require('../../../chunk-32U6V6W2.js');
|
|
@@ -14,4 +14,4 @@ require('../../../chunk-CQDBLKPF.js');
|
|
|
14
14
|
|
|
15
15
|
|
|
16
16
|
|
|
17
|
-
exports.default =
|
|
17
|
+
exports.default = _chunk6PL6C6JQjs.generator_default; exports.nodeLibraryGeneratorFn = _chunk6PL6C6JQjs.nodeLibraryGeneratorFn;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import {
|
|
2
2
|
generator_default,
|
|
3
3
|
nodeLibraryGeneratorFn
|
|
4
|
-
} from "../../../chunk-
|
|
5
|
-
import "../../../chunk-
|
|
4
|
+
} from "../../../chunk-D5AHWEI3.mjs";
|
|
5
|
+
import "../../../chunk-NTTC774E.mjs";
|
|
6
6
|
import "../../../chunk-QC5ON3X4.mjs";
|
|
7
7
|
import "../../../chunk-2GQSCZ3J.mjs";
|
|
8
8
|
import "../../../chunk-J54QMYZO.mjs";
|
|
@@ -11,7 +11,7 @@ import "../../../chunk-JGXYRLRO.mjs";
|
|
|
11
11
|
import "../../../chunk-45CW7OJB.mjs";
|
|
12
12
|
import "../../../chunk-3J2CP54B.mjs";
|
|
13
13
|
import "../../../chunk-TBW5MCN6.mjs";
|
|
14
|
-
import "../../../chunk-
|
|
14
|
+
import "../../../chunk-UB6ZNCMG.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-UB6ZNCMG.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-3UMEF5UB.mjs";
|
|
5
5
|
import "../../../chunk-QC5ON3X4.mjs";
|
|
6
6
|
import "../../../chunk-J54QMYZO.mjs";
|
|
7
7
|
import "../../../chunk-2QMGYIOO.mjs";
|
|
@@ -9,7 +9,7 @@ import "../../../chunk-JGXYRLRO.mjs";
|
|
|
9
9
|
import "../../../chunk-45CW7OJB.mjs";
|
|
10
10
|
import "../../../chunk-3J2CP54B.mjs";
|
|
11
11
|
import "../../../chunk-TBW5MCN6.mjs";
|
|
12
|
-
import "../../../chunk-
|
|
12
|
+
import "../../../chunk-UB6ZNCMG.mjs";
|
|
13
13
|
export {
|
|
14
14
|
generator_default as default,
|
|
15
15
|
presetGeneratorFn
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { CreateDependencies,
|
|
1
|
+
import { CreateDependencies, CreateNodes } from '@nx/devkit';
|
|
2
2
|
|
|
3
3
|
declare const name = "storm-software/rust";
|
|
4
4
|
declare const description = "Plugin for parsing Cargo.toml files";
|
|
@@ -34,7 +34,7 @@ interface CargoPluginOptions {
|
|
|
34
34
|
/**
|
|
35
35
|
* Create nodes for Rust projects based on Cargo.toml files
|
|
36
36
|
*/
|
|
37
|
-
declare const createNodesV2:
|
|
37
|
+
declare const createNodesV2: CreateNodes<CargoPluginOptions | undefined>;
|
|
38
38
|
/**
|
|
39
39
|
* Create dependencies between Rust projects based on Cargo metadata
|
|
40
40
|
*
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { CreateDependencies,
|
|
1
|
+
import { CreateDependencies, CreateNodes } from '@nx/devkit';
|
|
2
2
|
|
|
3
3
|
declare const name = "storm-software/rust";
|
|
4
4
|
declare const description = "Plugin for parsing Cargo.toml files";
|
|
@@ -34,7 +34,7 @@ interface CargoPluginOptions {
|
|
|
34
34
|
/**
|
|
35
35
|
* Create nodes for Rust projects based on Cargo.toml files
|
|
36
36
|
*/
|
|
37
|
-
declare const createNodesV2:
|
|
37
|
+
declare const createNodesV2: CreateNodes<CargoPluginOptions | undefined>;
|
|
38
38
|
/**
|
|
39
39
|
* Create dependencies between Rust projects based on Cargo metadata
|
|
40
40
|
*
|
|
@@ -4,14 +4,16 @@
|
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
|
|
7
|
-
var
|
|
7
|
+
var _chunkYG45K4QKjs = require('../../../chunk-YG45K4QK.js');
|
|
8
8
|
require('../../../chunk-BAPFD3TO.js');
|
|
9
|
-
require('../../../chunk-
|
|
9
|
+
require('../../../chunk-HYK7OVZ3.js');
|
|
10
|
+
require('../../../chunk-N2365RCI.js');
|
|
10
11
|
require('../../../chunk-TAP26ZJQ.js');
|
|
12
|
+
require('../../../chunk-CLKU7UMG.js');
|
|
11
13
|
|
|
12
14
|
|
|
13
15
|
|
|
14
16
|
|
|
15
17
|
|
|
16
18
|
|
|
17
|
-
exports.DefaultCargoPluginProfileMap =
|
|
19
|
+
exports.DefaultCargoPluginProfileMap = _chunkYG45K4QKjs.DefaultCargoPluginProfileMap; exports.createDependencies = _chunkYG45K4QKjs.createDependencies; exports.createNodesV2 = _chunkYG45K4QKjs.createNodesV2; exports.description = _chunkYG45K4QKjs.description; exports.name = _chunkYG45K4QKjs.name;
|
|
@@ -4,11 +4,13 @@ import {
|
|
|
4
4
|
createNodesV2,
|
|
5
5
|
description,
|
|
6
6
|
name
|
|
7
|
-
} from "../../../chunk-
|
|
7
|
+
} from "../../../chunk-JGPL6SLR.mjs";
|
|
8
8
|
import "../../../chunk-K4QMCCQB.mjs";
|
|
9
|
-
import "../../../chunk-
|
|
9
|
+
import "../../../chunk-C3G4MZGP.mjs";
|
|
10
|
+
import "../../../chunk-UA33NH5O.mjs";
|
|
10
11
|
import "../../../chunk-2GQSCZ3J.mjs";
|
|
11
|
-
import "../../../chunk-
|
|
12
|
+
import "../../../chunk-45CW7OJB.mjs";
|
|
13
|
+
import "../../../chunk-UB6ZNCMG.mjs";
|
|
12
14
|
export {
|
|
13
15
|
DefaultCargoPluginProfileMap,
|
|
14
16
|
createDependencies,
|
|
@@ -4,14 +4,16 @@
|
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
|
|
7
|
-
var
|
|
7
|
+
var _chunkYG45K4QKjs = require('../../../chunk-YG45K4QK.js');
|
|
8
8
|
require('../../../chunk-BAPFD3TO.js');
|
|
9
|
-
require('../../../chunk-
|
|
9
|
+
require('../../../chunk-HYK7OVZ3.js');
|
|
10
|
+
require('../../../chunk-N2365RCI.js');
|
|
10
11
|
require('../../../chunk-TAP26ZJQ.js');
|
|
12
|
+
require('../../../chunk-CLKU7UMG.js');
|
|
11
13
|
|
|
12
14
|
|
|
13
15
|
|
|
14
16
|
|
|
15
17
|
|
|
16
18
|
|
|
17
|
-
exports.DefaultCargoPluginProfileMap =
|
|
19
|
+
exports.DefaultCargoPluginProfileMap = _chunkYG45K4QKjs.DefaultCargoPluginProfileMap; exports.createDependencies = _chunkYG45K4QKjs.createDependencies; exports.createNodesV2 = _chunkYG45K4QKjs.createNodesV2; exports.description = _chunkYG45K4QKjs.description; exports.name = _chunkYG45K4QKjs.name;
|
|
@@ -4,11 +4,13 @@ import {
|
|
|
4
4
|
createNodesV2,
|
|
5
5
|
description,
|
|
6
6
|
name
|
|
7
|
-
} from "../../../chunk-
|
|
7
|
+
} from "../../../chunk-JGPL6SLR.mjs";
|
|
8
8
|
import "../../../chunk-K4QMCCQB.mjs";
|
|
9
|
-
import "../../../chunk-
|
|
9
|
+
import "../../../chunk-C3G4MZGP.mjs";
|
|
10
|
+
import "../../../chunk-UA33NH5O.mjs";
|
|
10
11
|
import "../../../chunk-2GQSCZ3J.mjs";
|
|
11
|
-
import "../../../chunk-
|
|
12
|
+
import "../../../chunk-45CW7OJB.mjs";
|
|
13
|
+
import "../../../chunk-UB6ZNCMG.mjs";
|
|
12
14
|
export {
|
|
13
15
|
DefaultCargoPluginProfileMap,
|
|
14
16
|
createDependencies,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { CreateNodes } from '@nx/devkit';
|
|
2
2
|
import { d as BaseTypescriptPluginOptions } from '../../../types-E53OUdCr.mjs';
|
|
3
3
|
import '../../../types-DI57BUsw.mjs';
|
|
4
4
|
import 'zod';
|
|
@@ -69,6 +69,6 @@ interface TypeScriptPluginOptions extends BaseTypescriptPluginOptions {
|
|
|
69
69
|
*/
|
|
70
70
|
lintInternalTools?: boolean;
|
|
71
71
|
}
|
|
72
|
-
declare const createNodesV2:
|
|
72
|
+
declare const createNodesV2: CreateNodes<TypeScriptPluginOptions>;
|
|
73
73
|
|
|
74
74
|
export { type TypeScriptPluginOptions, createNodesV2, name };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { CreateNodes } from '@nx/devkit';
|
|
2
2
|
import { d as BaseTypescriptPluginOptions } from '../../../types-CHANfFBa.js';
|
|
3
3
|
import '../../../types-DI57BUsw.js';
|
|
4
4
|
import 'zod';
|
|
@@ -69,6 +69,6 @@ interface TypeScriptPluginOptions extends BaseTypescriptPluginOptions {
|
|
|
69
69
|
*/
|
|
70
70
|
lintInternalTools?: boolean;
|
|
71
71
|
}
|
|
72
|
-
declare const createNodesV2:
|
|
72
|
+
declare const createNodesV2: CreateNodes<TypeScriptPluginOptions>;
|
|
73
73
|
|
|
74
74
|
export { type TypeScriptPluginOptions, createNodesV2, name };
|
|
@@ -13,11 +13,13 @@ require('../../../chunk-X3HC3R2I.js');
|
|
|
13
13
|
// src/plugins/typescript/index.ts
|
|
14
14
|
|
|
15
15
|
|
|
16
|
+
|
|
17
|
+
|
|
16
18
|
var _devkit = require('@nx/devkit');
|
|
17
19
|
var _defu = require('defu'); var _defu2 = _interopRequireDefault(_defu);
|
|
18
20
|
var _fs = require('fs');
|
|
19
21
|
var _path = require('path');
|
|
20
|
-
var
|
|
22
|
+
var _nxjson = require('nx/src/config/nx-json');
|
|
21
23
|
var _fileutils = require('nx/src/utils/fileutils');
|
|
22
24
|
var _packagejson = require('nx/src/utils/package-json');
|
|
23
25
|
var _pkgtypes = require('pkg-types');
|
|
@@ -25,7 +27,7 @@ var name = "storm-software/typescript";
|
|
|
25
27
|
var createNodesV2 = [
|
|
26
28
|
"{project.json,**/project.json}",
|
|
27
29
|
async (configFiles, options = { includeApps: true }, context) => {
|
|
28
|
-
const nxJson =
|
|
30
|
+
const nxJson = _nxjson.readNxJson.call(void 0, context.workspaceRoot);
|
|
29
31
|
return _devkit.createNodesFromFiles.call(void 0,
|
|
30
32
|
async (file, options2 = { includeApps: true }, context2) => {
|
|
31
33
|
try {
|
|
@@ -49,11 +51,16 @@ var createNodesV2 = [
|
|
|
49
51
|
const enableEslint = _optionalChain([options2, 'optionalAccess', _3 => _3.enableEslint]) !== false;
|
|
50
52
|
const enableTypecheck = !!_optionalChain([options2, 'optionalAccess', _4 => _4.enableTypecheck]);
|
|
51
53
|
const enableTest = !!_optionalChain([options2, 'optionalAccess', _5 => _5.enableTest]);
|
|
54
|
+
const packageManagerCommand = _devkit.getPackageManagerCommand.call(void 0,
|
|
55
|
+
_devkit.detectPackageManager.call(void 0, context2.workspaceRoot),
|
|
56
|
+
context2.workspaceRoot
|
|
57
|
+
);
|
|
52
58
|
const targets = _packagejson.readTargetsFromPackageJson.call(void 0,
|
|
53
59
|
packageJson,
|
|
54
60
|
nxJson,
|
|
55
61
|
project.root,
|
|
56
|
-
context2.workspaceRoot
|
|
62
|
+
context2.workspaceRoot,
|
|
63
|
+
packageManagerCommand
|
|
57
64
|
);
|
|
58
65
|
if (_path.join.call(void 0, context2.workspaceRoot, project.root).startsWith(
|
|
59
66
|
_path.join.call(void 0, context2.workspaceRoot, "tools")
|
|
@@ -9,16 +9,18 @@ import {
|
|
|
9
9
|
setDefaultProjectTags
|
|
10
10
|
} from "../../../chunk-2GQSCZ3J.mjs";
|
|
11
11
|
import "../../../chunk-5OS7GV5T.mjs";
|
|
12
|
-
import "../../../chunk-
|
|
12
|
+
import "../../../chunk-UB6ZNCMG.mjs";
|
|
13
13
|
|
|
14
14
|
// src/plugins/typescript/index.ts
|
|
15
15
|
import {
|
|
16
|
-
createNodesFromFiles
|
|
16
|
+
createNodesFromFiles,
|
|
17
|
+
detectPackageManager,
|
|
18
|
+
getPackageManagerCommand
|
|
17
19
|
} from "@nx/devkit";
|
|
18
20
|
import defu from "defu";
|
|
19
21
|
import { existsSync } from "node:fs";
|
|
20
22
|
import { dirname, join } from "node:path";
|
|
21
|
-
import { readNxJson } from "nx/src/config/nx-json
|
|
23
|
+
import { readNxJson } from "nx/src/config/nx-json";
|
|
22
24
|
import { readJsonFile } from "nx/src/utils/fileutils";
|
|
23
25
|
import { readTargetsFromPackageJson } from "nx/src/utils/package-json";
|
|
24
26
|
import { readTSConfig } from "pkg-types";
|
|
@@ -50,11 +52,16 @@ var createNodesV2 = [
|
|
|
50
52
|
const enableEslint = options2?.enableEslint !== false;
|
|
51
53
|
const enableTypecheck = !!options2?.enableTypecheck;
|
|
52
54
|
const enableTest = !!options2?.enableTest;
|
|
55
|
+
const packageManagerCommand = getPackageManagerCommand(
|
|
56
|
+
detectPackageManager(context2.workspaceRoot),
|
|
57
|
+
context2.workspaceRoot
|
|
58
|
+
);
|
|
53
59
|
const targets = readTargetsFromPackageJson(
|
|
54
60
|
packageJson,
|
|
55
61
|
nxJson,
|
|
56
62
|
project.root,
|
|
57
|
-
context2.workspaceRoot
|
|
63
|
+
context2.workspaceRoot,
|
|
64
|
+
packageManagerCommand
|
|
58
65
|
);
|
|
59
66
|
if (join(context2.workspaceRoot, project.root).startsWith(
|
|
60
67
|
join(context2.workspaceRoot, "tools")
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { CreateNodes } from '@nx/devkit';
|
|
2
2
|
import { d as BaseTypescriptPluginOptions } from '../../../types-E53OUdCr.mjs';
|
|
3
3
|
import '../../../types-DI57BUsw.mjs';
|
|
4
4
|
import 'zod';
|
|
@@ -8,6 +8,6 @@ import '../../../types-D2zxYEAh.mjs';
|
|
|
8
8
|
|
|
9
9
|
declare const name = "storm-software/typescript/tsdown";
|
|
10
10
|
type TSDownPluginOptions = BaseTypescriptPluginOptions;
|
|
11
|
-
declare const createNodesV2:
|
|
11
|
+
declare const createNodesV2: CreateNodes<TSDownPluginOptions>;
|
|
12
12
|
|
|
13
13
|
export { type TSDownPluginOptions, createNodesV2, name };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { CreateNodes } from '@nx/devkit';
|
|
2
2
|
import { d as BaseTypescriptPluginOptions } from '../../../types-CHANfFBa.js';
|
|
3
3
|
import '../../../types-DI57BUsw.js';
|
|
4
4
|
import 'zod';
|
|
@@ -8,6 +8,6 @@ import '../../../types-D2zxYEAh.js';
|
|
|
8
8
|
|
|
9
9
|
declare const name = "storm-software/typescript/tsdown";
|
|
10
10
|
type TSDownPluginOptions = BaseTypescriptPluginOptions;
|
|
11
|
-
declare const createNodesV2:
|
|
11
|
+
declare const createNodesV2: CreateNodes<TSDownPluginOptions>;
|
|
12
12
|
|
|
13
13
|
export { type TSDownPluginOptions, createNodesV2, name };
|