@powerlines/nx 0.11.243 → 0.11.244
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/dist/src/base/base-executor.d.mts +1 -1
- package/dist/src/base/base-executor.d.ts +1 -1
- package/dist/src/base/base-executor.js +1 -1
- package/dist/src/base/base-executor.mjs +1 -1
- package/dist/src/base/base-executor.untyped.d.mts +1 -1
- package/dist/src/base/index.d.mts +2 -2
- package/dist/src/base/index.d.ts +1 -1
- package/dist/src/base/index.js +1 -1
- package/dist/src/base/index.mjs +1 -1
- package/dist/src/{base-executor-OR5IVpTY.mjs → base-executor-8Ir8WQy3.mjs} +184 -145
- package/dist/src/base-executor-8Ir8WQy3.mjs.map +1 -0
- package/dist/src/{base-executor-C-w1Cj4-.js → base-executor-CI2DPk2i.js} +183 -144
- package/dist/src/{base-executor-kPTbnW7K.d.mts → base-executor-Cg8BJvfR.d.mts} +23 -1
- package/dist/src/base-executor-Cg8BJvfR.d.mts.map +1 -0
- package/dist/src/{base-executor-eVgSDE74.js → base-executor-D9bYd7jN.js} +182 -143
- package/dist/src/{base-executor-DeuSmP_i.mjs → base-executor-DPkS_FBw.mjs} +183 -144
- package/dist/src/base-executor-DPkS_FBw.mjs.map +1 -0
- package/dist/src/{base-executor-CZijjH-b.d.ts → base-executor-DglM2tyD.d.ts} +23 -1
- package/dist/src/base-executor-DglM2tyD.d.ts.map +1 -0
- package/dist/src/base-executor.untyped-7SvGKXcO.d.mts +7 -0
- package/dist/src/base-executor.untyped-7SvGKXcO.d.mts.map +1 -0
- package/dist/src/base-executor.untyped-imww7Gm9.d.mts +7 -0
- package/dist/src/base-executor.untyped-imww7Gm9.d.mts.map +1 -0
- package/dist/src/executors/build/executor.d.mts +1 -1
- package/dist/src/executors/build/executor.d.ts +1 -1
- package/dist/src/executors/build/executor.js +1 -1
- package/dist/src/executors/build/executor.mjs +1 -1
- package/dist/src/executors/build/untyped.d.mts +2 -2
- package/dist/src/executors/build/untyped.d.ts +2 -2
- package/dist/src/executors/clean/executor.d.mts +1 -1
- package/dist/src/executors/clean/executor.d.ts +1 -1
- package/dist/src/executors/clean/executor.js +1 -1
- package/dist/src/executors/clean/executor.mjs +1 -1
- package/dist/src/executors/clean/untyped.d.mts +2 -2
- package/dist/src/executors/clean/untyped.d.ts +2 -2
- package/dist/src/executors/docs/executor.d.mts +1 -1
- package/dist/src/executors/docs/executor.d.ts +1 -1
- package/dist/src/executors/docs/executor.js +1 -1
- package/dist/src/executors/docs/executor.mjs +1 -1
- package/dist/src/executors/docs/untyped.d.mts +2 -2
- package/dist/src/executors/docs/untyped.d.ts +2 -2
- package/dist/src/executors/lint/executor.d.mts +1 -1
- package/dist/src/executors/lint/executor.d.ts +1 -1
- package/dist/src/executors/lint/executor.js +1 -1
- package/dist/src/executors/lint/executor.mjs +1 -1
- package/dist/src/executors/lint/untyped.d.mts +2 -2
- package/dist/src/executors/lint/untyped.d.ts +2 -2
- package/dist/src/executors/prepare/executor.d.mts +1 -1
- package/dist/src/executors/prepare/executor.d.ts +1 -1
- package/dist/src/executors/prepare/executor.js +1 -1
- package/dist/src/executors/prepare/executor.mjs +1 -1
- package/dist/src/executors/prepare/untyped.d.mts +2 -2
- package/dist/src/executors/prepare/untyped.d.ts +2 -2
- package/dist/src/generators/sync/untyped.d.mts +2 -2
- package/dist/src/generators/sync/untyped.d.ts +2 -2
- package/dist/src/index.d.mts +2 -2
- package/dist/src/index.d.ts +1 -1
- package/dist/src/index.js +1 -1
- package/dist/src/index.mjs +1 -1
- package/package.json +3 -3
- package/dist/src/base-executor-CZijjH-b.d.ts.map +0 -1
- package/dist/src/base-executor-DeuSmP_i.mjs.map +0 -1
- package/dist/src/base-executor-OR5IVpTY.mjs.map +0 -1
- package/dist/src/base-executor-kPTbnW7K.d.mts.map +0 -1
- package/dist/src/base-executor.untyped-BxNh-StD.d.mts +0 -7
- package/dist/src/base-executor.untyped-BxNh-StD.d.mts.map +0 -1
- package/dist/src/base-executor.untyped-Dh9l8ijM.d.mts +0 -7
- package/dist/src/base-executor.untyped-Dh9l8ijM.d.mts.map +0 -1
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { n as withExecutor, t as PowerlinesExecutorContext } from "../base-executor-
|
|
1
|
+
import { n as withExecutor, t as PowerlinesExecutorContext } from "../base-executor-Cg8BJvfR.mjs";
|
|
2
2
|
export { PowerlinesExecutorContext, withExecutor };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { n as withExecutor, t as PowerlinesExecutorContext } from "../base-executor-
|
|
1
|
+
import { n as withExecutor, t as PowerlinesExecutorContext } from "../base-executor-DglM2tyD.js";
|
|
2
2
|
export { PowerlinesExecutorContext, withExecutor };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as _default } from "../base-executor.untyped-
|
|
1
|
+
import { t as _default } from "../base-executor.untyped-imww7Gm9.mjs";
|
|
2
2
|
export { _default as default };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { n as withExecutor, t as PowerlinesExecutorContext } from "../base-executor-
|
|
2
|
-
import "../base-executor.untyped-
|
|
1
|
+
import { n as withExecutor, t as PowerlinesExecutorContext } from "../base-executor-Cg8BJvfR.mjs";
|
|
2
|
+
import "../base-executor.untyped-imww7Gm9.mjs";
|
|
3
3
|
import "../index-LhFpnU-f.mjs";
|
|
4
4
|
export { PowerlinesExecutorContext, withExecutor };
|
package/dist/src/base/index.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { n as withExecutor, t as PowerlinesExecutorContext } from "../base-executor-
|
|
1
|
+
import { n as withExecutor, t as PowerlinesExecutorContext } from "../base-executor-DglM2tyD.js";
|
|
2
2
|
export { PowerlinesExecutorContext, withExecutor };
|
package/dist/src/base/index.js
CHANGED
package/dist/src/base/index.mjs
CHANGED
|
@@ -69,16 +69,16 @@ import { isDirectory, isFile } from "@stryke/fs/is-file";
|
|
|
69
69
|
import { readFile, readFileSync } from "@stryke/fs/read-file";
|
|
70
70
|
import { writeFile, writeFileSync } from "@stryke/fs/write-file";
|
|
71
71
|
import { unlink } from "node:fs/promises";
|
|
72
|
-
import { resolve as resolve$1 } from "node:path";
|
|
73
72
|
import { parseTypeDefinition } from "@stryke/convert/parse-type-definition";
|
|
74
73
|
import { getColor } from "@storm-software/config-tools/utilities/colors";
|
|
75
74
|
import { noop } from "@stryke/helpers/noop";
|
|
76
75
|
import "magic-string";
|
|
77
76
|
import Diff from "diff-match-patch";
|
|
77
|
+
import { resolve as resolve$1 } from "node:path";
|
|
78
78
|
import "unplugin";
|
|
79
79
|
|
|
80
80
|
//#region ../powerlines/package.json
|
|
81
|
-
var version = "0.40.
|
|
81
|
+
var version = "0.40.3";
|
|
82
82
|
|
|
83
83
|
//#endregion
|
|
84
84
|
//#region ../powerlines/src/typescript/ts-morph.ts
|
|
@@ -1163,6 +1163,178 @@ FileSystem._Ids = $.CompositeList(FileId);
|
|
|
1163
1163
|
FileSystem._Storage = $.CompositeList(FileStorage);
|
|
1164
1164
|
FileSystem._Metadata = $.CompositeList(FileMetadata);
|
|
1165
1165
|
|
|
1166
|
+
//#endregion
|
|
1167
|
+
//#region ../core/src/lib/entry.ts
|
|
1168
|
+
function resolveEntryOutput(context, typeDefinition) {
|
|
1169
|
+
return replaceExtension(replacePath(replacePath(replacePath(replacePath(replacePath(typeDefinition.file, joinPaths(context.workspaceConfig.workspaceRoot, context.config.root, "src")), joinPaths(context.workspaceConfig.workspaceRoot, context.config.root)), joinPaths(context.config.root, "src")), context.config.root), "src"));
|
|
1170
|
+
}
|
|
1171
|
+
function resolveInput(context, typeDefinition, input, output) {
|
|
1172
|
+
return {
|
|
1173
|
+
...typeDefinition,
|
|
1174
|
+
input: isSetString(input) ? { file: String(input) } : typeDefinition,
|
|
1175
|
+
output: output || resolveEntryOutput(context, typeDefinition)
|
|
1176
|
+
};
|
|
1177
|
+
}
|
|
1178
|
+
/**
|
|
1179
|
+
* Resolves multiple type definitions into their corresponding resolved entry type definitions.
|
|
1180
|
+
*
|
|
1181
|
+
* @param context - The current context
|
|
1182
|
+
* @param typeDefinitions - The type definitions to resolve.
|
|
1183
|
+
* @returns A promise that resolves to an array of resolved entry type definitions.
|
|
1184
|
+
*/
|
|
1185
|
+
function resolveInputsSync(context, typeDefinitions) {
|
|
1186
|
+
return (isObject(typeDefinitions) && !isTypeDefinition(typeDefinitions) ? Object.values(typeDefinitions).flat() : toArray(typeDefinitions)).map((entry) => {
|
|
1187
|
+
if (isResolvedEntryTypeDefinition(entry)) return {
|
|
1188
|
+
...entry,
|
|
1189
|
+
output: entry.output ? replacePathTokens(context, entry.output) : void 0,
|
|
1190
|
+
file: replacePathTokens(context, entry.file)
|
|
1191
|
+
};
|
|
1192
|
+
let typeDefinition;
|
|
1193
|
+
if (isString(entry)) typeDefinition = parseTypeDefinition(replacePathTokens(context, entry));
|
|
1194
|
+
else {
|
|
1195
|
+
typeDefinition = entry;
|
|
1196
|
+
typeDefinition.file = replacePathTokens(context, typeDefinition.file);
|
|
1197
|
+
}
|
|
1198
|
+
const filePath = isAbsolutePath(typeDefinition.file) ? typeDefinition.file : appendPath(typeDefinition.file, context.config.root);
|
|
1199
|
+
if (context.fs.isFileSync(filePath)) return resolveInput(context, {
|
|
1200
|
+
file: appendPath(filePath, context.workspaceConfig.workspaceRoot),
|
|
1201
|
+
name: typeDefinition.name
|
|
1202
|
+
});
|
|
1203
|
+
return context.fs.globSync(appendPath(filePath, context.workspaceConfig.workspaceRoot)).map((file) => resolveInput(context, {
|
|
1204
|
+
file,
|
|
1205
|
+
name: typeDefinition.name
|
|
1206
|
+
}));
|
|
1207
|
+
}).flat().filter(Boolean);
|
|
1208
|
+
}
|
|
1209
|
+
/**
|
|
1210
|
+
* Checks if the provided entry is a type definition.
|
|
1211
|
+
*
|
|
1212
|
+
* @param entry - The entry to check.
|
|
1213
|
+
* @returns True if the entry is a type definition, false otherwise.
|
|
1214
|
+
*/
|
|
1215
|
+
function isTypeDefinition(entry) {
|
|
1216
|
+
return !isString(entry) && entry.file !== void 0;
|
|
1217
|
+
}
|
|
1218
|
+
/**
|
|
1219
|
+
* Checks if the provided entry is a resolved entry type definition.
|
|
1220
|
+
*
|
|
1221
|
+
* @param entry - The entry to check.
|
|
1222
|
+
* @returns True if the entry is a resolved entry type definition, false otherwise.
|
|
1223
|
+
*/
|
|
1224
|
+
function isResolvedEntryTypeDefinition(entry) {
|
|
1225
|
+
return isTypeDefinition(entry) && entry.output !== void 0;
|
|
1226
|
+
}
|
|
1227
|
+
/**
|
|
1228
|
+
* Get unique inputs from the provided list.
|
|
1229
|
+
*
|
|
1230
|
+
* @param inputs - The entry points to process.
|
|
1231
|
+
* @returns An array of unique inputs (by file path or content hash).
|
|
1232
|
+
*/
|
|
1233
|
+
function getUniqueInputs(inputs = []) {
|
|
1234
|
+
return isObject(inputs) ? inputs : getUniqueBy(toArray(inputs), (item) => isSetString(item) ? item : murmurhash(item ?? {}, { maxLength: 24 }));
|
|
1235
|
+
}
|
|
1236
|
+
|
|
1237
|
+
//#endregion
|
|
1238
|
+
//#region ../core/src/lib/logger.ts
|
|
1239
|
+
/**
|
|
1240
|
+
* Create a logging function with a specific name and options.
|
|
1241
|
+
*
|
|
1242
|
+
* @param name - The name of the logging function.
|
|
1243
|
+
* @param options - The options to configure the logging function.
|
|
1244
|
+
* @returns A logging function.
|
|
1245
|
+
*/
|
|
1246
|
+
const createLog = (name, options = {}) => {
|
|
1247
|
+
const logLevel = options.logLevel === null ? LogLevelLabel.SILENT : options.logLevel || LogLevelLabel.INFO;
|
|
1248
|
+
if (logLevel === LogLevelLabel.SILENT) return noop;
|
|
1249
|
+
if (options.customLogger) return options.customLogger;
|
|
1250
|
+
return (type, ...args) => getLogFn(getLogLevel(type), {
|
|
1251
|
+
...options,
|
|
1252
|
+
logLevel
|
|
1253
|
+
})(`${chalk.bold.hex(getColor("brand", options))(`${name ? kebabCase(name) : ""}${options.name ? `${name ? chalk.gray(" > ") : ""}${kebabCase(options.name)}` : ""}${chalk.gray(" > ")}`)}${args.join(" ")} `.trim());
|
|
1254
|
+
};
|
|
1255
|
+
const BADGE_COLORS = [
|
|
1256
|
+
"#00A0DD",
|
|
1257
|
+
"#6FCE4E",
|
|
1258
|
+
"#FBBF24",
|
|
1259
|
+
"#F43F5E",
|
|
1260
|
+
"#3B82F6",
|
|
1261
|
+
"#A855F7",
|
|
1262
|
+
"#469592",
|
|
1263
|
+
"#288EDF",
|
|
1264
|
+
"#D8B4FE",
|
|
1265
|
+
"#10B981",
|
|
1266
|
+
"#EF4444",
|
|
1267
|
+
"#F0EC56",
|
|
1268
|
+
"#F472B6",
|
|
1269
|
+
"#22D3EE",
|
|
1270
|
+
"#EAB308",
|
|
1271
|
+
"#84CC16",
|
|
1272
|
+
"#F87171",
|
|
1273
|
+
"#0EA5E9",
|
|
1274
|
+
"#D946EF",
|
|
1275
|
+
"#FACC15",
|
|
1276
|
+
"#34D399",
|
|
1277
|
+
"#8B5CF6"
|
|
1278
|
+
];
|
|
1279
|
+
const extendLog = (logFn, name) => {
|
|
1280
|
+
return (type, ...args) => logFn(type, ` ${chalk.inverse.hex(BADGE_COLORS[name.split("").map((char) => char.charCodeAt(0)).reduce((ret, charCode) => ret + charCode, 0) % BADGE_COLORS.length] || BADGE_COLORS[0])(` ${titleCase(name)} `)} ${args.join(" ")} `);
|
|
1281
|
+
};
|
|
1282
|
+
|
|
1283
|
+
//#endregion
|
|
1284
|
+
//#region ../core/src/lib/utilities/file-header.ts
|
|
1285
|
+
/**
|
|
1286
|
+
* Generates a file header comment with a warning about automatic overwriting.
|
|
1287
|
+
*
|
|
1288
|
+
* @param overwrite - Whether the file will be automatically overwritten. If `false`, the warning will indicate that the file will not be overwritten. If `true` or omitted, the warning will indicate that the file will be overwritten.
|
|
1289
|
+
* @param framework - The name of the framework to include in the warning message. Defaults to "powerlines".
|
|
1290
|
+
* @returns A string containing the file header warning message.
|
|
1291
|
+
*/
|
|
1292
|
+
function getFileHeaderWarningText(overwrite = true, framework = "powerlines") {
|
|
1293
|
+
return overwrite !== false ? `Do not edit this file manually - it will be overwritten automatically. Automatic overwrites can be disabled by using the \`output.overwrite\` option.` : `This file was generated on ${(/* @__PURE__ */ new Date()).toLocaleString()} - it will not be overwritten by ${titleCase(framework)} while the \`output.overwrite\` option is set to \`true\`.`;
|
|
1294
|
+
}
|
|
1295
|
+
/**
|
|
1296
|
+
* Generates a file header warning message based on the provided context.
|
|
1297
|
+
*
|
|
1298
|
+
* @param context - The Powerlines context.
|
|
1299
|
+
* @returns A string containing the file header warning message.
|
|
1300
|
+
*/
|
|
1301
|
+
function getFileHeaderWarning(context) {
|
|
1302
|
+
return getFileHeaderWarningText(context.config.output?.overwrite, context.config.framework);
|
|
1303
|
+
}
|
|
1304
|
+
/**
|
|
1305
|
+
* Generates a file header comment for a generated source file, including a warning about automatic overwriting.
|
|
1306
|
+
*
|
|
1307
|
+
* @param context - The Powerlines context.
|
|
1308
|
+
* @param comment - The comment syntax to use for the header (e.g., `//` for JavaScript/TypeScript, `#` for Python). Defaults to `//`.
|
|
1309
|
+
* @returns A string containing the file header comment.
|
|
1310
|
+
*/
|
|
1311
|
+
function getFileHeader(context, comment = "//") {
|
|
1312
|
+
return `
|
|
1313
|
+
${comment} Generated by ${titleCase(context.config.framework) || "Powerlines"}
|
|
1314
|
+
${comment} ${getFileHeaderWarning(context)}
|
|
1315
|
+
`;
|
|
1316
|
+
}
|
|
1317
|
+
/**
|
|
1318
|
+
* Generates a file header comment for a generated TypeScript source file, including a warning about automatic overwriting.
|
|
1319
|
+
*
|
|
1320
|
+
* @param context - The Powerlines context.
|
|
1321
|
+
* @param options - Additional options for generating the file header, such as a directive to include and whether to add a Prettier ignore comment.
|
|
1322
|
+
* @returns A string containing the file header comment for a TypeScript file.
|
|
1323
|
+
*/
|
|
1324
|
+
function getTypescriptFileHeader(context, options = {}) {
|
|
1325
|
+
const { directive = null, prettierIgnore = false } = options;
|
|
1326
|
+
return `/* eslint-disable */
|
|
1327
|
+
// biome-ignore lint: disable
|
|
1328
|
+
${prettierIgnore ? `// prettier-ignore` : ""}${directive ? `\n\n${directive}\n` : "\n"}
|
|
1329
|
+
${getFileHeader(context)}
|
|
1330
|
+
|
|
1331
|
+
`;
|
|
1332
|
+
}
|
|
1333
|
+
|
|
1334
|
+
//#endregion
|
|
1335
|
+
//#region ../core/src/lib/utilities/source-map.ts
|
|
1336
|
+
const dmp = new Diff();
|
|
1337
|
+
|
|
1166
1338
|
//#endregion
|
|
1167
1339
|
//#region ../powerlines/src/storage/base.ts
|
|
1168
1340
|
/**
|
|
@@ -1461,7 +1633,10 @@ var FileSystemStorageAdapter = class extends BaseStorageAdapter {
|
|
|
1461
1633
|
* @param value - The value to set.
|
|
1462
1634
|
*/
|
|
1463
1635
|
setSync(key, value) {
|
|
1464
|
-
if (!this.isReadOnly
|
|
1636
|
+
if (!this.isReadOnly) if (this.existsSync(this.resolve(key)) && !this.overwrite) {
|
|
1637
|
+
const existingValue = this.getSync(this.resolve(key));
|
|
1638
|
+
if (isSetString(existingValue) && existingValue.includes(getFileHeaderWarningText(true, this.context.config.framework))) return writeFileSync(this.resolve(key), existingValue.replace(getFileHeaderWarningText(true, this.context.config.framework), getFileHeaderWarningText(false, this.context.config.framework)));
|
|
1639
|
+
} else return writeFileSync(this.resolve(key), value);
|
|
1465
1640
|
}
|
|
1466
1641
|
/**
|
|
1467
1642
|
* Asynchronously sets the value for a given key.
|
|
@@ -1470,7 +1645,10 @@ var FileSystemStorageAdapter = class extends BaseStorageAdapter {
|
|
|
1470
1645
|
* @param value - The value to set.
|
|
1471
1646
|
*/
|
|
1472
1647
|
async set(key, value) {
|
|
1473
|
-
if (!this.isReadOnly
|
|
1648
|
+
if (!this.isReadOnly) if (this.existsSync(this.resolve(key)) && !this.overwrite) {
|
|
1649
|
+
const existingValue = await this.get(this.resolve(key));
|
|
1650
|
+
if (isSetString(existingValue) && existingValue.includes(getFileHeaderWarningText(true, this.context.config.framework))) return writeFile(this.resolve(key), existingValue.replace(getFileHeaderWarningText(true, this.context.config.framework), getFileHeaderWarningText(false, this.context.config.framework)));
|
|
1651
|
+
} else return writeFile(this.resolve(key), value);
|
|
1474
1652
|
}
|
|
1475
1653
|
/**
|
|
1476
1654
|
* Synchronously removes a key from the storage.
|
|
@@ -1642,145 +1820,6 @@ var VirtualStorageAdapter = class extends BaseStorageAdapter {
|
|
|
1642
1820
|
}
|
|
1643
1821
|
};
|
|
1644
1822
|
|
|
1645
|
-
//#endregion
|
|
1646
|
-
//#region ../core/src/lib/entry.ts
|
|
1647
|
-
function resolveEntryOutput(context, typeDefinition) {
|
|
1648
|
-
return replaceExtension(replacePath(replacePath(replacePath(replacePath(replacePath(typeDefinition.file, joinPaths(context.workspaceConfig.workspaceRoot, context.config.root, "src")), joinPaths(context.workspaceConfig.workspaceRoot, context.config.root)), joinPaths(context.config.root, "src")), context.config.root), "src"));
|
|
1649
|
-
}
|
|
1650
|
-
function resolveInput(context, typeDefinition, input, output) {
|
|
1651
|
-
return {
|
|
1652
|
-
...typeDefinition,
|
|
1653
|
-
input: isSetString(input) ? { file: String(input) } : typeDefinition,
|
|
1654
|
-
output: output || resolveEntryOutput(context, typeDefinition)
|
|
1655
|
-
};
|
|
1656
|
-
}
|
|
1657
|
-
/**
|
|
1658
|
-
* Resolves multiple type definitions into their corresponding resolved entry type definitions.
|
|
1659
|
-
*
|
|
1660
|
-
* @param context - The current context
|
|
1661
|
-
* @param typeDefinitions - The type definitions to resolve.
|
|
1662
|
-
* @returns A promise that resolves to an array of resolved entry type definitions.
|
|
1663
|
-
*/
|
|
1664
|
-
function resolveInputsSync(context, typeDefinitions) {
|
|
1665
|
-
return (isObject(typeDefinitions) && !isTypeDefinition(typeDefinitions) ? Object.values(typeDefinitions).flat() : toArray(typeDefinitions)).map((entry) => {
|
|
1666
|
-
if (isResolvedEntryTypeDefinition(entry)) return {
|
|
1667
|
-
...entry,
|
|
1668
|
-
output: entry.output ? replacePathTokens(context, entry.output) : void 0,
|
|
1669
|
-
file: replacePathTokens(context, entry.file)
|
|
1670
|
-
};
|
|
1671
|
-
let typeDefinition;
|
|
1672
|
-
if (isString(entry)) typeDefinition = parseTypeDefinition(replacePathTokens(context, entry));
|
|
1673
|
-
else {
|
|
1674
|
-
typeDefinition = entry;
|
|
1675
|
-
typeDefinition.file = replacePathTokens(context, typeDefinition.file);
|
|
1676
|
-
}
|
|
1677
|
-
const filePath = isAbsolutePath(typeDefinition.file) ? typeDefinition.file : appendPath(typeDefinition.file, context.config.root);
|
|
1678
|
-
if (context.fs.isFileSync(filePath)) return resolveInput(context, {
|
|
1679
|
-
file: appendPath(filePath, context.workspaceConfig.workspaceRoot),
|
|
1680
|
-
name: typeDefinition.name
|
|
1681
|
-
});
|
|
1682
|
-
return context.fs.globSync(appendPath(filePath, context.workspaceConfig.workspaceRoot)).map((file) => resolveInput(context, {
|
|
1683
|
-
file,
|
|
1684
|
-
name: typeDefinition.name
|
|
1685
|
-
}));
|
|
1686
|
-
}).flat().filter(Boolean);
|
|
1687
|
-
}
|
|
1688
|
-
/**
|
|
1689
|
-
* Checks if the provided entry is a type definition.
|
|
1690
|
-
*
|
|
1691
|
-
* @param entry - The entry to check.
|
|
1692
|
-
* @returns True if the entry is a type definition, false otherwise.
|
|
1693
|
-
*/
|
|
1694
|
-
function isTypeDefinition(entry) {
|
|
1695
|
-
return !isString(entry) && entry.file !== void 0;
|
|
1696
|
-
}
|
|
1697
|
-
/**
|
|
1698
|
-
* Checks if the provided entry is a resolved entry type definition.
|
|
1699
|
-
*
|
|
1700
|
-
* @param entry - The entry to check.
|
|
1701
|
-
* @returns True if the entry is a resolved entry type definition, false otherwise.
|
|
1702
|
-
*/
|
|
1703
|
-
function isResolvedEntryTypeDefinition(entry) {
|
|
1704
|
-
return isTypeDefinition(entry) && entry.output !== void 0;
|
|
1705
|
-
}
|
|
1706
|
-
/**
|
|
1707
|
-
* Get unique inputs from the provided list.
|
|
1708
|
-
*
|
|
1709
|
-
* @param inputs - The entry points to process.
|
|
1710
|
-
* @returns An array of unique inputs (by file path or content hash).
|
|
1711
|
-
*/
|
|
1712
|
-
function getUniqueInputs(inputs = []) {
|
|
1713
|
-
return isObject(inputs) ? inputs : getUniqueBy(toArray(inputs), (item) => isSetString(item) ? item : murmurhash(item ?? {}, { maxLength: 24 }));
|
|
1714
|
-
}
|
|
1715
|
-
|
|
1716
|
-
//#endregion
|
|
1717
|
-
//#region ../core/src/lib/logger.ts
|
|
1718
|
-
/**
|
|
1719
|
-
* Create a logging function with a specific name and options.
|
|
1720
|
-
*
|
|
1721
|
-
* @param name - The name of the logging function.
|
|
1722
|
-
* @param options - The options to configure the logging function.
|
|
1723
|
-
* @returns A logging function.
|
|
1724
|
-
*/
|
|
1725
|
-
const createLog = (name, options = {}) => {
|
|
1726
|
-
const logLevel = options.logLevel === null ? LogLevelLabel.SILENT : options.logLevel || LogLevelLabel.INFO;
|
|
1727
|
-
if (logLevel === LogLevelLabel.SILENT) return noop;
|
|
1728
|
-
if (options.customLogger) return options.customLogger;
|
|
1729
|
-
return (type, ...args) => getLogFn(getLogLevel(type), {
|
|
1730
|
-
...options,
|
|
1731
|
-
logLevel
|
|
1732
|
-
})(`${chalk.bold.hex(getColor("brand", options))(`${name ? kebabCase(name) : ""}${options.name ? `${name ? chalk.gray(" > ") : ""}${kebabCase(options.name)}` : ""}${chalk.gray(" > ")}`)}${args.join(" ")} `.trim());
|
|
1733
|
-
};
|
|
1734
|
-
const BADGE_COLORS = [
|
|
1735
|
-
"#00A0DD",
|
|
1736
|
-
"#6FCE4E",
|
|
1737
|
-
"#FBBF24",
|
|
1738
|
-
"#F43F5E",
|
|
1739
|
-
"#3B82F6",
|
|
1740
|
-
"#A855F7",
|
|
1741
|
-
"#469592",
|
|
1742
|
-
"#288EDF",
|
|
1743
|
-
"#D8B4FE",
|
|
1744
|
-
"#10B981",
|
|
1745
|
-
"#EF4444",
|
|
1746
|
-
"#F0EC56",
|
|
1747
|
-
"#F472B6",
|
|
1748
|
-
"#22D3EE",
|
|
1749
|
-
"#EAB308",
|
|
1750
|
-
"#84CC16",
|
|
1751
|
-
"#F87171",
|
|
1752
|
-
"#0EA5E9",
|
|
1753
|
-
"#D946EF",
|
|
1754
|
-
"#FACC15",
|
|
1755
|
-
"#34D399",
|
|
1756
|
-
"#8B5CF6"
|
|
1757
|
-
];
|
|
1758
|
-
const extendLog = (logFn, name) => {
|
|
1759
|
-
return (type, ...args) => logFn(type, ` ${chalk.inverse.hex(BADGE_COLORS[name.split("").map((char) => char.charCodeAt(0)).reduce((ret, charCode) => ret + charCode, 0) % BADGE_COLORS.length] || BADGE_COLORS[0])(` ${titleCase(name)} `)} ${args.join(" ")} `);
|
|
1760
|
-
};
|
|
1761
|
-
|
|
1762
|
-
//#endregion
|
|
1763
|
-
//#region ../core/src/lib/utilities/file-header.ts
|
|
1764
|
-
function getBaseFileHeader(context) {
|
|
1765
|
-
return `
|
|
1766
|
-
// Generated by ${titleCase(context.config.framework) || "Powerlines"}
|
|
1767
|
-
${context.config.output?.overwrite !== false ? `// Do not edit this file manually - it will be overwritten automatically. Automatic overwrites can be disabled by using the \`output.overwrite\` option.` : `// This file was generated on ${(/* @__PURE__ */ new Date()).toLocaleString()} - it will not be overwritten by ${titleCase(context.config.framework)} while the \`output.overwrite\` option is set to \`true\`.`}
|
|
1768
|
-
`;
|
|
1769
|
-
}
|
|
1770
|
-
function getFileHeader(context, options = {}) {
|
|
1771
|
-
const { directive = null, prettierIgnore = false } = options;
|
|
1772
|
-
return `/* eslint-disable */
|
|
1773
|
-
// biome-ignore lint: disable
|
|
1774
|
-
${prettierIgnore ? `// prettier-ignore` : ""}${directive ? `\n\n${directive}\n` : "\n"}
|
|
1775
|
-
${getBaseFileHeader(context)}
|
|
1776
|
-
|
|
1777
|
-
`;
|
|
1778
|
-
}
|
|
1779
|
-
|
|
1780
|
-
//#endregion
|
|
1781
|
-
//#region ../core/src/lib/utilities/source-map.ts
|
|
1782
|
-
const dmp = new Diff();
|
|
1783
|
-
|
|
1784
1823
|
//#endregion
|
|
1785
1824
|
//#region ../powerlines/src/_internal/vfs.ts
|
|
1786
1825
|
function toFilePath(path) {
|
|
@@ -4240,7 +4279,7 @@ var PowerlinesAPI = class PowerlinesAPI {
|
|
|
4240
4279
|
}
|
|
4241
4280
|
if (isSetString(types?.trim()) || directives.length > 0) await context.fs.write(context.dtsPath, `${directives.length > 0 ? `${directives.map((directive) => `/// <reference types="${directive}" />`).join("\n")}
|
|
4242
4281
|
|
|
4243
|
-
` : ""}${
|
|
4282
|
+
` : ""}${getTypescriptFileHeader(context, {
|
|
4244
4283
|
directive: null,
|
|
4245
4284
|
prettierIgnore: false
|
|
4246
4285
|
})}
|
|
@@ -4691,4 +4730,4 @@ ${error.stack}` : "Unknown error"}`);
|
|
|
4691
4730
|
|
|
4692
4731
|
//#endregion
|
|
4693
4732
|
export { withExecutor as t };
|
|
4694
|
-
//# sourceMappingURL=base-executor-
|
|
4733
|
+
//# sourceMappingURL=base-executor-8Ir8WQy3.mjs.map
|