@storm-software/terraform-tools 0.60.27 → 0.60.28
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 +7 -0
- package/README.md +1 -1
- package/dist/{chunk-FLZTOXM3.mjs → chunk-6MXVWOEX.mjs} +1 -1
- package/dist/{chunk-FUE5K3NR.js → chunk-CB5TC2RP.js} +2 -2
- package/dist/{chunk-ON72XGOJ.js → chunk-ELCT45UM.js} +2 -2
- package/dist/{chunk-52NNEPD6.mjs → chunk-FD3RF3B3.mjs} +3 -3
- package/dist/{chunk-H7RPADEY.mjs → chunk-FPUITK4C.mjs} +1 -1
- package/dist/{chunk-FO243SX2.js → chunk-JPEKGOAX.js} +2 -2
- package/dist/{chunk-JS3AGKOT.mjs → chunk-LB7M33FA.mjs} +1 -1
- package/dist/{chunk-NGLPUTTO.mjs → chunk-NGAJ5W5H.mjs} +1 -1
- package/dist/{chunk-HQYKP2ET.mjs → chunk-OZWSP7EQ.mjs} +1 -1
- package/dist/{chunk-B52TP7TD.js → chunk-QHV7SDFQ.js} +3 -3
- package/dist/{chunk-S3HIWWZD.mjs → chunk-QQZ6PXPB.mjs} +7 -2
- package/dist/{chunk-M4JRJR36.js → chunk-SYR53UDS.js} +2 -2
- package/dist/{chunk-NZHLKIHQ.js → chunk-VVBBXLTV.js} +2 -2
- package/dist/{chunk-UA4HNENY.js → chunk-YHVTCYRL.js} +111 -106
- package/dist/executors.js +6 -6
- package/dist/executors.mjs +6 -6
- package/dist/generators.js +3 -3
- package/dist/generators.mjs +2 -2
- package/dist/index.js +8 -8
- package/dist/index.mjs +7 -7
- package/dist/src/base/index.js +3 -3
- package/dist/src/base/index.mjs +2 -2
- package/dist/src/base/terraform-executor.js +3 -3
- package/dist/src/base/terraform-executor.mjs +2 -2
- package/dist/src/executors/apply/executor.js +4 -4
- package/dist/src/executors/apply/executor.mjs +3 -3
- package/dist/src/executors/destroy/executor.js +4 -4
- package/dist/src/executors/destroy/executor.mjs +3 -3
- package/dist/src/executors/output/executor.js +4 -4
- package/dist/src/executors/output/executor.mjs +3 -3
- package/dist/src/executors/plan/executor.js +4 -4
- package/dist/src/executors/plan/executor.mjs +3 -3
- package/dist/src/generators/init/init.js +3 -3
- package/dist/src/generators/init/init.mjs +2 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,13 @@
|
|
|
2
2
|
|
|
3
3
|
# Changelog for Storm Ops - Terraform Tools
|
|
4
4
|
|
|
5
|
+
## [0.60.27](https://github.com/storm-software/storm-ops/releases/tag/terraform-tools%400.60.27) (2025-06-20)
|
|
6
|
+
|
|
7
|
+
### Miscellaneous
|
|
8
|
+
|
|
9
|
+
- **monorepo:** Update README markdown files
|
|
10
|
+
([90a90bfac](https://github.com/storm-software/storm-ops/commit/90a90bfac))
|
|
11
|
+
|
|
5
12
|
## [0.60.26](https://github.com/storm-software/storm-ops/releases/tag/terraform-tools%400.60.26) (2025-06-20)
|
|
6
13
|
|
|
7
14
|
### Miscellaneous
|
package/README.md
CHANGED
|
@@ -21,7 +21,7 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
|
|
|
21
21
|
|
|
22
22
|
<h3 align="center">💻 Visit <a href="https://stormsoftware.com" target="_blank">stormsoftware.com</a> to stay up to date with this developer</h3><br />
|
|
23
23
|
|
|
24
|
-
[](https://prettier.io/) [](http://nx.dev/) [](https://nextjs.org/) [](http://commitizen.github.io/cz-cli/)  [](https://fumadocs.vercel.app/) 
|
|
25
25
|
|
|
26
26
|
<!-- prettier-ignore-start -->
|
|
27
27
|
<!-- markdownlint-disable -->
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var _chunkELCT45UMjs = require('./chunk-ELCT45UM.js');
|
|
4
4
|
|
|
5
5
|
// src/executors/plan/executor.ts
|
|
6
|
-
var executor_default =
|
|
6
|
+
var executor_default = _chunkELCT45UMjs.withTerraformExecutor.call(void 0, "plan");
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _nullishCoalesce(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } }
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var _chunkQHV7SDFQjs = require('./chunk-QHV7SDFQ.js');
|
|
4
4
|
|
|
5
5
|
// ../config-tools/src/utilities/run.ts
|
|
6
6
|
var _child_process = require('child_process');
|
|
@@ -24,7 +24,7 @@ var run = (config, command, cwd = _nullishCoalesce(config.workspaceRoot, () => (
|
|
|
24
24
|
// src/base/terraform-executor.ts
|
|
25
25
|
var _shelljs = require('shelljs');
|
|
26
26
|
var withTerraformExecutor = (command, executorOptions = {}) => async (_options, context) => {
|
|
27
|
-
return
|
|
27
|
+
return _chunkQHV7SDFQjs.withRunExecutor.call(void 0,
|
|
28
28
|
`Terraform \`${command}\` Command Executor`,
|
|
29
29
|
async (options, context2, config) => {
|
|
30
30
|
if (!_shelljs.which.call(void 0, "tofu") || !_shelljs.which.call(void 0, "terraform")) {
|
|
@@ -201,9 +201,9 @@ var organizationConfigSchema = z.object({
|
|
|
201
201
|
}).describe("The workspace's organization details");
|
|
202
202
|
var stormWorkspaceConfigSchema = z.object({
|
|
203
203
|
$schema: z.string().trim().default(
|
|
204
|
-
"https://
|
|
205
|
-
).
|
|
206
|
-
"The URL to the JSON schema file that describes the Storm configuration file"
|
|
204
|
+
"https://public.storm-cdn.com/schemas/storm-workspace.schema.json"
|
|
205
|
+
).describe(
|
|
206
|
+
"The URL or file path to the JSON schema file that describes the Storm configuration file"
|
|
207
207
|
),
|
|
208
208
|
extends: ExtendsSchema.optional(),
|
|
209
209
|
name: z.string().trim().toLowerCase().optional().describe(
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var _chunkELCT45UMjs = require('./chunk-ELCT45UM.js');
|
|
4
4
|
|
|
5
5
|
// src/executors/output/executor.ts
|
|
6
|
-
var executor_default =
|
|
6
|
+
var executor_default = _chunkELCT45UMjs.withTerraformExecutor.call(void 0, "output");
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
|
|
@@ -201,9 +201,9 @@ var organizationConfigSchema = z.object({
|
|
|
201
201
|
}).describe("The workspace's organization details");
|
|
202
202
|
var stormWorkspaceConfigSchema = z.object({
|
|
203
203
|
$schema: z.string().trim().default(
|
|
204
|
-
"https://
|
|
205
|
-
).
|
|
206
|
-
"The URL to the JSON schema file that describes the Storm configuration file"
|
|
204
|
+
"https://public.storm-cdn.com/schemas/storm-workspace.schema.json"
|
|
205
|
+
).describe(
|
|
206
|
+
"The URL or file path to the JSON schema file that describes the Storm configuration file"
|
|
207
207
|
),
|
|
208
208
|
extends: ExtendsSchema.optional(),
|
|
209
209
|
name: z.string().trim().toLowerCase().optional().describe(
|
|
@@ -16,7 +16,7 @@ import {
|
|
|
16
16
|
writeSuccess,
|
|
17
17
|
writeTrace,
|
|
18
18
|
writeWarning
|
|
19
|
-
} from "./chunk-
|
|
19
|
+
} from "./chunk-FD3RF3B3.mjs";
|
|
20
20
|
import {
|
|
21
21
|
__dirname,
|
|
22
22
|
__require
|
|
@@ -1804,7 +1804,12 @@ async function configSchemaGeneratorFn(tree, options, config) {
|
|
|
1804
1804
|
`Determining the Storm Workspace Configuration JSON Schema...`,
|
|
1805
1805
|
config
|
|
1806
1806
|
);
|
|
1807
|
-
const jsonSchema = z.toJSONSchema(stormWorkspaceConfigSchema
|
|
1807
|
+
const jsonSchema = z.toJSONSchema(stormWorkspaceConfigSchema, {
|
|
1808
|
+
target: "draft-7"
|
|
1809
|
+
});
|
|
1810
|
+
jsonSchema.$id ??= "https://public.storm-cdn.com/schemas/storm-workspace.schema.json";
|
|
1811
|
+
jsonSchema.title ??= "Storm Workspace Configuration JSON Schema";
|
|
1812
|
+
jsonSchema.description ??= "This JSON Schema defines the structure of the Storm Workspace configuration file (`storm-workspace.json`). It is used to validate the configuration file and ensure that it adheres to the expected format.";
|
|
1808
1813
|
writeTrace(jsonSchema, config);
|
|
1809
1814
|
if (!options.outputFile) {
|
|
1810
1815
|
throw new Error(
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var _chunkELCT45UMjs = require('./chunk-ELCT45UM.js');
|
|
4
4
|
|
|
5
5
|
// src/executors/apply/executor.ts
|
|
6
|
-
var executor_default =
|
|
6
|
+
var executor_default = _chunkELCT45UMjs.withTerraformExecutor.call(void 0, "apply");
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var _chunkELCT45UMjs = require('./chunk-ELCT45UM.js');
|
|
4
4
|
|
|
5
5
|
// src/executors/destroy/executor.ts
|
|
6
|
-
var executor_default =
|
|
6
|
+
var executor_default = _chunkELCT45UMjs.withTerraformExecutor.call(void 0, "destroy");
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
|
|
17
17
|
|
|
18
18
|
|
|
19
|
-
var
|
|
19
|
+
var _chunkQHV7SDFQjs = require('./chunk-QHV7SDFQ.js');
|
|
20
20
|
|
|
21
21
|
|
|
22
22
|
var _chunk3RG5ZIWIjs = require('./chunk-3RG5ZIWI.js');
|
|
@@ -146,7 +146,7 @@ async function cargoBuildExecutor(options, context) {
|
|
|
146
146
|
const command = buildCargoCommand("build", options, context);
|
|
147
147
|
return await cargoCommand(...command);
|
|
148
148
|
}
|
|
149
|
-
var executor_default =
|
|
149
|
+
var executor_default = _chunkQHV7SDFQjs.withRunExecutor.call(void 0,
|
|
150
150
|
"Cargo - Build",
|
|
151
151
|
cargoBuildExecutor,
|
|
152
152
|
{
|
|
@@ -166,7 +166,7 @@ async function cargoCheckExecutor(options, context) {
|
|
|
166
166
|
const command = buildCargoCommand("check", options, context);
|
|
167
167
|
return await cargoCommand(...command);
|
|
168
168
|
}
|
|
169
|
-
var executor_default2 =
|
|
169
|
+
var executor_default2 = _chunkQHV7SDFQjs.withRunExecutor.call(void 0,
|
|
170
170
|
"Cargo - Check",
|
|
171
171
|
cargoCheckExecutor,
|
|
172
172
|
{
|
|
@@ -185,7 +185,7 @@ async function cargoClippyExecutor(options, context) {
|
|
|
185
185
|
const command = buildCargoCommand("clippy", options, context);
|
|
186
186
|
return await cargoCommand(...command);
|
|
187
187
|
}
|
|
188
|
-
var executor_default3 =
|
|
188
|
+
var executor_default3 = _chunkQHV7SDFQjs.withRunExecutor.call(void 0,
|
|
189
189
|
"Cargo - Clippy",
|
|
190
190
|
cargoClippyExecutor,
|
|
191
191
|
{
|
|
@@ -208,7 +208,7 @@ async function cargoDocExecutor(options, context) {
|
|
|
208
208
|
const command = buildCargoCommand("doc", options, context);
|
|
209
209
|
return await cargoCommand(...command);
|
|
210
210
|
}
|
|
211
|
-
var executor_default4 =
|
|
211
|
+
var executor_default4 = _chunkQHV7SDFQjs.withRunExecutor.call(void 0,
|
|
212
212
|
"Cargo - Doc",
|
|
213
213
|
cargoDocExecutor,
|
|
214
214
|
{
|
|
@@ -234,7 +234,7 @@ async function cargoFormatExecutor(options, context) {
|
|
|
234
234
|
const command = buildCargoCommand("fmt", options, context);
|
|
235
235
|
return await cargoCommand(...command);
|
|
236
236
|
}
|
|
237
|
-
var executor_default5 =
|
|
237
|
+
var executor_default5 = _chunkQHV7SDFQjs.withRunExecutor.call(void 0,
|
|
238
238
|
"Cargo - Format",
|
|
239
239
|
cargoFormatExecutor,
|
|
240
240
|
{
|
|
@@ -313,9 +313,9 @@ var copyAssets = async (config, assets, outputPath, projectRoot, sourceRoot, gen
|
|
|
313
313
|
output: "src/"
|
|
314
314
|
});
|
|
315
315
|
}
|
|
316
|
-
|
|
316
|
+
_chunkQHV7SDFQjs.writeTrace.call(void 0,
|
|
317
317
|
`\u{1F4DD} Copying the following assets to the output directory:
|
|
318
|
-
${pendingAssets.map((pendingAsset) => typeof pendingAsset === "string" ? ` - ${pendingAsset} -> ${outputPath}` : ` - ${pendingAsset.input}/${pendingAsset.glob} -> ${
|
|
318
|
+
${pendingAssets.map((pendingAsset) => typeof pendingAsset === "string" ? ` - ${pendingAsset} -> ${outputPath}` : ` - ${pendingAsset.input}/${pendingAsset.glob} -> ${_chunkQHV7SDFQjs.joinPaths.call(void 0, outputPath, pendingAsset.output)}`).join("\n")}`,
|
|
319
319
|
config
|
|
320
320
|
);
|
|
321
321
|
const assetHandler = new (0, _copyassetshandler.CopyAssetsHandler)({
|
|
@@ -326,18 +326,18 @@ ${pendingAssets.map((pendingAsset) => typeof pendingAsset === "string" ? ` - ${p
|
|
|
326
326
|
});
|
|
327
327
|
await assetHandler.processAllAssetsOnce();
|
|
328
328
|
if (includeSrc === true) {
|
|
329
|
-
|
|
330
|
-
`\u{1F4DD} Adding banner and writing source files: ${
|
|
329
|
+
_chunkQHV7SDFQjs.writeDebug.call(void 0,
|
|
330
|
+
`\u{1F4DD} Adding banner and writing source files: ${_chunkQHV7SDFQjs.joinPaths.call(void 0,
|
|
331
331
|
outputPath,
|
|
332
332
|
"src"
|
|
333
333
|
)}`,
|
|
334
334
|
config
|
|
335
335
|
);
|
|
336
336
|
const files = await _glob.glob.call(void 0, [
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
337
|
+
_chunkQHV7SDFQjs.joinPaths.call(void 0, config.workspaceRoot, outputPath, "src/**/*.ts"),
|
|
338
|
+
_chunkQHV7SDFQjs.joinPaths.call(void 0, config.workspaceRoot, outputPath, "src/**/*.tsx"),
|
|
339
|
+
_chunkQHV7SDFQjs.joinPaths.call(void 0, config.workspaceRoot, outputPath, "src/**/*.js"),
|
|
340
|
+
_chunkQHV7SDFQjs.joinPaths.call(void 0, config.workspaceRoot, outputPath, "src/**/*.jsx")
|
|
341
341
|
]);
|
|
342
342
|
await Promise.allSettled(
|
|
343
343
|
files.map(
|
|
@@ -392,7 +392,7 @@ var addPackageDependencies = async (workspaceRoot3, projectRoot, projectName, pa
|
|
|
392
392
|
)) {
|
|
393
393
|
const projectNode = project.node;
|
|
394
394
|
if (projectNode.data.root) {
|
|
395
|
-
const projectPackageJsonPath =
|
|
395
|
+
const projectPackageJsonPath = _chunkQHV7SDFQjs.joinPaths.call(void 0,
|
|
396
396
|
workspaceRoot3,
|
|
397
397
|
projectNode.data.root,
|
|
398
398
|
"package.json"
|
|
@@ -410,11 +410,11 @@ var addPackageDependencies = async (workspaceRoot3, projectRoot, projectName, pa
|
|
|
410
410
|
}
|
|
411
411
|
}
|
|
412
412
|
if (localPackages.length > 0) {
|
|
413
|
-
|
|
413
|
+
_chunkQHV7SDFQjs.writeTrace.call(void 0,
|
|
414
414
|
`\u{1F4E6} Adding local packages to package.json: ${localPackages.map((p) => p.name).join(", ")}`
|
|
415
415
|
);
|
|
416
416
|
const projectJsonFile = await _promises.readFile.call(void 0,
|
|
417
|
-
|
|
417
|
+
_chunkQHV7SDFQjs.joinPaths.call(void 0, projectRoot, "project.json"),
|
|
418
418
|
"utf8"
|
|
419
419
|
);
|
|
420
420
|
const projectJson = JSON.parse(projectJsonFile);
|
|
@@ -427,7 +427,7 @@ var addPackageDependencies = async (workspaceRoot3, projectRoot, projectName, pa
|
|
|
427
427
|
}
|
|
428
428
|
const implicitDependencies = _optionalChain([projectConfigurations, 'access', _13 => _13.projects, 'optionalAccess', _14 => _14[projectName2], 'access', _15 => _15.implicitDependencies, 'optionalAccess', _16 => _16.reduce, 'call', _17 => _17((ret, dep) => {
|
|
429
429
|
if (_optionalChain([projectConfigurations, 'access', _18 => _18.projects, 'optionalAccess', _19 => _19[dep]])) {
|
|
430
|
-
const depPackageJsonPath =
|
|
430
|
+
const depPackageJsonPath = _chunkQHV7SDFQjs.joinPaths.call(void 0,
|
|
431
431
|
workspaceRoot3,
|
|
432
432
|
projectConfigurations.projects[dep].root,
|
|
433
433
|
"package.json"
|
|
@@ -458,14 +458,14 @@ var addPackageDependencies = async (workspaceRoot3, projectRoot, projectName, pa
|
|
|
458
458
|
return ret;
|
|
459
459
|
}, _nullishCoalesce(packageJson.devDependencies, () => ( {})));
|
|
460
460
|
} else {
|
|
461
|
-
|
|
461
|
+
_chunkQHV7SDFQjs.writeTrace.call(void 0, "\u{1F4E6} No local packages dependencies to add to package.json");
|
|
462
462
|
}
|
|
463
463
|
return packageJson;
|
|
464
464
|
};
|
|
465
465
|
var addWorkspacePackageJsonFields = async (workspaceConfig, projectRoot, sourceRoot, projectName, includeSrc = false, packageJson) => {
|
|
466
|
-
const workspaceRoot3 = workspaceConfig.workspaceRoot ? workspaceConfig.workspaceRoot :
|
|
466
|
+
const workspaceRoot3 = workspaceConfig.workspaceRoot ? workspaceConfig.workspaceRoot : _chunkQHV7SDFQjs.findWorkspaceRoot.call(void 0, );
|
|
467
467
|
const workspacePackageJsonContent = await _promises.readFile.call(void 0,
|
|
468
|
-
|
|
468
|
+
_chunkQHV7SDFQjs.joinPaths.call(void 0, workspaceRoot3, "package.json"),
|
|
469
469
|
"utf8"
|
|
470
470
|
);
|
|
471
471
|
const workspacePackageJson = JSON.parse(workspacePackageJsonContent);
|
|
@@ -476,7 +476,7 @@ var addWorkspacePackageJsonFields = async (workspaceConfig, projectRoot, sourceR
|
|
|
476
476
|
if (distSrc.startsWith("/")) {
|
|
477
477
|
distSrc = distSrc.substring(1);
|
|
478
478
|
}
|
|
479
|
-
packageJson.source ??= `${
|
|
479
|
+
packageJson.source ??= `${_chunkQHV7SDFQjs.joinPaths.call(void 0, distSrc, "index.ts").replaceAll("\\", "/")}`;
|
|
480
480
|
}
|
|
481
481
|
packageJson.files ??= ["dist/**/*"];
|
|
482
482
|
if (includeSrc === true && !packageJson.files.includes("src")) {
|
|
@@ -501,7 +501,7 @@ var addWorkspacePackageJsonFields = async (workspaceConfig, projectRoot, sourceR
|
|
|
501
501
|
packageJson.contributors = [packageJson.author];
|
|
502
502
|
}
|
|
503
503
|
packageJson.repository ??= workspacePackageJson.repository;
|
|
504
|
-
packageJson.repository.directory ??= projectRoot ? projectRoot :
|
|
504
|
+
packageJson.repository.directory ??= projectRoot ? projectRoot : _chunkQHV7SDFQjs.joinPaths.call(void 0, "packages", projectName);
|
|
505
505
|
return packageJson;
|
|
506
506
|
};
|
|
507
507
|
|
|
@@ -535,11 +535,11 @@ var _createtaskgraph = require('nx/src/tasks-runner/create-task-graph');
|
|
|
535
535
|
// ../esbuild/src/assets.ts
|
|
536
536
|
async function copyBuildAssets(context) {
|
|
537
537
|
if (!_optionalChain([context, 'access', _28 => _28.result, 'optionalAccess', _29 => _29.errors, 'access', _30 => _30.length]) && _optionalChain([context, 'access', _31 => _31.options, 'access', _32 => _32.assets, 'optionalAccess', _33 => _33.length])) {
|
|
538
|
-
|
|
538
|
+
_chunkQHV7SDFQjs.writeDebug.call(void 0,
|
|
539
539
|
` \u{1F4CB} Copying ${context.options.assets.length} asset files to output directory: ${context.outputPath}`,
|
|
540
540
|
context.workspaceConfig
|
|
541
541
|
);
|
|
542
|
-
const stopwatch =
|
|
542
|
+
const stopwatch = _chunkQHV7SDFQjs.getStopwatch.call(void 0, `${context.options.name} asset copy`);
|
|
543
543
|
await copyAssets(
|
|
544
544
|
context.workspaceConfig,
|
|
545
545
|
_nullishCoalesce(context.options.assets, () => ( [])),
|
|
@@ -620,15 +620,15 @@ async function resolveContext(userOptions) {
|
|
|
620
620
|
if (!workspaceRoot3) {
|
|
621
621
|
throw new Error("Cannot find Nx workspace root");
|
|
622
622
|
}
|
|
623
|
-
const workspaceConfig = await
|
|
623
|
+
const workspaceConfig = await _chunkQHV7SDFQjs.getWorkspaceConfig.call(void 0, true, {
|
|
624
624
|
workspaceRoot: workspaceRoot3.dir
|
|
625
625
|
});
|
|
626
|
-
|
|
627
|
-
const stopwatch =
|
|
626
|
+
_chunkQHV7SDFQjs.writeDebug.call(void 0, " \u2699\uFE0F Resolving build options", workspaceConfig);
|
|
627
|
+
const stopwatch = _chunkQHV7SDFQjs.getStopwatch.call(void 0, "Build options resolution");
|
|
628
628
|
const projectGraph = await _devkit.createProjectGraphAsync.call(void 0, {
|
|
629
629
|
exitOnError: true
|
|
630
630
|
});
|
|
631
|
-
const projectJsonPath =
|
|
631
|
+
const projectJsonPath = _chunkQHV7SDFQjs.joinPaths.call(void 0,
|
|
632
632
|
workspaceRoot3.dir,
|
|
633
633
|
projectRoot,
|
|
634
634
|
"project.json"
|
|
@@ -647,7 +647,7 @@ async function resolveContext(userOptions) {
|
|
|
647
647
|
}
|
|
648
648
|
const options = _defu2.default.call(void 0, userOptions, DEFAULT_BUILD_OPTIONS);
|
|
649
649
|
options.name ??= projectName;
|
|
650
|
-
const packageJsonPath =
|
|
650
|
+
const packageJsonPath = _chunkQHV7SDFQjs.joinPaths.call(void 0,
|
|
651
651
|
workspaceRoot3.dir,
|
|
652
652
|
options.projectRoot,
|
|
653
653
|
"package.json"
|
|
@@ -659,7 +659,7 @@ async function resolveContext(userOptions) {
|
|
|
659
659
|
const define = _defu2.default.call(void 0, _nullishCoalesce(options.define, () => ( {})), _nullishCoalesce(env, () => ( {})));
|
|
660
660
|
const resolvedOptions = {
|
|
661
661
|
...options,
|
|
662
|
-
tsconfig: userOptions.tsconfig === null ? void 0 : userOptions.tsconfig ? userOptions.tsconfig :
|
|
662
|
+
tsconfig: userOptions.tsconfig === null ? void 0 : userOptions.tsconfig ? userOptions.tsconfig : _chunkQHV7SDFQjs.joinPaths.call(void 0, workspaceRoot3.dir, projectRoot, "tsconfig.json"),
|
|
663
663
|
metafile: userOptions.mode === "development",
|
|
664
664
|
clean: false,
|
|
665
665
|
env,
|
|
@@ -684,8 +684,8 @@ async function resolveContext(userOptions) {
|
|
|
684
684
|
projectConfigurations,
|
|
685
685
|
projectName,
|
|
686
686
|
projectGraph,
|
|
687
|
-
sourceRoot: resolvedOptions.sourceRoot || projectJson.sourceRoot ||
|
|
688
|
-
outputPath: resolvedOptions.outputPath ||
|
|
687
|
+
sourceRoot: resolvedOptions.sourceRoot || projectJson.sourceRoot || _chunkQHV7SDFQjs.joinPaths.call(void 0, resolvedOptions.projectRoot, "src"),
|
|
688
|
+
outputPath: resolvedOptions.outputPath || _chunkQHV7SDFQjs.joinPaths.call(void 0,
|
|
689
689
|
workspaceConfig.workspaceRoot,
|
|
690
690
|
"dist",
|
|
691
691
|
resolvedOptions.projectRoot
|
|
@@ -694,10 +694,10 @@ async function resolveContext(userOptions) {
|
|
|
694
694
|
};
|
|
695
695
|
context.options.esbuildPlugins = [..._nullishCoalesce(context.options.esbuildPlugins, () => ( []))];
|
|
696
696
|
if (context.options.verbose) {
|
|
697
|
-
|
|
697
|
+
_chunkQHV7SDFQjs.writeDebug.call(void 0,
|
|
698
698
|
` \u2699\uFE0F Build options resolved:
|
|
699
699
|
|
|
700
|
-
${
|
|
700
|
+
${_chunkQHV7SDFQjs.formatLogMessage.call(void 0, context.options)}`,
|
|
701
701
|
workspaceConfig
|
|
702
702
|
);
|
|
703
703
|
}
|
|
@@ -709,10 +709,10 @@ ${_chunkB52TP7TDjs.formatLogMessage.call(void 0, context.options)}`,
|
|
|
709
709
|
|
|
710
710
|
|
|
711
711
|
async function generatePackageJson(context) {
|
|
712
|
-
if (context.options.generatePackageJson !== false && _fs.existsSync.call(void 0,
|
|
713
|
-
|
|
714
|
-
const stopwatch =
|
|
715
|
-
const packageJsonPath =
|
|
712
|
+
if (context.options.generatePackageJson !== false && _fs.existsSync.call(void 0, _chunkQHV7SDFQjs.joinPaths.call(void 0, context.options.projectRoot, "package.json"))) {
|
|
713
|
+
_chunkQHV7SDFQjs.writeDebug.call(void 0, " \u270D\uFE0F Writing package.json file", context.workspaceConfig);
|
|
714
|
+
const stopwatch = _chunkQHV7SDFQjs.getStopwatch.call(void 0, "Write package.json file");
|
|
715
|
+
const packageJsonPath = _chunkQHV7SDFQjs.joinPaths.call(void 0,
|
|
716
716
|
context.options.projectRoot,
|
|
717
717
|
"project.json"
|
|
718
718
|
);
|
|
@@ -720,7 +720,7 @@ async function generatePackageJson(context) {
|
|
|
720
720
|
throw new Error("Cannot find package.json configuration");
|
|
721
721
|
}
|
|
722
722
|
const packageJsonFile = await _promises2.default.readFile(
|
|
723
|
-
|
|
723
|
+
_chunkQHV7SDFQjs.joinPaths.call(void 0,
|
|
724
724
|
context.workspaceConfig.workspaceRoot,
|
|
725
725
|
context.options.projectRoot,
|
|
726
726
|
"package.json"
|
|
@@ -826,7 +826,7 @@ async function generatePackageJson(context) {
|
|
|
826
826
|
}
|
|
827
827
|
}
|
|
828
828
|
await _devkit.writeJsonFile.call(void 0,
|
|
829
|
-
|
|
829
|
+
_chunkQHV7SDFQjs.joinPaths.call(void 0, context.outputPath, "package.json"),
|
|
830
830
|
packageJson
|
|
831
831
|
);
|
|
832
832
|
stopwatch();
|
|
@@ -901,10 +901,10 @@ var depsCheckPlugin = (bundle) => ({
|
|
|
901
901
|
const filteredMissingDeps = missingDependencies.filter((dep) => {
|
|
902
902
|
return !missingIgnore.some((pattern) => dep.match(pattern)) && !peerDependencies.includes(dep);
|
|
903
903
|
});
|
|
904
|
-
|
|
904
|
+
_chunkQHV7SDFQjs.writeWarning.call(void 0,
|
|
905
905
|
`Unused Dependencies: ${JSON.stringify(filteredUnusedDeps)}`
|
|
906
906
|
);
|
|
907
|
-
|
|
907
|
+
_chunkQHV7SDFQjs.writeError.call(void 0,
|
|
908
908
|
`Missing Dependencies: ${JSON.stringify(filteredMissingDeps)}`
|
|
909
909
|
);
|
|
910
910
|
if (filteredMissingDeps.length > 0) {
|
|
@@ -919,14 +919,14 @@ ${JSON.stringify(filteredMissingDeps)}
|
|
|
919
919
|
// ../esbuild/src/tsup.ts
|
|
920
920
|
var _tsup = require('tsup');
|
|
921
921
|
async function executeTsup(context) {
|
|
922
|
-
|
|
922
|
+
_chunkQHV7SDFQjs.writeDebug.call(void 0,
|
|
923
923
|
` \u{1F680} Running ${context.options.name} build`,
|
|
924
924
|
context.workspaceConfig
|
|
925
925
|
);
|
|
926
|
-
const stopwatch =
|
|
926
|
+
const stopwatch = _chunkQHV7SDFQjs.getStopwatch.call(void 0, `${context.options.name} build`);
|
|
927
927
|
await _tsup.build.call(void 0, {
|
|
928
928
|
...context.options,
|
|
929
|
-
outDir: context.options.distDir ?
|
|
929
|
+
outDir: context.options.distDir ? _chunkQHV7SDFQjs.joinPaths.call(void 0, context.outputPath, context.options.distDir) : context.outputPath,
|
|
930
930
|
workspaceConfig: context.workspaceConfig
|
|
931
931
|
});
|
|
932
932
|
stopwatch();
|
|
@@ -937,17 +937,17 @@ async function executeTsup(context) {
|
|
|
937
937
|
async function reportResults(context) {
|
|
938
938
|
if (_optionalChain([context, 'access', _36 => _36.result, 'optionalAccess', _37 => _37.errors, 'access', _38 => _38.length]) === 0) {
|
|
939
939
|
if (context.result.warnings.length > 0) {
|
|
940
|
-
|
|
940
|
+
_chunkQHV7SDFQjs.writeWarning.call(void 0,
|
|
941
941
|
` \u{1F6A7} The following warnings occurred during the build: ${context.result.warnings.map((warning) => warning.text).join("\n")}`,
|
|
942
942
|
context.workspaceConfig
|
|
943
943
|
);
|
|
944
944
|
}
|
|
945
|
-
|
|
945
|
+
_chunkQHV7SDFQjs.writeSuccess.call(void 0,
|
|
946
946
|
` \u{1F4E6} The ${context.options.name} build completed successfully`,
|
|
947
947
|
context.workspaceConfig
|
|
948
948
|
);
|
|
949
949
|
} else if (_optionalChain([context, 'access', _39 => _39.result, 'optionalAccess', _40 => _40.errors]) && _optionalChain([context, 'access', _41 => _41.result, 'optionalAccess', _42 => _42.errors, 'access', _43 => _43.length]) > 0) {
|
|
950
|
-
|
|
950
|
+
_chunkQHV7SDFQjs.writeError.call(void 0,
|
|
951
951
|
` \u274C The ${context.options.name} build failed with the following errors: ${context.result.errors.map((error) => error.text).join("\n")}`,
|
|
952
952
|
context.workspaceConfig
|
|
953
953
|
);
|
|
@@ -984,19 +984,19 @@ async function dependencyCheck(options) {
|
|
|
984
984
|
}
|
|
985
985
|
async function cleanOutputPath(context) {
|
|
986
986
|
if (context.clean !== false && context.outputPath) {
|
|
987
|
-
|
|
987
|
+
_chunkQHV7SDFQjs.writeDebug.call(void 0,
|
|
988
988
|
` \u{1F9F9} Cleaning ${context.options.name} output path: ${context.outputPath}`,
|
|
989
989
|
context.workspaceConfig
|
|
990
990
|
);
|
|
991
|
-
const stopwatch =
|
|
991
|
+
const stopwatch = _chunkQHV7SDFQjs.getStopwatch.call(void 0, `${context.options.name} output clean`);
|
|
992
992
|
await cleanDirectories(context.outputPath);
|
|
993
993
|
stopwatch();
|
|
994
994
|
}
|
|
995
995
|
return context;
|
|
996
996
|
}
|
|
997
997
|
async function build2(options) {
|
|
998
|
-
|
|
999
|
-
const stopwatch =
|
|
998
|
+
_chunkQHV7SDFQjs.writeDebug.call(void 0, ` \u26A1 Executing Storm ESBuild pipeline`);
|
|
999
|
+
const stopwatch = _chunkQHV7SDFQjs.getStopwatch.call(void 0, "ESBuild pipeline");
|
|
1000
1000
|
try {
|
|
1001
1001
|
const opts = Array.isArray(options) ? options : [options];
|
|
1002
1002
|
if (opts.length === 0) {
|
|
@@ -1011,9 +1011,9 @@ async function build2(options) {
|
|
|
1011
1011
|
executeTsup(context)
|
|
1012
1012
|
]);
|
|
1013
1013
|
await reportResults(context);
|
|
1014
|
-
|
|
1014
|
+
_chunkQHV7SDFQjs.writeSuccess.call(void 0, " \u{1F3C1} ESBuild pipeline build completed successfully");
|
|
1015
1015
|
} catch (error) {
|
|
1016
|
-
|
|
1016
|
+
_chunkQHV7SDFQjs.writeFatal.call(void 0,
|
|
1017
1017
|
"Fatal errors that the build process could not recover from have occured. The build process has been terminated."
|
|
1018
1018
|
);
|
|
1019
1019
|
throw error;
|
|
@@ -1024,7 +1024,7 @@ async function build2(options) {
|
|
|
1024
1024
|
|
|
1025
1025
|
// ../workspace-tools/src/executors/esbuild/executor.ts
|
|
1026
1026
|
async function esbuildExecutorFn(options, context, config) {
|
|
1027
|
-
|
|
1027
|
+
_chunkQHV7SDFQjs.writeInfo.call(void 0, "\u{1F4E6} Running Storm ESBuild executor on the workspace", config);
|
|
1028
1028
|
if (!_optionalChain([context, 'access', _44 => _44.projectsConfigurations, 'optionalAccess', _45 => _45.projects]) || !context.projectName || !context.projectsConfigurations.projects[context.projectName] || !_optionalChain([context, 'access', _46 => _46.projectsConfigurations, 'access', _47 => _47.projects, 'access', _48 => _48[context.projectName], 'optionalAccess', _49 => _49.root])) {
|
|
1029
1029
|
throw new Error(
|
|
1030
1030
|
"The Build process failed because the context is not valid. Please run this command from a workspace."
|
|
@@ -1042,7 +1042,7 @@ async function esbuildExecutorFn(options, context, config) {
|
|
|
1042
1042
|
success: true
|
|
1043
1043
|
};
|
|
1044
1044
|
}
|
|
1045
|
-
var executor_default6 =
|
|
1045
|
+
var executor_default6 = _chunkQHV7SDFQjs.withRunExecutor.call(void 0,
|
|
1046
1046
|
"Storm ESBuild build",
|
|
1047
1047
|
esbuildExecutorFn,
|
|
1048
1048
|
{
|
|
@@ -1088,14 +1088,14 @@ async function sizeLimitExecutorFn(options, context, config) {
|
|
|
1088
1088
|
"The Size-Limit process failed because the context is not valid. Please run this command from a workspace."
|
|
1089
1089
|
);
|
|
1090
1090
|
}
|
|
1091
|
-
|
|
1091
|
+
_chunkQHV7SDFQjs.writeInfo.call(void 0, `\u{1F4CF} Running Size-Limit on ${context.projectName}`, config);
|
|
1092
1092
|
_sizelimit2.default.call(void 0, [_file2.default, _esbuild3.default, _esbuildwhy2.default], {
|
|
1093
1093
|
checks: _nullishCoalesce(_nullishCoalesce(options.entry, () => ( _optionalChain([context, 'access', _61 => _61.projectsConfigurations, 'access', _62 => _62.projects, 'access', _63 => _63[context.projectName], 'optionalAccess', _64 => _64.sourceRoot]))), () => ( _devkit.joinPathFragments.call(void 0,
|
|
1094
1094
|
_nullishCoalesce(_optionalChain([context, 'access', _65 => _65.projectsConfigurations, 'access', _66 => _66.projects, 'access', _67 => _67[context.projectName], 'optionalAccess', _68 => _68.root]), () => ( "./")),
|
|
1095
1095
|
"src"
|
|
1096
1096
|
)))
|
|
1097
1097
|
}).then((result) => {
|
|
1098
|
-
|
|
1098
|
+
_chunkQHV7SDFQjs.writeInfo.call(void 0,
|
|
1099
1099
|
`\u{1F4CF} ${context.projectName} Size-Limit result: ${JSON.stringify(result)}`,
|
|
1100
1100
|
config
|
|
1101
1101
|
);
|
|
@@ -1104,7 +1104,7 @@ async function sizeLimitExecutorFn(options, context, config) {
|
|
|
1104
1104
|
success: true
|
|
1105
1105
|
};
|
|
1106
1106
|
}
|
|
1107
|
-
var executor_default7 =
|
|
1107
|
+
var executor_default7 = _chunkQHV7SDFQjs.withRunExecutor.call(void 0,
|
|
1108
1108
|
"Size-Limit Performance Test Executor",
|
|
1109
1109
|
sizeLimitExecutorFn,
|
|
1110
1110
|
{
|
|
@@ -1122,12 +1122,12 @@ var _fsextra = require('fs-extra');
|
|
|
1122
1122
|
var _TypiaProgrammerjs = require('typia/lib/programmers/TypiaProgrammer.js');
|
|
1123
1123
|
async function typiaExecutorFn(options, _, config) {
|
|
1124
1124
|
if (options.clean !== false) {
|
|
1125
|
-
|
|
1125
|
+
_chunkQHV7SDFQjs.writeInfo.call(void 0, `\u{1F9F9} Cleaning output path: ${options.outputPath}`, config);
|
|
1126
1126
|
_fsextra.removeSync.call(void 0, options.outputPath);
|
|
1127
1127
|
}
|
|
1128
1128
|
await Promise.all(
|
|
1129
1129
|
options.entry.map((entry) => {
|
|
1130
|
-
|
|
1130
|
+
_chunkQHV7SDFQjs.writeInfo.call(void 0, `\u{1F680} Running Typia on entry: ${entry}`, config);
|
|
1131
1131
|
return _TypiaProgrammerjs.TypiaProgrammer.build({
|
|
1132
1132
|
input: entry,
|
|
1133
1133
|
output: options.outputPath,
|
|
@@ -1139,7 +1139,7 @@ async function typiaExecutorFn(options, _, config) {
|
|
|
1139
1139
|
success: true
|
|
1140
1140
|
};
|
|
1141
1141
|
}
|
|
1142
|
-
var executor_default8 =
|
|
1142
|
+
var executor_default8 = _chunkQHV7SDFQjs.withRunExecutor.call(void 0,
|
|
1143
1143
|
"Typia runtime validation generator",
|
|
1144
1144
|
typiaExecutorFn,
|
|
1145
1145
|
{
|
|
@@ -1160,7 +1160,7 @@ var executor_default8 = _chunkB52TP7TDjs.withRunExecutor.call(void 0,
|
|
|
1160
1160
|
|
|
1161
1161
|
var _jiti = require('jiti');
|
|
1162
1162
|
async function unbuildExecutorFn(options, context, config) {
|
|
1163
|
-
|
|
1163
|
+
_chunkQHV7SDFQjs.writeInfo.call(void 0, "\u{1F4E6} Running Storm Unbuild executor on the workspace", config);
|
|
1164
1164
|
if (!_optionalChain([context, 'access', _69 => _69.projectsConfigurations, 'optionalAccess', _70 => _70.projects]) || !context.projectName || !context.projectsConfigurations.projects[context.projectName]) {
|
|
1165
1165
|
throw new Error(
|
|
1166
1166
|
"The Build process failed because the context is not valid. Please run this command from a workspace root directory."
|
|
@@ -1177,7 +1177,7 @@ async function unbuildExecutorFn(options, context, config) {
|
|
|
1177
1177
|
);
|
|
1178
1178
|
}
|
|
1179
1179
|
const jiti = _jiti.createJiti.call(void 0, config.workspaceRoot, {
|
|
1180
|
-
fsCache: config.skipCache ? false :
|
|
1180
|
+
fsCache: config.skipCache ? false : _chunkQHV7SDFQjs.joinPaths.call(void 0,
|
|
1181
1181
|
config.workspaceRoot,
|
|
1182
1182
|
config.directories.cache || "node_modules/.cache/storm",
|
|
1183
1183
|
"jiti"
|
|
@@ -1199,7 +1199,7 @@ async function unbuildExecutorFn(options, context, config) {
|
|
|
1199
1199
|
{
|
|
1200
1200
|
stubOptions: {
|
|
1201
1201
|
jiti: {
|
|
1202
|
-
fsCache: config.skipCache ? false :
|
|
1202
|
+
fsCache: config.skipCache ? false : _chunkQHV7SDFQjs.joinPaths.call(void 0,
|
|
1203
1203
|
config.workspaceRoot,
|
|
1204
1204
|
config.directories.cache || "node_modules/.cache/storm",
|
|
1205
1205
|
"jiti"
|
|
@@ -1228,7 +1228,7 @@ async function unbuildExecutorFn(options, context, config) {
|
|
|
1228
1228
|
success: true
|
|
1229
1229
|
};
|
|
1230
1230
|
}
|
|
1231
|
-
var executor_default9 =
|
|
1231
|
+
var executor_default9 = _chunkQHV7SDFQjs.withRunExecutor.call(void 0,
|
|
1232
1232
|
"TypeScript Unbuild build",
|
|
1233
1233
|
unbuildExecutorFn,
|
|
1234
1234
|
{
|
|
@@ -1259,45 +1259,45 @@ var executor_default9 = _chunkB52TP7TDjs.withRunExecutor.call(void 0,
|
|
|
1259
1259
|
var withRunGenerator = (name, generatorFn, generatorOptions = {
|
|
1260
1260
|
skipReadingConfig: false
|
|
1261
1261
|
}) => async (tree, _options) => {
|
|
1262
|
-
const stopwatch =
|
|
1262
|
+
const stopwatch = _chunkQHV7SDFQjs.getStopwatch.call(void 0, name);
|
|
1263
1263
|
let options = _options;
|
|
1264
1264
|
let config;
|
|
1265
1265
|
try {
|
|
1266
|
-
|
|
1266
|
+
_chunkQHV7SDFQjs.writeInfo.call(void 0, `\u26A1 Running the ${name} generator...
|
|
1267
1267
|
|
|
1268
1268
|
`, config);
|
|
1269
|
-
const workspaceRoot3 =
|
|
1269
|
+
const workspaceRoot3 = _chunkQHV7SDFQjs.findWorkspaceRoot.call(void 0, );
|
|
1270
1270
|
if (!generatorOptions.skipReadingConfig) {
|
|
1271
|
-
|
|
1271
|
+
_chunkQHV7SDFQjs.writeDebug.call(void 0,
|
|
1272
1272
|
`Loading the Storm Config from environment variables and storm.config.js file...
|
|
1273
1273
|
- workspaceRoot: ${workspaceRoot3}`,
|
|
1274
1274
|
config
|
|
1275
1275
|
);
|
|
1276
|
-
config = await
|
|
1276
|
+
config = await _chunkQHV7SDFQjs.getConfig.call(void 0, workspaceRoot3);
|
|
1277
1277
|
}
|
|
1278
1278
|
if (_optionalChain([generatorOptions, 'optionalAccess', _71 => _71.hooks, 'optionalAccess', _72 => _72.applyDefaultOptions])) {
|
|
1279
|
-
|
|
1279
|
+
_chunkQHV7SDFQjs.writeDebug.call(void 0, "Running the applyDefaultOptions hook...", config);
|
|
1280
1280
|
options = await Promise.resolve(
|
|
1281
1281
|
generatorOptions.hooks.applyDefaultOptions(options, config)
|
|
1282
1282
|
);
|
|
1283
|
-
|
|
1283
|
+
_chunkQHV7SDFQjs.writeDebug.call(void 0, "Completed the applyDefaultOptions hook", config);
|
|
1284
1284
|
}
|
|
1285
|
-
|
|
1285
|
+
_chunkQHV7SDFQjs.writeTrace.call(void 0,
|
|
1286
1286
|
`Generator schema options \u2699\uFE0F
|
|
1287
1287
|
${Object.keys(_nullishCoalesce(options, () => ( {}))).map((key) => ` - ${key}=${JSON.stringify(options[key])}`).join("\n")}`,
|
|
1288
1288
|
config
|
|
1289
1289
|
);
|
|
1290
|
-
const tokenized = await
|
|
1290
|
+
const tokenized = await _chunkQHV7SDFQjs.applyWorkspaceTokens.call(void 0,
|
|
1291
1291
|
options,
|
|
1292
1292
|
{ workspaceRoot: tree.root, config },
|
|
1293
|
-
|
|
1293
|
+
_chunkQHV7SDFQjs.applyWorkspaceBaseTokens
|
|
1294
1294
|
);
|
|
1295
1295
|
if (_optionalChain([generatorOptions, 'optionalAccess', _73 => _73.hooks, 'optionalAccess', _74 => _74.preProcess])) {
|
|
1296
|
-
|
|
1296
|
+
_chunkQHV7SDFQjs.writeDebug.call(void 0, "Running the preProcess hook...", config);
|
|
1297
1297
|
await Promise.resolve(
|
|
1298
1298
|
generatorOptions.hooks.preProcess(tokenized, config)
|
|
1299
1299
|
);
|
|
1300
|
-
|
|
1300
|
+
_chunkQHV7SDFQjs.writeDebug.call(void 0, "Completed the preProcess hook", config);
|
|
1301
1301
|
}
|
|
1302
1302
|
const result = await Promise.resolve(
|
|
1303
1303
|
generatorFn(tree, tokenized, config)
|
|
@@ -1312,21 +1312,21 @@ ${Object.keys(_nullishCoalesce(options, () => ( {}))).map((key) => ` - ${key}=${
|
|
|
1312
1312
|
}
|
|
1313
1313
|
}
|
|
1314
1314
|
if (_optionalChain([generatorOptions, 'optionalAccess', _84 => _84.hooks, 'optionalAccess', _85 => _85.postProcess])) {
|
|
1315
|
-
|
|
1315
|
+
_chunkQHV7SDFQjs.writeDebug.call(void 0, "Running the postProcess hook...", config);
|
|
1316
1316
|
await Promise.resolve(generatorOptions.hooks.postProcess(config));
|
|
1317
|
-
|
|
1317
|
+
_chunkQHV7SDFQjs.writeDebug.call(void 0, "Completed the postProcess hook", config);
|
|
1318
1318
|
}
|
|
1319
1319
|
return () => {
|
|
1320
|
-
|
|
1320
|
+
_chunkQHV7SDFQjs.writeSuccess.call(void 0, `Completed running the ${name} generator!
|
|
1321
1321
|
`, config);
|
|
1322
1322
|
};
|
|
1323
1323
|
} catch (error) {
|
|
1324
1324
|
return () => {
|
|
1325
|
-
|
|
1325
|
+
_chunkQHV7SDFQjs.writeFatal.call(void 0,
|
|
1326
1326
|
"A fatal error occurred while running the generator - the process was forced to terminate",
|
|
1327
1327
|
config
|
|
1328
1328
|
);
|
|
1329
|
-
|
|
1329
|
+
_chunkQHV7SDFQjs.writeError.call(void 0,
|
|
1330
1330
|
`An exception was thrown in the generator's process
|
|
1331
1331
|
- Details: ${error.message}
|
|
1332
1332
|
- Stacktrace: ${error.stack}`,
|
|
@@ -1452,16 +1452,16 @@ async function typeScriptLibraryGeneratorFn(tree, options, config) {
|
|
|
1452
1452
|
const projectConfig = {
|
|
1453
1453
|
root: normalized.directory,
|
|
1454
1454
|
projectType: "library",
|
|
1455
|
-
sourceRoot:
|
|
1455
|
+
sourceRoot: _chunkQHV7SDFQjs.joinPaths.call(void 0, _nullishCoalesce(normalized.directory, () => ( "")), "src"),
|
|
1456
1456
|
targets: {
|
|
1457
1457
|
build: {
|
|
1458
1458
|
executor: options.buildExecutor,
|
|
1459
1459
|
outputs: ["{options.outputPath}"],
|
|
1460
1460
|
options: {
|
|
1461
|
-
entry: [
|
|
1461
|
+
entry: [_chunkQHV7SDFQjs.joinPaths.call(void 0, normalized.projectRoot, "src", "index.ts")],
|
|
1462
1462
|
outputPath: getOutputPath(normalized),
|
|
1463
|
-
tsconfig:
|
|
1464
|
-
project:
|
|
1463
|
+
tsconfig: _chunkQHV7SDFQjs.joinPaths.call(void 0, normalized.projectRoot, "tsconfig.json"),
|
|
1464
|
+
project: _chunkQHV7SDFQjs.joinPaths.call(void 0, normalized.projectRoot, "package.json"),
|
|
1465
1465
|
defaultConfiguration: "production",
|
|
1466
1466
|
platform: "neutral",
|
|
1467
1467
|
assets: [
|
|
@@ -1518,7 +1518,7 @@ async function typeScriptLibraryGeneratorFn(tree, options, config) {
|
|
|
1518
1518
|
if (!normalized.importPath) {
|
|
1519
1519
|
normalized.importPath = normalized.name;
|
|
1520
1520
|
}
|
|
1521
|
-
const packageJsonPath =
|
|
1521
|
+
const packageJsonPath = _chunkQHV7SDFQjs.joinPaths.call(void 0, normalized.projectRoot, "package.json");
|
|
1522
1522
|
if (tree.exists(packageJsonPath)) {
|
|
1523
1523
|
_devkit.updateJson.call(void 0, tree, packageJsonPath, (json) => {
|
|
1524
1524
|
if (!normalized.importPath) {
|
|
@@ -1575,14 +1575,14 @@ async function typeScriptLibraryGeneratorFn(tree, options, config) {
|
|
|
1575
1575
|
}));
|
|
1576
1576
|
}
|
|
1577
1577
|
_js.addTsConfigPath.call(void 0, tree, normalized.importPath, [
|
|
1578
|
-
|
|
1578
|
+
_chunkQHV7SDFQjs.joinPaths.call(void 0,
|
|
1579
1579
|
normalized.projectRoot,
|
|
1580
1580
|
"./src",
|
|
1581
1581
|
`index.${normalized.js ? "js" : "ts"}`
|
|
1582
1582
|
)
|
|
1583
1583
|
]);
|
|
1584
|
-
_js.addTsConfigPath.call(void 0, tree,
|
|
1585
|
-
|
|
1584
|
+
_js.addTsConfigPath.call(void 0, tree, _chunkQHV7SDFQjs.joinPaths.call(void 0, normalized.importPath, "/*"), [
|
|
1585
|
+
_chunkQHV7SDFQjs.joinPaths.call(void 0, normalized.projectRoot, "./src", "/*")
|
|
1586
1586
|
]);
|
|
1587
1587
|
if (tree.exists("package.json")) {
|
|
1588
1588
|
const packageJson = _devkit.readJson.call(void 0, tree, "package.json");
|
|
@@ -1593,7 +1593,7 @@ async function typeScriptLibraryGeneratorFn(tree, options, config) {
|
|
|
1593
1593
|
description = packageJson.description;
|
|
1594
1594
|
}
|
|
1595
1595
|
}
|
|
1596
|
-
const tsconfigPath =
|
|
1596
|
+
const tsconfigPath = _chunkQHV7SDFQjs.joinPaths.call(void 0, normalized.projectRoot, "tsconfig.json");
|
|
1597
1597
|
if (tree.exists(tsconfigPath)) {
|
|
1598
1598
|
_devkit.updateJson.call(void 0, tree, tsconfigPath, (json) => {
|
|
1599
1599
|
json.composite ??= true;
|
|
@@ -1621,7 +1621,7 @@ function getOutputPath(options) {
|
|
|
1621
1621
|
} else {
|
|
1622
1622
|
parts.push(options.projectRoot);
|
|
1623
1623
|
}
|
|
1624
|
-
return
|
|
1624
|
+
return _chunkQHV7SDFQjs.joinPaths.call(void 0, ...parts);
|
|
1625
1625
|
}
|
|
1626
1626
|
function createProjectTsConfigJson(tree, options) {
|
|
1627
1627
|
const tsconfig = {
|
|
@@ -1629,7 +1629,7 @@ function createProjectTsConfigJson(tree, options) {
|
|
|
1629
1629
|
..._nullishCoalesce(_optionalChain([options, 'optionalAccess', _100 => _100.tsconfigOptions]), () => ( {})),
|
|
1630
1630
|
compilerOptions: {
|
|
1631
1631
|
...options.rootProject ? _js.tsConfigBaseOptions : {},
|
|
1632
|
-
outDir:
|
|
1632
|
+
outDir: _chunkQHV7SDFQjs.joinPaths.call(void 0, _devkit.offsetFromRoot.call(void 0, options.projectRoot), "dist/out-tsc"),
|
|
1633
1633
|
noEmit: true,
|
|
1634
1634
|
..._nullishCoalesce(_optionalChain([options, 'optionalAccess', _101 => _101.tsconfigOptions, 'optionalAccess', _102 => _102.compilerOptions]), () => ( {}))
|
|
1635
1635
|
},
|
|
@@ -1647,7 +1647,7 @@ function createProjectTsConfigJson(tree, options) {
|
|
|
1647
1647
|
"src/**/*.test.ts"
|
|
1648
1648
|
]
|
|
1649
1649
|
};
|
|
1650
|
-
_devkit.writeJson.call(void 0, tree,
|
|
1650
|
+
_devkit.writeJson.call(void 0, tree, _chunkQHV7SDFQjs.joinPaths.call(void 0, options.projectRoot, "tsconfig.json"), tsconfig);
|
|
1651
1651
|
}
|
|
1652
1652
|
async function normalizeOptions(tree, options, config) {
|
|
1653
1653
|
let importPath = options.importPath;
|
|
@@ -1712,7 +1712,7 @@ async function normalizeOptions(tree, options, config) {
|
|
|
1712
1712
|
|
|
1713
1713
|
// ../workspace-tools/src/generators/browser-library/generator.ts
|
|
1714
1714
|
async function browserLibraryGeneratorFn(tree, schema, config) {
|
|
1715
|
-
const filesDir =
|
|
1715
|
+
const filesDir = _chunkQHV7SDFQjs.joinPaths.call(void 0,
|
|
1716
1716
|
__dirname,
|
|
1717
1717
|
"src",
|
|
1718
1718
|
"generators",
|
|
@@ -1795,32 +1795,37 @@ var generator_default = withRunGenerator(
|
|
|
1795
1795
|
|
|
1796
1796
|
var _v4 = require('zod/v4'); var z = _interopRequireWildcard(_v4);
|
|
1797
1797
|
async function configSchemaGeneratorFn(tree, options, config) {
|
|
1798
|
-
|
|
1798
|
+
_chunkQHV7SDFQjs.writeInfo.call(void 0,
|
|
1799
1799
|
"\u{1F4E6} Running Storm Workspace Configuration JSON Schema generator",
|
|
1800
1800
|
config
|
|
1801
1801
|
);
|
|
1802
|
-
|
|
1802
|
+
_chunkQHV7SDFQjs.writeTrace.call(void 0,
|
|
1803
1803
|
`Determining the Storm Workspace Configuration JSON Schema...`,
|
|
1804
1804
|
config
|
|
1805
1805
|
);
|
|
1806
|
-
const jsonSchema = z.toJSONSchema(
|
|
1807
|
-
|
|
1806
|
+
const jsonSchema = z.toJSONSchema(_chunkQHV7SDFQjs.stormWorkspaceConfigSchema, {
|
|
1807
|
+
target: "draft-7"
|
|
1808
|
+
});
|
|
1809
|
+
jsonSchema.$id ??= "https://public.storm-cdn.com/schemas/storm-workspace.schema.json";
|
|
1810
|
+
jsonSchema.title ??= "Storm Workspace Configuration JSON Schema";
|
|
1811
|
+
jsonSchema.description ??= "This JSON Schema defines the structure of the Storm Workspace configuration file (`storm-workspace.json`). It is used to validate the configuration file and ensure that it adheres to the expected format.";
|
|
1812
|
+
_chunkQHV7SDFQjs.writeTrace.call(void 0, jsonSchema, config);
|
|
1808
1813
|
if (!options.outputFile) {
|
|
1809
1814
|
throw new Error(
|
|
1810
1815
|
"The `outputFile` option is required. Please specify the output file path."
|
|
1811
1816
|
);
|
|
1812
1817
|
}
|
|
1813
1818
|
const outputPath = options.outputFile.replaceAll("{workspaceRoot}", "").replaceAll(
|
|
1814
|
-
_nullishCoalesce(_optionalChain([config, 'optionalAccess', _111 => _111.workspaceRoot]), () => (
|
|
1819
|
+
_nullishCoalesce(_optionalChain([config, 'optionalAccess', _111 => _111.workspaceRoot]), () => ( _chunkQHV7SDFQjs.findWorkspaceRoot.call(void 0, ))),
|
|
1815
1820
|
options.outputFile.startsWith("./") ? "" : "./"
|
|
1816
1821
|
);
|
|
1817
|
-
|
|
1822
|
+
_chunkQHV7SDFQjs.writeTrace.call(void 0,
|
|
1818
1823
|
`\u{1F4DD} Writing Storm Configuration JSON Schema to "${outputPath}"`,
|
|
1819
1824
|
config
|
|
1820
1825
|
);
|
|
1821
1826
|
_devkit.writeJson.call(void 0, tree, outputPath, jsonSchema, { spaces: 2 });
|
|
1822
1827
|
await _devkit.formatFiles.call(void 0, tree);
|
|
1823
|
-
|
|
1828
|
+
_chunkQHV7SDFQjs.writeSuccess.call(void 0,
|
|
1824
1829
|
"\u{1F680} Storm Configuration JSON Schema creation has completed successfully!",
|
|
1825
1830
|
config
|
|
1826
1831
|
);
|
|
@@ -1876,7 +1881,7 @@ async function initGenerator(tree, schema) {
|
|
|
1876
1881
|
|
|
1877
1882
|
|
|
1878
1883
|
async function neutralLibraryGeneratorFn(tree, schema, config) {
|
|
1879
|
-
const filesDir =
|
|
1884
|
+
const filesDir = _chunkQHV7SDFQjs.joinPaths.call(void 0,
|
|
1880
1885
|
__dirname,
|
|
1881
1886
|
"src",
|
|
1882
1887
|
"generators",
|
|
@@ -1935,7 +1940,7 @@ var generator_default3 = withRunGenerator(
|
|
|
1935
1940
|
|
|
1936
1941
|
|
|
1937
1942
|
async function nodeLibraryGeneratorFn(tree, schema, config) {
|
|
1938
|
-
const filesDir =
|
|
1943
|
+
const filesDir = _chunkQHV7SDFQjs.joinPaths.call(void 0,
|
|
1939
1944
|
__dirname,
|
|
1940
1945
|
"src",
|
|
1941
1946
|
"generators",
|
package/dist/executors.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use strict";require('./chunk-E7SPQEPH.js');
|
|
2
|
-
require('./chunk-
|
|
3
|
-
require('./chunk-
|
|
4
|
-
require('./chunk-
|
|
5
|
-
require('./chunk-
|
|
6
|
-
require('./chunk-
|
|
7
|
-
require('./chunk-
|
|
2
|
+
require('./chunk-VVBBXLTV.js');
|
|
3
|
+
require('./chunk-JPEKGOAX.js');
|
|
4
|
+
require('./chunk-CB5TC2RP.js');
|
|
5
|
+
require('./chunk-SYR53UDS.js');
|
|
6
|
+
require('./chunk-ELCT45UM.js');
|
|
7
|
+
require('./chunk-QHV7SDFQ.js');
|
|
8
8
|
require('./chunk-3RG5ZIWI.js');
|
package/dist/executors.mjs
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import "./chunk-HYHKZPRR.mjs";
|
|
2
|
-
import "./chunk-
|
|
3
|
-
import "./chunk-
|
|
4
|
-
import "./chunk-
|
|
5
|
-
import "./chunk-
|
|
6
|
-
import "./chunk-
|
|
7
|
-
import "./chunk-
|
|
2
|
+
import "./chunk-LB7M33FA.mjs";
|
|
3
|
+
import "./chunk-6MXVWOEX.mjs";
|
|
4
|
+
import "./chunk-OZWSP7EQ.mjs";
|
|
5
|
+
import "./chunk-FPUITK4C.mjs";
|
|
6
|
+
import "./chunk-NGAJ5W5H.mjs";
|
|
7
|
+
import "./chunk-FD3RF3B3.mjs";
|
|
8
8
|
import "./chunk-ACCVWIOF.mjs";
|
package/dist/generators.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});require('./chunk-N2YKXZ5R.js');
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
5
|
-
require('./chunk-
|
|
4
|
+
var _chunkYHVTCYRLjs = require('./chunk-YHVTCYRL.js');
|
|
5
|
+
require('./chunk-QHV7SDFQ.js');
|
|
6
6
|
require('./chunk-3RG5ZIWI.js');
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
exports.initGenerator =
|
|
9
|
+
exports.initGenerator = _chunkYHVTCYRLjs.initGenerator;
|
package/dist/generators.mjs
CHANGED
package/dist/index.js
CHANGED
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});require('./chunk-E7SPQEPH.js');
|
|
2
|
-
require('./chunk-
|
|
3
|
-
require('./chunk-
|
|
4
|
-
require('./chunk-
|
|
2
|
+
require('./chunk-VVBBXLTV.js');
|
|
3
|
+
require('./chunk-JPEKGOAX.js');
|
|
4
|
+
require('./chunk-CB5TC2RP.js');
|
|
5
5
|
require('./chunk-N2YKXZ5R.js');
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
var
|
|
8
|
+
var _chunkYHVTCYRLjs = require('./chunk-YHVTCYRL.js');
|
|
9
9
|
require('./chunk-GUQOEBFW.js');
|
|
10
10
|
|
|
11
11
|
|
|
12
12
|
var _chunkILC773N2js = require('./chunk-ILC773N2.js');
|
|
13
|
-
require('./chunk-
|
|
13
|
+
require('./chunk-SYR53UDS.js');
|
|
14
14
|
|
|
15
15
|
|
|
16
|
-
var
|
|
17
|
-
require('./chunk-
|
|
16
|
+
var _chunkELCT45UMjs = require('./chunk-ELCT45UM.js');
|
|
17
|
+
require('./chunk-QHV7SDFQ.js');
|
|
18
18
|
require('./chunk-3RG5ZIWI.js');
|
|
19
19
|
|
|
20
20
|
|
|
21
21
|
|
|
22
22
|
|
|
23
|
-
exports.baseTerraformExecutorSchema = _chunkILC773N2js.base_terraform_executor_untyped_default; exports.initGenerator =
|
|
23
|
+
exports.baseTerraformExecutorSchema = _chunkILC773N2js.base_terraform_executor_untyped_default; exports.initGenerator = _chunkYHVTCYRLjs.initGenerator; exports.withTerraformExecutor = _chunkELCT45UMjs.withTerraformExecutor;
|
package/dist/index.mjs
CHANGED
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
import "./chunk-HYHKZPRR.mjs";
|
|
2
|
-
import "./chunk-
|
|
3
|
-
import "./chunk-
|
|
4
|
-
import "./chunk-
|
|
2
|
+
import "./chunk-LB7M33FA.mjs";
|
|
3
|
+
import "./chunk-6MXVWOEX.mjs";
|
|
4
|
+
import "./chunk-OZWSP7EQ.mjs";
|
|
5
5
|
import "./chunk-23KFTIT2.mjs";
|
|
6
6
|
import {
|
|
7
7
|
initGenerator
|
|
8
|
-
} from "./chunk-
|
|
8
|
+
} from "./chunk-QQZ6PXPB.mjs";
|
|
9
9
|
import "./chunk-CA7S5MOH.mjs";
|
|
10
10
|
import {
|
|
11
11
|
base_terraform_executor_untyped_default
|
|
12
12
|
} from "./chunk-EL25IDXP.mjs";
|
|
13
|
-
import "./chunk-
|
|
13
|
+
import "./chunk-FPUITK4C.mjs";
|
|
14
14
|
import {
|
|
15
15
|
withTerraformExecutor
|
|
16
|
-
} from "./chunk-
|
|
17
|
-
import "./chunk-
|
|
16
|
+
} from "./chunk-NGAJ5W5H.mjs";
|
|
17
|
+
import "./chunk-FD3RF3B3.mjs";
|
|
18
18
|
import "./chunk-ACCVWIOF.mjs";
|
|
19
19
|
export {
|
|
20
20
|
base_terraform_executor_untyped_default as baseTerraformExecutorSchema,
|
package/dist/src/base/index.js
CHANGED
|
@@ -4,10 +4,10 @@
|
|
|
4
4
|
var _chunkILC773N2js = require('../../chunk-ILC773N2.js');
|
|
5
5
|
|
|
6
6
|
|
|
7
|
-
var
|
|
8
|
-
require('../../chunk-
|
|
7
|
+
var _chunkELCT45UMjs = require('../../chunk-ELCT45UM.js');
|
|
8
|
+
require('../../chunk-QHV7SDFQ.js');
|
|
9
9
|
require('../../chunk-3RG5ZIWI.js');
|
|
10
10
|
|
|
11
11
|
|
|
12
12
|
|
|
13
|
-
exports.baseTerraformExecutorSchema = _chunkILC773N2js.base_terraform_executor_untyped_default; exports.withTerraformExecutor =
|
|
13
|
+
exports.baseTerraformExecutorSchema = _chunkILC773N2js.base_terraform_executor_untyped_default; exports.withTerraformExecutor = _chunkELCT45UMjs.withTerraformExecutor;
|
package/dist/src/base/index.mjs
CHANGED
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
} from "../../chunk-EL25IDXP.mjs";
|
|
5
5
|
import {
|
|
6
6
|
withTerraformExecutor
|
|
7
|
-
} from "../../chunk-
|
|
8
|
-
import "../../chunk-
|
|
7
|
+
} from "../../chunk-NGAJ5W5H.mjs";
|
|
8
|
+
import "../../chunk-FD3RF3B3.mjs";
|
|
9
9
|
import "../../chunk-ACCVWIOF.mjs";
|
|
10
10
|
export {
|
|
11
11
|
base_terraform_executor_untyped_default as baseTerraformExecutorSchema,
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
require('../../chunk-
|
|
3
|
+
var _chunkELCT45UMjs = require('../../chunk-ELCT45UM.js');
|
|
4
|
+
require('../../chunk-QHV7SDFQ.js');
|
|
5
5
|
require('../../chunk-3RG5ZIWI.js');
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
exports.withTerraformExecutor =
|
|
8
|
+
exports.withTerraformExecutor = _chunkELCT45UMjs.withTerraformExecutor;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
require('../../../chunk-
|
|
5
|
-
require('../../../chunk-
|
|
3
|
+
var _chunkSYR53UDSjs = require('../../../chunk-SYR53UDS.js');
|
|
4
|
+
require('../../../chunk-ELCT45UM.js');
|
|
5
|
+
require('../../../chunk-QHV7SDFQ.js');
|
|
6
6
|
require('../../../chunk-3RG5ZIWI.js');
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
exports.default =
|
|
9
|
+
exports.default = _chunkSYR53UDSjs.executor_default;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import {
|
|
2
2
|
executor_default
|
|
3
|
-
} from "../../../chunk-
|
|
4
|
-
import "../../../chunk-
|
|
5
|
-
import "../../../chunk-
|
|
3
|
+
} from "../../../chunk-FPUITK4C.mjs";
|
|
4
|
+
import "../../../chunk-NGAJ5W5H.mjs";
|
|
5
|
+
import "../../../chunk-FD3RF3B3.mjs";
|
|
6
6
|
import "../../../chunk-ACCVWIOF.mjs";
|
|
7
7
|
export {
|
|
8
8
|
executor_default as default
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
require('../../../chunk-
|
|
5
|
-
require('../../../chunk-
|
|
3
|
+
var _chunkVVBBXLTVjs = require('../../../chunk-VVBBXLTV.js');
|
|
4
|
+
require('../../../chunk-ELCT45UM.js');
|
|
5
|
+
require('../../../chunk-QHV7SDFQ.js');
|
|
6
6
|
require('../../../chunk-3RG5ZIWI.js');
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
exports.default =
|
|
9
|
+
exports.default = _chunkVVBBXLTVjs.executor_default;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import {
|
|
2
2
|
executor_default
|
|
3
|
-
} from "../../../chunk-
|
|
4
|
-
import "../../../chunk-
|
|
5
|
-
import "../../../chunk-
|
|
3
|
+
} from "../../../chunk-LB7M33FA.mjs";
|
|
4
|
+
import "../../../chunk-NGAJ5W5H.mjs";
|
|
5
|
+
import "../../../chunk-FD3RF3B3.mjs";
|
|
6
6
|
import "../../../chunk-ACCVWIOF.mjs";
|
|
7
7
|
export {
|
|
8
8
|
executor_default as default
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
require('../../../chunk-
|
|
5
|
-
require('../../../chunk-
|
|
3
|
+
var _chunkJPEKGOAXjs = require('../../../chunk-JPEKGOAX.js');
|
|
4
|
+
require('../../../chunk-ELCT45UM.js');
|
|
5
|
+
require('../../../chunk-QHV7SDFQ.js');
|
|
6
6
|
require('../../../chunk-3RG5ZIWI.js');
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
exports.default =
|
|
9
|
+
exports.default = _chunkJPEKGOAXjs.executor_default;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import {
|
|
2
2
|
executor_default
|
|
3
|
-
} from "../../../chunk-
|
|
4
|
-
import "../../../chunk-
|
|
5
|
-
import "../../../chunk-
|
|
3
|
+
} from "../../../chunk-6MXVWOEX.mjs";
|
|
4
|
+
import "../../../chunk-NGAJ5W5H.mjs";
|
|
5
|
+
import "../../../chunk-FD3RF3B3.mjs";
|
|
6
6
|
import "../../../chunk-ACCVWIOF.mjs";
|
|
7
7
|
export {
|
|
8
8
|
executor_default as default
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
require('../../../chunk-
|
|
5
|
-
require('../../../chunk-
|
|
3
|
+
var _chunkCB5TC2RPjs = require('../../../chunk-CB5TC2RP.js');
|
|
4
|
+
require('../../../chunk-ELCT45UM.js');
|
|
5
|
+
require('../../../chunk-QHV7SDFQ.js');
|
|
6
6
|
require('../../../chunk-3RG5ZIWI.js');
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
exports.default =
|
|
9
|
+
exports.default = _chunkCB5TC2RPjs.executor_default;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import {
|
|
2
2
|
executor_default
|
|
3
|
-
} from "../../../chunk-
|
|
4
|
-
import "../../../chunk-
|
|
5
|
-
import "../../../chunk-
|
|
3
|
+
} from "../../../chunk-OZWSP7EQ.mjs";
|
|
4
|
+
import "../../../chunk-NGAJ5W5H.mjs";
|
|
5
|
+
import "../../../chunk-FD3RF3B3.mjs";
|
|
6
6
|
import "../../../chunk-ACCVWIOF.mjs";
|
|
7
7
|
export {
|
|
8
8
|
executor_default as default
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
5
|
-
require('../../../chunk-
|
|
4
|
+
var _chunkYHVTCYRLjs = require('../../../chunk-YHVTCYRL.js');
|
|
5
|
+
require('../../../chunk-QHV7SDFQ.js');
|
|
6
6
|
require('../../../chunk-3RG5ZIWI.js');
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
exports.default =
|
|
10
|
+
exports.default = _chunkYHVTCYRLjs.init_default; exports.initGenerator = _chunkYHVTCYRLjs.initGenerator;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import {
|
|
2
2
|
initGenerator,
|
|
3
3
|
init_default
|
|
4
|
-
} from "../../../chunk-
|
|
5
|
-
import "../../../chunk-
|
|
4
|
+
} from "../../../chunk-QQZ6PXPB.mjs";
|
|
5
|
+
import "../../../chunk-FD3RF3B3.mjs";
|
|
6
6
|
import "../../../chunk-ACCVWIOF.mjs";
|
|
7
7
|
export {
|
|
8
8
|
init_default as default,
|