@storm-software/terraform-tools 0.60.8 → 0.60.9
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 +6 -0
- package/README.md +1 -1
- package/dist/{chunk-BFEGWMVE.mjs → chunk-27LFUIUZ.mjs} +1 -1
- package/dist/{chunk-INVPP6KU.js → chunk-27OX2IVB.js} +2 -1
- package/dist/{chunk-J4NMOU7J.js → chunk-4B5XOSWD.js} +2 -2
- package/dist/{chunk-HHJAQU3C.js → chunk-AS2B5GS7.js} +2 -2
- package/dist/{chunk-4QP4T44Y.mjs → chunk-CTX4RJC2.mjs} +1 -0
- package/dist/{chunk-VSHDXAHC.mjs → chunk-DFS4RHJB.mjs} +1 -1
- package/dist/{chunk-4DRQJGE3.js → chunk-EE3AHVP3.js} +2 -2
- package/dist/{chunk-H25JD5GS.js → chunk-EXBK3TQE.js} +114 -105
- package/dist/{chunk-OREQEO5N.js → chunk-K5VRWNMP.js} +2 -2
- package/dist/{chunk-55XGUC3P.js → chunk-LT5Z4JUG.js} +2 -2
- package/dist/{chunk-ANYBI735.mjs → chunk-MGXXRII3.mjs} +11 -2
- package/dist/{chunk-HKVLMETH.mjs → chunk-NSR5VU3N.mjs} +1 -1
- package/dist/{chunk-MOSLDSLC.mjs → chunk-PXFXKNOL.mjs} +1 -1
- package/dist/{chunk-NYFXF3YV.mjs → chunk-QNJTHB5H.mjs} +1 -1
- 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,12 @@
|
|
|
2
2
|
|
|
3
3
|
# Changelog for Storm Ops - Terraform Tools
|
|
4
4
|
|
|
5
|
+
## [0.60.8](https://github.com/storm-software/storm-ops/releases/tag/terraform-tools%400.60.8) (2025-05-18)
|
|
6
|
+
|
|
7
|
+
### Miscellaneous
|
|
8
|
+
|
|
9
|
+
- **monorepo:** Regenerate README markdown files
|
|
10
|
+
|
|
5
11
|
## [0.60.7](https://github.com/storm-software/storm-ops/releases/tag/terraform-tools%400.60.7) (2025-05-13)
|
|
6
12
|
|
|
7
13
|
### 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 -->
|
|
@@ -1721,4 +1721,5 @@ var _isFunction2 = (value) => {
|
|
|
1721
1721
|
|
|
1722
1722
|
|
|
1723
1723
|
|
|
1724
|
-
|
|
1724
|
+
|
|
1725
|
+
exports.stormWorkspaceConfigSchema = stormWorkspaceConfigSchema; exports.joinPaths = joinPaths; exports.findWorkspaceRoot = findWorkspaceRoot; exports.writeFatal = writeFatal; exports.writeError = writeError; exports.writeWarning = writeWarning; exports.writeInfo = writeInfo; exports.writeSuccess = writeSuccess; exports.writeDebug = writeDebug; exports.writeTrace = writeTrace; exports.getStopwatch = getStopwatch; exports.formatLogMessage = formatLogMessage; exports.applyWorkspaceBaseTokens = applyWorkspaceBaseTokens; exports.applyWorkspaceTokens = applyWorkspaceTokens; exports.getConfig = getConfig; exports.getWorkspaceConfig = getWorkspaceConfig; exports.withRunExecutor = withRunExecutor;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var _chunkK5VRWNMPjs = require('./chunk-K5VRWNMP.js');
|
|
4
4
|
|
|
5
5
|
// src/executors/destroy/executor.ts
|
|
6
|
-
var executor_default =
|
|
6
|
+
var executor_default = _chunkK5VRWNMPjs.withTerraformExecutor.call(void 0, "destroy");
|
|
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 _chunkK5VRWNMPjs = require('./chunk-K5VRWNMP.js');
|
|
4
4
|
|
|
5
5
|
// src/executors/apply/executor.ts
|
|
6
|
-
var executor_default =
|
|
6
|
+
var executor_default = _chunkK5VRWNMPjs.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 _chunkK5VRWNMPjs = require('./chunk-K5VRWNMP.js');
|
|
4
4
|
|
|
5
5
|
// src/executors/output/executor.ts
|
|
6
|
-
var executor_default =
|
|
6
|
+
var executor_default = _chunkK5VRWNMPjs.withTerraformExecutor.call(void 0, "output");
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
|
|
@@ -15,7 +15,8 @@
|
|
|
15
15
|
|
|
16
16
|
|
|
17
17
|
|
|
18
|
-
|
|
18
|
+
|
|
19
|
+
var _chunk27OX2IVBjs = require('./chunk-27OX2IVB.js');
|
|
19
20
|
|
|
20
21
|
|
|
21
22
|
var _chunk3RG5ZIWIjs = require('./chunk-3RG5ZIWI.js');
|
|
@@ -145,7 +146,7 @@ async function cargoBuildExecutor(options, context) {
|
|
|
145
146
|
const command = buildCargoCommand("build", options, context);
|
|
146
147
|
return await cargoCommand(...command);
|
|
147
148
|
}
|
|
148
|
-
var executor_default =
|
|
149
|
+
var executor_default = _chunk27OX2IVBjs.withRunExecutor.call(void 0,
|
|
149
150
|
"Cargo - Build",
|
|
150
151
|
cargoBuildExecutor,
|
|
151
152
|
{
|
|
@@ -165,7 +166,7 @@ async function cargoCheckExecutor(options, context) {
|
|
|
165
166
|
const command = buildCargoCommand("check", options, context);
|
|
166
167
|
return await cargoCommand(...command);
|
|
167
168
|
}
|
|
168
|
-
var executor_default2 =
|
|
169
|
+
var executor_default2 = _chunk27OX2IVBjs.withRunExecutor.call(void 0,
|
|
169
170
|
"Cargo - Check",
|
|
170
171
|
cargoCheckExecutor,
|
|
171
172
|
{
|
|
@@ -184,7 +185,7 @@ async function cargoClippyExecutor(options, context) {
|
|
|
184
185
|
const command = buildCargoCommand("clippy", options, context);
|
|
185
186
|
return await cargoCommand(...command);
|
|
186
187
|
}
|
|
187
|
-
var executor_default3 =
|
|
188
|
+
var executor_default3 = _chunk27OX2IVBjs.withRunExecutor.call(void 0,
|
|
188
189
|
"Cargo - Clippy",
|
|
189
190
|
cargoClippyExecutor,
|
|
190
191
|
{
|
|
@@ -207,7 +208,7 @@ async function cargoDocExecutor(options, context) {
|
|
|
207
208
|
const command = buildCargoCommand("doc", options, context);
|
|
208
209
|
return await cargoCommand(...command);
|
|
209
210
|
}
|
|
210
|
-
var executor_default4 =
|
|
211
|
+
var executor_default4 = _chunk27OX2IVBjs.withRunExecutor.call(void 0,
|
|
211
212
|
"Cargo - Doc",
|
|
212
213
|
cargoDocExecutor,
|
|
213
214
|
{
|
|
@@ -233,7 +234,7 @@ async function cargoFormatExecutor(options, context) {
|
|
|
233
234
|
const command = buildCargoCommand("fmt", options, context);
|
|
234
235
|
return await cargoCommand(...command);
|
|
235
236
|
}
|
|
236
|
-
var executor_default5 =
|
|
237
|
+
var executor_default5 = _chunk27OX2IVBjs.withRunExecutor.call(void 0,
|
|
237
238
|
"Cargo - Format",
|
|
238
239
|
cargoFormatExecutor,
|
|
239
240
|
{
|
|
@@ -312,9 +313,9 @@ var copyAssets = async (config, assets, outputPath, projectRoot, sourceRoot, gen
|
|
|
312
313
|
output: "src/"
|
|
313
314
|
});
|
|
314
315
|
}
|
|
315
|
-
|
|
316
|
+
_chunk27OX2IVBjs.writeTrace.call(void 0,
|
|
316
317
|
`\u{1F4DD} Copying the following assets to the output directory:
|
|
317
|
-
${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} -> ${_chunk27OX2IVBjs.joinPaths.call(void 0, outputPath, pendingAsset.output)}`).join("\n")}`,
|
|
318
319
|
config
|
|
319
320
|
);
|
|
320
321
|
const assetHandler = new (0, _copyassetshandler.CopyAssetsHandler)({
|
|
@@ -325,18 +326,18 @@ ${pendingAssets.map((pendingAsset) => typeof pendingAsset === "string" ? ` - ${p
|
|
|
325
326
|
});
|
|
326
327
|
await assetHandler.processAllAssetsOnce();
|
|
327
328
|
if (includeSrc === true) {
|
|
328
|
-
|
|
329
|
-
`\u{1F4DD} Adding banner and writing source files: ${
|
|
329
|
+
_chunk27OX2IVBjs.writeDebug.call(void 0,
|
|
330
|
+
`\u{1F4DD} Adding banner and writing source files: ${_chunk27OX2IVBjs.joinPaths.call(void 0,
|
|
330
331
|
outputPath,
|
|
331
332
|
"src"
|
|
332
333
|
)}`,
|
|
333
334
|
config
|
|
334
335
|
);
|
|
335
336
|
const files = await _glob.glob.call(void 0, [
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
337
|
+
_chunk27OX2IVBjs.joinPaths.call(void 0, config.workspaceRoot, outputPath, "src/**/*.ts"),
|
|
338
|
+
_chunk27OX2IVBjs.joinPaths.call(void 0, config.workspaceRoot, outputPath, "src/**/*.tsx"),
|
|
339
|
+
_chunk27OX2IVBjs.joinPaths.call(void 0, config.workspaceRoot, outputPath, "src/**/*.js"),
|
|
340
|
+
_chunk27OX2IVBjs.joinPaths.call(void 0, config.workspaceRoot, outputPath, "src/**/*.jsx")
|
|
340
341
|
]);
|
|
341
342
|
await Promise.allSettled(
|
|
342
343
|
files.map(
|
|
@@ -391,7 +392,7 @@ var addPackageDependencies = async (workspaceRoot3, projectRoot, projectName, pa
|
|
|
391
392
|
)) {
|
|
392
393
|
const projectNode = project.node;
|
|
393
394
|
if (projectNode.data.root) {
|
|
394
|
-
const projectPackageJsonPath =
|
|
395
|
+
const projectPackageJsonPath = _chunk27OX2IVBjs.joinPaths.call(void 0,
|
|
395
396
|
workspaceRoot3,
|
|
396
397
|
projectNode.data.root,
|
|
397
398
|
"package.json"
|
|
@@ -409,11 +410,11 @@ var addPackageDependencies = async (workspaceRoot3, projectRoot, projectName, pa
|
|
|
409
410
|
}
|
|
410
411
|
}
|
|
411
412
|
if (localPackages.length > 0) {
|
|
412
|
-
|
|
413
|
+
_chunk27OX2IVBjs.writeTrace.call(void 0,
|
|
413
414
|
`\u{1F4E6} Adding local packages to package.json: ${localPackages.map((p) => p.name).join(", ")}`
|
|
414
415
|
);
|
|
415
416
|
const projectJsonFile = await _promises.readFile.call(void 0,
|
|
416
|
-
|
|
417
|
+
_chunk27OX2IVBjs.joinPaths.call(void 0, projectRoot, "project.json"),
|
|
417
418
|
"utf8"
|
|
418
419
|
);
|
|
419
420
|
const projectJson = JSON.parse(projectJsonFile);
|
|
@@ -426,7 +427,7 @@ var addPackageDependencies = async (workspaceRoot3, projectRoot, projectName, pa
|
|
|
426
427
|
}
|
|
427
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) => {
|
|
428
429
|
if (_optionalChain([projectConfigurations, 'access', _18 => _18.projects, 'optionalAccess', _19 => _19[dep]])) {
|
|
429
|
-
const depPackageJsonPath =
|
|
430
|
+
const depPackageJsonPath = _chunk27OX2IVBjs.joinPaths.call(void 0,
|
|
430
431
|
workspaceRoot3,
|
|
431
432
|
projectConfigurations.projects[dep].root,
|
|
432
433
|
"package.json"
|
|
@@ -457,14 +458,14 @@ var addPackageDependencies = async (workspaceRoot3, projectRoot, projectName, pa
|
|
|
457
458
|
return ret;
|
|
458
459
|
}, _nullishCoalesce(packageJson.devDependencies, () => ( {})));
|
|
459
460
|
} else {
|
|
460
|
-
|
|
461
|
+
_chunk27OX2IVBjs.writeTrace.call(void 0, "\u{1F4E6} No local packages dependencies to add to package.json");
|
|
461
462
|
}
|
|
462
463
|
return packageJson;
|
|
463
464
|
};
|
|
464
465
|
var addWorkspacePackageJsonFields = async (workspaceConfig, projectRoot, sourceRoot, projectName, includeSrc = false, packageJson) => {
|
|
465
|
-
const workspaceRoot3 = workspaceConfig.workspaceRoot ? workspaceConfig.workspaceRoot :
|
|
466
|
+
const workspaceRoot3 = workspaceConfig.workspaceRoot ? workspaceConfig.workspaceRoot : _chunk27OX2IVBjs.findWorkspaceRoot.call(void 0, );
|
|
466
467
|
const workspacePackageJsonContent = await _promises.readFile.call(void 0,
|
|
467
|
-
|
|
468
|
+
_chunk27OX2IVBjs.joinPaths.call(void 0, workspaceRoot3, "package.json"),
|
|
468
469
|
"utf8"
|
|
469
470
|
);
|
|
470
471
|
const workspacePackageJson = JSON.parse(workspacePackageJsonContent);
|
|
@@ -475,7 +476,7 @@ var addWorkspacePackageJsonFields = async (workspaceConfig, projectRoot, sourceR
|
|
|
475
476
|
if (distSrc.startsWith("/")) {
|
|
476
477
|
distSrc = distSrc.substring(1);
|
|
477
478
|
}
|
|
478
|
-
packageJson.source ??= `${
|
|
479
|
+
packageJson.source ??= `${_chunk27OX2IVBjs.joinPaths.call(void 0, distSrc, "index.ts").replaceAll("\\", "/")}`;
|
|
479
480
|
}
|
|
480
481
|
packageJson.files ??= ["dist/**/*"];
|
|
481
482
|
if (includeSrc === true && !packageJson.files.includes("src")) {
|
|
@@ -500,7 +501,7 @@ var addWorkspacePackageJsonFields = async (workspaceConfig, projectRoot, sourceR
|
|
|
500
501
|
packageJson.contributors = [packageJson.author];
|
|
501
502
|
}
|
|
502
503
|
packageJson.repository ??= workspacePackageJson.repository;
|
|
503
|
-
packageJson.repository.directory ??= projectRoot ? projectRoot :
|
|
504
|
+
packageJson.repository.directory ??= projectRoot ? projectRoot : _chunk27OX2IVBjs.joinPaths.call(void 0, "packages", projectName);
|
|
504
505
|
return packageJson;
|
|
505
506
|
};
|
|
506
507
|
|
|
@@ -534,11 +535,11 @@ var _createtaskgraph = require('nx/src/tasks-runner/create-task-graph');
|
|
|
534
535
|
// ../esbuild/src/assets.ts
|
|
535
536
|
async function copyBuildAssets(context) {
|
|
536
537
|
if (_optionalChain([context, 'access', _28 => _28.result, 'optionalAccess', _29 => _29.errors, 'access', _30 => _30.length]) === 0) {
|
|
537
|
-
|
|
538
|
+
_chunk27OX2IVBjs.writeDebug.call(void 0,
|
|
538
539
|
` \u{1F4CB} Copying asset files to output directory: ${context.outputPath}`,
|
|
539
540
|
context.workspaceConfig
|
|
540
541
|
);
|
|
541
|
-
const stopwatch =
|
|
542
|
+
const stopwatch = _chunk27OX2IVBjs.getStopwatch.call(void 0, `${context.options.name} asset copy`);
|
|
542
543
|
await copyAssets(
|
|
543
544
|
context.workspaceConfig,
|
|
544
545
|
_nullishCoalesce(context.options.assets, () => ( [])),
|
|
@@ -621,15 +622,15 @@ async function resolveContext(userOptions) {
|
|
|
621
622
|
if (!workspaceRoot3) {
|
|
622
623
|
throw new Error("Cannot find Nx workspace root");
|
|
623
624
|
}
|
|
624
|
-
const workspaceConfig = await
|
|
625
|
+
const workspaceConfig = await _chunk27OX2IVBjs.getWorkspaceConfig.call(void 0, true, {
|
|
625
626
|
workspaceRoot: workspaceRoot3.dir
|
|
626
627
|
});
|
|
627
|
-
|
|
628
|
-
const stopwatch =
|
|
628
|
+
_chunk27OX2IVBjs.writeDebug.call(void 0, " \u2699\uFE0F Resolving build options", workspaceConfig);
|
|
629
|
+
const stopwatch = _chunk27OX2IVBjs.getStopwatch.call(void 0, "Build options resolution");
|
|
629
630
|
const projectGraph = await _devkit.createProjectGraphAsync.call(void 0, {
|
|
630
631
|
exitOnError: true
|
|
631
632
|
});
|
|
632
|
-
const projectJsonPath =
|
|
633
|
+
const projectJsonPath = _chunk27OX2IVBjs.joinPaths.call(void 0,
|
|
633
634
|
workspaceRoot3.dir,
|
|
634
635
|
projectRoot,
|
|
635
636
|
"project.json"
|
|
@@ -648,7 +649,7 @@ async function resolveContext(userOptions) {
|
|
|
648
649
|
}
|
|
649
650
|
const options = _defu2.default.call(void 0, userOptions, DEFAULT_BUILD_OPTIONS);
|
|
650
651
|
options.name ??= projectName;
|
|
651
|
-
const packageJsonPath =
|
|
652
|
+
const packageJsonPath = _chunk27OX2IVBjs.joinPaths.call(void 0,
|
|
652
653
|
workspaceRoot3.dir,
|
|
653
654
|
options.projectRoot,
|
|
654
655
|
"package.json"
|
|
@@ -659,7 +660,7 @@ async function resolveContext(userOptions) {
|
|
|
659
660
|
const env = getEnv("esbuild", options);
|
|
660
661
|
const define = _defu2.default.call(void 0, _nullishCoalesce(options.define, () => ( {})), _nullishCoalesce(env, () => ( {})));
|
|
661
662
|
const resolvedOptions = {
|
|
662
|
-
tsconfig:
|
|
663
|
+
tsconfig: _chunk27OX2IVBjs.joinPaths.call(void 0, workspaceRoot3.dir, projectRoot, "tsconfig.json"),
|
|
663
664
|
...options,
|
|
664
665
|
metafile: userOptions.mode === "development",
|
|
665
666
|
clean: false,
|
|
@@ -685,8 +686,8 @@ async function resolveContext(userOptions) {
|
|
|
685
686
|
projectConfigurations,
|
|
686
687
|
projectName,
|
|
687
688
|
projectGraph,
|
|
688
|
-
sourceRoot: resolvedOptions.sourceRoot || projectJson.sourceRoot ||
|
|
689
|
-
outputPath: resolvedOptions.outputPath ||
|
|
689
|
+
sourceRoot: resolvedOptions.sourceRoot || projectJson.sourceRoot || _chunk27OX2IVBjs.joinPaths.call(void 0, resolvedOptions.projectRoot, "src"),
|
|
690
|
+
outputPath: resolvedOptions.outputPath || _chunk27OX2IVBjs.joinPaths.call(void 0,
|
|
690
691
|
workspaceConfig.workspaceRoot,
|
|
691
692
|
"dist",
|
|
692
693
|
resolvedOptions.projectRoot
|
|
@@ -694,6 +695,14 @@ async function resolveContext(userOptions) {
|
|
|
694
695
|
minify: resolvedOptions.minify || resolvedOptions.mode === "production"
|
|
695
696
|
};
|
|
696
697
|
context.options.esbuildPlugins = [..._nullishCoalesce(context.options.esbuildPlugins, () => ( []))];
|
|
698
|
+
if (context.options.verbose) {
|
|
699
|
+
_chunk27OX2IVBjs.writeDebug.call(void 0,
|
|
700
|
+
` \u2699\uFE0F Build options resolved:
|
|
701
|
+
|
|
702
|
+
${_chunk27OX2IVBjs.formatLogMessage.call(void 0, context.options)}`,
|
|
703
|
+
workspaceConfig
|
|
704
|
+
);
|
|
705
|
+
}
|
|
697
706
|
return context;
|
|
698
707
|
}
|
|
699
708
|
|
|
@@ -702,10 +711,10 @@ async function resolveContext(userOptions) {
|
|
|
702
711
|
|
|
703
712
|
|
|
704
713
|
async function generatePackageJson(context) {
|
|
705
|
-
if (context.options.generatePackageJson !== false && _fs.existsSync.call(void 0,
|
|
706
|
-
|
|
707
|
-
const stopwatch =
|
|
708
|
-
const packageJsonPath =
|
|
714
|
+
if (context.options.generatePackageJson !== false && _fs.existsSync.call(void 0, _chunk27OX2IVBjs.joinPaths.call(void 0, context.options.projectRoot, "package.json"))) {
|
|
715
|
+
_chunk27OX2IVBjs.writeDebug.call(void 0, " \u270D\uFE0F Writing package.json file", context.workspaceConfig);
|
|
716
|
+
const stopwatch = _chunk27OX2IVBjs.getStopwatch.call(void 0, "Write package.json file");
|
|
717
|
+
const packageJsonPath = _chunk27OX2IVBjs.joinPaths.call(void 0,
|
|
709
718
|
context.options.projectRoot,
|
|
710
719
|
"project.json"
|
|
711
720
|
);
|
|
@@ -713,7 +722,7 @@ async function generatePackageJson(context) {
|
|
|
713
722
|
throw new Error("Cannot find package.json configuration");
|
|
714
723
|
}
|
|
715
724
|
const packageJsonFile = await _promises2.default.readFile(
|
|
716
|
-
|
|
725
|
+
_chunk27OX2IVBjs.joinPaths.call(void 0,
|
|
717
726
|
context.workspaceConfig.workspaceRoot,
|
|
718
727
|
context.options.projectRoot,
|
|
719
728
|
"package.json"
|
|
@@ -819,7 +828,7 @@ async function generatePackageJson(context) {
|
|
|
819
828
|
}
|
|
820
829
|
}
|
|
821
830
|
await _devkit.writeJsonFile.call(void 0,
|
|
822
|
-
|
|
831
|
+
_chunk27OX2IVBjs.joinPaths.call(void 0, context.outputPath, "package.json"),
|
|
823
832
|
packageJson
|
|
824
833
|
);
|
|
825
834
|
stopwatch();
|
|
@@ -894,10 +903,10 @@ var depsCheckPlugin = (bundle) => ({
|
|
|
894
903
|
const filteredMissingDeps = missingDependencies.filter((dep) => {
|
|
895
904
|
return !missingIgnore.some((pattern) => dep.match(pattern)) && !peerDependencies.includes(dep);
|
|
896
905
|
});
|
|
897
|
-
|
|
906
|
+
_chunk27OX2IVBjs.writeWarning.call(void 0,
|
|
898
907
|
`Unused Dependencies: ${JSON.stringify(filteredUnusedDeps)}`
|
|
899
908
|
);
|
|
900
|
-
|
|
909
|
+
_chunk27OX2IVBjs.writeError.call(void 0,
|
|
901
910
|
`Missing Dependencies: ${JSON.stringify(filteredMissingDeps)}`
|
|
902
911
|
);
|
|
903
912
|
if (filteredMissingDeps.length > 0) {
|
|
@@ -912,14 +921,14 @@ ${JSON.stringify(filteredMissingDeps)}
|
|
|
912
921
|
// ../esbuild/src/tsup.ts
|
|
913
922
|
var _tsup = require('tsup');
|
|
914
923
|
async function executeTsup(context) {
|
|
915
|
-
|
|
924
|
+
_chunk27OX2IVBjs.writeDebug.call(void 0,
|
|
916
925
|
` \u{1F680} Running ${context.options.name} build`,
|
|
917
926
|
context.workspaceConfig
|
|
918
927
|
);
|
|
919
|
-
const stopwatch =
|
|
928
|
+
const stopwatch = _chunk27OX2IVBjs.getStopwatch.call(void 0, `${context.options.name} build`);
|
|
920
929
|
await _tsup.build.call(void 0, {
|
|
921
930
|
...context.options,
|
|
922
|
-
outDir: context.options.distDir ?
|
|
931
|
+
outDir: context.options.distDir ? _chunk27OX2IVBjs.joinPaths.call(void 0, context.outputPath, context.options.distDir) : context.outputPath,
|
|
923
932
|
workspaceConfig: context.workspaceConfig
|
|
924
933
|
});
|
|
925
934
|
stopwatch();
|
|
@@ -930,17 +939,17 @@ async function executeTsup(context) {
|
|
|
930
939
|
async function reportResults(context) {
|
|
931
940
|
if (_optionalChain([context, 'access', _33 => _33.result, 'optionalAccess', _34 => _34.errors, 'access', _35 => _35.length]) === 0) {
|
|
932
941
|
if (context.result.warnings.length > 0) {
|
|
933
|
-
|
|
942
|
+
_chunk27OX2IVBjs.writeWarning.call(void 0,
|
|
934
943
|
` \u{1F6A7} The following warnings occurred during the build: ${context.result.warnings.map((warning) => warning.text).join("\n")}`,
|
|
935
944
|
context.workspaceConfig
|
|
936
945
|
);
|
|
937
946
|
}
|
|
938
|
-
|
|
947
|
+
_chunk27OX2IVBjs.writeSuccess.call(void 0,
|
|
939
948
|
` \u{1F4E6} The ${context.options.name} build completed successfully`,
|
|
940
949
|
context.workspaceConfig
|
|
941
950
|
);
|
|
942
951
|
} else if (_optionalChain([context, 'access', _36 => _36.result, 'optionalAccess', _37 => _37.errors]) && _optionalChain([context, 'access', _38 => _38.result, 'optionalAccess', _39 => _39.errors, 'access', _40 => _40.length]) > 0) {
|
|
943
|
-
|
|
952
|
+
_chunk27OX2IVBjs.writeError.call(void 0,
|
|
944
953
|
` \u274C The ${context.options.name} build failed with the following errors: ${context.result.errors.map((error) => error.text).join("\n")}`,
|
|
945
954
|
context.workspaceConfig
|
|
946
955
|
);
|
|
@@ -977,19 +986,19 @@ async function dependencyCheck(options) {
|
|
|
977
986
|
}
|
|
978
987
|
async function cleanOutputPath(context) {
|
|
979
988
|
if (context.clean !== false && context.outputPath) {
|
|
980
|
-
|
|
989
|
+
_chunk27OX2IVBjs.writeDebug.call(void 0,
|
|
981
990
|
` \u{1F9F9} Cleaning ${context.options.name} output path: ${context.outputPath}`,
|
|
982
991
|
context.workspaceConfig
|
|
983
992
|
);
|
|
984
|
-
const stopwatch =
|
|
993
|
+
const stopwatch = _chunk27OX2IVBjs.getStopwatch.call(void 0, `${context.options.name} output clean`);
|
|
985
994
|
await cleanDirectories(context.outputPath);
|
|
986
995
|
stopwatch();
|
|
987
996
|
}
|
|
988
997
|
return context;
|
|
989
998
|
}
|
|
990
999
|
async function build2(options) {
|
|
991
|
-
|
|
992
|
-
const stopwatch =
|
|
1000
|
+
_chunk27OX2IVBjs.writeDebug.call(void 0, ` \u26A1 Executing Storm ESBuild pipeline`);
|
|
1001
|
+
const stopwatch = _chunk27OX2IVBjs.getStopwatch.call(void 0, "ESBuild pipeline");
|
|
993
1002
|
try {
|
|
994
1003
|
const opts = Array.isArray(options) ? options : [options];
|
|
995
1004
|
if (opts.length === 0) {
|
|
@@ -1004,9 +1013,9 @@ async function build2(options) {
|
|
|
1004
1013
|
executeTsup(context)
|
|
1005
1014
|
]);
|
|
1006
1015
|
await reportResults(context);
|
|
1007
|
-
|
|
1016
|
+
_chunk27OX2IVBjs.writeSuccess.call(void 0, " \u{1F3C1} ESBuild pipeline build completed successfully");
|
|
1008
1017
|
} catch (error) {
|
|
1009
|
-
|
|
1018
|
+
_chunk27OX2IVBjs.writeFatal.call(void 0,
|
|
1010
1019
|
"Fatal errors that the build process could not recover from have occured. The build process has been terminated."
|
|
1011
1020
|
);
|
|
1012
1021
|
throw error;
|
|
@@ -1017,7 +1026,7 @@ async function build2(options) {
|
|
|
1017
1026
|
|
|
1018
1027
|
// ../workspace-tools/src/executors/esbuild/executor.ts
|
|
1019
1028
|
async function esbuildExecutorFn(options, context, config) {
|
|
1020
|
-
|
|
1029
|
+
_chunk27OX2IVBjs.writeInfo.call(void 0, "\u{1F4E6} Running Storm ESBuild executor on the workspace", config);
|
|
1021
1030
|
if (!_optionalChain([context, 'access', _41 => _41.projectsConfigurations, 'optionalAccess', _42 => _42.projects]) || !context.projectName || !context.projectsConfigurations.projects[context.projectName] || !_optionalChain([context, 'access', _43 => _43.projectsConfigurations, 'access', _44 => _44.projects, 'access', _45 => _45[context.projectName], 'optionalAccess', _46 => _46.root])) {
|
|
1022
1031
|
throw new Error(
|
|
1023
1032
|
"The Build process failed because the context is not valid. Please run this command from a workspace."
|
|
@@ -1035,7 +1044,7 @@ async function esbuildExecutorFn(options, context, config) {
|
|
|
1035
1044
|
success: true
|
|
1036
1045
|
};
|
|
1037
1046
|
}
|
|
1038
|
-
var executor_default6 =
|
|
1047
|
+
var executor_default6 = _chunk27OX2IVBjs.withRunExecutor.call(void 0,
|
|
1039
1048
|
"Storm ESBuild build",
|
|
1040
1049
|
esbuildExecutorFn,
|
|
1041
1050
|
{
|
|
@@ -1081,14 +1090,14 @@ async function sizeLimitExecutorFn(options, context, config) {
|
|
|
1081
1090
|
"The Size-Limit process failed because the context is not valid. Please run this command from a workspace."
|
|
1082
1091
|
);
|
|
1083
1092
|
}
|
|
1084
|
-
|
|
1093
|
+
_chunk27OX2IVBjs.writeInfo.call(void 0, `\u{1F4CF} Running Size-Limit on ${context.projectName}`, config);
|
|
1085
1094
|
_sizelimit2.default.call(void 0, [_file2.default, _esbuild3.default, _esbuildwhy2.default], {
|
|
1086
1095
|
checks: _nullishCoalesce(_nullishCoalesce(options.entry, () => ( _optionalChain([context, 'access', _58 => _58.projectsConfigurations, 'access', _59 => _59.projects, 'access', _60 => _60[context.projectName], 'optionalAccess', _61 => _61.sourceRoot]))), () => ( _devkit.joinPathFragments.call(void 0,
|
|
1087
1096
|
_nullishCoalesce(_optionalChain([context, 'access', _62 => _62.projectsConfigurations, 'access', _63 => _63.projects, 'access', _64 => _64[context.projectName], 'optionalAccess', _65 => _65.root]), () => ( "./")),
|
|
1088
1097
|
"src"
|
|
1089
1098
|
)))
|
|
1090
1099
|
}).then((result) => {
|
|
1091
|
-
|
|
1100
|
+
_chunk27OX2IVBjs.writeInfo.call(void 0,
|
|
1092
1101
|
`\u{1F4CF} ${context.projectName} Size-Limit result: ${JSON.stringify(result)}`,
|
|
1093
1102
|
config
|
|
1094
1103
|
);
|
|
@@ -1097,7 +1106,7 @@ async function sizeLimitExecutorFn(options, context, config) {
|
|
|
1097
1106
|
success: true
|
|
1098
1107
|
};
|
|
1099
1108
|
}
|
|
1100
|
-
var executor_default7 =
|
|
1109
|
+
var executor_default7 = _chunk27OX2IVBjs.withRunExecutor.call(void 0,
|
|
1101
1110
|
"Size-Limit Performance Test Executor",
|
|
1102
1111
|
sizeLimitExecutorFn,
|
|
1103
1112
|
{
|
|
@@ -1115,12 +1124,12 @@ var _fsextra = require('fs-extra');
|
|
|
1115
1124
|
var _TypiaProgrammerjs = require('typia/lib/programmers/TypiaProgrammer.js');
|
|
1116
1125
|
async function typiaExecutorFn(options, _, config) {
|
|
1117
1126
|
if (options.clean !== false) {
|
|
1118
|
-
|
|
1127
|
+
_chunk27OX2IVBjs.writeInfo.call(void 0, `\u{1F9F9} Cleaning output path: ${options.outputPath}`, config);
|
|
1119
1128
|
_fsextra.removeSync.call(void 0, options.outputPath);
|
|
1120
1129
|
}
|
|
1121
1130
|
await Promise.all(
|
|
1122
1131
|
options.entry.map((entry) => {
|
|
1123
|
-
|
|
1132
|
+
_chunk27OX2IVBjs.writeInfo.call(void 0, `\u{1F680} Running Typia on entry: ${entry}`, config);
|
|
1124
1133
|
return _TypiaProgrammerjs.TypiaProgrammer.build({
|
|
1125
1134
|
input: entry,
|
|
1126
1135
|
output: options.outputPath,
|
|
@@ -1132,7 +1141,7 @@ async function typiaExecutorFn(options, _, config) {
|
|
|
1132
1141
|
success: true
|
|
1133
1142
|
};
|
|
1134
1143
|
}
|
|
1135
|
-
var executor_default8 =
|
|
1144
|
+
var executor_default8 = _chunk27OX2IVBjs.withRunExecutor.call(void 0,
|
|
1136
1145
|
"Typia runtime validation generator",
|
|
1137
1146
|
typiaExecutorFn,
|
|
1138
1147
|
{
|
|
@@ -1153,7 +1162,7 @@ var executor_default8 = _chunkINVPP6KUjs.withRunExecutor.call(void 0,
|
|
|
1153
1162
|
|
|
1154
1163
|
var _jiti = require('jiti');
|
|
1155
1164
|
async function unbuildExecutorFn(options, context, config) {
|
|
1156
|
-
|
|
1165
|
+
_chunk27OX2IVBjs.writeInfo.call(void 0, "\u{1F4E6} Running Storm Unbuild executor on the workspace", config);
|
|
1157
1166
|
if (!_optionalChain([context, 'access', _66 => _66.projectsConfigurations, 'optionalAccess', _67 => _67.projects]) || !context.projectName || !context.projectsConfigurations.projects[context.projectName]) {
|
|
1158
1167
|
throw new Error(
|
|
1159
1168
|
"The Build process failed because the context is not valid. Please run this command from a workspace root directory."
|
|
@@ -1170,7 +1179,7 @@ async function unbuildExecutorFn(options, context, config) {
|
|
|
1170
1179
|
);
|
|
1171
1180
|
}
|
|
1172
1181
|
const jiti = _jiti.createJiti.call(void 0, config.workspaceRoot, {
|
|
1173
|
-
fsCache: config.skipCache ? false :
|
|
1182
|
+
fsCache: config.skipCache ? false : _chunk27OX2IVBjs.joinPaths.call(void 0,
|
|
1174
1183
|
config.workspaceRoot,
|
|
1175
1184
|
config.directories.cache || "node_modules/.cache/storm",
|
|
1176
1185
|
"jiti"
|
|
@@ -1192,7 +1201,7 @@ async function unbuildExecutorFn(options, context, config) {
|
|
|
1192
1201
|
{
|
|
1193
1202
|
stubOptions: {
|
|
1194
1203
|
jiti: {
|
|
1195
|
-
fsCache: config.skipCache ? false :
|
|
1204
|
+
fsCache: config.skipCache ? false : _chunk27OX2IVBjs.joinPaths.call(void 0,
|
|
1196
1205
|
config.workspaceRoot,
|
|
1197
1206
|
config.directories.cache || "node_modules/.cache/storm",
|
|
1198
1207
|
"jiti"
|
|
@@ -1221,7 +1230,7 @@ async function unbuildExecutorFn(options, context, config) {
|
|
|
1221
1230
|
success: true
|
|
1222
1231
|
};
|
|
1223
1232
|
}
|
|
1224
|
-
var executor_default9 =
|
|
1233
|
+
var executor_default9 = _chunk27OX2IVBjs.withRunExecutor.call(void 0,
|
|
1225
1234
|
"TypeScript Unbuild build",
|
|
1226
1235
|
unbuildExecutorFn,
|
|
1227
1236
|
{
|
|
@@ -1252,45 +1261,45 @@ var executor_default9 = _chunkINVPP6KUjs.withRunExecutor.call(void 0,
|
|
|
1252
1261
|
var withRunGenerator = (name, generatorFn, generatorOptions = {
|
|
1253
1262
|
skipReadingConfig: false
|
|
1254
1263
|
}) => async (tree, _options) => {
|
|
1255
|
-
const stopwatch =
|
|
1264
|
+
const stopwatch = _chunk27OX2IVBjs.getStopwatch.call(void 0, name);
|
|
1256
1265
|
let options = _options;
|
|
1257
1266
|
let config;
|
|
1258
1267
|
try {
|
|
1259
|
-
|
|
1268
|
+
_chunk27OX2IVBjs.writeInfo.call(void 0, `\u26A1 Running the ${name} generator...
|
|
1260
1269
|
|
|
1261
1270
|
`, config);
|
|
1262
|
-
const workspaceRoot3 =
|
|
1271
|
+
const workspaceRoot3 = _chunk27OX2IVBjs.findWorkspaceRoot.call(void 0, );
|
|
1263
1272
|
if (!generatorOptions.skipReadingConfig) {
|
|
1264
|
-
|
|
1273
|
+
_chunk27OX2IVBjs.writeDebug.call(void 0,
|
|
1265
1274
|
`Loading the Storm Config from environment variables and storm.config.js file...
|
|
1266
1275
|
- workspaceRoot: ${workspaceRoot3}`,
|
|
1267
1276
|
config
|
|
1268
1277
|
);
|
|
1269
|
-
config = await
|
|
1278
|
+
config = await _chunk27OX2IVBjs.getConfig.call(void 0, workspaceRoot3);
|
|
1270
1279
|
}
|
|
1271
1280
|
if (_optionalChain([generatorOptions, 'optionalAccess', _68 => _68.hooks, 'optionalAccess', _69 => _69.applyDefaultOptions])) {
|
|
1272
|
-
|
|
1281
|
+
_chunk27OX2IVBjs.writeDebug.call(void 0, "Running the applyDefaultOptions hook...", config);
|
|
1273
1282
|
options = await Promise.resolve(
|
|
1274
1283
|
generatorOptions.hooks.applyDefaultOptions(options, config)
|
|
1275
1284
|
);
|
|
1276
|
-
|
|
1285
|
+
_chunk27OX2IVBjs.writeDebug.call(void 0, "Completed the applyDefaultOptions hook", config);
|
|
1277
1286
|
}
|
|
1278
|
-
|
|
1287
|
+
_chunk27OX2IVBjs.writeTrace.call(void 0,
|
|
1279
1288
|
`Generator schema options \u2699\uFE0F
|
|
1280
1289
|
${Object.keys(_nullishCoalesce(options, () => ( {}))).map((key) => ` - ${key}=${JSON.stringify(options[key])}`).join("\n")}`,
|
|
1281
1290
|
config
|
|
1282
1291
|
);
|
|
1283
|
-
const tokenized = await
|
|
1292
|
+
const tokenized = await _chunk27OX2IVBjs.applyWorkspaceTokens.call(void 0,
|
|
1284
1293
|
options,
|
|
1285
1294
|
{ workspaceRoot: tree.root, config },
|
|
1286
|
-
|
|
1295
|
+
_chunk27OX2IVBjs.applyWorkspaceBaseTokens
|
|
1287
1296
|
);
|
|
1288
1297
|
if (_optionalChain([generatorOptions, 'optionalAccess', _70 => _70.hooks, 'optionalAccess', _71 => _71.preProcess])) {
|
|
1289
|
-
|
|
1298
|
+
_chunk27OX2IVBjs.writeDebug.call(void 0, "Running the preProcess hook...", config);
|
|
1290
1299
|
await Promise.resolve(
|
|
1291
1300
|
generatorOptions.hooks.preProcess(tokenized, config)
|
|
1292
1301
|
);
|
|
1293
|
-
|
|
1302
|
+
_chunk27OX2IVBjs.writeDebug.call(void 0, "Completed the preProcess hook", config);
|
|
1294
1303
|
}
|
|
1295
1304
|
const result = await Promise.resolve(
|
|
1296
1305
|
generatorFn(tree, tokenized, config)
|
|
@@ -1305,21 +1314,21 @@ ${Object.keys(_nullishCoalesce(options, () => ( {}))).map((key) => ` - ${key}=${
|
|
|
1305
1314
|
}
|
|
1306
1315
|
}
|
|
1307
1316
|
if (_optionalChain([generatorOptions, 'optionalAccess', _81 => _81.hooks, 'optionalAccess', _82 => _82.postProcess])) {
|
|
1308
|
-
|
|
1317
|
+
_chunk27OX2IVBjs.writeDebug.call(void 0, "Running the postProcess hook...", config);
|
|
1309
1318
|
await Promise.resolve(generatorOptions.hooks.postProcess(config));
|
|
1310
|
-
|
|
1319
|
+
_chunk27OX2IVBjs.writeDebug.call(void 0, "Completed the postProcess hook", config);
|
|
1311
1320
|
}
|
|
1312
1321
|
return () => {
|
|
1313
|
-
|
|
1322
|
+
_chunk27OX2IVBjs.writeSuccess.call(void 0, `Completed running the ${name} generator!
|
|
1314
1323
|
`, config);
|
|
1315
1324
|
};
|
|
1316
1325
|
} catch (error) {
|
|
1317
1326
|
return () => {
|
|
1318
|
-
|
|
1327
|
+
_chunk27OX2IVBjs.writeFatal.call(void 0,
|
|
1319
1328
|
"A fatal error occurred while running the generator - the process was forced to terminate",
|
|
1320
1329
|
config
|
|
1321
1330
|
);
|
|
1322
|
-
|
|
1331
|
+
_chunk27OX2IVBjs.writeError.call(void 0,
|
|
1323
1332
|
`An exception was thrown in the generator's process
|
|
1324
1333
|
- Details: ${error.message}
|
|
1325
1334
|
- Stacktrace: ${error.stack}`,
|
|
@@ -1445,16 +1454,16 @@ async function typeScriptLibraryGeneratorFn(tree, options, config) {
|
|
|
1445
1454
|
const projectConfig = {
|
|
1446
1455
|
root: normalized.directory,
|
|
1447
1456
|
projectType: "library",
|
|
1448
|
-
sourceRoot:
|
|
1457
|
+
sourceRoot: _chunk27OX2IVBjs.joinPaths.call(void 0, _nullishCoalesce(normalized.directory, () => ( "")), "src"),
|
|
1449
1458
|
targets: {
|
|
1450
1459
|
build: {
|
|
1451
1460
|
executor: options.buildExecutor,
|
|
1452
1461
|
outputs: ["{options.outputPath}"],
|
|
1453
1462
|
options: {
|
|
1454
|
-
entry: [
|
|
1463
|
+
entry: [_chunk27OX2IVBjs.joinPaths.call(void 0, normalized.projectRoot, "src", "index.ts")],
|
|
1455
1464
|
outputPath: getOutputPath(normalized),
|
|
1456
|
-
tsconfig:
|
|
1457
|
-
project:
|
|
1465
|
+
tsconfig: _chunk27OX2IVBjs.joinPaths.call(void 0, normalized.projectRoot, "tsconfig.json"),
|
|
1466
|
+
project: _chunk27OX2IVBjs.joinPaths.call(void 0, normalized.projectRoot, "package.json"),
|
|
1458
1467
|
defaultConfiguration: "production",
|
|
1459
1468
|
platform: "neutral",
|
|
1460
1469
|
assets: [
|
|
@@ -1511,7 +1520,7 @@ async function typeScriptLibraryGeneratorFn(tree, options, config) {
|
|
|
1511
1520
|
if (!normalized.importPath) {
|
|
1512
1521
|
normalized.importPath = normalized.name;
|
|
1513
1522
|
}
|
|
1514
|
-
const packageJsonPath =
|
|
1523
|
+
const packageJsonPath = _chunk27OX2IVBjs.joinPaths.call(void 0, normalized.projectRoot, "package.json");
|
|
1515
1524
|
if (tree.exists(packageJsonPath)) {
|
|
1516
1525
|
_devkit.updateJson.call(void 0, tree, packageJsonPath, (json) => {
|
|
1517
1526
|
if (!normalized.importPath) {
|
|
@@ -1568,14 +1577,14 @@ async function typeScriptLibraryGeneratorFn(tree, options, config) {
|
|
|
1568
1577
|
}));
|
|
1569
1578
|
}
|
|
1570
1579
|
_js.addTsConfigPath.call(void 0, tree, normalized.importPath, [
|
|
1571
|
-
|
|
1580
|
+
_chunk27OX2IVBjs.joinPaths.call(void 0,
|
|
1572
1581
|
normalized.projectRoot,
|
|
1573
1582
|
"./src",
|
|
1574
1583
|
`index.${normalized.js ? "js" : "ts"}`
|
|
1575
1584
|
)
|
|
1576
1585
|
]);
|
|
1577
|
-
_js.addTsConfigPath.call(void 0, tree,
|
|
1578
|
-
|
|
1586
|
+
_js.addTsConfigPath.call(void 0, tree, _chunk27OX2IVBjs.joinPaths.call(void 0, normalized.importPath, "/*"), [
|
|
1587
|
+
_chunk27OX2IVBjs.joinPaths.call(void 0, normalized.projectRoot, "./src", "/*")
|
|
1579
1588
|
]);
|
|
1580
1589
|
if (tree.exists("package.json")) {
|
|
1581
1590
|
const packageJson = _devkit.readJson.call(void 0, tree, "package.json");
|
|
@@ -1586,7 +1595,7 @@ async function typeScriptLibraryGeneratorFn(tree, options, config) {
|
|
|
1586
1595
|
description = packageJson.description;
|
|
1587
1596
|
}
|
|
1588
1597
|
}
|
|
1589
|
-
const tsconfigPath =
|
|
1598
|
+
const tsconfigPath = _chunk27OX2IVBjs.joinPaths.call(void 0, normalized.projectRoot, "tsconfig.json");
|
|
1590
1599
|
if (tree.exists(tsconfigPath)) {
|
|
1591
1600
|
_devkit.updateJson.call(void 0, tree, tsconfigPath, (json) => {
|
|
1592
1601
|
json.composite ??= true;
|
|
@@ -1614,7 +1623,7 @@ function getOutputPath(options) {
|
|
|
1614
1623
|
} else {
|
|
1615
1624
|
parts.push(options.projectRoot);
|
|
1616
1625
|
}
|
|
1617
|
-
return
|
|
1626
|
+
return _chunk27OX2IVBjs.joinPaths.call(void 0, ...parts);
|
|
1618
1627
|
}
|
|
1619
1628
|
function createProjectTsConfigJson(tree, options) {
|
|
1620
1629
|
const tsconfig = {
|
|
@@ -1622,7 +1631,7 @@ function createProjectTsConfigJson(tree, options) {
|
|
|
1622
1631
|
..._nullishCoalesce(_optionalChain([options, 'optionalAccess', _94 => _94.tsconfigOptions]), () => ( {})),
|
|
1623
1632
|
compilerOptions: {
|
|
1624
1633
|
...options.rootProject ? _js.tsConfigBaseOptions : {},
|
|
1625
|
-
outDir:
|
|
1634
|
+
outDir: _chunk27OX2IVBjs.joinPaths.call(void 0, _devkit.offsetFromRoot.call(void 0, options.projectRoot), "dist/out-tsc"),
|
|
1626
1635
|
noEmit: true,
|
|
1627
1636
|
..._nullishCoalesce(_optionalChain([options, 'optionalAccess', _95 => _95.tsconfigOptions, 'optionalAccess', _96 => _96.compilerOptions]), () => ( {}))
|
|
1628
1637
|
},
|
|
@@ -1640,7 +1649,7 @@ function createProjectTsConfigJson(tree, options) {
|
|
|
1640
1649
|
"src/**/*.test.ts"
|
|
1641
1650
|
]
|
|
1642
1651
|
};
|
|
1643
|
-
_devkit.writeJson.call(void 0, tree,
|
|
1652
|
+
_devkit.writeJson.call(void 0, tree, _chunk27OX2IVBjs.joinPaths.call(void 0, options.projectRoot, "tsconfig.json"), tsconfig);
|
|
1644
1653
|
}
|
|
1645
1654
|
async function normalizeOptions(tree, options, config) {
|
|
1646
1655
|
let importPath = options.importPath;
|
|
@@ -1705,7 +1714,7 @@ async function normalizeOptions(tree, options, config) {
|
|
|
1705
1714
|
|
|
1706
1715
|
// ../workspace-tools/src/generators/browser-library/generator.ts
|
|
1707
1716
|
async function browserLibraryGeneratorFn(tree, schema, config) {
|
|
1708
|
-
const filesDir =
|
|
1717
|
+
const filesDir = _chunk27OX2IVBjs.joinPaths.call(void 0,
|
|
1709
1718
|
__dirname,
|
|
1710
1719
|
"src",
|
|
1711
1720
|
"generators",
|
|
@@ -1788,29 +1797,29 @@ var generator_default = withRunGenerator(
|
|
|
1788
1797
|
|
|
1789
1798
|
var _zodtojsonschema = require('zod-to-json-schema');
|
|
1790
1799
|
async function configSchemaGeneratorFn(tree, options, config) {
|
|
1791
|
-
|
|
1800
|
+
_chunk27OX2IVBjs.writeInfo.call(void 0,
|
|
1792
1801
|
"\u{1F4E6} Running Storm Workspace Configuration JSON Schema generator",
|
|
1793
1802
|
config
|
|
1794
1803
|
);
|
|
1795
|
-
|
|
1804
|
+
_chunk27OX2IVBjs.writeTrace.call(void 0,
|
|
1796
1805
|
`Determining the Storm Workspace Configuration JSON Schema...`,
|
|
1797
1806
|
config
|
|
1798
1807
|
);
|
|
1799
|
-
const jsonSchema = _zodtojsonschema.zodToJsonSchema.call(void 0,
|
|
1808
|
+
const jsonSchema = _zodtojsonschema.zodToJsonSchema.call(void 0, _chunk27OX2IVBjs.stormWorkspaceConfigSchema, {
|
|
1800
1809
|
name: "StormWorkspaceConfiguration"
|
|
1801
1810
|
});
|
|
1802
|
-
|
|
1811
|
+
_chunk27OX2IVBjs.writeTrace.call(void 0, jsonSchema, config);
|
|
1803
1812
|
const outputPath = options.outputFile.replaceAll("{workspaceRoot}", "").replaceAll(
|
|
1804
|
-
_nullishCoalesce(_optionalChain([config, 'optionalAccess', _105 => _105.workspaceRoot]), () => (
|
|
1813
|
+
_nullishCoalesce(_optionalChain([config, 'optionalAccess', _105 => _105.workspaceRoot]), () => ( _chunk27OX2IVBjs.findWorkspaceRoot.call(void 0, ))),
|
|
1805
1814
|
_optionalChain([options, 'access', _106 => _106.outputFile, 'optionalAccess', _107 => _107.startsWith, 'call', _108 => _108("./")]) ? "" : "./"
|
|
1806
1815
|
);
|
|
1807
|
-
|
|
1816
|
+
_chunk27OX2IVBjs.writeTrace.call(void 0,
|
|
1808
1817
|
`\u{1F4DD} Writing Storm Configuration JSON Schema to "${outputPath}"`,
|
|
1809
1818
|
config
|
|
1810
1819
|
);
|
|
1811
1820
|
_devkit.writeJson.call(void 0, tree, outputPath, jsonSchema, { spaces: 2 });
|
|
1812
1821
|
await _devkit.formatFiles.call(void 0, tree);
|
|
1813
|
-
|
|
1822
|
+
_chunk27OX2IVBjs.writeSuccess.call(void 0,
|
|
1814
1823
|
"\u{1F680} Storm Configuration JSON Schema creation has completed successfully!",
|
|
1815
1824
|
config
|
|
1816
1825
|
);
|
|
@@ -1866,7 +1875,7 @@ async function initGenerator(tree, schema) {
|
|
|
1866
1875
|
|
|
1867
1876
|
|
|
1868
1877
|
async function neutralLibraryGeneratorFn(tree, schema, config) {
|
|
1869
|
-
const filesDir =
|
|
1878
|
+
const filesDir = _chunk27OX2IVBjs.joinPaths.call(void 0,
|
|
1870
1879
|
__dirname,
|
|
1871
1880
|
"src",
|
|
1872
1881
|
"generators",
|
|
@@ -1925,7 +1934,7 @@ var generator_default3 = withRunGenerator(
|
|
|
1925
1934
|
|
|
1926
1935
|
|
|
1927
1936
|
async function nodeLibraryGeneratorFn(tree, schema, config) {
|
|
1928
|
-
const filesDir =
|
|
1937
|
+
const filesDir = _chunk27OX2IVBjs.joinPaths.call(void 0,
|
|
1929
1938
|
__dirname,
|
|
1930
1939
|
"src",
|
|
1931
1940
|
"generators",
|
|
@@ -2651,7 +2660,7 @@ var typescript_build_executor_untyped_default = _untyped.defineUntypedSchema.cal
|
|
|
2651
2660
|
]
|
|
2652
2661
|
},
|
|
2653
2662
|
$default: "esnext",
|
|
2654
|
-
$resolve: (val = "esnext") => val.toLowerCase()
|
|
2663
|
+
$resolve: (val = "esnext") => typeof val === "string" ? val.toLowerCase() : val
|
|
2655
2664
|
},
|
|
2656
2665
|
format: {
|
|
2657
2666
|
$schema: {
|
|
@@ -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 _chunk27OX2IVBjs = require('./chunk-27OX2IVB.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 _chunk27OX2IVBjs.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")) {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var _chunkK5VRWNMPjs = require('./chunk-K5VRWNMP.js');
|
|
4
4
|
|
|
5
5
|
// src/executors/plan/executor.ts
|
|
6
|
-
var executor_default =
|
|
6
|
+
var executor_default = _chunkK5VRWNMPjs.withTerraformExecutor.call(void 0, "plan");
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
|
|
@@ -2,6 +2,7 @@ import {
|
|
|
2
2
|
applyWorkspaceBaseTokens,
|
|
3
3
|
applyWorkspaceTokens,
|
|
4
4
|
findWorkspaceRoot,
|
|
5
|
+
formatLogMessage,
|
|
5
6
|
getConfig,
|
|
6
7
|
getStopwatch,
|
|
7
8
|
getWorkspaceConfig,
|
|
@@ -15,7 +16,7 @@ import {
|
|
|
15
16
|
writeSuccess,
|
|
16
17
|
writeTrace,
|
|
17
18
|
writeWarning
|
|
18
|
-
} from "./chunk-
|
|
19
|
+
} from "./chunk-CTX4RJC2.mjs";
|
|
19
20
|
import {
|
|
20
21
|
__dirname,
|
|
21
22
|
__require
|
|
@@ -695,6 +696,14 @@ async function resolveContext(userOptions) {
|
|
|
695
696
|
minify: resolvedOptions.minify || resolvedOptions.mode === "production"
|
|
696
697
|
};
|
|
697
698
|
context.options.esbuildPlugins = [...context.options.esbuildPlugins ?? []];
|
|
699
|
+
if (context.options.verbose) {
|
|
700
|
+
writeDebug(
|
|
701
|
+
` \u2699\uFE0F Build options resolved:
|
|
702
|
+
|
|
703
|
+
${formatLogMessage(context.options)}`,
|
|
704
|
+
workspaceConfig
|
|
705
|
+
);
|
|
706
|
+
}
|
|
698
707
|
return context;
|
|
699
708
|
}
|
|
700
709
|
|
|
@@ -2652,7 +2661,7 @@ var typescript_build_executor_untyped_default = defineUntypedSchema4({
|
|
|
2652
2661
|
]
|
|
2653
2662
|
},
|
|
2654
2663
|
$default: "esnext",
|
|
2655
|
-
$resolve: (val = "esnext") => val.toLowerCase()
|
|
2664
|
+
$resolve: (val = "esnext") => typeof val === "string" ? val.toLowerCase() : val
|
|
2656
2665
|
},
|
|
2657
2666
|
format: {
|
|
2658
2667
|
$schema: {
|
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-4B5XOSWD.js');
|
|
3
|
+
require('./chunk-EE3AHVP3.js');
|
|
4
|
+
require('./chunk-LT5Z4JUG.js');
|
|
5
|
+
require('./chunk-AS2B5GS7.js');
|
|
6
|
+
require('./chunk-K5VRWNMP.js');
|
|
7
|
+
require('./chunk-27OX2IVB.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-NSR5VU3N.mjs";
|
|
3
|
+
import "./chunk-PXFXKNOL.mjs";
|
|
4
|
+
import "./chunk-27LFUIUZ.mjs";
|
|
5
|
+
import "./chunk-DFS4RHJB.mjs";
|
|
6
|
+
import "./chunk-QNJTHB5H.mjs";
|
|
7
|
+
import "./chunk-CTX4RJC2.mjs";
|
|
8
8
|
import "./chunk-AYJTBMXU.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 _chunkEXBK3TQEjs = require('./chunk-EXBK3TQE.js');
|
|
5
|
+
require('./chunk-27OX2IVB.js');
|
|
6
6
|
require('./chunk-3RG5ZIWI.js');
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
exports.initGenerator =
|
|
9
|
+
exports.initGenerator = _chunkEXBK3TQEjs.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-4B5XOSWD.js');
|
|
3
|
+
require('./chunk-EE3AHVP3.js');
|
|
4
|
+
require('./chunk-LT5Z4JUG.js');
|
|
5
5
|
require('./chunk-N2YKXZ5R.js');
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
var
|
|
8
|
+
var _chunkEXBK3TQEjs = require('./chunk-EXBK3TQE.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-AS2B5GS7.js');
|
|
14
14
|
|
|
15
15
|
|
|
16
|
-
var
|
|
17
|
-
require('./chunk-
|
|
16
|
+
var _chunkK5VRWNMPjs = require('./chunk-K5VRWNMP.js');
|
|
17
|
+
require('./chunk-27OX2IVB.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 = _chunkEXBK3TQEjs.initGenerator; exports.withTerraformExecutor = _chunkK5VRWNMPjs.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-NSR5VU3N.mjs";
|
|
3
|
+
import "./chunk-PXFXKNOL.mjs";
|
|
4
|
+
import "./chunk-27LFUIUZ.mjs";
|
|
5
5
|
import "./chunk-23KFTIT2.mjs";
|
|
6
6
|
import {
|
|
7
7
|
initGenerator
|
|
8
|
-
} from "./chunk-
|
|
8
|
+
} from "./chunk-MGXXRII3.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-DFS4RHJB.mjs";
|
|
14
14
|
import {
|
|
15
15
|
withTerraformExecutor
|
|
16
|
-
} from "./chunk-
|
|
17
|
-
import "./chunk-
|
|
16
|
+
} from "./chunk-QNJTHB5H.mjs";
|
|
17
|
+
import "./chunk-CTX4RJC2.mjs";
|
|
18
18
|
import "./chunk-AYJTBMXU.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 _chunkK5VRWNMPjs = require('../../chunk-K5VRWNMP.js');
|
|
8
|
+
require('../../chunk-27OX2IVB.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 = _chunkK5VRWNMPjs.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-QNJTHB5H.mjs";
|
|
8
|
+
import "../../chunk-CTX4RJC2.mjs";
|
|
9
9
|
import "../../chunk-AYJTBMXU.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 _chunkK5VRWNMPjs = require('../../chunk-K5VRWNMP.js');
|
|
4
|
+
require('../../chunk-27OX2IVB.js');
|
|
5
5
|
require('../../chunk-3RG5ZIWI.js');
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
exports.withTerraformExecutor =
|
|
8
|
+
exports.withTerraformExecutor = _chunkK5VRWNMPjs.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 _chunkAS2B5GS7js = require('../../../chunk-AS2B5GS7.js');
|
|
4
|
+
require('../../../chunk-K5VRWNMP.js');
|
|
5
|
+
require('../../../chunk-27OX2IVB.js');
|
|
6
6
|
require('../../../chunk-3RG5ZIWI.js');
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
exports.default =
|
|
9
|
+
exports.default = _chunkAS2B5GS7js.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-DFS4RHJB.mjs";
|
|
4
|
+
import "../../../chunk-QNJTHB5H.mjs";
|
|
5
|
+
import "../../../chunk-CTX4RJC2.mjs";
|
|
6
6
|
import "../../../chunk-AYJTBMXU.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 _chunk4B5XOSWDjs = require('../../../chunk-4B5XOSWD.js');
|
|
4
|
+
require('../../../chunk-K5VRWNMP.js');
|
|
5
|
+
require('../../../chunk-27OX2IVB.js');
|
|
6
6
|
require('../../../chunk-3RG5ZIWI.js');
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
exports.default =
|
|
9
|
+
exports.default = _chunk4B5XOSWDjs.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-NSR5VU3N.mjs";
|
|
4
|
+
import "../../../chunk-QNJTHB5H.mjs";
|
|
5
|
+
import "../../../chunk-CTX4RJC2.mjs";
|
|
6
6
|
import "../../../chunk-AYJTBMXU.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 _chunkEE3AHVP3js = require('../../../chunk-EE3AHVP3.js');
|
|
4
|
+
require('../../../chunk-K5VRWNMP.js');
|
|
5
|
+
require('../../../chunk-27OX2IVB.js');
|
|
6
6
|
require('../../../chunk-3RG5ZIWI.js');
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
exports.default =
|
|
9
|
+
exports.default = _chunkEE3AHVP3js.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-PXFXKNOL.mjs";
|
|
4
|
+
import "../../../chunk-QNJTHB5H.mjs";
|
|
5
|
+
import "../../../chunk-CTX4RJC2.mjs";
|
|
6
6
|
import "../../../chunk-AYJTBMXU.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 _chunkLT5Z4JUGjs = require('../../../chunk-LT5Z4JUG.js');
|
|
4
|
+
require('../../../chunk-K5VRWNMP.js');
|
|
5
|
+
require('../../../chunk-27OX2IVB.js');
|
|
6
6
|
require('../../../chunk-3RG5ZIWI.js');
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
exports.default =
|
|
9
|
+
exports.default = _chunkLT5Z4JUGjs.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-27LFUIUZ.mjs";
|
|
4
|
+
import "../../../chunk-QNJTHB5H.mjs";
|
|
5
|
+
import "../../../chunk-CTX4RJC2.mjs";
|
|
6
6
|
import "../../../chunk-AYJTBMXU.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 _chunkEXBK3TQEjs = require('../../../chunk-EXBK3TQE.js');
|
|
5
|
+
require('../../../chunk-27OX2IVB.js');
|
|
6
6
|
require('../../../chunk-3RG5ZIWI.js');
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
exports.default =
|
|
10
|
+
exports.default = _chunkEXBK3TQEjs.init_default; exports.initGenerator = _chunkEXBK3TQEjs.initGenerator;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import {
|
|
2
2
|
initGenerator,
|
|
3
3
|
init_default
|
|
4
|
-
} from "../../../chunk-
|
|
5
|
-
import "../../../chunk-
|
|
4
|
+
} from "../../../chunk-MGXXRII3.mjs";
|
|
5
|
+
import "../../../chunk-CTX4RJC2.mjs";
|
|
6
6
|
import "../../../chunk-AYJTBMXU.mjs";
|
|
7
7
|
export {
|
|
8
8
|
init_default as default,
|