@storm-software/workspace-tools 1.296.61 → 1.296.63
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-TSQGMJVI.mjs → chunk-2LVCH3K2.mjs} +2 -2
- package/dist/{chunk-NXB4Z7NS.js → chunk-3ZTDNSFF.js} +3 -3
- package/dist/{chunk-NB5WSHYS.js → chunk-6PL6C6JQ.js} +3 -3
- package/dist/{chunk-O67GNKWY.mjs → chunk-7BMBZDZE.mjs} +1 -1
- package/dist/{chunk-2UXPU3BM.mjs → chunk-BCJOE7LL.mjs} +1 -1
- package/dist/{chunk-KZSELW4F.mjs → chunk-BK3QT4BW.mjs} +2 -2
- package/dist/{chunk-Z6JQV7U5.js → chunk-CX7LLOXP.js} +8 -8
- package/dist/{chunk-ZO3L5FAU.js → chunk-DLZFR63X.js} +3 -3
- package/dist/{chunk-JAIQZWTK.mjs → chunk-F4NO6JZL.mjs} +2 -2
- package/dist/{chunk-P52MNWK4.mjs → chunk-HYONFPIU.mjs} +2 -2
- 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-3FKFEQBJ.mjs → chunk-TFGZLFCS.mjs} +1 -1
- package/dist/{chunk-TVR247U6.mjs → chunk-U7X7MAHX.mjs} +1 -1
- package/dist/{chunk-6CVTX3ND.js → chunk-UCM45E6T.js} +7 -7
- package/dist/{chunk-FJK7GHBY.mjs → chunk-VP2Q2A36.mjs} +1 -1
- package/dist/executors.js +4 -4
- package/dist/executors.mjs +4 -4
- 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 +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.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.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.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.mjs +1 -1
- 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.mjs +1 -1
- package/dist/src/plugins/rust/index.mjs +1 -1
- 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.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/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.mjs +1 -1
- 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
|
@@ -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-7BMBZDZE.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-7BMBZDZE.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-BK3QT4BW.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-7BMBZDZE.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-7BMBZDZE.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-7BMBZDZE.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-HYONFPIU.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-7BMBZDZE.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-7BMBZDZE.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-2LVCH3K2.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-7BMBZDZE.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-7BMBZDZE.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-VP2Q2A36.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-7BMBZDZE.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
|
*
|
|
@@ -10,7 +10,7 @@ import "../../../chunk-C3G4MZGP.mjs";
|
|
|
10
10
|
import "../../../chunk-UA33NH5O.mjs";
|
|
11
11
|
import "../../../chunk-2GQSCZ3J.mjs";
|
|
12
12
|
import "../../../chunk-45CW7OJB.mjs";
|
|
13
|
-
import "../../../chunk-
|
|
13
|
+
import "../../../chunk-7BMBZDZE.mjs";
|
|
14
14
|
export {
|
|
15
15
|
DefaultCargoPluginProfileMap,
|
|
16
16
|
createDependencies,
|
|
@@ -10,7 +10,7 @@ import "../../../chunk-C3G4MZGP.mjs";
|
|
|
10
10
|
import "../../../chunk-UA33NH5O.mjs";
|
|
11
11
|
import "../../../chunk-2GQSCZ3J.mjs";
|
|
12
12
|
import "../../../chunk-45CW7OJB.mjs";
|
|
13
|
-
import "../../../chunk-
|
|
13
|
+
import "../../../chunk-7BMBZDZE.mjs";
|
|
14
14
|
export {
|
|
15
15
|
DefaultCargoPluginProfileMap,
|
|
16
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-7BMBZDZE.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 };
|
|
@@ -12,11 +12,15 @@ require('../../../chunk-X3HC3R2I.js');
|
|
|
12
12
|
|
|
13
13
|
|
|
14
14
|
|
|
15
|
+
|
|
16
|
+
|
|
15
17
|
var _devkit = require('@nx/devkit');
|
|
16
18
|
var _defu = require('defu'); var _defu2 = _interopRequireDefault(_defu);
|
|
17
19
|
var _fs = require('fs');
|
|
18
20
|
var _path = require('path');
|
|
19
|
-
var
|
|
21
|
+
var _nxjson = require('nx/src/config/nx-json');
|
|
22
|
+
|
|
23
|
+
|
|
20
24
|
var _packagejson = require('nx/src/utils/package-json');
|
|
21
25
|
var name = "storm-software/typescript/tsdown";
|
|
22
26
|
var createNodesV2 = [
|
|
@@ -46,12 +50,17 @@ var createNodesV2 = [
|
|
|
46
50
|
_path.join.call(void 0, projectRoot, "project.json"),
|
|
47
51
|
packageJson
|
|
48
52
|
);
|
|
49
|
-
const nxJson =
|
|
53
|
+
const nxJson = _nxjson.readNxJson.call(void 0, context2.workspaceRoot);
|
|
54
|
+
const packageManagerCommand = _devkit.getPackageManagerCommand.call(void 0,
|
|
55
|
+
_devkit.detectPackageManager.call(void 0, context2.workspaceRoot),
|
|
56
|
+
context2.workspaceRoot
|
|
57
|
+
);
|
|
50
58
|
const targets = _packagejson.readTargetsFromPackageJson.call(void 0,
|
|
51
59
|
packageJson,
|
|
52
60
|
nxJson,
|
|
53
|
-
|
|
54
|
-
context2.workspaceRoot
|
|
61
|
+
project.root,
|
|
62
|
+
context2.workspaceRoot,
|
|
63
|
+
packageManagerCommand
|
|
55
64
|
);
|
|
56
65
|
const root = _chunkBAPFD3TOjs.getRoot.call(void 0, projectRoot, context2);
|
|
57
66
|
let relativeConfig = configFile.replaceAll(root, "");
|
|
@@ -7,18 +7,22 @@ import {
|
|
|
7
7
|
setDefaultProjectTags
|
|
8
8
|
} from "../../../chunk-2GQSCZ3J.mjs";
|
|
9
9
|
import "../../../chunk-5OS7GV5T.mjs";
|
|
10
|
-
import "../../../chunk-
|
|
10
|
+
import "../../../chunk-7BMBZDZE.mjs";
|
|
11
11
|
|
|
12
12
|
// src/plugins/typescript/tsdown.ts
|
|
13
13
|
import {
|
|
14
14
|
createNodesFromFiles,
|
|
15
|
+
detectPackageManager,
|
|
16
|
+
getPackageManagerCommand,
|
|
15
17
|
readJsonFile
|
|
16
18
|
} from "@nx/devkit";
|
|
17
19
|
import defu from "defu";
|
|
18
20
|
import { existsSync } from "node:fs";
|
|
19
21
|
import { dirname, join } from "node:path";
|
|
20
|
-
import { readNxJson } from "nx/src/config/nx-json
|
|
21
|
-
import {
|
|
22
|
+
import { readNxJson } from "nx/src/config/nx-json";
|
|
23
|
+
import {
|
|
24
|
+
readTargetsFromPackageJson
|
|
25
|
+
} from "nx/src/utils/package-json";
|
|
22
26
|
var name = "storm-software/typescript/tsdown";
|
|
23
27
|
var createNodesV2 = [
|
|
24
28
|
"**/tsdown.*.{ts,mts,cts,js,mjs,cjs,json}",
|
|
@@ -48,11 +52,16 @@ var createNodesV2 = [
|
|
|
48
52
|
packageJson
|
|
49
53
|
);
|
|
50
54
|
const nxJson = readNxJson(context2.workspaceRoot);
|
|
55
|
+
const packageManagerCommand = getPackageManagerCommand(
|
|
56
|
+
detectPackageManager(context2.workspaceRoot),
|
|
57
|
+
context2.workspaceRoot
|
|
58
|
+
);
|
|
51
59
|
const targets = readTargetsFromPackageJson(
|
|
52
60
|
packageJson,
|
|
53
61
|
nxJson,
|
|
54
|
-
|
|
55
|
-
context2.workspaceRoot
|
|
62
|
+
project.root,
|
|
63
|
+
context2.workspaceRoot,
|
|
64
|
+
packageManagerCommand
|
|
56
65
|
);
|
|
57
66
|
const root = getRoot(projectRoot, context2);
|
|
58
67
|
let relativeConfig = configFile.replaceAll(root, "");
|
|
@@ -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/tsup";
|
|
10
10
|
type TsupPluginOptions = BaseTypescriptPluginOptions;
|
|
11
|
-
declare const createNodesV2:
|
|
11
|
+
declare const createNodesV2: CreateNodes<TsupPluginOptions>;
|
|
12
12
|
|
|
13
13
|
export { type TsupPluginOptions, 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/tsup";
|
|
10
10
|
type TsupPluginOptions = BaseTypescriptPluginOptions;
|
|
11
|
-
declare const createNodesV2:
|
|
11
|
+
declare const createNodesV2: CreateNodes<TsupPluginOptions>;
|
|
12
12
|
|
|
13
13
|
export { type TsupPluginOptions, createNodesV2, name };
|
|
@@ -12,11 +12,15 @@ require('../../../chunk-X3HC3R2I.js');
|
|
|
12
12
|
|
|
13
13
|
|
|
14
14
|
|
|
15
|
+
|
|
16
|
+
|
|
15
17
|
var _devkit = require('@nx/devkit');
|
|
16
18
|
var _defu = require('defu'); var _defu2 = _interopRequireDefault(_defu);
|
|
17
19
|
var _fs = require('fs');
|
|
18
20
|
var _path = require('path');
|
|
19
|
-
var
|
|
21
|
+
var _nxjson = require('nx/src/config/nx-json');
|
|
22
|
+
|
|
23
|
+
|
|
20
24
|
var _packagejson = require('nx/src/utils/package-json');
|
|
21
25
|
var name = "storm-software/typescript/tsup";
|
|
22
26
|
var createNodesV2 = [
|
|
@@ -46,12 +50,17 @@ var createNodesV2 = [
|
|
|
46
50
|
_path.join.call(void 0, projectRoot, "project.json"),
|
|
47
51
|
packageJson
|
|
48
52
|
);
|
|
49
|
-
const nxJson =
|
|
53
|
+
const nxJson = _nxjson.readNxJson.call(void 0, context2.workspaceRoot);
|
|
54
|
+
const packageManagerCommand = _devkit.getPackageManagerCommand.call(void 0,
|
|
55
|
+
_devkit.detectPackageManager.call(void 0, context2.workspaceRoot),
|
|
56
|
+
context2.workspaceRoot
|
|
57
|
+
);
|
|
50
58
|
const targets = _packagejson.readTargetsFromPackageJson.call(void 0,
|
|
51
59
|
packageJson,
|
|
52
60
|
nxJson,
|
|
53
|
-
|
|
54
|
-
context2.workspaceRoot
|
|
61
|
+
project.root,
|
|
62
|
+
context2.workspaceRoot,
|
|
63
|
+
packageManagerCommand
|
|
55
64
|
);
|
|
56
65
|
const root = _chunkBAPFD3TOjs.getRoot.call(void 0, projectRoot, context2);
|
|
57
66
|
let relativeConfig = configFile.replaceAll(root, "");
|
|
@@ -7,18 +7,22 @@ import {
|
|
|
7
7
|
setDefaultProjectTags
|
|
8
8
|
} from "../../../chunk-2GQSCZ3J.mjs";
|
|
9
9
|
import "../../../chunk-5OS7GV5T.mjs";
|
|
10
|
-
import "../../../chunk-
|
|
10
|
+
import "../../../chunk-7BMBZDZE.mjs";
|
|
11
11
|
|
|
12
12
|
// src/plugins/typescript/tsup.ts
|
|
13
13
|
import {
|
|
14
14
|
createNodesFromFiles,
|
|
15
|
+
detectPackageManager,
|
|
16
|
+
getPackageManagerCommand,
|
|
15
17
|
readJsonFile
|
|
16
18
|
} from "@nx/devkit";
|
|
17
19
|
import defu from "defu";
|
|
18
20
|
import { existsSync } from "node:fs";
|
|
19
21
|
import { dirname, join } from "node:path";
|
|
20
|
-
import { readNxJson } from "nx/src/config/nx-json
|
|
21
|
-
import {
|
|
22
|
+
import { readNxJson } from "nx/src/config/nx-json";
|
|
23
|
+
import {
|
|
24
|
+
readTargetsFromPackageJson
|
|
25
|
+
} from "nx/src/utils/package-json";
|
|
22
26
|
var name = "storm-software/typescript/tsup";
|
|
23
27
|
var createNodesV2 = [
|
|
24
28
|
"**/tsup.config.ts",
|
|
@@ -48,11 +52,16 @@ var createNodesV2 = [
|
|
|
48
52
|
packageJson
|
|
49
53
|
);
|
|
50
54
|
const nxJson = readNxJson(context2.workspaceRoot);
|
|
55
|
+
const packageManagerCommand = getPackageManagerCommand(
|
|
56
|
+
detectPackageManager(context2.workspaceRoot),
|
|
57
|
+
context2.workspaceRoot
|
|
58
|
+
);
|
|
51
59
|
const targets = readTargetsFromPackageJson(
|
|
52
60
|
packageJson,
|
|
53
61
|
nxJson,
|
|
54
|
-
|
|
55
|
-
context2.workspaceRoot
|
|
62
|
+
project.root,
|
|
63
|
+
context2.workspaceRoot,
|
|
64
|
+
packageManagerCommand
|
|
56
65
|
);
|
|
57
66
|
const root = getRoot(projectRoot, context2);
|
|
58
67
|
let relativeConfig = configFile.replaceAll(root, "");
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { CreateNodes } from '@nx/devkit';
|
|
2
2
|
|
|
3
3
|
declare const name = "storm-software/typescript/untyped";
|
|
4
4
|
type UntypedPluginOptions = {};
|
|
5
|
-
declare const createNodesV2:
|
|
5
|
+
declare const createNodesV2: CreateNodes<UntypedPluginOptions>;
|
|
6
6
|
|
|
7
7
|
export { type UntypedPluginOptions, createNodesV2, name };
|