@storm-software/workspace-tools 1.294.39 → 1.294.40
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 +9 -0
- package/README.md +1 -1
- package/dist/{chunk-7KSP37MJ.mjs → chunk-253SGFZD.mjs} +1 -1
- package/dist/{chunk-CEM3HM3B.mjs → chunk-2SCDO4SB.mjs} +1 -1
- package/dist/{chunk-E7FF7KFZ.mjs → chunk-3DVMTFVU.mjs} +1 -1
- package/dist/chunk-54MA4WSQ.mjs +32 -0
- package/dist/chunk-652HZZQ6.mjs +82 -0
- package/dist/chunk-BLSUQ4AI.mjs +32 -0
- package/dist/chunk-CFGJEIMQ.js +31 -0
- package/dist/{chunk-CEC4FZYL.mjs → chunk-CX42PCEC.mjs} +5 -5
- package/dist/chunk-DGX22JSK.js +32 -0
- package/dist/chunk-EFCYTQCA.js +93 -0
- package/dist/chunk-FUI4YPOR.js +41 -0
- package/dist/chunk-G3ETC7F5.mjs +41 -0
- package/dist/chunk-GBESJVYG.mjs +32 -0
- package/dist/chunk-GGYEFCAI.mjs +116 -0
- package/dist/{chunk-LNV6TE5T.mjs → chunk-GX3NWVA7.mjs} +1 -1
- package/dist/chunk-HUC5CYJB.mjs +31 -0
- package/dist/chunk-JBRRO6VB.js +548 -0
- package/dist/chunk-JMKTY5ZQ.js +32 -0
- package/dist/chunk-KMDUHEVQ.js +79 -0
- package/dist/{chunk-OBA5LSVN.js → chunk-MLI55MFR.js} +3 -3
- package/dist/chunk-MORI7YVO.js +32 -0
- package/dist/chunk-NJLZBEYW.mjs +93 -0
- package/dist/chunk-OUFCTM3O.js +250 -0
- package/dist/chunk-RPQZ234N.js +116 -0
- package/dist/chunk-VWKETDBY.mjs +548 -0
- package/dist/chunk-XMDK4R7M.mjs +253 -0
- package/dist/executors.mjs +1 -1
- package/dist/generators.js +2 -2
- package/dist/generators.mjs +5 -5
- package/dist/index.js +2 -2
- package/dist/index.mjs +5 -5
- 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 +1 -1
- 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.mjs +1 -1
- 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.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.js +2 -2
- 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.mjs +1 -1
- package/dist/src/plugins/rust/index.mjs +1 -1
- package/dist/src/plugins/typescript/index.mjs +1 -1
- package/dist/src/plugins/typescript/tsdown.mjs +1 -1
- package/dist/src/plugins/typescript/tsup.mjs +1 -1
- package/dist/src/plugins/typescript/untyped-schema.mjs +1 -1
- package/dist/src/release/index.mjs +1 -1
- package/dist/src/release/js-version-actions.mjs +1 -1
- 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/index.mjs +1 -1
- package/dist/src/utils/lock-file.mjs +1 -1
- package/dist/src/utils/nx-json.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/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 +10 -10
|
@@ -0,0 +1,253 @@
|
|
|
1
|
+
import {
|
|
2
|
+
nodeVersion,
|
|
3
|
+
pnpmVersion
|
|
4
|
+
} from "./chunk-QC5ON3X4.mjs";
|
|
5
|
+
import {
|
|
6
|
+
withRunGenerator
|
|
7
|
+
} from "./chunk-CDEOZ2LA.mjs";
|
|
8
|
+
import {
|
|
9
|
+
__dirname
|
|
10
|
+
} from "./chunk-GX3NWVA7.mjs";
|
|
11
|
+
|
|
12
|
+
// src/generators/preset/generator.ts
|
|
13
|
+
import {
|
|
14
|
+
addDependenciesToPackageJson,
|
|
15
|
+
addProjectConfiguration,
|
|
16
|
+
formatFiles,
|
|
17
|
+
generateFiles,
|
|
18
|
+
joinPathFragments,
|
|
19
|
+
updateJson
|
|
20
|
+
} from "@nx/devkit";
|
|
21
|
+
import * as path from "node:path";
|
|
22
|
+
async function presetGeneratorFn(tree, options) {
|
|
23
|
+
const projectRoot = ".";
|
|
24
|
+
options.description ??= `\u26A1The ${options.namespace ? options.namespace : options.name} monorepo contains utility applications, tools, and various libraries to create modern and scalable web applications.`;
|
|
25
|
+
options.namespace ??= options.organization;
|
|
26
|
+
addProjectConfiguration(tree, `@${options.namespace}/${options.name}`, {
|
|
27
|
+
root: projectRoot,
|
|
28
|
+
projectType: "application",
|
|
29
|
+
targets: {
|
|
30
|
+
"local-registry": {
|
|
31
|
+
executor: "@nx/js:verdaccio",
|
|
32
|
+
options: {
|
|
33
|
+
port: 4873,
|
|
34
|
+
config: ".verdaccio/config.yml",
|
|
35
|
+
storage: "tmp/local-registry/storage"
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
});
|
|
40
|
+
updateJson(tree, "package.json", (json) => {
|
|
41
|
+
json.scripts = json.scripts || {};
|
|
42
|
+
json.version = "0.0.0";
|
|
43
|
+
json.triggerEmptyDevReleaseByIncrementingThisNumber = 0;
|
|
44
|
+
json.private = true;
|
|
45
|
+
json.keywords ??= [
|
|
46
|
+
options.name,
|
|
47
|
+
options.namespace,
|
|
48
|
+
"storm",
|
|
49
|
+
"storm-stack",
|
|
50
|
+
"storm-ops",
|
|
51
|
+
"rust",
|
|
52
|
+
"nx",
|
|
53
|
+
"graphql",
|
|
54
|
+
"sullivanpj",
|
|
55
|
+
"monorepo"
|
|
56
|
+
];
|
|
57
|
+
json.homepage ??= "https://stormsoftware.com";
|
|
58
|
+
json.bugs ??= {
|
|
59
|
+
url: `https://github.com/${options.organization}/${options.name}/issues`,
|
|
60
|
+
email: "support@stormsoftware.com"
|
|
61
|
+
};
|
|
62
|
+
json.license = "Apache-2.0";
|
|
63
|
+
json.author ??= {
|
|
64
|
+
name: "Storm Software",
|
|
65
|
+
email: "contact@stormsoftware.com",
|
|
66
|
+
url: "https://stormsoftware.com"
|
|
67
|
+
};
|
|
68
|
+
json.maintainers ??= [
|
|
69
|
+
{
|
|
70
|
+
name: "Storm Software",
|
|
71
|
+
email: "contact@stormsoftware.com",
|
|
72
|
+
url: "https://stormsoftware.com"
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
name: "Pat Sullivan",
|
|
76
|
+
email: "admin@stormsoftware.com",
|
|
77
|
+
url: "https://patsullivan.org"
|
|
78
|
+
}
|
|
79
|
+
];
|
|
80
|
+
json.funding ??= {
|
|
81
|
+
type: "github",
|
|
82
|
+
url: "https://github.com/sponsors/storm-software"
|
|
83
|
+
};
|
|
84
|
+
json.namespace ??= `@${options.namespace}`;
|
|
85
|
+
json.description ??= options.description;
|
|
86
|
+
options.repositoryUrl ??= `https://github.com/${options.organization}/${options.name}`;
|
|
87
|
+
json.repository ??= {
|
|
88
|
+
type: "github",
|
|
89
|
+
url: `${options.repositoryUrl}.git`
|
|
90
|
+
};
|
|
91
|
+
json.packageManager ??= "pnpm@10.3.0";
|
|
92
|
+
json.engines ??= {
|
|
93
|
+
node: ">=20.11.0",
|
|
94
|
+
pnpm: ">=10.3.0"
|
|
95
|
+
};
|
|
96
|
+
json.prettier = "@storm-software/prettier/config.json";
|
|
97
|
+
json.nx ??= {
|
|
98
|
+
includedScripts: [
|
|
99
|
+
"lint-sherif",
|
|
100
|
+
"lint-knip",
|
|
101
|
+
"lint-ls",
|
|
102
|
+
"lint",
|
|
103
|
+
"format",
|
|
104
|
+
"format-sherif",
|
|
105
|
+
"format-readme",
|
|
106
|
+
"format-prettier",
|
|
107
|
+
"format-toml",
|
|
108
|
+
"commit",
|
|
109
|
+
"release"
|
|
110
|
+
]
|
|
111
|
+
};
|
|
112
|
+
json.scripts.adr = "pnpm log4brains adr new";
|
|
113
|
+
json.scripts["adr-preview"] = "pnpm log4brains preview";
|
|
114
|
+
json.scripts.prepare = "pnpm add lefthook -w && pnpm lefthook install";
|
|
115
|
+
json.scripts.preinstall = "npx -y only-allow pnpm";
|
|
116
|
+
json.scripts["install-csb"] = "corepack enable && pnpm install --no-frozen-lockfile";
|
|
117
|
+
json.scripts.clean = "rimraf dist && rimraf --glob packages/**/dist && rimraf --glob tools/**/dist && rimraf --glob docs/**/dist && rimraf --glob apps/**/dist && rimraf --glob libs/**/dist";
|
|
118
|
+
json.scripts.nuke = "nx clear-cache && rimraf .nx/cache && rimraf .nx/workspace-data && pnpm clean && rimraf pnpm-lock.yaml && rimraf --glob packages/**/node_modules && rimraf --glob tools/**/node_modules && rimraf node_modules";
|
|
119
|
+
json.scripts.prebuild = "pnpm clean";
|
|
120
|
+
json.scripts.build = "nx affected -t build --parallel=5";
|
|
121
|
+
json.scripts["build-all"] = "nx run-many -t build --all --parallel=5";
|
|
122
|
+
json.scripts["build-prod"] = "nx run-many -t build --all --prod --parallel=5";
|
|
123
|
+
json.scripts["build-tools"] = "nx run-many -t build --projects=tools/* --parallel=5";
|
|
124
|
+
json.scripts["build-docs"] = "nx run-many -t build --projects=docs/* --parallel=5";
|
|
125
|
+
if (!options.includeApps) {
|
|
126
|
+
json.scripts["build-packages"] = "nx run-many -t build --projects=packages/* --parallel=5";
|
|
127
|
+
} else {
|
|
128
|
+
json.scripts["build-apps"] = "nx run-many -t build --projects=apps/* --parallel=5";
|
|
129
|
+
json.scripts["build-libs"] = "nx run-many -t build --projects=libs/* --parallel=5";
|
|
130
|
+
json.scripts["build-storybook"] = "storybook build -s public";
|
|
131
|
+
}
|
|
132
|
+
json.scripts.nx = "nx";
|
|
133
|
+
json.scripts.graph = "nx graph";
|
|
134
|
+
json.scripts.lint = "pnpm storm-lint all --skip-cspell --skip-alex";
|
|
135
|
+
if (options.includeApps) {
|
|
136
|
+
json.scripts.start = "nx serve";
|
|
137
|
+
json.scripts.storybook = "pnpm storybook dev -p 6006";
|
|
138
|
+
}
|
|
139
|
+
json.scripts.help = "nx help";
|
|
140
|
+
json.scripts["dep-graph"] = "nx dep-graph";
|
|
141
|
+
json.scripts["local-registry"] = `nx local-registry @${options.namespace}/${options.name}`;
|
|
142
|
+
json.scripts.e2e = "nx e2e";
|
|
143
|
+
if (options.includeApps) {
|
|
144
|
+
json.scripts.test = "nx test && pnpm test-storybook";
|
|
145
|
+
json.scripts["test-storybook"] = "pnpm test-storybook";
|
|
146
|
+
} else {
|
|
147
|
+
json.scripts.test = "nx test";
|
|
148
|
+
}
|
|
149
|
+
json.scripts.lint = "pnpm storm-lint all --skip-cspell --skip-alex";
|
|
150
|
+
json.scripts.commit = "pnpm storm-git commit";
|
|
151
|
+
json.scripts["api-extractor"] = 'pnpm storm-docs api-extractor --outputPath="docs/api-reference" --clean';
|
|
152
|
+
json.scripts.release = "pnpm storm-git release";
|
|
153
|
+
json.scripts.format = "nx format:write";
|
|
154
|
+
json.scripts["format-sherif"] = "pnpm exec sherif -f -i typescript -i react -i react-dom";
|
|
155
|
+
json.scripts["format-toml"] = 'pnpm exec taplo format --config="./node_modules/@storm-software/linting-tools/taplo/config.toml" --cache-path="./node_modules/.cache/storm/taplo"';
|
|
156
|
+
json.scripts["format-readme"] = 'pnpm storm-git readme --templates="tools/readme-templates"';
|
|
157
|
+
json.scripts["format-prettier"] = "pnpm exec prettier --write --ignore-unknown --no-error-on-unmatched-pattern --cache && git update-index";
|
|
158
|
+
json.scripts.lint = "pnpm storm-lint all --skip-cspell";
|
|
159
|
+
json.scripts["lint-knip"] = "pnpm exec knip";
|
|
160
|
+
json.scripts["lint-sherif"] = "pnpm exec sherif -i typescript -i react -i react-dom";
|
|
161
|
+
json.scripts["lint-ls"] = 'pnpm exec ls-lint --config="./node_modules/@storm-software/linting-tools/ls-lint/ls-lint.yml"';
|
|
162
|
+
json.packageManager ??= `pnpm@${pnpmVersion}`;
|
|
163
|
+
json.engines = {
|
|
164
|
+
node: `>=${nodeVersion}`,
|
|
165
|
+
pnpm: `>=${pnpmVersion}`
|
|
166
|
+
};
|
|
167
|
+
return json;
|
|
168
|
+
});
|
|
169
|
+
generateFiles(tree, path.join(__dirname, "files"), projectRoot, {
|
|
170
|
+
...options,
|
|
171
|
+
pnpmVersion,
|
|
172
|
+
nodeVersion
|
|
173
|
+
});
|
|
174
|
+
await formatFiles(tree);
|
|
175
|
+
let dependencies = {
|
|
176
|
+
"@ls-lint/ls-lint": "2.2.3",
|
|
177
|
+
"@ltd/j-toml": "1.38.0",
|
|
178
|
+
"@nx/devkit": "^20.2.2",
|
|
179
|
+
"@nx/eslint-plugin": "^20.2.2",
|
|
180
|
+
"@nx/js": "^20.2.2",
|
|
181
|
+
"@nx/workspace": "^20.2.2",
|
|
182
|
+
"@storm-software/config": "latest",
|
|
183
|
+
"@storm-software/git-tools": "latest",
|
|
184
|
+
"@storm-software/linting-tools": "latest",
|
|
185
|
+
"@storm-software/testing-tools": "latest",
|
|
186
|
+
"@storm-software/workspace-tools": "latest",
|
|
187
|
+
"@storm-software/eslint": "latest",
|
|
188
|
+
"@storm-software/cspell": "latest",
|
|
189
|
+
"@storm-software/prettier": "latest",
|
|
190
|
+
"@taplo/cli": "0.7.0",
|
|
191
|
+
"@types/node": "^25.3.0",
|
|
192
|
+
copyfiles: "2.4.1",
|
|
193
|
+
eslint: "9.5.0",
|
|
194
|
+
jest: "29.7.0",
|
|
195
|
+
"jest-environment-node": "29.7.0",
|
|
196
|
+
knip: "5.25.2",
|
|
197
|
+
lefthook: "1.6.18",
|
|
198
|
+
nx: "^20.2.2",
|
|
199
|
+
prettier: "3.3.2",
|
|
200
|
+
"prettier-plugin-prisma": "5.0.0",
|
|
201
|
+
rimraf: "5.0.7",
|
|
202
|
+
sherif: "0.10.0",
|
|
203
|
+
"ts-jest": "29.1.5",
|
|
204
|
+
"ts-node": "10.9.2",
|
|
205
|
+
tslib: "2.6.3",
|
|
206
|
+
typescript: "5.5.3",
|
|
207
|
+
verdaccio: "5.31.1"
|
|
208
|
+
};
|
|
209
|
+
if (options.includeApps) {
|
|
210
|
+
dependencies = {
|
|
211
|
+
...dependencies,
|
|
212
|
+
react: "latest",
|
|
213
|
+
"react-dom": "latest",
|
|
214
|
+
storybook: "latest",
|
|
215
|
+
"@storybook/addons": "latest",
|
|
216
|
+
"@nx/react": "latest",
|
|
217
|
+
"@nx/next": "latest",
|
|
218
|
+
"@nx/node": "latest",
|
|
219
|
+
"@nx/storybook": "latest",
|
|
220
|
+
"jest-environment-jsdom": "29.7.0"
|
|
221
|
+
};
|
|
222
|
+
}
|
|
223
|
+
if (options.includeRust) {
|
|
224
|
+
dependencies = {
|
|
225
|
+
...dependencies,
|
|
226
|
+
"@monodon/rust": "1.4.0"
|
|
227
|
+
};
|
|
228
|
+
}
|
|
229
|
+
if (options.nxCloud) {
|
|
230
|
+
dependencies = {
|
|
231
|
+
...dependencies,
|
|
232
|
+
"nx-cloud": "latest"
|
|
233
|
+
};
|
|
234
|
+
}
|
|
235
|
+
await Promise.resolve(
|
|
236
|
+
addDependenciesToPackageJson(
|
|
237
|
+
tree,
|
|
238
|
+
dependencies,
|
|
239
|
+
{},
|
|
240
|
+
joinPathFragments(projectRoot, "package.json")
|
|
241
|
+
)
|
|
242
|
+
);
|
|
243
|
+
return null;
|
|
244
|
+
}
|
|
245
|
+
var generator_default = withRunGenerator(
|
|
246
|
+
"Storm Workspace Preset Generator",
|
|
247
|
+
presetGeneratorFn
|
|
248
|
+
);
|
|
249
|
+
|
|
250
|
+
export {
|
|
251
|
+
presetGeneratorFn,
|
|
252
|
+
generator_default
|
|
253
|
+
};
|
package/dist/executors.mjs
CHANGED
package/dist/generators.js
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
var _chunk4U2NLOJ4js = require('./chunk-4U2NLOJ4.js');
|
|
5
5
|
|
|
6
6
|
|
|
7
|
-
var
|
|
7
|
+
var _chunkOUFCTM3Ojs = require('./chunk-OUFCTM3O.js');
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
var _chunkMTLWFXXLjs = require('./chunk-MTLWFXXL.js');
|
|
@@ -33,4 +33,4 @@ require('./chunk-CQDBLKPF.js');
|
|
|
33
33
|
|
|
34
34
|
|
|
35
35
|
|
|
36
|
-
exports.browserLibraryGeneratorFn = _chunkMTLWFXXLjs.browserLibraryGeneratorFn; exports.configSchemaGeneratorFn = _chunkMZGQ4TDYjs.configSchemaGeneratorFn; exports.initGenerator = _chunkOKSECMVKjs.initGenerator; exports.neutralLibraryGeneratorFn = _chunkHBEU4BAAjs.neutralLibraryGeneratorFn; exports.nodeLibraryGeneratorFn = _chunk4U2NLOJ4js.nodeLibraryGeneratorFn; exports.presetGeneratorFn =
|
|
36
|
+
exports.browserLibraryGeneratorFn = _chunkMTLWFXXLjs.browserLibraryGeneratorFn; exports.configSchemaGeneratorFn = _chunkMZGQ4TDYjs.configSchemaGeneratorFn; exports.initGenerator = _chunkOKSECMVKjs.initGenerator; exports.neutralLibraryGeneratorFn = _chunkHBEU4BAAjs.neutralLibraryGeneratorFn; exports.nodeLibraryGeneratorFn = _chunk4U2NLOJ4js.nodeLibraryGeneratorFn; exports.presetGeneratorFn = _chunkOUFCTM3Ojs.presetGeneratorFn;
|
package/dist/generators.mjs
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import "./chunk-SAIDGUHG.mjs";
|
|
2
2
|
import {
|
|
3
3
|
nodeLibraryGeneratorFn
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-3DVMTFVU.mjs";
|
|
5
5
|
import {
|
|
6
6
|
presetGeneratorFn
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-XMDK4R7M.mjs";
|
|
8
8
|
import {
|
|
9
9
|
browserLibraryGeneratorFn
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-2SCDO4SB.mjs";
|
|
11
11
|
import {
|
|
12
12
|
configSchemaGeneratorFn
|
|
13
13
|
} from "./chunk-PGNIX7OK.mjs";
|
|
@@ -16,7 +16,7 @@ import {
|
|
|
16
16
|
} from "./chunk-437WGH2M.mjs";
|
|
17
17
|
import {
|
|
18
18
|
neutralLibraryGeneratorFn
|
|
19
|
-
} from "./chunk-
|
|
19
|
+
} from "./chunk-253SGFZD.mjs";
|
|
20
20
|
import "./chunk-M3YWCYUX.mjs";
|
|
21
21
|
import "./chunk-QC5ON3X4.mjs";
|
|
22
22
|
import "./chunk-AQ7B26V3.mjs";
|
|
@@ -26,7 +26,7 @@ import "./chunk-M7NAHAMC.mjs";
|
|
|
26
26
|
import "./chunk-OPKOW7IE.mjs";
|
|
27
27
|
import "./chunk-3J2CP54B.mjs";
|
|
28
28
|
import "./chunk-TBW5MCN6.mjs";
|
|
29
|
-
import "./chunk-
|
|
29
|
+
import "./chunk-GX3NWVA7.mjs";
|
|
30
30
|
export {
|
|
31
31
|
browserLibraryGeneratorFn,
|
|
32
32
|
configSchemaGeneratorFn,
|
package/dist/index.js
CHANGED
|
@@ -119,7 +119,7 @@ require('./chunk-C3TC7AUW.js');
|
|
|
119
119
|
var _chunk4U2NLOJ4js = require('./chunk-4U2NLOJ4.js');
|
|
120
120
|
|
|
121
121
|
|
|
122
|
-
var
|
|
122
|
+
var _chunkOUFCTM3Ojs = require('./chunk-OUFCTM3O.js');
|
|
123
123
|
|
|
124
124
|
|
|
125
125
|
var _chunkMTLWFXXLjs = require('./chunk-MTLWFXXL.js');
|
|
@@ -296,4 +296,4 @@ var _chunk7CJRMBX3js = require('./chunk-7CJRMBX3.js');
|
|
|
296
296
|
|
|
297
297
|
|
|
298
298
|
|
|
299
|
-
exports.INVALID_CARGO_ARGS = _chunkD2PV33E5js.INVALID_CARGO_ARGS; exports.LARGE_BUFFER = _chunkV3AKBG6Kjs.LARGE_BUFFER; exports.LOCK_FILES = _chunkTM2CRDJWjs.LOCK_FILES; exports.NAMED_INPUTS = _chunk4AKDRRMLjs.NAMED_INPUTS; exports.NPM_LOCK_FILE = _chunkTM2CRDJWjs.NPM_LOCK_FILE; exports.NPM_LOCK_PATH = _chunkTM2CRDJWjs.NPM_LOCK_PATH; exports.PNPM_LOCK_FILE = _chunkTM2CRDJWjs.PNPM_LOCK_FILE; exports.PNPM_LOCK_PATH = _chunkTM2CRDJWjs.PNPM_LOCK_PATH; exports.PackageManagerTypes = _chunkGYSWO4MZjs.PackageManagerTypes; exports.ProjectTagConstants = _chunkUHTWNVEZjs.ProjectTagConstants; exports.ProjectTagDistStyleValue = _chunk2JANPL5Kjs.ProjectTagDistStyleValue; exports.ProjectTagLanguageValue = _chunk2JANPL5Kjs.ProjectTagLanguageValue; exports.ProjectTagPlatformValue = _chunk2JANPL5Kjs.ProjectTagPlatformValue; exports.ProjectTagRegistryValue = _chunk2JANPL5Kjs.ProjectTagRegistryValue; exports.ProjectTagTypeValue = _chunk2JANPL5Kjs.ProjectTagTypeValue; exports.ProjectTagVariant = _chunk2JANPL5Kjs.ProjectTagVariant; exports.RELEASE = _chunk4AKDRRMLjs.RELEASE; exports.StormJsVersionActions = _chunk3ZTDN4LMjs.StormJsVersionActions; exports.StormRustVersionActions = _chunk6TQ2ZIQQjs.StormRustVersionActions; exports.TypescriptProjectLinkingType = _chunk2JANPL5Kjs.TypescriptProjectLinkingType; exports.YARN_LOCK_FILE = _chunkTM2CRDJWjs.YARN_LOCK_FILE; exports.YARN_LOCK_PATH = _chunkTM2CRDJWjs.YARN_LOCK_PATH; exports.addPackageJsonGitHead = _chunkGYSWO4MZjs.addPackageJsonGitHead; exports.addPluginProjectTag = _chunkUHTWNVEZjs.addPluginProjectTag; exports.addProjectTag = _chunkUHTWNVEZjs.addProjectTag; exports.applyWorkspaceExecutorTokens = _chunkVXHOSAQ7js.applyWorkspaceExecutorTokens; exports.baseExecutorSchema = _chunkI734UVDTjs.base_executor_untyped_default; exports.baseGeneratorSchema = _chunk7CJRMBX3js.base_generator_untyped_default; exports.browserLibraryGeneratorFn = _chunkMTLWFXXLjs.browserLibraryGeneratorFn; exports.buildCargoCommand = _chunkD2PV33E5js.buildCargoCommand; exports.cargoBaseExecutorSchema = _chunk5ZFTWEKBjs.cargo_base_executor_untyped_default; exports.cargoBuildExecutor = _chunkRDCGNHHGjs.cargoBuildExecutor; exports.cargoCheckExecutor = _chunkHRBUI3FPjs.cargoCheckExecutor; exports.cargoClippyExecutor = _chunk4HKJAOZEjs.cargoClippyExecutor; exports.cargoCommand = _chunkD2PV33E5js.cargoCommand; exports.cargoCommandSync = _chunkD2PV33E5js.cargoCommandSync; exports.cargoDocExecutor = _chunkYG23JJMLjs.cargoDocExecutor; exports.cargoFormatExecutor = _chunkLIV5KBYEjs.cargoFormatExecutor; exports.cargoMetadata = _chunkD2PV33E5js.cargoMetadata; exports.cargoRunCommand = _chunkD2PV33E5js.cargoRunCommand; exports.childProcess = _chunkD2PV33E5js.childProcess; exports.configSchemaGeneratorFn = _chunkMZGQ4TDYjs.configSchemaGeneratorFn; exports.createCliOptions = _chunkQVYCDINGjs.createCliOptions; exports.createProjectTsConfigJson = _chunkBZMYB75Mjs.createProjectTsConfigJson; exports.esbuildExecutorFn = _chunkEE24BJX6js.esbuildExecutorFn; exports.eslintVersion = _chunkSZWM7COVjs.eslintVersion; exports.formatProjectTag = _chunkUHTWNVEZjs.formatProjectTag; exports.getLockFileDependencies = _chunkTM2CRDJWjs.getLockFileDependencies; exports.getLockFileName = _chunkTM2CRDJWjs.getLockFileName; exports.getLockFileNodes = _chunkTM2CRDJWjs.getLockFileNodes; exports.getOutputPath = _chunkBZMYB75Mjs.getOutputPath; exports.getPackageInfo = _chunkGYSWO4MZjs.getPackageInfo; exports.getProjectConfigFromProjectJsonPath = _chunkXZ6L6OXJjs.getProjectConfigFromProjectJsonPath; exports.getProjectConfigFromProjectRoot = _chunkXZ6L6OXJjs.getProjectConfigFromProjectRoot; exports.getProjectConfiguration = _chunkDIUWF7BWjs.getProjectConfiguration; exports.getProjectConfigurations = _chunkDIUWF7BWjs.getProjectConfigurations; exports.getProjectPlatform = _chunkXZ6L6OXJjs.getProjectPlatform; exports.getProjectRoot = _chunkXZ6L6OXJjs.getProjectRoot; exports.getProjectTag = _chunkUHTWNVEZjs.getProjectTag; exports.getRegistryVersion = _chunk4XFAGKVYjs.getRegistryVersion; exports.getRoot = _chunkXZ6L6OXJjs.getRoot; exports.getTypiaTransform = _chunk6EMYX25Vjs.getTypiaTransform; exports.hasProjectTag = _chunkUHTWNVEZjs.hasProjectTag; exports.initGenerator = _chunkOKSECMVKjs.initGenerator; exports.isEqualProjectTag = _chunkUHTWNVEZjs.isEqualProjectTag; exports.isExternal = _chunkD2PV33E5js.isExternal; exports.lintStagedVersion = _chunkSZWM7COVjs.lintStagedVersion; exports.lockFileExists = _chunkTM2CRDJWjs.lockFileExists; exports.napiExecutor = _chunkTJQO23VQjs.napiExecutor; exports.neutralLibraryGeneratorFn = _chunkHBEU4BAAjs.neutralLibraryGeneratorFn; exports.nodeLibraryGeneratorFn = _chunk4U2NLOJ4js.nodeLibraryGeneratorFn; exports.nodeVersion = _chunkSZWM7COVjs.nodeVersion; exports.normalizeOptions = _chunkBZMYB75Mjs.normalizeOptions; exports.nxVersion = _chunkSZWM7COVjs.nxVersion; exports.pnpmVersion = _chunkSZWM7COVjs.pnpmVersion; exports.presetGeneratorFn =
|
|
299
|
+
exports.INVALID_CARGO_ARGS = _chunkD2PV33E5js.INVALID_CARGO_ARGS; exports.LARGE_BUFFER = _chunkV3AKBG6Kjs.LARGE_BUFFER; exports.LOCK_FILES = _chunkTM2CRDJWjs.LOCK_FILES; exports.NAMED_INPUTS = _chunk4AKDRRMLjs.NAMED_INPUTS; exports.NPM_LOCK_FILE = _chunkTM2CRDJWjs.NPM_LOCK_FILE; exports.NPM_LOCK_PATH = _chunkTM2CRDJWjs.NPM_LOCK_PATH; exports.PNPM_LOCK_FILE = _chunkTM2CRDJWjs.PNPM_LOCK_FILE; exports.PNPM_LOCK_PATH = _chunkTM2CRDJWjs.PNPM_LOCK_PATH; exports.PackageManagerTypes = _chunkGYSWO4MZjs.PackageManagerTypes; exports.ProjectTagConstants = _chunkUHTWNVEZjs.ProjectTagConstants; exports.ProjectTagDistStyleValue = _chunk2JANPL5Kjs.ProjectTagDistStyleValue; exports.ProjectTagLanguageValue = _chunk2JANPL5Kjs.ProjectTagLanguageValue; exports.ProjectTagPlatformValue = _chunk2JANPL5Kjs.ProjectTagPlatformValue; exports.ProjectTagRegistryValue = _chunk2JANPL5Kjs.ProjectTagRegistryValue; exports.ProjectTagTypeValue = _chunk2JANPL5Kjs.ProjectTagTypeValue; exports.ProjectTagVariant = _chunk2JANPL5Kjs.ProjectTagVariant; exports.RELEASE = _chunk4AKDRRMLjs.RELEASE; exports.StormJsVersionActions = _chunk3ZTDN4LMjs.StormJsVersionActions; exports.StormRustVersionActions = _chunk6TQ2ZIQQjs.StormRustVersionActions; exports.TypescriptProjectLinkingType = _chunk2JANPL5Kjs.TypescriptProjectLinkingType; exports.YARN_LOCK_FILE = _chunkTM2CRDJWjs.YARN_LOCK_FILE; exports.YARN_LOCK_PATH = _chunkTM2CRDJWjs.YARN_LOCK_PATH; exports.addPackageJsonGitHead = _chunkGYSWO4MZjs.addPackageJsonGitHead; exports.addPluginProjectTag = _chunkUHTWNVEZjs.addPluginProjectTag; exports.addProjectTag = _chunkUHTWNVEZjs.addProjectTag; exports.applyWorkspaceExecutorTokens = _chunkVXHOSAQ7js.applyWorkspaceExecutorTokens; exports.baseExecutorSchema = _chunkI734UVDTjs.base_executor_untyped_default; exports.baseGeneratorSchema = _chunk7CJRMBX3js.base_generator_untyped_default; exports.browserLibraryGeneratorFn = _chunkMTLWFXXLjs.browserLibraryGeneratorFn; exports.buildCargoCommand = _chunkD2PV33E5js.buildCargoCommand; exports.cargoBaseExecutorSchema = _chunk5ZFTWEKBjs.cargo_base_executor_untyped_default; exports.cargoBuildExecutor = _chunkRDCGNHHGjs.cargoBuildExecutor; exports.cargoCheckExecutor = _chunkHRBUI3FPjs.cargoCheckExecutor; exports.cargoClippyExecutor = _chunk4HKJAOZEjs.cargoClippyExecutor; exports.cargoCommand = _chunkD2PV33E5js.cargoCommand; exports.cargoCommandSync = _chunkD2PV33E5js.cargoCommandSync; exports.cargoDocExecutor = _chunkYG23JJMLjs.cargoDocExecutor; exports.cargoFormatExecutor = _chunkLIV5KBYEjs.cargoFormatExecutor; exports.cargoMetadata = _chunkD2PV33E5js.cargoMetadata; exports.cargoRunCommand = _chunkD2PV33E5js.cargoRunCommand; exports.childProcess = _chunkD2PV33E5js.childProcess; exports.configSchemaGeneratorFn = _chunkMZGQ4TDYjs.configSchemaGeneratorFn; exports.createCliOptions = _chunkQVYCDINGjs.createCliOptions; exports.createProjectTsConfigJson = _chunkBZMYB75Mjs.createProjectTsConfigJson; exports.esbuildExecutorFn = _chunkEE24BJX6js.esbuildExecutorFn; exports.eslintVersion = _chunkSZWM7COVjs.eslintVersion; exports.formatProjectTag = _chunkUHTWNVEZjs.formatProjectTag; exports.getLockFileDependencies = _chunkTM2CRDJWjs.getLockFileDependencies; exports.getLockFileName = _chunkTM2CRDJWjs.getLockFileName; exports.getLockFileNodes = _chunkTM2CRDJWjs.getLockFileNodes; exports.getOutputPath = _chunkBZMYB75Mjs.getOutputPath; exports.getPackageInfo = _chunkGYSWO4MZjs.getPackageInfo; exports.getProjectConfigFromProjectJsonPath = _chunkXZ6L6OXJjs.getProjectConfigFromProjectJsonPath; exports.getProjectConfigFromProjectRoot = _chunkXZ6L6OXJjs.getProjectConfigFromProjectRoot; exports.getProjectConfiguration = _chunkDIUWF7BWjs.getProjectConfiguration; exports.getProjectConfigurations = _chunkDIUWF7BWjs.getProjectConfigurations; exports.getProjectPlatform = _chunkXZ6L6OXJjs.getProjectPlatform; exports.getProjectRoot = _chunkXZ6L6OXJjs.getProjectRoot; exports.getProjectTag = _chunkUHTWNVEZjs.getProjectTag; exports.getRegistryVersion = _chunk4XFAGKVYjs.getRegistryVersion; exports.getRoot = _chunkXZ6L6OXJjs.getRoot; exports.getTypiaTransform = _chunk6EMYX25Vjs.getTypiaTransform; exports.hasProjectTag = _chunkUHTWNVEZjs.hasProjectTag; exports.initGenerator = _chunkOKSECMVKjs.initGenerator; exports.isEqualProjectTag = _chunkUHTWNVEZjs.isEqualProjectTag; exports.isExternal = _chunkD2PV33E5js.isExternal; exports.lintStagedVersion = _chunkSZWM7COVjs.lintStagedVersion; exports.lockFileExists = _chunkTM2CRDJWjs.lockFileExists; exports.napiExecutor = _chunkTJQO23VQjs.napiExecutor; exports.neutralLibraryGeneratorFn = _chunkHBEU4BAAjs.neutralLibraryGeneratorFn; exports.nodeLibraryGeneratorFn = _chunk4U2NLOJ4js.nodeLibraryGeneratorFn; exports.nodeVersion = _chunkSZWM7COVjs.nodeVersion; exports.normalizeOptions = _chunkBZMYB75Mjs.normalizeOptions; exports.nxVersion = _chunkSZWM7COVjs.nxVersion; exports.pnpmVersion = _chunkSZWM7COVjs.pnpmVersion; exports.presetGeneratorFn = _chunkOUFCTM3Ojs.presetGeneratorFn; exports.prettierPackageJsonVersion = _chunkSZWM7COVjs.prettierPackageJsonVersion; exports.prettierPrismaVersion = _chunkSZWM7COVjs.prettierPrismaVersion; exports.prettierVersion = _chunkSZWM7COVjs.prettierVersion; exports.runProcess = _chunkD2PV33E5js.runProcess; exports.semanticReleaseVersion = _chunkSZWM7COVjs.semanticReleaseVersion; exports.setDefaultProjectTags = _chunkUHTWNVEZjs.setDefaultProjectTags; exports.sizeLimitExecutorFn = _chunkH3IKVCIQjs.sizeLimitExecutorFn; exports.swcCliVersion = _chunkSZWM7COVjs.swcCliVersion; exports.swcCoreVersion = _chunkSZWM7COVjs.swcCoreVersion; exports.swcHelpersVersion = _chunkSZWM7COVjs.swcHelpersVersion; exports.swcNodeVersion = _chunkSZWM7COVjs.swcNodeVersion; exports.tsLibVersion = _chunkSZWM7COVjs.tsLibVersion; exports.tsdownExecutorFn = _chunkRXZNL5UAjs.tsdownExecutorFn; exports.tsupVersion = _chunkSZWM7COVjs.tsupVersion; exports.typeScriptLibraryGeneratorFn = _chunkBZMYB75Mjs.typeScriptLibraryGeneratorFn; exports.typesNodeVersion = _chunkSZWM7COVjs.typesNodeVersion; exports.typescriptBuildExecutorSchema = _chunkCLMAB7TAjs.typescript_build_executor_untyped_default; exports.typescriptLibraryGeneratorSchema = _chunk2AVWFUXPjs.typescript_library_generator_untyped_default; exports.typescriptVersion = _chunkSZWM7COVjs.typescriptVersion; exports.typiaExecutorFn = _chunkJWDJFIY2js.typiaExecutorFn; exports.unbuildExecutorFn = _chunkEE66SW3Cjs.unbuildExecutorFn; exports.verdaccioVersion = _chunkSZWM7COVjs.verdaccioVersion; exports.withNamedInputs = _chunk4AKDRRMLjs.withNamedInputs; exports.withRunExecutor = _chunk2DEV7MTDjs.withRunExecutor; exports.withRunGenerator = _chunkMS4BPPPOjs.withRunGenerator;
|
package/dist/index.mjs
CHANGED
|
@@ -116,13 +116,13 @@ import "./chunk-5KJYQ2A4.mjs";
|
|
|
116
116
|
import "./chunk-SAIDGUHG.mjs";
|
|
117
117
|
import {
|
|
118
118
|
nodeLibraryGeneratorFn
|
|
119
|
-
} from "./chunk-
|
|
119
|
+
} from "./chunk-3DVMTFVU.mjs";
|
|
120
120
|
import {
|
|
121
121
|
presetGeneratorFn
|
|
122
|
-
} from "./chunk-
|
|
122
|
+
} from "./chunk-XMDK4R7M.mjs";
|
|
123
123
|
import {
|
|
124
124
|
browserLibraryGeneratorFn
|
|
125
|
-
} from "./chunk-
|
|
125
|
+
} from "./chunk-2SCDO4SB.mjs";
|
|
126
126
|
import {
|
|
127
127
|
configSchemaGeneratorFn
|
|
128
128
|
} from "./chunk-PGNIX7OK.mjs";
|
|
@@ -131,7 +131,7 @@ import {
|
|
|
131
131
|
} from "./chunk-437WGH2M.mjs";
|
|
132
132
|
import {
|
|
133
133
|
neutralLibraryGeneratorFn
|
|
134
|
-
} from "./chunk-
|
|
134
|
+
} from "./chunk-253SGFZD.mjs";
|
|
135
135
|
import {
|
|
136
136
|
createProjectTsConfigJson,
|
|
137
137
|
getOutputPath,
|
|
@@ -194,7 +194,7 @@ import "./chunk-TBW5MCN6.mjs";
|
|
|
194
194
|
import {
|
|
195
195
|
base_generator_untyped_default
|
|
196
196
|
} from "./chunk-34LSWMWV.mjs";
|
|
197
|
-
import "./chunk-
|
|
197
|
+
import "./chunk-GX3NWVA7.mjs";
|
|
198
198
|
export {
|
|
199
199
|
INVALID_CARGO_ARGS,
|
|
200
200
|
LARGE_BUFFER,
|
package/dist/src/base/index.mjs
CHANGED
|
@@ -33,7 +33,7 @@ import "../../chunk-TBW5MCN6.mjs";
|
|
|
33
33
|
import {
|
|
34
34
|
base_generator_untyped_default
|
|
35
35
|
} from "../../chunk-34LSWMWV.mjs";
|
|
36
|
-
import "../../chunk-
|
|
36
|
+
import "../../chunk-GX3NWVA7.mjs";
|
|
37
37
|
export {
|
|
38
38
|
base_executor_untyped_default as baseExecutorSchema,
|
|
39
39
|
base_generator_untyped_default as baseGeneratorSchema,
|
|
@@ -2,7 +2,7 @@ import {
|
|
|
2
2
|
typescript_build_executor_untyped_default
|
|
3
3
|
} from "../../chunk-MXVEXRT2.mjs";
|
|
4
4
|
import "../../chunk-DGC5L3Z7.mjs";
|
|
5
|
-
import "../../chunk-
|
|
5
|
+
import "../../chunk-GX3NWVA7.mjs";
|
|
6
6
|
export {
|
|
7
7
|
typescript_build_executor_untyped_default as default
|
|
8
8
|
};
|
|
@@ -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-GX3NWVA7.mjs";
|
|
6
6
|
export {
|
|
7
7
|
typescript_library_generator_untyped_default as default
|
|
8
8
|
};
|
|
@@ -9,7 +9,7 @@ import "../../../chunk-M7NAHAMC.mjs";
|
|
|
9
9
|
import "../../../chunk-OPKOW7IE.mjs";
|
|
10
10
|
import "../../../chunk-3J2CP54B.mjs";
|
|
11
11
|
import "../../../chunk-TBW5MCN6.mjs";
|
|
12
|
-
import "../../../chunk-
|
|
12
|
+
import "../../../chunk-GX3NWVA7.mjs";
|
|
13
13
|
export {
|
|
14
14
|
cargoBuildExecutor,
|
|
15
15
|
executor_default as default
|
|
@@ -2,7 +2,7 @@ import {
|
|
|
2
2
|
cargo_base_executor_untyped_default
|
|
3
3
|
} from "../../../chunk-7AN4JMFC.mjs";
|
|
4
4
|
import "../../../chunk-DGC5L3Z7.mjs";
|
|
5
|
-
import "../../../chunk-
|
|
5
|
+
import "../../../chunk-GX3NWVA7.mjs";
|
|
6
6
|
|
|
7
7
|
// src/executors/cargo-build/untyped.ts
|
|
8
8
|
import { defineUntypedSchema } from "untyped";
|
|
@@ -9,7 +9,7 @@ import "../../../chunk-M7NAHAMC.mjs";
|
|
|
9
9
|
import "../../../chunk-OPKOW7IE.mjs";
|
|
10
10
|
import "../../../chunk-3J2CP54B.mjs";
|
|
11
11
|
import "../../../chunk-TBW5MCN6.mjs";
|
|
12
|
-
import "../../../chunk-
|
|
12
|
+
import "../../../chunk-GX3NWVA7.mjs";
|
|
13
13
|
export {
|
|
14
14
|
cargoCheckExecutor,
|
|
15
15
|
executor_default as default
|
|
@@ -2,7 +2,7 @@ import {
|
|
|
2
2
|
cargo_base_executor_untyped_default
|
|
3
3
|
} from "../../../chunk-7AN4JMFC.mjs";
|
|
4
4
|
import "../../../chunk-DGC5L3Z7.mjs";
|
|
5
|
-
import "../../../chunk-
|
|
5
|
+
import "../../../chunk-GX3NWVA7.mjs";
|
|
6
6
|
|
|
7
7
|
// src/executors/cargo-check/untyped.ts
|
|
8
8
|
import { defineUntypedSchema } from "untyped";
|
|
@@ -9,7 +9,7 @@ import "../../../chunk-M7NAHAMC.mjs";
|
|
|
9
9
|
import "../../../chunk-OPKOW7IE.mjs";
|
|
10
10
|
import "../../../chunk-3J2CP54B.mjs";
|
|
11
11
|
import "../../../chunk-TBW5MCN6.mjs";
|
|
12
|
-
import "../../../chunk-
|
|
12
|
+
import "../../../chunk-GX3NWVA7.mjs";
|
|
13
13
|
export {
|
|
14
14
|
cargoClippyExecutor,
|
|
15
15
|
executor_default as default
|
|
@@ -2,7 +2,7 @@ import {
|
|
|
2
2
|
cargo_base_executor_untyped_default
|
|
3
3
|
} from "../../../chunk-7AN4JMFC.mjs";
|
|
4
4
|
import "../../../chunk-DGC5L3Z7.mjs";
|
|
5
|
-
import "../../../chunk-
|
|
5
|
+
import "../../../chunk-GX3NWVA7.mjs";
|
|
6
6
|
|
|
7
7
|
// src/executors/cargo-clippy/untyped.ts
|
|
8
8
|
import { defineUntypedSchema } from "untyped";
|
|
@@ -9,7 +9,7 @@ import "../../../chunk-M7NAHAMC.mjs";
|
|
|
9
9
|
import "../../../chunk-OPKOW7IE.mjs";
|
|
10
10
|
import "../../../chunk-3J2CP54B.mjs";
|
|
11
11
|
import "../../../chunk-TBW5MCN6.mjs";
|
|
12
|
-
import "../../../chunk-
|
|
12
|
+
import "../../../chunk-GX3NWVA7.mjs";
|
|
13
13
|
export {
|
|
14
14
|
cargoDocExecutor,
|
|
15
15
|
executor_default as default
|
|
@@ -2,7 +2,7 @@ import {
|
|
|
2
2
|
cargo_base_executor_untyped_default
|
|
3
3
|
} from "../../../chunk-7AN4JMFC.mjs";
|
|
4
4
|
import "../../../chunk-DGC5L3Z7.mjs";
|
|
5
|
-
import "../../../chunk-
|
|
5
|
+
import "../../../chunk-GX3NWVA7.mjs";
|
|
6
6
|
|
|
7
7
|
// src/executors/cargo-doc/untyped.ts
|
|
8
8
|
import { defineUntypedSchema } from "untyped";
|
|
@@ -9,7 +9,7 @@ import "../../../chunk-M7NAHAMC.mjs";
|
|
|
9
9
|
import "../../../chunk-OPKOW7IE.mjs";
|
|
10
10
|
import "../../../chunk-3J2CP54B.mjs";
|
|
11
11
|
import "../../../chunk-TBW5MCN6.mjs";
|
|
12
|
-
import "../../../chunk-
|
|
12
|
+
import "../../../chunk-GX3NWVA7.mjs";
|
|
13
13
|
export {
|
|
14
14
|
cargoFormatExecutor,
|
|
15
15
|
executor_default as default
|
|
@@ -2,7 +2,7 @@ import {
|
|
|
2
2
|
cargo_base_executor_untyped_default
|
|
3
3
|
} from "../../../chunk-7AN4JMFC.mjs";
|
|
4
4
|
import "../../../chunk-DGC5L3Z7.mjs";
|
|
5
|
-
import "../../../chunk-
|
|
5
|
+
import "../../../chunk-GX3NWVA7.mjs";
|
|
6
6
|
|
|
7
7
|
// src/executors/cargo-format/untyped.ts
|
|
8
8
|
import { defineUntypedSchema } from "untyped";
|
|
@@ -4,7 +4,7 @@ import {
|
|
|
4
4
|
} from "../../../chunk-I6M6W65L.mjs";
|
|
5
5
|
import "../../../chunk-5KJYQ2A4.mjs";
|
|
6
6
|
import "../../../chunk-OPKOW7IE.mjs";
|
|
7
|
-
import "../../../chunk-
|
|
7
|
+
import "../../../chunk-GX3NWVA7.mjs";
|
|
8
8
|
export {
|
|
9
9
|
runExecutor as default,
|
|
10
10
|
getRegistryVersion
|
|
@@ -2,7 +2,7 @@ import {
|
|
|
2
2
|
cargo_base_executor_untyped_default
|
|
3
3
|
} from "../../../chunk-7AN4JMFC.mjs";
|
|
4
4
|
import "../../../chunk-DGC5L3Z7.mjs";
|
|
5
|
-
import "../../../chunk-
|
|
5
|
+
import "../../../chunk-GX3NWVA7.mjs";
|
|
6
6
|
|
|
7
7
|
// src/executors/cargo-publish/untyped.ts
|
|
8
8
|
import { defineUntypedSchema } from "untyped";
|
|
@@ -10,7 +10,7 @@ import "../../../chunk-3J2CP54B.mjs";
|
|
|
10
10
|
import {
|
|
11
11
|
joinPaths
|
|
12
12
|
} from "../../../chunk-TBW5MCN6.mjs";
|
|
13
|
-
import "../../../chunk-
|
|
13
|
+
import "../../../chunk-GX3NWVA7.mjs";
|
|
14
14
|
|
|
15
15
|
// src/executors/clean-package/executor.ts
|
|
16
16
|
import { joinPathFragments } from "@nx/devkit";
|
|
@@ -9,7 +9,7 @@ import "../../../chunk-M7NAHAMC.mjs";
|
|
|
9
9
|
import "../../../chunk-OPKOW7IE.mjs";
|
|
10
10
|
import "../../../chunk-3J2CP54B.mjs";
|
|
11
11
|
import "../../../chunk-TBW5MCN6.mjs";
|
|
12
|
-
import "../../../chunk-
|
|
12
|
+
import "../../../chunk-GX3NWVA7.mjs";
|
|
13
13
|
export {
|
|
14
14
|
executor_default as default,
|
|
15
15
|
esbuildExecutorFn
|
|
@@ -2,7 +2,7 @@ import {
|
|
|
2
2
|
typescript_build_executor_untyped_default
|
|
3
3
|
} from "../../../chunk-MXVEXRT2.mjs";
|
|
4
4
|
import "../../../chunk-DGC5L3Z7.mjs";
|
|
5
|
-
import "../../../chunk-
|
|
5
|
+
import "../../../chunk-GX3NWVA7.mjs";
|
|
6
6
|
|
|
7
7
|
// src/executors/esbuild/untyped.ts
|
|
8
8
|
import { defineUntypedSchema } from "untyped";
|
|
@@ -9,7 +9,7 @@ import "../../../chunk-M7NAHAMC.mjs";
|
|
|
9
9
|
import "../../../chunk-OPKOW7IE.mjs";
|
|
10
10
|
import "../../../chunk-3J2CP54B.mjs";
|
|
11
11
|
import "../../../chunk-TBW5MCN6.mjs";
|
|
12
|
-
import "../../../chunk-
|
|
12
|
+
import "../../../chunk-GX3NWVA7.mjs";
|
|
13
13
|
export {
|
|
14
14
|
executor_default as default,
|
|
15
15
|
napiExecutor
|