@powerlines/nx 0.11.127 → 0.11.129
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 +18 -0
- package/dist/{chunk-LOTVN4ME.mjs → chunk-2LSGUZP7.mjs} +1 -1
- package/dist/{chunk-56MCJH3J.js → chunk-3YHYRSAI.js} +2 -2
- package/dist/{chunk-7AZLH52Q.js → chunk-4DT2QBIV.js} +2 -2
- package/dist/{chunk-IWSYHFCU.mjs → chunk-6JRIBRDK.mjs} +1 -1
- package/dist/{chunk-OVX2CEXQ.mjs → chunk-AGZ4P3AS.mjs} +1 -2
- package/dist/{chunk-UHUBYHC5.js → chunk-BAAOY6SV.js} +67 -37
- package/dist/{chunk-E5JLGW6Y.js → chunk-DJOV2W72.js} +2 -2
- package/dist/{chunk-KKAINAQ4.js → chunk-EKQ7LM5Q.js} +2 -2
- package/dist/{chunk-KXFIN2NL.mjs → chunk-GICOAOUL.mjs} +1 -1
- package/dist/{chunk-B73RFLCU.js → chunk-IPLLMUCB.js} +2 -2
- package/dist/{chunk-LM4Z5ESW.mjs → chunk-LS6GDBS3.mjs} +1 -1
- package/dist/{chunk-DQI2I5KK.js → chunk-NU3VTAH5.js} +1 -2
- package/dist/{chunk-WA6S6OWI.js → chunk-O2RWQV3W.js} +2 -2
- package/dist/{chunk-TTWSRFD2.mjs → chunk-Q2C7WFUE.mjs} +1 -1
- package/dist/{chunk-NOSBV75N.js → chunk-SXKQNYVO.js} +3 -3
- package/dist/{chunk-S5T5BM2U.mjs → chunk-T7AKYV2C.mjs} +1 -1
- package/dist/{chunk-562NI5FM.mjs → chunk-U5YHJZWT.mjs} +1 -1
- package/dist/{chunk-IGOI3JVE.mjs → chunk-YMWDR3XY.mjs} +59 -29
- package/dist/executors.js +12 -12
- package/dist/executors.mjs +7 -7
- package/dist/index.js +15 -15
- package/dist/index.mjs +9 -9
- package/dist/src/base/base-executor.js +3 -3
- package/dist/src/base/base-executor.mjs +2 -2
- package/dist/src/executors/build/executor.js +5 -5
- package/dist/src/executors/build/executor.mjs +3 -3
- package/dist/src/executors/clean/executor.js +5 -5
- package/dist/src/executors/clean/executor.mjs +3 -3
- package/dist/src/executors/docs/executor.js +5 -5
- package/dist/src/executors/docs/executor.mjs +3 -3
- package/dist/src/executors/lint/executor.js +5 -5
- package/dist/src/executors/lint/executor.mjs +3 -3
- package/dist/src/executors/prepare/executor.js +5 -5
- package/dist/src/executors/prepare/executor.mjs +3 -3
- package/dist/src/helpers/plugin-utilities.d.mts +1 -1
- package/dist/src/helpers/plugin-utilities.d.ts +1 -1
- package/dist/src/helpers/plugin-utilities.js +5 -5
- package/dist/src/helpers/plugin-utilities.mjs +2 -2
- package/dist/src/plugin/index.js +4 -4
- package/dist/src/plugin/index.mjs +3 -3
- package/package.json +3 -3
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { loadWorkspaceConfig, CACHE_HASH_LENGTH, PROJECT_ROOT_HASH_LENGTH, getPrefixedProjectRootHash, loadUserConfigFile, writeMetaFile } from './chunk-
|
|
1
|
+
import { loadWorkspaceConfig, CACHE_HASH_LENGTH, PROJECT_ROOT_HASH_LENGTH, getPrefixedProjectRootHash, loadUserConfigFile, writeMetaFile } from './chunk-AGZ4P3AS.mjs';
|
|
2
2
|
import { __name } from './chunk-O6YSETKJ.mjs';
|
|
3
3
|
import { getLogFn, getLogLevel, writeError } from '@storm-software/config-tools/logger';
|
|
4
4
|
import { withRunExecutor } from '@storm-software/workspace-tools/base/base-executor';
|
|
@@ -34,7 +34,6 @@ import { isAbsolutePath } from '@stryke/path/is-type';
|
|
|
34
34
|
import { isParentPath } from '@stryke/path/is-parent-path';
|
|
35
35
|
import { prettyBytes } from '@stryke/string-format/pretty-bytes';
|
|
36
36
|
import { InMemoryFileSystemHost, Project, DiagnosticCategory } from 'ts-morph';
|
|
37
|
-
import { LogLevelLabel } from '@storm-software/config-tools/types';
|
|
38
37
|
import { getPackageName, hasPackageVersion, getPackageVersion } from '@stryke/string-format/package';
|
|
39
38
|
import { getObjectDiff } from '@donedeal0/superdiff';
|
|
40
39
|
import { readJsonFile, readJsonFileSync } from '@stryke/fs/json';
|
|
@@ -42,6 +41,7 @@ import { StormJSON } from '@stryke/json/storm-json';
|
|
|
42
41
|
import { titleCase } from '@stryke/string-format/title-case';
|
|
43
42
|
import { existsSync, exists } from '@stryke/fs/exists';
|
|
44
43
|
import ts from 'typescript';
|
|
44
|
+
import { LogLevelLabel } from '@storm-software/config-tools/types';
|
|
45
45
|
import { getEnvPaths } from '@stryke/env/get-env-paths';
|
|
46
46
|
import { hashDirectory } from '@stryke/hash/hash-files';
|
|
47
47
|
import { murmurhash } from '@stryke/hash/murmurhash';
|
|
@@ -78,11 +78,11 @@ import { resolve } from 'node:path';
|
|
|
78
78
|
|
|
79
79
|
// ../powerlines/package.json
|
|
80
80
|
var package_default = {
|
|
81
|
-
version: "0.37.
|
|
81
|
+
version: "0.37.72"};
|
|
82
82
|
|
|
83
83
|
// ../powerlines/src/plugin-utils/modules.ts
|
|
84
84
|
function isBuiltinModule(context, moduleName) {
|
|
85
|
-
const prefix = context.config
|
|
85
|
+
const prefix = context.config?.framework || "powerlines";
|
|
86
86
|
return moduleName.startsWith(`${prefix.replace(/:$/, "")}:`) || Object.keys(context.fs.metadata).filter((key) => context.fs.metadata[key]?.type === "builtin").includes(moduleName);
|
|
87
87
|
}
|
|
88
88
|
__name(isBuiltinModule, "isBuiltinModule");
|
|
@@ -281,7 +281,7 @@ var VirtualFileSystemHost = class extends InMemoryFileSystemHost {
|
|
|
281
281
|
}
|
|
282
282
|
};
|
|
283
283
|
function createProgram(context, override) {
|
|
284
|
-
context.
|
|
284
|
+
context.debug(`Creating ts-morph Project instance with configuration from: ${context.tsconfig.tsconfigFilePath}.`);
|
|
285
285
|
const project = new Project(defu6(override ?? {}, {
|
|
286
286
|
skipAddingFilesFromTsConfig: false,
|
|
287
287
|
tsConfigFilePath: context.tsconfig.tsconfigFilePath,
|
|
@@ -349,7 +349,7 @@ async function emitBuiltinTypes(context, files) {
|
|
|
349
349
|
context.trace(`Processing emitted type declaration file: ${emittedFile.filePath}`);
|
|
350
350
|
const filePath = appendPath(emittedFile.filePath, context.workspaceConfig.workspaceRoot);
|
|
351
351
|
if (!filePath.endsWith(".map") && findFileName(filePath) !== "tsconfig.tsbuildinfo" && isParentPath(filePath, context.builtinsPath)) {
|
|
352
|
-
const moduleId = `${context.config.
|
|
352
|
+
const moduleId = `${context.config.framework}:${replaceExtension(replacePath(filePath, context.builtinsPath), "", {
|
|
353
353
|
fullExtension: true
|
|
354
354
|
})}`;
|
|
355
355
|
const moduleComment = emittedFile.text.match(getModuleCommentBlockRegex(moduleId))?.find((comment) => isSetString(comment?.trim()));
|
|
@@ -377,7 +377,7 @@ ${value || ""}`.trim();
|
|
|
377
377
|
async function callHook(context, key, options, ...args) {
|
|
378
378
|
const hooks = context.selectHooks(key, options);
|
|
379
379
|
if (hooks.length > 0) {
|
|
380
|
-
context.
|
|
380
|
+
context.debug(` \u{1F9E9} Calling plugin hook: ${chalk5.bold.cyanBright(`${key}${options?.order ? ` (${options.order})` : ""}`)}`);
|
|
381
381
|
const invokeHook = /* @__PURE__ */ __name(async (hook, hookArgs) => {
|
|
382
382
|
return Reflect.apply(hook.handler, hook.context, hookArgs);
|
|
383
383
|
}, "invokeHook");
|
|
@@ -449,17 +449,17 @@ async function installPackage(context, packageName, dev = false) {
|
|
|
449
449
|
cwd: context.config.projectRoot
|
|
450
450
|
})) {
|
|
451
451
|
if (context.config.autoInstall) {
|
|
452
|
-
context.
|
|
452
|
+
context.warn(`The package "${packageName}" is not installed. It will be installed automatically.`);
|
|
453
453
|
const result = await install(packageName, {
|
|
454
454
|
cwd: context.config.projectRoot,
|
|
455
455
|
dev
|
|
456
456
|
});
|
|
457
457
|
if (isNumber(result.exitCode) && result.exitCode > 0) {
|
|
458
|
-
context.
|
|
458
|
+
context.error(result.stderr);
|
|
459
459
|
throw new Error(`An error occurred while installing the package "${packageName}"`);
|
|
460
460
|
}
|
|
461
461
|
} else {
|
|
462
|
-
context.
|
|
462
|
+
context.warn(`The package "${packageName}" is not installed. Since the "autoInstall" option is set to false, it will not be installed automatically.`);
|
|
463
463
|
}
|
|
464
464
|
} else if (hasPackageVersion(packageName) && !process.env.POWERLINES_SKIP_VERSION_CHECK) {
|
|
465
465
|
const isMatching = await doesPackageMatch(getPackageName(packageName), getPackageVersion(packageName), context.config.projectRoot);
|
|
@@ -468,7 +468,7 @@ async function installPackage(context, packageName, dev = false) {
|
|
|
468
468
|
cwd: context.config.projectRoot
|
|
469
469
|
});
|
|
470
470
|
if (!packageListing?.version.startsWith("catalog:") && !packageListing?.version.startsWith("workspace:")) {
|
|
471
|
-
context.
|
|
471
|
+
context.warn(`The package "${getPackageName(packageName)}" is installed but does not match the expected version ${getPackageVersion(packageName)} (installed version: ${packageListing?.version || "<Unknown>"}). Please ensure this is intentional before proceeding. Note: You can skip this validation with the "STORM_STACK_SKIP_VERSION_CHECK" environment variable.`);
|
|
472
472
|
}
|
|
473
473
|
}
|
|
474
474
|
}
|
|
@@ -477,14 +477,14 @@ __name(installPackage, "installPackage");
|
|
|
477
477
|
|
|
478
478
|
// ../powerlines/src/internal/helpers/install-dependencies.ts
|
|
479
479
|
async function installDependencies(context) {
|
|
480
|
-
context.
|
|
480
|
+
context.debug(`Checking and installing missing project dependencies.`);
|
|
481
481
|
context.dependencies ??= {};
|
|
482
482
|
context.devDependencies ??= {};
|
|
483
483
|
if (Object.keys(context.dependencies).length === 0 && Object.keys(context.devDependencies).length === 0) {
|
|
484
|
-
context.
|
|
484
|
+
context.debug(`No dependencies or devDependencies to install. Skipping installation step.`);
|
|
485
485
|
return;
|
|
486
486
|
}
|
|
487
|
-
context.
|
|
487
|
+
context.debug(`The following packages are required:
|
|
488
488
|
Dependencies:
|
|
489
489
|
${Object.entries(context.dependencies).map(([name, version]) => `- ${name}@${String(version)}`).join(" \n")}
|
|
490
490
|
|
|
@@ -641,14 +641,14 @@ async function resolveTsconfigChanges(context) {
|
|
|
641
641
|
}
|
|
642
642
|
__name(resolveTsconfigChanges, "resolveTsconfigChanges");
|
|
643
643
|
async function initializeTsconfig(context) {
|
|
644
|
-
context.
|
|
644
|
+
context.debug("Initializing TypeScript configuration (tsconfig.json) for the Powerlines project.");
|
|
645
645
|
if (!isPackageExists("typescript")) {
|
|
646
646
|
throw new Error('The TypeScript package is not installed. Please install the package using the command: "npm install typescript --save-dev"');
|
|
647
647
|
}
|
|
648
648
|
const tsconfigFilePath = getTsconfigFilePath(context.workspaceConfig.workspaceRoot, context.config.projectRoot, context.config.tsconfig);
|
|
649
649
|
context.tsconfig.originalTsconfigJson = await readJsonFile(tsconfigFilePath);
|
|
650
650
|
context.tsconfig.tsconfigJson = await resolveTsconfigChanges(context);
|
|
651
|
-
context.
|
|
651
|
+
context.debug("Writing updated TypeScript configuration (tsconfig.json) file to disk.");
|
|
652
652
|
await context.fs.write(tsconfigFilePath, StormJSON.stringify(context.tsconfig.tsconfigJson));
|
|
653
653
|
context.tsconfig = getParsedTypeScriptConfig(context.workspaceConfig.workspaceRoot, context.config.projectRoot, context.config.tsconfig, context.config.tsconfigRaw, context.tsconfig.originalTsconfigJson);
|
|
654
654
|
}
|
|
@@ -690,7 +690,7 @@ async function resolveTsconfig(context) {
|
|
|
690
690
|
getChanges(diff);
|
|
691
691
|
}
|
|
692
692
|
if (changes.length > 0) {
|
|
693
|
-
context.
|
|
693
|
+
context.warn(`Updating the following configuration values in "${context.tsconfig.tsconfigFilePath}" file:
|
|
694
694
|
|
|
695
695
|
${changes.map((change, i) => `${chalk5.bold.whiteBright(`${i + 1}. ${titleCase(change.status)} the ${change.field} field: `)}
|
|
696
696
|
${chalk5.red(` - Previous: ${change.previous} `)}
|
|
@@ -1800,7 +1800,7 @@ var VirtualFileSystem = class _VirtualFileSystem {
|
|
|
1800
1800
|
if (isParentPath(normalized, this.#context.builtinsPath)) {
|
|
1801
1801
|
normalized = replacePath(normalized, this.#context.builtinsPath);
|
|
1802
1802
|
}
|
|
1803
|
-
return normalizeId(normalized, this.#context.config.
|
|
1803
|
+
return normalizeId(normalized, this.#context.config.framework);
|
|
1804
1804
|
}
|
|
1805
1805
|
/**
|
|
1806
1806
|
* Normalizes a given path by resolving it against the project root, workspace root, and built-ins path.
|
|
@@ -1809,7 +1809,7 @@ var VirtualFileSystem = class _VirtualFileSystem {
|
|
|
1809
1809
|
* @returns The normalized path.
|
|
1810
1810
|
*/
|
|
1811
1811
|
#normalizePath(path) {
|
|
1812
|
-
return normalizePath(path.includes("{") || path.includes("}") ? replacePathTokens(this.#context, path) : path, this.#context.builtinsPath, this.#context.config.
|
|
1812
|
+
return normalizePath(path.includes("{") || path.includes("}") ? replacePathTokens(this.#context, path) : path, this.#context.builtinsPath, this.#context.config.framework);
|
|
1813
1813
|
}
|
|
1814
1814
|
/**
|
|
1815
1815
|
* Gets the storage adapter and relative key for a given key.
|
|
@@ -2846,8 +2846,7 @@ var PowerlinesContext = class _PowerlinesContext {
|
|
|
2846
2846
|
}, {
|
|
2847
2847
|
output: config.framework ? {
|
|
2848
2848
|
artifactsPath: `.${config.framework ?? "powerlines"}`,
|
|
2849
|
-
dts: joinPaths(config.root ?? this.config.projectRoot, `${config.framework ?? "powerlines"}.d.ts`)
|
|
2850
|
-
builtinPrefix: config.framework ?? "powerlines"
|
|
2849
|
+
dts: joinPaths(config.root ?? this.config.projectRoot, `${config.framework ?? "powerlines"}.d.ts`)
|
|
2851
2850
|
} : {}
|
|
2852
2851
|
});
|
|
2853
2852
|
}
|
|
@@ -3081,6 +3080,29 @@ var PowerlinesContext = class _PowerlinesContext {
|
|
|
3081
3080
|
return Object.values(this.fs.metadata).filter((meta) => meta && meta.type === "builtin").map((meta) => meta?.id).filter(Boolean);
|
|
3082
3081
|
}
|
|
3083
3082
|
/**
|
|
3083
|
+
* The alias mappings for the project used during module resolution
|
|
3084
|
+
*
|
|
3085
|
+
* @remarks
|
|
3086
|
+
* This includes both the built-in module aliases as well as any custom aliases defined in the build configuration.
|
|
3087
|
+
*/
|
|
3088
|
+
get alias() {
|
|
3089
|
+
return this.builtins.reduce((ret, id) => {
|
|
3090
|
+
const moduleId = `${this.config?.framework || "powerlines"}:${id.replace(/^.*?:/, "")}`;
|
|
3091
|
+
if (!ret[moduleId]) {
|
|
3092
|
+
const path = this.fs.paths[id];
|
|
3093
|
+
if (path) {
|
|
3094
|
+
ret[moduleId] = path;
|
|
3095
|
+
}
|
|
3096
|
+
}
|
|
3097
|
+
return ret;
|
|
3098
|
+
}, this.config.build.alias ? Array.isArray(this.config.build.alias) ? this.config.build.alias.reduce((ret, alias) => {
|
|
3099
|
+
if (!ret[alias.find.toString()]) {
|
|
3100
|
+
ret[alias.find.toString()] = alias.replacement;
|
|
3101
|
+
}
|
|
3102
|
+
return ret;
|
|
3103
|
+
}, {}) : this.config.build.alias : {});
|
|
3104
|
+
}
|
|
3105
|
+
/**
|
|
3084
3106
|
* The {@link Project} instance used for type reflection and module manipulation
|
|
3085
3107
|
*
|
|
3086
3108
|
* @see https://ts-morph.com/
|
|
@@ -3607,7 +3629,6 @@ var PowerlinesContext = class _PowerlinesContext {
|
|
|
3607
3629
|
".git",
|
|
3608
3630
|
".nx",
|
|
3609
3631
|
".cache",
|
|
3610
|
-
".storm",
|
|
3611
3632
|
"tmp",
|
|
3612
3633
|
"dist"
|
|
3613
3634
|
]
|
|
@@ -3652,7 +3673,8 @@ var PowerlinesContext = class _PowerlinesContext {
|
|
|
3652
3673
|
skipCache: config.skipCache ?? this.config.skipCache ?? false,
|
|
3653
3674
|
configFile: config.configFile ?? this.config.configFile,
|
|
3654
3675
|
framework: config.framework ?? this.config.framework ?? "powerlines",
|
|
3655
|
-
command: this.config.inlineConfig?.command
|
|
3676
|
+
command: this.config.inlineConfig?.command,
|
|
3677
|
+
alias: this.config.build?.alias ?? config.build?.alias
|
|
3656
3678
|
};
|
|
3657
3679
|
if (configCache.has(cacheKey)) {
|
|
3658
3680
|
const result = configCache.get(cacheKey);
|
|
@@ -3676,8 +3698,12 @@ var PowerlinesContext = class _PowerlinesContext {
|
|
|
3676
3698
|
projectRoot: cacheKey.projectRoot,
|
|
3677
3699
|
cacheDir: this.cachePath,
|
|
3678
3700
|
mode: cacheKey.mode,
|
|
3679
|
-
logLevel: config.logLevel || this.config
|
|
3680
|
-
skipCache: cacheKey.skipCache
|
|
3701
|
+
logLevel: config.logLevel || this.config.logLevel || this.workspaceConfig.logLevel || "info",
|
|
3702
|
+
skipCache: cacheKey.skipCache,
|
|
3703
|
+
alias: this.config.build?.alias ? Array.isArray(this.config.build.alias) ? this.config.build.alias.reduce((ret, alias) => {
|
|
3704
|
+
ret[alias.find.toString()] = alias.replacement;
|
|
3705
|
+
return ret;
|
|
3706
|
+
}, {}) : this.config.build.alias : {}
|
|
3681
3707
|
});
|
|
3682
3708
|
const userConfig = await loadUserConfigFile(cacheKey.projectRoot, this.workspaceConfig.workspaceRoot, this.resolver, cacheKey.command, cacheKey.mode, cacheKey.configFile, cacheKey.framework);
|
|
3683
3709
|
this.mergeUserConfig(userConfig.config);
|
|
@@ -3710,7 +3736,6 @@ var PowerlinesContext = class _PowerlinesContext {
|
|
|
3710
3736
|
outputPath: cacheKey.projectRoot ? joinPaths(this.workspaceConfig?.directories?.build || "dist", cacheKey.projectRoot) : this.workspaceConfig?.directories?.build || "dist",
|
|
3711
3737
|
artifactsPath: `.${config.framework ?? "powerlines"}`,
|
|
3712
3738
|
dts: joinPaths(cacheKey.projectRoot, `${config.framework ?? "powerlines"}.d.ts`),
|
|
3713
|
-
builtinPrefix: config.framework ?? "powerlines",
|
|
3714
3739
|
assets: [
|
|
3715
3740
|
{
|
|
3716
3741
|
glob: "LICENSE"
|
|
@@ -3869,6 +3894,11 @@ function createPluginContext(plugin, environment) {
|
|
|
3869
3894
|
if (prop === "log" || prop === "logger") {
|
|
3870
3895
|
return log;
|
|
3871
3896
|
}
|
|
3897
|
+
if (prop === "fatal") {
|
|
3898
|
+
return (message) => {
|
|
3899
|
+
log(LogLevelLabel.FATAL, normalizeMessage(message));
|
|
3900
|
+
};
|
|
3901
|
+
}
|
|
3872
3902
|
if (prop === "error") {
|
|
3873
3903
|
return (message) => {
|
|
3874
3904
|
log(LogLevelLabel.ERROR, normalizeMessage(message));
|
|
@@ -4293,14 +4323,14 @@ var PowerlinesAPIContext = class _PowerlinesAPIContext extends PowerlinesContext
|
|
|
4293
4323
|
}
|
|
4294
4324
|
if (Object.keys(this.environments).length === 1) {
|
|
4295
4325
|
environment = this.environments[Object.keys(this.environments)[0]];
|
|
4296
|
-
this.
|
|
4326
|
+
this.debug(`Applying the only configured environment: ${chalk5.bold.cyanBright(environment?.environment.name)}`);
|
|
4297
4327
|
}
|
|
4298
4328
|
if (!environment) {
|
|
4299
4329
|
if (name) {
|
|
4300
4330
|
throw new Error(`Environment "${name}" not found.`);
|
|
4301
4331
|
}
|
|
4302
4332
|
environment = await this.in(createDefaultEnvironment(this.config.userConfig));
|
|
4303
|
-
this.
|
|
4333
|
+
this.warn(`No environment specified, and no default environment found. Using a temporary default environment: ${chalk5.bold.cyanBright(environment?.environment.name)}`);
|
|
4304
4334
|
}
|
|
4305
4335
|
return environment;
|
|
4306
4336
|
}
|
|
@@ -4329,7 +4359,7 @@ var PowerlinesAPIContext = class _PowerlinesAPIContext extends PowerlinesContext
|
|
|
4329
4359
|
let environment;
|
|
4330
4360
|
if (Object.keys(this.environments).length > 1) {
|
|
4331
4361
|
environment = await this.in(createEnvironment(GLOBAL_ENVIRONMENT, this.config.userConfig));
|
|
4332
|
-
this.
|
|
4362
|
+
this.debug(`Combined all ${Object.keys(this.environments).length} environments into a single global context.`);
|
|
4333
4363
|
} else {
|
|
4334
4364
|
environment = await this.getEnvironment();
|
|
4335
4365
|
}
|
package/dist/executors.js
CHANGED
|
@@ -1,34 +1,34 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
require('./chunk-XO62WWX4.js');
|
|
4
|
-
var
|
|
5
|
-
var
|
|
6
|
-
var
|
|
7
|
-
var
|
|
8
|
-
var
|
|
9
|
-
require('./chunk-
|
|
10
|
-
require('./chunk-
|
|
4
|
+
var chunk3YHYRSAI_js = require('./chunk-3YHYRSAI.js');
|
|
5
|
+
var chunk4DT2QBIV_js = require('./chunk-4DT2QBIV.js');
|
|
6
|
+
var chunkDJOV2W72_js = require('./chunk-DJOV2W72.js');
|
|
7
|
+
var chunkEKQ7LM5Q_js = require('./chunk-EKQ7LM5Q.js');
|
|
8
|
+
var chunkIPLLMUCB_js = require('./chunk-IPLLMUCB.js');
|
|
9
|
+
require('./chunk-BAAOY6SV.js');
|
|
10
|
+
require('./chunk-NU3VTAH5.js');
|
|
11
11
|
require('./chunk-SHUYVCID.js');
|
|
12
12
|
|
|
13
13
|
|
|
14
14
|
|
|
15
15
|
Object.defineProperty(exports, "lint", {
|
|
16
16
|
enumerable: true,
|
|
17
|
-
get: function () { return
|
|
17
|
+
get: function () { return chunk3YHYRSAI_js.executor_default; }
|
|
18
18
|
});
|
|
19
19
|
Object.defineProperty(exports, "prepare", {
|
|
20
20
|
enumerable: true,
|
|
21
|
-
get: function () { return
|
|
21
|
+
get: function () { return chunk4DT2QBIV_js.executor_default; }
|
|
22
22
|
});
|
|
23
23
|
Object.defineProperty(exports, "build", {
|
|
24
24
|
enumerable: true,
|
|
25
|
-
get: function () { return
|
|
25
|
+
get: function () { return chunkDJOV2W72_js.executor_default; }
|
|
26
26
|
});
|
|
27
27
|
Object.defineProperty(exports, "clean", {
|
|
28
28
|
enumerable: true,
|
|
29
|
-
get: function () { return
|
|
29
|
+
get: function () { return chunkEKQ7LM5Q_js.executor_default; }
|
|
30
30
|
});
|
|
31
31
|
Object.defineProperty(exports, "docs", {
|
|
32
32
|
enumerable: true,
|
|
33
|
-
get: function () { return
|
|
33
|
+
get: function () { return chunkIPLLMUCB_js.executor_default; }
|
|
34
34
|
});
|
package/dist/executors.mjs
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import './chunk-UV4HQO3Y.mjs';
|
|
2
|
-
export { executor_default as lint } from './chunk-
|
|
3
|
-
export { executor_default as prepare } from './chunk-
|
|
4
|
-
export { executor_default as build } from './chunk-
|
|
5
|
-
export { executor_default as clean } from './chunk-
|
|
6
|
-
export { executor_default as docs } from './chunk-
|
|
7
|
-
import './chunk-
|
|
8
|
-
import './chunk-
|
|
2
|
+
export { executor_default as lint } from './chunk-LS6GDBS3.mjs';
|
|
3
|
+
export { executor_default as prepare } from './chunk-Q2C7WFUE.mjs';
|
|
4
|
+
export { executor_default as build } from './chunk-U5YHJZWT.mjs';
|
|
5
|
+
export { executor_default as clean } from './chunk-T7AKYV2C.mjs';
|
|
6
|
+
export { executor_default as docs } from './chunk-2LSGUZP7.mjs';
|
|
7
|
+
import './chunk-YMWDR3XY.mjs';
|
|
8
|
+
import './chunk-AGZ4P3AS.mjs';
|
|
9
9
|
import './chunk-O6YSETKJ.mjs';
|
package/dist/index.js
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunkO2RWQV3W_js = require('./chunk-O2RWQV3W.js');
|
|
4
4
|
require('./chunk-XO62WWX4.js');
|
|
5
|
-
var
|
|
6
|
-
var
|
|
7
|
-
var
|
|
8
|
-
var
|
|
9
|
-
var
|
|
5
|
+
var chunk3YHYRSAI_js = require('./chunk-3YHYRSAI.js');
|
|
6
|
+
var chunk4DT2QBIV_js = require('./chunk-4DT2QBIV.js');
|
|
7
|
+
var chunkDJOV2W72_js = require('./chunk-DJOV2W72.js');
|
|
8
|
+
var chunkEKQ7LM5Q_js = require('./chunk-EKQ7LM5Q.js');
|
|
9
|
+
var chunkIPLLMUCB_js = require('./chunk-IPLLMUCB.js');
|
|
10
10
|
require('./chunk-N2YKXZ5R.js');
|
|
11
11
|
var chunkWUJKJGEW_js = require('./chunk-WUJKJGEW.js');
|
|
12
|
-
require('./chunk-
|
|
13
|
-
require('./chunk-
|
|
14
|
-
require('./chunk-
|
|
12
|
+
require('./chunk-BAAOY6SV.js');
|
|
13
|
+
require('./chunk-SXKQNYVO.js');
|
|
14
|
+
require('./chunk-NU3VTAH5.js');
|
|
15
15
|
require('./chunk-IQVSZEQ6.js');
|
|
16
16
|
require('./chunk-SHUYVCID.js');
|
|
17
17
|
|
|
@@ -19,27 +19,27 @@ require('./chunk-SHUYVCID.js');
|
|
|
19
19
|
|
|
20
20
|
Object.defineProperty(exports, "createNodesV2", {
|
|
21
21
|
enumerable: true,
|
|
22
|
-
get: function () { return
|
|
22
|
+
get: function () { return chunkO2RWQV3W_js.createNodesV2; }
|
|
23
23
|
});
|
|
24
24
|
Object.defineProperty(exports, "lint", {
|
|
25
25
|
enumerable: true,
|
|
26
|
-
get: function () { return
|
|
26
|
+
get: function () { return chunk3YHYRSAI_js.executor_default; }
|
|
27
27
|
});
|
|
28
28
|
Object.defineProperty(exports, "prepare", {
|
|
29
29
|
enumerable: true,
|
|
30
|
-
get: function () { return
|
|
30
|
+
get: function () { return chunk4DT2QBIV_js.executor_default; }
|
|
31
31
|
});
|
|
32
32
|
Object.defineProperty(exports, "build", {
|
|
33
33
|
enumerable: true,
|
|
34
|
-
get: function () { return
|
|
34
|
+
get: function () { return chunkDJOV2W72_js.executor_default; }
|
|
35
35
|
});
|
|
36
36
|
Object.defineProperty(exports, "clean", {
|
|
37
37
|
enumerable: true,
|
|
38
|
-
get: function () { return
|
|
38
|
+
get: function () { return chunkEKQ7LM5Q_js.executor_default; }
|
|
39
39
|
});
|
|
40
40
|
Object.defineProperty(exports, "docs", {
|
|
41
41
|
enumerable: true,
|
|
42
|
-
get: function () { return
|
|
42
|
+
get: function () { return chunkIPLLMUCB_js.executor_default; }
|
|
43
43
|
});
|
|
44
44
|
Object.defineProperty(exports, "sync", {
|
|
45
45
|
enumerable: true,
|
package/dist/index.mjs
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
export { createNodesV2 } from './chunk-
|
|
1
|
+
export { createNodesV2 } from './chunk-6JRIBRDK.mjs';
|
|
2
2
|
import './chunk-UV4HQO3Y.mjs';
|
|
3
|
-
export { executor_default as lint } from './chunk-
|
|
4
|
-
export { executor_default as prepare } from './chunk-
|
|
5
|
-
export { executor_default as build } from './chunk-
|
|
6
|
-
export { executor_default as clean } from './chunk-
|
|
7
|
-
export { executor_default as docs } from './chunk-
|
|
3
|
+
export { executor_default as lint } from './chunk-LS6GDBS3.mjs';
|
|
4
|
+
export { executor_default as prepare } from './chunk-Q2C7WFUE.mjs';
|
|
5
|
+
export { executor_default as build } from './chunk-U5YHJZWT.mjs';
|
|
6
|
+
export { executor_default as clean } from './chunk-T7AKYV2C.mjs';
|
|
7
|
+
export { executor_default as docs } from './chunk-2LSGUZP7.mjs';
|
|
8
8
|
import './chunk-23KFTIT2.mjs';
|
|
9
9
|
export { generator_default as sync, generatorFn as syncGenerator } from './chunk-326QB2VK.mjs';
|
|
10
|
-
import './chunk-
|
|
11
|
-
import './chunk-
|
|
12
|
-
import './chunk-
|
|
10
|
+
import './chunk-YMWDR3XY.mjs';
|
|
11
|
+
import './chunk-GICOAOUL.mjs';
|
|
12
|
+
import './chunk-AGZ4P3AS.mjs';
|
|
13
13
|
import './chunk-IC47MFKB.mjs';
|
|
14
14
|
import './chunk-O6YSETKJ.mjs';
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
require('../../chunk-
|
|
3
|
+
var chunkBAAOY6SV_js = require('../../chunk-BAAOY6SV.js');
|
|
4
|
+
require('../../chunk-NU3VTAH5.js');
|
|
5
5
|
require('../../chunk-SHUYVCID.js');
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
Object.defineProperty(exports, "withExecutor", {
|
|
10
10
|
enumerable: true,
|
|
11
|
-
get: function () { return
|
|
11
|
+
get: function () { return chunkBAAOY6SV_js.withExecutor; }
|
|
12
12
|
});
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export { withExecutor } from '../../chunk-
|
|
2
|
-
import '../../chunk-
|
|
1
|
+
export { withExecutor } from '../../chunk-YMWDR3XY.mjs';
|
|
2
|
+
import '../../chunk-AGZ4P3AS.mjs';
|
|
3
3
|
import '../../chunk-O6YSETKJ.mjs';
|
|
@@ -2,18 +2,18 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var
|
|
6
|
-
require('../../../chunk-
|
|
7
|
-
require('../../../chunk-
|
|
5
|
+
var chunkDJOV2W72_js = require('../../../chunk-DJOV2W72.js');
|
|
6
|
+
require('../../../chunk-BAAOY6SV.js');
|
|
7
|
+
require('../../../chunk-NU3VTAH5.js');
|
|
8
8
|
require('../../../chunk-SHUYVCID.js');
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
|
|
12
12
|
Object.defineProperty(exports, "default", {
|
|
13
13
|
enumerable: true,
|
|
14
|
-
get: function () { return
|
|
14
|
+
get: function () { return chunkDJOV2W72_js.executor_default; }
|
|
15
15
|
});
|
|
16
16
|
Object.defineProperty(exports, "executorFn", {
|
|
17
17
|
enumerable: true,
|
|
18
|
-
get: function () { return
|
|
18
|
+
get: function () { return chunkDJOV2W72_js.executorFn; }
|
|
19
19
|
});
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { executor_default as default, executorFn } from '../../../chunk-
|
|
2
|
-
import '../../../chunk-
|
|
3
|
-
import '../../../chunk-
|
|
1
|
+
export { executor_default as default, executorFn } from '../../../chunk-U5YHJZWT.mjs';
|
|
2
|
+
import '../../../chunk-YMWDR3XY.mjs';
|
|
3
|
+
import '../../../chunk-AGZ4P3AS.mjs';
|
|
4
4
|
import '../../../chunk-O6YSETKJ.mjs';
|
|
@@ -2,18 +2,18 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var
|
|
6
|
-
require('../../../chunk-
|
|
7
|
-
require('../../../chunk-
|
|
5
|
+
var chunkEKQ7LM5Q_js = require('../../../chunk-EKQ7LM5Q.js');
|
|
6
|
+
require('../../../chunk-BAAOY6SV.js');
|
|
7
|
+
require('../../../chunk-NU3VTAH5.js');
|
|
8
8
|
require('../../../chunk-SHUYVCID.js');
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
|
|
12
12
|
Object.defineProperty(exports, "default", {
|
|
13
13
|
enumerable: true,
|
|
14
|
-
get: function () { return
|
|
14
|
+
get: function () { return chunkEKQ7LM5Q_js.executor_default; }
|
|
15
15
|
});
|
|
16
16
|
Object.defineProperty(exports, "executorFn", {
|
|
17
17
|
enumerable: true,
|
|
18
|
-
get: function () { return
|
|
18
|
+
get: function () { return chunkEKQ7LM5Q_js.executorFn; }
|
|
19
19
|
});
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { executor_default as default, executorFn } from '../../../chunk-
|
|
2
|
-
import '../../../chunk-
|
|
3
|
-
import '../../../chunk-
|
|
1
|
+
export { executor_default as default, executorFn } from '../../../chunk-T7AKYV2C.mjs';
|
|
2
|
+
import '../../../chunk-YMWDR3XY.mjs';
|
|
3
|
+
import '../../../chunk-AGZ4P3AS.mjs';
|
|
4
4
|
import '../../../chunk-O6YSETKJ.mjs';
|
|
@@ -2,18 +2,18 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var
|
|
6
|
-
require('../../../chunk-
|
|
7
|
-
require('../../../chunk-
|
|
5
|
+
var chunkIPLLMUCB_js = require('../../../chunk-IPLLMUCB.js');
|
|
6
|
+
require('../../../chunk-BAAOY6SV.js');
|
|
7
|
+
require('../../../chunk-NU3VTAH5.js');
|
|
8
8
|
require('../../../chunk-SHUYVCID.js');
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
|
|
12
12
|
Object.defineProperty(exports, "default", {
|
|
13
13
|
enumerable: true,
|
|
14
|
-
get: function () { return
|
|
14
|
+
get: function () { return chunkIPLLMUCB_js.executor_default; }
|
|
15
15
|
});
|
|
16
16
|
Object.defineProperty(exports, "executorFn", {
|
|
17
17
|
enumerable: true,
|
|
18
|
-
get: function () { return
|
|
18
|
+
get: function () { return chunkIPLLMUCB_js.executorFn; }
|
|
19
19
|
});
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { executor_default as default, executorFn } from '../../../chunk-
|
|
2
|
-
import '../../../chunk-
|
|
3
|
-
import '../../../chunk-
|
|
1
|
+
export { executor_default as default, executorFn } from '../../../chunk-2LSGUZP7.mjs';
|
|
2
|
+
import '../../../chunk-YMWDR3XY.mjs';
|
|
3
|
+
import '../../../chunk-AGZ4P3AS.mjs';
|
|
4
4
|
import '../../../chunk-O6YSETKJ.mjs';
|
|
@@ -2,18 +2,18 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var
|
|
6
|
-
require('../../../chunk-
|
|
7
|
-
require('../../../chunk-
|
|
5
|
+
var chunk3YHYRSAI_js = require('../../../chunk-3YHYRSAI.js');
|
|
6
|
+
require('../../../chunk-BAAOY6SV.js');
|
|
7
|
+
require('../../../chunk-NU3VTAH5.js');
|
|
8
8
|
require('../../../chunk-SHUYVCID.js');
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
|
|
12
12
|
Object.defineProperty(exports, "default", {
|
|
13
13
|
enumerable: true,
|
|
14
|
-
get: function () { return
|
|
14
|
+
get: function () { return chunk3YHYRSAI_js.executor_default; }
|
|
15
15
|
});
|
|
16
16
|
Object.defineProperty(exports, "executorFn", {
|
|
17
17
|
enumerable: true,
|
|
18
|
-
get: function () { return
|
|
18
|
+
get: function () { return chunk3YHYRSAI_js.executorFn; }
|
|
19
19
|
});
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { executor_default as default, executorFn } from '../../../chunk-
|
|
2
|
-
import '../../../chunk-
|
|
3
|
-
import '../../../chunk-
|
|
1
|
+
export { executor_default as default, executorFn } from '../../../chunk-LS6GDBS3.mjs';
|
|
2
|
+
import '../../../chunk-YMWDR3XY.mjs';
|
|
3
|
+
import '../../../chunk-AGZ4P3AS.mjs';
|
|
4
4
|
import '../../../chunk-O6YSETKJ.mjs';
|
|
@@ -2,18 +2,18 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var
|
|
6
|
-
require('../../../chunk-
|
|
7
|
-
require('../../../chunk-
|
|
5
|
+
var chunk4DT2QBIV_js = require('../../../chunk-4DT2QBIV.js');
|
|
6
|
+
require('../../../chunk-BAAOY6SV.js');
|
|
7
|
+
require('../../../chunk-NU3VTAH5.js');
|
|
8
8
|
require('../../../chunk-SHUYVCID.js');
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
|
|
12
12
|
Object.defineProperty(exports, "default", {
|
|
13
13
|
enumerable: true,
|
|
14
|
-
get: function () { return
|
|
14
|
+
get: function () { return chunk4DT2QBIV_js.executor_default; }
|
|
15
15
|
});
|
|
16
16
|
Object.defineProperty(exports, "executorFn", {
|
|
17
17
|
enumerable: true,
|
|
18
|
-
get: function () { return
|
|
18
|
+
get: function () { return chunk4DT2QBIV_js.executorFn; }
|
|
19
19
|
});
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { executor_default as default, executorFn } from '../../../chunk-
|
|
2
|
-
import '../../../chunk-
|
|
3
|
-
import '../../../chunk-
|
|
1
|
+
export { executor_default as default, executorFn } from '../../../chunk-Q2C7WFUE.mjs';
|
|
2
|
+
import '../../../chunk-YMWDR3XY.mjs';
|
|
3
|
+
import '../../../chunk-AGZ4P3AS.mjs';
|
|
4
4
|
import '../../../chunk-O6YSETKJ.mjs';
|
|
@@ -38,7 +38,7 @@ interface CreateNxPluginOptions {
|
|
|
38
38
|
* A string identifier that allows a child framework or tool to identify itself when using Powerlines.
|
|
39
39
|
*
|
|
40
40
|
* @remarks
|
|
41
|
-
* If no values are provided for {@link OutputConfig.dts | output.dts}
|
|
41
|
+
* If no values are provided for {@link OutputConfig.dts | output.dts} or {@link OutputConfig.artifactsFolder | output.artifactsFolder}, this value will be used as the default.
|
|
42
42
|
*
|
|
43
43
|
* @defaultValue "powerlines"
|
|
44
44
|
*/
|
|
@@ -38,7 +38,7 @@ interface CreateNxPluginOptions {
|
|
|
38
38
|
* A string identifier that allows a child framework or tool to identify itself when using Powerlines.
|
|
39
39
|
*
|
|
40
40
|
* @remarks
|
|
41
|
-
* If no values are provided for {@link OutputConfig.dts | output.dts}
|
|
41
|
+
* If no values are provided for {@link OutputConfig.dts | output.dts} or {@link OutputConfig.artifactsFolder | output.artifactsFolder}, this value will be used as the default.
|
|
42
42
|
*
|
|
43
43
|
* @defaultValue "powerlines"
|
|
44
44
|
*/
|