@storm-software/workspace-tools 1.296.81 → 1.296.84
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/config/base.json +13 -14
- package/config/recommended.json +17 -15
- package/dist/{chunk-SZWM7COV.js → chunk-3G7PNDZ5.js} +15 -2
- package/dist/chunk-5BGCA73V.mjs +39 -0
- package/dist/{chunk-3VIV3TF3.js → chunk-CSH4G6YP.js} +11 -5
- package/dist/{chunk-QC5ON3X4.mjs → chunk-DEHA5C77.mjs} +15 -2
- package/dist/{chunk-Q36BH543.mjs → chunk-E2PVUX2W.mjs} +25 -209
- package/dist/{chunk-YXDHTGAK.js → chunk-FETI3TYM.js} +47 -35
- package/dist/{chunk-2OB3TJFJ.mjs → chunk-FQ7VZ2JR.mjs} +1 -1
- package/dist/{chunk-C2QNKR3W.mjs → chunk-G35OKYMG.mjs} +1 -1
- package/dist/{chunk-TM2CRDJW.js → chunk-HN5UXNLM.js} +33 -12
- package/dist/{chunk-2UJDNCR7.mjs → chunk-HU2ZYTZL.mjs} +44 -32
- package/dist/{chunk-2F7AZHRH.js → chunk-ILSI74FW.js} +49 -20
- package/dist/chunk-KSEB2U7B.js +318 -0
- package/dist/{chunk-EHJC5RYU.mjs → chunk-M7W3EPWR.mjs} +2 -2
- package/dist/{chunk-323C3SE6.js → chunk-MYALGFOC.js} +3 -3
- package/dist/chunk-OGB3BDE5.js +39 -0
- package/dist/{chunk-77B77QNY.mjs → chunk-VQYZG5YE.mjs} +33 -12
- package/dist/{chunk-NNDVMJGY.mjs → chunk-WTASIX7S.mjs} +17 -15
- package/dist/{chunk-R4GXDUM2.mjs → chunk-WU2HALDD.mjs} +11 -5
- package/dist/{chunk-WCUI5X7P.js → chunk-WYV2VL6T.js} +17 -15
- package/dist/{chunk-NTTC774E.mjs → chunk-XSHN3XHD.mjs} +39 -10
- package/dist/{chunk-EEMND2GI.js → chunk-ZM4LIWD4.js} +3 -3
- package/dist/{chunk-2R2MHEOI.js → chunk-ZO6ZPXB7.js} +5 -5
- package/dist/executors.js +10 -9
- package/dist/executors.mjs +11 -10
- package/dist/generators.js +10 -9
- package/dist/generators.mjs +9 -8
- package/dist/index.d.mts +4 -3
- package/dist/index.d.ts +4 -3
- package/dist/index.js +54 -28
- package/dist/index.mjs +59 -33
- package/dist/src/base/index.js +3 -3
- package/dist/src/base/index.mjs +2 -2
- package/dist/src/executors/npm-publish/executor.js +3 -2
- package/dist/src/executors/npm-publish/executor.mjs +2 -1
- package/dist/src/generators/browser-library/generator.js +4 -4
- package/dist/src/generators/browser-library/generator.mjs +3 -3
- package/dist/src/generators/neutral-library/generator.js +4 -4
- package/dist/src/generators/neutral-library/generator.mjs +3 -3
- package/dist/src/generators/node-library/generator.js +4 -4
- package/dist/src/generators/node-library/generator.mjs +3 -3
- package/dist/src/generators/preset/generator.js +4 -3
- package/dist/src/generators/preset/generator.mjs +3 -2
- package/dist/src/plugins/rust/cargo-toml.js +6 -2
- package/dist/src/plugins/rust/cargo-toml.mjs +5 -1
- package/dist/src/plugins/rust/index.js +6 -2
- package/dist/src/plugins/rust/index.mjs +5 -1
- package/dist/src/plugins/typescript/index.js +19 -14
- package/dist/src/plugins/typescript/index.mjs +20 -15
- package/dist/src/plugins/typescript/tsdown.js +16 -11
- package/dist/src/plugins/typescript/tsdown.mjs +16 -11
- package/dist/src/plugins/typescript/tsup.js +16 -11
- package/dist/src/plugins/typescript/tsup.mjs +16 -11
- package/dist/src/plugins/typescript/untyped-schema.js +15 -7
- package/dist/src/plugins/typescript/untyped-schema.mjs +15 -7
- package/dist/src/utils/index.d.mts +4 -3
- package/dist/src/utils/index.d.ts +4 -3
- package/dist/src/utils/index.js +37 -10
- package/dist/src/utils/index.mjs +45 -18
- package/dist/src/utils/lock-file.d.mts +16 -4
- package/dist/src/utils/lock-file.d.ts +16 -4
- package/dist/src/utils/lock-file.js +12 -2
- package/dist/src/utils/lock-file.mjs +11 -1
- package/dist/src/utils/nx-json.js +2 -2
- package/dist/src/utils/nx-json.mjs +1 -1
- package/dist/src/utils/package-manager.d.mts +33 -0
- package/dist/src/utils/package-manager.d.ts +33 -0
- package/dist/src/utils/package-manager.js +14 -0
- package/dist/src/utils/package-manager.mjs +15 -0
- package/dist/src/utils/versions.d.mts +11 -2
- package/dist/src/utils/versions.d.ts +11 -2
- package/dist/src/utils/versions.js +10 -2
- package/dist/src/utils/versions.mjs +11 -3
- package/package.json +15 -10
- package/dist/chunk-F6U5OQR6.js +0 -502
- /package/dist/{chunk-DO2X7OZO.js → chunk-CVKUY5YY.js} +0 -0
- /package/dist/{chunk-XCVH63OO.mjs → chunk-QCN77EOQ.mjs} +0 -0
package/dist/index.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import "./chunk-
|
|
1
|
+
import "./chunk-QCN77EOQ.mjs";
|
|
2
2
|
import {
|
|
3
3
|
getProjectConfigFromProjectJsonPath,
|
|
4
4
|
getProjectConfigFromProjectRoot,
|
|
@@ -16,24 +16,11 @@ import {
|
|
|
16
16
|
getProjectConfiguration,
|
|
17
17
|
getProjectConfigurations
|
|
18
18
|
} from "./chunk-FL2BH4QQ.mjs";
|
|
19
|
-
import {
|
|
20
|
-
LOCK_FILES,
|
|
21
|
-
NPM_LOCK_FILE,
|
|
22
|
-
NPM_LOCK_PATH,
|
|
23
|
-
PNPM_LOCK_FILE,
|
|
24
|
-
PNPM_LOCK_PATH,
|
|
25
|
-
YARN_LOCK_FILE,
|
|
26
|
-
YARN_LOCK_PATH,
|
|
27
|
-
getLockFileDependencies,
|
|
28
|
-
getLockFileName,
|
|
29
|
-
getLockFileNodes,
|
|
30
|
-
lockFileExists
|
|
31
|
-
} from "./chunk-77B77QNY.mjs";
|
|
32
19
|
import {
|
|
33
20
|
NAMED_INPUTS,
|
|
34
21
|
RELEASE,
|
|
35
22
|
withNamedInputs
|
|
36
|
-
} from "./chunk-
|
|
23
|
+
} from "./chunk-WTASIX7S.mjs";
|
|
37
24
|
import "./chunk-P5P43FOZ.mjs";
|
|
38
25
|
import {
|
|
39
26
|
cargo_base_executor_untyped_default
|
|
@@ -56,6 +43,12 @@ import {
|
|
|
56
43
|
applyWorkspaceExecutorTokens
|
|
57
44
|
} from "./chunk-EDROFLKN.mjs";
|
|
58
45
|
import "./chunk-GHQJKIMQ.mjs";
|
|
46
|
+
import {
|
|
47
|
+
unbuildExecutorFn
|
|
48
|
+
} from "./chunk-6S6QE7OG.mjs";
|
|
49
|
+
import {
|
|
50
|
+
LARGE_BUFFER
|
|
51
|
+
} from "./chunk-E2PVUX2W.mjs";
|
|
59
52
|
import {
|
|
60
53
|
sizeLimitExecutorFn
|
|
61
54
|
} from "./chunk-FEHSLYPB.mjs";
|
|
@@ -66,8 +59,8 @@ import {
|
|
|
66
59
|
typiaExecutorFn
|
|
67
60
|
} from "./chunk-B37LR2KQ.mjs";
|
|
68
61
|
import {
|
|
69
|
-
|
|
70
|
-
} from "./chunk-
|
|
62
|
+
cargoDocExecutor
|
|
63
|
+
} from "./chunk-D5MRSAIQ.mjs";
|
|
71
64
|
import {
|
|
72
65
|
esbuildExecutorFn
|
|
73
66
|
} from "./chunk-VLALGAEO.mjs";
|
|
@@ -75,14 +68,11 @@ import {
|
|
|
75
68
|
napiExecutor
|
|
76
69
|
} from "./chunk-63IIWMRM.mjs";
|
|
77
70
|
import {
|
|
78
|
-
|
|
79
|
-
} from "./chunk-
|
|
71
|
+
cargoCheckExecutor
|
|
72
|
+
} from "./chunk-OYAGJAJC.mjs";
|
|
80
73
|
import {
|
|
81
74
|
cargoClippyExecutor
|
|
82
75
|
} from "./chunk-GJ35IQWQ.mjs";
|
|
83
|
-
import {
|
|
84
|
-
cargoDocExecutor
|
|
85
|
-
} from "./chunk-D5MRSAIQ.mjs";
|
|
86
76
|
import {
|
|
87
77
|
cargoFormatExecutor
|
|
88
78
|
} from "./chunk-ZRSFSLQE.mjs";
|
|
@@ -93,8 +83,10 @@ import {
|
|
|
93
83
|
cargoBuildExecutor
|
|
94
84
|
} from "./chunk-N2SWGQYO.mjs";
|
|
95
85
|
import {
|
|
96
|
-
|
|
97
|
-
|
|
86
|
+
getInstallCommand,
|
|
87
|
+
getWorkspacePackageManager,
|
|
88
|
+
getWorkspacePackageManagerCommand
|
|
89
|
+
} from "./chunk-5BGCA73V.mjs";
|
|
98
90
|
import {
|
|
99
91
|
INVALID_CARGO_ARGS,
|
|
100
92
|
buildCargoCommand,
|
|
@@ -116,15 +108,18 @@ import {
|
|
|
116
108
|
} from "./chunk-IDSDBOWW.mjs";
|
|
117
109
|
import "./chunk-UA33NH5O.mjs";
|
|
118
110
|
import "./chunk-SAIDGUHG.mjs";
|
|
111
|
+
import {
|
|
112
|
+
neutralLibraryGeneratorFn
|
|
113
|
+
} from "./chunk-G35OKYMG.mjs";
|
|
119
114
|
import {
|
|
120
115
|
nodeLibraryGeneratorFn
|
|
121
|
-
} from "./chunk-
|
|
116
|
+
} from "./chunk-M7W3EPWR.mjs";
|
|
122
117
|
import {
|
|
123
118
|
presetGeneratorFn
|
|
124
|
-
} from "./chunk-
|
|
119
|
+
} from "./chunk-HU2ZYTZL.mjs";
|
|
125
120
|
import {
|
|
126
121
|
browserLibraryGeneratorFn
|
|
127
|
-
} from "./chunk-
|
|
122
|
+
} from "./chunk-FQ7VZ2JR.mjs";
|
|
128
123
|
import {
|
|
129
124
|
configSchemaGeneratorFn
|
|
130
125
|
} from "./chunk-FX6ULQZH.mjs";
|
|
@@ -132,19 +127,37 @@ import {
|
|
|
132
127
|
initGenerator
|
|
133
128
|
} from "./chunk-437WGH2M.mjs";
|
|
134
129
|
import {
|
|
135
|
-
|
|
136
|
-
|
|
130
|
+
BUN_LOCK_FILE,
|
|
131
|
+
BUN_LOCK_PATH,
|
|
132
|
+
LOCK_FILES,
|
|
133
|
+
LOCK_FILE_BY_PACKAGE_MANAGER,
|
|
134
|
+
NPM_LOCK_FILE,
|
|
135
|
+
NPM_LOCK_PATH,
|
|
136
|
+
OTHER_LOCK_FILES,
|
|
137
|
+
PNPM_LOCK_FILE,
|
|
138
|
+
PNPM_LOCK_PATH,
|
|
139
|
+
YARN_LOCK_FILE,
|
|
140
|
+
YARN_LOCK_PATH,
|
|
141
|
+
getLockFileDependencies,
|
|
142
|
+
getLockFileName,
|
|
143
|
+
getLockFileNodes,
|
|
144
|
+
getOtherLockFileNames,
|
|
145
|
+
lockFileExists
|
|
146
|
+
} from "./chunk-VQYZG5YE.mjs";
|
|
137
147
|
import {
|
|
138
148
|
createProjectTsConfigJson,
|
|
139
149
|
getOutputPath,
|
|
140
150
|
normalizeOptions,
|
|
141
151
|
typeScriptLibraryGeneratorFn
|
|
142
|
-
} from "./chunk-
|
|
152
|
+
} from "./chunk-XSHN3XHD.mjs";
|
|
143
153
|
import {
|
|
154
|
+
bunVersion,
|
|
144
155
|
eslintVersion,
|
|
145
156
|
lintStagedVersion,
|
|
146
157
|
nodeVersion,
|
|
158
|
+
npmVersion,
|
|
147
159
|
nxVersion,
|
|
160
|
+
packageManagerVersions,
|
|
148
161
|
pnpmVersion,
|
|
149
162
|
prettierPackageJsonVersion,
|
|
150
163
|
prettierPrismaVersion,
|
|
@@ -158,8 +171,9 @@ import {
|
|
|
158
171
|
tsupVersion,
|
|
159
172
|
typesNodeVersion,
|
|
160
173
|
typescriptVersion,
|
|
161
|
-
verdaccioVersion
|
|
162
|
-
|
|
174
|
+
verdaccioVersion,
|
|
175
|
+
yarnVersion
|
|
176
|
+
} from "./chunk-DEHA5C77.mjs";
|
|
163
177
|
import {
|
|
164
178
|
ProjectTagConstants,
|
|
165
179
|
addPluginProjectTag,
|
|
@@ -198,12 +212,16 @@ import {
|
|
|
198
212
|
} from "./chunk-34LSWMWV.mjs";
|
|
199
213
|
import "./chunk-4RR3IGJL.mjs";
|
|
200
214
|
export {
|
|
215
|
+
BUN_LOCK_FILE,
|
|
216
|
+
BUN_LOCK_PATH,
|
|
201
217
|
INVALID_CARGO_ARGS,
|
|
202
218
|
LARGE_BUFFER,
|
|
203
219
|
LOCK_FILES,
|
|
220
|
+
LOCK_FILE_BY_PACKAGE_MANAGER,
|
|
204
221
|
NAMED_INPUTS,
|
|
205
222
|
NPM_LOCK_FILE,
|
|
206
223
|
NPM_LOCK_PATH,
|
|
224
|
+
OTHER_LOCK_FILES,
|
|
207
225
|
PNPM_LOCK_FILE,
|
|
208
226
|
PNPM_LOCK_PATH,
|
|
209
227
|
PackageManagerTypes,
|
|
@@ -228,6 +246,7 @@ export {
|
|
|
228
246
|
base_generator_untyped_default as baseGeneratorSchema,
|
|
229
247
|
browserLibraryGeneratorFn,
|
|
230
248
|
buildCargoCommand,
|
|
249
|
+
bunVersion,
|
|
231
250
|
cargo_base_executor_untyped_default as cargoBaseExecutorSchema,
|
|
232
251
|
cargoBuildExecutor,
|
|
233
252
|
cargoCheckExecutor,
|
|
@@ -246,9 +265,11 @@ export {
|
|
|
246
265
|
eslintVersion,
|
|
247
266
|
formatProjectTag,
|
|
248
267
|
getGitHubTools,
|
|
268
|
+
getInstallCommand,
|
|
249
269
|
getLockFileDependencies,
|
|
250
270
|
getLockFileName,
|
|
251
271
|
getLockFileNodes,
|
|
272
|
+
getOtherLockFileNames,
|
|
252
273
|
getOutputPath,
|
|
253
274
|
getPackageInfo,
|
|
254
275
|
getProjectConfigFromProjectJsonPath,
|
|
@@ -261,6 +282,8 @@ export {
|
|
|
261
282
|
getRegistryVersion,
|
|
262
283
|
getRoot,
|
|
263
284
|
getTypiaTransform,
|
|
285
|
+
getWorkspacePackageManager,
|
|
286
|
+
getWorkspacePackageManagerCommand,
|
|
264
287
|
hasProjectTag,
|
|
265
288
|
initGenerator,
|
|
266
289
|
isEqualProjectTag,
|
|
@@ -272,7 +295,9 @@ export {
|
|
|
272
295
|
nodeLibraryGeneratorFn,
|
|
273
296
|
nodeVersion,
|
|
274
297
|
normalizeOptions,
|
|
298
|
+
npmVersion,
|
|
275
299
|
nxVersion,
|
|
300
|
+
packageManagerVersions,
|
|
276
301
|
pnpmVersion,
|
|
277
302
|
presetGeneratorFn,
|
|
278
303
|
prettierPackageJsonVersion,
|
|
@@ -299,5 +324,6 @@ export {
|
|
|
299
324
|
verdaccioVersion,
|
|
300
325
|
withNamedInputs,
|
|
301
326
|
withRunExecutor,
|
|
302
|
-
withRunGenerator
|
|
327
|
+
withRunGenerator,
|
|
328
|
+
yarnVersion
|
|
303
329
|
};
|
package/dist/src/base/index.js
CHANGED
|
@@ -13,8 +13,8 @@ var _chunk2AVWFUXPjs = require('../../chunk-2AVWFUXP.js');
|
|
|
13
13
|
|
|
14
14
|
|
|
15
15
|
|
|
16
|
-
var
|
|
17
|
-
require('../../chunk-
|
|
16
|
+
var _chunkILSI74FWjs = require('../../chunk-ILSI74FW.js');
|
|
17
|
+
require('../../chunk-3G7PNDZ5.js');
|
|
18
18
|
require('../../chunk-TAP26ZJQ.js');
|
|
19
19
|
|
|
20
20
|
|
|
@@ -45,4 +45,4 @@ var _chunk7CJRMBX3js = require('../../chunk-7CJRMBX3.js');
|
|
|
45
45
|
|
|
46
46
|
|
|
47
47
|
|
|
48
|
-
exports.baseExecutorSchema = _chunk7JRL2LE3js.base_executor_untyped_default; exports.baseGeneratorSchema = _chunk7CJRMBX3js.base_generator_untyped_default; exports.cargoBaseExecutorSchema = _chunkLQHVZMFVjs.cargo_base_executor_untyped_default; exports.createProjectTsConfigJson =
|
|
48
|
+
exports.baseExecutorSchema = _chunk7JRL2LE3js.base_executor_untyped_default; exports.baseGeneratorSchema = _chunk7CJRMBX3js.base_generator_untyped_default; exports.cargoBaseExecutorSchema = _chunkLQHVZMFVjs.cargo_base_executor_untyped_default; exports.createProjectTsConfigJson = _chunkILSI74FWjs.createProjectTsConfigJson; exports.getOutputPath = _chunkILSI74FWjs.getOutputPath; exports.normalizeOptions = _chunkILSI74FWjs.normalizeOptions; exports.typeScriptLibraryGeneratorFn = _chunkILSI74FWjs.typeScriptLibraryGeneratorFn; exports.typescriptBuildExecutorSchema = _chunkPMPKOMMDjs.typescript_build_executor_untyped_default; exports.typescriptLibraryGeneratorSchema = _chunk2AVWFUXPjs.typescript_library_generator_untyped_default; exports.withRunExecutor = _chunkRQTILTHDjs.withRunExecutor; exports.withRunGenerator = _chunkQSTZP7MXjs.withRunGenerator;
|
package/dist/src/base/index.mjs
CHANGED
|
@@ -13,8 +13,8 @@ import {
|
|
|
13
13
|
getOutputPath,
|
|
14
14
|
normalizeOptions,
|
|
15
15
|
typeScriptLibraryGeneratorFn
|
|
16
|
-
} from "../../chunk-
|
|
17
|
-
import "../../chunk-
|
|
16
|
+
} from "../../chunk-XSHN3XHD.mjs";
|
|
17
|
+
import "../../chunk-DEHA5C77.mjs";
|
|
18
18
|
import "../../chunk-2GQSCZ3J.mjs";
|
|
19
19
|
import {
|
|
20
20
|
withRunExecutor
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var _chunkKSEB2U7Bjs = require('../../../chunk-KSEB2U7B.js');
|
|
5
|
+
require('../../../chunk-OGB3BDE5.js');
|
|
5
6
|
require('../../../chunk-MKJITWLN.js');
|
|
6
7
|
require('../../../chunk-46OIJVV3.js');
|
|
7
8
|
require('../../../chunk-N2365RCI.js');
|
|
@@ -13,4 +14,4 @@ require('../../../chunk-CQDBLKPF.js');
|
|
|
13
14
|
|
|
14
15
|
|
|
15
16
|
|
|
16
|
-
exports.LARGE_BUFFER =
|
|
17
|
+
exports.LARGE_BUFFER = _chunkKSEB2U7Bjs.LARGE_BUFFER; exports.default = _chunkKSEB2U7Bjs.npmPublishExecutorFn;
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import {
|
|
2
2
|
LARGE_BUFFER,
|
|
3
3
|
npmPublishExecutorFn
|
|
4
|
-
} from "../../../chunk-
|
|
4
|
+
} from "../../../chunk-E2PVUX2W.mjs";
|
|
5
|
+
import "../../../chunk-5BGCA73V.mjs";
|
|
5
6
|
import "../../../chunk-54BBSJHK.mjs";
|
|
6
7
|
import "../../../chunk-IDSDBOWW.mjs";
|
|
7
8
|
import "../../../chunk-UA33NH5O.mjs";
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
5
|
-
require('../../../chunk-
|
|
6
|
-
require('../../../chunk-
|
|
4
|
+
var _chunkZM4LIWD4js = require('../../../chunk-ZM4LIWD4.js');
|
|
5
|
+
require('../../../chunk-ILSI74FW.js');
|
|
6
|
+
require('../../../chunk-3G7PNDZ5.js');
|
|
7
7
|
require('../../../chunk-TAP26ZJQ.js');
|
|
8
8
|
require('../../../chunk-QSTZP7MX.js');
|
|
9
9
|
require('../../../chunk-3PMAVAFI.js');
|
|
@@ -14,4 +14,4 @@ require('../../../chunk-CQDBLKPF.js');
|
|
|
14
14
|
|
|
15
15
|
|
|
16
16
|
|
|
17
|
-
exports.browserLibraryGeneratorFn =
|
|
17
|
+
exports.browserLibraryGeneratorFn = _chunkZM4LIWD4js.browserLibraryGeneratorFn; exports.default = _chunkZM4LIWD4js.generator_default;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import {
|
|
2
2
|
browserLibraryGeneratorFn,
|
|
3
3
|
generator_default
|
|
4
|
-
} from "../../../chunk-
|
|
5
|
-
import "../../../chunk-
|
|
6
|
-
import "../../../chunk-
|
|
4
|
+
} from "../../../chunk-FQ7VZ2JR.mjs";
|
|
5
|
+
import "../../../chunk-XSHN3XHD.mjs";
|
|
6
|
+
import "../../../chunk-DEHA5C77.mjs";
|
|
7
7
|
import "../../../chunk-2GQSCZ3J.mjs";
|
|
8
8
|
import "../../../chunk-Y5BPWYHW.mjs";
|
|
9
9
|
import "../../../chunk-6YP444OR.mjs";
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
5
|
-
require('../../../chunk-
|
|
6
|
-
require('../../../chunk-
|
|
4
|
+
var _chunkMYALGFOCjs = require('../../../chunk-MYALGFOC.js');
|
|
5
|
+
require('../../../chunk-ILSI74FW.js');
|
|
6
|
+
require('../../../chunk-3G7PNDZ5.js');
|
|
7
7
|
require('../../../chunk-TAP26ZJQ.js');
|
|
8
8
|
require('../../../chunk-QSTZP7MX.js');
|
|
9
9
|
require('../../../chunk-3PMAVAFI.js');
|
|
@@ -14,4 +14,4 @@ require('../../../chunk-CQDBLKPF.js');
|
|
|
14
14
|
|
|
15
15
|
|
|
16
16
|
|
|
17
|
-
exports.default =
|
|
17
|
+
exports.default = _chunkMYALGFOCjs.generator_default; exports.neutralLibraryGeneratorFn = _chunkMYALGFOCjs.neutralLibraryGeneratorFn;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import {
|
|
2
2
|
generator_default,
|
|
3
3
|
neutralLibraryGeneratorFn
|
|
4
|
-
} from "../../../chunk-
|
|
5
|
-
import "../../../chunk-
|
|
6
|
-
import "../../../chunk-
|
|
4
|
+
} from "../../../chunk-G35OKYMG.mjs";
|
|
5
|
+
import "../../../chunk-XSHN3XHD.mjs";
|
|
6
|
+
import "../../../chunk-DEHA5C77.mjs";
|
|
7
7
|
import "../../../chunk-2GQSCZ3J.mjs";
|
|
8
8
|
import "../../../chunk-Y5BPWYHW.mjs";
|
|
9
9
|
import "../../../chunk-6YP444OR.mjs";
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
5
|
-
require('../../../chunk-
|
|
6
|
-
require('../../../chunk-
|
|
4
|
+
var _chunkZO6ZPXB7js = require('../../../chunk-ZO6ZPXB7.js');
|
|
5
|
+
require('../../../chunk-ILSI74FW.js');
|
|
6
|
+
require('../../../chunk-3G7PNDZ5.js');
|
|
7
7
|
require('../../../chunk-TAP26ZJQ.js');
|
|
8
8
|
require('../../../chunk-QSTZP7MX.js');
|
|
9
9
|
require('../../../chunk-3PMAVAFI.js');
|
|
@@ -14,4 +14,4 @@ require('../../../chunk-CQDBLKPF.js');
|
|
|
14
14
|
|
|
15
15
|
|
|
16
16
|
|
|
17
|
-
exports.default =
|
|
17
|
+
exports.default = _chunkZO6ZPXB7js.generator_default; exports.nodeLibraryGeneratorFn = _chunkZO6ZPXB7js.nodeLibraryGeneratorFn;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import {
|
|
2
2
|
generator_default,
|
|
3
3
|
nodeLibraryGeneratorFn
|
|
4
|
-
} from "../../../chunk-
|
|
5
|
-
import "../../../chunk-
|
|
6
|
-
import "../../../chunk-
|
|
4
|
+
} from "../../../chunk-M7W3EPWR.mjs";
|
|
5
|
+
import "../../../chunk-XSHN3XHD.mjs";
|
|
6
|
+
import "../../../chunk-DEHA5C77.mjs";
|
|
7
7
|
import "../../../chunk-2GQSCZ3J.mjs";
|
|
8
8
|
import "../../../chunk-Y5BPWYHW.mjs";
|
|
9
9
|
import "../../../chunk-6YP444OR.mjs";
|
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
5
|
-
require('../../../chunk-
|
|
4
|
+
var _chunkFETI3TYMjs = require('../../../chunk-FETI3TYM.js');
|
|
5
|
+
require('../../../chunk-HN5UXNLM.js');
|
|
6
|
+
require('../../../chunk-3G7PNDZ5.js');
|
|
6
7
|
require('../../../chunk-QSTZP7MX.js');
|
|
7
8
|
require('../../../chunk-3PMAVAFI.js');
|
|
8
9
|
require('../../../chunk-4ARF5MP2.js');
|
|
@@ -12,4 +13,4 @@ require('../../../chunk-CQDBLKPF.js');
|
|
|
12
13
|
|
|
13
14
|
|
|
14
15
|
|
|
15
|
-
exports.default =
|
|
16
|
+
exports.default = _chunkFETI3TYMjs.generator_default; exports.presetGeneratorFn = _chunkFETI3TYMjs.presetGeneratorFn;
|
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
import {
|
|
2
2
|
generator_default,
|
|
3
3
|
presetGeneratorFn
|
|
4
|
-
} from "../../../chunk-
|
|
5
|
-
import "../../../chunk-
|
|
4
|
+
} from "../../../chunk-HU2ZYTZL.mjs";
|
|
5
|
+
import "../../../chunk-VQYZG5YE.mjs";
|
|
6
|
+
import "../../../chunk-DEHA5C77.mjs";
|
|
6
7
|
import "../../../chunk-Y5BPWYHW.mjs";
|
|
7
8
|
import "../../../chunk-6YP444OR.mjs";
|
|
8
9
|
import "../../../chunk-VO3QUJGP.mjs";
|
|
@@ -4,16 +4,20 @@
|
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
|
|
7
|
-
var
|
|
7
|
+
var _chunkCSH4G6YPjs = require('../../../chunk-CSH4G6YP.js');
|
|
8
8
|
require('../../../chunk-BAPFD3TO.js');
|
|
9
|
+
require('../../../chunk-OGB3BDE5.js');
|
|
9
10
|
require('../../../chunk-HYK7OVZ3.js');
|
|
10
11
|
require('../../../chunk-N2365RCI.js');
|
|
11
12
|
require('../../../chunk-TAP26ZJQ.js');
|
|
13
|
+
require('../../../chunk-4ARF5MP2.js');
|
|
12
14
|
require('../../../chunk-CLKU7UMG.js');
|
|
15
|
+
require('../../../chunk-GUI4USIO.js');
|
|
16
|
+
require('../../../chunk-CQDBLKPF.js');
|
|
13
17
|
|
|
14
18
|
|
|
15
19
|
|
|
16
20
|
|
|
17
21
|
|
|
18
22
|
|
|
19
|
-
exports.DefaultCargoPluginProfileMap =
|
|
23
|
+
exports.DefaultCargoPluginProfileMap = _chunkCSH4G6YPjs.DefaultCargoPluginProfileMap; exports.createDependencies = _chunkCSH4G6YPjs.createDependencies; exports.createNodesV2 = _chunkCSH4G6YPjs.createNodesV2; exports.description = _chunkCSH4G6YPjs.description; exports.name = _chunkCSH4G6YPjs.name;
|
|
@@ -4,12 +4,16 @@ import {
|
|
|
4
4
|
createNodesV2,
|
|
5
5
|
description,
|
|
6
6
|
name
|
|
7
|
-
} from "../../../chunk-
|
|
7
|
+
} from "../../../chunk-WU2HALDD.mjs";
|
|
8
8
|
import "../../../chunk-K4QMCCQB.mjs";
|
|
9
|
+
import "../../../chunk-5BGCA73V.mjs";
|
|
9
10
|
import "../../../chunk-C3G4MZGP.mjs";
|
|
10
11
|
import "../../../chunk-UA33NH5O.mjs";
|
|
11
12
|
import "../../../chunk-2GQSCZ3J.mjs";
|
|
13
|
+
import "../../../chunk-VO3QUJGP.mjs";
|
|
12
14
|
import "../../../chunk-45CW7OJB.mjs";
|
|
15
|
+
import "../../../chunk-JUJWJXED.mjs";
|
|
16
|
+
import "../../../chunk-TBW5MCN6.mjs";
|
|
13
17
|
import "../../../chunk-4RR3IGJL.mjs";
|
|
14
18
|
export {
|
|
15
19
|
DefaultCargoPluginProfileMap,
|
|
@@ -4,16 +4,20 @@
|
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
|
|
7
|
-
var
|
|
7
|
+
var _chunkCSH4G6YPjs = require('../../../chunk-CSH4G6YP.js');
|
|
8
8
|
require('../../../chunk-BAPFD3TO.js');
|
|
9
|
+
require('../../../chunk-OGB3BDE5.js');
|
|
9
10
|
require('../../../chunk-HYK7OVZ3.js');
|
|
10
11
|
require('../../../chunk-N2365RCI.js');
|
|
11
12
|
require('../../../chunk-TAP26ZJQ.js');
|
|
13
|
+
require('../../../chunk-4ARF5MP2.js');
|
|
12
14
|
require('../../../chunk-CLKU7UMG.js');
|
|
15
|
+
require('../../../chunk-GUI4USIO.js');
|
|
16
|
+
require('../../../chunk-CQDBLKPF.js');
|
|
13
17
|
|
|
14
18
|
|
|
15
19
|
|
|
16
20
|
|
|
17
21
|
|
|
18
22
|
|
|
19
|
-
exports.DefaultCargoPluginProfileMap =
|
|
23
|
+
exports.DefaultCargoPluginProfileMap = _chunkCSH4G6YPjs.DefaultCargoPluginProfileMap; exports.createDependencies = _chunkCSH4G6YPjs.createDependencies; exports.createNodesV2 = _chunkCSH4G6YPjs.createNodesV2; exports.description = _chunkCSH4G6YPjs.description; exports.name = _chunkCSH4G6YPjs.name;
|
|
@@ -4,12 +4,16 @@ import {
|
|
|
4
4
|
createNodesV2,
|
|
5
5
|
description,
|
|
6
6
|
name
|
|
7
|
-
} from "../../../chunk-
|
|
7
|
+
} from "../../../chunk-WU2HALDD.mjs";
|
|
8
8
|
import "../../../chunk-K4QMCCQB.mjs";
|
|
9
|
+
import "../../../chunk-5BGCA73V.mjs";
|
|
9
10
|
import "../../../chunk-C3G4MZGP.mjs";
|
|
10
11
|
import "../../../chunk-UA33NH5O.mjs";
|
|
11
12
|
import "../../../chunk-2GQSCZ3J.mjs";
|
|
13
|
+
import "../../../chunk-VO3QUJGP.mjs";
|
|
12
14
|
import "../../../chunk-45CW7OJB.mjs";
|
|
15
|
+
import "../../../chunk-JUJWJXED.mjs";
|
|
16
|
+
import "../../../chunk-TBW5MCN6.mjs";
|
|
13
17
|
import "../../../chunk-4RR3IGJL.mjs";
|
|
14
18
|
export {
|
|
15
19
|
DefaultCargoPluginProfileMap,
|
|
@@ -4,17 +4,22 @@
|
|
|
4
4
|
var _chunkBAPFD3TOjs = require('../../../chunk-BAPFD3TO.js');
|
|
5
5
|
|
|
6
6
|
|
|
7
|
+
var _chunkOGB3BDE5js = require('../../../chunk-OGB3BDE5.js');
|
|
8
|
+
|
|
9
|
+
|
|
7
10
|
|
|
8
11
|
|
|
9
12
|
|
|
10
13
|
var _chunkTAP26ZJQjs = require('../../../chunk-TAP26ZJQ.js');
|
|
11
14
|
require('../../../chunk-X3HC3R2I.js');
|
|
15
|
+
require('../../../chunk-4ARF5MP2.js');
|
|
16
|
+
require('../../../chunk-CLKU7UMG.js');
|
|
17
|
+
require('../../../chunk-GUI4USIO.js');
|
|
18
|
+
require('../../../chunk-CQDBLKPF.js');
|
|
12
19
|
|
|
13
20
|
// src/plugins/typescript/index.ts
|
|
14
21
|
|
|
15
22
|
|
|
16
|
-
|
|
17
|
-
|
|
18
23
|
var _devkit = require('@nx/devkit');
|
|
19
24
|
var _defu = require('defu'); var _defu2 = _interopRequireDefault(_defu);
|
|
20
25
|
var _fs = require('fs');
|
|
@@ -28,6 +33,10 @@ var createNodesV2 = [
|
|
|
28
33
|
"{project.json,**/project.json}",
|
|
29
34
|
async (configFiles, options = { includeApps: true }, context) => {
|
|
30
35
|
const nxJson = _nxjson.readNxJson.call(void 0, context.workspaceRoot);
|
|
36
|
+
const packageManagerCommand = await _chunkOGB3BDE5js.getWorkspacePackageManagerCommand.call(void 0,
|
|
37
|
+
context.workspaceRoot
|
|
38
|
+
);
|
|
39
|
+
const { exec } = packageManagerCommand;
|
|
31
40
|
return _devkit.createNodesFromFiles.call(void 0,
|
|
32
41
|
async (file, options2 = { includeApps: true }, context2) => {
|
|
33
42
|
try {
|
|
@@ -51,10 +60,6 @@ var createNodesV2 = [
|
|
|
51
60
|
const enableEslint = _optionalChain([options2, 'optionalAccess', _3 => _3.enableEslint]) !== false;
|
|
52
61
|
const enableTypecheck = !!_optionalChain([options2, 'optionalAccess', _4 => _4.enableTypecheck]);
|
|
53
62
|
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
|
-
);
|
|
58
63
|
const targets = _packagejson.readTargetsFromPackageJson.call(void 0,
|
|
59
64
|
packageJson,
|
|
60
65
|
nxJson,
|
|
@@ -79,7 +84,7 @@ var createNodesV2 = [
|
|
|
79
84
|
dependsOn: ["^lint-ls"],
|
|
80
85
|
executor: "nx:run-commands",
|
|
81
86
|
options: {
|
|
82
|
-
command:
|
|
87
|
+
command: `${exec} ls-lint --config="node_modules/@storm-software/linting-tools/ls-lint/.ls-lint.yml" `
|
|
83
88
|
}
|
|
84
89
|
};
|
|
85
90
|
if (enableMarkdownlint) {
|
|
@@ -96,7 +101,7 @@ var createNodesV2 = [
|
|
|
96
101
|
],
|
|
97
102
|
executor: "nx:run-commands",
|
|
98
103
|
options: {
|
|
99
|
-
command:
|
|
104
|
+
command: `${exec} markdownlint-cli2 "{projectRoot}/*.{md,mdx}" "{projectRoot}/**/*.{md,mdx}" --config "node_modules/@storm-software/markdownlint/config/recommended.markdownlint-cli2.jsonc" --fix`
|
|
100
105
|
}
|
|
101
106
|
};
|
|
102
107
|
}
|
|
@@ -111,7 +116,7 @@ var createNodesV2 = [
|
|
|
111
116
|
`^${_optionalChain([options2, 'optionalAccess', _13 => _13.enableTypecheck]) && typeof _optionalChain([options2, 'optionalAccess', _14 => _14.enableTypecheck]) === "string" ? options2.enableTypecheck : "typecheck"}`
|
|
112
117
|
],
|
|
113
118
|
options: {
|
|
114
|
-
command:
|
|
119
|
+
command: `${exec} ${_optionalChain([options2, 'optionalAccess', _15 => _15.useTsGo]) ? "tsgo" : "tsc"} --noEmit --skipLibCheck --pretty --project ./${_path.join.call(void 0,
|
|
115
120
|
project.root,
|
|
116
121
|
"tsconfig.json"
|
|
117
122
|
)}`
|
|
@@ -155,7 +160,7 @@ var createNodesV2 = [
|
|
|
155
160
|
dependsOn: ["^format-toml"],
|
|
156
161
|
executor: "nx:run-commands",
|
|
157
162
|
options: {
|
|
158
|
-
command:
|
|
163
|
+
command: `${exec} taplo format --config="node_modules/@storm-software/linting-tools/taplo/config.toml" --cache-path="node_modules/.cache/taplo/{projectRoot}" --colors="always" "{projectRoot}/*.toml" "{projectRoot}/**/*.toml" `
|
|
159
164
|
}
|
|
160
165
|
};
|
|
161
166
|
targets["format-readme"] ??= {
|
|
@@ -169,7 +174,7 @@ var createNodesV2 = [
|
|
|
169
174
|
dependsOn: ["^format-readme"],
|
|
170
175
|
executor: "nx:run-commands",
|
|
171
176
|
options: {
|
|
172
|
-
command:
|
|
177
|
+
command: `${exec} storm-git readme --templates="tools/readme-templates" --project="{projectName}"`
|
|
173
178
|
}
|
|
174
179
|
};
|
|
175
180
|
targets["format-prettier"] ??= {
|
|
@@ -179,7 +184,7 @@ var createNodesV2 = [
|
|
|
179
184
|
dependsOn: ["^format-prettier"],
|
|
180
185
|
executor: "nx:run-commands",
|
|
181
186
|
options: {
|
|
182
|
-
command:
|
|
187
|
+
command: `${exec} prettier "{projectRoot}/**/*" --write --ignore-unknown --no-error-on-unmatched-pattern --config="node_modules/@storm-software/prettier/exclude-packagejson.json" --ignore-path="node_modules/@storm-software/prettier/.prettierignore-exclude-packagejson" --cache --cache-location="node_modules/.cache/prettier/{projectRoot}" `
|
|
183
188
|
}
|
|
184
189
|
};
|
|
185
190
|
targets.format ??= {
|
|
@@ -203,7 +208,7 @@ var createNodesV2 = [
|
|
|
203
208
|
inputs: ["typescript", "^production"],
|
|
204
209
|
outputs: [`{workspaceRoot}/dist/${root}`],
|
|
205
210
|
options: {
|
|
206
|
-
command:
|
|
211
|
+
command: `${exec} rimraf dist/{projectRoot}`,
|
|
207
212
|
color: true,
|
|
208
213
|
cwd: "{workspaceRoot}"
|
|
209
214
|
}
|
|
@@ -215,7 +220,7 @@ var createNodesV2 = [
|
|
|
215
220
|
inputs: ["typescript", "^production"],
|
|
216
221
|
outputs: [`{workspaceRoot}/dist/${root}`],
|
|
217
222
|
options: {
|
|
218
|
-
command:
|
|
223
|
+
command: `${exec} nx run ${project.name}:build`
|
|
219
224
|
}
|
|
220
225
|
};
|
|
221
226
|
if (enableTest) {
|