@powerlines/nx 0.11.78 → 0.11.79
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 +6 -0
- package/dist/{chunk-CH4MA6RI.js → chunk-CMQJAVYR.js} +2 -2
- package/dist/{chunk-4EXM3LNW.js → chunk-D6XWVAIZ.js} +2 -2
- package/dist/{chunk-QGA7AZWV.js → chunk-DY7VF6I6.js} +2 -2
- package/dist/{chunk-H4R77WFR.js → chunk-IKGYQ4RA.js} +58 -22
- package/dist/{chunk-65KVGVH6.mjs → chunk-N5VFA4B5.mjs} +1 -1
- package/dist/{chunk-IKU63MDC.mjs → chunk-OH2DDWA6.mjs} +1 -1
- package/dist/{chunk-BIKQYBVC.mjs → chunk-PGKXD4OE.mjs} +58 -22
- package/dist/{chunk-VOXGF3JS.js → chunk-RW2XNZEX.js} +2 -2
- package/dist/{chunk-6PJ44DJN.js → chunk-TEG5246D.js} +2 -2
- package/dist/{chunk-5XPOHI5M.mjs → chunk-VVUT4VFF.mjs} +1 -1
- package/dist/{chunk-D6IQMPHA.mjs → chunk-WSVYUMD2.mjs} +1 -1
- package/dist/{chunk-OA2OOKLN.mjs → chunk-YP7EEWJA.mjs} +1 -1
- package/dist/executors.js +11 -11
- package/dist/executors.mjs +6 -6
- package/dist/index.js +11 -11
- package/dist/index.mjs +6 -6
- package/dist/src/base/base-executor.js +2 -2
- package/dist/src/base/base-executor.mjs +1 -1
- package/dist/src/executors/build/executor.js +4 -4
- package/dist/src/executors/build/executor.mjs +2 -2
- package/dist/src/executors/clean/executor.js +4 -4
- package/dist/src/executors/clean/executor.mjs +2 -2
- package/dist/src/executors/docs/executor.js +4 -4
- package/dist/src/executors/docs/executor.mjs +2 -2
- package/dist/src/executors/lint/executor.js +4 -4
- package/dist/src/executors/lint/executor.mjs +2 -2
- package/dist/src/executors/prepare/executor.js +4 -4
- package/dist/src/executors/prepare/executor.mjs +2 -2
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,12 @@
|
|
|
2
2
|
|
|
3
3
|
# Changelog for Powerlines - Nx
|
|
4
4
|
|
|
5
|
+
## [0.11.78](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.78) (01/14/2026)
|
|
6
|
+
|
|
7
|
+
### Updated Dependencies
|
|
8
|
+
|
|
9
|
+
- Updated **powerlines** to **v0.37.22**
|
|
10
|
+
|
|
5
11
|
## [0.11.77](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.77) (01/14/2026)
|
|
6
12
|
|
|
7
13
|
### Updated Dependencies
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunkIKGYQ4RA_js = require('./chunk-IKGYQ4RA.js');
|
|
4
4
|
var chunkSHUYVCID_js = require('./chunk-SHUYVCID.js');
|
|
5
5
|
|
|
6
6
|
// src/executors/lint/executor.ts
|
|
@@ -11,7 +11,7 @@ async function executorFn(context, api) {
|
|
|
11
11
|
};
|
|
12
12
|
}
|
|
13
13
|
chunkSHUYVCID_js.__name(executorFn, "executorFn");
|
|
14
|
-
var executor =
|
|
14
|
+
var executor = chunkIKGYQ4RA_js.withExecutor("lint", executorFn);
|
|
15
15
|
var executor_default = executor;
|
|
16
16
|
|
|
17
17
|
exports.executorFn = executorFn;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunkIKGYQ4RA_js = require('./chunk-IKGYQ4RA.js');
|
|
4
4
|
var chunkSHUYVCID_js = require('./chunk-SHUYVCID.js');
|
|
5
5
|
|
|
6
6
|
// src/executors/docs/executor.ts
|
|
@@ -11,7 +11,7 @@ async function executorFn(context, api) {
|
|
|
11
11
|
};
|
|
12
12
|
}
|
|
13
13
|
chunkSHUYVCID_js.__name(executorFn, "executorFn");
|
|
14
|
-
var executor =
|
|
14
|
+
var executor = chunkIKGYQ4RA_js.withExecutor("docs", executorFn);
|
|
15
15
|
var executor_default = executor;
|
|
16
16
|
|
|
17
17
|
exports.executorFn = executorFn;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunkIKGYQ4RA_js = require('./chunk-IKGYQ4RA.js');
|
|
4
4
|
var chunkSHUYVCID_js = require('./chunk-SHUYVCID.js');
|
|
5
5
|
var defu = require('defu');
|
|
6
6
|
|
|
@@ -19,7 +19,7 @@ async function executorFn(context, api) {
|
|
|
19
19
|
};
|
|
20
20
|
}
|
|
21
21
|
chunkSHUYVCID_js.__name(executorFn, "executorFn");
|
|
22
|
-
var executor =
|
|
22
|
+
var executor = chunkIKGYQ4RA_js.withExecutor("prepare", executorFn);
|
|
23
23
|
var executor_default = executor;
|
|
24
24
|
|
|
25
25
|
exports.executorFn = executorFn;
|
|
@@ -1934,7 +1934,18 @@ var VirtualFileSystem = class _VirtualFileSystem {
|
|
|
1934
1934
|
return new Proxy(this.#metadata, {
|
|
1935
1935
|
get: /* @__PURE__ */ chunkSHUYVCID_js.__name((target, prop) => {
|
|
1936
1936
|
return target[this.#normalizeId(prop)];
|
|
1937
|
-
}, "get")
|
|
1937
|
+
}, "get"),
|
|
1938
|
+
set: /* @__PURE__ */ chunkSHUYVCID_js.__name((target, prop, value) => {
|
|
1939
|
+
target[this.#normalizeId(prop)] = value;
|
|
1940
|
+
return true;
|
|
1941
|
+
}, "set"),
|
|
1942
|
+
deleteProperty: /* @__PURE__ */ chunkSHUYVCID_js.__name((target, prop) => {
|
|
1943
|
+
delete target[this.#normalizeId(prop)];
|
|
1944
|
+
return true;
|
|
1945
|
+
}, "deleteProperty"),
|
|
1946
|
+
has: /* @__PURE__ */ chunkSHUYVCID_js.__name((target, prop) => {
|
|
1947
|
+
return this.#normalizeId(prop) in target;
|
|
1948
|
+
}, "has")
|
|
1938
1949
|
});
|
|
1939
1950
|
}
|
|
1940
1951
|
/**
|
|
@@ -1944,7 +1955,18 @@ var VirtualFileSystem = class _VirtualFileSystem {
|
|
|
1944
1955
|
return new Proxy(this.#paths, {
|
|
1945
1956
|
get: /* @__PURE__ */ chunkSHUYVCID_js.__name((target, prop) => {
|
|
1946
1957
|
return target[this.#normalizePath(prop)];
|
|
1947
|
-
}, "get")
|
|
1958
|
+
}, "get"),
|
|
1959
|
+
set: /* @__PURE__ */ chunkSHUYVCID_js.__name((target, prop, value) => {
|
|
1960
|
+
target[this.#normalizePath(prop)] = value;
|
|
1961
|
+
return true;
|
|
1962
|
+
}, "set"),
|
|
1963
|
+
deleteProperty: /* @__PURE__ */ chunkSHUYVCID_js.__name((target, prop) => {
|
|
1964
|
+
delete target[this.#normalizePath(prop)];
|
|
1965
|
+
return true;
|
|
1966
|
+
}, "deleteProperty"),
|
|
1967
|
+
has: /* @__PURE__ */ chunkSHUYVCID_js.__name((target, prop) => {
|
|
1968
|
+
return this.#normalizePath(prop) in target;
|
|
1969
|
+
}, "has")
|
|
1948
1970
|
});
|
|
1949
1971
|
}
|
|
1950
1972
|
/**
|
|
@@ -1954,7 +1976,18 @@ var VirtualFileSystem = class _VirtualFileSystem {
|
|
|
1954
1976
|
return new Proxy(this.#paths, {
|
|
1955
1977
|
get: /* @__PURE__ */ chunkSHUYVCID_js.__name((target, prop) => {
|
|
1956
1978
|
return target[this.#normalizeId(prop)];
|
|
1957
|
-
}, "get")
|
|
1979
|
+
}, "get"),
|
|
1980
|
+
set: /* @__PURE__ */ chunkSHUYVCID_js.__name((target, prop, value) => {
|
|
1981
|
+
target[this.#normalizeId(prop)] = value;
|
|
1982
|
+
return true;
|
|
1983
|
+
}, "set"),
|
|
1984
|
+
deleteProperty: /* @__PURE__ */ chunkSHUYVCID_js.__name((target, prop) => {
|
|
1985
|
+
delete target[this.#normalizeId(prop)];
|
|
1986
|
+
return true;
|
|
1987
|
+
}, "deleteProperty"),
|
|
1988
|
+
has: /* @__PURE__ */ chunkSHUYVCID_js.__name((target, prop) => {
|
|
1989
|
+
return this.#normalizeId(prop) in target;
|
|
1990
|
+
}, "has")
|
|
1958
1991
|
});
|
|
1959
1992
|
}
|
|
1960
1993
|
/**
|
|
@@ -2403,6 +2436,7 @@ var VirtualFileSystem = class _VirtualFileSystem {
|
|
|
2403
2436
|
this.#metadata[id] = {
|
|
2404
2437
|
type: "normal",
|
|
2405
2438
|
timestamp: Date.now(),
|
|
2439
|
+
...this.#metadata[id] ?? {},
|
|
2406
2440
|
...meta
|
|
2407
2441
|
};
|
|
2408
2442
|
this.#paths[id] = this.#normalizePath(relativeKey);
|
|
@@ -2424,6 +2458,7 @@ var VirtualFileSystem = class _VirtualFileSystem {
|
|
|
2424
2458
|
this.#metadata[id] = {
|
|
2425
2459
|
type: "normal",
|
|
2426
2460
|
timestamp: Date.now(),
|
|
2461
|
+
...this.#metadata[id] ?? {},
|
|
2427
2462
|
...meta
|
|
2428
2463
|
};
|
|
2429
2464
|
this.#paths[id] = this.#normalizePath(relativeKey);
|
|
@@ -2648,22 +2683,21 @@ var VirtualFileSystem = class _VirtualFileSystem {
|
|
|
2648
2683
|
await this.remove(joinPaths.joinPaths(this.#context.dataPath, "fs.bin"));
|
|
2649
2684
|
const message = new $__namespace.Message();
|
|
2650
2685
|
const fs = message.initRoot(FileSystem);
|
|
2651
|
-
const
|
|
2652
|
-
|
|
2653
|
-
await Promise.all(paths.map(async (path, index) => {
|
|
2686
|
+
const storage = fs._initStorage(Object.keys(this.#paths).length);
|
|
2687
|
+
await Promise.all(Object.values(this.#paths).map(async (path, index) => {
|
|
2654
2688
|
const code = await this.read(path);
|
|
2655
2689
|
const fd = storage.get(index);
|
|
2656
2690
|
fd.path = path;
|
|
2657
2691
|
fd.code = code || "";
|
|
2658
2692
|
}));
|
|
2659
|
-
const ids = fs._initIds(Object.keys(this
|
|
2660
|
-
Object.entries(this
|
|
2693
|
+
const ids = fs._initIds(Object.keys(this.#ids).length);
|
|
2694
|
+
Object.entries(this.#ids).filter(([, path]) => path).forEach(([id, path], index) => {
|
|
2661
2695
|
const fileId = ids.get(index);
|
|
2662
2696
|
fileId.id = id;
|
|
2663
2697
|
fileId.path = path;
|
|
2664
2698
|
});
|
|
2665
|
-
const metadata = fs._initMetadata(Object.keys(this
|
|
2666
|
-
Object.entries(this
|
|
2699
|
+
const metadata = fs._initMetadata(Object.keys(this.#metadata).length);
|
|
2700
|
+
Object.entries(this.#metadata).filter(([, value]) => value).forEach(([id, value], index) => {
|
|
2667
2701
|
const fileMetadata = metadata.get(index);
|
|
2668
2702
|
fileMetadata.id = id;
|
|
2669
2703
|
fileMetadata.type = value.type;
|
|
@@ -3332,19 +3366,20 @@ var PowerlinesContext = class _PowerlinesContext {
|
|
|
3332
3366
|
output: options.output
|
|
3333
3367
|
});
|
|
3334
3368
|
}
|
|
3335
|
-
return this.emit(code, entryPath, defu6__default.default(
|
|
3336
|
-
"name"
|
|
3337
|
-
]), {
|
|
3369
|
+
return this.emit(code, entryPath, defu6__default.default({
|
|
3338
3370
|
meta: {
|
|
3339
3371
|
type: "entry",
|
|
3340
3372
|
properties: {
|
|
3341
|
-
|
|
3342
|
-
|
|
3343
|
-
|
|
3344
|
-
"input.
|
|
3373
|
+
file: entryPath,
|
|
3374
|
+
name: options?.name,
|
|
3375
|
+
output: options?.output,
|
|
3376
|
+
"input.file": options?.input?.file,
|
|
3377
|
+
"input.name": options?.input?.name
|
|
3345
3378
|
}
|
|
3346
3379
|
}
|
|
3347
|
-
}
|
|
3380
|
+
}, omit.omit(options, [
|
|
3381
|
+
"name"
|
|
3382
|
+
])));
|
|
3348
3383
|
}
|
|
3349
3384
|
/**
|
|
3350
3385
|
* Synchronously resolves a entry virtual file and writes it to the VFS if it does not already exist
|
|
@@ -3363,19 +3398,20 @@ var PowerlinesContext = class _PowerlinesContext {
|
|
|
3363
3398
|
output: options?.output
|
|
3364
3399
|
});
|
|
3365
3400
|
}
|
|
3366
|
-
return this.emitSync(code, entryPath, defu6__default.default(
|
|
3367
|
-
"name"
|
|
3368
|
-
]), {
|
|
3401
|
+
return this.emitSync(code, entryPath, defu6__default.default({
|
|
3369
3402
|
meta: {
|
|
3370
3403
|
type: "entry",
|
|
3371
3404
|
properties: {
|
|
3405
|
+
file: entryPath,
|
|
3372
3406
|
name: options?.name,
|
|
3373
3407
|
output: options?.output,
|
|
3374
3408
|
"input.file": options?.input?.file,
|
|
3375
3409
|
"input.name": options?.input?.name
|
|
3376
3410
|
}
|
|
3377
3411
|
}
|
|
3378
|
-
}
|
|
3412
|
+
}, omit.omit(options, [
|
|
3413
|
+
"name"
|
|
3414
|
+
])));
|
|
3379
3415
|
}
|
|
3380
3416
|
/**
|
|
3381
3417
|
* Resolves a builtin virtual file and writes it to the VFS if it does not already exist
|
|
@@ -1905,7 +1905,18 @@ var VirtualFileSystem = class _VirtualFileSystem {
|
|
|
1905
1905
|
return new Proxy(this.#metadata, {
|
|
1906
1906
|
get: /* @__PURE__ */ __name((target, prop) => {
|
|
1907
1907
|
return target[this.#normalizeId(prop)];
|
|
1908
|
-
}, "get")
|
|
1908
|
+
}, "get"),
|
|
1909
|
+
set: /* @__PURE__ */ __name((target, prop, value) => {
|
|
1910
|
+
target[this.#normalizeId(prop)] = value;
|
|
1911
|
+
return true;
|
|
1912
|
+
}, "set"),
|
|
1913
|
+
deleteProperty: /* @__PURE__ */ __name((target, prop) => {
|
|
1914
|
+
delete target[this.#normalizeId(prop)];
|
|
1915
|
+
return true;
|
|
1916
|
+
}, "deleteProperty"),
|
|
1917
|
+
has: /* @__PURE__ */ __name((target, prop) => {
|
|
1918
|
+
return this.#normalizeId(prop) in target;
|
|
1919
|
+
}, "has")
|
|
1909
1920
|
});
|
|
1910
1921
|
}
|
|
1911
1922
|
/**
|
|
@@ -1915,7 +1926,18 @@ var VirtualFileSystem = class _VirtualFileSystem {
|
|
|
1915
1926
|
return new Proxy(this.#paths, {
|
|
1916
1927
|
get: /* @__PURE__ */ __name((target, prop) => {
|
|
1917
1928
|
return target[this.#normalizePath(prop)];
|
|
1918
|
-
}, "get")
|
|
1929
|
+
}, "get"),
|
|
1930
|
+
set: /* @__PURE__ */ __name((target, prop, value) => {
|
|
1931
|
+
target[this.#normalizePath(prop)] = value;
|
|
1932
|
+
return true;
|
|
1933
|
+
}, "set"),
|
|
1934
|
+
deleteProperty: /* @__PURE__ */ __name((target, prop) => {
|
|
1935
|
+
delete target[this.#normalizePath(prop)];
|
|
1936
|
+
return true;
|
|
1937
|
+
}, "deleteProperty"),
|
|
1938
|
+
has: /* @__PURE__ */ __name((target, prop) => {
|
|
1939
|
+
return this.#normalizePath(prop) in target;
|
|
1940
|
+
}, "has")
|
|
1919
1941
|
});
|
|
1920
1942
|
}
|
|
1921
1943
|
/**
|
|
@@ -1925,7 +1947,18 @@ var VirtualFileSystem = class _VirtualFileSystem {
|
|
|
1925
1947
|
return new Proxy(this.#paths, {
|
|
1926
1948
|
get: /* @__PURE__ */ __name((target, prop) => {
|
|
1927
1949
|
return target[this.#normalizeId(prop)];
|
|
1928
|
-
}, "get")
|
|
1950
|
+
}, "get"),
|
|
1951
|
+
set: /* @__PURE__ */ __name((target, prop, value) => {
|
|
1952
|
+
target[this.#normalizeId(prop)] = value;
|
|
1953
|
+
return true;
|
|
1954
|
+
}, "set"),
|
|
1955
|
+
deleteProperty: /* @__PURE__ */ __name((target, prop) => {
|
|
1956
|
+
delete target[this.#normalizeId(prop)];
|
|
1957
|
+
return true;
|
|
1958
|
+
}, "deleteProperty"),
|
|
1959
|
+
has: /* @__PURE__ */ __name((target, prop) => {
|
|
1960
|
+
return this.#normalizeId(prop) in target;
|
|
1961
|
+
}, "has")
|
|
1929
1962
|
});
|
|
1930
1963
|
}
|
|
1931
1964
|
/**
|
|
@@ -2374,6 +2407,7 @@ var VirtualFileSystem = class _VirtualFileSystem {
|
|
|
2374
2407
|
this.#metadata[id] = {
|
|
2375
2408
|
type: "normal",
|
|
2376
2409
|
timestamp: Date.now(),
|
|
2410
|
+
...this.#metadata[id] ?? {},
|
|
2377
2411
|
...meta
|
|
2378
2412
|
};
|
|
2379
2413
|
this.#paths[id] = this.#normalizePath(relativeKey);
|
|
@@ -2395,6 +2429,7 @@ var VirtualFileSystem = class _VirtualFileSystem {
|
|
|
2395
2429
|
this.#metadata[id] = {
|
|
2396
2430
|
type: "normal",
|
|
2397
2431
|
timestamp: Date.now(),
|
|
2432
|
+
...this.#metadata[id] ?? {},
|
|
2398
2433
|
...meta
|
|
2399
2434
|
};
|
|
2400
2435
|
this.#paths[id] = this.#normalizePath(relativeKey);
|
|
@@ -2619,22 +2654,21 @@ var VirtualFileSystem = class _VirtualFileSystem {
|
|
|
2619
2654
|
await this.remove(joinPaths$1(this.#context.dataPath, "fs.bin"));
|
|
2620
2655
|
const message = new $.Message();
|
|
2621
2656
|
const fs = message.initRoot(FileSystem);
|
|
2622
|
-
const
|
|
2623
|
-
|
|
2624
|
-
await Promise.all(paths.map(async (path, index) => {
|
|
2657
|
+
const storage = fs._initStorage(Object.keys(this.#paths).length);
|
|
2658
|
+
await Promise.all(Object.values(this.#paths).map(async (path, index) => {
|
|
2625
2659
|
const code = await this.read(path);
|
|
2626
2660
|
const fd = storage.get(index);
|
|
2627
2661
|
fd.path = path;
|
|
2628
2662
|
fd.code = code || "";
|
|
2629
2663
|
}));
|
|
2630
|
-
const ids = fs._initIds(Object.keys(this
|
|
2631
|
-
Object.entries(this
|
|
2664
|
+
const ids = fs._initIds(Object.keys(this.#ids).length);
|
|
2665
|
+
Object.entries(this.#ids).filter(([, path]) => path).forEach(([id, path], index) => {
|
|
2632
2666
|
const fileId = ids.get(index);
|
|
2633
2667
|
fileId.id = id;
|
|
2634
2668
|
fileId.path = path;
|
|
2635
2669
|
});
|
|
2636
|
-
const metadata = fs._initMetadata(Object.keys(this
|
|
2637
|
-
Object.entries(this
|
|
2670
|
+
const metadata = fs._initMetadata(Object.keys(this.#metadata).length);
|
|
2671
|
+
Object.entries(this.#metadata).filter(([, value]) => value).forEach(([id, value], index) => {
|
|
2638
2672
|
const fileMetadata = metadata.get(index);
|
|
2639
2673
|
fileMetadata.id = id;
|
|
2640
2674
|
fileMetadata.type = value.type;
|
|
@@ -3303,19 +3337,20 @@ var PowerlinesContext = class _PowerlinesContext {
|
|
|
3303
3337
|
output: options.output
|
|
3304
3338
|
});
|
|
3305
3339
|
}
|
|
3306
|
-
return this.emit(code, entryPath, defu6(
|
|
3307
|
-
"name"
|
|
3308
|
-
]), {
|
|
3340
|
+
return this.emit(code, entryPath, defu6({
|
|
3309
3341
|
meta: {
|
|
3310
3342
|
type: "entry",
|
|
3311
3343
|
properties: {
|
|
3312
|
-
|
|
3313
|
-
|
|
3314
|
-
|
|
3315
|
-
"input.
|
|
3344
|
+
file: entryPath,
|
|
3345
|
+
name: options?.name,
|
|
3346
|
+
output: options?.output,
|
|
3347
|
+
"input.file": options?.input?.file,
|
|
3348
|
+
"input.name": options?.input?.name
|
|
3316
3349
|
}
|
|
3317
3350
|
}
|
|
3318
|
-
}
|
|
3351
|
+
}, omit(options, [
|
|
3352
|
+
"name"
|
|
3353
|
+
])));
|
|
3319
3354
|
}
|
|
3320
3355
|
/**
|
|
3321
3356
|
* Synchronously resolves a entry virtual file and writes it to the VFS if it does not already exist
|
|
@@ -3334,19 +3369,20 @@ var PowerlinesContext = class _PowerlinesContext {
|
|
|
3334
3369
|
output: options?.output
|
|
3335
3370
|
});
|
|
3336
3371
|
}
|
|
3337
|
-
return this.emitSync(code, entryPath, defu6(
|
|
3338
|
-
"name"
|
|
3339
|
-
]), {
|
|
3372
|
+
return this.emitSync(code, entryPath, defu6({
|
|
3340
3373
|
meta: {
|
|
3341
3374
|
type: "entry",
|
|
3342
3375
|
properties: {
|
|
3376
|
+
file: entryPath,
|
|
3343
3377
|
name: options?.name,
|
|
3344
3378
|
output: options?.output,
|
|
3345
3379
|
"input.file": options?.input?.file,
|
|
3346
3380
|
"input.name": options?.input?.name
|
|
3347
3381
|
}
|
|
3348
3382
|
}
|
|
3349
|
-
}
|
|
3383
|
+
}, omit(options, [
|
|
3384
|
+
"name"
|
|
3385
|
+
])));
|
|
3350
3386
|
}
|
|
3351
3387
|
/**
|
|
3352
3388
|
* Resolves a builtin virtual file and writes it to the VFS if it does not already exist
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunkIKGYQ4RA_js = require('./chunk-IKGYQ4RA.js');
|
|
4
4
|
var chunkSHUYVCID_js = require('./chunk-SHUYVCID.js');
|
|
5
5
|
|
|
6
6
|
// src/executors/clean/executor.ts
|
|
@@ -11,7 +11,7 @@ async function executorFn(context, api) {
|
|
|
11
11
|
};
|
|
12
12
|
}
|
|
13
13
|
chunkSHUYVCID_js.__name(executorFn, "executorFn");
|
|
14
|
-
var executor =
|
|
14
|
+
var executor = chunkIKGYQ4RA_js.withExecutor("clean", executorFn);
|
|
15
15
|
var executor_default = executor;
|
|
16
16
|
|
|
17
17
|
exports.executorFn = executorFn;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunkIKGYQ4RA_js = require('./chunk-IKGYQ4RA.js');
|
|
4
4
|
var chunkSHUYVCID_js = require('./chunk-SHUYVCID.js');
|
|
5
5
|
var defu = require('defu');
|
|
6
6
|
|
|
@@ -19,7 +19,7 @@ async function executorFn(context, api) {
|
|
|
19
19
|
};
|
|
20
20
|
}
|
|
21
21
|
chunkSHUYVCID_js.__name(executorFn, "executorFn");
|
|
22
|
-
var executor =
|
|
22
|
+
var executor = chunkIKGYQ4RA_js.withExecutor("build", executorFn);
|
|
23
23
|
var executor_default = executor;
|
|
24
24
|
|
|
25
25
|
exports.executorFn = executorFn;
|
package/dist/executors.js
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
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-
|
|
4
|
+
var chunkCMQJAVYR_js = require('./chunk-CMQJAVYR.js');
|
|
5
|
+
var chunkDY7VF6I6_js = require('./chunk-DY7VF6I6.js');
|
|
6
|
+
var chunkTEG5246D_js = require('./chunk-TEG5246D.js');
|
|
7
|
+
var chunkRW2XNZEX_js = require('./chunk-RW2XNZEX.js');
|
|
8
|
+
var chunkD6XWVAIZ_js = require('./chunk-D6XWVAIZ.js');
|
|
9
|
+
require('./chunk-IKGYQ4RA.js');
|
|
10
10
|
require('./chunk-DQI2I5KK.js');
|
|
11
11
|
require('./chunk-SHUYVCID.js');
|
|
12
12
|
|
|
@@ -14,21 +14,21 @@ require('./chunk-SHUYVCID.js');
|
|
|
14
14
|
|
|
15
15
|
Object.defineProperty(exports, "lint", {
|
|
16
16
|
enumerable: true,
|
|
17
|
-
get: function () { return
|
|
17
|
+
get: function () { return chunkCMQJAVYR_js.executor_default; }
|
|
18
18
|
});
|
|
19
19
|
Object.defineProperty(exports, "prepare", {
|
|
20
20
|
enumerable: true,
|
|
21
|
-
get: function () { return
|
|
21
|
+
get: function () { return chunkDY7VF6I6_js.executor_default; }
|
|
22
22
|
});
|
|
23
23
|
Object.defineProperty(exports, "build", {
|
|
24
24
|
enumerable: true,
|
|
25
|
-
get: function () { return
|
|
25
|
+
get: function () { return chunkTEG5246D_js.executor_default; }
|
|
26
26
|
});
|
|
27
27
|
Object.defineProperty(exports, "clean", {
|
|
28
28
|
enumerable: true,
|
|
29
|
-
get: function () { return
|
|
29
|
+
get: function () { return chunkRW2XNZEX_js.executor_default; }
|
|
30
30
|
});
|
|
31
31
|
Object.defineProperty(exports, "docs", {
|
|
32
32
|
enumerable: true,
|
|
33
|
-
get: function () { return
|
|
33
|
+
get: function () { return chunkD6XWVAIZ_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-
|
|
2
|
+
export { executor_default as lint } from './chunk-YP7EEWJA.mjs';
|
|
3
|
+
export { executor_default as prepare } from './chunk-VVUT4VFF.mjs';
|
|
4
|
+
export { executor_default as build } from './chunk-N5VFA4B5.mjs';
|
|
5
|
+
export { executor_default as clean } from './chunk-OH2DDWA6.mjs';
|
|
6
|
+
export { executor_default as docs } from './chunk-WSVYUMD2.mjs';
|
|
7
|
+
import './chunk-PGKXD4OE.mjs';
|
|
8
8
|
import './chunk-OVX2CEXQ.mjs';
|
|
9
9
|
import './chunk-O6YSETKJ.mjs';
|
package/dist/index.js
CHANGED
|
@@ -2,14 +2,14 @@
|
|
|
2
2
|
|
|
3
3
|
var chunkTNFRQNSW_js = require('./chunk-TNFRQNSW.js');
|
|
4
4
|
require('./chunk-XO62WWX4.js');
|
|
5
|
-
var
|
|
6
|
-
var
|
|
7
|
-
var
|
|
8
|
-
var
|
|
9
|
-
var
|
|
5
|
+
var chunkCMQJAVYR_js = require('./chunk-CMQJAVYR.js');
|
|
6
|
+
var chunkDY7VF6I6_js = require('./chunk-DY7VF6I6.js');
|
|
7
|
+
var chunkTEG5246D_js = require('./chunk-TEG5246D.js');
|
|
8
|
+
var chunkRW2XNZEX_js = require('./chunk-RW2XNZEX.js');
|
|
9
|
+
var chunkD6XWVAIZ_js = require('./chunk-D6XWVAIZ.js');
|
|
10
10
|
require('./chunk-N2YKXZ5R.js');
|
|
11
11
|
var chunkWUJKJGEW_js = require('./chunk-WUJKJGEW.js');
|
|
12
|
-
require('./chunk-
|
|
12
|
+
require('./chunk-IKGYQ4RA.js');
|
|
13
13
|
require('./chunk-QSMJD4CD.js');
|
|
14
14
|
require('./chunk-DQI2I5KK.js');
|
|
15
15
|
require('./chunk-IQVSZEQ6.js');
|
|
@@ -23,23 +23,23 @@ Object.defineProperty(exports, "createNodesV2", {
|
|
|
23
23
|
});
|
|
24
24
|
Object.defineProperty(exports, "lint", {
|
|
25
25
|
enumerable: true,
|
|
26
|
-
get: function () { return
|
|
26
|
+
get: function () { return chunkCMQJAVYR_js.executor_default; }
|
|
27
27
|
});
|
|
28
28
|
Object.defineProperty(exports, "prepare", {
|
|
29
29
|
enumerable: true,
|
|
30
|
-
get: function () { return
|
|
30
|
+
get: function () { return chunkDY7VF6I6_js.executor_default; }
|
|
31
31
|
});
|
|
32
32
|
Object.defineProperty(exports, "build", {
|
|
33
33
|
enumerable: true,
|
|
34
|
-
get: function () { return
|
|
34
|
+
get: function () { return chunkTEG5246D_js.executor_default; }
|
|
35
35
|
});
|
|
36
36
|
Object.defineProperty(exports, "clean", {
|
|
37
37
|
enumerable: true,
|
|
38
|
-
get: function () { return
|
|
38
|
+
get: function () { return chunkRW2XNZEX_js.executor_default; }
|
|
39
39
|
});
|
|
40
40
|
Object.defineProperty(exports, "docs", {
|
|
41
41
|
enumerable: true,
|
|
42
|
-
get: function () { return
|
|
42
|
+
get: function () { return chunkD6XWVAIZ_js.executor_default; }
|
|
43
43
|
});
|
|
44
44
|
Object.defineProperty(exports, "sync", {
|
|
45
45
|
enumerable: true,
|
package/dist/index.mjs
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
export { createNodesV2 } from './chunk-KPZS6OF5.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-YP7EEWJA.mjs';
|
|
4
|
+
export { executor_default as prepare } from './chunk-VVUT4VFF.mjs';
|
|
5
|
+
export { executor_default as build } from './chunk-N5VFA4B5.mjs';
|
|
6
|
+
export { executor_default as clean } from './chunk-OH2DDWA6.mjs';
|
|
7
|
+
export { executor_default as docs } from './chunk-WSVYUMD2.mjs';
|
|
8
8
|
import './chunk-23KFTIT2.mjs';
|
|
9
9
|
export { generator_default as sync, generatorFn as syncGenerator } from './chunk-326QB2VK.mjs';
|
|
10
|
-
import './chunk-
|
|
10
|
+
import './chunk-PGKXD4OE.mjs';
|
|
11
11
|
import './chunk-LK4PXBKI.mjs';
|
|
12
12
|
import './chunk-OVX2CEXQ.mjs';
|
|
13
13
|
import './chunk-IC47MFKB.mjs';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunkIKGYQ4RA_js = require('../../chunk-IKGYQ4RA.js');
|
|
4
4
|
require('../../chunk-DQI2I5KK.js');
|
|
5
5
|
require('../../chunk-SHUYVCID.js');
|
|
6
6
|
|
|
@@ -8,5 +8,5 @@ require('../../chunk-SHUYVCID.js');
|
|
|
8
8
|
|
|
9
9
|
Object.defineProperty(exports, "withExecutor", {
|
|
10
10
|
enumerable: true,
|
|
11
|
-
get: function () { return
|
|
11
|
+
get: function () { return chunkIKGYQ4RA_js.withExecutor; }
|
|
12
12
|
});
|
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var
|
|
6
|
-
require('../../../chunk-
|
|
5
|
+
var chunkTEG5246D_js = require('../../../chunk-TEG5246D.js');
|
|
6
|
+
require('../../../chunk-IKGYQ4RA.js');
|
|
7
7
|
require('../../../chunk-DQI2I5KK.js');
|
|
8
8
|
require('../../../chunk-SHUYVCID.js');
|
|
9
9
|
|
|
@@ -11,9 +11,9 @@ require('../../../chunk-SHUYVCID.js');
|
|
|
11
11
|
|
|
12
12
|
Object.defineProperty(exports, "default", {
|
|
13
13
|
enumerable: true,
|
|
14
|
-
get: function () { return
|
|
14
|
+
get: function () { return chunkTEG5246D_js.executor_default; }
|
|
15
15
|
});
|
|
16
16
|
Object.defineProperty(exports, "executorFn", {
|
|
17
17
|
enumerable: true,
|
|
18
|
-
get: function () { return
|
|
18
|
+
get: function () { return chunkTEG5246D_js.executorFn; }
|
|
19
19
|
});
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { executor_default as default, executorFn } from '../../../chunk-
|
|
2
|
-
import '../../../chunk-
|
|
1
|
+
export { executor_default as default, executorFn } from '../../../chunk-N5VFA4B5.mjs';
|
|
2
|
+
import '../../../chunk-PGKXD4OE.mjs';
|
|
3
3
|
import '../../../chunk-OVX2CEXQ.mjs';
|
|
4
4
|
import '../../../chunk-O6YSETKJ.mjs';
|
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var
|
|
6
|
-
require('../../../chunk-
|
|
5
|
+
var chunkRW2XNZEX_js = require('../../../chunk-RW2XNZEX.js');
|
|
6
|
+
require('../../../chunk-IKGYQ4RA.js');
|
|
7
7
|
require('../../../chunk-DQI2I5KK.js');
|
|
8
8
|
require('../../../chunk-SHUYVCID.js');
|
|
9
9
|
|
|
@@ -11,9 +11,9 @@ require('../../../chunk-SHUYVCID.js');
|
|
|
11
11
|
|
|
12
12
|
Object.defineProperty(exports, "default", {
|
|
13
13
|
enumerable: true,
|
|
14
|
-
get: function () { return
|
|
14
|
+
get: function () { return chunkRW2XNZEX_js.executor_default; }
|
|
15
15
|
});
|
|
16
16
|
Object.defineProperty(exports, "executorFn", {
|
|
17
17
|
enumerable: true,
|
|
18
|
-
get: function () { return
|
|
18
|
+
get: function () { return chunkRW2XNZEX_js.executorFn; }
|
|
19
19
|
});
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { executor_default as default, executorFn } from '../../../chunk-
|
|
2
|
-
import '../../../chunk-
|
|
1
|
+
export { executor_default as default, executorFn } from '../../../chunk-OH2DDWA6.mjs';
|
|
2
|
+
import '../../../chunk-PGKXD4OE.mjs';
|
|
3
3
|
import '../../../chunk-OVX2CEXQ.mjs';
|
|
4
4
|
import '../../../chunk-O6YSETKJ.mjs';
|
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var
|
|
6
|
-
require('../../../chunk-
|
|
5
|
+
var chunkD6XWVAIZ_js = require('../../../chunk-D6XWVAIZ.js');
|
|
6
|
+
require('../../../chunk-IKGYQ4RA.js');
|
|
7
7
|
require('../../../chunk-DQI2I5KK.js');
|
|
8
8
|
require('../../../chunk-SHUYVCID.js');
|
|
9
9
|
|
|
@@ -11,9 +11,9 @@ require('../../../chunk-SHUYVCID.js');
|
|
|
11
11
|
|
|
12
12
|
Object.defineProperty(exports, "default", {
|
|
13
13
|
enumerable: true,
|
|
14
|
-
get: function () { return
|
|
14
|
+
get: function () { return chunkD6XWVAIZ_js.executor_default; }
|
|
15
15
|
});
|
|
16
16
|
Object.defineProperty(exports, "executorFn", {
|
|
17
17
|
enumerable: true,
|
|
18
|
-
get: function () { return
|
|
18
|
+
get: function () { return chunkD6XWVAIZ_js.executorFn; }
|
|
19
19
|
});
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { executor_default as default, executorFn } from '../../../chunk-
|
|
2
|
-
import '../../../chunk-
|
|
1
|
+
export { executor_default as default, executorFn } from '../../../chunk-WSVYUMD2.mjs';
|
|
2
|
+
import '../../../chunk-PGKXD4OE.mjs';
|
|
3
3
|
import '../../../chunk-OVX2CEXQ.mjs';
|
|
4
4
|
import '../../../chunk-O6YSETKJ.mjs';
|
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var
|
|
6
|
-
require('../../../chunk-
|
|
5
|
+
var chunkCMQJAVYR_js = require('../../../chunk-CMQJAVYR.js');
|
|
6
|
+
require('../../../chunk-IKGYQ4RA.js');
|
|
7
7
|
require('../../../chunk-DQI2I5KK.js');
|
|
8
8
|
require('../../../chunk-SHUYVCID.js');
|
|
9
9
|
|
|
@@ -11,9 +11,9 @@ require('../../../chunk-SHUYVCID.js');
|
|
|
11
11
|
|
|
12
12
|
Object.defineProperty(exports, "default", {
|
|
13
13
|
enumerable: true,
|
|
14
|
-
get: function () { return
|
|
14
|
+
get: function () { return chunkCMQJAVYR_js.executor_default; }
|
|
15
15
|
});
|
|
16
16
|
Object.defineProperty(exports, "executorFn", {
|
|
17
17
|
enumerable: true,
|
|
18
|
-
get: function () { return
|
|
18
|
+
get: function () { return chunkCMQJAVYR_js.executorFn; }
|
|
19
19
|
});
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { executor_default as default, executorFn } from '../../../chunk-
|
|
2
|
-
import '../../../chunk-
|
|
1
|
+
export { executor_default as default, executorFn } from '../../../chunk-YP7EEWJA.mjs';
|
|
2
|
+
import '../../../chunk-PGKXD4OE.mjs';
|
|
3
3
|
import '../../../chunk-OVX2CEXQ.mjs';
|
|
4
4
|
import '../../../chunk-O6YSETKJ.mjs';
|
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var
|
|
6
|
-
require('../../../chunk-
|
|
5
|
+
var chunkDY7VF6I6_js = require('../../../chunk-DY7VF6I6.js');
|
|
6
|
+
require('../../../chunk-IKGYQ4RA.js');
|
|
7
7
|
require('../../../chunk-DQI2I5KK.js');
|
|
8
8
|
require('../../../chunk-SHUYVCID.js');
|
|
9
9
|
|
|
@@ -11,9 +11,9 @@ require('../../../chunk-SHUYVCID.js');
|
|
|
11
11
|
|
|
12
12
|
Object.defineProperty(exports, "default", {
|
|
13
13
|
enumerable: true,
|
|
14
|
-
get: function () { return
|
|
14
|
+
get: function () { return chunkDY7VF6I6_js.executor_default; }
|
|
15
15
|
});
|
|
16
16
|
Object.defineProperty(exports, "executorFn", {
|
|
17
17
|
enumerable: true,
|
|
18
|
-
get: function () { return
|
|
18
|
+
get: function () { return chunkDY7VF6I6_js.executorFn; }
|
|
19
19
|
});
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { executor_default as default, executorFn } from '../../../chunk-
|
|
2
|
-
import '../../../chunk-
|
|
1
|
+
export { executor_default as default, executorFn } from '../../../chunk-VVUT4VFF.mjs';
|
|
2
|
+
import '../../../chunk-PGKXD4OE.mjs';
|
|
3
3
|
import '../../../chunk-OVX2CEXQ.mjs';
|
|
4
4
|
import '../../../chunk-O6YSETKJ.mjs';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerlines/nx",
|
|
3
|
-
"version": "0.11.
|
|
3
|
+
"version": "0.11.79",
|
|
4
4
|
"description": "A Nx plugin to support Powerlines development in Nx monorepos.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "github",
|
|
@@ -182,12 +182,12 @@
|
|
|
182
182
|
"typings": "dist/index.d.ts",
|
|
183
183
|
"dependencies": {
|
|
184
184
|
"@nx/devkit": "^22.3.3",
|
|
185
|
-
"@storm-software/build-tools": "^0.158.
|
|
186
|
-
"@storm-software/config": "^1.
|
|
187
|
-
"@storm-software/config-tools": "^1.188.
|
|
188
|
-
"@storm-software/esbuild": "^0.53.
|
|
189
|
-
"@storm-software/unbuild": "^0.57.
|
|
190
|
-
"@storm-software/workspace-tools": "^1.294.
|
|
185
|
+
"@storm-software/build-tools": "^0.158.76",
|
|
186
|
+
"@storm-software/config": "^1.135.0",
|
|
187
|
+
"@storm-software/config-tools": "^1.188.76",
|
|
188
|
+
"@storm-software/esbuild": "^0.53.76",
|
|
189
|
+
"@storm-software/unbuild": "^0.57.76",
|
|
190
|
+
"@storm-software/workspace-tools": "^1.294.22",
|
|
191
191
|
"@stryke/fs": "^0.33.29",
|
|
192
192
|
"@stryke/hash": "^0.12.35",
|
|
193
193
|
"@stryke/path": "^0.24.2",
|
|
@@ -196,7 +196,7 @@
|
|
|
196
196
|
"defu": "^6.1.4",
|
|
197
197
|
"jiti": "^2.6.1",
|
|
198
198
|
"nx": "^22.3.3",
|
|
199
|
-
"powerlines": "^0.37.
|
|
199
|
+
"powerlines": "^0.37.23"
|
|
200
200
|
},
|
|
201
201
|
"devDependencies": {
|
|
202
202
|
"@nx/workspace": "^22.3.3",
|
|
@@ -210,5 +210,5 @@
|
|
|
210
210
|
"publishConfig": { "access": "public" },
|
|
211
211
|
"executors": "./executors.json",
|
|
212
212
|
"generators": "./generators.json",
|
|
213
|
-
"gitHead": "
|
|
213
|
+
"gitHead": "f8da9db489979fe711ce56696fb12552de6f797b"
|
|
214
214
|
}
|