@stryke/capnp 0.12.102 → 0.12.103
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/bin/capnpc.cjs +26 -23
- package/bin/capnpc.mjs +26 -23
- package/bin/capnpc.mjs.map +1 -1
- package/dist/{compile-zsPz1GJC.cjs → compile-5oQexRKA.cjs} +1 -1
- package/dist/{compile-tQXFOze7.mjs → compile-BnxZ7lXr.mjs} +2 -2
- package/dist/{compile-tQXFOze7.mjs.map → compile-BnxZ7lXr.mjs.map} +1 -1
- package/dist/compile.cjs +1 -1
- package/dist/compile.mjs +1 -1
- package/dist/{helpers-B5XOREs9.mjs → helpers-CWrUTzkP.mjs} +23 -20
- package/dist/{helpers-B5XOREs9.mjs.map → helpers-CWrUTzkP.mjs.map} +1 -1
- package/dist/{helpers-sd5NP7sr.cjs → helpers-Ch489o2Q.cjs} +22 -19
- package/dist/helpers.cjs +1 -1
- package/dist/helpers.mjs +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.mjs +1 -1
- package/dist/rpc-helpers.cjs +1 -1
- package/package.json +8 -8
package/bin/capnpc.cjs
CHANGED
|
@@ -44,7 +44,7 @@ let _stryke_fs_json = require("@stryke/fs/json");
|
|
|
44
44
|
let _stryke_fs_list_files = require("@stryke/fs/list-files");
|
|
45
45
|
let _stryke_path_append = require("@stryke/path/append");
|
|
46
46
|
|
|
47
|
-
//#region ../../node_modules/.pnpm/@storm-software+config-tools@1.190.
|
|
47
|
+
//#region ../../node_modules/.pnpm/@storm-software+config-tools@1.190.30_zod@4.4.3/node_modules/@storm-software/config-tools/dist/chunk-5DQF4GNF.js
|
|
48
48
|
var DEFAULT_COLOR_CONFIG = {
|
|
49
49
|
light: {
|
|
50
50
|
background: "#fafafa",
|
|
@@ -2240,7 +2240,7 @@ var require_source = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
|
2240
2240
|
}));
|
|
2241
2241
|
|
|
2242
2242
|
//#endregion
|
|
2243
|
-
//#region ../../node_modules/.pnpm/@storm-software+config-tools@1.190.
|
|
2243
|
+
//#region ../../node_modules/.pnpm/@storm-software+config-tools@1.190.30_zod@4.4.3/node_modules/@storm-software/config-tools/dist/chunk-HVVJHTFS.js
|
|
2244
2244
|
var import_source = /* @__PURE__ */ __toESM(require_source(), 1);
|
|
2245
2245
|
var chalkDefault = {
|
|
2246
2246
|
hex: (_) => (message) => message,
|
|
@@ -2272,14 +2272,14 @@ var getChalk = () => {
|
|
|
2272
2272
|
};
|
|
2273
2273
|
|
|
2274
2274
|
//#endregion
|
|
2275
|
-
//#region ../../node_modules/.pnpm/@storm-software+config-tools@1.190.
|
|
2275
|
+
//#region ../../node_modules/.pnpm/@storm-software+config-tools@1.190.30_zod@4.4.3/node_modules/@storm-software/config-tools/dist/chunk-G2MK47WL.js
|
|
2276
2276
|
function isUnicodeSupported() {
|
|
2277
2277
|
if (process.platform !== "win32") return process.env.TERM !== "linux";
|
|
2278
2278
|
return Boolean(process.env.WT_SESSION) || Boolean(process.env.TERMINUS_SUBLIME) || process.env.ConEmuTask === "{cmd::Cmder}" || process.env.TERM_PROGRAM === "Terminus-Sublime" || process.env.TERM_PROGRAM === "vscode" || process.env.TERM === "xterm-256color" || process.env.TERM === "alacritty" || process.env.TERM === "rxvt-unicode" || process.env.TERM === "rxvt-unicode-256color" || process.env.TERMINAL_EMULATOR === "JetBrains-JediTerm";
|
|
2279
2279
|
}
|
|
2280
2280
|
|
|
2281
2281
|
//#endregion
|
|
2282
|
-
//#region ../../node_modules/.pnpm/@storm-software+config-tools@1.190.
|
|
2282
|
+
//#region ../../node_modules/.pnpm/@storm-software+config-tools@1.190.30_zod@4.4.3/node_modules/@storm-software/config-tools/dist/chunk-RALMUN5C.js
|
|
2283
2283
|
var LogLevel = {
|
|
2284
2284
|
SILENT: 0,
|
|
2285
2285
|
FATAL: 10,
|
|
@@ -2306,7 +2306,7 @@ var LogLevelLabel = {
|
|
|
2306
2306
|
};
|
|
2307
2307
|
|
|
2308
2308
|
//#endregion
|
|
2309
|
-
//#region ../../node_modules/.pnpm/@storm-software+config-tools@1.190.
|
|
2309
|
+
//#region ../../node_modules/.pnpm/@storm-software+config-tools@1.190.30_zod@4.4.3/node_modules/@storm-software/config-tools/dist/chunk-ZFNAUMQS.js
|
|
2310
2310
|
var useIcon = (c, fallback) => isUnicodeSupported() ? c : fallback;
|
|
2311
2311
|
var CONSOLE_ICONS = {
|
|
2312
2312
|
[LogLevelLabel.ERROR]: useIcon("✘", "×"),
|
|
@@ -2321,13 +2321,13 @@ var CONSOLE_ICONS = {
|
|
|
2321
2321
|
};
|
|
2322
2322
|
|
|
2323
2323
|
//#endregion
|
|
2324
|
-
//#region ../../node_modules/.pnpm/@storm-software+config-tools@1.190.
|
|
2324
|
+
//#region ../../node_modules/.pnpm/@storm-software+config-tools@1.190.30_zod@4.4.3/node_modules/@storm-software/config-tools/dist/chunk-JZAYHDV3.js
|
|
2325
2325
|
var formatTimestamp = (fullDateTime = false, date = /* @__PURE__ */ new Date()) => {
|
|
2326
2326
|
return fullDateTime ? `${date.toLocaleDateString()} ${date.toLocaleTimeString()}` : `${date.toLocaleTimeString()}`;
|
|
2327
2327
|
};
|
|
2328
2328
|
|
|
2329
2329
|
//#endregion
|
|
2330
|
-
//#region ../../node_modules/.pnpm/@storm-software+config-tools@1.190.
|
|
2330
|
+
//#region ../../node_modules/.pnpm/@storm-software+config-tools@1.190.30_zod@4.4.3/node_modules/@storm-software/config-tools/dist/chunk-SXPH7ILL.js
|
|
2331
2331
|
var getLogLevel = (label) => {
|
|
2332
2332
|
switch (label) {
|
|
2333
2333
|
case "all": return LogLevel.ALL;
|
|
@@ -2344,7 +2344,7 @@ var getLogLevel = (label) => {
|
|
|
2344
2344
|
};
|
|
2345
2345
|
|
|
2346
2346
|
//#endregion
|
|
2347
|
-
//#region ../../node_modules/.pnpm/@storm-software+config-tools@1.190.
|
|
2347
|
+
//#region ../../node_modules/.pnpm/@storm-software+config-tools@1.190.30_zod@4.4.3/node_modules/@storm-software/config-tools/dist/chunk-H3L23WJP.js
|
|
2348
2348
|
var daysInYear = 365.2425;
|
|
2349
2349
|
-(Math.pow(10, 8) * 24 * 60 * 60 * 1e3);
|
|
2350
2350
|
var secondsInDay = 3600 * 24;
|
|
@@ -2920,20 +2920,23 @@ var writeWarning = (message, config) => getLogFn(LogLevel.WARN, config)(message)
|
|
|
2920
2920
|
var writeInfo = (message, config) => getLogFn(LogLevel.INFO, config)(message);
|
|
2921
2921
|
var writeSuccess = (message, config) => getLogFn(LogLevel.SUCCESS, config)(message);
|
|
2922
2922
|
var writeTrace = (message, config) => getLogFn(LogLevel.TRACE, config)(message);
|
|
2923
|
-
var MAX_DEPTH$1 =
|
|
2923
|
+
var MAX_DEPTH$1 = 10;
|
|
2924
2924
|
var formatLogMessage = (message, options = {}, depth = 0) => {
|
|
2925
2925
|
if (depth > MAX_DEPTH$1) return "<max depth>";
|
|
2926
|
-
const prefix = options.prefix ?? "
|
|
2926
|
+
const prefix = options.prefix ?? "";
|
|
2927
2927
|
const skip = options.skip ?? [];
|
|
2928
|
-
|
|
2929
|
-
|
|
2930
|
-
|
|
2931
|
-
|
|
2932
|
-
|
|
2933
|
-
|
|
2934
|
-
|
|
2935
|
-
|
|
2936
|
-
|
|
2928
|
+
const sort = options.sort ?? true;
|
|
2929
|
+
return typeof message === "undefined" || message === null ? "<empty>" : typeof message === "string" ? !message ? "<empty string>" : message : Array.isArray(message) ? `
|
|
2930
|
+
${message.sort(sort ? (a, b) => !a && !b ? 0 : !a ? 1 : !b ? -1 : String(a).localeCompare(String(b)) : void 0).map((item, index) => ` ${prefix}> #${index} = ${formatLogMessage(item, {
|
|
2931
|
+
prefix: `${prefix}--`,
|
|
2932
|
+
skip,
|
|
2933
|
+
sort
|
|
2934
|
+
}, depth + 1)}`).join("\n")}` : typeof message === "object" && message ? `
|
|
2935
|
+
${Object.keys(message).filter((key) => typeof key !== "string" || !skip.map((k) => k.toLowerCase().trim()).includes(key.toLowerCase().trim())).sort(sort ? (a, b) => !a && !b ? 0 : !a ? 1 : !b ? -1 : String(a).localeCompare(String(b)) : void 0).map((key) => ` ${prefix}> ${key} = ${_isFunction(message[key]) ? "<function>" : typeof message[key] === "object" && message[key] ? Object.keys(message[key]).filter((key2) => typeof key2 !== "string" || !skip.map((k) => k.toLowerCase().trim()).includes(key2.toLowerCase().trim())).length === 0 ? "{}" : formatLogMessage(message[key], {
|
|
2936
|
+
prefix: `${prefix}--`,
|
|
2937
|
+
skip,
|
|
2938
|
+
sort
|
|
2939
|
+
}, depth + 1) : message[key]}`).join("\n")}` : String(message);
|
|
2937
2940
|
};
|
|
2938
2941
|
var _isFunction = (value) => {
|
|
2939
2942
|
try {
|
|
@@ -2945,7 +2948,7 @@ var _isFunction = (value) => {
|
|
|
2945
2948
|
var brandIcon = (config = {}, _chalk = getChalk()) => _chalk.hex(getColor("brand", config))("🗲");
|
|
2946
2949
|
|
|
2947
2950
|
//#endregion
|
|
2948
|
-
//#region ../../node_modules/.pnpm/@storm-software+config-tools@1.190.
|
|
2951
|
+
//#region ../../node_modules/.pnpm/@storm-software+config-tools@1.190.30_zod@4.4.3/node_modules/@storm-software/config-tools/dist/chunk-IYJ6U24W.js
|
|
2949
2952
|
var exitWithError = (config) => {
|
|
2950
2953
|
writeFatal("Exiting script with an error status...", config);
|
|
2951
2954
|
process.exit(1);
|
|
@@ -2980,7 +2983,7 @@ Stacktrace: ${error.stack}`, config);
|
|
|
2980
2983
|
};
|
|
2981
2984
|
|
|
2982
2985
|
//#endregion
|
|
2983
|
-
//#region ../../node_modules/.pnpm/@storm-software+config-tools@1.190.
|
|
2986
|
+
//#region ../../node_modules/.pnpm/@storm-software+config-tools@1.190.30_zod@4.4.3/node_modules/@storm-software/config-tools/dist/chunk-RUKM6FCF.js
|
|
2984
2987
|
var MAX_PATH_SEARCH_DEPTH = 30;
|
|
2985
2988
|
var depth = 0;
|
|
2986
2989
|
function findFolderUp(startPath, endFileNames = [], endDirectoryNames = []) {
|
|
@@ -2991,7 +2994,7 @@ function findFolderUp(startPath, endFileNames = [], endDirectoryNames = []) {
|
|
|
2991
2994
|
}
|
|
2992
2995
|
|
|
2993
2996
|
//#endregion
|
|
2994
|
-
//#region ../../node_modules/.pnpm/@storm-software+config-tools@1.190.
|
|
2997
|
+
//#region ../../node_modules/.pnpm/@storm-software+config-tools@1.190.30_zod@4.4.3/node_modules/@storm-software/config-tools/dist/chunk-V3GMJ4TX.js
|
|
2995
2998
|
var _DRIVE_LETTER_START_RE = /^[A-Za-z]:\//;
|
|
2996
2999
|
function normalizeWindowsPath(input = "") {
|
|
2997
3000
|
if (!input) return input;
|
|
@@ -3073,7 +3076,7 @@ var isAbsolute = function(p) {
|
|
|
3073
3076
|
};
|
|
3074
3077
|
|
|
3075
3078
|
//#endregion
|
|
3076
|
-
//#region ../../node_modules/.pnpm/@storm-software+config-tools@1.190.
|
|
3079
|
+
//#region ../../node_modules/.pnpm/@storm-software+config-tools@1.190.30_zod@4.4.3/node_modules/@storm-software/config-tools/dist/chunk-LF3SAK2O.js
|
|
3077
3080
|
var rootFiles = [
|
|
3078
3081
|
"storm-workspace.json",
|
|
3079
3082
|
"storm-workspace.yaml",
|
package/bin/capnpc.mjs
CHANGED
|
@@ -44,7 +44,7 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
44
44
|
var __require = /* @__PURE__ */ createRequire(import.meta.url);
|
|
45
45
|
|
|
46
46
|
//#endregion
|
|
47
|
-
//#region ../../node_modules/.pnpm/@storm-software+config-tools@1.190.
|
|
47
|
+
//#region ../../node_modules/.pnpm/@storm-software+config-tools@1.190.30_zod@4.4.3/node_modules/@storm-software/config-tools/dist/chunk-5DQF4GNF.js
|
|
48
48
|
var DEFAULT_COLOR_CONFIG = {
|
|
49
49
|
light: {
|
|
50
50
|
background: "#fafafa",
|
|
@@ -2240,7 +2240,7 @@ var require_source = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
|
2240
2240
|
}));
|
|
2241
2241
|
|
|
2242
2242
|
//#endregion
|
|
2243
|
-
//#region ../../node_modules/.pnpm/@storm-software+config-tools@1.190.
|
|
2243
|
+
//#region ../../node_modules/.pnpm/@storm-software+config-tools@1.190.30_zod@4.4.3/node_modules/@storm-software/config-tools/dist/chunk-HVVJHTFS.js
|
|
2244
2244
|
var import_source = /* @__PURE__ */ __toESM(require_source(), 1);
|
|
2245
2245
|
var chalkDefault = {
|
|
2246
2246
|
hex: (_) => (message) => message,
|
|
@@ -2272,14 +2272,14 @@ var getChalk = () => {
|
|
|
2272
2272
|
};
|
|
2273
2273
|
|
|
2274
2274
|
//#endregion
|
|
2275
|
-
//#region ../../node_modules/.pnpm/@storm-software+config-tools@1.190.
|
|
2275
|
+
//#region ../../node_modules/.pnpm/@storm-software+config-tools@1.190.30_zod@4.4.3/node_modules/@storm-software/config-tools/dist/chunk-G2MK47WL.js
|
|
2276
2276
|
function isUnicodeSupported() {
|
|
2277
2277
|
if (process.platform !== "win32") return process.env.TERM !== "linux";
|
|
2278
2278
|
return Boolean(process.env.WT_SESSION) || Boolean(process.env.TERMINUS_SUBLIME) || process.env.ConEmuTask === "{cmd::Cmder}" || process.env.TERM_PROGRAM === "Terminus-Sublime" || process.env.TERM_PROGRAM === "vscode" || process.env.TERM === "xterm-256color" || process.env.TERM === "alacritty" || process.env.TERM === "rxvt-unicode" || process.env.TERM === "rxvt-unicode-256color" || process.env.TERMINAL_EMULATOR === "JetBrains-JediTerm";
|
|
2279
2279
|
}
|
|
2280
2280
|
|
|
2281
2281
|
//#endregion
|
|
2282
|
-
//#region ../../node_modules/.pnpm/@storm-software+config-tools@1.190.
|
|
2282
|
+
//#region ../../node_modules/.pnpm/@storm-software+config-tools@1.190.30_zod@4.4.3/node_modules/@storm-software/config-tools/dist/chunk-RALMUN5C.js
|
|
2283
2283
|
var LogLevel = {
|
|
2284
2284
|
SILENT: 0,
|
|
2285
2285
|
FATAL: 10,
|
|
@@ -2306,7 +2306,7 @@ var LogLevelLabel = {
|
|
|
2306
2306
|
};
|
|
2307
2307
|
|
|
2308
2308
|
//#endregion
|
|
2309
|
-
//#region ../../node_modules/.pnpm/@storm-software+config-tools@1.190.
|
|
2309
|
+
//#region ../../node_modules/.pnpm/@storm-software+config-tools@1.190.30_zod@4.4.3/node_modules/@storm-software/config-tools/dist/chunk-ZFNAUMQS.js
|
|
2310
2310
|
var useIcon = (c, fallback) => isUnicodeSupported() ? c : fallback;
|
|
2311
2311
|
var CONSOLE_ICONS = {
|
|
2312
2312
|
[LogLevelLabel.ERROR]: useIcon("✘", "×"),
|
|
@@ -2321,13 +2321,13 @@ var CONSOLE_ICONS = {
|
|
|
2321
2321
|
};
|
|
2322
2322
|
|
|
2323
2323
|
//#endregion
|
|
2324
|
-
//#region ../../node_modules/.pnpm/@storm-software+config-tools@1.190.
|
|
2324
|
+
//#region ../../node_modules/.pnpm/@storm-software+config-tools@1.190.30_zod@4.4.3/node_modules/@storm-software/config-tools/dist/chunk-JZAYHDV3.js
|
|
2325
2325
|
var formatTimestamp = (fullDateTime = false, date = /* @__PURE__ */ new Date()) => {
|
|
2326
2326
|
return fullDateTime ? `${date.toLocaleDateString()} ${date.toLocaleTimeString()}` : `${date.toLocaleTimeString()}`;
|
|
2327
2327
|
};
|
|
2328
2328
|
|
|
2329
2329
|
//#endregion
|
|
2330
|
-
//#region ../../node_modules/.pnpm/@storm-software+config-tools@1.190.
|
|
2330
|
+
//#region ../../node_modules/.pnpm/@storm-software+config-tools@1.190.30_zod@4.4.3/node_modules/@storm-software/config-tools/dist/chunk-SXPH7ILL.js
|
|
2331
2331
|
var getLogLevel = (label) => {
|
|
2332
2332
|
switch (label) {
|
|
2333
2333
|
case "all": return LogLevel.ALL;
|
|
@@ -2344,7 +2344,7 @@ var getLogLevel = (label) => {
|
|
|
2344
2344
|
};
|
|
2345
2345
|
|
|
2346
2346
|
//#endregion
|
|
2347
|
-
//#region ../../node_modules/.pnpm/@storm-software+config-tools@1.190.
|
|
2347
|
+
//#region ../../node_modules/.pnpm/@storm-software+config-tools@1.190.30_zod@4.4.3/node_modules/@storm-software/config-tools/dist/chunk-H3L23WJP.js
|
|
2348
2348
|
var daysInYear = 365.2425;
|
|
2349
2349
|
-(Math.pow(10, 8) * 24 * 60 * 60 * 1e3);
|
|
2350
2350
|
var secondsInDay = 3600 * 24;
|
|
@@ -2920,20 +2920,23 @@ var writeWarning = (message, config) => getLogFn(LogLevel.WARN, config)(message)
|
|
|
2920
2920
|
var writeInfo = (message, config) => getLogFn(LogLevel.INFO, config)(message);
|
|
2921
2921
|
var writeSuccess = (message, config) => getLogFn(LogLevel.SUCCESS, config)(message);
|
|
2922
2922
|
var writeTrace = (message, config) => getLogFn(LogLevel.TRACE, config)(message);
|
|
2923
|
-
var MAX_DEPTH$1 =
|
|
2923
|
+
var MAX_DEPTH$1 = 10;
|
|
2924
2924
|
var formatLogMessage = (message, options = {}, depth = 0) => {
|
|
2925
2925
|
if (depth > MAX_DEPTH$1) return "<max depth>";
|
|
2926
|
-
const prefix = options.prefix ?? "
|
|
2926
|
+
const prefix = options.prefix ?? "";
|
|
2927
2927
|
const skip = options.skip ?? [];
|
|
2928
|
-
|
|
2929
|
-
|
|
2930
|
-
|
|
2931
|
-
|
|
2932
|
-
|
|
2933
|
-
|
|
2934
|
-
|
|
2935
|
-
|
|
2936
|
-
|
|
2928
|
+
const sort = options.sort ?? true;
|
|
2929
|
+
return typeof message === "undefined" || message === null ? "<empty>" : typeof message === "string" ? !message ? "<empty string>" : message : Array.isArray(message) ? `
|
|
2930
|
+
${message.sort(sort ? (a, b) => !a && !b ? 0 : !a ? 1 : !b ? -1 : String(a).localeCompare(String(b)) : void 0).map((item, index) => ` ${prefix}> #${index} = ${formatLogMessage(item, {
|
|
2931
|
+
prefix: `${prefix}--`,
|
|
2932
|
+
skip,
|
|
2933
|
+
sort
|
|
2934
|
+
}, depth + 1)}`).join("\n")}` : typeof message === "object" && message ? `
|
|
2935
|
+
${Object.keys(message).filter((key) => typeof key !== "string" || !skip.map((k) => k.toLowerCase().trim()).includes(key.toLowerCase().trim())).sort(sort ? (a, b) => !a && !b ? 0 : !a ? 1 : !b ? -1 : String(a).localeCompare(String(b)) : void 0).map((key) => ` ${prefix}> ${key} = ${_isFunction(message[key]) ? "<function>" : typeof message[key] === "object" && message[key] ? Object.keys(message[key]).filter((key2) => typeof key2 !== "string" || !skip.map((k) => k.toLowerCase().trim()).includes(key2.toLowerCase().trim())).length === 0 ? "{}" : formatLogMessage(message[key], {
|
|
2936
|
+
prefix: `${prefix}--`,
|
|
2937
|
+
skip,
|
|
2938
|
+
sort
|
|
2939
|
+
}, depth + 1) : message[key]}`).join("\n")}` : String(message);
|
|
2937
2940
|
};
|
|
2938
2941
|
var _isFunction = (value) => {
|
|
2939
2942
|
try {
|
|
@@ -2945,7 +2948,7 @@ var _isFunction = (value) => {
|
|
|
2945
2948
|
var brandIcon = (config = {}, _chalk = getChalk()) => _chalk.hex(getColor("brand", config))("🗲");
|
|
2946
2949
|
|
|
2947
2950
|
//#endregion
|
|
2948
|
-
//#region ../../node_modules/.pnpm/@storm-software+config-tools@1.190.
|
|
2951
|
+
//#region ../../node_modules/.pnpm/@storm-software+config-tools@1.190.30_zod@4.4.3/node_modules/@storm-software/config-tools/dist/chunk-IYJ6U24W.js
|
|
2949
2952
|
var exitWithError = (config) => {
|
|
2950
2953
|
writeFatal("Exiting script with an error status...", config);
|
|
2951
2954
|
process.exit(1);
|
|
@@ -2980,7 +2983,7 @@ Stacktrace: ${error.stack}`, config);
|
|
|
2980
2983
|
};
|
|
2981
2984
|
|
|
2982
2985
|
//#endregion
|
|
2983
|
-
//#region ../../node_modules/.pnpm/@storm-software+config-tools@1.190.
|
|
2986
|
+
//#region ../../node_modules/.pnpm/@storm-software+config-tools@1.190.30_zod@4.4.3/node_modules/@storm-software/config-tools/dist/chunk-RUKM6FCF.js
|
|
2984
2987
|
var MAX_PATH_SEARCH_DEPTH = 30;
|
|
2985
2988
|
var depth = 0;
|
|
2986
2989
|
function findFolderUp(startPath, endFileNames = [], endDirectoryNames = []) {
|
|
@@ -2991,7 +2994,7 @@ function findFolderUp(startPath, endFileNames = [], endDirectoryNames = []) {
|
|
|
2991
2994
|
}
|
|
2992
2995
|
|
|
2993
2996
|
//#endregion
|
|
2994
|
-
//#region ../../node_modules/.pnpm/@storm-software+config-tools@1.190.
|
|
2997
|
+
//#region ../../node_modules/.pnpm/@storm-software+config-tools@1.190.30_zod@4.4.3/node_modules/@storm-software/config-tools/dist/chunk-V3GMJ4TX.js
|
|
2995
2998
|
var _DRIVE_LETTER_START_RE = /^[A-Za-z]:\//;
|
|
2996
2999
|
function normalizeWindowsPath(input = "") {
|
|
2997
3000
|
if (!input) return input;
|
|
@@ -3073,7 +3076,7 @@ var isAbsolute = function(p) {
|
|
|
3073
3076
|
};
|
|
3074
3077
|
|
|
3075
3078
|
//#endregion
|
|
3076
|
-
//#region ../../node_modules/.pnpm/@storm-software+config-tools@1.190.
|
|
3079
|
+
//#region ../../node_modules/.pnpm/@storm-software+config-tools@1.190.30_zod@4.4.3/node_modules/@storm-software/config-tools/dist/chunk-LF3SAK2O.js
|
|
3077
3080
|
var rootFiles = [
|
|
3078
3081
|
"storm-workspace.json",
|
|
3079
3082
|
"storm-workspace.yaml",
|