@powerlines/nx 0.8.0 → 0.8.1
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 +11 -0
- package/dist/{chunk-Z2JOX3QC.mjs → chunk-5BGY6YWV.mjs} +1 -1
- package/dist/{chunk-XIGAXYDP.mjs → chunk-5XZZZSXP.mjs} +1 -1
- package/dist/{chunk-3LHPBDCN.js → chunk-6ZIN2CAX.js} +2 -2
- package/dist/{chunk-CTSSOUL6.mjs → chunk-DBX2Y6G3.mjs} +1 -1
- package/dist/{chunk-KNKBKT4T.js → chunk-DGAY3PM7.js} +2 -2
- package/dist/{chunk-3UUTQUUX.js → chunk-LB2WKEBP.js} +2 -2
- package/dist/{chunk-CZATM4D6.js → chunk-OYUWBYK7.js} +25 -5
- package/dist/{chunk-KOM7ARUV.js → chunk-RDBAXMH3.js} +2 -2
- package/dist/{chunk-5KPKXHZH.mjs → chunk-SEKRZM2M.mjs} +1 -1
- package/dist/{chunk-XPHWTP5U.js → chunk-SMAXXYNQ.js} +2 -2
- package/dist/{chunk-IU4QT7J4.mjs → chunk-VDJPCGIO.mjs} +25 -5
- package/dist/{chunk-HSNIRMVR.mjs → chunk-ZN4SPOFK.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 +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,17 @@
|
|
|
2
2
|
|
|
3
3
|
# Changelog for Powerlines - Nx
|
|
4
4
|
|
|
5
|
+
## [0.8.0](https://github.com/storm-software/powerlines/releases/tag/nx%400.8.0) (2025-10-24)
|
|
6
|
+
|
|
7
|
+
### Features
|
|
8
|
+
|
|
9
|
+
- **powerlines:** Added `parse` function to `context` objects
|
|
10
|
+
([5a56c5c](https://github.com/storm-software/powerlines/commit/5a56c5c))
|
|
11
|
+
|
|
12
|
+
### Updated Dependencies
|
|
13
|
+
|
|
14
|
+
- Updated powerlines to 0.9.0
|
|
15
|
+
|
|
5
16
|
## [0.7.0](https://github.com/storm-software/powerlines/releases/tag/nx%400.7.0) (2025-10-24)
|
|
6
17
|
|
|
7
18
|
### Features
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunkOYUWBYK7_js = require('./chunk-OYUWBYK7.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 = chunkOYUWBYK7_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 chunkOYUWBYK7_js = require('./chunk-OYUWBYK7.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 = chunkOYUWBYK7_js.withExecutor("build", executorFn);
|
|
23
23
|
var executor_default = executor;
|
|
24
24
|
|
|
25
25
|
exports.executorFn = executorFn;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunkOYUWBYK7_js = require('./chunk-OYUWBYK7.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 = chunkOYUWBYK7_js.withExecutor("docs", executorFn);
|
|
15
15
|
var executor_default = executor;
|
|
16
16
|
|
|
17
17
|
exports.executorFn = executorFn;
|
|
@@ -1534,7 +1534,8 @@ function createVfs(context) {
|
|
|
1534
1534
|
chunkSHUYVCID_js.__name(createVfs, "createVfs");
|
|
1535
1535
|
|
|
1536
1536
|
// ../powerlines/src/internal/contexts/context.ts
|
|
1537
|
-
var
|
|
1537
|
+
var configCache = /* @__PURE__ */ new WeakMap();
|
|
1538
|
+
var parseCache = /* @__PURE__ */ new WeakMap();
|
|
1538
1539
|
var PowerlinesContext = class _PowerlinesContext {
|
|
1539
1540
|
static {
|
|
1540
1541
|
chunkSHUYVCID_js.__name(this, "PowerlinesContext");
|
|
@@ -1769,12 +1770,31 @@ var PowerlinesContext = class _PowerlinesContext {
|
|
|
1769
1770
|
* @returns The parsed {@link ParseResult} object.
|
|
1770
1771
|
*/
|
|
1771
1772
|
async parse(code, id, options = {}) {
|
|
1772
|
-
|
|
1773
|
+
if (parseCache.has({
|
|
1774
|
+
code,
|
|
1775
|
+
options
|
|
1776
|
+
})) {
|
|
1777
|
+
return parseCache.get({
|
|
1778
|
+
code,
|
|
1779
|
+
options
|
|
1780
|
+
});
|
|
1781
|
+
}
|
|
1782
|
+
const result = await oxcParser.parseAsync(id, code, defu4__default.default(options ?? {}, {
|
|
1773
1783
|
lang: filePathFns.hasFileExtension(id) ? void 0 : "ts",
|
|
1774
1784
|
astType: filePathFns.hasFileExtension(id) ? void 0 : "ts",
|
|
1775
1785
|
sourceType: "module",
|
|
1776
1786
|
showSemanticErrors: false
|
|
1777
1787
|
}));
|
|
1788
|
+
if (result.errors && result.errors.length > 0) {
|
|
1789
|
+
throw new Error(`Powerlines parsing errors in file: ${id}
|
|
1790
|
+
${result.errors.map((error) => ` [${error.severity}] ${error.message}${error.codeframe ? ` (${error.codeframe})` : ""}${error.helpMessage ? `
|
|
1791
|
+
Help: ${error.helpMessage}` : ""}`).join("\n")}`);
|
|
1792
|
+
}
|
|
1793
|
+
parseCache.set({
|
|
1794
|
+
code,
|
|
1795
|
+
options
|
|
1796
|
+
}, result);
|
|
1797
|
+
return result;
|
|
1778
1798
|
}
|
|
1779
1799
|
/**
|
|
1780
1800
|
* Update the context using a new user configuration options
|
|
@@ -1863,8 +1883,8 @@ var PowerlinesContext = class _PowerlinesContext {
|
|
|
1863
1883
|
configFile: config.configFile ?? this.config.configFile,
|
|
1864
1884
|
command: this.config.inlineConfig?.command
|
|
1865
1885
|
};
|
|
1866
|
-
if (
|
|
1867
|
-
const result =
|
|
1886
|
+
if (configCache.has(cacheKey)) {
|
|
1887
|
+
const result = configCache.get(cacheKey);
|
|
1868
1888
|
this.projectJson = result.projectJson;
|
|
1869
1889
|
this.packageJson = result.packageJson;
|
|
1870
1890
|
this.#checksum = result.checksum;
|
|
@@ -1889,7 +1909,7 @@ var PowerlinesContext = class _PowerlinesContext {
|
|
|
1889
1909
|
});
|
|
1890
1910
|
const userConfig = await chunkHHPODCTP_js.loadUserConfigFile(cacheKey.projectRoot, this.resolver, cacheKey.command, cacheKey.mode, cacheKey.configFile);
|
|
1891
1911
|
this.mergeUserConfig(userConfig.config);
|
|
1892
|
-
|
|
1912
|
+
configCache.set(cacheKey, {
|
|
1893
1913
|
projectJson: this.projectJson,
|
|
1894
1914
|
packageJson: this.packageJson,
|
|
1895
1915
|
checksum: this.#checksum,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunkOYUWBYK7_js = require('./chunk-OYUWBYK7.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 = chunkOYUWBYK7_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 chunkOYUWBYK7_js = require('./chunk-OYUWBYK7.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 = chunkOYUWBYK7_js.withExecutor("prepare", executorFn);
|
|
23
23
|
var executor_default = executor;
|
|
24
24
|
|
|
25
25
|
exports.executorFn = executorFn;
|
|
@@ -1504,7 +1504,8 @@ function createVfs(context) {
|
|
|
1504
1504
|
__name(createVfs, "createVfs");
|
|
1505
1505
|
|
|
1506
1506
|
// ../powerlines/src/internal/contexts/context.ts
|
|
1507
|
-
var
|
|
1507
|
+
var configCache = /* @__PURE__ */ new WeakMap();
|
|
1508
|
+
var parseCache = /* @__PURE__ */ new WeakMap();
|
|
1508
1509
|
var PowerlinesContext = class _PowerlinesContext {
|
|
1509
1510
|
static {
|
|
1510
1511
|
__name(this, "PowerlinesContext");
|
|
@@ -1739,12 +1740,31 @@ var PowerlinesContext = class _PowerlinesContext {
|
|
|
1739
1740
|
* @returns The parsed {@link ParseResult} object.
|
|
1740
1741
|
*/
|
|
1741
1742
|
async parse(code, id, options = {}) {
|
|
1742
|
-
|
|
1743
|
+
if (parseCache.has({
|
|
1744
|
+
code,
|
|
1745
|
+
options
|
|
1746
|
+
})) {
|
|
1747
|
+
return parseCache.get({
|
|
1748
|
+
code,
|
|
1749
|
+
options
|
|
1750
|
+
});
|
|
1751
|
+
}
|
|
1752
|
+
const result = await parseAsync(id, code, defu4(options ?? {}, {
|
|
1743
1753
|
lang: hasFileExtension(id) ? void 0 : "ts",
|
|
1744
1754
|
astType: hasFileExtension(id) ? void 0 : "ts",
|
|
1745
1755
|
sourceType: "module",
|
|
1746
1756
|
showSemanticErrors: false
|
|
1747
1757
|
}));
|
|
1758
|
+
if (result.errors && result.errors.length > 0) {
|
|
1759
|
+
throw new Error(`Powerlines parsing errors in file: ${id}
|
|
1760
|
+
${result.errors.map((error) => ` [${error.severity}] ${error.message}${error.codeframe ? ` (${error.codeframe})` : ""}${error.helpMessage ? `
|
|
1761
|
+
Help: ${error.helpMessage}` : ""}`).join("\n")}`);
|
|
1762
|
+
}
|
|
1763
|
+
parseCache.set({
|
|
1764
|
+
code,
|
|
1765
|
+
options
|
|
1766
|
+
}, result);
|
|
1767
|
+
return result;
|
|
1748
1768
|
}
|
|
1749
1769
|
/**
|
|
1750
1770
|
* Update the context using a new user configuration options
|
|
@@ -1833,8 +1853,8 @@ var PowerlinesContext = class _PowerlinesContext {
|
|
|
1833
1853
|
configFile: config.configFile ?? this.config.configFile,
|
|
1834
1854
|
command: this.config.inlineConfig?.command
|
|
1835
1855
|
};
|
|
1836
|
-
if (
|
|
1837
|
-
const result =
|
|
1856
|
+
if (configCache.has(cacheKey)) {
|
|
1857
|
+
const result = configCache.get(cacheKey);
|
|
1838
1858
|
this.projectJson = result.projectJson;
|
|
1839
1859
|
this.packageJson = result.packageJson;
|
|
1840
1860
|
this.#checksum = result.checksum;
|
|
@@ -1859,7 +1879,7 @@ var PowerlinesContext = class _PowerlinesContext {
|
|
|
1859
1879
|
});
|
|
1860
1880
|
const userConfig = await loadUserConfigFile(cacheKey.projectRoot, this.resolver, cacheKey.command, cacheKey.mode, cacheKey.configFile);
|
|
1861
1881
|
this.mergeUserConfig(userConfig.config);
|
|
1862
|
-
|
|
1882
|
+
configCache.set(cacheKey, {
|
|
1863
1883
|
projectJson: this.projectJson,
|
|
1864
1884
|
packageJson: this.packageJson,
|
|
1865
1885
|
checksum: this.#checksum,
|
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 chunk6ZIN2CAX_js = require('./chunk-6ZIN2CAX.js');
|
|
5
|
+
var chunkLB2WKEBP_js = require('./chunk-LB2WKEBP.js');
|
|
6
|
+
var chunkRDBAXMH3_js = require('./chunk-RDBAXMH3.js');
|
|
7
|
+
var chunkSMAXXYNQ_js = require('./chunk-SMAXXYNQ.js');
|
|
8
|
+
var chunkDGAY3PM7_js = require('./chunk-DGAY3PM7.js');
|
|
9
|
+
require('./chunk-OYUWBYK7.js');
|
|
10
10
|
require('./chunk-HHPODCTP.js');
|
|
11
11
|
require('./chunk-SHUYVCID.js');
|
|
12
12
|
|
|
@@ -14,21 +14,21 @@ require('./chunk-SHUYVCID.js');
|
|
|
14
14
|
|
|
15
15
|
Object.defineProperty(exports, "clean", {
|
|
16
16
|
enumerable: true,
|
|
17
|
-
get: function () { return
|
|
17
|
+
get: function () { return chunk6ZIN2CAX_js.executor_default; }
|
|
18
18
|
});
|
|
19
19
|
Object.defineProperty(exports, "docs", {
|
|
20
20
|
enumerable: true,
|
|
21
|
-
get: function () { return
|
|
21
|
+
get: function () { return chunkLB2WKEBP_js.executor_default; }
|
|
22
22
|
});
|
|
23
23
|
Object.defineProperty(exports, "lint", {
|
|
24
24
|
enumerable: true,
|
|
25
|
-
get: function () { return
|
|
25
|
+
get: function () { return chunkRDBAXMH3_js.executor_default; }
|
|
26
26
|
});
|
|
27
27
|
Object.defineProperty(exports, "prepare", {
|
|
28
28
|
enumerable: true,
|
|
29
|
-
get: function () { return
|
|
29
|
+
get: function () { return chunkSMAXXYNQ_js.executor_default; }
|
|
30
30
|
});
|
|
31
31
|
Object.defineProperty(exports, "build", {
|
|
32
32
|
enumerable: true,
|
|
33
|
-
get: function () { return
|
|
33
|
+
get: function () { return chunkDGAY3PM7_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 clean } from './chunk-
|
|
3
|
-
export { executor_default as docs } from './chunk-
|
|
4
|
-
export { executor_default as lint } from './chunk-
|
|
5
|
-
export { executor_default as prepare } from './chunk-
|
|
6
|
-
export { executor_default as build } from './chunk-
|
|
7
|
-
import './chunk-
|
|
2
|
+
export { executor_default as clean } from './chunk-ZN4SPOFK.mjs';
|
|
3
|
+
export { executor_default as docs } from './chunk-5BGY6YWV.mjs';
|
|
4
|
+
export { executor_default as lint } from './chunk-SEKRZM2M.mjs';
|
|
5
|
+
export { executor_default as prepare } from './chunk-DBX2Y6G3.mjs';
|
|
6
|
+
export { executor_default as build } from './chunk-5XZZZSXP.mjs';
|
|
7
|
+
import './chunk-VDJPCGIO.mjs';
|
|
8
8
|
import './chunk-CYWOTYVX.mjs';
|
|
9
9
|
import './chunk-O6YSETKJ.mjs';
|
package/dist/index.js
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
require('./chunk-XO62WWX4.js');
|
|
4
|
-
var
|
|
5
|
-
var
|
|
6
|
-
var
|
|
7
|
-
var
|
|
4
|
+
var chunk6ZIN2CAX_js = require('./chunk-6ZIN2CAX.js');
|
|
5
|
+
var chunkLB2WKEBP_js = require('./chunk-LB2WKEBP.js');
|
|
6
|
+
var chunkRDBAXMH3_js = require('./chunk-RDBAXMH3.js');
|
|
7
|
+
var chunkSMAXXYNQ_js = require('./chunk-SMAXXYNQ.js');
|
|
8
8
|
require('./chunk-N2YKXZ5R.js');
|
|
9
9
|
var chunkWUJKJGEW_js = require('./chunk-WUJKJGEW.js');
|
|
10
10
|
var chunkZ4BJ37JY_js = require('./chunk-Z4BJ37JY.js');
|
|
11
|
-
var
|
|
12
|
-
require('./chunk-
|
|
11
|
+
var chunkDGAY3PM7_js = require('./chunk-DGAY3PM7.js');
|
|
12
|
+
require('./chunk-OYUWBYK7.js');
|
|
13
13
|
require('./chunk-HHPODCTP.js');
|
|
14
14
|
require('./chunk-SHUYVCID.js');
|
|
15
15
|
|
|
@@ -17,19 +17,19 @@ require('./chunk-SHUYVCID.js');
|
|
|
17
17
|
|
|
18
18
|
Object.defineProperty(exports, "clean", {
|
|
19
19
|
enumerable: true,
|
|
20
|
-
get: function () { return
|
|
20
|
+
get: function () { return chunk6ZIN2CAX_js.executor_default; }
|
|
21
21
|
});
|
|
22
22
|
Object.defineProperty(exports, "docs", {
|
|
23
23
|
enumerable: true,
|
|
24
|
-
get: function () { return
|
|
24
|
+
get: function () { return chunkLB2WKEBP_js.executor_default; }
|
|
25
25
|
});
|
|
26
26
|
Object.defineProperty(exports, "lint", {
|
|
27
27
|
enumerable: true,
|
|
28
|
-
get: function () { return
|
|
28
|
+
get: function () { return chunkRDBAXMH3_js.executor_default; }
|
|
29
29
|
});
|
|
30
30
|
Object.defineProperty(exports, "prepare", {
|
|
31
31
|
enumerable: true,
|
|
32
|
-
get: function () { return
|
|
32
|
+
get: function () { return chunkSMAXXYNQ_js.executor_default; }
|
|
33
33
|
});
|
|
34
34
|
Object.defineProperty(exports, "sync", {
|
|
35
35
|
enumerable: true,
|
|
@@ -49,5 +49,5 @@ Object.defineProperty(exports, "name", {
|
|
|
49
49
|
});
|
|
50
50
|
Object.defineProperty(exports, "build", {
|
|
51
51
|
enumerable: true,
|
|
52
|
-
get: function () { return
|
|
52
|
+
get: function () { return chunkDGAY3PM7_js.executor_default; }
|
|
53
53
|
});
|
package/dist/index.mjs
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import './chunk-UV4HQO3Y.mjs';
|
|
2
|
-
export { executor_default as clean } from './chunk-
|
|
3
|
-
export { executor_default as docs } from './chunk-
|
|
4
|
-
export { executor_default as lint } from './chunk-
|
|
5
|
-
export { executor_default as prepare } from './chunk-
|
|
2
|
+
export { executor_default as clean } from './chunk-ZN4SPOFK.mjs';
|
|
3
|
+
export { executor_default as docs } from './chunk-5BGY6YWV.mjs';
|
|
4
|
+
export { executor_default as lint } from './chunk-SEKRZM2M.mjs';
|
|
5
|
+
export { executor_default as prepare } from './chunk-DBX2Y6G3.mjs';
|
|
6
6
|
import './chunk-23KFTIT2.mjs';
|
|
7
7
|
export { generator_default as sync, generatorFn as syncGenerator } from './chunk-326QB2VK.mjs';
|
|
8
8
|
export { createNodesV2, name } from './chunk-22QO45EK.mjs';
|
|
9
|
-
export { executor_default as build } from './chunk-
|
|
10
|
-
import './chunk-
|
|
9
|
+
export { executor_default as build } from './chunk-5XZZZSXP.mjs';
|
|
10
|
+
import './chunk-VDJPCGIO.mjs';
|
|
11
11
|
import './chunk-CYWOTYVX.mjs';
|
|
12
12
|
import './chunk-O6YSETKJ.mjs';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunkOYUWBYK7_js = require('../../chunk-OYUWBYK7.js');
|
|
4
4
|
require('../../chunk-HHPODCTP.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 chunkOYUWBYK7_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 chunkDGAY3PM7_js = require('../../../chunk-DGAY3PM7.js');
|
|
6
|
+
require('../../../chunk-OYUWBYK7.js');
|
|
7
7
|
require('../../../chunk-HHPODCTP.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 chunkDGAY3PM7_js.executor_default; }
|
|
15
15
|
});
|
|
16
16
|
Object.defineProperty(exports, "executorFn", {
|
|
17
17
|
enumerable: true,
|
|
18
|
-
get: function () { return
|
|
18
|
+
get: function () { return chunkDGAY3PM7_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-5XZZZSXP.mjs';
|
|
2
|
+
import '../../../chunk-VDJPCGIO.mjs';
|
|
3
3
|
import '../../../chunk-CYWOTYVX.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 chunk6ZIN2CAX_js = require('../../../chunk-6ZIN2CAX.js');
|
|
6
|
+
require('../../../chunk-OYUWBYK7.js');
|
|
7
7
|
require('../../../chunk-HHPODCTP.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 chunk6ZIN2CAX_js.executor_default; }
|
|
15
15
|
});
|
|
16
16
|
Object.defineProperty(exports, "executorFn", {
|
|
17
17
|
enumerable: true,
|
|
18
|
-
get: function () { return
|
|
18
|
+
get: function () { return chunk6ZIN2CAX_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-ZN4SPOFK.mjs';
|
|
2
|
+
import '../../../chunk-VDJPCGIO.mjs';
|
|
3
3
|
import '../../../chunk-CYWOTYVX.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 chunkLB2WKEBP_js = require('../../../chunk-LB2WKEBP.js');
|
|
6
|
+
require('../../../chunk-OYUWBYK7.js');
|
|
7
7
|
require('../../../chunk-HHPODCTP.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 chunkLB2WKEBP_js.executor_default; }
|
|
15
15
|
});
|
|
16
16
|
Object.defineProperty(exports, "executorFn", {
|
|
17
17
|
enumerable: true,
|
|
18
|
-
get: function () { return
|
|
18
|
+
get: function () { return chunkLB2WKEBP_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-5BGY6YWV.mjs';
|
|
2
|
+
import '../../../chunk-VDJPCGIO.mjs';
|
|
3
3
|
import '../../../chunk-CYWOTYVX.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 chunkRDBAXMH3_js = require('../../../chunk-RDBAXMH3.js');
|
|
6
|
+
require('../../../chunk-OYUWBYK7.js');
|
|
7
7
|
require('../../../chunk-HHPODCTP.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 chunkRDBAXMH3_js.executor_default; }
|
|
15
15
|
});
|
|
16
16
|
Object.defineProperty(exports, "executorFn", {
|
|
17
17
|
enumerable: true,
|
|
18
|
-
get: function () { return
|
|
18
|
+
get: function () { return chunkRDBAXMH3_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-SEKRZM2M.mjs';
|
|
2
|
+
import '../../../chunk-VDJPCGIO.mjs';
|
|
3
3
|
import '../../../chunk-CYWOTYVX.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 chunkSMAXXYNQ_js = require('../../../chunk-SMAXXYNQ.js');
|
|
6
|
+
require('../../../chunk-OYUWBYK7.js');
|
|
7
7
|
require('../../../chunk-HHPODCTP.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 chunkSMAXXYNQ_js.executor_default; }
|
|
15
15
|
});
|
|
16
16
|
Object.defineProperty(exports, "executorFn", {
|
|
17
17
|
enumerable: true,
|
|
18
|
-
get: function () { return
|
|
18
|
+
get: function () { return chunkSMAXXYNQ_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-DBX2Y6G3.mjs';
|
|
2
|
+
import '../../../chunk-VDJPCGIO.mjs';
|
|
3
3
|
import '../../../chunk-CYWOTYVX.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.8.
|
|
3
|
+
"version": "0.8.1",
|
|
4
4
|
"description": "A Nx plugin to support Powerlines development in Nx monorepos.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "github",
|
|
@@ -154,7 +154,7 @@
|
|
|
154
154
|
"defu": "^6.1.4",
|
|
155
155
|
"jiti": "^2.6.1",
|
|
156
156
|
"nx": "21.6.6",
|
|
157
|
-
"powerlines": "^0.
|
|
157
|
+
"powerlines": "^0.10.0"
|
|
158
158
|
},
|
|
159
159
|
"devDependencies": {
|
|
160
160
|
"@nx/workspace": "21.6.6",
|
|
@@ -168,5 +168,5 @@
|
|
|
168
168
|
"publishConfig": { "access": "public" },
|
|
169
169
|
"executors": "./executors.json",
|
|
170
170
|
"generators": "./generators.json",
|
|
171
|
-
"gitHead": "
|
|
171
|
+
"gitHead": "280d0cc3be0555310803a7c7eb73696d12135a22"
|
|
172
172
|
}
|