@storm-software/projen 0.15.49 → 0.15.50
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +7 -0
- package/README.md +1 -1
- package/dist/{chunk-IJDMYMA3.js → chunk-AHMWONJP.js} +2 -2
- package/dist/{chunk-NZBLT23D.js → chunk-EXHPQ5M3.js} +3 -3
- package/dist/{chunk-D3YKB7J7.js → chunk-HDRVE3JL.js} +160 -160
- package/dist/chunk-I5CKRIDX.js +6 -0
- package/dist/{chunk-4ZPSQCOZ.mjs → chunk-JF5SUOK3.mjs} +1 -1
- package/dist/{chunk-LSBJN6NP.mjs → chunk-KL6TMNP7.mjs} +2 -2
- package/dist/{chunk-7XKBQKWN.js → chunk-RQT3Z4GI.js} +2 -2
- package/dist/{chunk-6GPGD7JA.mjs → chunk-SSONGS72.mjs} +1 -1
- package/dist/{chunk-AGHTPA2Y.mjs → chunk-UE3OAUFD.mjs} +2 -2
- package/dist/{chunk-T3OIAZKV.mjs → chunk-YQWBR3SL.mjs} +1 -1
- package/dist/generators.js +5 -5
- package/dist/generators.mjs +4 -4
- package/dist/index.js +10 -10
- package/dist/index.mjs +5 -5
- package/dist/src/components/index.js +3 -3
- package/dist/src/components/index.mjs +2 -2
- package/dist/src/components/nx-workspace.js +4 -4
- package/dist/src/components/nx-workspace.mjs +2 -2
- package/dist/src/generators/init/generator.js +4 -4
- package/dist/src/generators/init/generator.mjs +3 -3
- package/dist/tsup.config.js +2 -2
- package/dist/tsup.config.mjs +1 -1
- package/package.json +2 -2
- package/dist/chunk-PJBUP6EY.js +0 -6
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) { newObj[key] = obj[key]; } } } newObj.default = obj; return newObj; } } function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } function _nullishCoalesce(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } } 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 _chunkAHMWONJPjs = require('./chunk-AHMWONJP.js');
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
var
|
|
8
|
+
var _chunkRQT3Z4GIjs = require('./chunk-RQT3Z4GI.js');
|
|
9
9
|
|
|
10
10
|
// src/generators/init/generator.ts
|
|
11
|
-
|
|
11
|
+
_chunkRQT3Z4GIjs.init_cjs_shims.call(void 0, );
|
|
12
12
|
|
|
13
13
|
|
|
14
14
|
|
|
@@ -17,27 +17,27 @@ _chunk7XKBQKWNjs.init_cjs_shims.call(void 0, );
|
|
|
17
17
|
var _devkit = require('@nx/devkit');
|
|
18
18
|
|
|
19
19
|
// ../workspace-tools/index.ts
|
|
20
|
-
|
|
20
|
+
_chunkRQT3Z4GIjs.init_cjs_shims.call(void 0, );
|
|
21
21
|
|
|
22
22
|
// ../workspace-tools/executors.ts
|
|
23
|
-
|
|
23
|
+
_chunkRQT3Z4GIjs.init_cjs_shims.call(void 0, );
|
|
24
24
|
|
|
25
25
|
// ../workspace-tools/src/executors/cargo-build/executor.ts
|
|
26
|
-
|
|
26
|
+
_chunkRQT3Z4GIjs.init_cjs_shims.call(void 0, );
|
|
27
27
|
|
|
28
28
|
// ../workspace-tools/src/base/base-executor.ts
|
|
29
|
-
|
|
29
|
+
_chunkRQT3Z4GIjs.init_cjs_shims.call(void 0, );
|
|
30
30
|
|
|
31
31
|
// ../config-tools/src/config-file/get-config-file.ts
|
|
32
|
-
|
|
32
|
+
_chunkRQT3Z4GIjs.init_cjs_shims.call(void 0, );
|
|
33
33
|
var _c12 = require('c12');
|
|
34
34
|
var _defu = require('defu'); var _defu2 = _interopRequireDefault(_defu);
|
|
35
35
|
|
|
36
36
|
// ../config-tools/src/logger/console.ts
|
|
37
|
-
|
|
37
|
+
_chunkRQT3Z4GIjs.init_cjs_shims.call(void 0, );
|
|
38
38
|
|
|
39
39
|
// ../config-tools/src/types.ts
|
|
40
|
-
|
|
40
|
+
_chunkRQT3Z4GIjs.init_cjs_shims.call(void 0, );
|
|
41
41
|
var LogLevel = {
|
|
42
42
|
SILENT: 0,
|
|
43
43
|
FATAL: 10,
|
|
@@ -62,13 +62,13 @@ var LogLevelLabel = {
|
|
|
62
62
|
};
|
|
63
63
|
|
|
64
64
|
// ../config-tools/src/utilities/get-default-config.ts
|
|
65
|
-
|
|
65
|
+
_chunkRQT3Z4GIjs.init_cjs_shims.call(void 0, );
|
|
66
66
|
|
|
67
67
|
// ../config/src/index.ts
|
|
68
|
-
|
|
68
|
+
_chunkRQT3Z4GIjs.init_cjs_shims.call(void 0, );
|
|
69
69
|
|
|
70
70
|
// ../config/src/constants.ts
|
|
71
|
-
|
|
71
|
+
_chunkRQT3Z4GIjs.init_cjs_shims.call(void 0, );
|
|
72
72
|
var STORM_DEFAULT_DOCS = "https://docs.stormsoftware.com";
|
|
73
73
|
var STORM_DEFAULT_HOMEPAGE = "https://stormsoftware.com";
|
|
74
74
|
var STORM_DEFAULT_CONTACT = "https://stormsoftware.com/contact";
|
|
@@ -90,10 +90,10 @@ If this sounds interesting, and you would like to help us in creating the next g
|
|
|
90
90
|
var STORM_DEFAULT_ERROR_CODES_FILE = "tools/errors/codes.json";
|
|
91
91
|
|
|
92
92
|
// ../config/src/define-config.ts
|
|
93
|
-
|
|
93
|
+
_chunkRQT3Z4GIjs.init_cjs_shims.call(void 0, );
|
|
94
94
|
|
|
95
95
|
// ../config/src/schema.ts
|
|
96
|
-
|
|
96
|
+
_chunkRQT3Z4GIjs.init_cjs_shims.call(void 0, );
|
|
97
97
|
var _zod = require('zod'); var z = _interopRequireWildcard(_zod); var z2 = _interopRequireWildcard(_zod);
|
|
98
98
|
var DarkColorSchema = z.string().trim().toLowerCase().regex(/^#([0-9a-f]{3}){1,2}$/i).length(7).default("#1d1e22").describe("The dark background color of the workspace");
|
|
99
99
|
var LightColorSchema = z.string().trim().toLowerCase().regex(/^#([0-9a-f]{3}){1,2}$/i).length(7).default("#f4f4f5").describe("The light background color of the workspace");
|
|
@@ -313,7 +313,7 @@ var stormWorkspaceConfigSchema = z.object({
|
|
|
313
313
|
);
|
|
314
314
|
|
|
315
315
|
// ../config/src/types.ts
|
|
316
|
-
|
|
316
|
+
_chunkRQT3Z4GIjs.init_cjs_shims.call(void 0, );
|
|
317
317
|
var COLOR_KEYS = [
|
|
318
318
|
"dark",
|
|
319
319
|
"light",
|
|
@@ -338,10 +338,10 @@ var _promises = require('fs/promises'); var _promises2 = _interopRequireDefault(
|
|
|
338
338
|
var _path = require('path'); var path3 = _interopRequireWildcard(_path);
|
|
339
339
|
|
|
340
340
|
// ../config-tools/src/utilities/find-workspace-root.ts
|
|
341
|
-
|
|
341
|
+
_chunkRQT3Z4GIjs.init_cjs_shims.call(void 0, );
|
|
342
342
|
|
|
343
343
|
// ../config-tools/src/utilities/find-up.ts
|
|
344
|
-
|
|
344
|
+
_chunkRQT3Z4GIjs.init_cjs_shims.call(void 0, );
|
|
345
345
|
|
|
346
346
|
|
|
347
347
|
var MAX_PATH_SEARCH_DEPTH = 30;
|
|
@@ -410,11 +410,11 @@ var rootDirectories = [
|
|
|
410
410
|
];
|
|
411
411
|
function findWorkspaceRootSafe(pathInsideMonorepo) {
|
|
412
412
|
if (process.env.STORM_WORKSPACE_ROOT || process.env.NX_WORKSPACE_ROOT_PATH) {
|
|
413
|
-
return
|
|
413
|
+
return _chunkAHMWONJPjs.correctPaths.call(void 0,
|
|
414
414
|
_nullishCoalesce(process.env.STORM_WORKSPACE_ROOT, () => ( process.env.NX_WORKSPACE_ROOT_PATH))
|
|
415
415
|
);
|
|
416
416
|
}
|
|
417
|
-
return
|
|
417
|
+
return _chunkAHMWONJPjs.correctPaths.call(void 0,
|
|
418
418
|
findFolderUp(
|
|
419
419
|
_nullishCoalesce(pathInsideMonorepo, () => ( process.cwd())),
|
|
420
420
|
rootFiles,
|
|
@@ -475,7 +475,7 @@ async function getPackageJsonConfig(root) {
|
|
|
475
475
|
const workspaceRoot3 = findWorkspaceRoot(root);
|
|
476
476
|
if (_fs.existsSync.call(void 0, _path.join.call(void 0, workspaceRoot3, "package.json"))) {
|
|
477
477
|
const file = await _promises.readFile.call(void 0,
|
|
478
|
-
|
|
478
|
+
_chunkAHMWONJPjs.joinPaths.call(void 0, workspaceRoot3, "package.json"),
|
|
479
479
|
"utf8"
|
|
480
480
|
);
|
|
481
481
|
if (file) {
|
|
@@ -549,7 +549,7 @@ function applyDefaultConfig(config) {
|
|
|
549
549
|
}
|
|
550
550
|
|
|
551
551
|
// ../config-tools/src/logger/chalk.ts
|
|
552
|
-
|
|
552
|
+
_chunkRQT3Z4GIjs.init_cjs_shims.call(void 0, );
|
|
553
553
|
var _chalk2 = require('chalk'); var _chalk3 = _interopRequireDefault(_chalk2);
|
|
554
554
|
var chalkDefault = {
|
|
555
555
|
hex: (_) => (message) => message,
|
|
@@ -583,10 +583,10 @@ var getChalk = () => {
|
|
|
583
583
|
};
|
|
584
584
|
|
|
585
585
|
// ../config-tools/src/logger/console-icons.ts
|
|
586
|
-
|
|
586
|
+
_chunkRQT3Z4GIjs.init_cjs_shims.call(void 0, );
|
|
587
587
|
|
|
588
588
|
// ../config-tools/src/logger/is-unicode-supported.ts
|
|
589
|
-
|
|
589
|
+
_chunkRQT3Z4GIjs.init_cjs_shims.call(void 0, );
|
|
590
590
|
function isUnicodeSupported() {
|
|
591
591
|
if (process.platform !== "win32") {
|
|
592
592
|
return process.env.TERM !== "linux";
|
|
@@ -611,13 +611,13 @@ var CONSOLE_ICONS = {
|
|
|
611
611
|
};
|
|
612
612
|
|
|
613
613
|
// ../config-tools/src/logger/format-timestamp.ts
|
|
614
|
-
|
|
614
|
+
_chunkRQT3Z4GIjs.init_cjs_shims.call(void 0, );
|
|
615
615
|
var formatTimestamp = (date = /* @__PURE__ */ new Date()) => {
|
|
616
616
|
return `${date.toLocaleDateString()} ${date.toLocaleTimeString()}`;
|
|
617
617
|
};
|
|
618
618
|
|
|
619
619
|
// ../config-tools/src/logger/get-log-level.ts
|
|
620
|
-
|
|
620
|
+
_chunkRQT3Z4GIjs.init_cjs_shims.call(void 0, );
|
|
621
621
|
var getLogLevel = (label) => {
|
|
622
622
|
switch (label) {
|
|
623
623
|
case "all":
|
|
@@ -793,7 +793,7 @@ var _isFunction = (value) => {
|
|
|
793
793
|
};
|
|
794
794
|
|
|
795
795
|
// ../config-tools/src/utilities/apply-workspace-tokens.ts
|
|
796
|
-
|
|
796
|
+
_chunkRQT3Z4GIjs.init_cjs_shims.call(void 0, );
|
|
797
797
|
var applyWorkspaceBaseTokens = async (option, tokenParams) => {
|
|
798
798
|
let result = option;
|
|
799
799
|
if (!result) {
|
|
@@ -876,7 +876,7 @@ var getConfigFileByName = async (fileName, filePath, options = {}) => {
|
|
|
876
876
|
envName: _optionalChain([fileName, 'optionalAccess', _34 => _34.toUpperCase, 'call', _35 => _35()]),
|
|
877
877
|
jitiOptions: {
|
|
878
878
|
debug: false,
|
|
879
|
-
fsCache: process.env.STORM_SKIP_CACHE === "true" ? false :
|
|
879
|
+
fsCache: process.env.STORM_SKIP_CACHE === "true" ? false : _chunkAHMWONJPjs.joinPaths.call(void 0,
|
|
880
880
|
process.env.STORM_CACHE_DIR || "node_modules/.cache/storm",
|
|
881
881
|
"jiti"
|
|
882
882
|
)
|
|
@@ -890,7 +890,7 @@ var getConfigFileByName = async (fileName, filePath, options = {}) => {
|
|
|
890
890
|
envName: _optionalChain([fileName, 'optionalAccess', _36 => _36.toUpperCase, 'call', _37 => _37()]),
|
|
891
891
|
jitiOptions: {
|
|
892
892
|
debug: false,
|
|
893
|
-
fsCache: process.env.STORM_SKIP_CACHE === "true" ? false :
|
|
893
|
+
fsCache: process.env.STORM_SKIP_CACHE === "true" ? false : _chunkAHMWONJPjs.joinPaths.call(void 0,
|
|
894
894
|
process.env.STORM_CACHE_DIR || "node_modules/.cache/storm",
|
|
895
895
|
"jiti"
|
|
896
896
|
)
|
|
@@ -942,11 +942,11 @@ var getConfigFile = async (filePath, additionalFileNames = []) => {
|
|
|
942
942
|
};
|
|
943
943
|
|
|
944
944
|
// ../config-tools/src/create-storm-config.ts
|
|
945
|
-
|
|
945
|
+
_chunkRQT3Z4GIjs.init_cjs_shims.call(void 0, );
|
|
946
946
|
|
|
947
947
|
|
|
948
948
|
// ../config-tools/src/env/get-env.ts
|
|
949
|
-
|
|
949
|
+
_chunkRQT3Z4GIjs.init_cjs_shims.call(void 0, );
|
|
950
950
|
var getExtensionEnv = (extensionName) => {
|
|
951
951
|
const prefix = `STORM_EXTENSION_${extensionName.toUpperCase()}_`;
|
|
952
952
|
return Object.keys(process.env).filter((key) => key.startsWith(prefix)).reduce((ret, key) => {
|
|
@@ -1004,15 +1004,15 @@ var getConfigEnv = () => {
|
|
|
1004
1004
|
support: process.env[`${prefix}SUPPORT`] || void 0,
|
|
1005
1005
|
timezone: process.env[`${prefix}TIMEZONE`] || process.env.TZ || void 0,
|
|
1006
1006
|
locale: process.env[`${prefix}LOCALE`] || process.env.LOCALE || void 0,
|
|
1007
|
-
configFile: process.env[`${prefix}CONFIG_FILE`] ?
|
|
1008
|
-
workspaceRoot: process.env[`${prefix}WORKSPACE_ROOT`] ?
|
|
1007
|
+
configFile: process.env[`${prefix}CONFIG_FILE`] ? _chunkAHMWONJPjs.correctPaths.call(void 0, process.env[`${prefix}CONFIG_FILE`]) : void 0,
|
|
1008
|
+
workspaceRoot: process.env[`${prefix}WORKSPACE_ROOT`] ? _chunkAHMWONJPjs.correctPaths.call(void 0, process.env[`${prefix}WORKSPACE_ROOT`]) : void 0,
|
|
1009
1009
|
directories: {
|
|
1010
|
-
cache: process.env[`${prefix}CACHE_DIR`] ?
|
|
1011
|
-
data: process.env[`${prefix}DATA_DIR`] ?
|
|
1012
|
-
config: process.env[`${prefix}CONFIG_DIR`] ?
|
|
1013
|
-
temp: process.env[`${prefix}TEMP_DIR`] ?
|
|
1014
|
-
log: process.env[`${prefix}LOG_DIR`] ?
|
|
1015
|
-
build: process.env[`${prefix}BUILD_DIR`] ?
|
|
1010
|
+
cache: process.env[`${prefix}CACHE_DIR`] ? _chunkAHMWONJPjs.correctPaths.call(void 0, process.env[`${prefix}CACHE_DIR`]) : process.env[`${prefix}CACHE_DIRECTORY`] ? _chunkAHMWONJPjs.correctPaths.call(void 0, process.env[`${prefix}CACHE_DIRECTORY`]) : void 0,
|
|
1011
|
+
data: process.env[`${prefix}DATA_DIR`] ? _chunkAHMWONJPjs.correctPaths.call(void 0, process.env[`${prefix}DATA_DIR`]) : process.env[`${prefix}DATA_DIRECTORY`] ? _chunkAHMWONJPjs.correctPaths.call(void 0, process.env[`${prefix}DATA_DIRECTORY`]) : void 0,
|
|
1012
|
+
config: process.env[`${prefix}CONFIG_DIR`] ? _chunkAHMWONJPjs.correctPaths.call(void 0, process.env[`${prefix}CONFIG_DIR`]) : process.env[`${prefix}CONFIG_DIRECTORY`] ? _chunkAHMWONJPjs.correctPaths.call(void 0, process.env[`${prefix}CONFIG_DIRECTORY`]) : void 0,
|
|
1013
|
+
temp: process.env[`${prefix}TEMP_DIR`] ? _chunkAHMWONJPjs.correctPaths.call(void 0, process.env[`${prefix}TEMP_DIR`]) : process.env[`${prefix}TEMP_DIRECTORY`] ? _chunkAHMWONJPjs.correctPaths.call(void 0, process.env[`${prefix}TEMP_DIRECTORY`]) : void 0,
|
|
1014
|
+
log: process.env[`${prefix}LOG_DIR`] ? _chunkAHMWONJPjs.correctPaths.call(void 0, process.env[`${prefix}LOG_DIR`]) : process.env[`${prefix}LOG_DIRECTORY`] ? _chunkAHMWONJPjs.correctPaths.call(void 0, process.env[`${prefix}LOG_DIRECTORY`]) : void 0,
|
|
1015
|
+
build: process.env[`${prefix}BUILD_DIR`] ? _chunkAHMWONJPjs.correctPaths.call(void 0, process.env[`${prefix}BUILD_DIR`]) : process.env[`${prefix}BUILD_DIRECTORY`] ? _chunkAHMWONJPjs.correctPaths.call(void 0, process.env[`${prefix}BUILD_DIRECTORY`]) : void 0
|
|
1016
1016
|
},
|
|
1017
1017
|
skipCache: process.env[`${prefix}SKIP_CACHE`] !== void 0 ? Boolean(process.env[`${prefix}SKIP_CACHE`]) : void 0,
|
|
1018
1018
|
mode: (_nullishCoalesce(_nullishCoalesce(process.env[`${prefix}MODE`], () => ( process.env.NODE_ENV)), () => ( process.env.ENVIRONMENT))) || void 0,
|
|
@@ -1129,7 +1129,7 @@ var getBaseThemeColorConfigEnv = (prefix) => {
|
|
|
1129
1129
|
};
|
|
1130
1130
|
|
|
1131
1131
|
// ../config-tools/src/env/set-env.ts
|
|
1132
|
-
|
|
1132
|
+
_chunkRQT3Z4GIjs.init_cjs_shims.call(void 0, );
|
|
1133
1133
|
var setExtensionEnv = (extensionName, extension) => {
|
|
1134
1134
|
for (const key of Object.keys(_nullishCoalesce(extension, () => ( {})))) {
|
|
1135
1135
|
if (extension[key]) {
|
|
@@ -1264,40 +1264,40 @@ var setConfigEnv = (config) => {
|
|
|
1264
1264
|
process.env.LANG = config.locale ? `${config.locale.replaceAll("-", "_")}.UTF-8` : "en_US.UTF-8";
|
|
1265
1265
|
}
|
|
1266
1266
|
if (config.configFile) {
|
|
1267
|
-
process.env[`${prefix}CONFIG_FILE`] =
|
|
1267
|
+
process.env[`${prefix}CONFIG_FILE`] = _chunkAHMWONJPjs.correctPaths.call(void 0, config.configFile);
|
|
1268
1268
|
}
|
|
1269
1269
|
if (config.workspaceRoot) {
|
|
1270
|
-
process.env[`${prefix}WORKSPACE_ROOT`] =
|
|
1271
|
-
process.env.NX_WORKSPACE_ROOT =
|
|
1272
|
-
process.env.NX_WORKSPACE_ROOT_PATH =
|
|
1270
|
+
process.env[`${prefix}WORKSPACE_ROOT`] = _chunkAHMWONJPjs.correctPaths.call(void 0, config.workspaceRoot);
|
|
1271
|
+
process.env.NX_WORKSPACE_ROOT = _chunkAHMWONJPjs.correctPaths.call(void 0, config.workspaceRoot);
|
|
1272
|
+
process.env.NX_WORKSPACE_ROOT_PATH = _chunkAHMWONJPjs.correctPaths.call(void 0, config.workspaceRoot);
|
|
1273
1273
|
}
|
|
1274
1274
|
if (config.directories) {
|
|
1275
1275
|
if (!config.skipCache && config.directories.cache) {
|
|
1276
|
-
process.env[`${prefix}CACHE_DIR`] =
|
|
1276
|
+
process.env[`${prefix}CACHE_DIR`] = _chunkAHMWONJPjs.correctPaths.call(void 0,
|
|
1277
1277
|
config.directories.cache
|
|
1278
1278
|
);
|
|
1279
1279
|
process.env[`${prefix}CACHE_DIRECTORY`] = process.env[`${prefix}CACHE_DIR`];
|
|
1280
1280
|
}
|
|
1281
1281
|
if (config.directories.data) {
|
|
1282
|
-
process.env[`${prefix}DATA_DIR`] =
|
|
1282
|
+
process.env[`${prefix}DATA_DIR`] = _chunkAHMWONJPjs.correctPaths.call(void 0, config.directories.data);
|
|
1283
1283
|
process.env[`${prefix}DATA_DIRECTORY`] = process.env[`${prefix}DATA_DIR`];
|
|
1284
1284
|
}
|
|
1285
1285
|
if (config.directories.config) {
|
|
1286
|
-
process.env[`${prefix}CONFIG_DIR`] =
|
|
1286
|
+
process.env[`${prefix}CONFIG_DIR`] = _chunkAHMWONJPjs.correctPaths.call(void 0,
|
|
1287
1287
|
config.directories.config
|
|
1288
1288
|
);
|
|
1289
1289
|
process.env[`${prefix}CONFIG_DIRECTORY`] = process.env[`${prefix}CONFIG_DIR`];
|
|
1290
1290
|
}
|
|
1291
1291
|
if (config.directories.temp) {
|
|
1292
|
-
process.env[`${prefix}TEMP_DIR`] =
|
|
1292
|
+
process.env[`${prefix}TEMP_DIR`] = _chunkAHMWONJPjs.correctPaths.call(void 0, config.directories.temp);
|
|
1293
1293
|
process.env[`${prefix}TEMP_DIRECTORY`] = process.env[`${prefix}TEMP_DIR`];
|
|
1294
1294
|
}
|
|
1295
1295
|
if (config.directories.log) {
|
|
1296
|
-
process.env[`${prefix}LOG_DIR`] =
|
|
1296
|
+
process.env[`${prefix}LOG_DIR`] = _chunkAHMWONJPjs.correctPaths.call(void 0, config.directories.log);
|
|
1297
1297
|
process.env[`${prefix}LOG_DIRECTORY`] = process.env[`${prefix}LOG_DIR`];
|
|
1298
1298
|
}
|
|
1299
1299
|
if (config.directories.build) {
|
|
1300
|
-
process.env[`${prefix}BUILD_DIR`] =
|
|
1300
|
+
process.env[`${prefix}BUILD_DIR`] = _chunkAHMWONJPjs.correctPaths.call(void 0,
|
|
1301
1301
|
config.directories.build
|
|
1302
1302
|
);
|
|
1303
1303
|
process.env[`${prefix}BUILD_DIRECTORY`] = process.env[`${prefix}BUILD_DIR`];
|
|
@@ -1566,7 +1566,7 @@ ${formatLogMessage(config)}`,
|
|
|
1566
1566
|
};
|
|
1567
1567
|
|
|
1568
1568
|
// ../config-tools/src/get-config.ts
|
|
1569
|
-
|
|
1569
|
+
_chunkRQT3Z4GIjs.init_cjs_shims.call(void 0, );
|
|
1570
1570
|
var getConfig = (workspaceRoot3, skipLogs = false) => {
|
|
1571
1571
|
return loadStormWorkspaceConfig(workspaceRoot3, skipLogs);
|
|
1572
1572
|
};
|
|
@@ -1701,7 +1701,7 @@ var _isFunction2 = (value) => {
|
|
|
1701
1701
|
};
|
|
1702
1702
|
|
|
1703
1703
|
// ../workspace-tools/src/utils/cargo.ts
|
|
1704
|
-
|
|
1704
|
+
_chunkRQT3Z4GIjs.init_cjs_shims.call(void 0, );
|
|
1705
1705
|
|
|
1706
1706
|
|
|
1707
1707
|
|
|
@@ -1839,7 +1839,7 @@ var executor_default = withRunExecutor(
|
|
|
1839
1839
|
);
|
|
1840
1840
|
|
|
1841
1841
|
// ../workspace-tools/src/executors/cargo-check/executor.ts
|
|
1842
|
-
|
|
1842
|
+
_chunkRQT3Z4GIjs.init_cjs_shims.call(void 0, );
|
|
1843
1843
|
async function cargoCheckExecutor(options, context) {
|
|
1844
1844
|
const command = buildCargoCommand("check", options, context);
|
|
1845
1845
|
return await cargoCommand(...command);
|
|
@@ -1859,7 +1859,7 @@ var executor_default2 = withRunExecutor(
|
|
|
1859
1859
|
);
|
|
1860
1860
|
|
|
1861
1861
|
// ../workspace-tools/src/executors/cargo-clippy/executor.ts
|
|
1862
|
-
|
|
1862
|
+
_chunkRQT3Z4GIjs.init_cjs_shims.call(void 0, );
|
|
1863
1863
|
async function cargoClippyExecutor(options, context) {
|
|
1864
1864
|
const command = buildCargoCommand("clippy", options, context);
|
|
1865
1865
|
return await cargoCommand(...command);
|
|
@@ -1880,7 +1880,7 @@ var executor_default3 = withRunExecutor(
|
|
|
1880
1880
|
);
|
|
1881
1881
|
|
|
1882
1882
|
// ../workspace-tools/src/executors/cargo-doc/executor.ts
|
|
1883
|
-
|
|
1883
|
+
_chunkRQT3Z4GIjs.init_cjs_shims.call(void 0, );
|
|
1884
1884
|
async function cargoDocExecutor(options, context) {
|
|
1885
1885
|
const opts = { ...options };
|
|
1886
1886
|
opts["no-deps"] = opts.noDeps;
|
|
@@ -1910,7 +1910,7 @@ var executor_default4 = withRunExecutor(
|
|
|
1910
1910
|
);
|
|
1911
1911
|
|
|
1912
1912
|
// ../workspace-tools/src/executors/cargo-format/executor.ts
|
|
1913
|
-
|
|
1913
|
+
_chunkRQT3Z4GIjs.init_cjs_shims.call(void 0, );
|
|
1914
1914
|
async function cargoFormatExecutor(options, context) {
|
|
1915
1915
|
const command = buildCargoCommand("fmt", options, context);
|
|
1916
1916
|
return await cargoCommand(...command);
|
|
@@ -1931,7 +1931,7 @@ var executor_default5 = withRunExecutor(
|
|
|
1931
1931
|
);
|
|
1932
1932
|
|
|
1933
1933
|
// ../workspace-tools/src/executors/cargo-publish/executor.ts
|
|
1934
|
-
|
|
1934
|
+
_chunkRQT3Z4GIjs.init_cjs_shims.call(void 0, );
|
|
1935
1935
|
|
|
1936
1936
|
|
|
1937
1937
|
|
|
@@ -1939,21 +1939,21 @@ var _https = require('https'); var _https2 = _interopRequireDefault(_https);
|
|
|
1939
1939
|
var LARGE_BUFFER = 1024 * 1e6;
|
|
1940
1940
|
|
|
1941
1941
|
// ../workspace-tools/src/executors/esbuild/executor.ts
|
|
1942
|
-
|
|
1942
|
+
_chunkRQT3Z4GIjs.init_cjs_shims.call(void 0, );
|
|
1943
1943
|
|
|
1944
1944
|
// ../esbuild/src/build.ts
|
|
1945
|
-
|
|
1945
|
+
_chunkRQT3Z4GIjs.init_cjs_shims.call(void 0, );
|
|
1946
1946
|
var _esbuild = require('esbuild'); var esbuild = _interopRequireWildcard(_esbuild);
|
|
1947
1947
|
var _globby = require('globby');
|
|
1948
1948
|
|
|
1949
1949
|
// ../esbuild/src/assets.ts
|
|
1950
|
-
|
|
1950
|
+
_chunkRQT3Z4GIjs.init_cjs_shims.call(void 0, );
|
|
1951
1951
|
|
|
1952
1952
|
// ../build-tools/src/index.ts
|
|
1953
|
-
|
|
1953
|
+
_chunkRQT3Z4GIjs.init_cjs_shims.call(void 0, );
|
|
1954
1954
|
|
|
1955
1955
|
// ../build-tools/src/config.ts
|
|
1956
|
-
|
|
1956
|
+
_chunkRQT3Z4GIjs.init_cjs_shims.call(void 0, );
|
|
1957
1957
|
var DEFAULT_COMPILED_BANNER = `/*****************************************
|
|
1958
1958
|
*
|
|
1959
1959
|
* \u26A1 Built by Storm Software
|
|
@@ -1964,35 +1964,35 @@ var DEFAULT_ENVIRONMENT = "production";
|
|
|
1964
1964
|
var DEFAULT_ORGANIZATION = "storm-software";
|
|
1965
1965
|
|
|
1966
1966
|
// ../build-tools/src/plugins/index.ts
|
|
1967
|
-
|
|
1967
|
+
_chunkRQT3Z4GIjs.init_cjs_shims.call(void 0, );
|
|
1968
1968
|
|
|
1969
1969
|
// ../build-tools/src/plugins/analyze.ts
|
|
1970
|
-
|
|
1970
|
+
_chunkRQT3Z4GIjs.init_cjs_shims.call(void 0, );
|
|
1971
1971
|
|
|
1972
1972
|
// ../build-tools/src/plugins/swc.ts
|
|
1973
|
-
|
|
1973
|
+
_chunkRQT3Z4GIjs.init_cjs_shims.call(void 0, );
|
|
1974
1974
|
var _core = require('@swc/core');
|
|
1975
1975
|
|
|
1976
1976
|
// ../build-tools/src/plugins/ts-resolve.ts
|
|
1977
|
-
|
|
1977
|
+
_chunkRQT3Z4GIjs.init_cjs_shims.call(void 0, );
|
|
1978
1978
|
|
|
1979
1979
|
var _module = require('module');
|
|
1980
1980
|
|
|
1981
1981
|
var _resolve2 = require('resolve'); var _resolve3 = _interopRequireDefault(_resolve2);
|
|
1982
1982
|
|
|
1983
1983
|
// ../build-tools/src/plugins/type-definitions.ts
|
|
1984
|
-
|
|
1984
|
+
_chunkRQT3Z4GIjs.init_cjs_shims.call(void 0, );
|
|
1985
1985
|
|
|
1986
1986
|
|
|
1987
1987
|
|
|
1988
1988
|
// ../build-tools/src/types.ts
|
|
1989
|
-
|
|
1989
|
+
_chunkRQT3Z4GIjs.init_cjs_shims.call(void 0, );
|
|
1990
1990
|
|
|
1991
1991
|
// ../build-tools/src/utilities/index.ts
|
|
1992
|
-
|
|
1992
|
+
_chunkRQT3Z4GIjs.init_cjs_shims.call(void 0, );
|
|
1993
1993
|
|
|
1994
1994
|
// ../build-tools/src/utilities/copy-assets.ts
|
|
1995
|
-
|
|
1995
|
+
_chunkRQT3Z4GIjs.init_cjs_shims.call(void 0, );
|
|
1996
1996
|
var _copyassetshandler = require('@nx/js/src/utils/assets/copy-assets-handler');
|
|
1997
1997
|
var _glob = require('glob');
|
|
1998
1998
|
|
|
@@ -2024,7 +2024,7 @@ var copyAssets = async (config, assets, outputPath, projectRoot, sourceRoot, gen
|
|
|
2024
2024
|
}
|
|
2025
2025
|
writeTrace(
|
|
2026
2026
|
`\u{1F4DD} Copying the following assets to the output directory:
|
|
2027
|
-
${pendingAssets.map((pendingAsset) => typeof pendingAsset === "string" ? ` - ${pendingAsset} -> ${outputPath}` : ` - ${pendingAsset.input}/${pendingAsset.glob} -> ${
|
|
2027
|
+
${pendingAssets.map((pendingAsset) => typeof pendingAsset === "string" ? ` - ${pendingAsset} -> ${outputPath}` : ` - ${pendingAsset.input}/${pendingAsset.glob} -> ${_chunkAHMWONJPjs.joinPaths.call(void 0, outputPath, pendingAsset.output)}`).join("\n")}`,
|
|
2028
2028
|
config
|
|
2029
2029
|
);
|
|
2030
2030
|
const assetHandler = new (0, _copyassetshandler.CopyAssetsHandler)({
|
|
@@ -2037,17 +2037,17 @@ ${pendingAssets.map((pendingAsset) => typeof pendingAsset === "string" ? ` - ${p
|
|
|
2037
2037
|
writeTrace("Completed copying assets to the output directory", config);
|
|
2038
2038
|
if (includeSrc === true) {
|
|
2039
2039
|
writeDebug(
|
|
2040
|
-
`\u{1F4DD} Adding banner and writing source files: ${
|
|
2040
|
+
`\u{1F4DD} Adding banner and writing source files: ${_chunkAHMWONJPjs.joinPaths.call(void 0,
|
|
2041
2041
|
outputPath,
|
|
2042
2042
|
"src"
|
|
2043
2043
|
)}`,
|
|
2044
2044
|
config
|
|
2045
2045
|
);
|
|
2046
2046
|
const files = await _glob.glob.call(void 0, [
|
|
2047
|
-
|
|
2048
|
-
|
|
2049
|
-
|
|
2050
|
-
|
|
2047
|
+
_chunkAHMWONJPjs.joinPaths.call(void 0, config.workspaceRoot, outputPath, "src/**/*.ts"),
|
|
2048
|
+
_chunkAHMWONJPjs.joinPaths.call(void 0, config.workspaceRoot, outputPath, "src/**/*.tsx"),
|
|
2049
|
+
_chunkAHMWONJPjs.joinPaths.call(void 0, config.workspaceRoot, outputPath, "src/**/*.js"),
|
|
2050
|
+
_chunkAHMWONJPjs.joinPaths.call(void 0, config.workspaceRoot, outputPath, "src/**/*.jsx")
|
|
2051
2051
|
]);
|
|
2052
2052
|
await Promise.allSettled(
|
|
2053
2053
|
files.map(
|
|
@@ -2065,7 +2065,7 @@ ${footer && typeof footer === "string" ? footer.startsWith("//") ? footer : `//
|
|
|
2065
2065
|
};
|
|
2066
2066
|
|
|
2067
2067
|
// ../build-tools/src/utilities/generate-package-json.ts
|
|
2068
|
-
|
|
2068
|
+
_chunkRQT3Z4GIjs.init_cjs_shims.call(void 0, );
|
|
2069
2069
|
var _buildablelibsutils = require('@nx/js/src/utils/buildable-libs-utils');
|
|
2070
2070
|
|
|
2071
2071
|
|
|
@@ -2103,7 +2103,7 @@ var addPackageDependencies = async (workspaceRoot3, projectRoot, projectName, pa
|
|
|
2103
2103
|
)) {
|
|
2104
2104
|
const projectNode = project.node;
|
|
2105
2105
|
if (projectNode.data.root) {
|
|
2106
|
-
const projectPackageJsonPath =
|
|
2106
|
+
const projectPackageJsonPath = _chunkAHMWONJPjs.joinPaths.call(void 0,
|
|
2107
2107
|
workspaceRoot3,
|
|
2108
2108
|
projectNode.data.root,
|
|
2109
2109
|
"package.json"
|
|
@@ -2125,7 +2125,7 @@ var addPackageDependencies = async (workspaceRoot3, projectRoot, projectName, pa
|
|
|
2125
2125
|
`\u{1F4E6} Adding local packages to package.json: ${localPackages.map((p) => p.name).join(", ")}`
|
|
2126
2126
|
);
|
|
2127
2127
|
const projectJsonFile = await _promises.readFile.call(void 0,
|
|
2128
|
-
|
|
2128
|
+
_chunkAHMWONJPjs.joinPaths.call(void 0, projectRoot, "project.json"),
|
|
2129
2129
|
"utf8"
|
|
2130
2130
|
);
|
|
2131
2131
|
const projectJson = JSON.parse(projectJsonFile);
|
|
@@ -2138,7 +2138,7 @@ var addPackageDependencies = async (workspaceRoot3, projectRoot, projectName, pa
|
|
|
2138
2138
|
}
|
|
2139
2139
|
const implicitDependencies = _optionalChain([projectConfigurations, 'access', _97 => _97.projects, 'optionalAccess', _98 => _98[projectName2], 'access', _99 => _99.implicitDependencies, 'optionalAccess', _100 => _100.reduce, 'call', _101 => _101((ret, dep) => {
|
|
2140
2140
|
if (_optionalChain([projectConfigurations, 'access', _102 => _102.projects, 'optionalAccess', _103 => _103[dep]])) {
|
|
2141
|
-
const depPackageJsonPath =
|
|
2141
|
+
const depPackageJsonPath = _chunkAHMWONJPjs.joinPaths.call(void 0,
|
|
2142
2142
|
workspaceRoot3,
|
|
2143
2143
|
projectConfigurations.projects[dep].root,
|
|
2144
2144
|
"package.json"
|
|
@@ -2176,7 +2176,7 @@ var addPackageDependencies = async (workspaceRoot3, projectRoot, projectName, pa
|
|
|
2176
2176
|
var addWorkspacePackageJsonFields = async (workspaceConfig, projectRoot, sourceRoot, projectName, includeSrc = false, packageJson) => {
|
|
2177
2177
|
const workspaceRoot3 = workspaceConfig.workspaceRoot ? workspaceConfig.workspaceRoot : findWorkspaceRoot();
|
|
2178
2178
|
const workspacePackageJsonContent = await _promises.readFile.call(void 0,
|
|
2179
|
-
|
|
2179
|
+
_chunkAHMWONJPjs.joinPaths.call(void 0, workspaceRoot3, "package.json"),
|
|
2180
2180
|
"utf8"
|
|
2181
2181
|
);
|
|
2182
2182
|
const workspacePackageJson = JSON.parse(workspacePackageJsonContent);
|
|
@@ -2187,7 +2187,7 @@ var addWorkspacePackageJsonFields = async (workspaceConfig, projectRoot, sourceR
|
|
|
2187
2187
|
if (distSrc.startsWith("/")) {
|
|
2188
2188
|
distSrc = distSrc.substring(1);
|
|
2189
2189
|
}
|
|
2190
|
-
packageJson.source ??= `${
|
|
2190
|
+
packageJson.source ??= `${_chunkAHMWONJPjs.joinPaths.call(void 0, distSrc, "index.ts").replaceAll("\\", "/")}`;
|
|
2191
2191
|
}
|
|
2192
2192
|
packageJson.files ??= ["dist/**/*"];
|
|
2193
2193
|
if (includeSrc === true && !packageJson.files.includes("src")) {
|
|
@@ -2212,16 +2212,16 @@ var addWorkspacePackageJsonFields = async (workspaceConfig, projectRoot, sourceR
|
|
|
2212
2212
|
packageJson.contributors = [packageJson.author];
|
|
2213
2213
|
}
|
|
2214
2214
|
packageJson.repository ??= workspacePackageJson.repository;
|
|
2215
|
-
packageJson.repository.directory ??= projectRoot ? projectRoot :
|
|
2215
|
+
packageJson.repository.directory ??= projectRoot ? projectRoot : _chunkAHMWONJPjs.joinPaths.call(void 0, "packages", projectName);
|
|
2216
2216
|
return packageJson;
|
|
2217
2217
|
};
|
|
2218
2218
|
|
|
2219
2219
|
// ../build-tools/src/utilities/get-entry-points.ts
|
|
2220
|
-
|
|
2220
|
+
_chunkRQT3Z4GIjs.init_cjs_shims.call(void 0, );
|
|
2221
2221
|
|
|
2222
2222
|
|
|
2223
2223
|
// ../build-tools/src/utilities/get-env.ts
|
|
2224
|
-
|
|
2224
|
+
_chunkRQT3Z4GIjs.init_cjs_shims.call(void 0, );
|
|
2225
2225
|
var getEnv = (builder, options) => {
|
|
2226
2226
|
return {
|
|
2227
2227
|
STORM_BUILD: builder,
|
|
@@ -2236,21 +2236,21 @@ var getEnv = (builder, options) => {
|
|
|
2236
2236
|
};
|
|
2237
2237
|
|
|
2238
2238
|
// ../build-tools/src/utilities/get-file-banner.ts
|
|
2239
|
-
|
|
2239
|
+
_chunkRQT3Z4GIjs.init_cjs_shims.call(void 0, );
|
|
2240
2240
|
|
|
2241
2241
|
// ../build-tools/src/utilities/get-out-extension.ts
|
|
2242
|
-
|
|
2242
|
+
_chunkRQT3Z4GIjs.init_cjs_shims.call(void 0, );
|
|
2243
2243
|
|
|
2244
2244
|
// ../build-tools/src/utilities/get-project-deps.ts
|
|
2245
|
-
|
|
2245
|
+
_chunkRQT3Z4GIjs.init_cjs_shims.call(void 0, );
|
|
2246
2246
|
|
|
2247
2247
|
// ../build-tools/src/utilities/read-nx-config.ts
|
|
2248
|
-
|
|
2248
|
+
_chunkRQT3Z4GIjs.init_cjs_shims.call(void 0, );
|
|
2249
2249
|
|
|
2250
2250
|
|
|
2251
2251
|
|
|
2252
2252
|
// ../build-tools/src/utilities/task-graph.ts
|
|
2253
|
-
|
|
2253
|
+
_chunkRQT3Z4GIjs.init_cjs_shims.call(void 0, );
|
|
2254
2254
|
|
|
2255
2255
|
|
|
2256
2256
|
|
|
@@ -2279,14 +2279,14 @@ async function copyBuildAssets(context) {
|
|
|
2279
2279
|
}
|
|
2280
2280
|
|
|
2281
2281
|
// ../esbuild/src/clean.ts
|
|
2282
|
-
|
|
2282
|
+
_chunkRQT3Z4GIjs.init_cjs_shims.call(void 0, );
|
|
2283
2283
|
|
|
2284
2284
|
async function cleanDirectories(directory) {
|
|
2285
2285
|
await _promises.rm.call(void 0, directory, { recursive: true, force: true });
|
|
2286
2286
|
}
|
|
2287
2287
|
|
|
2288
2288
|
// ../esbuild/src/context.ts
|
|
2289
|
-
|
|
2289
|
+
_chunkRQT3Z4GIjs.init_cjs_shims.call(void 0, );
|
|
2290
2290
|
|
|
2291
2291
|
|
|
2292
2292
|
|
|
@@ -2297,7 +2297,7 @@ _chunk7XKBQKWNjs.init_cjs_shims.call(void 0, );
|
|
|
2297
2297
|
var _findworkspaceroot = require('nx/src/utils/find-workspace-root');
|
|
2298
2298
|
|
|
2299
2299
|
// ../esbuild/src/config.ts
|
|
2300
|
-
|
|
2300
|
+
_chunkRQT3Z4GIjs.init_cjs_shims.call(void 0, );
|
|
2301
2301
|
var DEFAULT_BUILD_OPTIONS = {
|
|
2302
2302
|
platform: "node",
|
|
2303
2303
|
target: "node22",
|
|
@@ -2355,7 +2355,7 @@ async function resolveContext(userOptions) {
|
|
|
2355
2355
|
const projectGraph = await _devkit.createProjectGraphAsync.call(void 0, {
|
|
2356
2356
|
exitOnError: true
|
|
2357
2357
|
});
|
|
2358
|
-
const projectJsonPath =
|
|
2358
|
+
const projectJsonPath = _chunkAHMWONJPjs.joinPaths.call(void 0,
|
|
2359
2359
|
workspaceRoot3.dir,
|
|
2360
2360
|
projectRoot,
|
|
2361
2361
|
"project.json"
|
|
@@ -2374,7 +2374,7 @@ async function resolveContext(userOptions) {
|
|
|
2374
2374
|
}
|
|
2375
2375
|
const options = _defu2.default.call(void 0, userOptions, DEFAULT_BUILD_OPTIONS);
|
|
2376
2376
|
options.name ??= projectName;
|
|
2377
|
-
const packageJsonPath =
|
|
2377
|
+
const packageJsonPath = _chunkAHMWONJPjs.joinPaths.call(void 0,
|
|
2378
2378
|
workspaceRoot3.dir,
|
|
2379
2379
|
options.projectRoot,
|
|
2380
2380
|
"package.json"
|
|
@@ -2386,7 +2386,7 @@ async function resolveContext(userOptions) {
|
|
|
2386
2386
|
const define = _defu2.default.call(void 0, _nullishCoalesce(options.define, () => ( {})), _nullishCoalesce(env, () => ( {})));
|
|
2387
2387
|
const resolvedOptions = {
|
|
2388
2388
|
...options,
|
|
2389
|
-
tsconfig: userOptions.tsconfig === null ? void 0 : userOptions.tsconfig ? userOptions.tsconfig :
|
|
2389
|
+
tsconfig: userOptions.tsconfig === null ? void 0 : userOptions.tsconfig ? userOptions.tsconfig : _chunkAHMWONJPjs.joinPaths.call(void 0, workspaceRoot3.dir, projectRoot, "tsconfig.json"),
|
|
2390
2390
|
metafile: userOptions.mode === "development",
|
|
2391
2391
|
clean: false,
|
|
2392
2392
|
env,
|
|
@@ -2411,8 +2411,8 @@ async function resolveContext(userOptions) {
|
|
|
2411
2411
|
projectConfigurations,
|
|
2412
2412
|
projectName,
|
|
2413
2413
|
projectGraph,
|
|
2414
|
-
sourceRoot: resolvedOptions.sourceRoot || projectJson.sourceRoot ||
|
|
2415
|
-
outputPath: resolvedOptions.outputPath ||
|
|
2414
|
+
sourceRoot: resolvedOptions.sourceRoot || projectJson.sourceRoot || _chunkAHMWONJPjs.joinPaths.call(void 0, resolvedOptions.projectRoot, "src"),
|
|
2415
|
+
outputPath: resolvedOptions.outputPath || _chunkAHMWONJPjs.joinPaths.call(void 0,
|
|
2416
2416
|
workspaceConfig.workspaceRoot,
|
|
2417
2417
|
"dist",
|
|
2418
2418
|
resolvedOptions.projectRoot
|
|
@@ -2432,15 +2432,15 @@ ${formatLogMessage(context.options)}`,
|
|
|
2432
2432
|
}
|
|
2433
2433
|
|
|
2434
2434
|
// ../esbuild/src/package-json.ts
|
|
2435
|
-
|
|
2435
|
+
_chunkRQT3Z4GIjs.init_cjs_shims.call(void 0, );
|
|
2436
2436
|
|
|
2437
2437
|
|
|
2438
2438
|
|
|
2439
2439
|
async function generatePackageJson(context) {
|
|
2440
|
-
if (context.options.generatePackageJson !== false && _fs.existsSync.call(void 0,
|
|
2440
|
+
if (context.options.generatePackageJson !== false && _fs.existsSync.call(void 0, _chunkAHMWONJPjs.joinPaths.call(void 0, context.options.projectRoot, "package.json"))) {
|
|
2441
2441
|
writeDebug(" \u270D\uFE0F Writing package.json file", context.workspaceConfig);
|
|
2442
2442
|
const stopwatch = getStopwatch("Write package.json file");
|
|
2443
|
-
const packageJsonPath =
|
|
2443
|
+
const packageJsonPath = _chunkAHMWONJPjs.joinPaths.call(void 0,
|
|
2444
2444
|
context.options.projectRoot,
|
|
2445
2445
|
"project.json"
|
|
2446
2446
|
);
|
|
@@ -2448,7 +2448,7 @@ async function generatePackageJson(context) {
|
|
|
2448
2448
|
throw new Error("Cannot find package.json configuration");
|
|
2449
2449
|
}
|
|
2450
2450
|
const packageJsonFile = await _promises2.default.readFile(
|
|
2451
|
-
|
|
2451
|
+
_chunkAHMWONJPjs.joinPaths.call(void 0,
|
|
2452
2452
|
context.workspaceConfig.workspaceRoot,
|
|
2453
2453
|
context.options.projectRoot,
|
|
2454
2454
|
"package.json"
|
|
@@ -2554,7 +2554,7 @@ async function generatePackageJson(context) {
|
|
|
2554
2554
|
}
|
|
2555
2555
|
}
|
|
2556
2556
|
await _devkit.writeJsonFile.call(void 0,
|
|
2557
|
-
|
|
2557
|
+
_chunkAHMWONJPjs.joinPaths.call(void 0, context.outputPath, "package.json"),
|
|
2558
2558
|
packageJson
|
|
2559
2559
|
);
|
|
2560
2560
|
stopwatch();
|
|
@@ -2563,7 +2563,7 @@ async function generatePackageJson(context) {
|
|
|
2563
2563
|
}
|
|
2564
2564
|
|
|
2565
2565
|
// ../esbuild/src/plugins/deps-check.ts
|
|
2566
|
-
|
|
2566
|
+
_chunkRQT3Z4GIjs.init_cjs_shims.call(void 0, );
|
|
2567
2567
|
|
|
2568
2568
|
|
|
2569
2569
|
var unusedIgnore = [
|
|
@@ -2595,7 +2595,7 @@ var depsCheckPlugin = (bundle) => ({
|
|
|
2595
2595
|
name: "storm:deps-check",
|
|
2596
2596
|
setup(build3) {
|
|
2597
2597
|
const pkgJsonPath = path3.default.join(process.cwd(), "package.json");
|
|
2598
|
-
const pkgContents =
|
|
2598
|
+
const pkgContents = _chunkRQT3Z4GIjs.__require.call(void 0, pkgJsonPath);
|
|
2599
2599
|
const regDependencies = Object.keys(_nullishCoalesce(pkgContents["dependencies"], () => ( {})));
|
|
2600
2600
|
const devDependencies = Object.keys(_nullishCoalesce(pkgContents["devDependencies"], () => ( {})));
|
|
2601
2601
|
const peerDependencies = Object.keys(_nullishCoalesce(pkgContents["peerDependencies"], () => ( {})));
|
|
@@ -2646,7 +2646,7 @@ ${JSON.stringify(filteredMissingDeps)}
|
|
|
2646
2646
|
});
|
|
2647
2647
|
|
|
2648
2648
|
// ../esbuild/src/tsup.ts
|
|
2649
|
-
|
|
2649
|
+
_chunkRQT3Z4GIjs.init_cjs_shims.call(void 0, );
|
|
2650
2650
|
var _tsup = require('tsup');
|
|
2651
2651
|
async function executeTsup(context) {
|
|
2652
2652
|
writeDebug(
|
|
@@ -2656,7 +2656,7 @@ async function executeTsup(context) {
|
|
|
2656
2656
|
const stopwatch = getStopwatch(`${context.options.name} build`);
|
|
2657
2657
|
await _tsup.build.call(void 0, {
|
|
2658
2658
|
...context.options,
|
|
2659
|
-
outDir: context.options.distDir ?
|
|
2659
|
+
outDir: context.options.distDir ? _chunkAHMWONJPjs.joinPaths.call(void 0, context.outputPath, context.options.distDir) : context.outputPath,
|
|
2660
2660
|
workspaceConfig: context.workspaceConfig
|
|
2661
2661
|
});
|
|
2662
2662
|
stopwatch();
|
|
@@ -2789,13 +2789,13 @@ var executor_default6 = withRunExecutor(
|
|
|
2789
2789
|
);
|
|
2790
2790
|
|
|
2791
2791
|
// ../workspace-tools/src/executors/npm-publish/executor.ts
|
|
2792
|
-
|
|
2792
|
+
_chunkRQT3Z4GIjs.init_cjs_shims.call(void 0, );
|
|
2793
2793
|
|
|
2794
2794
|
|
|
2795
2795
|
var _prettier = require('prettier');
|
|
2796
2796
|
|
|
2797
2797
|
// ../workspace-tools/src/utils/package-helpers.ts
|
|
2798
|
-
|
|
2798
|
+
_chunkRQT3Z4GIjs.init_cjs_shims.call(void 0, );
|
|
2799
2799
|
|
|
2800
2800
|
|
|
2801
2801
|
|
|
@@ -2807,7 +2807,7 @@ _chunk7XKBQKWNjs.init_cjs_shims.call(void 0, );
|
|
|
2807
2807
|
|
|
2808
2808
|
|
|
2809
2809
|
// ../workspace-tools/src/utils/project-tags.ts
|
|
2810
|
-
|
|
2810
|
+
_chunkRQT3Z4GIjs.init_cjs_shims.call(void 0, );
|
|
2811
2811
|
var ProjectTagConstants = {
|
|
2812
2812
|
Language: {
|
|
2813
2813
|
TAG_ID: "language",
|
|
@@ -2868,7 +2868,7 @@ var addProjectTag = (project, variant, value, options = {
|
|
|
2868
2868
|
};
|
|
2869
2869
|
|
|
2870
2870
|
// ../workspace-tools/src/utils/pnpm-deps-update.ts
|
|
2871
|
-
|
|
2871
|
+
_chunkRQT3Z4GIjs.init_cjs_shims.call(void 0, );
|
|
2872
2872
|
|
|
2873
2873
|
|
|
2874
2874
|
|
|
@@ -2882,7 +2882,7 @@ var _readyamlfile = require('read-yaml-file'); var _readyamlfile2 = _interopRequ
|
|
|
2882
2882
|
var LARGE_BUFFER2 = 1024 * 1e6;
|
|
2883
2883
|
|
|
2884
2884
|
// ../workspace-tools/src/executors/size-limit/executor.ts
|
|
2885
|
-
|
|
2885
|
+
_chunkRQT3Z4GIjs.init_cjs_shims.call(void 0, );
|
|
2886
2886
|
|
|
2887
2887
|
var _esbuild2 = require('@size-limit/esbuild'); var _esbuild3 = _interopRequireDefault(_esbuild2);
|
|
2888
2888
|
var _esbuildwhy = require('@size-limit/esbuild-why'); var _esbuildwhy2 = _interopRequireDefault(_esbuildwhy);
|
|
@@ -2924,7 +2924,7 @@ var executor_default7 = withRunExecutor(
|
|
|
2924
2924
|
);
|
|
2925
2925
|
|
|
2926
2926
|
// ../workspace-tools/src/executors/typia/executor.ts
|
|
2927
|
-
|
|
2927
|
+
_chunkRQT3Z4GIjs.init_cjs_shims.call(void 0, );
|
|
2928
2928
|
var _fsextra = require('fs-extra');
|
|
2929
2929
|
var _TypiaProgrammerjs = require('typia/lib/programmers/TypiaProgrammer.js');
|
|
2930
2930
|
async function typiaExecutorFn(options, _, config) {
|
|
@@ -2964,7 +2964,7 @@ var executor_default8 = withRunExecutor(
|
|
|
2964
2964
|
);
|
|
2965
2965
|
|
|
2966
2966
|
// ../workspace-tools/src/executors/unbuild/executor.ts
|
|
2967
|
-
|
|
2967
|
+
_chunkRQT3Z4GIjs.init_cjs_shims.call(void 0, );
|
|
2968
2968
|
|
|
2969
2969
|
var _jiti = require('jiti');
|
|
2970
2970
|
async function unbuildExecutorFn(options, context, config) {
|
|
@@ -2985,7 +2985,7 @@ async function unbuildExecutorFn(options, context, config) {
|
|
|
2985
2985
|
);
|
|
2986
2986
|
}
|
|
2987
2987
|
const jiti = _jiti.createJiti.call(void 0, config.workspaceRoot, {
|
|
2988
|
-
fsCache: config.skipCache ? false :
|
|
2988
|
+
fsCache: config.skipCache ? false : _chunkAHMWONJPjs.joinPaths.call(void 0,
|
|
2989
2989
|
config.workspaceRoot,
|
|
2990
2990
|
config.directories.cache || "node_modules/.cache/storm",
|
|
2991
2991
|
"jiti"
|
|
@@ -3007,7 +3007,7 @@ async function unbuildExecutorFn(options, context, config) {
|
|
|
3007
3007
|
{
|
|
3008
3008
|
stubOptions: {
|
|
3009
3009
|
jiti: {
|
|
3010
|
-
fsCache: config.skipCache ? false :
|
|
3010
|
+
fsCache: config.skipCache ? false : _chunkAHMWONJPjs.joinPaths.call(void 0,
|
|
3011
3011
|
config.workspaceRoot,
|
|
3012
3012
|
config.directories.cache || "node_modules/.cache/storm",
|
|
3013
3013
|
"jiti"
|
|
@@ -3056,10 +3056,10 @@ var executor_default9 = withRunExecutor(
|
|
|
3056
3056
|
);
|
|
3057
3057
|
|
|
3058
3058
|
// ../workspace-tools/generators.ts
|
|
3059
|
-
|
|
3059
|
+
_chunkRQT3Z4GIjs.init_cjs_shims.call(void 0, );
|
|
3060
3060
|
|
|
3061
3061
|
// ../workspace-tools/src/generators/browser-library/generator.ts
|
|
3062
|
-
|
|
3062
|
+
_chunkRQT3Z4GIjs.init_cjs_shims.call(void 0, );
|
|
3063
3063
|
|
|
3064
3064
|
|
|
3065
3065
|
|
|
@@ -3068,7 +3068,7 @@ _chunk7XKBQKWNjs.init_cjs_shims.call(void 0, );
|
|
|
3068
3068
|
|
|
3069
3069
|
|
|
3070
3070
|
// ../workspace-tools/src/base/base-generator.ts
|
|
3071
|
-
|
|
3071
|
+
_chunkRQT3Z4GIjs.init_cjs_shims.call(void 0, );
|
|
3072
3072
|
var withRunGenerator = (name, generatorFn, generatorOptions = {
|
|
3073
3073
|
skipReadingConfig: false
|
|
3074
3074
|
}) => async (tree, _options) => {
|
|
@@ -3152,7 +3152,7 @@ ${Object.keys(_nullishCoalesce(options, () => ( {}))).map((key) => ` - ${key}=${
|
|
|
3152
3152
|
};
|
|
3153
3153
|
|
|
3154
3154
|
// ../workspace-tools/src/base/typescript-library-generator.ts
|
|
3155
|
-
|
|
3155
|
+
_chunkRQT3Z4GIjs.init_cjs_shims.call(void 0, );
|
|
3156
3156
|
|
|
3157
3157
|
|
|
3158
3158
|
|
|
@@ -3174,7 +3174,7 @@ var _init = require('@nx/js/src/generators/init/init'); var _init2 = _interopReq
|
|
|
3174
3174
|
var _generator = require('@nx/js/src/generators/setup-verdaccio/generator'); var _generator2 = _interopRequireDefault(_generator);
|
|
3175
3175
|
|
|
3176
3176
|
// ../workspace-tools/src/utils/versions.ts
|
|
3177
|
-
|
|
3177
|
+
_chunkRQT3Z4GIjs.init_cjs_shims.call(void 0, );
|
|
3178
3178
|
var typesNodeVersion = "20.9.0";
|
|
3179
3179
|
var nxVersion = "^18.0.4";
|
|
3180
3180
|
var nodeVersion = "20.11.0";
|
|
@@ -3207,16 +3207,16 @@ async function typeScriptLibraryGeneratorFn(tree, options, config) {
|
|
|
3207
3207
|
const projectConfig = {
|
|
3208
3208
|
root: normalized.directory,
|
|
3209
3209
|
projectType: "library",
|
|
3210
|
-
sourceRoot:
|
|
3210
|
+
sourceRoot: _chunkAHMWONJPjs.joinPaths.call(void 0, _nullishCoalesce(normalized.directory, () => ( "")), "src"),
|
|
3211
3211
|
targets: {
|
|
3212
3212
|
build: {
|
|
3213
3213
|
executor: options.buildExecutor,
|
|
3214
3214
|
outputs: ["{options.outputPath}"],
|
|
3215
3215
|
options: {
|
|
3216
|
-
entry: [
|
|
3216
|
+
entry: [_chunkAHMWONJPjs.joinPaths.call(void 0, normalized.projectRoot, "src", "index.ts")],
|
|
3217
3217
|
outputPath: getOutputPath(normalized),
|
|
3218
|
-
tsconfig:
|
|
3219
|
-
project:
|
|
3218
|
+
tsconfig: _chunkAHMWONJPjs.joinPaths.call(void 0, normalized.projectRoot, "tsconfig.json"),
|
|
3219
|
+
project: _chunkAHMWONJPjs.joinPaths.call(void 0, normalized.projectRoot, "package.json"),
|
|
3220
3220
|
defaultConfiguration: "production",
|
|
3221
3221
|
platform: "neutral",
|
|
3222
3222
|
assets: [
|
|
@@ -3273,7 +3273,7 @@ async function typeScriptLibraryGeneratorFn(tree, options, config) {
|
|
|
3273
3273
|
if (!normalized.importPath) {
|
|
3274
3274
|
normalized.importPath = normalized.name;
|
|
3275
3275
|
}
|
|
3276
|
-
const packageJsonPath =
|
|
3276
|
+
const packageJsonPath = _chunkAHMWONJPjs.joinPaths.call(void 0, normalized.projectRoot, "package.json");
|
|
3277
3277
|
if (tree.exists(packageJsonPath)) {
|
|
3278
3278
|
_devkit.updateJson.call(void 0, tree, packageJsonPath, (json) => {
|
|
3279
3279
|
if (!normalized.importPath) {
|
|
@@ -3330,14 +3330,14 @@ async function typeScriptLibraryGeneratorFn(tree, options, config) {
|
|
|
3330
3330
|
}));
|
|
3331
3331
|
}
|
|
3332
3332
|
_js.addTsConfigPath.call(void 0, tree, normalized.importPath, [
|
|
3333
|
-
|
|
3333
|
+
_chunkAHMWONJPjs.joinPaths.call(void 0,
|
|
3334
3334
|
normalized.projectRoot,
|
|
3335
3335
|
"./src",
|
|
3336
3336
|
`index.${normalized.js ? "js" : "ts"}`
|
|
3337
3337
|
)
|
|
3338
3338
|
]);
|
|
3339
|
-
_js.addTsConfigPath.call(void 0, tree,
|
|
3340
|
-
|
|
3339
|
+
_js.addTsConfigPath.call(void 0, tree, _chunkAHMWONJPjs.joinPaths.call(void 0, normalized.importPath, "/*"), [
|
|
3340
|
+
_chunkAHMWONJPjs.joinPaths.call(void 0, normalized.projectRoot, "./src", "/*")
|
|
3341
3341
|
]);
|
|
3342
3342
|
if (tree.exists("package.json")) {
|
|
3343
3343
|
const packageJson = _devkit.readJson.call(void 0, tree, "package.json");
|
|
@@ -3348,7 +3348,7 @@ async function typeScriptLibraryGeneratorFn(tree, options, config) {
|
|
|
3348
3348
|
description = packageJson.description;
|
|
3349
3349
|
}
|
|
3350
3350
|
}
|
|
3351
|
-
const tsconfigPath =
|
|
3351
|
+
const tsconfigPath = _chunkAHMWONJPjs.joinPaths.call(void 0, normalized.projectRoot, "tsconfig.json");
|
|
3352
3352
|
if (tree.exists(tsconfigPath)) {
|
|
3353
3353
|
_devkit.updateJson.call(void 0, tree, tsconfigPath, (json) => {
|
|
3354
3354
|
json.composite ??= true;
|
|
@@ -3376,7 +3376,7 @@ function getOutputPath(options) {
|
|
|
3376
3376
|
} else {
|
|
3377
3377
|
parts.push(options.projectRoot);
|
|
3378
3378
|
}
|
|
3379
|
-
return
|
|
3379
|
+
return _chunkAHMWONJPjs.joinPaths.call(void 0, ...parts);
|
|
3380
3380
|
}
|
|
3381
3381
|
function createProjectTsConfigJson(tree, options) {
|
|
3382
3382
|
const tsconfig = {
|
|
@@ -3384,7 +3384,7 @@ function createProjectTsConfigJson(tree, options) {
|
|
|
3384
3384
|
..._nullishCoalesce(_optionalChain([options, 'optionalAccess', _184 => _184.tsconfigOptions]), () => ( {})),
|
|
3385
3385
|
compilerOptions: {
|
|
3386
3386
|
...options.rootProject ? _js.tsConfigBaseOptions : {},
|
|
3387
|
-
outDir:
|
|
3387
|
+
outDir: _chunkAHMWONJPjs.joinPaths.call(void 0, _devkit.offsetFromRoot.call(void 0, options.projectRoot), "dist/out-tsc"),
|
|
3388
3388
|
noEmit: true,
|
|
3389
3389
|
..._nullishCoalesce(_optionalChain([options, 'optionalAccess', _185 => _185.tsconfigOptions, 'optionalAccess', _186 => _186.compilerOptions]), () => ( {}))
|
|
3390
3390
|
},
|
|
@@ -3402,7 +3402,7 @@ function createProjectTsConfigJson(tree, options) {
|
|
|
3402
3402
|
"src/**/*.test.ts"
|
|
3403
3403
|
]
|
|
3404
3404
|
};
|
|
3405
|
-
_devkit.writeJson.call(void 0, tree,
|
|
3405
|
+
_devkit.writeJson.call(void 0, tree, _chunkAHMWONJPjs.joinPaths.call(void 0, options.projectRoot, "tsconfig.json"), tsconfig);
|
|
3406
3406
|
}
|
|
3407
3407
|
async function normalizeOptions(tree, options, config) {
|
|
3408
3408
|
let importPath = options.importPath;
|
|
@@ -3467,7 +3467,7 @@ async function normalizeOptions(tree, options, config) {
|
|
|
3467
3467
|
|
|
3468
3468
|
// ../workspace-tools/src/generators/browser-library/generator.ts
|
|
3469
3469
|
async function browserLibraryGeneratorFn(tree, schema, config) {
|
|
3470
|
-
const filesDir =
|
|
3470
|
+
const filesDir = _chunkAHMWONJPjs.joinPaths.call(void 0,
|
|
3471
3471
|
__dirname,
|
|
3472
3472
|
"src",
|
|
3473
3473
|
"generators",
|
|
@@ -3547,7 +3547,7 @@ var generator_default = withRunGenerator(
|
|
|
3547
3547
|
);
|
|
3548
3548
|
|
|
3549
3549
|
// ../workspace-tools/src/generators/config-schema/generator.ts
|
|
3550
|
-
|
|
3550
|
+
_chunkRQT3Z4GIjs.init_cjs_shims.call(void 0, );
|
|
3551
3551
|
|
|
3552
3552
|
|
|
3553
3553
|
async function configSchemaGeneratorFn(tree, options, config) {
|
|
@@ -3603,7 +3603,7 @@ var generator_default2 = withRunGenerator(
|
|
|
3603
3603
|
);
|
|
3604
3604
|
|
|
3605
3605
|
// ../workspace-tools/src/generators/init/init.ts
|
|
3606
|
-
|
|
3606
|
+
_chunkRQT3Z4GIjs.init_cjs_shims.call(void 0, );
|
|
3607
3607
|
|
|
3608
3608
|
|
|
3609
3609
|
|
|
@@ -3631,7 +3631,7 @@ async function initGenerator(tree, schema) {
|
|
|
3631
3631
|
}
|
|
3632
3632
|
|
|
3633
3633
|
// ../workspace-tools/src/generators/neutral-library/generator.ts
|
|
3634
|
-
|
|
3634
|
+
_chunkRQT3Z4GIjs.init_cjs_shims.call(void 0, );
|
|
3635
3635
|
|
|
3636
3636
|
|
|
3637
3637
|
|
|
@@ -3639,7 +3639,7 @@ _chunk7XKBQKWNjs.init_cjs_shims.call(void 0, );
|
|
|
3639
3639
|
|
|
3640
3640
|
|
|
3641
3641
|
async function neutralLibraryGeneratorFn(tree, schema, config) {
|
|
3642
|
-
const filesDir =
|
|
3642
|
+
const filesDir = _chunkAHMWONJPjs.joinPaths.call(void 0,
|
|
3643
3643
|
__dirname,
|
|
3644
3644
|
"src",
|
|
3645
3645
|
"generators",
|
|
@@ -3691,7 +3691,7 @@ var generator_default3 = withRunGenerator(
|
|
|
3691
3691
|
);
|
|
3692
3692
|
|
|
3693
3693
|
// ../workspace-tools/src/generators/node-library/generator.ts
|
|
3694
|
-
|
|
3694
|
+
_chunkRQT3Z4GIjs.init_cjs_shims.call(void 0, );
|
|
3695
3695
|
|
|
3696
3696
|
|
|
3697
3697
|
|
|
@@ -3699,7 +3699,7 @@ _chunk7XKBQKWNjs.init_cjs_shims.call(void 0, );
|
|
|
3699
3699
|
|
|
3700
3700
|
|
|
3701
3701
|
async function nodeLibraryGeneratorFn(tree, schema, config) {
|
|
3702
|
-
const filesDir =
|
|
3702
|
+
const filesDir = _chunkAHMWONJPjs.joinPaths.call(void 0,
|
|
3703
3703
|
__dirname,
|
|
3704
3704
|
"src",
|
|
3705
3705
|
"generators",
|
|
@@ -3753,7 +3753,7 @@ var generator_default4 = withRunGenerator(
|
|
|
3753
3753
|
);
|
|
3754
3754
|
|
|
3755
3755
|
// ../workspace-tools/src/generators/preset/generator.ts
|
|
3756
|
-
|
|
3756
|
+
_chunkRQT3Z4GIjs.init_cjs_shims.call(void 0, );
|
|
3757
3757
|
|
|
3758
3758
|
|
|
3759
3759
|
|
|
@@ -3992,7 +3992,7 @@ var generator_default5 = withRunGenerator(
|
|
|
3992
3992
|
);
|
|
3993
3993
|
|
|
3994
3994
|
// ../workspace-tools/src/generators/release-version/generator.ts
|
|
3995
|
-
|
|
3995
|
+
_chunkRQT3Z4GIjs.init_cjs_shims.call(void 0, );
|
|
3996
3996
|
|
|
3997
3997
|
|
|
3998
3998
|
|
|
@@ -4005,13 +4005,13 @@ var _resolvelocalpackagedependencies = require('@nx/js/src/generators/release-ve
|
|
|
4005
4005
|
var _updatelockfile = require('@nx/js/src/release/utils/update-lock-file');
|
|
4006
4006
|
|
|
4007
4007
|
// ../git-tools/src/index.ts
|
|
4008
|
-
|
|
4008
|
+
_chunkRQT3Z4GIjs.init_cjs_shims.call(void 0, );
|
|
4009
4009
|
|
|
4010
4010
|
// ../git-tools/src/commit/config.ts
|
|
4011
|
-
|
|
4011
|
+
_chunkRQT3Z4GIjs.init_cjs_shims.call(void 0, );
|
|
4012
4012
|
|
|
4013
4013
|
// ../git-tools/src/types.ts
|
|
4014
|
-
|
|
4014
|
+
_chunkRQT3Z4GIjs.init_cjs_shims.call(void 0, );
|
|
4015
4015
|
var COMMIT_TYPES = {
|
|
4016
4016
|
/* --- Bumps version when selected --- */
|
|
4017
4017
|
"chore": {
|
|
@@ -4209,7 +4209,7 @@ var DEFAULT_COMMIT_QUESTIONS = {
|
|
|
4209
4209
|
};
|
|
4210
4210
|
|
|
4211
4211
|
// ../git-tools/src/release/config.ts
|
|
4212
|
-
|
|
4212
|
+
_chunkRQT3Z4GIjs.init_cjs_shims.call(void 0, );
|
|
4213
4213
|
|
|
4214
4214
|
// ../workspace-tools/src/generators/release-version/generator.ts
|
|
4215
4215
|
|
|
@@ -4232,10 +4232,10 @@ var _utils = require('nx/src/tasks-runner/utils');
|
|
|
4232
4232
|
var _semver3 = require('semver');
|
|
4233
4233
|
|
|
4234
4234
|
// ../workspace-tools/src/base/index.ts
|
|
4235
|
-
|
|
4235
|
+
_chunkRQT3Z4GIjs.init_cjs_shims.call(void 0, );
|
|
4236
4236
|
|
|
4237
4237
|
// ../workspace-tools/src/base/base-executor.untyped.ts
|
|
4238
|
-
|
|
4238
|
+
_chunkRQT3Z4GIjs.init_cjs_shims.call(void 0, );
|
|
4239
4239
|
var _untyped = require('untyped');
|
|
4240
4240
|
var base_executor_untyped_default = _untyped.defineUntypedSchema.call(void 0, {
|
|
4241
4241
|
$schema: {
|
|
@@ -4255,7 +4255,7 @@ var base_executor_untyped_default = _untyped.defineUntypedSchema.call(void 0, {
|
|
|
4255
4255
|
});
|
|
4256
4256
|
|
|
4257
4257
|
// ../workspace-tools/src/base/base-generator.untyped.ts
|
|
4258
|
-
|
|
4258
|
+
_chunkRQT3Z4GIjs.init_cjs_shims.call(void 0, );
|
|
4259
4259
|
|
|
4260
4260
|
var base_generator_untyped_default = _untyped.defineUntypedSchema.call(void 0, {
|
|
4261
4261
|
$schema: {
|
|
@@ -4273,7 +4273,7 @@ var base_generator_untyped_default = _untyped.defineUntypedSchema.call(void 0, {
|
|
|
4273
4273
|
});
|
|
4274
4274
|
|
|
4275
4275
|
// ../workspace-tools/src/base/cargo-base-executor.untyped.ts
|
|
4276
|
-
|
|
4276
|
+
_chunkRQT3Z4GIjs.init_cjs_shims.call(void 0, );
|
|
4277
4277
|
|
|
4278
4278
|
var cargo_base_executor_untyped_default = _untyped.defineUntypedSchema.call(void 0, {
|
|
4279
4279
|
...base_executor_untyped_default,
|
|
@@ -4346,7 +4346,7 @@ var cargo_base_executor_untyped_default = _untyped.defineUntypedSchema.call(void
|
|
|
4346
4346
|
});
|
|
4347
4347
|
|
|
4348
4348
|
// ../workspace-tools/src/base/typescript-build-executor.untyped.ts
|
|
4349
|
-
|
|
4349
|
+
_chunkRQT3Z4GIjs.init_cjs_shims.call(void 0, );
|
|
4350
4350
|
|
|
4351
4351
|
var typescript_build_executor_untyped_default = _untyped.defineUntypedSchema.call(void 0, {
|
|
4352
4352
|
...base_executor_untyped_default,
|
|
@@ -4498,7 +4498,7 @@ var typescript_build_executor_untyped_default = _untyped.defineUntypedSchema.cal
|
|
|
4498
4498
|
});
|
|
4499
4499
|
|
|
4500
4500
|
// ../workspace-tools/src/base/typescript-library-generator.untyped.ts
|
|
4501
|
-
|
|
4501
|
+
_chunkRQT3Z4GIjs.init_cjs_shims.call(void 0, );
|
|
4502
4502
|
|
|
4503
4503
|
var typescript_library_generator_untyped_default = _untyped.defineUntypedSchema.call(void 0, {
|
|
4504
4504
|
...base_generator_untyped_default,
|
|
@@ -4604,24 +4604,24 @@ var typescript_library_generator_untyped_default = _untyped.defineUntypedSchema.
|
|
|
4604
4604
|
});
|
|
4605
4605
|
|
|
4606
4606
|
// ../workspace-tools/src/types.ts
|
|
4607
|
-
|
|
4607
|
+
_chunkRQT3Z4GIjs.init_cjs_shims.call(void 0, );
|
|
4608
4608
|
|
|
4609
4609
|
// ../workspace-tools/src/utils/index.ts
|
|
4610
|
-
|
|
4610
|
+
_chunkRQT3Z4GIjs.init_cjs_shims.call(void 0, );
|
|
4611
4611
|
|
|
4612
4612
|
// ../workspace-tools/src/utils/apply-workspace-tokens.ts
|
|
4613
|
-
|
|
4613
|
+
_chunkRQT3Z4GIjs.init_cjs_shims.call(void 0, );
|
|
4614
4614
|
|
|
4615
4615
|
// ../workspace-tools/src/utils/create-cli-options.ts
|
|
4616
|
-
|
|
4616
|
+
_chunkRQT3Z4GIjs.init_cjs_shims.call(void 0, );
|
|
4617
4617
|
|
|
4618
4618
|
|
|
4619
4619
|
// ../workspace-tools/src/utils/get-project-configurations.ts
|
|
4620
|
-
|
|
4620
|
+
_chunkRQT3Z4GIjs.init_cjs_shims.call(void 0, );
|
|
4621
4621
|
var _retrieveworkspacefiles = require('nx/src/project-graph/utils/retrieve-workspace-files');
|
|
4622
4622
|
|
|
4623
4623
|
// ../workspace-tools/src/utils/lock-file.ts
|
|
4624
|
-
|
|
4624
|
+
_chunkRQT3Z4GIjs.init_cjs_shims.call(void 0, );
|
|
4625
4625
|
|
|
4626
4626
|
|
|
4627
4627
|
|
|
@@ -4649,14 +4649,14 @@ var NPM_LOCK_PATH = _path.join.call(void 0, _devkit.workspaceRoot, NPM_LOCK_FILE
|
|
|
4649
4649
|
var PNPM_LOCK_PATH = _path.join.call(void 0, _devkit.workspaceRoot, PNPM_LOCK_FILE);
|
|
4650
4650
|
|
|
4651
4651
|
// ../workspace-tools/src/utils/plugin-helpers.ts
|
|
4652
|
-
|
|
4652
|
+
_chunkRQT3Z4GIjs.init_cjs_shims.call(void 0, );
|
|
4653
4653
|
|
|
4654
4654
|
|
|
4655
4655
|
|
|
4656
4656
|
|
|
4657
4657
|
|
|
4658
4658
|
// ../workspace-tools/src/utils/typia-transform.ts
|
|
4659
|
-
|
|
4659
|
+
_chunkRQT3Z4GIjs.init_cjs_shims.call(void 0, );
|
|
4660
4660
|
var _transform = require('typia/lib/transform'); var _transform2 = _interopRequireDefault(_transform);
|
|
4661
4661
|
|
|
4662
4662
|
// src/generators/init/generator.ts
|