@powerlines/nx 0.11.255 → 0.11.256
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/index.d.mts +1 -1
- 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-DqLkQwd_.js → base-executor-BS0EAYJ2.js} +9 -5
- package/dist/src/{base-executor-tq_hb0zU.js → base-executor-CKc5_Hem.js} +8 -4
- package/dist/src/{base-executor-CssolRCu.d.ts → base-executor-CWToCKgJ.d.ts} +9 -3
- package/dist/src/base-executor-CWToCKgJ.d.ts.map +1 -0
- package/dist/src/{base-executor-C5zOSF8G.mjs → base-executor-DEP4BtaY.mjs} +9 -5
- package/dist/src/{base-executor-DkPqPuGO.mjs.map → base-executor-DEP4BtaY.mjs.map} +1 -1
- package/dist/src/{base-executor-DkPqPuGO.mjs → base-executor-dXLUI-bz.mjs} +10 -6
- package/dist/src/base-executor-dXLUI-bz.mjs.map +1 -0
- package/dist/src/{base-executor-CDMeDnfo.d.mts → base-executor-xsZuLKpp.d.mts} +9 -3
- package/dist/src/base-executor-xsZuLKpp.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.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.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.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.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.ts +2 -2
- package/dist/src/index.d.mts +1 -1
- 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-C5zOSF8G.mjs.map +0 -1
- package/dist/src/base-executor-CDMeDnfo.d.mts.map +0 -1
- package/dist/src/base-executor-CssolRCu.d.ts.map +0 -1
- package/dist/src/base-executor.untyped-DBccuF6E.d.ts +0 -7
- package/dist/src/base-executor.untyped-DBccuF6E.d.ts.map +0 -1
|
@@ -78,7 +78,7 @@ 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.15";
|
|
82
82
|
|
|
83
83
|
//#endregion
|
|
84
84
|
//#region ../powerlines/src/typescript/ts-morph.ts
|
|
@@ -3280,24 +3280,28 @@ var PowerlinesContext = class PowerlinesContext {
|
|
|
3280
3280
|
if (!result) return;
|
|
3281
3281
|
return {
|
|
3282
3282
|
id: result,
|
|
3283
|
-
external: !match(moduleId, this.config.resolve.noExternal) && (match(moduleId, this.config.resolve.external) || moduleId.startsWith("node:") || this.fs.isVirtual(moduleId) && this.config.projectType !== "application" || this.config.resolve.skipNodeModulesBundle && !/^[A-Z]:[/\\]|^\.{0,2}\/|^\.{1,2}$/.test(moduleId))
|
|
3283
|
+
external: !match(moduleId, this.config.resolve.noExternal) && (match(moduleId, this.config.resolve.external) || moduleId.startsWith("node:") || this.fs.isVirtual(moduleId) && this.config.projectType !== "application" || this.config.resolve.skipNodeModulesBundle && !/^[A-Z]:[/\\]|^\.{0,2}\/|^\.{1,2}$/.test(moduleId)),
|
|
3284
|
+
virtual: this.fs.isVirtual(moduleId)
|
|
3284
3285
|
};
|
|
3285
3286
|
}
|
|
3286
3287
|
if (this.config.resolve.skipNodeModulesBundle) {
|
|
3287
3288
|
if (match(moduleId, this.resolvePatterns) || match(moduleId, this.config.resolve.noExternal)) return;
|
|
3288
3289
|
if (match(moduleId, this.config.resolve.external) || moduleId.startsWith("node:")) return {
|
|
3289
3290
|
id: moduleId,
|
|
3290
|
-
external: true
|
|
3291
|
+
external: true,
|
|
3292
|
+
virtual: false
|
|
3291
3293
|
};
|
|
3292
3294
|
if (!/^[A-Z]:[/\\]|^\.{0,2}\/|^\.{1,2}$/.test(moduleId)) return {
|
|
3293
3295
|
id: moduleId,
|
|
3294
|
-
external: true
|
|
3296
|
+
external: true,
|
|
3297
|
+
virtual: false
|
|
3295
3298
|
};
|
|
3296
3299
|
} else {
|
|
3297
3300
|
if (match(moduleId, this.config.resolve.noExternal)) return;
|
|
3298
3301
|
if (match(moduleId, this.config.resolve.external) || moduleId.startsWith("node:")) return {
|
|
3299
3302
|
id: moduleId,
|
|
3300
|
-
external: true
|
|
3303
|
+
external: true,
|
|
3304
|
+
virtual: false
|
|
3301
3305
|
};
|
|
3302
3306
|
}
|
|
3303
3307
|
}
|
|
@@ -4804,4 +4808,4 @@ ${error.stack}` : "Unknown error"}`);
|
|
|
4804
4808
|
|
|
4805
4809
|
//#endregion
|
|
4806
4810
|
export { withExecutor as t };
|
|
4807
|
-
//# sourceMappingURL=base-executor-
|
|
4811
|
+
//# sourceMappingURL=base-executor-dXLUI-bz.mjs.map
|