@storm-software/esbuild 0.45.39 → 0.45.41
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/bin/esbuild.cjs +10 -10
- package/dist/assets.cjs +6 -6
- package/dist/assets.js +5 -5
- package/dist/build.cjs +13 -13
- package/dist/build.js +12 -12
- package/dist/{chunk-SWCTV2DK.cjs → chunk-AV5VL6UU.cjs} +5 -5
- package/dist/{chunk-MRIDIQ2W.cjs → chunk-DDXSMCAA.cjs} +7 -7
- package/dist/{chunk-NCT2EP5O.js → chunk-E6CKMNGC.js} +2 -2
- package/dist/{chunk-BQ33KBRQ.cjs → chunk-FPFKMRM6.cjs} +87 -87
- package/dist/{chunk-JORVCKLB.js → chunk-G5KD2O7B.js} +15 -15
- package/dist/{chunk-V7ZGKCVF.js → chunk-GJF63C63.js} +3 -3
- package/dist/{chunk-A4LWMXTM.cjs → chunk-HLWSFXL3.cjs} +18 -18
- package/dist/{chunk-BIPRSTGN.js → chunk-J2AX7MJ4.js} +5 -5
- package/dist/{chunk-PWU5KHZ3.js → chunk-J3KLRQQ7.js} +4 -4
- package/dist/{chunk-GA7R4R4C.js → chunk-JCF2DBYT.js} +2 -2
- package/dist/{chunk-GL7N7ANS.js → chunk-LPLBICCB.js} +2 -2
- package/dist/{chunk-E4TFSQTB.js → chunk-MGFCZLVU.js} +3 -3
- package/dist/{chunk-A7I6K5HC.js → chunk-OY5J4Y6B.js} +1 -1
- package/dist/{chunk-ZJLSRWHA.js → chunk-QLV7CIMC.js} +2 -2
- package/dist/{chunk-REAX6FSO.cjs → chunk-QTAPBA6I.cjs} +2 -2
- package/dist/{chunk-LTXK327P.cjs → chunk-SD2XHXFF.cjs} +6 -6
- package/dist/{chunk-AZ3OSORH.js → chunk-UA2U62ZU.js} +8 -8
- package/dist/{chunk-JWTWXWTB.cjs → chunk-UEVFPRFX.cjs} +30 -26
- package/dist/chunk-UFAYYIKW.cjs +6 -0
- package/dist/{chunk-4ICWACJM.cjs → chunk-ULCERLBZ.cjs} +2 -2
- package/dist/{chunk-IUSRMZEQ.cjs → chunk-WNYDGEOU.cjs} +24 -24
- package/dist/{chunk-45F6WZFO.js → chunk-XD6PXEYI.js} +1 -1
- package/dist/{chunk-LUCA5GLQ.cjs → chunk-XXI7CNAU.cjs} +5 -5
- package/dist/{chunk-GLIXM3DE.js → chunk-ZBPXG3UG.js} +10 -6
- package/dist/{chunk-LG6G5Y7K.cjs → chunk-ZQE3MQST.cjs} +64 -64
- package/dist/{chunk-7BBQDOAK.cjs → chunk-ZVT7P5YK.cjs} +13 -13
- package/dist/clean.cjs +5 -5
- package/dist/clean.js +4 -4
- package/dist/config.cjs +6 -6
- package/dist/config.js +5 -5
- package/dist/context.cjs +7 -7
- package/dist/context.js +6 -6
- package/dist/index.cjs +15 -15
- package/dist/index.js +13 -13
- package/dist/package-json.cjs +6 -6
- package/dist/package-json.js +5 -5
- package/dist/plugins/deps-check.cjs +5 -5
- package/dist/plugins/deps-check.js +4 -4
- package/dist/plugins/resolve-paths.cjs +11 -11
- package/dist/plugins/resolve-paths.js +2 -2
- package/dist/tsup.cjs +5 -5
- package/dist/tsup.js +4 -4
- package/dist/types.cjs +2 -2
- package/dist/types.js +2 -2
- package/dist/watch.cjs +7 -7
- package/dist/watch.js +3 -3
- package/package.json +13 -9
- package/dist/chunk-JCXAR46G.cjs +0 -6
|
@@ -14,17 +14,17 @@
|
|
|
14
14
|
|
|
15
15
|
|
|
16
16
|
|
|
17
|
-
var
|
|
17
|
+
var _chunkUEVFPRFXcjs = require('./chunk-UEVFPRFX.cjs');
|
|
18
18
|
|
|
19
19
|
|
|
20
20
|
|
|
21
|
-
var
|
|
21
|
+
var _chunkQTAPBA6Icjs = require('./chunk-QTAPBA6I.cjs');
|
|
22
22
|
|
|
23
23
|
|
|
24
|
-
var
|
|
24
|
+
var _chunkULCERLBZcjs = require('./chunk-ULCERLBZ.cjs');
|
|
25
25
|
|
|
26
26
|
// ../build-tools/src/config.ts
|
|
27
|
-
|
|
27
|
+
_chunkULCERLBZcjs.init_cjs_shims.call(void 0, );
|
|
28
28
|
var DEFAULT_COMPILED_BANNER = `/*****************************************
|
|
29
29
|
*
|
|
30
30
|
* \u26A1 Built by Storm Software
|
|
@@ -35,7 +35,7 @@ var DEFAULT_ENVIRONMENT = "production";
|
|
|
35
35
|
var DEFAULT_ORGANIZATION = "storm-software";
|
|
36
36
|
|
|
37
37
|
// ../build-tools/src/utilities/copy-assets.ts
|
|
38
|
-
|
|
38
|
+
_chunkULCERLBZcjs.init_cjs_shims.call(void 0, );
|
|
39
39
|
var _copyassetshandler = require('@nx/js/src/utils/assets/copy-assets-handler');
|
|
40
40
|
var _glob = require('glob');
|
|
41
41
|
var _promises = require('fs/promises');
|
|
@@ -65,9 +65,9 @@ var copyAssets = async (config, assets, outputPath, projectRoot, sourceRoot, gen
|
|
|
65
65
|
output: "src/"
|
|
66
66
|
});
|
|
67
67
|
}
|
|
68
|
-
|
|
68
|
+
_chunkUEVFPRFXcjs.writeTrace.call(void 0,
|
|
69
69
|
`\u{1F4DD} Copying the following assets to the output directory:
|
|
70
|
-
${pendingAssets.map((pendingAsset) => typeof pendingAsset === "string" ? ` - ${pendingAsset} -> ${outputPath}` : ` - ${pendingAsset.input}/${pendingAsset.glob} -> ${
|
|
70
|
+
${pendingAssets.map((pendingAsset) => typeof pendingAsset === "string" ? ` - ${pendingAsset} -> ${outputPath}` : ` - ${pendingAsset.input}/${pendingAsset.glob} -> ${_chunkQTAPBA6Icjs.joinPaths.call(void 0, outputPath, pendingAsset.output)}`).join("\n")}`,
|
|
71
71
|
config
|
|
72
72
|
);
|
|
73
73
|
const assetHandler = new (0, _copyassetshandler.CopyAssetsHandler)({
|
|
@@ -77,20 +77,20 @@ ${pendingAssets.map((pendingAsset) => typeof pendingAsset === "string" ? ` - ${p
|
|
|
77
77
|
assets: pendingAssets
|
|
78
78
|
});
|
|
79
79
|
await assetHandler.processAllAssetsOnce();
|
|
80
|
-
|
|
80
|
+
_chunkUEVFPRFXcjs.writeTrace.call(void 0, "Completed copying assets to the output directory", config);
|
|
81
81
|
if (includeSrc === true) {
|
|
82
|
-
|
|
83
|
-
`\u{1F4DD} Adding banner and writing source files: ${
|
|
82
|
+
_chunkUEVFPRFXcjs.writeDebug.call(void 0,
|
|
83
|
+
`\u{1F4DD} Adding banner and writing source files: ${_chunkQTAPBA6Icjs.joinPaths.call(void 0,
|
|
84
84
|
outputPath,
|
|
85
85
|
"src"
|
|
86
86
|
)}`,
|
|
87
87
|
config
|
|
88
88
|
);
|
|
89
89
|
const files = await _glob.glob.call(void 0, [
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
90
|
+
_chunkQTAPBA6Icjs.joinPaths.call(void 0, config.workspaceRoot, outputPath, "src/**/*.ts"),
|
|
91
|
+
_chunkQTAPBA6Icjs.joinPaths.call(void 0, config.workspaceRoot, outputPath, "src/**/*.tsx"),
|
|
92
|
+
_chunkQTAPBA6Icjs.joinPaths.call(void 0, config.workspaceRoot, outputPath, "src/**/*.js"),
|
|
93
|
+
_chunkQTAPBA6Icjs.joinPaths.call(void 0, config.workspaceRoot, outputPath, "src/**/*.jsx")
|
|
94
94
|
]);
|
|
95
95
|
await Promise.allSettled(
|
|
96
96
|
files.map(
|
|
@@ -108,7 +108,7 @@ ${footer && typeof footer === "string" ? footer.startsWith("//") ? footer : `//
|
|
|
108
108
|
};
|
|
109
109
|
|
|
110
110
|
// ../build-tools/src/utilities/generate-package-json.ts
|
|
111
|
-
|
|
111
|
+
_chunkULCERLBZcjs.init_cjs_shims.call(void 0, );
|
|
112
112
|
var _buildablelibsutils = require('@nx/js/src/utils/buildable-libs-utils');
|
|
113
113
|
|
|
114
114
|
var _fs = require('fs'); var _fs2 = _interopRequireDefault(_fs);
|
|
@@ -146,7 +146,7 @@ var addPackageDependencies = async (workspaceRoot, projectRoot, projectName, pac
|
|
|
146
146
|
)) {
|
|
147
147
|
const projectNode = project.node;
|
|
148
148
|
if (projectNode.data.root) {
|
|
149
|
-
const projectPackageJsonPath =
|
|
149
|
+
const projectPackageJsonPath = _chunkQTAPBA6Icjs.joinPaths.call(void 0,
|
|
150
150
|
workspaceRoot,
|
|
151
151
|
projectNode.data.root,
|
|
152
152
|
"package.json"
|
|
@@ -164,11 +164,11 @@ var addPackageDependencies = async (workspaceRoot, projectRoot, projectName, pac
|
|
|
164
164
|
}
|
|
165
165
|
}
|
|
166
166
|
if (localPackages.length > 0) {
|
|
167
|
-
|
|
167
|
+
_chunkUEVFPRFXcjs.writeTrace.call(void 0,
|
|
168
168
|
`\u{1F4E6} Adding local packages to package.json: ${localPackages.map((p) => p.name).join(", ")}`
|
|
169
169
|
);
|
|
170
170
|
const projectJsonFile = await _promises.readFile.call(void 0,
|
|
171
|
-
|
|
171
|
+
_chunkQTAPBA6Icjs.joinPaths.call(void 0, projectRoot, "project.json"),
|
|
172
172
|
"utf8"
|
|
173
173
|
);
|
|
174
174
|
const projectJson = JSON.parse(projectJsonFile);
|
|
@@ -181,7 +181,7 @@ var addPackageDependencies = async (workspaceRoot, projectRoot, projectName, pac
|
|
|
181
181
|
}
|
|
182
182
|
const implicitDependencies = _optionalChain([projectConfigurations, 'access', _9 => _9.projects, 'optionalAccess', _10 => _10[projectName2], 'access', _11 => _11.implicitDependencies, 'optionalAccess', _12 => _12.reduce, 'call', _13 => _13((ret, dep) => {
|
|
183
183
|
if (_optionalChain([projectConfigurations, 'access', _14 => _14.projects, 'optionalAccess', _15 => _15[dep]])) {
|
|
184
|
-
const depPackageJsonPath =
|
|
184
|
+
const depPackageJsonPath = _chunkQTAPBA6Icjs.joinPaths.call(void 0,
|
|
185
185
|
workspaceRoot,
|
|
186
186
|
projectConfigurations.projects[dep].root,
|
|
187
187
|
"package.json"
|
|
@@ -212,14 +212,14 @@ var addPackageDependencies = async (workspaceRoot, projectRoot, projectName, pac
|
|
|
212
212
|
return ret;
|
|
213
213
|
}, _nullishCoalesce(packageJson.devDependencies, () => ( {})));
|
|
214
214
|
} else {
|
|
215
|
-
|
|
215
|
+
_chunkUEVFPRFXcjs.writeTrace.call(void 0, "\u{1F4E6} No local packages dependencies to add to package.json");
|
|
216
216
|
}
|
|
217
217
|
return packageJson;
|
|
218
218
|
};
|
|
219
219
|
var addWorkspacePackageJsonFields = async (workspaceConfig, projectRoot, sourceRoot, projectName, includeSrc = false, packageJson) => {
|
|
220
|
-
const workspaceRoot = workspaceConfig.workspaceRoot ? workspaceConfig.workspaceRoot :
|
|
220
|
+
const workspaceRoot = workspaceConfig.workspaceRoot ? workspaceConfig.workspaceRoot : _chunkUEVFPRFXcjs.findWorkspaceRoot.call(void 0, );
|
|
221
221
|
const workspacePackageJsonContent = await _promises.readFile.call(void 0,
|
|
222
|
-
|
|
222
|
+
_chunkQTAPBA6Icjs.joinPaths.call(void 0, workspaceRoot, "package.json"),
|
|
223
223
|
"utf8"
|
|
224
224
|
);
|
|
225
225
|
const workspacePackageJson = JSON.parse(workspacePackageJsonContent);
|
|
@@ -230,7 +230,7 @@ var addWorkspacePackageJsonFields = async (workspaceConfig, projectRoot, sourceR
|
|
|
230
230
|
if (distSrc.startsWith("/")) {
|
|
231
231
|
distSrc = distSrc.substring(1);
|
|
232
232
|
}
|
|
233
|
-
packageJson.source ??= `${
|
|
233
|
+
packageJson.source ??= `${_chunkQTAPBA6Icjs.joinPaths.call(void 0, distSrc, "index.ts").replaceAll("\\", "/")}`;
|
|
234
234
|
}
|
|
235
235
|
packageJson.files ??= ["dist/**/*"];
|
|
236
236
|
if (includeSrc === true && !packageJson.files.includes("src")) {
|
|
@@ -255,23 +255,23 @@ var addWorkspacePackageJsonFields = async (workspaceConfig, projectRoot, sourceR
|
|
|
255
255
|
packageJson.contributors = [packageJson.author];
|
|
256
256
|
}
|
|
257
257
|
packageJson.repository ??= workspacePackageJson.repository;
|
|
258
|
-
packageJson.repository.directory ??= projectRoot ? projectRoot :
|
|
258
|
+
packageJson.repository.directory ??= projectRoot ? projectRoot : _chunkQTAPBA6Icjs.joinPaths.call(void 0, "packages", projectName);
|
|
259
259
|
return packageJson;
|
|
260
260
|
};
|
|
261
261
|
|
|
262
262
|
// ../config-tools/src/get-config.ts
|
|
263
|
-
|
|
263
|
+
_chunkULCERLBZcjs.init_cjs_shims.call(void 0, );
|
|
264
264
|
|
|
265
265
|
// ../config-tools/src/create-storm-config.ts
|
|
266
|
-
|
|
266
|
+
_chunkULCERLBZcjs.init_cjs_shims.call(void 0, );
|
|
267
267
|
var _defu = require('defu'); var _defu2 = _interopRequireDefault(_defu);
|
|
268
268
|
|
|
269
269
|
// ../config-tools/src/config-file/get-config-file.ts
|
|
270
|
-
|
|
270
|
+
_chunkULCERLBZcjs.init_cjs_shims.call(void 0, );
|
|
271
271
|
var _c12 = require('c12');
|
|
272
272
|
|
|
273
273
|
var getConfigFileByName = async (fileName, filePath, options = {}) => {
|
|
274
|
-
const workspacePath = filePath ||
|
|
274
|
+
const workspacePath = filePath || _chunkUEVFPRFXcjs.findWorkspaceRoot.call(void 0, filePath);
|
|
275
275
|
const configs = await Promise.all([
|
|
276
276
|
_c12.loadConfig.call(void 0, {
|
|
277
277
|
cwd: workspacePath,
|
|
@@ -280,7 +280,7 @@ var getConfigFileByName = async (fileName, filePath, options = {}) => {
|
|
|
280
280
|
envName: _optionalChain([fileName, 'optionalAccess', _24 => _24.toUpperCase, 'call', _25 => _25()]),
|
|
281
281
|
jitiOptions: {
|
|
282
282
|
debug: false,
|
|
283
|
-
fsCache: process.env.STORM_SKIP_CACHE === "true" ? false :
|
|
283
|
+
fsCache: process.env.STORM_SKIP_CACHE === "true" ? false : _chunkQTAPBA6Icjs.joinPaths.call(void 0,
|
|
284
284
|
process.env.STORM_CACHE_DIR || "node_modules/.cache/storm",
|
|
285
285
|
"jiti"
|
|
286
286
|
)
|
|
@@ -294,7 +294,7 @@ var getConfigFileByName = async (fileName, filePath, options = {}) => {
|
|
|
294
294
|
envName: _optionalChain([fileName, 'optionalAccess', _26 => _26.toUpperCase, 'call', _27 => _27()]),
|
|
295
295
|
jitiOptions: {
|
|
296
296
|
debug: false,
|
|
297
|
-
fsCache: process.env.STORM_SKIP_CACHE === "true" ? false :
|
|
297
|
+
fsCache: process.env.STORM_SKIP_CACHE === "true" ? false : _chunkQTAPBA6Icjs.joinPaths.call(void 0,
|
|
298
298
|
process.env.STORM_CACHE_DIR || "node_modules/.cache/storm",
|
|
299
299
|
"jiti"
|
|
300
300
|
)
|
|
@@ -306,12 +306,12 @@ var getConfigFileByName = async (fileName, filePath, options = {}) => {
|
|
|
306
306
|
return _defu2.default.call(void 0, _nullishCoalesce(configs[0], () => ( {})), _nullishCoalesce(configs[1], () => ( {})));
|
|
307
307
|
};
|
|
308
308
|
var getConfigFile = async (filePath, additionalFileNames = []) => {
|
|
309
|
-
const workspacePath = filePath ? filePath :
|
|
309
|
+
const workspacePath = filePath ? filePath : _chunkUEVFPRFXcjs.findWorkspaceRoot.call(void 0, filePath);
|
|
310
310
|
const result = await getConfigFileByName("storm-workspace", workspacePath);
|
|
311
311
|
let config = result.config;
|
|
312
312
|
const configFile = result.configFile;
|
|
313
313
|
if (config && configFile && Object.keys(config).length > 0 && !config.skipConfigLogging) {
|
|
314
|
-
|
|
314
|
+
_chunkUEVFPRFXcjs.writeTrace.call(void 0,
|
|
315
315
|
`Found Storm configuration file "${configFile.includes(`${workspacePath}/`) ? configFile.replace(`${workspacePath}/`, "") : configFile}" at "${workspacePath}"`,
|
|
316
316
|
{
|
|
317
317
|
logLevel: "all"
|
|
@@ -327,7 +327,7 @@ var getConfigFile = async (filePath, additionalFileNames = []) => {
|
|
|
327
327
|
for (const result2 of results) {
|
|
328
328
|
if (_optionalChain([result2, 'optionalAccess', _28 => _28.config]) && _optionalChain([result2, 'optionalAccess', _29 => _29.configFile]) && Object.keys(result2.config).length > 0) {
|
|
329
329
|
if (!config.skipConfigLogging && !result2.config.skipConfigLogging) {
|
|
330
|
-
|
|
330
|
+
_chunkUEVFPRFXcjs.writeTrace.call(void 0,
|
|
331
331
|
`Found alternative configuration file "${result2.configFile.includes(`${workspacePath}/`) ? result2.configFile.replace(`${workspacePath}/`, "") : result2.configFile}" at "${workspacePath}"`,
|
|
332
332
|
{
|
|
333
333
|
logLevel: "all"
|
|
@@ -346,7 +346,7 @@ var getConfigFile = async (filePath, additionalFileNames = []) => {
|
|
|
346
346
|
};
|
|
347
347
|
|
|
348
348
|
// ../config-tools/src/env/get-env.ts
|
|
349
|
-
|
|
349
|
+
_chunkULCERLBZcjs.init_cjs_shims.call(void 0, );
|
|
350
350
|
var getExtensionEnv = (extensionName) => {
|
|
351
351
|
const prefix = `STORM_EXTENSION_${extensionName.toUpperCase()}_`;
|
|
352
352
|
return Object.keys(process.env).filter((key) => key.startsWith(prefix)).reduce((ret, key) => {
|
|
@@ -404,15 +404,15 @@ var getConfigEnv = () => {
|
|
|
404
404
|
support: process.env[`${prefix}SUPPORT`] || void 0,
|
|
405
405
|
timezone: process.env[`${prefix}TIMEZONE`] || process.env.TZ || void 0,
|
|
406
406
|
locale: process.env[`${prefix}LOCALE`] || process.env.LOCALE || void 0,
|
|
407
|
-
configFile: process.env[`${prefix}CONFIG_FILE`] ?
|
|
408
|
-
workspaceRoot: process.env[`${prefix}WORKSPACE_ROOT`] ?
|
|
407
|
+
configFile: process.env[`${prefix}CONFIG_FILE`] ? _chunkQTAPBA6Icjs.correctPaths.call(void 0, process.env[`${prefix}CONFIG_FILE`]) : void 0,
|
|
408
|
+
workspaceRoot: process.env[`${prefix}WORKSPACE_ROOT`] ? _chunkQTAPBA6Icjs.correctPaths.call(void 0, process.env[`${prefix}WORKSPACE_ROOT`]) : void 0,
|
|
409
409
|
directories: {
|
|
410
|
-
cache: process.env[`${prefix}CACHE_DIR`] ?
|
|
411
|
-
data: process.env[`${prefix}DATA_DIR`] ?
|
|
412
|
-
config: process.env[`${prefix}CONFIG_DIR`] ?
|
|
413
|
-
temp: process.env[`${prefix}TEMP_DIR`] ?
|
|
414
|
-
log: process.env[`${prefix}LOG_DIR`] ?
|
|
415
|
-
build: process.env[`${prefix}BUILD_DIR`] ?
|
|
410
|
+
cache: process.env[`${prefix}CACHE_DIR`] ? _chunkQTAPBA6Icjs.correctPaths.call(void 0, process.env[`${prefix}CACHE_DIR`]) : process.env[`${prefix}CACHE_DIRECTORY`] ? _chunkQTAPBA6Icjs.correctPaths.call(void 0, process.env[`${prefix}CACHE_DIRECTORY`]) : void 0,
|
|
411
|
+
data: process.env[`${prefix}DATA_DIR`] ? _chunkQTAPBA6Icjs.correctPaths.call(void 0, process.env[`${prefix}DATA_DIR`]) : process.env[`${prefix}DATA_DIRECTORY`] ? _chunkQTAPBA6Icjs.correctPaths.call(void 0, process.env[`${prefix}DATA_DIRECTORY`]) : void 0,
|
|
412
|
+
config: process.env[`${prefix}CONFIG_DIR`] ? _chunkQTAPBA6Icjs.correctPaths.call(void 0, process.env[`${prefix}CONFIG_DIR`]) : process.env[`${prefix}CONFIG_DIRECTORY`] ? _chunkQTAPBA6Icjs.correctPaths.call(void 0, process.env[`${prefix}CONFIG_DIRECTORY`]) : void 0,
|
|
413
|
+
temp: process.env[`${prefix}TEMP_DIR`] ? _chunkQTAPBA6Icjs.correctPaths.call(void 0, process.env[`${prefix}TEMP_DIR`]) : process.env[`${prefix}TEMP_DIRECTORY`] ? _chunkQTAPBA6Icjs.correctPaths.call(void 0, process.env[`${prefix}TEMP_DIRECTORY`]) : void 0,
|
|
414
|
+
log: process.env[`${prefix}LOG_DIR`] ? _chunkQTAPBA6Icjs.correctPaths.call(void 0, process.env[`${prefix}LOG_DIR`]) : process.env[`${prefix}LOG_DIRECTORY`] ? _chunkQTAPBA6Icjs.correctPaths.call(void 0, process.env[`${prefix}LOG_DIRECTORY`]) : void 0,
|
|
415
|
+
build: process.env[`${prefix}BUILD_DIR`] ? _chunkQTAPBA6Icjs.correctPaths.call(void 0, process.env[`${prefix}BUILD_DIR`]) : process.env[`${prefix}BUILD_DIRECTORY`] ? _chunkQTAPBA6Icjs.correctPaths.call(void 0, process.env[`${prefix}BUILD_DIRECTORY`]) : void 0
|
|
416
416
|
},
|
|
417
417
|
skipCache: process.env[`${prefix}SKIP_CACHE`] !== void 0 ? Boolean(process.env[`${prefix}SKIP_CACHE`]) : void 0,
|
|
418
418
|
mode: (_nullishCoalesce(_nullishCoalesce(process.env[`${prefix}MODE`], () => ( process.env.NODE_ENV)), () => ( process.env.ENVIRONMENT))) || void 0,
|
|
@@ -436,13 +436,13 @@ var getConfigEnv = () => {
|
|
|
436
436
|
},
|
|
437
437
|
logLevel: process.env[`${prefix}LOG_LEVEL`] !== null && process.env[`${prefix}LOG_LEVEL`] !== void 0 ? process.env[`${prefix}LOG_LEVEL`] && Number.isSafeInteger(
|
|
438
438
|
Number.parseInt(process.env[`${prefix}LOG_LEVEL`])
|
|
439
|
-
) ?
|
|
439
|
+
) ? _chunkUEVFPRFXcjs.getLogLevelLabel.call(void 0,
|
|
440
440
|
Number.parseInt(process.env[`${prefix}LOG_LEVEL`])
|
|
441
441
|
) : process.env[`${prefix}LOG_LEVEL`] : void 0,
|
|
442
442
|
skipConfigLogging: process.env[`${prefix}SKIP_CONFIG_LOGGING`] !== void 0 ? Boolean(process.env[`${prefix}SKIP_CONFIG_LOGGING`]) : void 0
|
|
443
443
|
};
|
|
444
444
|
const themeNames = Object.keys(process.env).filter(
|
|
445
|
-
(envKey) => envKey.startsWith(`${prefix}COLOR_`) &&
|
|
445
|
+
(envKey) => envKey.startsWith(`${prefix}COLOR_`) && _chunkUEVFPRFXcjs.COLOR_KEYS.every(
|
|
446
446
|
(colorKey) => !envKey.startsWith(`${prefix}COLOR_LIGHT_${colorKey}`) && !envKey.startsWith(`${prefix}COLOR_DARK_${colorKey}`)
|
|
447
447
|
)
|
|
448
448
|
);
|
|
@@ -453,16 +453,16 @@ var getConfigEnv = () => {
|
|
|
453
453
|
},
|
|
454
454
|
{}
|
|
455
455
|
) : getThemeColorConfigEnv(prefix);
|
|
456
|
-
if (config.docs ===
|
|
457
|
-
if (config.homepage ===
|
|
458
|
-
config.docs = `${
|
|
456
|
+
if (config.docs === _chunkUEVFPRFXcjs.STORM_DEFAULT_DOCS) {
|
|
457
|
+
if (config.homepage === _chunkUEVFPRFXcjs.STORM_DEFAULT_HOMEPAGE) {
|
|
458
|
+
config.docs = `${_chunkUEVFPRFXcjs.STORM_DEFAULT_HOMEPAGE}/projects/${config.name}/docs`;
|
|
459
459
|
} else {
|
|
460
460
|
config.docs = `${config.homepage}/docs`;
|
|
461
461
|
}
|
|
462
462
|
}
|
|
463
|
-
if (config.licensing ===
|
|
464
|
-
if (config.homepage ===
|
|
465
|
-
config.licensing = `${
|
|
463
|
+
if (config.licensing === _chunkUEVFPRFXcjs.STORM_DEFAULT_LICENSING) {
|
|
464
|
+
if (config.homepage === _chunkUEVFPRFXcjs.STORM_DEFAULT_HOMEPAGE) {
|
|
465
|
+
config.licensing = `${_chunkUEVFPRFXcjs.STORM_DEFAULT_HOMEPAGE}/projects/${config.name}/licensing`;
|
|
466
466
|
} else {
|
|
467
467
|
config.licensing = `${config.homepage}/docs`;
|
|
468
468
|
}
|
|
@@ -529,7 +529,7 @@ var getBaseThemeColorConfigEnv = (prefix) => {
|
|
|
529
529
|
};
|
|
530
530
|
|
|
531
531
|
// ../config-tools/src/env/set-env.ts
|
|
532
|
-
|
|
532
|
+
_chunkULCERLBZcjs.init_cjs_shims.call(void 0, );
|
|
533
533
|
var setExtensionEnv = (extensionName, extension) => {
|
|
534
534
|
for (const key of Object.keys(_nullishCoalesce(extension, () => ( {})))) {
|
|
535
535
|
if (extension[key]) {
|
|
@@ -664,40 +664,40 @@ var setConfigEnv = (config) => {
|
|
|
664
664
|
process.env.LANG = config.locale ? `${config.locale.replaceAll("-", "_")}.UTF-8` : "en_US.UTF-8";
|
|
665
665
|
}
|
|
666
666
|
if (config.configFile) {
|
|
667
|
-
process.env[`${prefix}CONFIG_FILE`] =
|
|
667
|
+
process.env[`${prefix}CONFIG_FILE`] = _chunkQTAPBA6Icjs.correctPaths.call(void 0, config.configFile);
|
|
668
668
|
}
|
|
669
669
|
if (config.workspaceRoot) {
|
|
670
|
-
process.env[`${prefix}WORKSPACE_ROOT`] =
|
|
671
|
-
process.env.NX_WORKSPACE_ROOT =
|
|
672
|
-
process.env.NX_WORKSPACE_ROOT_PATH =
|
|
670
|
+
process.env[`${prefix}WORKSPACE_ROOT`] = _chunkQTAPBA6Icjs.correctPaths.call(void 0, config.workspaceRoot);
|
|
671
|
+
process.env.NX_WORKSPACE_ROOT = _chunkQTAPBA6Icjs.correctPaths.call(void 0, config.workspaceRoot);
|
|
672
|
+
process.env.NX_WORKSPACE_ROOT_PATH = _chunkQTAPBA6Icjs.correctPaths.call(void 0, config.workspaceRoot);
|
|
673
673
|
}
|
|
674
674
|
if (config.directories) {
|
|
675
675
|
if (!config.skipCache && config.directories.cache) {
|
|
676
|
-
process.env[`${prefix}CACHE_DIR`] =
|
|
676
|
+
process.env[`${prefix}CACHE_DIR`] = _chunkQTAPBA6Icjs.correctPaths.call(void 0,
|
|
677
677
|
config.directories.cache
|
|
678
678
|
);
|
|
679
679
|
process.env[`${prefix}CACHE_DIRECTORY`] = process.env[`${prefix}CACHE_DIR`];
|
|
680
680
|
}
|
|
681
681
|
if (config.directories.data) {
|
|
682
|
-
process.env[`${prefix}DATA_DIR`] =
|
|
682
|
+
process.env[`${prefix}DATA_DIR`] = _chunkQTAPBA6Icjs.correctPaths.call(void 0, config.directories.data);
|
|
683
683
|
process.env[`${prefix}DATA_DIRECTORY`] = process.env[`${prefix}DATA_DIR`];
|
|
684
684
|
}
|
|
685
685
|
if (config.directories.config) {
|
|
686
|
-
process.env[`${prefix}CONFIG_DIR`] =
|
|
686
|
+
process.env[`${prefix}CONFIG_DIR`] = _chunkQTAPBA6Icjs.correctPaths.call(void 0,
|
|
687
687
|
config.directories.config
|
|
688
688
|
);
|
|
689
689
|
process.env[`${prefix}CONFIG_DIRECTORY`] = process.env[`${prefix}CONFIG_DIR`];
|
|
690
690
|
}
|
|
691
691
|
if (config.directories.temp) {
|
|
692
|
-
process.env[`${prefix}TEMP_DIR`] =
|
|
692
|
+
process.env[`${prefix}TEMP_DIR`] = _chunkQTAPBA6Icjs.correctPaths.call(void 0, config.directories.temp);
|
|
693
693
|
process.env[`${prefix}TEMP_DIRECTORY`] = process.env[`${prefix}TEMP_DIR`];
|
|
694
694
|
}
|
|
695
695
|
if (config.directories.log) {
|
|
696
|
-
process.env[`${prefix}LOG_DIR`] =
|
|
696
|
+
process.env[`${prefix}LOG_DIR`] = _chunkQTAPBA6Icjs.correctPaths.call(void 0, config.directories.log);
|
|
697
697
|
process.env[`${prefix}LOG_DIRECTORY`] = process.env[`${prefix}LOG_DIR`];
|
|
698
698
|
}
|
|
699
699
|
if (config.directories.build) {
|
|
700
|
-
process.env[`${prefix}BUILD_DIR`] =
|
|
700
|
+
process.env[`${prefix}BUILD_DIR`] = _chunkQTAPBA6Icjs.correctPaths.call(void 0,
|
|
701
701
|
config.directories.build
|
|
702
702
|
);
|
|
703
703
|
process.env[`${prefix}BUILD_DIRECTORY`] = process.env[`${prefix}BUILD_DIR`];
|
|
@@ -759,9 +759,9 @@ var setConfigEnv = (config) => {
|
|
|
759
759
|
process.env[`${prefix}LOG_LEVEL`] = String(config.logLevel);
|
|
760
760
|
process.env.LOG_LEVEL = String(config.logLevel);
|
|
761
761
|
process.env.NX_VERBOSE_LOGGING = String(
|
|
762
|
-
|
|
762
|
+
_chunkUEVFPRFXcjs.getLogLevel.call(void 0, config.logLevel) >= _chunkUEVFPRFXcjs.LogLevel.DEBUG ? true : false
|
|
763
763
|
);
|
|
764
|
-
process.env.RUST_BACKTRACE =
|
|
764
|
+
process.env.RUST_BACKTRACE = _chunkUEVFPRFXcjs.getLogLevel.call(void 0, config.logLevel) >= _chunkUEVFPRFXcjs.LogLevel.DEBUG ? "full" : "none";
|
|
765
765
|
}
|
|
766
766
|
if (config.skipConfigLogging !== void 0) {
|
|
767
767
|
process.env[`${prefix}SKIP_CONFIG_LOGGING`] = String(
|
|
@@ -881,13 +881,13 @@ var createStormWorkspaceConfig = async (extensionName, schema, workspaceRoot, sk
|
|
|
881
881
|
if (!_optionalChain([_static_cache, 'optionalAccess', _52 => _52.data]) || !_optionalChain([_static_cache, 'optionalAccess', _53 => _53.timestamp]) || _static_cache.timestamp < Date.now() - 8e3) {
|
|
882
882
|
let _workspaceRoot = workspaceRoot;
|
|
883
883
|
if (!_workspaceRoot) {
|
|
884
|
-
_workspaceRoot =
|
|
884
|
+
_workspaceRoot = _chunkUEVFPRFXcjs.findWorkspaceRoot.call(void 0, );
|
|
885
885
|
}
|
|
886
886
|
const configEnv = getConfigEnv();
|
|
887
887
|
const configFile = await getConfigFile(_workspaceRoot);
|
|
888
888
|
if (!configFile) {
|
|
889
889
|
if (!skipLogs) {
|
|
890
|
-
|
|
890
|
+
_chunkUEVFPRFXcjs.writeWarning.call(void 0,
|
|
891
891
|
"No Storm Workspace configuration file found in the current repository. Please ensure this is the expected behavior - you can add a `storm-workspace.json` file to the root of your workspace if it is not.\n",
|
|
892
892
|
{ logLevel: "all" }
|
|
893
893
|
);
|
|
@@ -896,22 +896,22 @@ var createStormWorkspaceConfig = async (extensionName, schema, workspaceRoot, sk
|
|
|
896
896
|
return void 0;
|
|
897
897
|
}
|
|
898
898
|
}
|
|
899
|
-
const defaultConfig = await
|
|
899
|
+
const defaultConfig = await _chunkUEVFPRFXcjs.getPackageJsonConfig.call(void 0, _workspaceRoot);
|
|
900
900
|
const configInput = _defu2.default.call(void 0,
|
|
901
901
|
configEnv,
|
|
902
902
|
configFile,
|
|
903
903
|
defaultConfig
|
|
904
904
|
);
|
|
905
905
|
try {
|
|
906
|
-
result =
|
|
907
|
-
await
|
|
906
|
+
result = _chunkUEVFPRFXcjs.applyDefaultConfig.call(void 0,
|
|
907
|
+
await _chunkUEVFPRFXcjs.stormWorkspaceConfigSchema.parseAsync(configInput)
|
|
908
908
|
);
|
|
909
909
|
result.workspaceRoot ??= _workspaceRoot;
|
|
910
910
|
} catch (error) {
|
|
911
911
|
throw new Error(
|
|
912
912
|
`Failed to parse Storm Workspace configuration${_optionalChain([error, 'optionalAccess', _54 => _54.message]) ? `: ${error.message}` : ""}
|
|
913
913
|
|
|
914
|
-
Please ensure your configuration file is valid JSON and matches the expected schema. The current workspace configuration input is: ${
|
|
914
|
+
Please ensure your configuration file is valid JSON and matches the expected schema. The current workspace configuration input is: ${_chunkUEVFPRFXcjs.formatLogMessage.call(void 0,
|
|
915
915
|
configInput
|
|
916
916
|
)}`,
|
|
917
917
|
{
|
|
@@ -956,9 +956,9 @@ var loadStormWorkspaceConfig = async (workspaceRoot, skipLogs = false) => {
|
|
|
956
956
|
);
|
|
957
957
|
setConfigEnv(config);
|
|
958
958
|
if (!skipLogs && !config.skipConfigLogging) {
|
|
959
|
-
|
|
959
|
+
_chunkUEVFPRFXcjs.writeTrace.call(void 0,
|
|
960
960
|
`\u2699\uFE0F Using Storm Workspace configuration:
|
|
961
|
-
${
|
|
961
|
+
${_chunkUEVFPRFXcjs.formatLogMessage.call(void 0, config)}`,
|
|
962
962
|
config
|
|
963
963
|
);
|
|
964
964
|
}
|
|
@@ -972,13 +972,13 @@ var getConfig = (workspaceRoot, skipLogs = false) => {
|
|
|
972
972
|
var getWorkspaceConfig = (skipLogs = true, options = {}) => {
|
|
973
973
|
let workspaceRoot = options.workspaceRoot;
|
|
974
974
|
if (!workspaceRoot) {
|
|
975
|
-
workspaceRoot =
|
|
975
|
+
workspaceRoot = _chunkUEVFPRFXcjs.findWorkspaceRoot.call(void 0, options.cwd);
|
|
976
976
|
}
|
|
977
977
|
return getConfig(workspaceRoot, skipLogs);
|
|
978
978
|
};
|
|
979
979
|
|
|
980
980
|
// ../build-tools/src/utilities/get-env.ts
|
|
981
|
-
|
|
981
|
+
_chunkULCERLBZcjs.init_cjs_shims.call(void 0, );
|
|
982
982
|
var getEnv = (builder, options) => {
|
|
983
983
|
return {
|
|
984
984
|
STORM_BUILD: builder,
|
|
@@ -993,56 +993,56 @@ var getEnv = (builder, options) => {
|
|
|
993
993
|
};
|
|
994
994
|
|
|
995
995
|
// ../build-tools/src/index.ts
|
|
996
|
-
|
|
996
|
+
_chunkULCERLBZcjs.init_cjs_shims.call(void 0, );
|
|
997
997
|
|
|
998
998
|
// ../build-tools/src/plugins/index.ts
|
|
999
|
-
|
|
999
|
+
_chunkULCERLBZcjs.init_cjs_shims.call(void 0, );
|
|
1000
1000
|
|
|
1001
1001
|
// ../build-tools/src/plugins/analyze.ts
|
|
1002
|
-
|
|
1002
|
+
_chunkULCERLBZcjs.init_cjs_shims.call(void 0, );
|
|
1003
1003
|
|
|
1004
1004
|
// ../build-tools/src/plugins/swc.ts
|
|
1005
|
-
|
|
1005
|
+
_chunkULCERLBZcjs.init_cjs_shims.call(void 0, );
|
|
1006
1006
|
var _core = require('@swc/core');
|
|
1007
1007
|
|
|
1008
1008
|
// ../build-tools/src/plugins/ts-resolve.ts
|
|
1009
|
-
|
|
1009
|
+
_chunkULCERLBZcjs.init_cjs_shims.call(void 0, );
|
|
1010
1010
|
|
|
1011
1011
|
var _module = require('module');
|
|
1012
1012
|
var _path = require('path'); var _path2 = _interopRequireDefault(_path);
|
|
1013
1013
|
var _resolve2 = require('resolve'); var _resolve3 = _interopRequireDefault(_resolve2);
|
|
1014
1014
|
|
|
1015
1015
|
// ../build-tools/src/plugins/type-definitions.ts
|
|
1016
|
-
|
|
1016
|
+
_chunkULCERLBZcjs.init_cjs_shims.call(void 0, );
|
|
1017
1017
|
var _devkit = require('@nx/devkit');
|
|
1018
1018
|
|
|
1019
1019
|
|
|
1020
1020
|
// ../build-tools/src/types.ts
|
|
1021
|
-
|
|
1021
|
+
_chunkULCERLBZcjs.init_cjs_shims.call(void 0, );
|
|
1022
1022
|
|
|
1023
1023
|
// ../build-tools/src/utilities/index.ts
|
|
1024
|
-
|
|
1024
|
+
_chunkULCERLBZcjs.init_cjs_shims.call(void 0, );
|
|
1025
1025
|
|
|
1026
1026
|
// ../build-tools/src/utilities/get-entry-points.ts
|
|
1027
|
-
|
|
1027
|
+
_chunkULCERLBZcjs.init_cjs_shims.call(void 0, );
|
|
1028
1028
|
|
|
1029
1029
|
|
|
1030
1030
|
// ../build-tools/src/utilities/get-file-banner.ts
|
|
1031
|
-
|
|
1031
|
+
_chunkULCERLBZcjs.init_cjs_shims.call(void 0, );
|
|
1032
1032
|
|
|
1033
1033
|
// ../build-tools/src/utilities/get-out-extension.ts
|
|
1034
|
-
|
|
1034
|
+
_chunkULCERLBZcjs.init_cjs_shims.call(void 0, );
|
|
1035
1035
|
|
|
1036
1036
|
// ../build-tools/src/utilities/get-project-deps.ts
|
|
1037
|
-
|
|
1037
|
+
_chunkULCERLBZcjs.init_cjs_shims.call(void 0, );
|
|
1038
1038
|
|
|
1039
1039
|
// ../build-tools/src/utilities/read-nx-config.ts
|
|
1040
|
-
|
|
1040
|
+
_chunkULCERLBZcjs.init_cjs_shims.call(void 0, );
|
|
1041
1041
|
|
|
1042
1042
|
|
|
1043
1043
|
|
|
1044
1044
|
// ../build-tools/src/utilities/task-graph.ts
|
|
1045
|
-
|
|
1045
|
+
_chunkULCERLBZcjs.init_cjs_shims.call(void 0, );
|
|
1046
1046
|
|
|
1047
1047
|
|
|
1048
1048
|
|
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
import {
|
|
2
2
|
getStopwatch,
|
|
3
3
|
writeDebug
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-ZBPXG3UG.js";
|
|
5
5
|
import {
|
|
6
6
|
joinPaths
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-OY5J4Y6B.js";
|
|
8
8
|
import {
|
|
9
9
|
__commonJS,
|
|
10
10
|
__dirname,
|
|
11
11
|
__require,
|
|
12
12
|
__toESM,
|
|
13
13
|
init_esm_shims
|
|
14
|
-
} from "./chunk-
|
|
14
|
+
} from "./chunk-LPLBICCB.js";
|
|
15
15
|
|
|
16
|
-
// ../../node_modules/.pnpm/tsup@8.4.0_patch_hash=
|
|
16
|
+
// ../../node_modules/.pnpm/tsup@8.4.0_patch_hash=751a554d775c3572381af4e7e5fa22eeda6dd6856012fb1cf521d6806eb2dc74__5124c89d5ddc703660a0f3c7db432ab1/node_modules/tsup/dist/chunk-BYH4XDRH.js
|
|
17
17
|
var require_chunk_BYH4XDRH = __commonJS({
|
|
18
|
-
"../../node_modules/.pnpm/tsup@8.4.0_patch_hash=
|
|
18
|
+
"../../node_modules/.pnpm/tsup@8.4.0_patch_hash=751a554d775c3572381af4e7e5fa22eeda6dd6856012fb1cf521d6806eb2dc74__5124c89d5ddc703660a0f3c7db432ab1/node_modules/tsup/dist/chunk-BYH4XDRH.js"(exports) {
|
|
19
19
|
"use strict";
|
|
20
20
|
init_esm_shims();
|
|
21
21
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -24,13 +24,13 @@ var require_chunk_BYH4XDRH = __commonJS({
|
|
|
24
24
|
}
|
|
25
25
|
});
|
|
26
26
|
|
|
27
|
-
// ../../node_modules/.pnpm/tsup@8.4.0_patch_hash=
|
|
27
|
+
// ../../node_modules/.pnpm/tsup@8.4.0_patch_hash=751a554d775c3572381af4e7e5fa22eeda6dd6856012fb1cf521d6806eb2dc74__5124c89d5ddc703660a0f3c7db432ab1/node_modules/tsup/dist/chunk-TWFEYLU4.js
|
|
28
28
|
import * as __import_fs from "fs";
|
|
29
29
|
import * as __import_path from "path";
|
|
30
30
|
import * as __import_resolveFrom from "resolve-from";
|
|
31
31
|
import * as __import_tinyglobby from "tinyglobby";
|
|
32
32
|
var require_chunk_TWFEYLU4 = __commonJS({
|
|
33
|
-
"../../node_modules/.pnpm/tsup@8.4.0_patch_hash=
|
|
33
|
+
"../../node_modules/.pnpm/tsup@8.4.0_patch_hash=751a554d775c3572381af4e7e5fa22eeda6dd6856012fb1cf521d6806eb2dc74__5124c89d5ddc703660a0f3c7db432ab1/node_modules/tsup/dist/chunk-TWFEYLU4.js"(exports) {
|
|
34
34
|
init_esm_shims();
|
|
35
35
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
36
36
|
function _interopRequireDefault(obj) {
|
|
@@ -406,7 +406,7 @@ var require_chunk_TWFEYLU4 = __commonJS({
|
|
|
406
406
|
}
|
|
407
407
|
});
|
|
408
408
|
|
|
409
|
-
// ../../node_modules/.pnpm/tsup@8.4.0_patch_hash=
|
|
409
|
+
// ../../node_modules/.pnpm/tsup@8.4.0_patch_hash=751a554d775c3572381af4e7e5fa22eeda6dd6856012fb1cf521d6806eb2dc74__5124c89d5ddc703660a0f3c7db432ab1/node_modules/tsup/dist/chunk-VGC3FXLU.js
|
|
410
410
|
import * as __import_fs2 from "fs";
|
|
411
411
|
import * as __import_path2 from "path";
|
|
412
412
|
import * as __import_joycon from "joycon";
|
|
@@ -415,7 +415,7 @@ import * as __import_util from "util";
|
|
|
415
415
|
import * as __import_worker_threads from "worker_threads";
|
|
416
416
|
import * as __import_picocolors from "picocolors";
|
|
417
417
|
var require_chunk_VGC3FXLU = __commonJS({
|
|
418
|
-
"../../node_modules/.pnpm/tsup@8.4.0_patch_hash=
|
|
418
|
+
"../../node_modules/.pnpm/tsup@8.4.0_patch_hash=751a554d775c3572381af4e7e5fa22eeda6dd6856012fb1cf521d6806eb2dc74__5124c89d5ddc703660a0f3c7db432ab1/node_modules/tsup/dist/chunk-VGC3FXLU.js"(exports) {
|
|
419
419
|
init_esm_shims();
|
|
420
420
|
var __import___chunkTWFEYLU4_js = __toESM(require_chunk_TWFEYLU4());
|
|
421
421
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -642,11 +642,11 @@ var require_chunk_VGC3FXLU = __commonJS({
|
|
|
642
642
|
}
|
|
643
643
|
});
|
|
644
644
|
|
|
645
|
-
// ../../node_modules/.pnpm/tsup@8.4.0_patch_hash=
|
|
645
|
+
// ../../node_modules/.pnpm/tsup@8.4.0_patch_hash=751a554d775c3572381af4e7e5fa22eeda6dd6856012fb1cf521d6806eb2dc74__5124c89d5ddc703660a0f3c7db432ab1/node_modules/tsup/dist/chunk-JZ25TPTY.js
|
|
646
646
|
import * as __import_worker_threads2 from "worker_threads";
|
|
647
647
|
import * as __import_picocolors2 from "picocolors";
|
|
648
648
|
var require_chunk_JZ25TPTY = __commonJS({
|
|
649
|
-
"../../node_modules/.pnpm/tsup@8.4.0_patch_hash=
|
|
649
|
+
"../../node_modules/.pnpm/tsup@8.4.0_patch_hash=751a554d775c3572381af4e7e5fa22eeda6dd6856012fb1cf521d6806eb2dc74__5124c89d5ddc703660a0f3c7db432ab1/node_modules/tsup/dist/chunk-JZ25TPTY.js"(exports) {
|
|
650
650
|
init_esm_shims();
|
|
651
651
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
652
652
|
function _interopRequireDefault(obj) {
|
|
@@ -694,11 +694,11 @@ var require_chunk_JZ25TPTY = __commonJS({
|
|
|
694
694
|
}
|
|
695
695
|
});
|
|
696
696
|
|
|
697
|
-
// ../../node_modules/.pnpm/tsup@8.4.0_patch_hash=
|
|
697
|
+
// ../../node_modules/.pnpm/tsup@8.4.0_patch_hash=751a554d775c3572381af4e7e5fa22eeda6dd6856012fb1cf521d6806eb2dc74__5124c89d5ddc703660a0f3c7db432ab1/node_modules/tsup/dist/commonjs-plugin.js
|
|
698
698
|
import * as __import_fs3 from "fs";
|
|
699
699
|
import * as __import_esbuild from "esbuild";
|
|
700
700
|
var require_commonjs_plugin = __commonJS({
|
|
701
|
-
"../../node_modules/.pnpm/tsup@8.4.0_patch_hash=
|
|
701
|
+
"../../node_modules/.pnpm/tsup@8.4.0_patch_hash=751a554d775c3572381af4e7e5fa22eeda6dd6856012fb1cf521d6806eb2dc74__5124c89d5ddc703660a0f3c7db432ab1/node_modules/tsup/dist/commonjs-plugin.js"(exports, module) {
|
|
702
702
|
init_esm_shims();
|
|
703
703
|
var __defProp = Object.defineProperty;
|
|
704
704
|
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
@@ -1026,7 +1026,7 @@ var require_commonjs_plugin = __commonJS({
|
|
|
1026
1026
|
}
|
|
1027
1027
|
});
|
|
1028
1028
|
|
|
1029
|
-
// ../../node_modules/.pnpm/tsup@8.4.0_patch_hash=
|
|
1029
|
+
// ../../node_modules/.pnpm/tsup@8.4.0_patch_hash=751a554d775c3572381af4e7e5fa22eeda6dd6856012fb1cf521d6806eb2dc74__5124c89d5ddc703660a0f3c7db432ab1/node_modules/tsup/dist/index.js
|
|
1030
1030
|
import * as __import_path3 from "path";
|
|
1031
1031
|
import * as __import_fs4 from "fs";
|
|
1032
1032
|
import * as __import_worker_threads3 from "worker_threads";
|
|
@@ -1042,7 +1042,7 @@ import * as __import_rollup from "rollup";
|
|
|
1042
1042
|
import * as __import_typescript from "typescript";
|
|
1043
1043
|
import * as __import_chokidar from "chokidar";
|
|
1044
1044
|
var require_dist = __commonJS({
|
|
1045
|
-
"../../node_modules/.pnpm/tsup@8.4.0_patch_hash=
|
|
1045
|
+
"../../node_modules/.pnpm/tsup@8.4.0_patch_hash=751a554d775c3572381af4e7e5fa22eeda6dd6856012fb1cf521d6806eb2dc74__5124c89d5ddc703660a0f3c7db432ab1/node_modules/tsup/dist/index.js"(exports) {
|
|
1046
1046
|
init_esm_shims();
|
|
1047
1047
|
var __import___chunkBYH4XDRH_js = __toESM(require_chunk_BYH4XDRH());
|
|
1048
1048
|
var __import___chunkVGC3FXLU_js = __toESM(require_chunk_VGC3FXLU());
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import {
|
|
2
2
|
copyAssets
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-MGFCZLVU.js";
|
|
4
4
|
import {
|
|
5
5
|
getStopwatch,
|
|
6
6
|
writeDebug
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-ZBPXG3UG.js";
|
|
8
8
|
import {
|
|
9
9
|
init_esm_shims
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-LPLBICCB.js";
|
|
11
11
|
|
|
12
12
|
// src/assets.ts
|
|
13
13
|
init_esm_shims();
|