@storm-software/workspace-tools 1.296.104 → 1.296.105

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.
Files changed (60) hide show
  1. package/README.md +1 -1
  2. package/dist/executors.js +12 -12
  3. package/dist/executors.mjs +13 -13
  4. package/dist/generators.js +7 -7
  5. package/dist/generators.mjs +6 -6
  6. package/dist/index.js +43 -43
  7. package/dist/index.mjs +69 -69
  8. package/dist/src/base/index.js +10 -10
  9. package/dist/src/base/index.mjs +15 -15
  10. package/dist/src/executors/cargo-build/executor.js +4 -4
  11. package/dist/src/executors/cargo-build/executor.mjs +3 -3
  12. package/dist/src/executors/cargo-check/executor.js +4 -4
  13. package/dist/src/executors/cargo-check/executor.mjs +3 -3
  14. package/dist/src/executors/cargo-clippy/executor.js +4 -4
  15. package/dist/src/executors/cargo-clippy/executor.mjs +3 -3
  16. package/dist/src/executors/cargo-doc/executor.js +4 -4
  17. package/dist/src/executors/cargo-doc/executor.mjs +3 -3
  18. package/dist/src/executors/cargo-format/executor.js +4 -4
  19. package/dist/src/executors/cargo-format/executor.mjs +3 -3
  20. package/dist/src/executors/napi/executor.js +4 -4
  21. package/dist/src/executors/napi/executor.mjs +3 -3
  22. package/dist/src/executors/npm-publish/executor.js +4 -4
  23. package/dist/src/executors/npm-publish/executor.mjs +3 -3
  24. package/dist/src/generators/browser-library/generator.js +2 -2
  25. package/dist/src/generators/browser-library/generator.mjs +2 -2
  26. package/dist/src/generators/neutral-library/generator.js +2 -2
  27. package/dist/src/generators/neutral-library/generator.mjs +2 -2
  28. package/dist/src/generators/node-library/generator.js +4 -4
  29. package/dist/src/generators/node-library/generator.mjs +3 -3
  30. package/dist/src/generators/preset/generator.js +4 -4
  31. package/dist/src/generators/preset/generator.mjs +3 -3
  32. package/dist/src/plugins/rust/cargo-toml.js +1 -1
  33. package/dist/src/plugins/rust/cargo-toml.mjs +1 -1
  34. package/dist/src/plugins/rust/index.js +1 -1
  35. package/dist/src/plugins/rust/index.mjs +1 -1
  36. package/dist/src/utils/index.js +8 -8
  37. package/dist/src/utils/index.mjs +23 -23
  38. package/dist/src/utils/package-helpers.js +3 -3
  39. package/dist/src/utils/package-helpers.mjs +2 -2
  40. package/package.json +12 -12
  41. package/dist/chunk-2D2626GQ.js +0 -128
  42. package/dist/chunk-5T4QN26P.js +0 -93
  43. package/dist/chunk-62U3K4QL.js +0 -31
  44. package/dist/chunk-6DTG46OS.mjs +0 -128
  45. package/dist/chunk-7YO4PMLG.mjs +0 -32
  46. package/dist/chunk-BKTSNX4U.js +0 -41
  47. package/dist/chunk-BZB6C7OW.mjs +0 -31
  48. package/dist/chunk-CW6ERHR6.js +0 -79
  49. package/dist/chunk-DPKPIVRB.mjs +0 -93
  50. package/dist/chunk-K4DWEHZO.js +0 -262
  51. package/dist/chunk-MBQOVLFH.js +0 -32
  52. package/dist/chunk-MVSTFKO3.mjs +0 -318
  53. package/dist/chunk-NP4JJVGY.js +0 -32
  54. package/dist/chunk-P42HBYJL.js +0 -32
  55. package/dist/chunk-PS3344Z2.js +0 -318
  56. package/dist/chunk-TYLGU2FW.mjs +0 -41
  57. package/dist/chunk-UUWXIOS5.mjs +0 -32
  58. package/dist/chunk-WAXMGLST.mjs +0 -32
  59. package/dist/chunk-WSB4F36F.mjs +0 -82
  60. package/dist/chunk-Z2ZHQ4GR.mjs +0 -265
@@ -1,318 +0,0 @@
1
- "use strict";Object.defineProperty(exports, "__esModule", {value: true}); async function _asyncNullishCoalesce(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return await rhsFn(); } } function _optionalChain(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }
2
-
3
- var _chunk3MXZ2RJFjs = require('./chunk-3MXZ2RJF.js');
4
-
5
-
6
- var _chunkMKJITWLNjs = require('./chunk-MKJITWLN.js');
7
-
8
-
9
- var _chunk5T4QN26Pjs = require('./chunk-5T4QN26P.js');
10
-
11
-
12
- var _chunkIMY2BU43js = require('./chunk-IMY2BU43.js');
13
-
14
-
15
- var _chunkCQDBLKPFjs = require('./chunk-CQDBLKPF.js');
16
-
17
- // src/executors/npm-publish/executor.ts
18
- var _jiti = require('jiti');
19
- var _child_process = require('child_process');
20
- var _promises = require('fs/promises');
21
- var _prettier = require('prettier');
22
- var LARGE_BUFFER = 1024 * 1e6;
23
- async function replaceDepsAliases(jiti, packageRoot, workspaceRoot, packageManager) {
24
- if (packageManager === "bun") {
25
- const { replaceDepsAliases: replaceBunDepsAliases } = await jiti.import(jiti.esmResolve("@storm-software/bun-tools"));
26
- return replaceBunDepsAliases(packageRoot, workspaceRoot);
27
- }
28
- if (packageManager === "pnpm") {
29
- const { replaceDepsAliases: replacePnpmDepsAliases } = await jiti.import(jiti.esmResolve("@storm-software/pnpm-tools"));
30
- return replacePnpmDepsAliases(packageRoot, workspaceRoot);
31
- }
32
- }
33
- async function npmPublishExecutorFn(options, context) {
34
- const workspaceConfig = await _chunkIMY2BU43js.getConfig.call(void 0, context.root);
35
- const packageManager = await _chunk3MXZ2RJFjs.getWorkspacePackageManager.call(void 0,
36
- context.root,
37
- workspaceConfig
38
- );
39
- const github = await _chunkMKJITWLNjs.getGitHubTools.call(void 0, workspaceConfig);
40
- const isDryRun = process.env.NX_DRY_RUN === "true" || options.dryRun || false;
41
- if (!context.projectName) {
42
- github.error("The `npm-publish` executor requires a `projectName`.");
43
- return { success: false };
44
- }
45
- const projectConfig = _optionalChain([context, 'access', _ => _.projectsConfigurations, 'optionalAccess', _2 => _2.projects, 'optionalAccess', _3 => _3[context.projectName]]);
46
- if (!projectConfig) {
47
- github.error(
48
- `Could not find project configuration for \`${context.projectName}\``
49
- );
50
- return { success: false };
51
- }
52
- const packageRoot = _chunkCQDBLKPFjs.joinPaths.call(void 0,
53
- context.root,
54
- options.packageRoot || _chunkCQDBLKPFjs.joinPaths.call(void 0, "dist", projectConfig.root)
55
- );
56
- const projectRoot = _optionalChain([context, 'access', _4 => _4.projectsConfigurations, 'access', _5 => _5.projects, 'access', _6 => _6[context.projectName], 'optionalAccess', _7 => _7.root]) ? _chunkCQDBLKPFjs.joinPaths.call(void 0,
57
- context.root,
58
- // eslint-disable-next-line @typescript-eslint/no-non-null-assertion
59
- context.projectsConfigurations.projects[context.projectName].root
60
- ) : packageRoot;
61
- const jiti = _jiti.createJiti.call(void 0, context.root, {
62
- fsCache: _chunkCQDBLKPFjs.joinPaths.call(void 0, context.root, "node_modules/.cache/storm", "jiti"),
63
- interopDefault: true
64
- });
65
- const { getNpmRegistry, getRegistry } = await jiti.import(jiti.esmResolve("@storm-software/npm-tools/helpers"));
66
- const packageJsonPath = _chunkCQDBLKPFjs.joinPaths.call(void 0, packageRoot, "package.json");
67
- const packageJsonFile = await _promises.readFile.call(void 0, packageJsonPath, "utf8");
68
- if (!packageJsonFile) {
69
- github.error(`Could not find \`package.json\` at ${packageJsonPath}`);
70
- return { success: false };
71
- }
72
- const packageJson = JSON.parse(packageJsonFile);
73
- const projectPackageJsonPath = _chunkCQDBLKPFjs.joinPaths.call(void 0, projectRoot, "package.json");
74
- const projectPackageJsonFile = await _promises.readFile.call(void 0, projectPackageJsonPath, "utf8");
75
- if (!projectPackageJsonFile) {
76
- github.error(
77
- `Could not find \`package.json\` at ${projectPackageJsonPath}`
78
- );
79
- return { success: false };
80
- }
81
- const projectPackageJson = JSON.parse(projectPackageJsonFile);
82
- if (packageJson.version !== projectPackageJson.version) {
83
- console.warn(
84
- `The version in the package.json file at ${packageJsonPath} (current: ${packageJson.version}) does not match the version in the package.json file at ${projectPackageJsonPath} (current: ${projectPackageJson.version}). This file will be updated to match the version in the project package.json file.`
85
- );
86
- if (projectPackageJson.version) {
87
- packageJson.version = projectPackageJson.version;
88
- await _promises.writeFile.call(void 0,
89
- packageJsonPath,
90
- await _prettier.format.call(void 0, JSON.stringify(packageJson), {
91
- parser: "json",
92
- proseWrap: "preserve",
93
- trailingComma: "none",
94
- tabWidth: 2,
95
- semi: true,
96
- singleQuote: false,
97
- quoteProps: "as-needed",
98
- insertPragma: false,
99
- bracketSameLine: true,
100
- printWidth: 80,
101
- bracketSpacing: true,
102
- arrowParens: "avoid",
103
- endOfLine: "lf",
104
- plugins: ["prettier-plugin-packagejson"]
105
- })
106
- );
107
- }
108
- }
109
- const packageName = packageJson.name;
110
- console.info(
111
- `\u{1F680} Running Storm NPM Publish executor on the ${packageName} package`
112
- );
113
- const packageTxt = packageName === context.projectName ? `package "${packageName}"` : `package "${packageName}" from project "${context.projectName}"`;
114
- if (packageJson.private === true) {
115
- console.warn(
116
- `Skipped ${packageTxt}, because it has \`"private": true\` in ${packageJsonPath}`
117
- );
118
- return { success: true };
119
- }
120
- await replaceDepsAliases(jiti, packageRoot, context.root, packageManager);
121
- await _chunk5T4QN26Pjs.addPackageJsonGitHead.call(void 0, packageRoot);
122
- const npmPublishCommandSegments = [`npm publish --json`];
123
- const npmViewCommandSegments = [
124
- `npm view ${packageName} versions dist-tags --json`
125
- ];
126
- const registry = await Promise.resolve(
127
- await _asyncNullishCoalesce(options.registry, async () => ( (await getRegistry() || getNpmRegistry())))
128
- );
129
- if (registry) {
130
- npmPublishCommandSegments.push(`--registry="${registry}" `);
131
- npmViewCommandSegments.push(`--registry="${registry}" `);
132
- }
133
- if (options.otp) {
134
- npmPublishCommandSegments.push(`--otp="${options.otp}" `);
135
- }
136
- let token;
137
- if (!options.otp && registry) {
138
- token = await github.getIDToken(
139
- `npm:${registry.replace(/^https?:\/\//, "")}`
140
- );
141
- if (!token) {
142
- github.warning(
143
- `Either a One time password (OTP) or an OpenID Connect (OIDC) token is generally required to publish ${packageTxt} to NPM. Usually the OIDC token should be provided automatically via GitHub Actions (see: https://github.com/actions/toolkit/tree/main/packages/core#oidc-token); however, the release process was unable to retrieve it. Please provide a \`otp\` executor option, or investigate why the OIDC token could not be retrieved.`
144
- );
145
- }
146
- }
147
- npmPublishCommandSegments.push("--provenance --access=public ");
148
- if (isDryRun) {
149
- npmPublishCommandSegments.push("--dry-run");
150
- }
151
- const tag = options.tag || _child_process.execSync.call(void 0, "npm config get tag", {
152
- cwd: packageRoot,
153
- env: {
154
- NPM_ID_TOKEN: token,
155
- ...process.env,
156
- FORCE_COLOR: "true"
157
- },
158
- maxBuffer: LARGE_BUFFER,
159
- killSignal: "SIGTERM"
160
- }).toString().trim();
161
- if (tag) {
162
- npmPublishCommandSegments.push(`--tag="${tag}" `);
163
- }
164
- if (!isDryRun) {
165
- const currentVersion = options.version || packageJson.version;
166
- try {
167
- try {
168
- const result = _child_process.execSync.call(void 0, npmViewCommandSegments.join(" "), {
169
- cwd: packageRoot,
170
- env: {
171
- NPM_ID_TOKEN: token,
172
- ...process.env,
173
- FORCE_COLOR: "true"
174
- },
175
- maxBuffer: LARGE_BUFFER,
176
- killSignal: "SIGTERM"
177
- });
178
- const resultJson = JSON.parse(result.toString());
179
- const distTags = resultJson["dist-tags"] || {};
180
- if (distTags[tag] === currentVersion) {
181
- console.warn(
182
- `Skipped ${packageTxt} because v${currentVersion} already exists in ${registry} with tag "${tag}"`
183
- );
184
- return { success: true };
185
- }
186
- } catch (err) {
187
- console.debug(
188
- `An error occurred while checking for existing dist-tags. Please note: if this is the first time this package has been published to npm, this can be ignored.
189
-
190
- Error: ${JSON.stringify(
191
- err,
192
- null,
193
- 2
194
- )}`
195
- );
196
- }
197
- try {
198
- if (!isDryRun) {
199
- const command = `npm dist-tag add ${packageName}@${currentVersion} ${tag} --registry="${registry}" `;
200
- console.debug(
201
- `Adding the dist-tag ${tag} - preparing to run the following: ${command}`
202
- );
203
- const result = _child_process.execSync.call(void 0, command, {
204
- cwd: packageRoot,
205
- env: {
206
- NPM_ID_TOKEN: token,
207
- ...process.env,
208
- FORCE_COLOR: "true"
209
- },
210
- maxBuffer: LARGE_BUFFER,
211
- killSignal: "SIGTERM"
212
- });
213
- console.info(
214
- `Added the dist-tag ${tag} to v${currentVersion} for registry "${registry}".
215
-
216
- Execution response: ${result.toString()}`
217
- );
218
- } else {
219
- console.info(
220
- `Would have added the dist-tag ${tag} to v${currentVersion} for registry "${registry}", but [dry-run] was set.
221
- `
222
- );
223
- }
224
- return { success: true };
225
- } catch (err) {
226
- try {
227
- const stdoutData = JSON.parse(_optionalChain([err, 'access', _8 => _8.stdout, 'optionalAccess', _9 => _9.toString, 'call', _10 => _10()]) || "{}");
228
- if (_optionalChain([stdoutData, 'optionalAccess', _11 => _11.error]) && !(_optionalChain([stdoutData, 'access', _12 => _12.error, 'optionalAccess', _13 => _13.code, 'optionalAccess', _14 => _14.includes, 'call', _15 => _15("E404")]) && _optionalChain([stdoutData, 'access', _16 => _16.error, 'optionalAccess', _17 => _17.summary, 'optionalAccess', _18 => _18.includes, 'call', _19 => _19("no such package available")])) && !(_optionalChain([err, 'access', _20 => _20.stderr, 'optionalAccess', _21 => _21.toString, 'call', _22 => _22(), 'access', _23 => _23.includes, 'call', _24 => _24("E404")]) && _optionalChain([err, 'access', _25 => _25.stderr, 'optionalAccess', _26 => _26.toString, 'call', _27 => _27(), 'access', _28 => _28.includes, 'call', _29 => _29("no such package available")]))) {
229
- const errorMessage = `An unexpected error occured while running the npm dist-tag add command:
230
-
231
- ${_optionalChain([stdoutData, 'optionalAccess', _30 => _30.error, 'optionalAccess', _31 => _31.summary]) ? `Summary: ${_optionalChain([stdoutData, 'optionalAccess', _32 => _32.error, 'optionalAccess', _33 => _33.summary])}${_optionalChain([stdoutData, 'optionalAccess', _34 => _34.error, 'optionalAccess', _35 => _35.code]) ? ` (${_optionalChain([stdoutData, 'optionalAccess', _36 => _36.error, 'optionalAccess', _37 => _37.code])})` : ""}
232
- ` : ""}${_optionalChain([stdoutData, 'optionalAccess', _38 => _38.error, 'optionalAccess', _39 => _39.detail]) ? `Detail: ${_optionalChain([stdoutData, 'optionalAccess', _40 => _40.error, 'optionalAccess', _41 => _41.detail])}
233
- ` : ""}`;
234
- github.error(errorMessage);
235
- return { success: false };
236
- }
237
- } catch (err2) {
238
- const stdoutData = JSON.parse(_optionalChain([err2, 'access', _42 => _42.stdout, 'optionalAccess', _43 => _43.toString, 'call', _44 => _44()]) || "{}");
239
- const errorMessage = `An unexpected error occured while processing the npm dist-tag add output:
240
-
241
- ${_optionalChain([stdoutData, 'optionalAccess', _45 => _45.error, 'optionalAccess', _46 => _46.summary]) ? `Summary: ${_optionalChain([stdoutData, 'optionalAccess', _47 => _47.error, 'optionalAccess', _48 => _48.summary])}${_optionalChain([stdoutData, 'optionalAccess', _49 => _49.error, 'optionalAccess', _50 => _50.code]) ? ` (${_optionalChain([stdoutData, 'optionalAccess', _51 => _51.error, 'optionalAccess', _52 => _52.code])})` : ""}
242
- ` : ""}${_optionalChain([stdoutData, 'optionalAccess', _53 => _53.error, 'optionalAccess', _54 => _54.detail]) ? `Detail: ${_optionalChain([stdoutData, 'optionalAccess', _55 => _55.error, 'optionalAccess', _56 => _56.detail])}
243
- ` : ""}`;
244
- github.error(errorMessage);
245
- return { success: false };
246
- }
247
- }
248
- } catch (err) {
249
- const stdoutData = JSON.parse(_optionalChain([err, 'access', _57 => _57.stdout, 'optionalAccess', _58 => _58.toString, 'call', _59 => _59()]) || "{}");
250
- if (!(_optionalChain([stdoutData, 'access', _60 => _60.error, 'optionalAccess', _61 => _61.code, 'optionalAccess', _62 => _62.includes, 'call', _63 => _63("E404")]) && _optionalChain([stdoutData, 'access', _64 => _64.error, 'optionalAccess', _65 => _65.summary, 'optionalAccess', _66 => _66.toLowerCase, 'call', _67 => _67(), 'access', _68 => _68.includes, 'call', _69 => _69("not found")])) && !(_optionalChain([err, 'access', _70 => _70.stderr, 'optionalAccess', _71 => _71.toString, 'call', _72 => _72(), 'access', _73 => _73.includes, 'call', _74 => _74("E404")]) && _optionalChain([err, 'access', _75 => _75.stderr, 'optionalAccess', _76 => _76.toString, 'call', _77 => _77(), 'access', _78 => _78.toLowerCase, 'call', _79 => _79(), 'access', _80 => _80.includes, 'call', _81 => _81("not found")]))) {
251
- const errorMessage = `An unexpected error occured while checking for existing dist-tags:
252
-
253
- ${_optionalChain([stdoutData, 'optionalAccess', _82 => _82.error, 'optionalAccess', _83 => _83.summary]) ? `Summary: ${_optionalChain([stdoutData, 'optionalAccess', _84 => _84.error, 'optionalAccess', _85 => _85.summary])}${_optionalChain([stdoutData, 'optionalAccess', _86 => _86.error, 'optionalAccess', _87 => _87.code]) ? ` (${_optionalChain([stdoutData, 'optionalAccess', _88 => _88.error, 'optionalAccess', _89 => _89.code])})` : ""}
254
- ` : ""}${_optionalChain([stdoutData, 'optionalAccess', _90 => _90.error, 'optionalAccess', _91 => _91.detail]) ? `Detail: ${_optionalChain([stdoutData, 'optionalAccess', _92 => _92.error, 'optionalAccess', _93 => _93.detail])}
255
- ` : ""}`;
256
- github.error(errorMessage);
257
- return { success: false };
258
- }
259
- }
260
- }
261
- try {
262
- const cwd = packageRoot;
263
- const command = npmPublishCommandSegments.join(" ");
264
- console.info(
265
- `Running publish command "${command}" in current working directory: "${cwd}" `
266
- );
267
- const result = _child_process.execSync.call(void 0, command, {
268
- cwd,
269
- env: {
270
- NPM_ID_TOKEN: token,
271
- ...process.env,
272
- FORCE_COLOR: "true"
273
- },
274
- maxBuffer: LARGE_BUFFER,
275
- killSignal: "SIGTERM"
276
- });
277
- if (isDryRun) {
278
- console.info(
279
- `Would publish tag "${tag}" to ${registry}, but [dry-run] was set. ${result ? `
280
-
281
- Execution response: ${result.toString()}` : ""}`
282
- );
283
- } else {
284
- console.info(
285
- `Published tag "${tag}" to ${registry}. ${result ? `
286
-
287
- Execution response: ${result.toString()}` : ""}`
288
- );
289
- }
290
- return { success: true };
291
- } catch (err) {
292
- try {
293
- const stdoutData = JSON.parse(_optionalChain([err, 'access', _94 => _94.stdout, 'optionalAccess', _95 => _95.toString, 'call', _96 => _96()]) || "{}");
294
- const errorMessage = `An error occurred while publishing the npm package:
295
-
296
- ${_optionalChain([stdoutData, 'optionalAccess', _97 => _97.error, 'optionalAccess', _98 => _98.summary]) ? `Summary: ${_optionalChain([stdoutData, 'optionalAccess', _99 => _99.error, 'optionalAccess', _100 => _100.summary])}${_optionalChain([stdoutData, 'optionalAccess', _101 => _101.error, 'optionalAccess', _102 => _102.code]) ? ` (${_optionalChain([stdoutData, 'optionalAccess', _103 => _103.error, 'optionalAccess', _104 => _104.code])})` : ""}
297
- ` : ""}${_optionalChain([stdoutData, 'optionalAccess', _105 => _105.error, 'optionalAccess', _106 => _106.detail]) ? `Detail: ${_optionalChain([stdoutData, 'optionalAccess', _107 => _107.error, 'optionalAccess', _108 => _108.detail])}
298
- ` : ""}`;
299
- github.error(errorMessage);
300
- return { success: false };
301
- } catch (err2) {
302
- const errorMessage = `Something unexpected went wrong when processing the npm publish output.
303
-
304
- Error: ${JSON.stringify(
305
- Buffer.isBuffer(err2) ? err2.toString() : err2,
306
- null,
307
- 2
308
- )}`;
309
- github.error(errorMessage);
310
- return { success: false };
311
- }
312
- }
313
- }
314
-
315
-
316
-
317
-
318
- exports.LARGE_BUFFER = LARGE_BUFFER; exports.npmPublishExecutorFn = npmPublishExecutorFn;
@@ -1,41 +0,0 @@
1
- import {
2
- withRunExecutor
3
- } from "./chunk-Y3CN5O3K.mjs";
4
- import {
5
- buildCargoCommand,
6
- cargoCommand
7
- } from "./chunk-C3G4MZGP.mjs";
8
-
9
- // src/executors/cargo-doc/executor.ts
10
- async function cargoDocExecutor(options, context) {
11
- const opts = { ...options };
12
- opts["no-deps"] = opts.noDeps;
13
- delete opts.noDeps;
14
- const command = buildCargoCommand("doc", options, context);
15
- return await cargoCommand(context.root, ...command);
16
- }
17
- var executor_default = withRunExecutor(
18
- "Cargo - Doc",
19
- cargoDocExecutor,
20
- {
21
- skipReadingConfig: false,
22
- hooks: {
23
- applyDefaultOptions: (options) => {
24
- options.outputPath ??= "dist/{projectRoot}/docs";
25
- options.toolchain ??= "stable";
26
- options.release ??= options.profile ? false : true;
27
- options.allFeatures ??= true;
28
- options.lib ??= true;
29
- options.bins ??= true;
30
- options.examples ??= true;
31
- options.noDeps ??= false;
32
- return options;
33
- }
34
- }
35
- }
36
- );
37
-
38
- export {
39
- cargoDocExecutor,
40
- executor_default
41
- };
@@ -1,32 +0,0 @@
1
- import {
2
- withRunExecutor
3
- } from "./chunk-Y3CN5O3K.mjs";
4
- import {
5
- buildCargoCommand,
6
- cargoCommand
7
- } from "./chunk-C3G4MZGP.mjs";
8
-
9
- // src/executors/cargo-format/executor.ts
10
- async function cargoFormatExecutor(options, context) {
11
- const command = buildCargoCommand("fmt", options, context);
12
- return await cargoCommand(context.root, ...command);
13
- }
14
- var executor_default = withRunExecutor(
15
- "Cargo - Format",
16
- cargoFormatExecutor,
17
- {
18
- skipReadingConfig: false,
19
- hooks: {
20
- applyDefaultOptions: (options) => {
21
- options.outputPath ??= "dist/{projectRoot}/target";
22
- options.toolchain ??= "stable";
23
- return options;
24
- }
25
- }
26
- }
27
- );
28
-
29
- export {
30
- cargoFormatExecutor,
31
- executor_default
32
- };
@@ -1,32 +0,0 @@
1
- import {
2
- withRunExecutor
3
- } from "./chunk-Y3CN5O3K.mjs";
4
- import {
5
- buildCargoCommand,
6
- cargoCommand
7
- } from "./chunk-C3G4MZGP.mjs";
8
-
9
- // src/executors/cargo-clippy/executor.ts
10
- async function cargoClippyExecutor(options, context) {
11
- const command = buildCargoCommand("clippy", options, context);
12
- return await cargoCommand(context.root, ...command);
13
- }
14
- var executor_default = withRunExecutor(
15
- "Cargo - Clippy",
16
- cargoClippyExecutor,
17
- {
18
- skipReadingConfig: false,
19
- hooks: {
20
- applyDefaultOptions: (options) => {
21
- options.toolchain ??= "stable";
22
- options.fix ??= false;
23
- return options;
24
- }
25
- }
26
- }
27
- );
28
-
29
- export {
30
- cargoClippyExecutor,
31
- executor_default
32
- };
@@ -1,82 +0,0 @@
1
- import {
2
- normalizeOptions,
3
- typeScriptLibraryGeneratorFn
4
- } from "./chunk-XSHN3XHD.mjs";
5
- import {
6
- withRunGenerator
7
- } from "./chunk-3G7TXYW2.mjs";
8
- import {
9
- typesNodeVersion
10
- } from "./chunk-DEHA5C77.mjs";
11
- import {
12
- joinPaths
13
- } from "./chunk-TBW5MCN6.mjs";
14
- import {
15
- __dirname
16
- } from "./chunk-77J7VIDG.mjs";
17
-
18
- // src/generators/node-library/generator.ts
19
- import {
20
- formatFiles,
21
- generateFiles,
22
- names,
23
- offsetFromRoot
24
- } from "@nx/devkit";
25
- async function nodeLibraryGeneratorFn(tree, schema, config) {
26
- const filesDir = joinPaths(
27
- __dirname,
28
- "src",
29
- "generators",
30
- "node-library",
31
- "files"
32
- );
33
- const tsLibraryGeneratorOptions = {
34
- platform: "node",
35
- devDependencies: {
36
- "@types/node": typesNodeVersion
37
- },
38
- buildExecutor: "@storm-software/workspace-tools:unbuild",
39
- ...schema,
40
- directory: schema.directory,
41
- description: schema.description
42
- };
43
- const options = await normalizeOptions(tree, tsLibraryGeneratorOptions);
44
- const { className, name, propertyName } = names(options.name);
45
- generateFiles(tree, filesDir, options.projectRoot, {
46
- ...schema,
47
- dot: ".",
48
- className,
49
- name,
50
- namespace: process.env.STORM_NAMESPACE ?? "storm-software",
51
- description: schema.description ?? "",
52
- propertyName,
53
- js: !!options.js,
54
- cliCommand: "nx",
55
- strict: void 0,
56
- tmpl: "",
57
- offsetFromRoot: offsetFromRoot(options.projectRoot),
58
- buildable: options.bundler && options.bundler !== "none",
59
- hasUnitTestRunner: options.unitTestRunner !== "none"
60
- });
61
- await typeScriptLibraryGeneratorFn(tree, tsLibraryGeneratorOptions, config);
62
- await formatFiles(tree);
63
- return null;
64
- }
65
- var generator_default = withRunGenerator(
66
- "TypeScript Library Creator (NodeJs Platform)",
67
- nodeLibraryGeneratorFn,
68
- {
69
- hooks: {
70
- applyDefaultOptions: (options) => {
71
- options.description ??= "A library used by Storm Software to support NodeJs applications";
72
- options.platform ??= "node";
73
- return options;
74
- }
75
- }
76
- }
77
- );
78
-
79
- export {
80
- nodeLibraryGeneratorFn,
81
- generator_default
82
- };