@storm-software/pulumi-tools 0.7.7 → 0.7.8
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-J2DCPJAQ.js → chunk-44G4LNCW.js} +2 -2
- package/dist/{chunk-4MNRVJBF.js → chunk-4OPAJ74D.js} +2 -2
- package/dist/{chunk-6ZI7MLK7.js → chunk-5MN7SCNP.js} +2 -2
- package/dist/{chunk-BZMBVFY5.mjs → chunk-BGKTEE7Z.mjs} +3 -3
- package/dist/{chunk-66GYR4FX.js → chunk-BLJ4SE54.js} +3 -3
- package/dist/{chunk-KBNEAYZB.js → chunk-ENKGOU75.js} +2 -2
- package/dist/{chunk-AVFBZGZZ.js → chunk-F6G2W6JZ.js} +5 -5
- package/dist/{chunk-QBDI6KP3.mjs → chunk-GAHTVTEL.mjs} +1 -1
- package/dist/{chunk-BWD4IQMU.mjs → chunk-KWJNQHAJ.mjs} +1 -1
- package/dist/{chunk-WNK5UV25.mjs → chunk-M6JZ5ZOS.mjs} +1 -1
- package/dist/{chunk-WDVWSYTG.mjs → chunk-ND22IR7B.mjs} +2 -2
- package/dist/{chunk-FMLVQLV6.mjs → chunk-PA7ODB26.mjs} +1 -1
- package/dist/{chunk-XU5K2TI2.js → chunk-PZNCOUPX.js} +67 -53
- package/dist/{chunk-GTCRGRK2.mjs → chunk-QPASYUSE.mjs} +1 -1
- package/dist/{chunk-XUV4U54K.mjs → chunk-R7DU2APC.mjs} +1 -1
- package/dist/{chunk-7YUTXFKP.mjs → chunk-S6KL4KCR.mjs} +35 -21
- package/dist/{chunk-5KRAE47F.mjs → chunk-SXWQWAUO.mjs} +1 -1
- package/dist/{chunk-7ALOOHZY.js → chunk-XCQQFJA3.js} +2 -2
- package/dist/executors.js +7 -7
- package/dist/executors.mjs +8 -8
- package/dist/generators.js +3 -3
- package/dist/generators.mjs +4 -4
- package/dist/index.js +9 -9
- package/dist/index.mjs +10 -10
- package/dist/src/base/base-executor.js +3 -3
- package/dist/src/base/base-executor.mjs +3 -3
- package/dist/src/base/index.js +3 -3
- package/dist/src/base/index.mjs +4 -4
- package/dist/src/base/providers.mjs +2 -2
- package/dist/src/executors/config/executor.js +4 -4
- package/dist/src/executors/config/executor.mjs +4 -4
- package/dist/src/executors/import/executor.js +4 -4
- package/dist/src/executors/import/executor.mjs +4 -4
- package/dist/src/executors/preview/executor.js +4 -4
- package/dist/src/executors/preview/executor.mjs +4 -4
- package/dist/src/executors/refresh/executor.js +4 -4
- package/dist/src/executors/refresh/executor.mjs +4 -4
- package/dist/src/executors/up/executor.js +4 -4
- package/dist/src/executors/up/executor.mjs +4 -4
- package/dist/src/generators/init/generator.js +3 -3
- package/dist/src/generators/init/generator.mjs +4 -4
- package/dist/tsup.config.mjs +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
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 _chunkBLJ4SE54js = require('./chunk-BLJ4SE54.js');
|
|
4
4
|
|
|
5
5
|
// src/executors/preview/executor.ts
|
|
6
|
-
var executor_default =
|
|
6
|
+
var executor_default = _chunkBLJ4SE54js.withPulumiExecutor.call(void 0, "preview", (options) => [
|
|
7
7
|
options.stack && `--stack=${options.stack}`,
|
|
8
8
|
options.expectNoChanges && "--expect-no-changes"
|
|
9
9
|
]);
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var _chunkBLJ4SE54js = require('./chunk-BLJ4SE54.js');
|
|
4
4
|
|
|
5
5
|
// src/executors/up/executor.ts
|
|
6
|
-
var executor_default =
|
|
6
|
+
var executor_default = _chunkBLJ4SE54js.withPulumiExecutor.call(void 0, "up", (options) => [
|
|
7
7
|
"--suppress-progress",
|
|
8
8
|
options.stack && `--stack=${options.stack}`,
|
|
9
9
|
options.skipPreview && "--skip-preview",
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var _chunkBLJ4SE54js = require('./chunk-BLJ4SE54.js');
|
|
4
4
|
|
|
5
5
|
// src/executors/config/executor.ts
|
|
6
|
-
var executor_default =
|
|
6
|
+
var executor_default = _chunkBLJ4SE54js.withPulumiExecutor.call(void 0, "config", (options) => [
|
|
7
7
|
options.action,
|
|
8
8
|
options.showSecrets && `--show-secrets`,
|
|
9
9
|
options.secret && `--secret`,
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import {
|
|
2
2
|
getCloudTemplateName
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-QPASYUSE.mjs";
|
|
4
4
|
import {
|
|
5
5
|
initGenerator,
|
|
6
6
|
run,
|
|
7
7
|
withRunGenerator
|
|
8
|
-
} from "./chunk-
|
|
8
|
+
} from "./chunk-S6KL4KCR.mjs";
|
|
9
9
|
import {
|
|
10
10
|
__name
|
|
11
|
-
} from "./chunk-
|
|
11
|
+
} from "./chunk-R7DU2APC.mjs";
|
|
12
12
|
|
|
13
13
|
// src/generators/init/generator.ts
|
|
14
14
|
import { addDependenciesToPackageJson, addProjectConfiguration, formatFiles, readJsonFile, runTasksInSerial } from "@nx/devkit";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _optionalChain(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var _chunkPZNCOUPXjs = require('./chunk-PZNCOUPX.js');
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
var _chunk3GQAWCBQjs = require('./chunk-3GQAWCBQ.js');
|
|
@@ -10,7 +10,7 @@ var _chunk3GQAWCBQjs = require('./chunk-3GQAWCBQ.js');
|
|
|
10
10
|
var _path = require('path');
|
|
11
11
|
var _shelljs = require('shelljs');
|
|
12
12
|
var withPulumiExecutor = /* @__PURE__ */ _chunk3GQAWCBQjs.__name.call(void 0, (command, argsMapper, executorOptions = {}) => async (_options, context) => {
|
|
13
|
-
return
|
|
13
|
+
return _chunkPZNCOUPXjs.withRunExecutor.call(void 0, `Pulumi \`${command}\` Command Executor`, async (options, context2, config) => {
|
|
14
14
|
if (!_shelljs.which.call(void 0, "pulumi")) {
|
|
15
15
|
throw new Error("Pulumi is not installed. Please install it before running this executor.");
|
|
16
16
|
}
|
|
@@ -18,7 +18,7 @@ var withPulumiExecutor = /* @__PURE__ */ _chunk3GQAWCBQjs.__name.call(void 0, (c
|
|
|
18
18
|
throw new Error("The Build process failed because the context is not valid. Please run this command from a workspace.");
|
|
19
19
|
}
|
|
20
20
|
const { sourceRoot } = context2.projectsConfigurations.projects[context2.projectName];
|
|
21
|
-
|
|
21
|
+
_chunkPZNCOUPXjs.run.call(void 0, config, [
|
|
22
22
|
"pulumi",
|
|
23
23
|
command,
|
|
24
24
|
...argsMapper(options)
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var _chunkBLJ4SE54js = require('./chunk-BLJ4SE54.js');
|
|
4
4
|
|
|
5
5
|
// src/executors/refresh/executor.ts
|
|
6
|
-
var executor_default =
|
|
6
|
+
var executor_default = _chunkBLJ4SE54js.withPulumiExecutor.call(void 0, "refresh", (options) => [
|
|
7
7
|
"--suppress-progress",
|
|
8
8
|
options.stack && `--stack=${options.stack}`,
|
|
9
9
|
options.skipPreview && "--skip-preview",
|
|
@@ -5,7 +5,7 @@ var _chunkDBLK3NPEjs = require('./chunk-DBLK3NPE.js');
|
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
var
|
|
8
|
+
var _chunkPZNCOUPXjs = require('./chunk-PZNCOUPX.js');
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
var _chunk3GQAWCBQjs = require('./chunk-3GQAWCBQ.js');
|
|
@@ -15,7 +15,7 @@ var _devkit = require('@nx/devkit');
|
|
|
15
15
|
var _fs = require('fs');
|
|
16
16
|
var _path = require('path');
|
|
17
17
|
async function initGeneratorFn(tree, options, config) {
|
|
18
|
-
const task =
|
|
18
|
+
const task = _chunkPZNCOUPXjs.initGenerator.call(void 0, tree, options);
|
|
19
19
|
_devkit.addProjectConfiguration.call(void 0, tree, options.name || "deployment", {
|
|
20
20
|
root: options.directory || "./deployment",
|
|
21
21
|
projectType: "application",
|
|
@@ -49,11 +49,11 @@ async function initGeneratorFn(tree, options, config) {
|
|
|
49
49
|
return task;
|
|
50
50
|
}
|
|
51
51
|
_chunk3GQAWCBQjs.__name.call(void 0, initGeneratorFn, "initGeneratorFn");
|
|
52
|
-
var generator_default =
|
|
52
|
+
var generator_default = _chunkPZNCOUPXjs.withRunGenerator.call(void 0, "Initialize Storm Pulumi workspace", initGeneratorFn);
|
|
53
53
|
function generateNewPulumiProject(tree, options, config) {
|
|
54
54
|
return () => {
|
|
55
55
|
const template = _chunkDBLK3NPEjs.getCloudTemplateName.call(void 0, options.provider);
|
|
56
|
-
|
|
56
|
+
_chunkPZNCOUPXjs.run.call(void 0, config, [
|
|
57
57
|
`pulumi new ${template}`,
|
|
58
58
|
`--name=${options.name || "deployment"}`,
|
|
59
59
|
`--dir=${options.directory || "./deployment"}`,
|
|
@@ -73,7 +73,7 @@ function loginToPulumi(tree, options, config) {
|
|
|
73
73
|
if (options.login.startsWith("file://")) {
|
|
74
74
|
options.login = `file://${tree.root}/${options.directory || "./deployment"}/${options.login.replace("file://", "")}`;
|
|
75
75
|
}
|
|
76
|
-
|
|
76
|
+
_chunkPZNCOUPXjs.run.call(void 0, config, [
|
|
77
77
|
"pulumi login",
|
|
78
78
|
options.login
|
|
79
79
|
].filter(Boolean).join(" "), _path.join.call(void 0, config.workspaceRoot, options.directory || "./deployment"), "inherit", {
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import {
|
|
2
2
|
run,
|
|
3
3
|
withRunExecutor
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-S6KL4KCR.mjs";
|
|
5
5
|
import {
|
|
6
6
|
__name
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-R7DU2APC.mjs";
|
|
8
8
|
|
|
9
9
|
// src/base/base-executor.ts
|
|
10
10
|
import { join } from "node:path";
|
|
@@ -1817,7 +1817,8 @@ var _buildablelibsutils = require('@nx/js/src/utils/buildable-libs-utils');
|
|
|
1817
1817
|
|
|
1818
1818
|
var _projectgraph = require('nx/src/project-graph/project-graph');
|
|
1819
1819
|
var addPackageDependencies = /* @__PURE__ */ _chunk3GQAWCBQjs.__name.call(void 0, async (workspaceRoot3, projectRoot, projectName, packageJson) => {
|
|
1820
|
-
const
|
|
1820
|
+
const projectGraph = _projectgraph.readCachedProjectGraph.call(void 0, );
|
|
1821
|
+
const projectDependencies = _buildablelibsutils.calculateProjectBuildableDependencies.call(void 0, void 0, projectGraph, workspaceRoot3, projectName, process.env.NX_TASK_TARGET_TARGET || "build", process.env.NX_TASK_TARGET_CONFIGURATION || "production", true);
|
|
1821
1822
|
const localPackages = [];
|
|
1822
1823
|
for (const project of projectDependencies.dependencies.filter((dep) => dep.node.type === "lib" && dep.node.data.root !== projectRoot && dep.node.data.root !== workspaceRoot3)) {
|
|
1823
1824
|
const projectNode = project.node;
|
|
@@ -1834,26 +1835,38 @@ var addPackageDependencies = /* @__PURE__ */ _chunk3GQAWCBQjs.__name.call(void 0
|
|
|
1834
1835
|
}
|
|
1835
1836
|
if (localPackages.length > 0) {
|
|
1836
1837
|
writeTrace(`\u{1F4E6} Adding local packages to package.json: ${localPackages.map((p) => p.name).join(", ")}`);
|
|
1837
|
-
|
|
1838
|
-
|
|
1839
|
-
|
|
1838
|
+
const projectJsonFile = await _promises.readFile.call(void 0, joinPaths(projectRoot, "project.json"), "utf8");
|
|
1839
|
+
const projectJson = JSON.parse(projectJsonFile);
|
|
1840
|
+
const projectName2 = projectJson.name;
|
|
1841
|
+
const projectConfigurations = _projectgraph.readProjectsConfigurationFromProjectGraph.call(void 0, projectGraph);
|
|
1842
|
+
if (!_optionalChain([projectConfigurations, 'optionalAccess', _98 => _98.projects, 'optionalAccess', _99 => _99[projectName2]])) {
|
|
1843
|
+
throw new Error("The Build process failed because the project does not have a valid configuration in the project.json file. Check if the file exists in the root of the project.");
|
|
1844
|
+
}
|
|
1845
|
+
const implicitDependencies = _optionalChain([projectConfigurations, 'access', _100 => _100.projects, 'optionalAccess', _101 => _101[projectName2], 'access', _102 => _102.implicitDependencies, 'optionalAccess', _103 => _103.reduce, 'call', _104 => _104((ret, dep) => {
|
|
1846
|
+
if (_optionalChain([projectConfigurations, 'access', _105 => _105.projects, 'optionalAccess', _106 => _106[dep]])) {
|
|
1847
|
+
const depPackageJsonPath = joinPaths(workspaceRoot3, projectConfigurations.projects[dep].root, "package.json");
|
|
1848
|
+
if (_fs.existsSync.call(void 0, depPackageJsonPath)) {
|
|
1849
|
+
const depPackageJsonContent = _fs.readFileSync.call(void 0, depPackageJsonPath, "utf8");
|
|
1850
|
+
const depPackageJson = JSON.parse(depPackageJsonContent);
|
|
1851
|
+
if (depPackageJson.private !== true && !ret.includes(depPackageJson.name)) {
|
|
1852
|
+
ret.push(depPackageJson.name);
|
|
1853
|
+
}
|
|
1854
|
+
}
|
|
1840
1855
|
}
|
|
1841
1856
|
return ret;
|
|
1842
|
-
},
|
|
1843
|
-
packageJson.
|
|
1844
|
-
if (!ret[localPackage.name]) {
|
|
1845
|
-
ret[localPackage.name] = {
|
|
1846
|
-
optional: false
|
|
1847
|
-
};
|
|
1857
|
+
}, [])]);
|
|
1858
|
+
packageJson.dependencies = localPackages.reduce((ret, localPackage) => {
|
|
1859
|
+
if (!ret[localPackage.name] && !_optionalChain([implicitDependencies, 'optionalAccess', _107 => _107.includes, 'call', _108 => _108(localPackage.name)])) {
|
|
1860
|
+
ret[localPackage.name] = `>=${localPackage.version || "0.0.1"}`;
|
|
1848
1861
|
}
|
|
1849
1862
|
return ret;
|
|
1850
|
-
}, _nullishCoalesce(packageJson.
|
|
1863
|
+
}, _nullishCoalesce(packageJson.dependencies, () => ( {})));
|
|
1851
1864
|
packageJson.devDependencies = localPackages.reduce((ret, localPackage) => {
|
|
1852
|
-
if (!ret[localPackage.name]) {
|
|
1865
|
+
if (!ret[localPackage.name] && _optionalChain([implicitDependencies, 'optionalAccess', _109 => _109.includes, 'call', _110 => _110(localPackage.name)])) {
|
|
1853
1866
|
ret[localPackage.name] = localPackage.version || "0.0.1";
|
|
1854
1867
|
}
|
|
1855
1868
|
return ret;
|
|
1856
|
-
}, _nullishCoalesce(packageJson.
|
|
1869
|
+
}, _nullishCoalesce(packageJson.devDependencies, () => ( {})));
|
|
1857
1870
|
} else {
|
|
1858
1871
|
writeTrace("\u{1F4E6} No local packages dependencies to add to package.json");
|
|
1859
1872
|
}
|
|
@@ -2085,15 +2098,15 @@ var RendererEngine = class {
|
|
|
2085
2098
|
if (!relativePath.startsWith("\\\\?\\")) {
|
|
2086
2099
|
relativePath = relativePath.replace(/\\/g, "/");
|
|
2087
2100
|
}
|
|
2088
|
-
const meta = _optionalChain([metafile, 'optionalAccess',
|
|
2101
|
+
const meta = _optionalChain([metafile, 'optionalAccess', _111 => _111.outputs, 'access', _112 => _112[relativePath]]);
|
|
2089
2102
|
return {
|
|
2090
2103
|
type: "chunk",
|
|
2091
2104
|
path: file.path,
|
|
2092
2105
|
code: file.text,
|
|
2093
|
-
map: _optionalChain([outputFiles, 'access',
|
|
2094
|
-
entryPoint: _optionalChain([meta, 'optionalAccess',
|
|
2095
|
-
exports: _optionalChain([meta, 'optionalAccess',
|
|
2096
|
-
imports: _optionalChain([meta, 'optionalAccess',
|
|
2106
|
+
map: _optionalChain([outputFiles, 'access', _113 => _113.find, 'call', _114 => _114((f) => f.path === `${file.path}.map`), 'optionalAccess', _115 => _115.text]),
|
|
2107
|
+
entryPoint: _optionalChain([meta, 'optionalAccess', _116 => _116.entryPoint]),
|
|
2108
|
+
exports: _optionalChain([meta, 'optionalAccess', _117 => _117.exports]),
|
|
2109
|
+
imports: _optionalChain([meta, 'optionalAccess', _118 => _118.imports])
|
|
2097
2110
|
};
|
|
2098
2111
|
} else {
|
|
2099
2112
|
return {
|
|
@@ -2176,7 +2189,7 @@ var esmSplitCodeToCjsPlugin = /* @__PURE__ */ _chunk3GQAWCBQjs.__name.call(void
|
|
|
2176
2189
|
name: "storm:esm-split-code-to-cjs",
|
|
2177
2190
|
setup(build5) {
|
|
2178
2191
|
build5.onEnd(async (result) => {
|
|
2179
|
-
const outFiles = Object.keys(_nullishCoalesce(_optionalChain([result, 'access',
|
|
2192
|
+
const outFiles = Object.keys(_nullishCoalesce(_optionalChain([result, 'access', _119 => _119.metafile, 'optionalAccess', _120 => _120.outputs]), () => ( {})));
|
|
2180
2193
|
const jsFiles = outFiles.filter((f) => f.endsWith("js"));
|
|
2181
2194
|
await esbuild.build({
|
|
2182
2195
|
outdir: resolvedOptions.outdir,
|
|
@@ -2298,7 +2311,7 @@ ${result.errors.map((error) => error.text).join("\n")}
|
|
|
2298
2311
|
// ../esbuild/src/plugins/resolve-paths.ts
|
|
2299
2312
|
|
|
2300
2313
|
function resolvePathsConfig(options, cwd) {
|
|
2301
|
-
if (_optionalChain([options, 'optionalAccess',
|
|
2314
|
+
if (_optionalChain([options, 'optionalAccess', _121 => _121.compilerOptions, 'optionalAccess', _122 => _122.paths])) {
|
|
2302
2315
|
const paths = Object.entries(options.compilerOptions.paths);
|
|
2303
2316
|
const resolvedPaths = paths.map(([key, paths2]) => {
|
|
2304
2317
|
return [
|
|
@@ -2326,7 +2339,7 @@ var resolvePathsPlugin = /* @__PURE__ */ _chunk3GQAWCBQjs.__name.call(void 0, (o
|
|
|
2326
2339
|
build5.onResolve({
|
|
2327
2340
|
filter: packagesRegex
|
|
2328
2341
|
}, (args) => {
|
|
2329
|
-
if (_optionalChain([build5, 'access',
|
|
2342
|
+
if (_optionalChain([build5, 'access', _123 => _123.initialOptions, 'access', _124 => _124.external, 'optionalAccess', _125 => _125.includes, 'call', _126 => _126(args.path)])) {
|
|
2330
2343
|
return {
|
|
2331
2344
|
path: args.path,
|
|
2332
2345
|
external: true
|
|
@@ -2435,7 +2448,7 @@ var tscPlugin = /* @__PURE__ */ _chunk3GQAWCBQjs.__name.call(void 0, (options, r
|
|
|
2435
2448
|
function getTypeDependencyPackageName(npmPackage) {
|
|
2436
2449
|
if (npmPackage.startsWith("@")) {
|
|
2437
2450
|
const [scope, name] = npmPackage.split("/");
|
|
2438
|
-
return `@types/${_optionalChain([scope, 'optionalAccess',
|
|
2451
|
+
return `@types/${_optionalChain([scope, 'optionalAccess', _127 => _127.slice, 'call', _128 => _128(1)])}__${name}`;
|
|
2439
2452
|
}
|
|
2440
2453
|
return `@types/${npmPackage}`;
|
|
2441
2454
|
}
|
|
@@ -2642,7 +2655,7 @@ function pipeSync(fn, ...fns) {
|
|
|
2642
2655
|
return (...args) => {
|
|
2643
2656
|
let result = fn(...args);
|
|
2644
2657
|
for (let i = 0; result !== skip && i < fns.length; ++i) {
|
|
2645
|
-
result = _optionalChain([fns, 'access',
|
|
2658
|
+
result = _optionalChain([fns, 'access', _129 => _129[i], 'optionalCall', _130 => _130(result)]);
|
|
2646
2659
|
}
|
|
2647
2660
|
return result;
|
|
2648
2661
|
};
|
|
@@ -2652,7 +2665,7 @@ function pipeAsync(fn, ...fns) {
|
|
|
2652
2665
|
return async (...args) => {
|
|
2653
2666
|
let result = await fn(...args);
|
|
2654
2667
|
for (let i = 0; result !== skip && i < fns.length; ++i) {
|
|
2655
|
-
result = await _optionalChain([fns, 'access',
|
|
2668
|
+
result = await _optionalChain([fns, 'access', _131 => _131[i], 'optionalCall', _132 => _132(result)]);
|
|
2656
2669
|
}
|
|
2657
2670
|
return result;
|
|
2658
2671
|
};
|
|
@@ -2682,7 +2695,7 @@ var resolveOptions = /* @__PURE__ */ _chunk3GQAWCBQjs.__name.call(void 0, async
|
|
|
2682
2695
|
const projectJson = JSON.parse(projectJsonFile);
|
|
2683
2696
|
const projectName = projectJson.name;
|
|
2684
2697
|
const projectConfigurations = _devkit.readProjectsConfigurationFromProjectGraph.call(void 0, projectGraph);
|
|
2685
|
-
if (!_optionalChain([projectConfigurations, 'optionalAccess',
|
|
2698
|
+
if (!_optionalChain([projectConfigurations, 'optionalAccess', _133 => _133.projects, 'optionalAccess', _134 => _134[projectName]])) {
|
|
2686
2699
|
throw new Error("The Build process failed because the project does not have a valid configuration in the project.json file. Check if the file exists in the root of the project.");
|
|
2687
2700
|
}
|
|
2688
2701
|
const options = _defu2.default.call(void 0, userOptions, DEFAULT_BUILD_OPTIONS);
|
|
@@ -2860,7 +2873,7 @@ async function executeEsBuild(context2) {
|
|
|
2860
2873
|
}
|
|
2861
2874
|
_chunk3GQAWCBQjs.__name.call(void 0, executeEsBuild, "executeEsBuild");
|
|
2862
2875
|
async function copyBuildAssets(context2) {
|
|
2863
|
-
if (_optionalChain([context2, 'access',
|
|
2876
|
+
if (_optionalChain([context2, 'access', _135 => _135.result, 'optionalAccess', _136 => _136.errors, 'access', _137 => _137.length]) === 0) {
|
|
2864
2877
|
writeDebug(` \u{1F4CB} Copying asset files to output directory: ${context2.options.outdir}`, context2.options.config);
|
|
2865
2878
|
const stopwatch = getStopwatch(`${context2.options.name} asset copy`);
|
|
2866
2879
|
await copyAssets(context2.options.config, _nullishCoalesce(context2.options.assets, () => ( [])), context2.options.outdir, context2.options.projectRoot, context2.options.sourceRoot, true, false);
|
|
@@ -2870,7 +2883,7 @@ async function copyBuildAssets(context2) {
|
|
|
2870
2883
|
}
|
|
2871
2884
|
_chunk3GQAWCBQjs.__name.call(void 0, copyBuildAssets, "copyBuildAssets");
|
|
2872
2885
|
async function reportResults(context2) {
|
|
2873
|
-
if (_optionalChain([context2, 'access',
|
|
2886
|
+
if (_optionalChain([context2, 'access', _138 => _138.result, 'optionalAccess', _139 => _139.errors, 'access', _140 => _140.length]) === 0) {
|
|
2874
2887
|
if (context2.result.warnings.length > 0) {
|
|
2875
2888
|
writeWarning(` \u{1F6A7} The following warnings occurred during the build: ${context2.result.warnings.map((warning) => warning.text).join("\n")}`, context2.options.config);
|
|
2876
2889
|
}
|
|
@@ -2971,14 +2984,14 @@ var watch = /* @__PURE__ */ _chunk3GQAWCBQjs.__name.call(void 0, (context2, opti
|
|
|
2971
2984
|
// ../workspace-tools/src/executors/esbuild/executor.ts
|
|
2972
2985
|
async function esbuildExecutorFn(options, context2, config) {
|
|
2973
2986
|
writeInfo("\u{1F4E6} Running Storm ESBuild executor on the workspace", config);
|
|
2974
|
-
if (!_optionalChain([context2, 'access',
|
|
2987
|
+
if (!_optionalChain([context2, 'access', _141 => _141.projectsConfigurations, 'optionalAccess', _142 => _142.projects]) || !context2.projectName || !context2.projectsConfigurations.projects[context2.projectName] || !_optionalChain([context2, 'access', _143 => _143.projectsConfigurations, 'access', _144 => _144.projects, 'access', _145 => _145[context2.projectName], 'optionalAccess', _146 => _146.root])) {
|
|
2975
2988
|
throw new Error("The Build process failed because the context is not valid. Please run this command from a workspace.");
|
|
2976
2989
|
}
|
|
2977
2990
|
await build3({
|
|
2978
2991
|
...options,
|
|
2979
|
-
projectRoot: _optionalChain([context2, 'access',
|
|
2992
|
+
projectRoot: _optionalChain([context2, 'access', _147 => _147.projectsConfigurations, 'access', _148 => _148.projects, 'optionalAccess', _149 => _149[context2.projectName], 'access', _150 => _150.root]),
|
|
2980
2993
|
projectName: context2.projectName,
|
|
2981
|
-
sourceRoot: _optionalChain([context2, 'access',
|
|
2994
|
+
sourceRoot: _optionalChain([context2, 'access', _151 => _151.projectsConfigurations, 'access', _152 => _152.projects, 'optionalAccess', _153 => _153[context2.projectName], 'optionalAccess', _154 => _154.sourceRoot]),
|
|
2982
2995
|
format: options.format,
|
|
2983
2996
|
platform: options.format
|
|
2984
2997
|
});
|
|
@@ -3021,7 +3034,7 @@ var _esbuildwhy = require('@size-limit/esbuild-why'); var _esbuildwhy2 = _intero
|
|
|
3021
3034
|
var _file = require('@size-limit/file'); var _file2 = _interopRequireDefault(_file);
|
|
3022
3035
|
var _sizelimit = require('size-limit'); var _sizelimit2 = _interopRequireDefault(_sizelimit);
|
|
3023
3036
|
async function sizeLimitExecutorFn(options, context2, config) {
|
|
3024
|
-
if (!_optionalChain([context2, 'optionalAccess',
|
|
3037
|
+
if (!_optionalChain([context2, 'optionalAccess', _155 => _155.projectName]) || !_optionalChain([context2, 'access', _156 => _156.projectsConfigurations, 'optionalAccess', _157 => _157.projects]) || !context2.projectsConfigurations.projects[context2.projectName]) {
|
|
3025
3038
|
throw new Error("The Size-Limit process failed because the context is not valid. Please run this command from a workspace.");
|
|
3026
3039
|
}
|
|
3027
3040
|
writeInfo(`\u{1F4CF} Running Size-Limit on ${context2.projectName}`, config);
|
|
@@ -3030,7 +3043,7 @@ async function sizeLimitExecutorFn(options, context2, config) {
|
|
|
3030
3043
|
_esbuild3.default,
|
|
3031
3044
|
_esbuildwhy2.default
|
|
3032
3045
|
], {
|
|
3033
|
-
checks: _nullishCoalesce(_nullishCoalesce(options.entry, () => ( _optionalChain([context2, 'access',
|
|
3046
|
+
checks: _nullishCoalesce(_nullishCoalesce(options.entry, () => ( _optionalChain([context2, 'access', _158 => _158.projectsConfigurations, 'access', _159 => _159.projects, 'access', _160 => _160[context2.projectName], 'optionalAccess', _161 => _161.sourceRoot]))), () => ( _devkit.joinPathFragments.call(void 0, _nullishCoalesce(_optionalChain([context2, 'access', _162 => _162.projectsConfigurations, 'access', _163 => _163.projects, 'access', _164 => _164[context2.projectName], 'optionalAccess', _165 => _165.root]), () => ( "./")), "src")))
|
|
3034
3047
|
}).then((result) => {
|
|
3035
3048
|
writeInfo(`\u{1F4CF} ${context2.projectName} Size-Limit result: ${JSON.stringify(result)}`, config);
|
|
3036
3049
|
});
|
|
@@ -3109,7 +3122,7 @@ var resolveOptions2 = /* @__PURE__ */ _chunk3GQAWCBQjs.__name.call(void 0, async
|
|
|
3109
3122
|
const projectJson = JSON.parse(projectJsonFile);
|
|
3110
3123
|
const projectName = projectJson.name;
|
|
3111
3124
|
const projectConfigurations = _devkit.readProjectsConfigurationFromProjectGraph.call(void 0, projectGraph);
|
|
3112
|
-
if (!_optionalChain([projectConfigurations, 'optionalAccess',
|
|
3125
|
+
if (!_optionalChain([projectConfigurations, 'optionalAccess', _166 => _166.projects, 'optionalAccess', _167 => _167[projectName]])) {
|
|
3113
3126
|
throw new Error("The Build process failed because the project does not have a valid configuration in the project.json file. Check if the file exists in the root of the project.");
|
|
3114
3127
|
}
|
|
3115
3128
|
const options = _defu2.default.call(void 0, userOptions, DEFAULT_BUILD_OPTIONS2);
|
|
@@ -3293,14 +3306,14 @@ _chunk3GQAWCBQjs.__name.call(void 0, build4, "build");
|
|
|
3293
3306
|
// ../workspace-tools/src/executors/tsdown/executor.ts
|
|
3294
3307
|
async function tsdownExecutorFn(options, context2, config) {
|
|
3295
3308
|
writeInfo("\u{1F4E6} Running Storm TSDown build executor on the workspace", config);
|
|
3296
|
-
if (!_optionalChain([context2, 'access',
|
|
3309
|
+
if (!_optionalChain([context2, 'access', _168 => _168.projectsConfigurations, 'optionalAccess', _169 => _169.projects]) || !context2.projectName || !context2.projectsConfigurations.projects[context2.projectName] || !_optionalChain([context2, 'access', _170 => _170.projectsConfigurations, 'access', _171 => _171.projects, 'access', _172 => _172[context2.projectName], 'optionalAccess', _173 => _173.root])) {
|
|
3297
3310
|
throw new Error("The Build process failed because the context is not valid. Please run this command from a workspace.");
|
|
3298
3311
|
}
|
|
3299
3312
|
await build4({
|
|
3300
3313
|
...options,
|
|
3301
|
-
projectRoot: _optionalChain([context2, 'access',
|
|
3314
|
+
projectRoot: _optionalChain([context2, 'access', _174 => _174.projectsConfigurations, 'access', _175 => _175.projects, 'optionalAccess', _176 => _176[context2.projectName], 'access', _177 => _177.root]),
|
|
3302
3315
|
projectName: context2.projectName,
|
|
3303
|
-
sourceRoot: _optionalChain([context2, 'access',
|
|
3316
|
+
sourceRoot: _optionalChain([context2, 'access', _178 => _178.projectsConfigurations, 'access', _179 => _179.projects, 'optionalAccess', _180 => _180[context2.projectName], 'optionalAccess', _181 => _181.sourceRoot]),
|
|
3304
3317
|
format: options.format,
|
|
3305
3318
|
platform: options.platform
|
|
3306
3319
|
});
|
|
@@ -3364,7 +3377,7 @@ var executor_default9 = withRunExecutor("Typia runtime validation generator", ty
|
|
|
3364
3377
|
var _jiti = require('jiti');
|
|
3365
3378
|
async function unbuildExecutorFn(options, context2, config) {
|
|
3366
3379
|
writeInfo("\u{1F4E6} Running Storm Unbuild executor on the workspace", config);
|
|
3367
|
-
if (!_optionalChain([context2, 'access',
|
|
3380
|
+
if (!_optionalChain([context2, 'access', _182 => _182.projectsConfigurations, 'optionalAccess', _183 => _183.projects]) || !context2.projectName || !context2.projectsConfigurations.projects[context2.projectName]) {
|
|
3368
3381
|
throw new Error("The Build process failed because the context is not valid. Please run this command from a workspace root directory.");
|
|
3369
3382
|
}
|
|
3370
3383
|
if (!context2.projectsConfigurations.projects[context2.projectName].root) {
|
|
@@ -3575,15 +3588,15 @@ async function typeScriptLibraryGeneratorFn(tree, options, config) {
|
|
|
3575
3588
|
_devkit.addProjectConfiguration.call(void 0, tree, normalized.name, projectConfig);
|
|
3576
3589
|
let repository = {
|
|
3577
3590
|
type: "github",
|
|
3578
|
-
url: _optionalChain([config, 'optionalAccess',
|
|
3591
|
+
url: _optionalChain([config, 'optionalAccess', _184 => _184.repository]) || `https://github.com/${_optionalChain([config, 'optionalAccess', _185 => _185.organization]) || "storm-software"}/${_optionalChain([config, 'optionalAccess', _186 => _186.namespace]) || _optionalChain([config, 'optionalAccess', _187 => _187.name]) || "repository"}.git`
|
|
3579
3592
|
};
|
|
3580
3593
|
let description = options.description || "A package developed by Storm Software used to create modern, scalable web applications.";
|
|
3581
3594
|
if (tree.exists("package.json")) {
|
|
3582
3595
|
const packageJson = _devkit.readJson.call(void 0, tree, "package.json");
|
|
3583
|
-
if (_optionalChain([packageJson, 'optionalAccess',
|
|
3596
|
+
if (_optionalChain([packageJson, 'optionalAccess', _188 => _188.repository])) {
|
|
3584
3597
|
repository = packageJson.repository;
|
|
3585
3598
|
}
|
|
3586
|
-
if (_optionalChain([packageJson, 'optionalAccess',
|
|
3599
|
+
if (_optionalChain([packageJson, 'optionalAccess', _189 => _189.description])) {
|
|
3587
3600
|
description = packageJson.description;
|
|
3588
3601
|
}
|
|
3589
3602
|
}
|
|
@@ -3638,9 +3651,9 @@ async function typeScriptLibraryGeneratorFn(tree, options, config) {
|
|
|
3638
3651
|
_devkit.updateJson.call(void 0, tree, "package.json", (json) => ({
|
|
3639
3652
|
...json,
|
|
3640
3653
|
pnpm: {
|
|
3641
|
-
..._optionalChain([json, 'optionalAccess',
|
|
3654
|
+
..._optionalChain([json, 'optionalAccess', _190 => _190.pnpm]),
|
|
3642
3655
|
overrides: {
|
|
3643
|
-
..._optionalChain([json, 'optionalAccess',
|
|
3656
|
+
..._optionalChain([json, 'optionalAccess', _191 => _191.pnpm, 'optionalAccess', _192 => _192.overrides]),
|
|
3644
3657
|
[_nullishCoalesce(normalized.importPath, () => ( ""))]: "workspace:*"
|
|
3645
3658
|
}
|
|
3646
3659
|
}
|
|
@@ -3654,10 +3667,10 @@ async function typeScriptLibraryGeneratorFn(tree, options, config) {
|
|
|
3654
3667
|
]);
|
|
3655
3668
|
if (tree.exists("package.json")) {
|
|
3656
3669
|
const packageJson = _devkit.readJson.call(void 0, tree, "package.json");
|
|
3657
|
-
if (_optionalChain([packageJson, 'optionalAccess',
|
|
3670
|
+
if (_optionalChain([packageJson, 'optionalAccess', _193 => _193.repository])) {
|
|
3658
3671
|
repository = packageJson.repository;
|
|
3659
3672
|
}
|
|
3660
|
-
if (_optionalChain([packageJson, 'optionalAccess',
|
|
3673
|
+
if (_optionalChain([packageJson, 'optionalAccess', _194 => _194.description])) {
|
|
3661
3674
|
description = packageJson.description;
|
|
3662
3675
|
}
|
|
3663
3676
|
}
|
|
@@ -3705,24 +3718,24 @@ _chunk3GQAWCBQjs.__name.call(void 0, getOutputPath, "getOutputPath");
|
|
|
3705
3718
|
function createProjectTsConfigJson(tree, options) {
|
|
3706
3719
|
const tsconfig = {
|
|
3707
3720
|
extends: options.rootProject ? void 0 : _js.getRelativePathToRootTsConfig.call(void 0, tree, options.projectRoot),
|
|
3708
|
-
..._nullishCoalesce(_optionalChain([options, 'optionalAccess',
|
|
3721
|
+
..._nullishCoalesce(_optionalChain([options, 'optionalAccess', _195 => _195.tsconfigOptions]), () => ( {})),
|
|
3709
3722
|
compilerOptions: {
|
|
3710
3723
|
...options.rootProject ? _js.tsConfigBaseOptions : {},
|
|
3711
3724
|
outDir: joinPaths(_devkit.offsetFromRoot.call(void 0, options.projectRoot), "dist/out-tsc"),
|
|
3712
3725
|
noEmit: true,
|
|
3713
|
-
..._nullishCoalesce(_optionalChain([options, 'optionalAccess',
|
|
3726
|
+
..._nullishCoalesce(_optionalChain([options, 'optionalAccess', _196 => _196.tsconfigOptions, 'optionalAccess', _197 => _197.compilerOptions]), () => ( {}))
|
|
3714
3727
|
},
|
|
3715
3728
|
files: [
|
|
3716
|
-
..._nullishCoalesce(_optionalChain([options, 'optionalAccess',
|
|
3729
|
+
..._nullishCoalesce(_optionalChain([options, 'optionalAccess', _198 => _198.tsconfigOptions, 'optionalAccess', _199 => _199.files]), () => ( []))
|
|
3717
3730
|
],
|
|
3718
3731
|
include: [
|
|
3719
|
-
..._nullishCoalesce(_optionalChain([options, 'optionalAccess',
|
|
3732
|
+
..._nullishCoalesce(_optionalChain([options, 'optionalAccess', _200 => _200.tsconfigOptions, 'optionalAccess', _201 => _201.include]), () => ( [])),
|
|
3720
3733
|
"src/**/*.ts",
|
|
3721
3734
|
"src/**/*.js",
|
|
3722
3735
|
"bin/**/*"
|
|
3723
3736
|
],
|
|
3724
3737
|
exclude: [
|
|
3725
|
-
..._nullishCoalesce(_optionalChain([options, 'optionalAccess',
|
|
3738
|
+
..._nullishCoalesce(_optionalChain([options, 'optionalAccess', _202 => _202.tsconfigOptions, 'optionalAccess', _203 => _203.exclude]), () => ( [])),
|
|
3726
3739
|
"jest.config.ts",
|
|
3727
3740
|
"src/**/*.spec.ts",
|
|
3728
3741
|
"src/**/*.test.ts"
|
|
@@ -3733,8 +3746,8 @@ function createProjectTsConfigJson(tree, options) {
|
|
|
3733
3746
|
_chunk3GQAWCBQjs.__name.call(void 0, createProjectTsConfigJson, "createProjectTsConfigJson");
|
|
3734
3747
|
async function normalizeOptions(tree, options, config) {
|
|
3735
3748
|
let importPath = options.importPath;
|
|
3736
|
-
if (!importPath && _optionalChain([config, 'optionalAccess',
|
|
3737
|
-
importPath = `@${_optionalChain([config, 'optionalAccess',
|
|
3749
|
+
if (!importPath && _optionalChain([config, 'optionalAccess', _204 => _204.namespace])) {
|
|
3750
|
+
importPath = `@${_optionalChain([config, 'optionalAccess', _205 => _205.namespace])}/${options.name}`;
|
|
3738
3751
|
}
|
|
3739
3752
|
if (options.publishable) {
|
|
3740
3753
|
if (!importPath) {
|
|
@@ -3780,7 +3793,8 @@ async function normalizeOptions(tree, options, config) {
|
|
|
3780
3793
|
projectRoot,
|
|
3781
3794
|
parsedTags: options.tags ? options.tags.split(",").map((s) => s.trim()) : [],
|
|
3782
3795
|
importPath: normalizedImportPath,
|
|
3783
|
-
rootProject
|
|
3796
|
+
rootProject,
|
|
3797
|
+
shouldUseSwcJest: false
|
|
3784
3798
|
};
|
|
3785
3799
|
}
|
|
3786
3800
|
_chunk3GQAWCBQjs.__name.call(void 0, normalizeOptions, "normalizeOptions");
|
|
@@ -3865,7 +3879,7 @@ async function configSchemaGeneratorFn(tree, options, config) {
|
|
|
3865
3879
|
name: "StormWorkspaceConfiguration"
|
|
3866
3880
|
});
|
|
3867
3881
|
writeTrace(jsonSchema, config);
|
|
3868
|
-
const outputPath = options.outputFile.replaceAll("{workspaceRoot}", "").replaceAll(_nullishCoalesce(_optionalChain([config, 'optionalAccess',
|
|
3882
|
+
const outputPath = options.outputFile.replaceAll("{workspaceRoot}", "").replaceAll(_nullishCoalesce(_optionalChain([config, 'optionalAccess', _206 => _206.workspaceRoot]), () => ( findWorkspaceRoot())), _optionalChain([options, 'access', _207 => _207.outputFile, 'optionalAccess', _208 => _208.startsWith, 'call', _209 => _209("./")]) ? "" : "./");
|
|
3869
3883
|
writeTrace(`\u{1F4DD} Writing Storm Configuration JSON Schema to "${outputPath}"`, config);
|
|
3870
3884
|
_devkit.writeJson.call(void 0, tree, outputPath, jsonSchema, {
|
|
3871
3885
|
spaces: 2
|
|
@@ -7,7 +7,7 @@ var __require = /* @__PURE__ */ ((x) => typeof require !== "undefined" ? require
|
|
|
7
7
|
throw Error('Dynamic require of "' + x + '" is not supported');
|
|
8
8
|
});
|
|
9
9
|
|
|
10
|
-
// ../../node_modules/.pnpm/tsup@8.3.5_@microsoft+api-extractor@7.49.
|
|
10
|
+
// ../../node_modules/.pnpm/tsup@8.3.5_@microsoft+api-extractor@7.49.2_@types+node@22.13.0__@swc+core@1.7.26_@swc+helpers_kupakjppxzf7wv7pnek6irqjpq/node_modules/tsup/assets/esm_shims.js
|
|
11
11
|
import { fileURLToPath } from "url";
|
|
12
12
|
import path from "path";
|
|
13
13
|
var getFilename = /* @__PURE__ */ __name(() => fileURLToPath(import.meta.url), "getFilename");
|
|
@@ -2,7 +2,7 @@ import {
|
|
|
2
2
|
__dirname,
|
|
3
3
|
__name,
|
|
4
4
|
__require
|
|
5
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-R7DU2APC.mjs";
|
|
6
6
|
|
|
7
7
|
// ../config-tools/src/utilities/run.ts
|
|
8
8
|
import { exec, execSync } from "node:child_process";
|
|
@@ -1730,7 +1730,7 @@ import { logger } from "@nx/devkit";
|
|
|
1730
1730
|
var LARGE_BUFFER2 = 1024 * 1e6;
|
|
1731
1731
|
|
|
1732
1732
|
// ../esbuild/src/build.ts
|
|
1733
|
-
import { createProjectGraphAsync, readProjectsConfigurationFromProjectGraph, writeJsonFile } from "@nx/devkit";
|
|
1733
|
+
import { createProjectGraphAsync, readProjectsConfigurationFromProjectGraph as readProjectsConfigurationFromProjectGraph2, writeJsonFile } from "@nx/devkit";
|
|
1734
1734
|
|
|
1735
1735
|
// ../build-tools/src/config.ts
|
|
1736
1736
|
var DEFAULT_COMPILED_BANNER = `
|
|
@@ -1814,11 +1814,12 @@ ${footer && typeof footer === "string" ? footer.startsWith("//") ? footer : `//
|
|
|
1814
1814
|
// ../build-tools/src/utilities/generate-package-json.ts
|
|
1815
1815
|
import { calculateProjectBuildableDependencies } from "@nx/js/src/utils/buildable-libs-utils";
|
|
1816
1816
|
import { Glob } from "glob";
|
|
1817
|
-
import { existsSync as existsSync3 } from "node:fs";
|
|
1817
|
+
import { existsSync as existsSync3, readFileSync as readFileSync2 } from "node:fs";
|
|
1818
1818
|
import { readFile as readFile3 } from "node:fs/promises";
|
|
1819
|
-
import { readCachedProjectGraph } from "nx/src/project-graph/project-graph";
|
|
1819
|
+
import { readCachedProjectGraph, readProjectsConfigurationFromProjectGraph } from "nx/src/project-graph/project-graph";
|
|
1820
1820
|
var addPackageDependencies = /* @__PURE__ */ __name(async (workspaceRoot3, projectRoot, projectName, packageJson) => {
|
|
1821
|
-
const
|
|
1821
|
+
const projectGraph = readCachedProjectGraph();
|
|
1822
|
+
const projectDependencies = calculateProjectBuildableDependencies(void 0, projectGraph, workspaceRoot3, projectName, process.env.NX_TASK_TARGET_TARGET || "build", process.env.NX_TASK_TARGET_CONFIGURATION || "production", true);
|
|
1822
1823
|
const localPackages = [];
|
|
1823
1824
|
for (const project of projectDependencies.dependencies.filter((dep) => dep.node.type === "lib" && dep.node.data.root !== projectRoot && dep.node.data.root !== workspaceRoot3)) {
|
|
1824
1825
|
const projectNode = project.node;
|
|
@@ -1835,26 +1836,38 @@ var addPackageDependencies = /* @__PURE__ */ __name(async (workspaceRoot3, proje
|
|
|
1835
1836
|
}
|
|
1836
1837
|
if (localPackages.length > 0) {
|
|
1837
1838
|
writeTrace(`\u{1F4E6} Adding local packages to package.json: ${localPackages.map((p) => p.name).join(", ")}`);
|
|
1838
|
-
|
|
1839
|
-
|
|
1840
|
-
|
|
1839
|
+
const projectJsonFile = await readFile3(joinPaths(projectRoot, "project.json"), "utf8");
|
|
1840
|
+
const projectJson = JSON.parse(projectJsonFile);
|
|
1841
|
+
const projectName2 = projectJson.name;
|
|
1842
|
+
const projectConfigurations = readProjectsConfigurationFromProjectGraph(projectGraph);
|
|
1843
|
+
if (!projectConfigurations?.projects?.[projectName2]) {
|
|
1844
|
+
throw new Error("The Build process failed because the project does not have a valid configuration in the project.json file. Check if the file exists in the root of the project.");
|
|
1845
|
+
}
|
|
1846
|
+
const implicitDependencies = projectConfigurations.projects?.[projectName2].implicitDependencies?.reduce((ret, dep) => {
|
|
1847
|
+
if (projectConfigurations.projects?.[dep]) {
|
|
1848
|
+
const depPackageJsonPath = joinPaths(workspaceRoot3, projectConfigurations.projects[dep].root, "package.json");
|
|
1849
|
+
if (existsSync3(depPackageJsonPath)) {
|
|
1850
|
+
const depPackageJsonContent = readFileSync2(depPackageJsonPath, "utf8");
|
|
1851
|
+
const depPackageJson = JSON.parse(depPackageJsonContent);
|
|
1852
|
+
if (depPackageJson.private !== true && !ret.includes(depPackageJson.name)) {
|
|
1853
|
+
ret.push(depPackageJson.name);
|
|
1854
|
+
}
|
|
1855
|
+
}
|
|
1841
1856
|
}
|
|
1842
1857
|
return ret;
|
|
1843
|
-
},
|
|
1844
|
-
packageJson.
|
|
1845
|
-
if (!ret[localPackage.name]) {
|
|
1846
|
-
ret[localPackage.name] = {
|
|
1847
|
-
optional: false
|
|
1848
|
-
};
|
|
1858
|
+
}, []);
|
|
1859
|
+
packageJson.dependencies = localPackages.reduce((ret, localPackage) => {
|
|
1860
|
+
if (!ret[localPackage.name] && !implicitDependencies?.includes(localPackage.name)) {
|
|
1861
|
+
ret[localPackage.name] = `>=${localPackage.version || "0.0.1"}`;
|
|
1849
1862
|
}
|
|
1850
1863
|
return ret;
|
|
1851
|
-
}, packageJson.
|
|
1864
|
+
}, packageJson.dependencies ?? {});
|
|
1852
1865
|
packageJson.devDependencies = localPackages.reduce((ret, localPackage) => {
|
|
1853
|
-
if (!ret[localPackage.name]) {
|
|
1866
|
+
if (!ret[localPackage.name] && implicitDependencies?.includes(localPackage.name)) {
|
|
1854
1867
|
ret[localPackage.name] = localPackage.version || "0.0.1";
|
|
1855
1868
|
}
|
|
1856
1869
|
return ret;
|
|
1857
|
-
}, packageJson.
|
|
1870
|
+
}, packageJson.devDependencies ?? {});
|
|
1858
1871
|
} else {
|
|
1859
1872
|
writeTrace("\u{1F4E6} No local packages dependencies to add to package.json");
|
|
1860
1873
|
}
|
|
@@ -2682,7 +2695,7 @@ var resolveOptions = /* @__PURE__ */ __name(async (userOptions) => {
|
|
|
2682
2695
|
const projectJsonFile = await hf.readFile(projectJsonPath, "utf8");
|
|
2683
2696
|
const projectJson = JSON.parse(projectJsonFile);
|
|
2684
2697
|
const projectName = projectJson.name;
|
|
2685
|
-
const projectConfigurations =
|
|
2698
|
+
const projectConfigurations = readProjectsConfigurationFromProjectGraph2(projectGraph);
|
|
2686
2699
|
if (!projectConfigurations?.projects?.[projectName]) {
|
|
2687
2700
|
throw new Error("The Build process failed because the project does not have a valid configuration in the project.json file. Check if the file exists in the root of the project.");
|
|
2688
2701
|
}
|
|
@@ -3050,7 +3063,7 @@ var executor_default7 = withRunExecutor("Size-Limit Performance Test Executor",
|
|
|
3050
3063
|
});
|
|
3051
3064
|
|
|
3052
3065
|
// ../tsdown/src/build.ts
|
|
3053
|
-
import { createProjectGraphAsync as createProjectGraphAsync2, readProjectsConfigurationFromProjectGraph as
|
|
3066
|
+
import { createProjectGraphAsync as createProjectGraphAsync2, readProjectsConfigurationFromProjectGraph as readProjectsConfigurationFromProjectGraph3, writeJsonFile as writeJsonFile2 } from "@nx/devkit";
|
|
3054
3067
|
import defu5 from "defu";
|
|
3055
3068
|
import { existsSync as existsSync8 } from "node:fs";
|
|
3056
3069
|
import hf2 from "node:fs/promises";
|
|
@@ -3109,7 +3122,7 @@ var resolveOptions2 = /* @__PURE__ */ __name(async (userOptions) => {
|
|
|
3109
3122
|
const projectJsonFile = await hf2.readFile(projectJsonPath, "utf8");
|
|
3110
3123
|
const projectJson = JSON.parse(projectJsonFile);
|
|
3111
3124
|
const projectName = projectJson.name;
|
|
3112
|
-
const projectConfigurations =
|
|
3125
|
+
const projectConfigurations = readProjectsConfigurationFromProjectGraph3(projectGraph);
|
|
3113
3126
|
if (!projectConfigurations?.projects?.[projectName]) {
|
|
3114
3127
|
throw new Error("The Build process failed because the project does not have a valid configuration in the project.json file. Check if the file exists in the root of the project.");
|
|
3115
3128
|
}
|
|
@@ -3781,7 +3794,8 @@ async function normalizeOptions(tree, options, config) {
|
|
|
3781
3794
|
projectRoot,
|
|
3782
3795
|
parsedTags: options.tags ? options.tags.split(",").map((s) => s.trim()) : [],
|
|
3783
3796
|
importPath: normalizedImportPath,
|
|
3784
|
-
rootProject
|
|
3797
|
+
rootProject,
|
|
3798
|
+
shouldUseSwcJest: false
|
|
3785
3799
|
};
|
|
3786
3800
|
}
|
|
3787
3801
|
__name(normalizeOptions, "normalizeOptions");
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var _chunkBLJ4SE54js = require('./chunk-BLJ4SE54.js');
|
|
4
4
|
|
|
5
5
|
// src/executors/import/executor.ts
|
|
6
|
-
var executor_default =
|
|
6
|
+
var executor_default = _chunkBLJ4SE54js.withPulumiExecutor.call(void 0, "import", (options) => [
|
|
7
7
|
options.target,
|
|
8
8
|
options.name,
|
|
9
9
|
options.id,
|
package/dist/executors.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";require('./chunk-XO62WWX4.js');
|
|
2
|
-
require('./chunk-
|
|
3
|
-
require('./chunk-
|
|
4
|
-
require('./chunk-
|
|
5
|
-
require('./chunk-
|
|
6
|
-
require('./chunk-
|
|
7
|
-
require('./chunk-
|
|
8
|
-
require('./chunk-
|
|
2
|
+
require('./chunk-XCQQFJA3.js');
|
|
3
|
+
require('./chunk-44G4LNCW.js');
|
|
4
|
+
require('./chunk-ENKGOU75.js');
|
|
5
|
+
require('./chunk-4OPAJ74D.js');
|
|
6
|
+
require('./chunk-5MN7SCNP.js');
|
|
7
|
+
require('./chunk-BLJ4SE54.js');
|
|
8
|
+
require('./chunk-PZNCOUPX.js');
|
|
9
9
|
require('./chunk-3GQAWCBQ.js');
|
package/dist/executors.mjs
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import "./chunk-UV4HQO3Y.mjs";
|
|
2
|
-
import "./chunk-
|
|
3
|
-
import "./chunk-
|
|
4
|
-
import "./chunk-
|
|
5
|
-
import "./chunk-
|
|
6
|
-
import "./chunk-
|
|
7
|
-
import "./chunk-
|
|
8
|
-
import "./chunk-
|
|
9
|
-
import "./chunk-
|
|
2
|
+
import "./chunk-SXWQWAUO.mjs";
|
|
3
|
+
import "./chunk-PA7ODB26.mjs";
|
|
4
|
+
import "./chunk-KWJNQHAJ.mjs";
|
|
5
|
+
import "./chunk-M6JZ5ZOS.mjs";
|
|
6
|
+
import "./chunk-GAHTVTEL.mjs";
|
|
7
|
+
import "./chunk-ND22IR7B.mjs";
|
|
8
|
+
import "./chunk-S6KL4KCR.mjs";
|
|
9
|
+
import "./chunk-R7DU2APC.mjs";
|
package/dist/generators.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});require('./chunk-N2YKXZ5R.js');
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var _chunkF6G2W6JZjs = require('./chunk-F6G2W6JZ.js');
|
|
5
5
|
require('./chunk-DBLK3NPE.js');
|
|
6
|
-
require('./chunk-
|
|
6
|
+
require('./chunk-PZNCOUPX.js');
|
|
7
7
|
require('./chunk-3GQAWCBQ.js');
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
exports.initGeneratorFn =
|
|
10
|
+
exports.initGeneratorFn = _chunkF6G2W6JZjs.initGeneratorFn;
|
package/dist/generators.mjs
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import "./chunk-23KFTIT2.mjs";
|
|
2
2
|
import {
|
|
3
3
|
initGeneratorFn
|
|
4
|
-
} from "./chunk-
|
|
5
|
-
import "./chunk-
|
|
6
|
-
import "./chunk-
|
|
7
|
-
import "./chunk-
|
|
4
|
+
} from "./chunk-BGKTEE7Z.mjs";
|
|
5
|
+
import "./chunk-QPASYUSE.mjs";
|
|
6
|
+
import "./chunk-S6KL4KCR.mjs";
|
|
7
|
+
import "./chunk-R7DU2APC.mjs";
|
|
8
8
|
export {
|
|
9
9
|
initGeneratorFn
|
|
10
10
|
};
|
package/dist/index.js
CHANGED
|
@@ -1,26 +1,26 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});require('./chunk-XO62WWX4.js');
|
|
2
|
-
require('./chunk-
|
|
3
|
-
require('./chunk-
|
|
4
|
-
require('./chunk-
|
|
5
|
-
require('./chunk-
|
|
2
|
+
require('./chunk-XCQQFJA3.js');
|
|
3
|
+
require('./chunk-44G4LNCW.js');
|
|
4
|
+
require('./chunk-ENKGOU75.js');
|
|
5
|
+
require('./chunk-4OPAJ74D.js');
|
|
6
6
|
require('./chunk-N2YKXZ5R.js');
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
var
|
|
9
|
+
var _chunkF6G2W6JZjs = require('./chunk-F6G2W6JZ.js');
|
|
10
10
|
require('./chunk-GUQOEBFW.js');
|
|
11
11
|
|
|
12
12
|
|
|
13
13
|
|
|
14
14
|
var _chunkDBLK3NPEjs = require('./chunk-DBLK3NPE.js');
|
|
15
|
-
require('./chunk-
|
|
15
|
+
require('./chunk-5MN7SCNP.js');
|
|
16
16
|
|
|
17
17
|
|
|
18
|
-
var
|
|
19
|
-
require('./chunk-
|
|
18
|
+
var _chunkBLJ4SE54js = require('./chunk-BLJ4SE54.js');
|
|
19
|
+
require('./chunk-PZNCOUPX.js');
|
|
20
20
|
require('./chunk-3GQAWCBQ.js');
|
|
21
21
|
|
|
22
22
|
|
|
23
23
|
|
|
24
24
|
|
|
25
25
|
|
|
26
|
-
exports.Provider = _chunkDBLK3NPEjs.Provider; exports.getCloudTemplateName = _chunkDBLK3NPEjs.getCloudTemplateName; exports.initGeneratorFn =
|
|
26
|
+
exports.Provider = _chunkDBLK3NPEjs.Provider; exports.getCloudTemplateName = _chunkDBLK3NPEjs.getCloudTemplateName; exports.initGeneratorFn = _chunkF6G2W6JZjs.initGeneratorFn; exports.withPulumiExecutor = _chunkBLJ4SE54js.withPulumiExecutor;
|
package/dist/index.mjs
CHANGED
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
import "./chunk-UV4HQO3Y.mjs";
|
|
2
|
-
import "./chunk-
|
|
3
|
-
import "./chunk-
|
|
4
|
-
import "./chunk-
|
|
5
|
-
import "./chunk-
|
|
2
|
+
import "./chunk-SXWQWAUO.mjs";
|
|
3
|
+
import "./chunk-PA7ODB26.mjs";
|
|
4
|
+
import "./chunk-KWJNQHAJ.mjs";
|
|
5
|
+
import "./chunk-M6JZ5ZOS.mjs";
|
|
6
6
|
import "./chunk-23KFTIT2.mjs";
|
|
7
7
|
import {
|
|
8
8
|
initGeneratorFn
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-BGKTEE7Z.mjs";
|
|
10
10
|
import "./chunk-CA7S5MOH.mjs";
|
|
11
11
|
import {
|
|
12
12
|
Provider,
|
|
13
13
|
getCloudTemplateName
|
|
14
|
-
} from "./chunk-
|
|
15
|
-
import "./chunk-
|
|
14
|
+
} from "./chunk-QPASYUSE.mjs";
|
|
15
|
+
import "./chunk-GAHTVTEL.mjs";
|
|
16
16
|
import {
|
|
17
17
|
withPulumiExecutor
|
|
18
|
-
} from "./chunk-
|
|
19
|
-
import "./chunk-
|
|
20
|
-
import "./chunk-
|
|
18
|
+
} from "./chunk-ND22IR7B.mjs";
|
|
19
|
+
import "./chunk-S6KL4KCR.mjs";
|
|
20
|
+
import "./chunk-R7DU2APC.mjs";
|
|
21
21
|
export {
|
|
22
22
|
Provider,
|
|
23
23
|
getCloudTemplateName,
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
require('../../chunk-
|
|
3
|
+
var _chunkBLJ4SE54js = require('../../chunk-BLJ4SE54.js');
|
|
4
|
+
require('../../chunk-PZNCOUPX.js');
|
|
5
5
|
require('../../chunk-3GQAWCBQ.js');
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
exports.withPulumiExecutor =
|
|
8
|
+
exports.withPulumiExecutor = _chunkBLJ4SE54js.withPulumiExecutor;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import {
|
|
2
2
|
withPulumiExecutor
|
|
3
|
-
} from "../../chunk-
|
|
4
|
-
import "../../chunk-
|
|
5
|
-
import "../../chunk-
|
|
3
|
+
} from "../../chunk-ND22IR7B.mjs";
|
|
4
|
+
import "../../chunk-S6KL4KCR.mjs";
|
|
5
|
+
import "../../chunk-R7DU2APC.mjs";
|
|
6
6
|
export {
|
|
7
7
|
withPulumiExecutor
|
|
8
8
|
};
|
package/dist/src/base/index.js
CHANGED
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
var _chunkDBLK3NPEjs = require('../../chunk-DBLK3NPE.js');
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
var
|
|
9
|
-
require('../../chunk-
|
|
8
|
+
var _chunkBLJ4SE54js = require('../../chunk-BLJ4SE54.js');
|
|
9
|
+
require('../../chunk-PZNCOUPX.js');
|
|
10
10
|
require('../../chunk-3GQAWCBQ.js');
|
|
11
11
|
|
|
12
12
|
|
|
13
13
|
|
|
14
14
|
|
|
15
|
-
exports.Provider = _chunkDBLK3NPEjs.Provider; exports.getCloudTemplateName = _chunkDBLK3NPEjs.getCloudTemplateName; exports.withPulumiExecutor =
|
|
15
|
+
exports.Provider = _chunkDBLK3NPEjs.Provider; exports.getCloudTemplateName = _chunkDBLK3NPEjs.getCloudTemplateName; exports.withPulumiExecutor = _chunkBLJ4SE54js.withPulumiExecutor;
|
package/dist/src/base/index.mjs
CHANGED
|
@@ -2,12 +2,12 @@ import "../../chunk-CA7S5MOH.mjs";
|
|
|
2
2
|
import {
|
|
3
3
|
Provider,
|
|
4
4
|
getCloudTemplateName
|
|
5
|
-
} from "../../chunk-
|
|
5
|
+
} from "../../chunk-QPASYUSE.mjs";
|
|
6
6
|
import {
|
|
7
7
|
withPulumiExecutor
|
|
8
|
-
} from "../../chunk-
|
|
9
|
-
import "../../chunk-
|
|
10
|
-
import "../../chunk-
|
|
8
|
+
} from "../../chunk-ND22IR7B.mjs";
|
|
9
|
+
import "../../chunk-S6KL4KCR.mjs";
|
|
10
|
+
import "../../chunk-R7DU2APC.mjs";
|
|
11
11
|
export {
|
|
12
12
|
Provider,
|
|
13
13
|
getCloudTemplateName,
|
|
@@ -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 _chunk5MN7SCNPjs = require('../../../chunk-5MN7SCNP.js');
|
|
4
|
+
require('../../../chunk-BLJ4SE54.js');
|
|
5
|
+
require('../../../chunk-PZNCOUPX.js');
|
|
6
6
|
require('../../../chunk-3GQAWCBQ.js');
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
exports.default =
|
|
9
|
+
exports.default = _chunk5MN7SCNPjs.executor_default;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import {
|
|
2
2
|
executor_default
|
|
3
|
-
} from "../../../chunk-
|
|
4
|
-
import "../../../chunk-
|
|
5
|
-
import "../../../chunk-
|
|
6
|
-
import "../../../chunk-
|
|
3
|
+
} from "../../../chunk-GAHTVTEL.mjs";
|
|
4
|
+
import "../../../chunk-ND22IR7B.mjs";
|
|
5
|
+
import "../../../chunk-S6KL4KCR.mjs";
|
|
6
|
+
import "../../../chunk-R7DU2APC.mjs";
|
|
7
7
|
export {
|
|
8
8
|
executor_default as default
|
|
9
9
|
};
|
|
@@ -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 _chunkXCQQFJA3js = require('../../../chunk-XCQQFJA3.js');
|
|
4
|
+
require('../../../chunk-BLJ4SE54.js');
|
|
5
|
+
require('../../../chunk-PZNCOUPX.js');
|
|
6
6
|
require('../../../chunk-3GQAWCBQ.js');
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
exports.default =
|
|
9
|
+
exports.default = _chunkXCQQFJA3js.executor_default;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import {
|
|
2
2
|
executor_default
|
|
3
|
-
} from "../../../chunk-
|
|
4
|
-
import "../../../chunk-
|
|
5
|
-
import "../../../chunk-
|
|
6
|
-
import "../../../chunk-
|
|
3
|
+
} from "../../../chunk-SXWQWAUO.mjs";
|
|
4
|
+
import "../../../chunk-ND22IR7B.mjs";
|
|
5
|
+
import "../../../chunk-S6KL4KCR.mjs";
|
|
6
|
+
import "../../../chunk-R7DU2APC.mjs";
|
|
7
7
|
export {
|
|
8
8
|
executor_default as default
|
|
9
9
|
};
|
|
@@ -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 _chunk44G4LNCWjs = require('../../../chunk-44G4LNCW.js');
|
|
4
|
+
require('../../../chunk-BLJ4SE54.js');
|
|
5
|
+
require('../../../chunk-PZNCOUPX.js');
|
|
6
6
|
require('../../../chunk-3GQAWCBQ.js');
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
exports.default =
|
|
9
|
+
exports.default = _chunk44G4LNCWjs.executor_default;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import {
|
|
2
2
|
executor_default
|
|
3
|
-
} from "../../../chunk-
|
|
4
|
-
import "../../../chunk-
|
|
5
|
-
import "../../../chunk-
|
|
6
|
-
import "../../../chunk-
|
|
3
|
+
} from "../../../chunk-PA7ODB26.mjs";
|
|
4
|
+
import "../../../chunk-ND22IR7B.mjs";
|
|
5
|
+
import "../../../chunk-S6KL4KCR.mjs";
|
|
6
|
+
import "../../../chunk-R7DU2APC.mjs";
|
|
7
7
|
export {
|
|
8
8
|
executor_default as default
|
|
9
9
|
};
|
|
@@ -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 _chunkENKGOU75js = require('../../../chunk-ENKGOU75.js');
|
|
4
|
+
require('../../../chunk-BLJ4SE54.js');
|
|
5
|
+
require('../../../chunk-PZNCOUPX.js');
|
|
6
6
|
require('../../../chunk-3GQAWCBQ.js');
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
exports.default =
|
|
9
|
+
exports.default = _chunkENKGOU75js.executor_default;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import {
|
|
2
2
|
executor_default
|
|
3
|
-
} from "../../../chunk-
|
|
4
|
-
import "../../../chunk-
|
|
5
|
-
import "../../../chunk-
|
|
6
|
-
import "../../../chunk-
|
|
3
|
+
} from "../../../chunk-KWJNQHAJ.mjs";
|
|
4
|
+
import "../../../chunk-ND22IR7B.mjs";
|
|
5
|
+
import "../../../chunk-S6KL4KCR.mjs";
|
|
6
|
+
import "../../../chunk-R7DU2APC.mjs";
|
|
7
7
|
export {
|
|
8
8
|
executor_default as default
|
|
9
9
|
};
|
|
@@ -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 _chunk4OPAJ74Djs = require('../../../chunk-4OPAJ74D.js');
|
|
4
|
+
require('../../../chunk-BLJ4SE54.js');
|
|
5
|
+
require('../../../chunk-PZNCOUPX.js');
|
|
6
6
|
require('../../../chunk-3GQAWCBQ.js');
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
exports.default =
|
|
9
|
+
exports.default = _chunk4OPAJ74Djs.executor_default;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import {
|
|
2
2
|
executor_default
|
|
3
|
-
} from "../../../chunk-
|
|
4
|
-
import "../../../chunk-
|
|
5
|
-
import "../../../chunk-
|
|
6
|
-
import "../../../chunk-
|
|
3
|
+
} from "../../../chunk-M6JZ5ZOS.mjs";
|
|
4
|
+
import "../../../chunk-ND22IR7B.mjs";
|
|
5
|
+
import "../../../chunk-S6KL4KCR.mjs";
|
|
6
|
+
import "../../../chunk-R7DU2APC.mjs";
|
|
7
7
|
export {
|
|
8
8
|
executor_default as default
|
|
9
9
|
};
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var _chunkF6G2W6JZjs = require('../../../chunk-F6G2W6JZ.js');
|
|
5
5
|
require('../../../chunk-DBLK3NPE.js');
|
|
6
|
-
require('../../../chunk-
|
|
6
|
+
require('../../../chunk-PZNCOUPX.js');
|
|
7
7
|
require('../../../chunk-3GQAWCBQ.js');
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
|
|
11
|
-
exports.default =
|
|
11
|
+
exports.default = _chunkF6G2W6JZjs.generator_default; exports.initGeneratorFn = _chunkF6G2W6JZjs.initGeneratorFn;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import {
|
|
2
2
|
generator_default,
|
|
3
3
|
initGeneratorFn
|
|
4
|
-
} from "../../../chunk-
|
|
5
|
-
import "../../../chunk-
|
|
6
|
-
import "../../../chunk-
|
|
7
|
-
import "../../../chunk-
|
|
4
|
+
} from "../../../chunk-BGKTEE7Z.mjs";
|
|
5
|
+
import "../../../chunk-QPASYUSE.mjs";
|
|
6
|
+
import "../../../chunk-S6KL4KCR.mjs";
|
|
7
|
+
import "../../../chunk-R7DU2APC.mjs";
|
|
8
8
|
export {
|
|
9
9
|
generator_default as default,
|
|
10
10
|
initGeneratorFn
|
package/dist/tsup.config.mjs
CHANGED