@storm-software/workspace-tools 1.273.4 → 1.273.6
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 +35 -0
- package/README.md +1 -2
- package/config/base.json +0 -1
- package/dist/{chunk-JISERTNY.mjs → chunk-2PZOGRBP.mjs} +1 -1
- package/dist/{chunk-VHIM4LJY.mjs → chunk-6L7JKV7E.mjs} +1 -1
- package/dist/{chunk-6NLLGP7C.mjs → chunk-6QQQU5ES.mjs} +1 -1
- package/dist/{chunk-GMG4M2RZ.mjs → chunk-6UFOMB3R.mjs} +3 -7
- package/dist/{chunk-QYPOYIKU.mjs → chunk-75RE5W2I.mjs} +1 -1
- package/dist/{chunk-X2L5HFRH.mjs → chunk-AZ5HDBYX.mjs} +0 -9
- package/dist/{chunk-JHTHTSQS.mjs → chunk-EGPDUUWX.mjs} +1 -1
- package/dist/{chunk-7IYOBX35.js → chunk-OFNVRO2Q.js} +2 -11
- package/dist/{chunk-C6YYTK6Q.js → chunk-TZJGO4US.js} +3 -7
- package/dist/{chunk-KJPEFYZD.mjs → chunk-UQJ4W5YX.mjs} +1 -1
- package/dist/executors.mjs +2 -2
- package/dist/generators.mjs +5 -5
- package/dist/index.mjs +6 -6
- 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.mjs +1 -1
- 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 +2 -2
- package/dist/src/executors/esbuild/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/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.mjs +2 -2
- 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.mjs +2 -2
- package/dist/src/generators/neutral-library/untyped.mjs +1 -1
- package/dist/src/generators/node-library/generator.mjs +2 -2
- 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/generators/release-version/generator.mjs +1 -1
- package/dist/src/generators/release-version/untyped.mjs +1 -1
- package/dist/src/plugins/rust/cargo-toml.js +2 -2
- package/dist/src/plugins/rust/cargo-toml.mjs +2 -2
- package/dist/src/plugins/rust/index.js +2 -2
- package/dist/src/plugins/rust/index.mjs +2 -2
- package/dist/src/plugins/typescript/index.js +2 -2
- package/dist/src/plugins/typescript/index.mjs +2 -2
- package/dist/src/plugins/typescript/project-config.js +2 -2
- package/dist/src/plugins/typescript/project-config.mjs +2 -2
- package/dist/src/plugins/typescript/tsup.js +6 -11
- package/dist/src/plugins/typescript/tsup.mjs +6 -11
- package/dist/src/plugins/typescript/untyped-schema.js +6 -11
- package/dist/src/plugins/typescript/untyped-schema.mjs +6 -11
- 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.mjs +1 -1
- package/dist/src/utils/lock-file.mjs +1 -1
- package/dist/src/utils/package-helpers.mjs +1 -1
- package/dist/src/utils/plugin-helpers.mjs +1 -1
- package/dist/src/utils/pnpm-deps-update.mjs +1 -1
- package/dist/src/utils/project-tags.mjs +1 -1
- package/dist/src/utils/typia-transform.mjs +1 -1
- package/dist/src/utils/versions.mjs +1 -1
- package/package.json +7 -7
|
@@ -4,7 +4,7 @@ import {
|
|
|
4
4
|
} from "../../../chunk-A6H2SCIM.mjs";
|
|
5
5
|
import "../../../chunk-KHT5W6AJ.mjs";
|
|
6
6
|
import "../../../chunk-U7JFVMCK.mjs";
|
|
7
|
-
import "../../../chunk-
|
|
7
|
+
import "../../../chunk-75RE5W2I.mjs";
|
|
8
8
|
export {
|
|
9
9
|
LARGE_BUFFER,
|
|
10
10
|
npmPublishExecutorFn as default
|
|
@@ -8,7 +8,7 @@ import "../../../chunk-N63KWRTH.mjs";
|
|
|
8
8
|
import "../../../chunk-WLB7XVWW.mjs";
|
|
9
9
|
import "../../../chunk-LSF4BHCI.mjs";
|
|
10
10
|
import "../../../chunk-U7JFVMCK.mjs";
|
|
11
|
-
import "../../../chunk-
|
|
11
|
+
import "../../../chunk-75RE5W2I.mjs";
|
|
12
12
|
export {
|
|
13
13
|
executor_default as default,
|
|
14
14
|
sizeLimitExecutorFn
|
|
@@ -8,7 +8,7 @@ import "../../../chunk-N63KWRTH.mjs";
|
|
|
8
8
|
import "../../../chunk-WLB7XVWW.mjs";
|
|
9
9
|
import "../../../chunk-LSF4BHCI.mjs";
|
|
10
10
|
import "../../../chunk-U7JFVMCK.mjs";
|
|
11
|
-
import "../../../chunk-
|
|
11
|
+
import "../../../chunk-75RE5W2I.mjs";
|
|
12
12
|
export {
|
|
13
13
|
executor_default as default,
|
|
14
14
|
typiaExecutorFn
|
|
@@ -8,7 +8,7 @@ import "../../../chunk-N63KWRTH.mjs";
|
|
|
8
8
|
import "../../../chunk-WLB7XVWW.mjs";
|
|
9
9
|
import "../../../chunk-LSF4BHCI.mjs";
|
|
10
10
|
import "../../../chunk-U7JFVMCK.mjs";
|
|
11
|
-
import "../../../chunk-
|
|
11
|
+
import "../../../chunk-75RE5W2I.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-HY3ZC5EZ.mjs";
|
|
4
4
|
import "../../../chunk-DGC5L3Z7.mjs";
|
|
5
|
-
import "../../../chunk-
|
|
5
|
+
import "../../../chunk-75RE5W2I.mjs";
|
|
6
6
|
|
|
7
7
|
// src/executors/unbuild/untyped.ts
|
|
8
8
|
import { defineUntypedSchema } from "untyped";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
browserLibraryGeneratorFn,
|
|
3
3
|
generator_default
|
|
4
|
-
} from "../../../chunk-
|
|
4
|
+
} from "../../../chunk-6L7JKV7E.mjs";
|
|
5
5
|
import "../../../chunk-3PTWOMU2.mjs";
|
|
6
6
|
import "../../../chunk-F66XEAID.mjs";
|
|
7
7
|
import "../../../chunk-EK75QNMS.mjs";
|
|
@@ -11,7 +11,7 @@ import "../../../chunk-N63KWRTH.mjs";
|
|
|
11
11
|
import "../../../chunk-WLB7XVWW.mjs";
|
|
12
12
|
import "../../../chunk-LSF4BHCI.mjs";
|
|
13
13
|
import "../../../chunk-U7JFVMCK.mjs";
|
|
14
|
-
import "../../../chunk-
|
|
14
|
+
import "../../../chunk-75RE5W2I.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-75RE5W2I.mjs";
|
|
6
6
|
|
|
7
7
|
// src/generators/browser-library/untyped.ts
|
|
8
8
|
import { defineUntypedSchema } from "untyped";
|
|
@@ -8,7 +8,7 @@ import "../../../chunk-N63KWRTH.mjs";
|
|
|
8
8
|
import "../../../chunk-WLB7XVWW.mjs";
|
|
9
9
|
import "../../../chunk-LSF4BHCI.mjs";
|
|
10
10
|
import "../../../chunk-U7JFVMCK.mjs";
|
|
11
|
-
import "../../../chunk-
|
|
11
|
+
import "../../../chunk-75RE5W2I.mjs";
|
|
12
12
|
export {
|
|
13
13
|
configSchemaGeneratorFn,
|
|
14
14
|
generator_default as default
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
generator_default,
|
|
3
3
|
neutralLibraryGeneratorFn
|
|
4
|
-
} from "../../../chunk-
|
|
4
|
+
} from "../../../chunk-UQJ4W5YX.mjs";
|
|
5
5
|
import "../../../chunk-3PTWOMU2.mjs";
|
|
6
6
|
import "../../../chunk-F66XEAID.mjs";
|
|
7
7
|
import "../../../chunk-EK75QNMS.mjs";
|
|
@@ -11,7 +11,7 @@ import "../../../chunk-N63KWRTH.mjs";
|
|
|
11
11
|
import "../../../chunk-WLB7XVWW.mjs";
|
|
12
12
|
import "../../../chunk-LSF4BHCI.mjs";
|
|
13
13
|
import "../../../chunk-U7JFVMCK.mjs";
|
|
14
|
-
import "../../../chunk-
|
|
14
|
+
import "../../../chunk-75RE5W2I.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-75RE5W2I.mjs";
|
|
6
6
|
|
|
7
7
|
// src/generators/neutral-library/untyped.ts
|
|
8
8
|
import { defineUntypedSchema } from "untyped";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
generator_default,
|
|
3
3
|
nodeLibraryGeneratorFn
|
|
4
|
-
} from "../../../chunk-
|
|
4
|
+
} from "../../../chunk-EGPDUUWX.mjs";
|
|
5
5
|
import "../../../chunk-3PTWOMU2.mjs";
|
|
6
6
|
import "../../../chunk-F66XEAID.mjs";
|
|
7
7
|
import "../../../chunk-EK75QNMS.mjs";
|
|
@@ -11,7 +11,7 @@ import "../../../chunk-N63KWRTH.mjs";
|
|
|
11
11
|
import "../../../chunk-WLB7XVWW.mjs";
|
|
12
12
|
import "../../../chunk-LSF4BHCI.mjs";
|
|
13
13
|
import "../../../chunk-U7JFVMCK.mjs";
|
|
14
|
-
import "../../../chunk-
|
|
14
|
+
import "../../../chunk-75RE5W2I.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-75RE5W2I.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-6QQQU5ES.mjs";
|
|
5
5
|
import "../../../chunk-EK75QNMS.mjs";
|
|
6
6
|
import "../../../chunk-MLF7ZQBW.mjs";
|
|
7
7
|
import "../../../chunk-X6PHOMFB.mjs";
|
|
@@ -9,7 +9,7 @@ import "../../../chunk-N63KWRTH.mjs";
|
|
|
9
9
|
import "../../../chunk-WLB7XVWW.mjs";
|
|
10
10
|
import "../../../chunk-LSF4BHCI.mjs";
|
|
11
11
|
import "../../../chunk-U7JFVMCK.mjs";
|
|
12
|
-
import "../../../chunk-
|
|
12
|
+
import "../../../chunk-75RE5W2I.mjs";
|
|
13
13
|
export {
|
|
14
14
|
generator_default as default,
|
|
15
15
|
presetGeneratorFn
|
|
@@ -7,7 +7,7 @@ import "../../../chunk-N63KWRTH.mjs";
|
|
|
7
7
|
import "../../../chunk-WLB7XVWW.mjs";
|
|
8
8
|
import "../../../chunk-LSF4BHCI.mjs";
|
|
9
9
|
import "../../../chunk-U7JFVMCK.mjs";
|
|
10
|
-
import "../../../chunk-
|
|
10
|
+
import "../../../chunk-75RE5W2I.mjs";
|
|
11
11
|
export {
|
|
12
12
|
generator_default as default,
|
|
13
13
|
releaseVersionGeneratorFn
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
var
|
|
8
|
+
var _chunkOFNVRO2Qjs = require('../../../chunk-OFNVRO2Q.js');
|
|
9
9
|
require('../../../chunk-LJDV7HFT.js');
|
|
10
10
|
require('../../../chunk-AX3RSZT7.js');
|
|
11
11
|
require('../../../chunk-3RG5ZIWI.js');
|
|
@@ -16,4 +16,4 @@ require('../../../chunk-3RG5ZIWI.js');
|
|
|
16
16
|
|
|
17
17
|
|
|
18
18
|
|
|
19
|
-
exports.DEFAULT_ERROR_MESSAGE =
|
|
19
|
+
exports.DEFAULT_ERROR_MESSAGE = _chunkOFNVRO2Qjs.DEFAULT_ERROR_MESSAGE; exports.DefaultCargoPluginProfileMap = _chunkOFNVRO2Qjs.DefaultCargoPluginProfileMap; exports.createDependencies = _chunkOFNVRO2Qjs.createDependencies; exports.createNodesV2 = _chunkOFNVRO2Qjs.createNodesV2; exports.description = _chunkOFNVRO2Qjs.description; exports.name = _chunkOFNVRO2Qjs.name;
|
|
@@ -5,10 +5,10 @@ import {
|
|
|
5
5
|
createNodesV2,
|
|
6
6
|
description,
|
|
7
7
|
name
|
|
8
|
-
} from "../../../chunk-
|
|
8
|
+
} from "../../../chunk-AZ5HDBYX.mjs";
|
|
9
9
|
import "../../../chunk-6LP3KKXE.mjs";
|
|
10
10
|
import "../../../chunk-F66XEAID.mjs";
|
|
11
|
-
import "../../../chunk-
|
|
11
|
+
import "../../../chunk-75RE5W2I.mjs";
|
|
12
12
|
export {
|
|
13
13
|
DEFAULT_ERROR_MESSAGE,
|
|
14
14
|
DefaultCargoPluginProfileMap,
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
var
|
|
8
|
+
var _chunkOFNVRO2Qjs = require('../../../chunk-OFNVRO2Q.js');
|
|
9
9
|
require('../../../chunk-LJDV7HFT.js');
|
|
10
10
|
require('../../../chunk-AX3RSZT7.js');
|
|
11
11
|
require('../../../chunk-3RG5ZIWI.js');
|
|
@@ -16,4 +16,4 @@ require('../../../chunk-3RG5ZIWI.js');
|
|
|
16
16
|
|
|
17
17
|
|
|
18
18
|
|
|
19
|
-
exports.DEFAULT_ERROR_MESSAGE =
|
|
19
|
+
exports.DEFAULT_ERROR_MESSAGE = _chunkOFNVRO2Qjs.DEFAULT_ERROR_MESSAGE; exports.DefaultCargoPluginProfileMap = _chunkOFNVRO2Qjs.DefaultCargoPluginProfileMap; exports.createDependencies = _chunkOFNVRO2Qjs.createDependencies; exports.createNodesV2 = _chunkOFNVRO2Qjs.createNodesV2; exports.description = _chunkOFNVRO2Qjs.description; exports.name = _chunkOFNVRO2Qjs.name;
|
|
@@ -5,10 +5,10 @@ import {
|
|
|
5
5
|
createNodesV2,
|
|
6
6
|
description,
|
|
7
7
|
name
|
|
8
|
-
} from "../../../chunk-
|
|
8
|
+
} from "../../../chunk-AZ5HDBYX.mjs";
|
|
9
9
|
import "../../../chunk-6LP3KKXE.mjs";
|
|
10
10
|
import "../../../chunk-F66XEAID.mjs";
|
|
11
|
-
import "../../../chunk-
|
|
11
|
+
import "../../../chunk-75RE5W2I.mjs";
|
|
12
12
|
export {
|
|
13
13
|
DEFAULT_ERROR_MESSAGE,
|
|
14
14
|
DefaultCargoPluginProfileMap,
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var _chunkTZJGO4USjs = require('../../../chunk-TZJGO4US.js');
|
|
5
5
|
require('../../../chunk-5VY5IBBQ.js');
|
|
6
6
|
require('../../../chunk-AX3RSZT7.js');
|
|
7
7
|
require('../../../chunk-3RG5ZIWI.js');
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
|
|
11
|
-
exports.createNodesV2 =
|
|
11
|
+
exports.createNodesV2 = _chunkTZJGO4USjs.createNodesV2; exports.name = _chunkTZJGO4USjs.name;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import {
|
|
2
2
|
createNodesV2,
|
|
3
3
|
name
|
|
4
|
-
} from "../../../chunk-
|
|
4
|
+
} from "../../../chunk-6UFOMB3R.mjs";
|
|
5
5
|
import "../../../chunk-3ZBMLG4D.mjs";
|
|
6
6
|
import "../../../chunk-F66XEAID.mjs";
|
|
7
|
-
import "../../../chunk-
|
|
7
|
+
import "../../../chunk-75RE5W2I.mjs";
|
|
8
8
|
export {
|
|
9
9
|
createNodesV2,
|
|
10
10
|
name
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var _chunkTZJGO4USjs = require('../../../chunk-TZJGO4US.js');
|
|
5
5
|
require('../../../chunk-5VY5IBBQ.js');
|
|
6
6
|
require('../../../chunk-AX3RSZT7.js');
|
|
7
7
|
require('../../../chunk-3RG5ZIWI.js');
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
|
|
11
|
-
exports.createNodesV2 =
|
|
11
|
+
exports.createNodesV2 = _chunkTZJGO4USjs.createNodesV2; exports.name = _chunkTZJGO4USjs.name;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import {
|
|
2
2
|
createNodesV2,
|
|
3
3
|
name
|
|
4
|
-
} from "../../../chunk-
|
|
4
|
+
} from "../../../chunk-6UFOMB3R.mjs";
|
|
5
5
|
import "../../../chunk-3ZBMLG4D.mjs";
|
|
6
6
|
import "../../../chunk-F66XEAID.mjs";
|
|
7
|
-
import "../../../chunk-
|
|
7
|
+
import "../../../chunk-75RE5W2I.mjs";
|
|
8
8
|
export {
|
|
9
9
|
createNodesV2,
|
|
10
10
|
name
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); function
|
|
1
|
+
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); 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
|
var _chunkAX3RSZT7js = require('../../../chunk-AX3RSZT7.js');
|
|
4
4
|
require('../../../chunk-3RG5ZIWI.js');
|
|
@@ -19,28 +19,27 @@ var createNodesV2 = [
|
|
|
19
19
|
return await _devkit.createNodesFromFiles.call(void 0,
|
|
20
20
|
(configFile, options2, context2) => {
|
|
21
21
|
try {
|
|
22
|
-
console.log(`Processing tsup.config.ts file: ${configFile}`);
|
|
23
22
|
const projectRoot = createProjectRoot(
|
|
24
23
|
configFile,
|
|
25
24
|
context2.workspaceRoot
|
|
26
25
|
);
|
|
27
26
|
if (!projectRoot) {
|
|
28
27
|
console.error(
|
|
29
|
-
`tsup.config.ts file must be location in the project root directory: ${configFile}`
|
|
28
|
+
`[storm-software/typescript/tsup]: tsup.config.ts file must be location in the project root directory: ${configFile}`
|
|
30
29
|
);
|
|
31
30
|
return {};
|
|
32
31
|
}
|
|
33
32
|
const packageJson = _devkit.readJsonFile.call(void 0, _path.join.call(void 0, projectRoot, "package.json"));
|
|
34
33
|
if (!packageJson) {
|
|
35
34
|
console.error(
|
|
36
|
-
`No package.json found in project root: ${projectRoot}`
|
|
35
|
+
`[storm-software/typescript/tsup]: No package.json found in project root: ${projectRoot}`
|
|
37
36
|
);
|
|
38
37
|
return {};
|
|
39
38
|
}
|
|
40
39
|
if (!_optionalChain([packageJson, 'access', _ => _.devDependencies, 'optionalAccess', _2 => _2.tsup]) && !_optionalChain([packageJson, 'access', _3 => _3.dependencies, 'optionalAccess', _4 => _4.tsup])) {
|
|
41
40
|
console.warn(
|
|
42
|
-
`No "tsup" dependency or devDependency found in package.json: ${configFile}
|
|
43
|
-
Please add it to your dependencies by running
|
|
41
|
+
`[storm-software/typescript/tsup]: No "tsup" dependency or devDependency found in package.json: ${configFile}
|
|
42
|
+
Please add it to your dependencies by running \`pnpm add tsup -D --filter="${packageJson.name}"\``
|
|
44
43
|
);
|
|
45
44
|
}
|
|
46
45
|
const project = createProjectFromPackageJsonNextToProjectJson(
|
|
@@ -114,7 +113,7 @@ Please add it to your dependencies by running "pnpm add tsup -D --filter="${pack
|
|
|
114
113
|
}
|
|
115
114
|
};
|
|
116
115
|
_chunkAX3RSZT7js.setDefaultProjectTags.call(void 0, project, name);
|
|
117
|
-
|
|
116
|
+
return _optionalChain([project, 'optionalAccess', _5 => _5.name]) ? {
|
|
118
117
|
projects: {
|
|
119
118
|
[project.name]: {
|
|
120
119
|
...project,
|
|
@@ -123,10 +122,6 @@ Please add it to your dependencies by running "pnpm add tsup -D --filter="${pack
|
|
|
123
122
|
}
|
|
124
123
|
}
|
|
125
124
|
} : {};
|
|
126
|
-
console.log(
|
|
127
|
-
`[storm-software/typescript/tsup]: Inferred Nx configuration for ${_nullishCoalesce(_optionalChain([project, 'optionalAccess', _6 => _6.name]), () => ( "missing name"))}`
|
|
128
|
-
);
|
|
129
|
-
return result;
|
|
130
125
|
} catch (e) {
|
|
131
126
|
console.error(e);
|
|
132
127
|
return {};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
setDefaultProjectTags
|
|
3
3
|
} from "../../../chunk-F66XEAID.mjs";
|
|
4
|
-
import "../../../chunk-
|
|
4
|
+
import "../../../chunk-75RE5W2I.mjs";
|
|
5
5
|
|
|
6
6
|
// src/plugins/typescript/tsup.ts
|
|
7
7
|
import {
|
|
@@ -19,28 +19,27 @@ var createNodesV2 = [
|
|
|
19
19
|
return await createNodesFromFiles(
|
|
20
20
|
(configFile, options2, context2) => {
|
|
21
21
|
try {
|
|
22
|
-
console.log(`Processing tsup.config.ts file: ${configFile}`);
|
|
23
22
|
const projectRoot = createProjectRoot(
|
|
24
23
|
configFile,
|
|
25
24
|
context2.workspaceRoot
|
|
26
25
|
);
|
|
27
26
|
if (!projectRoot) {
|
|
28
27
|
console.error(
|
|
29
|
-
`tsup.config.ts file must be location in the project root directory: ${configFile}`
|
|
28
|
+
`[storm-software/typescript/tsup]: tsup.config.ts file must be location in the project root directory: ${configFile}`
|
|
30
29
|
);
|
|
31
30
|
return {};
|
|
32
31
|
}
|
|
33
32
|
const packageJson = readJsonFile(join(projectRoot, "package.json"));
|
|
34
33
|
if (!packageJson) {
|
|
35
34
|
console.error(
|
|
36
|
-
`No package.json found in project root: ${projectRoot}`
|
|
35
|
+
`[storm-software/typescript/tsup]: No package.json found in project root: ${projectRoot}`
|
|
37
36
|
);
|
|
38
37
|
return {};
|
|
39
38
|
}
|
|
40
39
|
if (!packageJson.devDependencies?.tsup && !packageJson.dependencies?.tsup) {
|
|
41
40
|
console.warn(
|
|
42
|
-
`No "tsup" dependency or devDependency found in package.json: ${configFile}
|
|
43
|
-
Please add it to your dependencies by running
|
|
41
|
+
`[storm-software/typescript/tsup]: No "tsup" dependency or devDependency found in package.json: ${configFile}
|
|
42
|
+
Please add it to your dependencies by running \`pnpm add tsup -D --filter="${packageJson.name}"\``
|
|
44
43
|
);
|
|
45
44
|
}
|
|
46
45
|
const project = createProjectFromPackageJsonNextToProjectJson(
|
|
@@ -114,7 +113,7 @@ Please add it to your dependencies by running "pnpm add tsup -D --filter="${pack
|
|
|
114
113
|
}
|
|
115
114
|
};
|
|
116
115
|
setDefaultProjectTags(project, name);
|
|
117
|
-
|
|
116
|
+
return project?.name ? {
|
|
118
117
|
projects: {
|
|
119
118
|
[project.name]: {
|
|
120
119
|
...project,
|
|
@@ -123,10 +122,6 @@ Please add it to your dependencies by running "pnpm add tsup -D --filter="${pack
|
|
|
123
122
|
}
|
|
124
123
|
}
|
|
125
124
|
} : {};
|
|
126
|
-
console.log(
|
|
127
|
-
`[storm-software/typescript/tsup]: Inferred Nx configuration for ${project?.name ?? "missing name"}`
|
|
128
|
-
);
|
|
129
|
-
return result;
|
|
130
125
|
} catch (e) {
|
|
131
126
|
console.error(e);
|
|
132
127
|
return {};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); function
|
|
1
|
+
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); 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
4
|
var _chunkAX3RSZT7js = require('../../../chunk-AX3RSZT7.js');
|
|
@@ -22,14 +22,13 @@ var createNodesV2 = [
|
|
|
22
22
|
return await _devkit.createNodesFromFiles.call(void 0,
|
|
23
23
|
(configFile, options2, context2) => {
|
|
24
24
|
try {
|
|
25
|
-
console.log(`Processing untyped schema file: ${configFile}`);
|
|
26
25
|
const projectRoot = createProjectRoot(
|
|
27
26
|
configFile,
|
|
28
27
|
context2.workspaceRoot
|
|
29
28
|
);
|
|
30
29
|
if (!projectRoot) {
|
|
31
30
|
console.error(
|
|
32
|
-
"No project.json found in parent directories of Untyped schema file: ",
|
|
31
|
+
"[storm-software/typescript/untyped]: No project.json found in parent directories of Untyped schema file: ",
|
|
33
32
|
configFile
|
|
34
33
|
);
|
|
35
34
|
return {};
|
|
@@ -37,13 +36,13 @@ var createNodesV2 = [
|
|
|
37
36
|
const packageJson = _devkit.readJsonFile.call(void 0, _path.join.call(void 0, projectRoot, "package.json"));
|
|
38
37
|
if (!packageJson) {
|
|
39
38
|
console.error(
|
|
40
|
-
`No package.json found in project root: ${projectRoot}`
|
|
39
|
+
`[storm-software/typescript/untyped]: No package.json found in project root: ${projectRoot}`
|
|
41
40
|
);
|
|
42
41
|
return {};
|
|
43
42
|
}
|
|
44
43
|
if (!_optionalChain([packageJson, 'access', _ => _.devDependencies, 'optionalAccess', _2 => _2.untyped]) && !_optionalChain([packageJson, 'access', _3 => _3.dependencies, 'optionalAccess', _4 => _4.untyped])) {
|
|
45
44
|
console.warn(
|
|
46
|
-
`No "untyped" dependency or devDependency found in package.json: ${configFile}
|
|
45
|
+
`[storm-software/typescript/untyped]: No "untyped" dependency or devDependency found in package.json: ${configFile}
|
|
47
46
|
Please add it to your dependencies by running "pnpm add untyped -D --filter="${packageJson.name}"`
|
|
48
47
|
);
|
|
49
48
|
}
|
|
@@ -72,7 +71,7 @@ Please add it to your dependencies by running "pnpm add untyped -D --filter="${p
|
|
|
72
71
|
targets["build-untyped"] ??= {
|
|
73
72
|
cache: true,
|
|
74
73
|
executor: "nx:run-commands",
|
|
75
|
-
dependsOn: ["
|
|
74
|
+
dependsOn: ["^build"],
|
|
76
75
|
inputs: [
|
|
77
76
|
"{projectRoot}/src/**/untyped.ts",
|
|
78
77
|
"{projectRoot}/src/**/*.untyped.ts"
|
|
@@ -92,7 +91,7 @@ Please add it to your dependencies by running "pnpm add untyped -D --filter="${p
|
|
|
92
91
|
}
|
|
93
92
|
};
|
|
94
93
|
_chunkAX3RSZT7js.addProjectTag.call(void 0, project, _chunkAX3RSZT7js.ProjectTagConstants.Plugin.TAG_ID, name);
|
|
95
|
-
|
|
94
|
+
return _optionalChain([project, 'optionalAccess', _5 => _5.name]) ? {
|
|
96
95
|
projects: {
|
|
97
96
|
[project.name]: {
|
|
98
97
|
...project,
|
|
@@ -101,10 +100,6 @@ Please add it to your dependencies by running "pnpm add untyped -D --filter="${p
|
|
|
101
100
|
}
|
|
102
101
|
}
|
|
103
102
|
} : {};
|
|
104
|
-
console.log(
|
|
105
|
-
`[storm-software/typescript/untyped]: Inferred Nx configuration for ${_nullishCoalesce(_optionalChain([project, 'optionalAccess', _6 => _6.name]), () => ( "missing name"))}`
|
|
106
|
-
);
|
|
107
|
-
return result;
|
|
108
103
|
} catch (e) {
|
|
109
104
|
console.error(e);
|
|
110
105
|
return {};
|
|
@@ -2,7 +2,7 @@ import {
|
|
|
2
2
|
ProjectTagConstants,
|
|
3
3
|
addProjectTag
|
|
4
4
|
} from "../../../chunk-F66XEAID.mjs";
|
|
5
|
-
import "../../../chunk-
|
|
5
|
+
import "../../../chunk-75RE5W2I.mjs";
|
|
6
6
|
|
|
7
7
|
// src/plugins/typescript/untyped-schema.ts
|
|
8
8
|
import {
|
|
@@ -22,14 +22,13 @@ var createNodesV2 = [
|
|
|
22
22
|
return await createNodesFromFiles(
|
|
23
23
|
(configFile, options2, context2) => {
|
|
24
24
|
try {
|
|
25
|
-
console.log(`Processing untyped schema file: ${configFile}`);
|
|
26
25
|
const projectRoot = createProjectRoot(
|
|
27
26
|
configFile,
|
|
28
27
|
context2.workspaceRoot
|
|
29
28
|
);
|
|
30
29
|
if (!projectRoot) {
|
|
31
30
|
console.error(
|
|
32
|
-
"No project.json found in parent directories of Untyped schema file: ",
|
|
31
|
+
"[storm-software/typescript/untyped]: No project.json found in parent directories of Untyped schema file: ",
|
|
33
32
|
configFile
|
|
34
33
|
);
|
|
35
34
|
return {};
|
|
@@ -37,13 +36,13 @@ var createNodesV2 = [
|
|
|
37
36
|
const packageJson = readJsonFile(join(projectRoot, "package.json"));
|
|
38
37
|
if (!packageJson) {
|
|
39
38
|
console.error(
|
|
40
|
-
`No package.json found in project root: ${projectRoot}`
|
|
39
|
+
`[storm-software/typescript/untyped]: No package.json found in project root: ${projectRoot}`
|
|
41
40
|
);
|
|
42
41
|
return {};
|
|
43
42
|
}
|
|
44
43
|
if (!packageJson.devDependencies?.untyped && !packageJson.dependencies?.untyped) {
|
|
45
44
|
console.warn(
|
|
46
|
-
`No "untyped" dependency or devDependency found in package.json: ${configFile}
|
|
45
|
+
`[storm-software/typescript/untyped]: No "untyped" dependency or devDependency found in package.json: ${configFile}
|
|
47
46
|
Please add it to your dependencies by running "pnpm add untyped -D --filter="${packageJson.name}"`
|
|
48
47
|
);
|
|
49
48
|
}
|
|
@@ -72,7 +71,7 @@ Please add it to your dependencies by running "pnpm add untyped -D --filter="${p
|
|
|
72
71
|
targets["build-untyped"] ??= {
|
|
73
72
|
cache: true,
|
|
74
73
|
executor: "nx:run-commands",
|
|
75
|
-
dependsOn: ["
|
|
74
|
+
dependsOn: ["^build"],
|
|
76
75
|
inputs: [
|
|
77
76
|
"{projectRoot}/src/**/untyped.ts",
|
|
78
77
|
"{projectRoot}/src/**/*.untyped.ts"
|
|
@@ -92,7 +91,7 @@ Please add it to your dependencies by running "pnpm add untyped -D --filter="${p
|
|
|
92
91
|
}
|
|
93
92
|
};
|
|
94
93
|
addProjectTag(project, ProjectTagConstants.Plugin.TAG_ID, name);
|
|
95
|
-
|
|
94
|
+
return project?.name ? {
|
|
96
95
|
projects: {
|
|
97
96
|
[project.name]: {
|
|
98
97
|
...project,
|
|
@@ -101,10 +100,6 @@ Please add it to your dependencies by running "pnpm add untyped -D --filter="${p
|
|
|
101
100
|
}
|
|
102
101
|
}
|
|
103
102
|
} : {};
|
|
104
|
-
console.log(
|
|
105
|
-
`[storm-software/typescript/untyped]: Inferred Nx configuration for ${project?.name ?? "missing name"}`
|
|
106
|
-
);
|
|
107
|
-
return result;
|
|
108
103
|
} catch (e) {
|
|
109
104
|
console.error(e);
|
|
110
105
|
return {};
|