@storm-software/workspace-tools 1.296.102 → 1.296.104
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/chunk-2D2626GQ.js +128 -0
- package/dist/chunk-5T4QN26P.js +93 -0
- package/dist/chunk-62U3K4QL.js +31 -0
- package/dist/chunk-6DTG46OS.mjs +128 -0
- package/dist/{chunk-KDZGNUBS.mjs → chunk-77J7VIDG.mjs} +1 -1
- package/dist/chunk-7YO4PMLG.mjs +32 -0
- package/dist/chunk-BKTSNX4U.js +41 -0
- package/dist/chunk-BZB6C7OW.mjs +31 -0
- package/dist/chunk-CW6ERHR6.js +79 -0
- package/dist/chunk-DPKPIVRB.mjs +93 -0
- package/dist/{chunk-POHCCCR5.mjs → chunk-GESAJF7P.mjs} +1 -1
- package/dist/{chunk-ZQVMKLN3.mjs → chunk-J2AFJZUP.mjs} +1 -1
- package/dist/chunk-K4DWEHZO.js +262 -0
- package/dist/chunk-MBQOVLFH.js +32 -0
- package/dist/{chunk-XNPPL6DM.mjs → chunk-MVSTFKO3.mjs} +4 -4
- package/dist/chunk-NP4JJVGY.js +32 -0
- package/dist/chunk-P42HBYJL.js +32 -0
- package/dist/{chunk-CBTNZPVD.js → chunk-PS3344Z2.js} +4 -4
- package/dist/{chunk-LKCN5IIO.mjs → chunk-TRYTX34Z.mjs} +1 -1
- package/dist/chunk-TYLGU2FW.mjs +41 -0
- package/dist/chunk-UUWXIOS5.mjs +32 -0
- package/dist/chunk-WAXMGLST.mjs +32 -0
- package/dist/{chunk-4TGI6IUX.mjs → chunk-WSB4F36F.mjs} +4 -4
- package/dist/chunk-YJ6NNN24.mjs +82 -0
- package/dist/chunk-Z2ZHQ4GR.mjs +265 -0
- package/dist/executors.js +12 -12
- package/dist/executors.mjs +12 -12
- package/dist/generators.js +7 -7
- package/dist/generators.mjs +9 -9
- package/dist/index.js +43 -43
- package/dist/index.mjs +70 -70
- 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.js +10 -10
- package/dist/src/base/index.mjs +16 -16
- 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.js +4 -4
- package/dist/src/executors/cargo-build/executor.mjs +4 -4
- package/dist/src/executors/cargo-build/untyped.mjs +1 -1
- package/dist/src/executors/cargo-check/executor.js +4 -4
- package/dist/src/executors/cargo-check/executor.mjs +4 -4
- package/dist/src/executors/cargo-check/untyped.mjs +1 -1
- package/dist/src/executors/cargo-clippy/executor.js +4 -4
- package/dist/src/executors/cargo-clippy/executor.mjs +4 -4
- package/dist/src/executors/cargo-clippy/untyped.mjs +1 -1
- package/dist/src/executors/cargo-doc/executor.js +4 -4
- package/dist/src/executors/cargo-doc/executor.mjs +4 -4
- package/dist/src/executors/cargo-doc/untyped.mjs +1 -1
- package/dist/src/executors/cargo-format/executor.js +4 -4
- package/dist/src/executors/cargo-format/executor.mjs +4 -4
- 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.js +4 -4
- package/dist/src/executors/napi/executor.mjs +4 -4
- package/dist/src/executors/napi/untyped.mjs +1 -1
- package/dist/src/executors/npm-publish/executor.js +4 -4
- package/dist/src/executors/npm-publish/executor.mjs +4 -4
- 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.js +2 -2
- package/dist/src/generators/browser-library/generator.mjs +4 -4
- package/dist/src/generators/browser-library/untyped.mjs +1 -1
- package/dist/src/generators/config-schema/generator.mjs +1 -1
- package/dist/src/generators/config-schema/untyped.mjs +1 -1
- package/dist/src/generators/init/init.mjs +1 -1
- package/dist/src/generators/init/untyped.mjs +1 -1
- package/dist/src/generators/neutral-library/generator.js +2 -2
- package/dist/src/generators/neutral-library/generator.mjs +4 -4
- package/dist/src/generators/neutral-library/untyped.mjs +1 -1
- package/dist/src/generators/node-library/generator.js +4 -4
- package/dist/src/generators/node-library/generator.mjs +4 -4
- package/dist/src/generators/node-library/untyped.mjs +1 -1
- package/dist/src/generators/preset/generator.js +4 -4
- package/dist/src/generators/preset/generator.mjs +4 -4
- package/dist/src/generators/preset/untyped.mjs +1 -1
- package/dist/src/plugins/rust/cargo-toml.js +1 -1
- package/dist/src/plugins/rust/cargo-toml.mjs +2 -2
- package/dist/src/plugins/rust/index.js +1 -1
- package/dist/src/plugins/rust/index.mjs +2 -2
- 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/github.mjs +1 -1
- package/dist/src/utils/index.js +8 -8
- package/dist/src/utils/index.mjs +24 -24
- package/dist/src/utils/lock-file.mjs +1 -1
- package/dist/src/utils/nx-json.mjs +1 -1
- package/dist/src/utils/package-helpers.js +3 -3
- package/dist/src/utils/package-helpers.mjs +3 -3
- package/dist/src/utils/package-manager.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 +12 -12
|
@@ -0,0 +1,265 @@
|
|
|
1
|
+
import {
|
|
2
|
+
withRunGenerator
|
|
3
|
+
} from "./chunk-3G7TXYW2.mjs";
|
|
4
|
+
import {
|
|
5
|
+
nodeVersion,
|
|
6
|
+
packageManagerVersions,
|
|
7
|
+
pnpmVersion
|
|
8
|
+
} from "./chunk-DEHA5C77.mjs";
|
|
9
|
+
import {
|
|
10
|
+
getLockFileName
|
|
11
|
+
} from "./chunk-VQYZG5YE.mjs";
|
|
12
|
+
import {
|
|
13
|
+
__dirname
|
|
14
|
+
} from "./chunk-77J7VIDG.mjs";
|
|
15
|
+
|
|
16
|
+
// src/generators/preset/generator.ts
|
|
17
|
+
import {
|
|
18
|
+
addDependenciesToPackageJson,
|
|
19
|
+
addProjectConfiguration,
|
|
20
|
+
formatFiles,
|
|
21
|
+
generateFiles,
|
|
22
|
+
getPackageManagerCommand,
|
|
23
|
+
joinPathFragments,
|
|
24
|
+
updateJson
|
|
25
|
+
} from "@nx/devkit";
|
|
26
|
+
import * as path from "node:path";
|
|
27
|
+
async function presetGeneratorFn(tree, options) {
|
|
28
|
+
const projectRoot = ".";
|
|
29
|
+
const packageManager = options.packageManager ?? "pnpm";
|
|
30
|
+
const packageManagerVersion = packageManagerVersions[packageManager];
|
|
31
|
+
const pmc = getPackageManagerCommand(packageManager);
|
|
32
|
+
const lockFileName = getLockFileName(packageManager);
|
|
33
|
+
options.description ??= `\u26A1The ${options.namespace ? options.namespace : options.name} monorepo contains utility applications, tools, and various libraries to create modern and scalable web applications.`;
|
|
34
|
+
options.namespace ??= options.organization;
|
|
35
|
+
addProjectConfiguration(tree, `@${options.namespace}/${options.name}`, {
|
|
36
|
+
root: projectRoot,
|
|
37
|
+
projectType: "application",
|
|
38
|
+
targets: {
|
|
39
|
+
"local-registry": {
|
|
40
|
+
executor: "@nx/js:verdaccio",
|
|
41
|
+
options: {
|
|
42
|
+
port: 4873,
|
|
43
|
+
config: ".verdaccio/config.yml",
|
|
44
|
+
storage: "tmp/local-registry/storage"
|
|
45
|
+
}
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
});
|
|
49
|
+
updateJson(tree, "package.json", (json) => {
|
|
50
|
+
json.scripts = json.scripts || {};
|
|
51
|
+
json.version = "0.0.0";
|
|
52
|
+
json.triggerEmptyDevReleaseByIncrementingThisNumber = 0;
|
|
53
|
+
json.private = true;
|
|
54
|
+
json.keywords ??= [
|
|
55
|
+
options.name,
|
|
56
|
+
options.namespace,
|
|
57
|
+
"storm",
|
|
58
|
+
"storm-stack",
|
|
59
|
+
"storm-ops",
|
|
60
|
+
"rust",
|
|
61
|
+
"nx",
|
|
62
|
+
"graphql",
|
|
63
|
+
"sullivanpj",
|
|
64
|
+
"monorepo"
|
|
65
|
+
];
|
|
66
|
+
json.homepage ??= "https://stormsoftware.com";
|
|
67
|
+
json.bugs ??= {
|
|
68
|
+
url: `https://github.com/${options.organization}/${options.name}/issues`,
|
|
69
|
+
email: "support@stormsoftware.com"
|
|
70
|
+
};
|
|
71
|
+
json.license = "Apache-2.0";
|
|
72
|
+
json.author ??= {
|
|
73
|
+
name: "Storm Software",
|
|
74
|
+
email: "contact@stormsoftware.com",
|
|
75
|
+
url: "https://stormsoftware.com"
|
|
76
|
+
};
|
|
77
|
+
json.maintainers ??= [
|
|
78
|
+
{
|
|
79
|
+
name: "Storm Software",
|
|
80
|
+
email: "contact@stormsoftware.com",
|
|
81
|
+
url: "https://stormsoftware.com"
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
name: "Pat Sullivan",
|
|
85
|
+
email: "admin@stormsoftware.com",
|
|
86
|
+
url: "https://patsullivan.org"
|
|
87
|
+
}
|
|
88
|
+
];
|
|
89
|
+
json.funding ??= {
|
|
90
|
+
type: "github",
|
|
91
|
+
url: "https://github.com/sponsors/storm-software"
|
|
92
|
+
};
|
|
93
|
+
json.namespace ??= `@${options.namespace}`;
|
|
94
|
+
json.description ??= options.description;
|
|
95
|
+
options.repositoryUrl ??= `https://github.com/${options.organization}/${options.name}`;
|
|
96
|
+
json.repository ??= {
|
|
97
|
+
type: "github",
|
|
98
|
+
url: `${options.repositoryUrl}.git`
|
|
99
|
+
};
|
|
100
|
+
json.prettier = "@storm-software/prettier/config.json";
|
|
101
|
+
json.nx ??= {
|
|
102
|
+
includedScripts: [
|
|
103
|
+
"lint-sherif",
|
|
104
|
+
"lint-knip",
|
|
105
|
+
"lint-ls",
|
|
106
|
+
"lint",
|
|
107
|
+
"format",
|
|
108
|
+
"format-sherif",
|
|
109
|
+
"format-readme",
|
|
110
|
+
"format-prettier",
|
|
111
|
+
"format-toml",
|
|
112
|
+
"commit",
|
|
113
|
+
"release"
|
|
114
|
+
]
|
|
115
|
+
};
|
|
116
|
+
json.scripts.adr = pmc.run("log4brains", "adr new");
|
|
117
|
+
json.scripts["adr-preview"] = pmc.run("log4brains", "preview");
|
|
118
|
+
json.scripts.prepare = `${pmc.addDev} lefthook && ${packageManager} lefthook install`;
|
|
119
|
+
json.scripts.preinstall = `npx -y only-allow ${packageManager}`;
|
|
120
|
+
json.scripts["install-csb"] = packageManager === "bun" ? "bun install" : `corepack enable && ${pmc.install}`;
|
|
121
|
+
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";
|
|
122
|
+
json.scripts.nuke = `nx clear-cache && rimraf .nx/cache && rimraf .nx/workspace-data && ${packageManager} clean && rimraf ${lockFileName} && rimraf --glob packages/**/node_modules && rimraf --glob tools/**/node_modules && rimraf node_modules`;
|
|
123
|
+
json.scripts.prebuild = `${packageManager} clean`;
|
|
124
|
+
json.scripts.build = "nx affected -t build --parallel=5";
|
|
125
|
+
json.scripts["build-all"] = "nx run-many -t build --all --parallel=5";
|
|
126
|
+
json.scripts["build-prod"] = "nx run-many -t build --all --prod --parallel=5";
|
|
127
|
+
json.scripts["build-tools"] = "nx run-many -t build --projects=tools/* --parallel=5";
|
|
128
|
+
json.scripts["build-docs"] = "nx run-many -t build --projects=docs/* --parallel=5";
|
|
129
|
+
if (!options.includeApps) {
|
|
130
|
+
json.scripts["build-packages"] = "nx run-many -t build --projects=packages/* --parallel=5";
|
|
131
|
+
} else {
|
|
132
|
+
json.scripts["build-apps"] = "nx run-many -t build --projects=apps/* --parallel=5";
|
|
133
|
+
json.scripts["build-libs"] = "nx run-many -t build --projects=libs/* --parallel=5";
|
|
134
|
+
json.scripts["build-storybook"] = "storybook build -s public";
|
|
135
|
+
}
|
|
136
|
+
json.scripts.nx = "nx";
|
|
137
|
+
json.scripts.graph = "nx graph";
|
|
138
|
+
if (options.includeApps) {
|
|
139
|
+
json.scripts.start = "nx serve";
|
|
140
|
+
json.scripts.storybook = pmc.run("storybook", "dev -p 6006");
|
|
141
|
+
}
|
|
142
|
+
json.scripts.help = "nx help";
|
|
143
|
+
json.scripts["dep-graph"] = "nx dep-graph";
|
|
144
|
+
json.scripts["local-registry"] = `nx local-registry @${options.namespace}/${options.name}`;
|
|
145
|
+
json.scripts.e2e = "nx e2e";
|
|
146
|
+
if (options.includeApps) {
|
|
147
|
+
json.scripts.test = `nx test && ${packageManager} test-storybook`;
|
|
148
|
+
json.scripts["test-storybook"] = `${packageManager} test-storybook`;
|
|
149
|
+
} else {
|
|
150
|
+
json.scripts.test = "nx test";
|
|
151
|
+
}
|
|
152
|
+
json.scripts.commit = pmc.run("storm-git", "commit");
|
|
153
|
+
json.scripts["api-extractor"] = pmc.run(
|
|
154
|
+
"storm-docs",
|
|
155
|
+
'api-extractor --outputPath="docs/api-reference" --clean'
|
|
156
|
+
);
|
|
157
|
+
json.scripts.release = pmc.run("storm-git", "release");
|
|
158
|
+
json.scripts.format = "nx format:write";
|
|
159
|
+
json.scripts["format-sherif"] = `${pmc.exec} sherif -f -i typescript -i react -i react-dom`;
|
|
160
|
+
json.scripts["format-toml"] = `${pmc.exec} taplo format --config="./node_modules/@storm-software/linting-tools/taplo/config.toml" --cache-path="./node_modules/.cache/storm/taplo"`;
|
|
161
|
+
json.scripts["format-readme"] = pmc.run(
|
|
162
|
+
"storm-git",
|
|
163
|
+
'readme --templates="tools/readme-templates"'
|
|
164
|
+
);
|
|
165
|
+
json.scripts["format-prettier"] = `${pmc.exec} prettier --write --ignore-unknown --no-error-on-unmatched-pattern --cache && git update-index`;
|
|
166
|
+
json.scripts.lint = pmc.run("storm-lint", "all --skip-cspell");
|
|
167
|
+
json.scripts["lint-knip"] = `${pmc.exec} knip`;
|
|
168
|
+
json.scripts["lint-sherif"] = `${pmc.exec} sherif -i typescript -i react -i react-dom`;
|
|
169
|
+
json.scripts["lint-ls"] = `${pmc.exec} ls-lint --config="./node_modules/@storm-software/linting-tools/ls-lint/ls-lint.yml"`;
|
|
170
|
+
json.packageManager ??= `${packageManager}@${packageManagerVersion}`;
|
|
171
|
+
json.engines = {
|
|
172
|
+
node: `>=${nodeVersion}`,
|
|
173
|
+
[packageManager]: `>=${packageManagerVersion}`
|
|
174
|
+
};
|
|
175
|
+
return json;
|
|
176
|
+
});
|
|
177
|
+
generateFiles(tree, path.join(__dirname, "files"), projectRoot, {
|
|
178
|
+
...options,
|
|
179
|
+
packageManager,
|
|
180
|
+
packageManagerVersion,
|
|
181
|
+
pnpmVersion,
|
|
182
|
+
nodeVersion,
|
|
183
|
+
lockFileName,
|
|
184
|
+
exec: pmc.exec
|
|
185
|
+
});
|
|
186
|
+
await formatFiles(tree);
|
|
187
|
+
let dependencies = {
|
|
188
|
+
"@ls-lint/ls-lint": "2.2.3",
|
|
189
|
+
"@ltd/j-toml": "1.38.0",
|
|
190
|
+
"@nx/devkit": "^20.2.2",
|
|
191
|
+
"@nx/eslint-plugin": "^20.2.2",
|
|
192
|
+
"@nx/js": "^20.2.2",
|
|
193
|
+
"@nx/workspace": "^20.2.2",
|
|
194
|
+
"@storm-software/config": "latest",
|
|
195
|
+
"@storm-software/git-tools": "latest",
|
|
196
|
+
"@storm-software/linting-tools": "latest",
|
|
197
|
+
"@storm-software/testing-tools": "latest",
|
|
198
|
+
"@storm-software/workspace-tools": "latest",
|
|
199
|
+
"@storm-software/eslint": "latest",
|
|
200
|
+
"@storm-software/cspell": "latest",
|
|
201
|
+
"@storm-software/prettier": "latest",
|
|
202
|
+
"@taplo/cli": "0.7.0",
|
|
203
|
+
"@types/node": "^25.3.0",
|
|
204
|
+
copyfiles: "2.4.1",
|
|
205
|
+
eslint: "9.5.0",
|
|
206
|
+
jest: "29.7.0",
|
|
207
|
+
"jest-environment-node": "29.7.0",
|
|
208
|
+
knip: "5.25.2",
|
|
209
|
+
lefthook: "1.6.18",
|
|
210
|
+
nx: "^20.2.2",
|
|
211
|
+
prettier: "3.3.2",
|
|
212
|
+
"prettier-plugin-prisma": "5.0.0",
|
|
213
|
+
rimraf: "5.0.7",
|
|
214
|
+
sherif: "0.10.0",
|
|
215
|
+
"ts-jest": "29.1.5",
|
|
216
|
+
"ts-node": "10.9.2",
|
|
217
|
+
tslib: "2.6.3",
|
|
218
|
+
typescript: "5.5.3",
|
|
219
|
+
verdaccio: "5.31.1"
|
|
220
|
+
};
|
|
221
|
+
if (options.includeApps) {
|
|
222
|
+
dependencies = {
|
|
223
|
+
...dependencies,
|
|
224
|
+
react: "latest",
|
|
225
|
+
"react-dom": "latest",
|
|
226
|
+
storybook: "latest",
|
|
227
|
+
"@storybook/addons": "latest",
|
|
228
|
+
"@nx/react": "latest",
|
|
229
|
+
"@nx/next": "latest",
|
|
230
|
+
"@nx/node": "latest",
|
|
231
|
+
"@nx/storybook": "latest",
|
|
232
|
+
"jest-environment-jsdom": "29.7.0"
|
|
233
|
+
};
|
|
234
|
+
}
|
|
235
|
+
if (options.includeRust) {
|
|
236
|
+
dependencies = {
|
|
237
|
+
...dependencies,
|
|
238
|
+
"@monodon/rust": "1.4.0"
|
|
239
|
+
};
|
|
240
|
+
}
|
|
241
|
+
if (options.nxCloud) {
|
|
242
|
+
dependencies = {
|
|
243
|
+
...dependencies,
|
|
244
|
+
"nx-cloud": "latest"
|
|
245
|
+
};
|
|
246
|
+
}
|
|
247
|
+
await Promise.resolve(
|
|
248
|
+
addDependenciesToPackageJson(
|
|
249
|
+
tree,
|
|
250
|
+
dependencies,
|
|
251
|
+
{},
|
|
252
|
+
joinPathFragments(projectRoot, "package.json")
|
|
253
|
+
)
|
|
254
|
+
);
|
|
255
|
+
return null;
|
|
256
|
+
}
|
|
257
|
+
var generator_default = withRunGenerator(
|
|
258
|
+
"Storm Workspace Preset Generator",
|
|
259
|
+
presetGeneratorFn
|
|
260
|
+
);
|
|
261
|
+
|
|
262
|
+
export {
|
|
263
|
+
presetGeneratorFn,
|
|
264
|
+
generator_default
|
|
265
|
+
};
|
package/dist/executors.js
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
var _chunkZWUGCEBZjs = require('./chunk-ZWUGCEBZ.js');
|
|
5
5
|
|
|
6
6
|
|
|
7
|
-
var
|
|
7
|
+
var _chunkPS3344Z2js = require('./chunk-PS3344Z2.js');
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
var _chunk65C6CGV3js = require('./chunk-65C6CGV3.js');
|
|
@@ -22,30 +22,30 @@ var _chunkRU4TNHFGjs = require('./chunk-RU4TNHFG.js');
|
|
|
22
22
|
var _chunkN5LZIOWWjs = require('./chunk-N5LZIOWW.js');
|
|
23
23
|
|
|
24
24
|
|
|
25
|
-
var
|
|
25
|
+
var _chunk2D2626GQjs = require('./chunk-2D2626GQ.js');
|
|
26
26
|
|
|
27
27
|
|
|
28
|
-
var
|
|
28
|
+
var _chunk62U3K4QLjs = require('./chunk-62U3K4QL.js');
|
|
29
29
|
|
|
30
30
|
|
|
31
|
-
var
|
|
31
|
+
var _chunkP42HBYJLjs = require('./chunk-P42HBYJL.js');
|
|
32
32
|
|
|
33
33
|
|
|
34
|
-
var
|
|
34
|
+
var _chunkBKTSNX4Ujs = require('./chunk-BKTSNX4U.js');
|
|
35
35
|
|
|
36
36
|
|
|
37
|
-
var
|
|
37
|
+
var _chunkNP4JJVGYjs = require('./chunk-NP4JJVGY.js');
|
|
38
38
|
|
|
39
39
|
|
|
40
|
-
var
|
|
40
|
+
var _chunkMBQOVLFHjs = require('./chunk-MBQOVLFH.js');
|
|
41
|
+
require('./chunk-2VQ55YPW.js');
|
|
41
42
|
require('./chunk-3MXZ2RJF.js');
|
|
42
43
|
require('./chunk-HYK7OVZ3.js');
|
|
43
44
|
require('./chunk-MKJITWLN.js');
|
|
44
|
-
require('./chunk-
|
|
45
|
-
require('./chunk-N2365RCI.js');
|
|
46
|
-
require('./chunk-TAP26ZJQ.js');
|
|
47
|
-
require('./chunk-2VQ55YPW.js');
|
|
45
|
+
require('./chunk-5T4QN26P.js');
|
|
48
46
|
require('./chunk-3PMAVAFI.js');
|
|
47
|
+
require('./chunk-TAP26ZJQ.js');
|
|
48
|
+
require('./chunk-N2365RCI.js');
|
|
49
49
|
require('./chunk-IMY2BU43.js');
|
|
50
50
|
require('./chunk-CLKU7UMG.js');
|
|
51
51
|
require('./chunk-GUI4USIO.js');
|
|
@@ -64,4 +64,4 @@ require('./chunk-CQDBLKPF.js');
|
|
|
64
64
|
|
|
65
65
|
|
|
66
66
|
|
|
67
|
-
exports.LARGE_BUFFER =
|
|
67
|
+
exports.LARGE_BUFFER = _chunkPS3344Z2js.LARGE_BUFFER; exports.cargoBuildExecutor = _chunkMBQOVLFHjs.cargoBuildExecutor; exports.cargoCheckExecutor = _chunk62U3K4QLjs.cargoCheckExecutor; exports.cargoClippyExecutor = _chunkP42HBYJLjs.cargoClippyExecutor; exports.cargoDocExecutor = _chunkBKTSNX4Ujs.cargoDocExecutor; exports.cargoFormatExecutor = _chunkNP4JJVGYjs.cargoFormatExecutor; exports.esbuildExecutorFn = _chunkN5LZIOWWjs.esbuildExecutorFn; exports.getRegistryVersion = _chunkRU4TNHFGjs.getRegistryVersion; exports.napiExecutor = _chunk2D2626GQjs.napiExecutor; exports.sizeLimitExecutorFn = _chunk65C6CGV3js.sizeLimitExecutorFn; exports.tsdownExecutorFn = _chunkULONYXYFjs.tsdownExecutorFn; exports.typiaExecutorFn = _chunkUEDAT7SJjs.typiaExecutorFn; exports.unbuildExecutorFn = _chunkZWUGCEBZjs.unbuildExecutorFn;
|
package/dist/executors.mjs
CHANGED
|
@@ -4,7 +4,7 @@ import {
|
|
|
4
4
|
} from "./chunk-N2PEIA6H.mjs";
|
|
5
5
|
import {
|
|
6
6
|
LARGE_BUFFER
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-MVSTFKO3.mjs";
|
|
8
8
|
import {
|
|
9
9
|
sizeLimitExecutorFn
|
|
10
10
|
} from "./chunk-I7RM7R7C.mjs";
|
|
@@ -22,35 +22,35 @@ import {
|
|
|
22
22
|
} from "./chunk-XLOJK63P.mjs";
|
|
23
23
|
import {
|
|
24
24
|
napiExecutor
|
|
25
|
-
} from "./chunk-
|
|
25
|
+
} from "./chunk-6DTG46OS.mjs";
|
|
26
26
|
import {
|
|
27
27
|
cargoCheckExecutor
|
|
28
|
-
} from "./chunk-
|
|
28
|
+
} from "./chunk-BZB6C7OW.mjs";
|
|
29
29
|
import {
|
|
30
30
|
cargoClippyExecutor
|
|
31
|
-
} from "./chunk-
|
|
31
|
+
} from "./chunk-WAXMGLST.mjs";
|
|
32
32
|
import {
|
|
33
33
|
cargoDocExecutor
|
|
34
|
-
} from "./chunk-
|
|
34
|
+
} from "./chunk-TYLGU2FW.mjs";
|
|
35
35
|
import {
|
|
36
36
|
cargoFormatExecutor
|
|
37
|
-
} from "./chunk-
|
|
37
|
+
} from "./chunk-UUWXIOS5.mjs";
|
|
38
38
|
import {
|
|
39
39
|
cargoBuildExecutor
|
|
40
|
-
} from "./chunk-
|
|
40
|
+
} from "./chunk-7YO4PMLG.mjs";
|
|
41
|
+
import "./chunk-Y3CN5O3K.mjs";
|
|
41
42
|
import "./chunk-EXRSULNO.mjs";
|
|
42
43
|
import "./chunk-C3G4MZGP.mjs";
|
|
43
44
|
import "./chunk-54BBSJHK.mjs";
|
|
44
|
-
import "./chunk-
|
|
45
|
-
import "./chunk-UA33NH5O.mjs";
|
|
46
|
-
import "./chunk-2GQSCZ3J.mjs";
|
|
47
|
-
import "./chunk-Y3CN5O3K.mjs";
|
|
45
|
+
import "./chunk-DPKPIVRB.mjs";
|
|
48
46
|
import "./chunk-6YP444OR.mjs";
|
|
47
|
+
import "./chunk-2GQSCZ3J.mjs";
|
|
48
|
+
import "./chunk-UA33NH5O.mjs";
|
|
49
49
|
import "./chunk-I4KVL3GR.mjs";
|
|
50
50
|
import "./chunk-45CW7OJB.mjs";
|
|
51
51
|
import "./chunk-JUJWJXED.mjs";
|
|
52
52
|
import "./chunk-TBW5MCN6.mjs";
|
|
53
|
-
import "./chunk-
|
|
53
|
+
import "./chunk-77J7VIDG.mjs";
|
|
54
54
|
export {
|
|
55
55
|
LARGE_BUFFER,
|
|
56
56
|
cargoBuildExecutor,
|
package/dist/generators.js
CHANGED
|
@@ -4,25 +4,25 @@
|
|
|
4
4
|
var _chunkW4JSEGT2js = require('./chunk-W4JSEGT2.js');
|
|
5
5
|
|
|
6
6
|
|
|
7
|
-
var
|
|
7
|
+
var _chunkCW6ERHR6js = require('./chunk-CW6ERHR6.js');
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
var
|
|
10
|
+
var _chunkK4DWEHZOjs = require('./chunk-K4DWEHZO.js');
|
|
11
11
|
|
|
12
12
|
|
|
13
13
|
var _chunkXV4FCARJjs = require('./chunk-XV4FCARJ.js');
|
|
14
|
+
require('./chunk-ILSI74FW.js');
|
|
14
15
|
|
|
15
16
|
|
|
16
17
|
var _chunk32MOOPKKjs = require('./chunk-32MOOPKK.js');
|
|
18
|
+
require('./chunk-IZLEVS44.js');
|
|
17
19
|
|
|
18
20
|
|
|
19
21
|
var _chunkOKSECMVKjs = require('./chunk-OKSECMVK.js');
|
|
20
|
-
require('./chunk-HN5UXNLM.js');
|
|
21
|
-
require('./chunk-ILSI74FW.js');
|
|
22
22
|
require('./chunk-3G7PNDZ5.js');
|
|
23
|
-
require('./chunk-
|
|
24
|
-
require('./chunk-IZLEVS44.js');
|
|
23
|
+
require('./chunk-HN5UXNLM.js');
|
|
25
24
|
require('./chunk-3PMAVAFI.js');
|
|
25
|
+
require('./chunk-TAP26ZJQ.js');
|
|
26
26
|
require('./chunk-IMY2BU43.js');
|
|
27
27
|
require('./chunk-CLKU7UMG.js');
|
|
28
28
|
require('./chunk-GUI4USIO.js');
|
|
@@ -34,4 +34,4 @@ require('./chunk-CQDBLKPF.js');
|
|
|
34
34
|
|
|
35
35
|
|
|
36
36
|
|
|
37
|
-
exports.browserLibraryGeneratorFn = _chunkXV4FCARJjs.browserLibraryGeneratorFn; exports.configSchemaGeneratorFn = _chunk32MOOPKKjs.configSchemaGeneratorFn; exports.initGenerator = _chunkOKSECMVKjs.initGenerator; exports.neutralLibraryGeneratorFn = _chunkW4JSEGT2js.neutralLibraryGeneratorFn; exports.nodeLibraryGeneratorFn =
|
|
37
|
+
exports.browserLibraryGeneratorFn = _chunkXV4FCARJjs.browserLibraryGeneratorFn; exports.configSchemaGeneratorFn = _chunk32MOOPKKjs.configSchemaGeneratorFn; exports.initGenerator = _chunkOKSECMVKjs.initGenerator; exports.neutralLibraryGeneratorFn = _chunkW4JSEGT2js.neutralLibraryGeneratorFn; exports.nodeLibraryGeneratorFn = _chunkCW6ERHR6js.nodeLibraryGeneratorFn; exports.presetGeneratorFn = _chunkK4DWEHZOjs.presetGeneratorFn;
|
package/dist/generators.mjs
CHANGED
|
@@ -1,33 +1,33 @@
|
|
|
1
1
|
import "./chunk-SAIDGUHG.mjs";
|
|
2
2
|
import {
|
|
3
3
|
neutralLibraryGeneratorFn
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-TRYTX34Z.mjs";
|
|
5
5
|
import {
|
|
6
6
|
nodeLibraryGeneratorFn
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-WSB4F36F.mjs";
|
|
8
8
|
import {
|
|
9
9
|
presetGeneratorFn
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-Z2ZHQ4GR.mjs";
|
|
11
11
|
import {
|
|
12
12
|
browserLibraryGeneratorFn
|
|
13
|
-
} from "./chunk-
|
|
13
|
+
} from "./chunk-J2AFJZUP.mjs";
|
|
14
|
+
import "./chunk-XSHN3XHD.mjs";
|
|
14
15
|
import {
|
|
15
16
|
configSchemaGeneratorFn
|
|
16
17
|
} from "./chunk-EYIUJSGD.mjs";
|
|
18
|
+
import "./chunk-3G7TXYW2.mjs";
|
|
17
19
|
import {
|
|
18
20
|
initGenerator
|
|
19
21
|
} from "./chunk-437WGH2M.mjs";
|
|
20
|
-
import "./chunk-VQYZG5YE.mjs";
|
|
21
|
-
import "./chunk-XSHN3XHD.mjs";
|
|
22
22
|
import "./chunk-DEHA5C77.mjs";
|
|
23
|
-
import "./chunk-
|
|
24
|
-
import "./chunk-3G7TXYW2.mjs";
|
|
23
|
+
import "./chunk-VQYZG5YE.mjs";
|
|
25
24
|
import "./chunk-6YP444OR.mjs";
|
|
25
|
+
import "./chunk-2GQSCZ3J.mjs";
|
|
26
26
|
import "./chunk-I4KVL3GR.mjs";
|
|
27
27
|
import "./chunk-45CW7OJB.mjs";
|
|
28
28
|
import "./chunk-JUJWJXED.mjs";
|
|
29
29
|
import "./chunk-TBW5MCN6.mjs";
|
|
30
|
-
import "./chunk-
|
|
30
|
+
import "./chunk-77J7VIDG.mjs";
|
|
31
31
|
export {
|
|
32
32
|
browserLibraryGeneratorFn,
|
|
33
33
|
configSchemaGeneratorFn,
|