@powerlines/nx 0.11.80 → 0.11.82
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 +12 -0
- package/dist/{chunk-IBC7GOGC.js → chunk-2RNB6HQA.js} +2 -2
- package/dist/{chunk-MAUL7XPQ.mjs → chunk-4DXTUU2R.mjs} +1 -1
- package/dist/{chunk-KEA7QWGK.mjs → chunk-6JOZJJIR.mjs} +122 -69
- package/dist/{chunk-JTE3DKCE.js → chunk-6LY6DUVG.js} +2 -2
- package/dist/{chunk-FWNDFI73.js → chunk-7AUML5JI.js} +122 -69
- package/dist/{chunk-B2KGTXN3.mjs → chunk-BTVHNGFK.mjs} +1 -1
- package/dist/{chunk-V3L4CNNL.mjs → chunk-EEUJQ3AZ.mjs} +1 -1
- package/dist/{chunk-GJINPPMS.mjs → chunk-KYWEH3JR.mjs} +1 -1
- package/dist/{chunk-THJFDLTT.mjs → chunk-LS4Q6Y4T.mjs} +1 -1
- package/dist/{chunk-RDVMU2LL.js → chunk-X435L7KD.js} +2 -2
- package/dist/{chunk-YD6IO77Y.js → chunk-XQNQTM57.js} +2 -2
- package/dist/{chunk-ZQ4DS5UO.js → chunk-ZSIHOWE4.js} +2 -2
- 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,18 @@
|
|
|
2
2
|
|
|
3
3
|
# Changelog for Powerlines - Nx
|
|
4
4
|
|
|
5
|
+
## [0.11.81](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.81) (01/14/2026)
|
|
6
|
+
|
|
7
|
+
### Updated Dependencies
|
|
8
|
+
|
|
9
|
+
- Updated **powerlines** to **v0.37.25**
|
|
10
|
+
|
|
11
|
+
## [0.11.80](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.80) (01/14/2026)
|
|
12
|
+
|
|
13
|
+
### Updated Dependencies
|
|
14
|
+
|
|
15
|
+
- Updated **powerlines** to **v0.37.24**
|
|
16
|
+
|
|
5
17
|
## [0.11.79](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.79) (01/14/2026)
|
|
6
18
|
|
|
7
19
|
### Updated Dependencies
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunk7AUML5JI_js = require('./chunk-7AUML5JI.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 = chunk7AUML5JI_js.withExecutor("prepare", executorFn);
|
|
23
23
|
var executor_default = executor;
|
|
24
24
|
|
|
25
25
|
exports.executorFn = executorFn;
|
|
@@ -1230,7 +1230,7 @@ function isValidId(id, prefix = "powerlines") {
|
|
|
1230
1230
|
}
|
|
1231
1231
|
__name(isValidId, "isValidId");
|
|
1232
1232
|
function normalizeId(id, prefix = "powerlines") {
|
|
1233
|
-
return
|
|
1233
|
+
return replaceExtension(toFilePath(id)).replace(/^\\0/, "").replace(/^powerlines:/, "").replace(new RegExp(`^${prefix.replace(/:$/, "")}:`), "");
|
|
1234
1234
|
}
|
|
1235
1235
|
__name(normalizeId, "normalizeId");
|
|
1236
1236
|
function normalizePath(path, builtinsPath, prefix = "powerlines") {
|
|
@@ -1832,51 +1832,72 @@ var VirtualFileSystem = class _VirtualFileSystem {
|
|
|
1832
1832
|
*/
|
|
1833
1833
|
static async create(context) {
|
|
1834
1834
|
context.debug("Starting virtual file system (VFS) initialization processes...");
|
|
1835
|
+
let result;
|
|
1835
1836
|
if (!context.config.skipCache && existsSync(joinPaths$1(context.dataPath, "fs.bin"))) {
|
|
1836
1837
|
const buffer = await readFileBuffer(joinPaths$1(context.dataPath, "fs.bin"));
|
|
1837
|
-
const
|
|
1838
|
-
const fs =
|
|
1838
|
+
const message = new $.Message(buffer, false);
|
|
1839
|
+
const fs = message.getRoot(FileSystem);
|
|
1839
1840
|
const result2 = new _VirtualFileSystem(context, fs);
|
|
1840
1841
|
if (fs._hasStorage() && fs.storage.length > 0) {
|
|
1841
1842
|
await Promise.all(fs.storage.values().map(async (file) => {
|
|
1842
1843
|
if (file.path && file.code) {
|
|
1843
|
-
|
|
1844
|
+
if (fs._hasIds()) {
|
|
1845
|
+
fs.ids.find((fileId) => fileId.path === file.path);
|
|
1846
|
+
}
|
|
1847
|
+
let metadata;
|
|
1848
|
+
if (fs._hasMetadata()) {
|
|
1849
|
+
metadata = fs.metadata.find((meta) => meta.id === (file.path));
|
|
1850
|
+
}
|
|
1851
|
+
await result2.write(file.path, file.code, {
|
|
1852
|
+
meta: {
|
|
1853
|
+
id: metadata?.id,
|
|
1854
|
+
type: metadata?.type,
|
|
1855
|
+
properties: metadata?._hasProperties() ? metadata?.properties.values().reduce((ret, kvp) => {
|
|
1856
|
+
ret[kvp.key] = kvp.value;
|
|
1857
|
+
return ret;
|
|
1858
|
+
}, {}) : void 0,
|
|
1859
|
+
timestamp: metadata?.timestamp
|
|
1860
|
+
}
|
|
1861
|
+
});
|
|
1844
1862
|
}
|
|
1845
1863
|
}));
|
|
1846
1864
|
}
|
|
1847
|
-
|
|
1848
|
-
|
|
1849
|
-
|
|
1850
|
-
|
|
1851
|
-
|
|
1852
|
-
|
|
1853
|
-
|
|
1854
|
-
|
|
1855
|
-
|
|
1856
|
-
file: path
|
|
1857
|
-
};
|
|
1858
|
-
if (isSetString(meta.properties.name)) {
|
|
1859
|
-
typeDefinition.name = meta.properties.name;
|
|
1860
|
-
}
|
|
1861
|
-
if (isSetString(meta.properties["input.file"]) || isSetString(meta.properties["input.name"])) {
|
|
1862
|
-
typeDefinition.input ??= {};
|
|
1863
|
-
if (isSetString(meta.properties["input.file"])) {
|
|
1864
|
-
typeDefinition.input.file = meta.properties["input.file"];
|
|
1865
|
+
if (result2.#metadata && Object.keys(result2.#metadata).length > 0) {
|
|
1866
|
+
result2.#log(LogLevelLabel.DEBUG, `Preparing to load ${Object.keys(result2.#metadata).length} previously stored metadata records...`);
|
|
1867
|
+
const entry = Object.entries(result2.#metadata).filter(([, meta]) => meta && meta.type === "entry").map(([path, meta]) => {
|
|
1868
|
+
if (meta.properties) {
|
|
1869
|
+
const typeDefinition = {
|
|
1870
|
+
file: path
|
|
1871
|
+
};
|
|
1872
|
+
if (isSetString(meta.properties.name)) {
|
|
1873
|
+
typeDefinition.name = meta.properties.name;
|
|
1865
1874
|
}
|
|
1866
|
-
if (isSetString(meta.properties["input.name"])) {
|
|
1867
|
-
typeDefinition.input
|
|
1875
|
+
if (isSetString(meta.properties["input.file"]) || isSetString(meta.properties["input.name"])) {
|
|
1876
|
+
typeDefinition.input ??= {};
|
|
1877
|
+
if (isSetString(meta.properties["input.file"])) {
|
|
1878
|
+
typeDefinition.input.file = meta.properties["input.file"];
|
|
1879
|
+
}
|
|
1880
|
+
if (isSetString(meta.properties["input.name"])) {
|
|
1881
|
+
typeDefinition.input.name = meta.properties["input.name"];
|
|
1882
|
+
}
|
|
1868
1883
|
}
|
|
1884
|
+
if (isSetString(meta.properties.output)) {
|
|
1885
|
+
typeDefinition.output = meta.properties.output;
|
|
1886
|
+
}
|
|
1887
|
+
return typeDefinition;
|
|
1869
1888
|
}
|
|
1870
|
-
|
|
1871
|
-
|
|
1872
|
-
|
|
1873
|
-
|
|
1874
|
-
|
|
1875
|
-
|
|
1876
|
-
}
|
|
1877
|
-
|
|
1878
|
-
|
|
1889
|
+
return null;
|
|
1890
|
+
}).filter(Boolean);
|
|
1891
|
+
result2.#log(LogLevelLabel.DEBUG, `Loaded ${entry.length} entry type definitions from VFS metadata.`);
|
|
1892
|
+
context.entry = entry;
|
|
1893
|
+
} else {
|
|
1894
|
+
result2.#log(LogLevelLabel.DEBUG, "No previously stored metadata records were found on the local system.");
|
|
1895
|
+
}
|
|
1896
|
+
} else {
|
|
1897
|
+
const message = new $.Message();
|
|
1898
|
+
result = new _VirtualFileSystem(context, message.initRoot(FileSystem));
|
|
1879
1899
|
}
|
|
1900
|
+
result.#log(LogLevelLabel.DEBUG, "Successfully completed virtual file system (VFS) initialization.");
|
|
1880
1901
|
return result;
|
|
1881
1902
|
}
|
|
1882
1903
|
/**
|
|
@@ -1887,49 +1908,72 @@ var VirtualFileSystem = class _VirtualFileSystem {
|
|
|
1887
1908
|
*/
|
|
1888
1909
|
static createSync(context) {
|
|
1889
1910
|
context.debug("Starting virtual file system (VFS) initialization processes...");
|
|
1911
|
+
let result;
|
|
1890
1912
|
if (!context.config.skipCache && existsSync(joinPaths$1(context.dataPath, "fs.bin"))) {
|
|
1891
1913
|
const buffer = readFileBufferSync(joinPaths$1(context.dataPath, "fs.bin"));
|
|
1892
|
-
const
|
|
1893
|
-
const fs =
|
|
1914
|
+
const message = new $.Message(buffer, false);
|
|
1915
|
+
const fs = message.getRoot(FileSystem);
|
|
1894
1916
|
const result2 = new _VirtualFileSystem(context, fs);
|
|
1895
1917
|
if (fs._hasStorage() && fs.storage.length > 0) {
|
|
1896
|
-
fs.storage.values().
|
|
1897
|
-
|
|
1918
|
+
fs.storage.values().forEach((file) => {
|
|
1919
|
+
if (file.path && file.code) {
|
|
1920
|
+
if (fs._hasIds()) {
|
|
1921
|
+
fs.ids.find((fileId) => fileId.path === file.path);
|
|
1922
|
+
}
|
|
1923
|
+
let metadata;
|
|
1924
|
+
if (fs._hasMetadata()) {
|
|
1925
|
+
metadata = fs.metadata.find((meta) => meta.id === (file.path));
|
|
1926
|
+
}
|
|
1927
|
+
result2.writeSync(file.path, file.code, {
|
|
1928
|
+
meta: {
|
|
1929
|
+
id: metadata?.id,
|
|
1930
|
+
type: metadata?.type,
|
|
1931
|
+
properties: metadata?._hasProperties() ? metadata?.properties.values().reduce((ret, kvp) => {
|
|
1932
|
+
ret[kvp.key] = kvp.value;
|
|
1933
|
+
return ret;
|
|
1934
|
+
}, {}) : void 0,
|
|
1935
|
+
timestamp: metadata?.timestamp
|
|
1936
|
+
}
|
|
1937
|
+
});
|
|
1938
|
+
}
|
|
1898
1939
|
});
|
|
1899
1940
|
}
|
|
1900
|
-
|
|
1901
|
-
|
|
1902
|
-
|
|
1903
|
-
|
|
1904
|
-
|
|
1905
|
-
|
|
1906
|
-
|
|
1907
|
-
|
|
1908
|
-
|
|
1909
|
-
file: path
|
|
1910
|
-
};
|
|
1911
|
-
if (isSetString(meta.properties.name)) {
|
|
1912
|
-
typeDefinition.name = meta.properties.name;
|
|
1913
|
-
}
|
|
1914
|
-
if (isSetString(meta.properties["input.file"]) || isSetString(meta.properties["input.name"])) {
|
|
1915
|
-
typeDefinition.input ??= {};
|
|
1916
|
-
if (isSetString(meta.properties["input.file"])) {
|
|
1917
|
-
typeDefinition.input.file = meta.properties["input.file"];
|
|
1941
|
+
if (result2.#metadata && Object.keys(result2.#metadata).length > 0) {
|
|
1942
|
+
result2.#log(LogLevelLabel.DEBUG, `Preparing to load ${Object.keys(result2.#metadata).length} previously stored metadata records...`);
|
|
1943
|
+
const entry = Object.entries(result2.#metadata).filter(([, meta]) => meta && meta.type === "entry").map(([path, meta]) => {
|
|
1944
|
+
if (meta.properties) {
|
|
1945
|
+
const typeDefinition = {
|
|
1946
|
+
file: path
|
|
1947
|
+
};
|
|
1948
|
+
if (isSetString(meta.properties.name)) {
|
|
1949
|
+
typeDefinition.name = meta.properties.name;
|
|
1918
1950
|
}
|
|
1919
|
-
if (isSetString(meta.properties["input.name"])) {
|
|
1920
|
-
typeDefinition.input
|
|
1951
|
+
if (isSetString(meta.properties["input.file"]) || isSetString(meta.properties["input.name"])) {
|
|
1952
|
+
typeDefinition.input ??= {};
|
|
1953
|
+
if (isSetString(meta.properties["input.file"])) {
|
|
1954
|
+
typeDefinition.input.file = meta.properties["input.file"];
|
|
1955
|
+
}
|
|
1956
|
+
if (isSetString(meta.properties["input.name"])) {
|
|
1957
|
+
typeDefinition.input.name = meta.properties["input.name"];
|
|
1958
|
+
}
|
|
1921
1959
|
}
|
|
1960
|
+
if (isSetString(meta.properties.output)) {
|
|
1961
|
+
typeDefinition.output = meta.properties.output;
|
|
1962
|
+
}
|
|
1963
|
+
return typeDefinition;
|
|
1922
1964
|
}
|
|
1923
|
-
|
|
1924
|
-
|
|
1925
|
-
|
|
1926
|
-
|
|
1927
|
-
|
|
1928
|
-
|
|
1929
|
-
}
|
|
1930
|
-
|
|
1931
|
-
|
|
1965
|
+
return null;
|
|
1966
|
+
}).filter(Boolean);
|
|
1967
|
+
result2.#log(LogLevelLabel.DEBUG, `Loaded ${entry.length} entry type definitions from VFS metadata.`);
|
|
1968
|
+
context.entry = entry;
|
|
1969
|
+
} else {
|
|
1970
|
+
result2.#log(LogLevelLabel.DEBUG, "No previously stored metadata records were found on the local system.");
|
|
1971
|
+
}
|
|
1972
|
+
} else {
|
|
1973
|
+
const message = new $.Message();
|
|
1974
|
+
result = new _VirtualFileSystem(context, message.initRoot(FileSystem));
|
|
1932
1975
|
}
|
|
1976
|
+
result.#log(LogLevelLabel.DEBUG, "Successfully completed virtual file system (VFS) initialization.");
|
|
1933
1977
|
return result;
|
|
1934
1978
|
}
|
|
1935
1979
|
/**
|
|
@@ -1950,7 +1994,10 @@ var VirtualFileSystem = class _VirtualFileSystem {
|
|
|
1950
1994
|
}, "deleteProperty"),
|
|
1951
1995
|
has: /* @__PURE__ */ __name((target, prop) => {
|
|
1952
1996
|
return this.#normalizeId(prop) in target;
|
|
1953
|
-
}, "has")
|
|
1997
|
+
}, "has"),
|
|
1998
|
+
ownKeys: /* @__PURE__ */ __name((target) => {
|
|
1999
|
+
return Reflect.ownKeys(target).map((key) => this.#normalizeId(key));
|
|
2000
|
+
}, "ownKeys")
|
|
1954
2001
|
});
|
|
1955
2002
|
}
|
|
1956
2003
|
/**
|
|
@@ -1971,7 +2018,10 @@ var VirtualFileSystem = class _VirtualFileSystem {
|
|
|
1971
2018
|
}, "deleteProperty"),
|
|
1972
2019
|
has: /* @__PURE__ */ __name((target, prop) => {
|
|
1973
2020
|
return this.#normalizePath(prop) in target;
|
|
1974
|
-
}, "has")
|
|
2021
|
+
}, "has"),
|
|
2022
|
+
ownKeys: /* @__PURE__ */ __name((target) => {
|
|
2023
|
+
return Reflect.ownKeys(target).map((key) => this.#normalizePath(key));
|
|
2024
|
+
}, "ownKeys")
|
|
1975
2025
|
});
|
|
1976
2026
|
}
|
|
1977
2027
|
/**
|
|
@@ -1992,7 +2042,10 @@ var VirtualFileSystem = class _VirtualFileSystem {
|
|
|
1992
2042
|
}, "deleteProperty"),
|
|
1993
2043
|
has: /* @__PURE__ */ __name((target, prop) => {
|
|
1994
2044
|
return this.#normalizeId(prop) in target;
|
|
1995
|
-
}, "has")
|
|
2045
|
+
}, "has"),
|
|
2046
|
+
ownKeys: /* @__PURE__ */ __name((target) => {
|
|
2047
|
+
return Reflect.ownKeys(target).map((key) => this.#normalizeId(key));
|
|
2048
|
+
}, "ownKeys")
|
|
1996
2049
|
});
|
|
1997
2050
|
}
|
|
1998
2051
|
/**
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunk7AUML5JI_js = require('./chunk-7AUML5JI.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 = chunk7AUML5JI_js.withExecutor("lint", executorFn);
|
|
15
15
|
var executor_default = executor;
|
|
16
16
|
|
|
17
17
|
exports.executorFn = executorFn;
|
|
@@ -1259,7 +1259,7 @@ function isValidId(id, prefix = "powerlines") {
|
|
|
1259
1259
|
}
|
|
1260
1260
|
chunkSHUYVCID_js.__name(isValidId, "isValidId");
|
|
1261
1261
|
function normalizeId(id, prefix = "powerlines") {
|
|
1262
|
-
return
|
|
1262
|
+
return replace.replaceExtension(toFilePath(id)).replace(/^\\0/, "").replace(/^powerlines:/, "").replace(new RegExp(`^${prefix.replace(/:$/, "")}:`), "");
|
|
1263
1263
|
}
|
|
1264
1264
|
chunkSHUYVCID_js.__name(normalizeId, "normalizeId");
|
|
1265
1265
|
function normalizePath(path, builtinsPath, prefix = "powerlines") {
|
|
@@ -1861,51 +1861,72 @@ var VirtualFileSystem = class _VirtualFileSystem {
|
|
|
1861
1861
|
*/
|
|
1862
1862
|
static async create(context) {
|
|
1863
1863
|
context.debug("Starting virtual file system (VFS) initialization processes...");
|
|
1864
|
+
let result;
|
|
1864
1865
|
if (!context.config.skipCache && exists.existsSync(joinPaths.joinPaths(context.dataPath, "fs.bin"))) {
|
|
1865
1866
|
const buffer$1 = await buffer.readFileBuffer(joinPaths.joinPaths(context.dataPath, "fs.bin"));
|
|
1866
|
-
const
|
|
1867
|
-
const fs =
|
|
1867
|
+
const message = new $__namespace.Message(buffer$1, false);
|
|
1868
|
+
const fs = message.getRoot(FileSystem);
|
|
1868
1869
|
const result2 = new _VirtualFileSystem(context, fs);
|
|
1869
1870
|
if (fs._hasStorage() && fs.storage.length > 0) {
|
|
1870
1871
|
await Promise.all(fs.storage.values().map(async (file) => {
|
|
1871
1872
|
if (file.path && file.code) {
|
|
1872
|
-
|
|
1873
|
+
if (fs._hasIds()) {
|
|
1874
|
+
fs.ids.find((fileId) => fileId.path === file.path);
|
|
1875
|
+
}
|
|
1876
|
+
let metadata;
|
|
1877
|
+
if (fs._hasMetadata()) {
|
|
1878
|
+
metadata = fs.metadata.find((meta) => meta.id === (file.path));
|
|
1879
|
+
}
|
|
1880
|
+
await result2.write(file.path, file.code, {
|
|
1881
|
+
meta: {
|
|
1882
|
+
id: metadata?.id,
|
|
1883
|
+
type: metadata?.type,
|
|
1884
|
+
properties: metadata?._hasProperties() ? metadata?.properties.values().reduce((ret, kvp) => {
|
|
1885
|
+
ret[kvp.key] = kvp.value;
|
|
1886
|
+
return ret;
|
|
1887
|
+
}, {}) : void 0,
|
|
1888
|
+
timestamp: metadata?.timestamp
|
|
1889
|
+
}
|
|
1890
|
+
});
|
|
1873
1891
|
}
|
|
1874
1892
|
}));
|
|
1875
1893
|
}
|
|
1876
|
-
|
|
1877
|
-
|
|
1878
|
-
|
|
1879
|
-
|
|
1880
|
-
|
|
1881
|
-
|
|
1882
|
-
|
|
1883
|
-
|
|
1884
|
-
|
|
1885
|
-
file: path
|
|
1886
|
-
};
|
|
1887
|
-
if (isSetString.isSetString(meta.properties.name)) {
|
|
1888
|
-
typeDefinition.name = meta.properties.name;
|
|
1889
|
-
}
|
|
1890
|
-
if (isSetString.isSetString(meta.properties["input.file"]) || isSetString.isSetString(meta.properties["input.name"])) {
|
|
1891
|
-
typeDefinition.input ??= {};
|
|
1892
|
-
if (isSetString.isSetString(meta.properties["input.file"])) {
|
|
1893
|
-
typeDefinition.input.file = meta.properties["input.file"];
|
|
1894
|
+
if (result2.#metadata && Object.keys(result2.#metadata).length > 0) {
|
|
1895
|
+
result2.#log(types.LogLevelLabel.DEBUG, `Preparing to load ${Object.keys(result2.#metadata).length} previously stored metadata records...`);
|
|
1896
|
+
const entry = Object.entries(result2.#metadata).filter(([, meta]) => meta && meta.type === "entry").map(([path, meta]) => {
|
|
1897
|
+
if (meta.properties) {
|
|
1898
|
+
const typeDefinition = {
|
|
1899
|
+
file: path
|
|
1900
|
+
};
|
|
1901
|
+
if (isSetString.isSetString(meta.properties.name)) {
|
|
1902
|
+
typeDefinition.name = meta.properties.name;
|
|
1894
1903
|
}
|
|
1895
|
-
if (isSetString.isSetString(meta.properties["input.name"])) {
|
|
1896
|
-
typeDefinition.input
|
|
1904
|
+
if (isSetString.isSetString(meta.properties["input.file"]) || isSetString.isSetString(meta.properties["input.name"])) {
|
|
1905
|
+
typeDefinition.input ??= {};
|
|
1906
|
+
if (isSetString.isSetString(meta.properties["input.file"])) {
|
|
1907
|
+
typeDefinition.input.file = meta.properties["input.file"];
|
|
1908
|
+
}
|
|
1909
|
+
if (isSetString.isSetString(meta.properties["input.name"])) {
|
|
1910
|
+
typeDefinition.input.name = meta.properties["input.name"];
|
|
1911
|
+
}
|
|
1897
1912
|
}
|
|
1913
|
+
if (isSetString.isSetString(meta.properties.output)) {
|
|
1914
|
+
typeDefinition.output = meta.properties.output;
|
|
1915
|
+
}
|
|
1916
|
+
return typeDefinition;
|
|
1898
1917
|
}
|
|
1899
|
-
|
|
1900
|
-
|
|
1901
|
-
|
|
1902
|
-
|
|
1903
|
-
|
|
1904
|
-
|
|
1905
|
-
}
|
|
1906
|
-
|
|
1907
|
-
|
|
1918
|
+
return null;
|
|
1919
|
+
}).filter(Boolean);
|
|
1920
|
+
result2.#log(types.LogLevelLabel.DEBUG, `Loaded ${entry.length} entry type definitions from VFS metadata.`);
|
|
1921
|
+
context.entry = entry;
|
|
1922
|
+
} else {
|
|
1923
|
+
result2.#log(types.LogLevelLabel.DEBUG, "No previously stored metadata records were found on the local system.");
|
|
1924
|
+
}
|
|
1925
|
+
} else {
|
|
1926
|
+
const message = new $__namespace.Message();
|
|
1927
|
+
result = new _VirtualFileSystem(context, message.initRoot(FileSystem));
|
|
1908
1928
|
}
|
|
1929
|
+
result.#log(types.LogLevelLabel.DEBUG, "Successfully completed virtual file system (VFS) initialization.");
|
|
1909
1930
|
return result;
|
|
1910
1931
|
}
|
|
1911
1932
|
/**
|
|
@@ -1916,49 +1937,72 @@ var VirtualFileSystem = class _VirtualFileSystem {
|
|
|
1916
1937
|
*/
|
|
1917
1938
|
static createSync(context) {
|
|
1918
1939
|
context.debug("Starting virtual file system (VFS) initialization processes...");
|
|
1940
|
+
let result;
|
|
1919
1941
|
if (!context.config.skipCache && exists.existsSync(joinPaths.joinPaths(context.dataPath, "fs.bin"))) {
|
|
1920
1942
|
const buffer$1 = buffer.readFileBufferSync(joinPaths.joinPaths(context.dataPath, "fs.bin"));
|
|
1921
|
-
const
|
|
1922
|
-
const fs =
|
|
1943
|
+
const message = new $__namespace.Message(buffer$1, false);
|
|
1944
|
+
const fs = message.getRoot(FileSystem);
|
|
1923
1945
|
const result2 = new _VirtualFileSystem(context, fs);
|
|
1924
1946
|
if (fs._hasStorage() && fs.storage.length > 0) {
|
|
1925
|
-
fs.storage.values().
|
|
1926
|
-
|
|
1947
|
+
fs.storage.values().forEach((file) => {
|
|
1948
|
+
if (file.path && file.code) {
|
|
1949
|
+
if (fs._hasIds()) {
|
|
1950
|
+
fs.ids.find((fileId) => fileId.path === file.path);
|
|
1951
|
+
}
|
|
1952
|
+
let metadata;
|
|
1953
|
+
if (fs._hasMetadata()) {
|
|
1954
|
+
metadata = fs.metadata.find((meta) => meta.id === (file.path));
|
|
1955
|
+
}
|
|
1956
|
+
result2.writeSync(file.path, file.code, {
|
|
1957
|
+
meta: {
|
|
1958
|
+
id: metadata?.id,
|
|
1959
|
+
type: metadata?.type,
|
|
1960
|
+
properties: metadata?._hasProperties() ? metadata?.properties.values().reduce((ret, kvp) => {
|
|
1961
|
+
ret[kvp.key] = kvp.value;
|
|
1962
|
+
return ret;
|
|
1963
|
+
}, {}) : void 0,
|
|
1964
|
+
timestamp: metadata?.timestamp
|
|
1965
|
+
}
|
|
1966
|
+
});
|
|
1967
|
+
}
|
|
1927
1968
|
});
|
|
1928
1969
|
}
|
|
1929
|
-
|
|
1930
|
-
|
|
1931
|
-
|
|
1932
|
-
|
|
1933
|
-
|
|
1934
|
-
|
|
1935
|
-
|
|
1936
|
-
|
|
1937
|
-
|
|
1938
|
-
file: path
|
|
1939
|
-
};
|
|
1940
|
-
if (isSetString.isSetString(meta.properties.name)) {
|
|
1941
|
-
typeDefinition.name = meta.properties.name;
|
|
1942
|
-
}
|
|
1943
|
-
if (isSetString.isSetString(meta.properties["input.file"]) || isSetString.isSetString(meta.properties["input.name"])) {
|
|
1944
|
-
typeDefinition.input ??= {};
|
|
1945
|
-
if (isSetString.isSetString(meta.properties["input.file"])) {
|
|
1946
|
-
typeDefinition.input.file = meta.properties["input.file"];
|
|
1970
|
+
if (result2.#metadata && Object.keys(result2.#metadata).length > 0) {
|
|
1971
|
+
result2.#log(types.LogLevelLabel.DEBUG, `Preparing to load ${Object.keys(result2.#metadata).length} previously stored metadata records...`);
|
|
1972
|
+
const entry = Object.entries(result2.#metadata).filter(([, meta]) => meta && meta.type === "entry").map(([path, meta]) => {
|
|
1973
|
+
if (meta.properties) {
|
|
1974
|
+
const typeDefinition = {
|
|
1975
|
+
file: path
|
|
1976
|
+
};
|
|
1977
|
+
if (isSetString.isSetString(meta.properties.name)) {
|
|
1978
|
+
typeDefinition.name = meta.properties.name;
|
|
1947
1979
|
}
|
|
1948
|
-
if (isSetString.isSetString(meta.properties["input.name"])) {
|
|
1949
|
-
typeDefinition.input
|
|
1980
|
+
if (isSetString.isSetString(meta.properties["input.file"]) || isSetString.isSetString(meta.properties["input.name"])) {
|
|
1981
|
+
typeDefinition.input ??= {};
|
|
1982
|
+
if (isSetString.isSetString(meta.properties["input.file"])) {
|
|
1983
|
+
typeDefinition.input.file = meta.properties["input.file"];
|
|
1984
|
+
}
|
|
1985
|
+
if (isSetString.isSetString(meta.properties["input.name"])) {
|
|
1986
|
+
typeDefinition.input.name = meta.properties["input.name"];
|
|
1987
|
+
}
|
|
1950
1988
|
}
|
|
1989
|
+
if (isSetString.isSetString(meta.properties.output)) {
|
|
1990
|
+
typeDefinition.output = meta.properties.output;
|
|
1991
|
+
}
|
|
1992
|
+
return typeDefinition;
|
|
1951
1993
|
}
|
|
1952
|
-
|
|
1953
|
-
|
|
1954
|
-
|
|
1955
|
-
|
|
1956
|
-
|
|
1957
|
-
|
|
1958
|
-
}
|
|
1959
|
-
|
|
1960
|
-
|
|
1994
|
+
return null;
|
|
1995
|
+
}).filter(Boolean);
|
|
1996
|
+
result2.#log(types.LogLevelLabel.DEBUG, `Loaded ${entry.length} entry type definitions from VFS metadata.`);
|
|
1997
|
+
context.entry = entry;
|
|
1998
|
+
} else {
|
|
1999
|
+
result2.#log(types.LogLevelLabel.DEBUG, "No previously stored metadata records were found on the local system.");
|
|
2000
|
+
}
|
|
2001
|
+
} else {
|
|
2002
|
+
const message = new $__namespace.Message();
|
|
2003
|
+
result = new _VirtualFileSystem(context, message.initRoot(FileSystem));
|
|
1961
2004
|
}
|
|
2005
|
+
result.#log(types.LogLevelLabel.DEBUG, "Successfully completed virtual file system (VFS) initialization.");
|
|
1962
2006
|
return result;
|
|
1963
2007
|
}
|
|
1964
2008
|
/**
|
|
@@ -1979,7 +2023,10 @@ var VirtualFileSystem = class _VirtualFileSystem {
|
|
|
1979
2023
|
}, "deleteProperty"),
|
|
1980
2024
|
has: /* @__PURE__ */ chunkSHUYVCID_js.__name((target, prop) => {
|
|
1981
2025
|
return this.#normalizeId(prop) in target;
|
|
1982
|
-
}, "has")
|
|
2026
|
+
}, "has"),
|
|
2027
|
+
ownKeys: /* @__PURE__ */ chunkSHUYVCID_js.__name((target) => {
|
|
2028
|
+
return Reflect.ownKeys(target).map((key) => this.#normalizeId(key));
|
|
2029
|
+
}, "ownKeys")
|
|
1983
2030
|
});
|
|
1984
2031
|
}
|
|
1985
2032
|
/**
|
|
@@ -2000,7 +2047,10 @@ var VirtualFileSystem = class _VirtualFileSystem {
|
|
|
2000
2047
|
}, "deleteProperty"),
|
|
2001
2048
|
has: /* @__PURE__ */ chunkSHUYVCID_js.__name((target, prop) => {
|
|
2002
2049
|
return this.#normalizePath(prop) in target;
|
|
2003
|
-
}, "has")
|
|
2050
|
+
}, "has"),
|
|
2051
|
+
ownKeys: /* @__PURE__ */ chunkSHUYVCID_js.__name((target) => {
|
|
2052
|
+
return Reflect.ownKeys(target).map((key) => this.#normalizePath(key));
|
|
2053
|
+
}, "ownKeys")
|
|
2004
2054
|
});
|
|
2005
2055
|
}
|
|
2006
2056
|
/**
|
|
@@ -2021,7 +2071,10 @@ var VirtualFileSystem = class _VirtualFileSystem {
|
|
|
2021
2071
|
}, "deleteProperty"),
|
|
2022
2072
|
has: /* @__PURE__ */ chunkSHUYVCID_js.__name((target, prop) => {
|
|
2023
2073
|
return this.#normalizeId(prop) in target;
|
|
2024
|
-
}, "has")
|
|
2074
|
+
}, "has"),
|
|
2075
|
+
ownKeys: /* @__PURE__ */ chunkSHUYVCID_js.__name((target) => {
|
|
2076
|
+
return Reflect.ownKeys(target).map((key) => this.#normalizeId(key));
|
|
2077
|
+
}, "ownKeys")
|
|
2025
2078
|
});
|
|
2026
2079
|
}
|
|
2027
2080
|
/**
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunk7AUML5JI_js = require('./chunk-7AUML5JI.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 = chunk7AUML5JI_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 chunk7AUML5JI_js = require('./chunk-7AUML5JI.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 = chunk7AUML5JI_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 chunk7AUML5JI_js = require('./chunk-7AUML5JI.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 = chunk7AUML5JI_js.withExecutor("clean", executorFn);
|
|
15
15
|
var executor_default = executor;
|
|
16
16
|
|
|
17
17
|
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 chunk6LY6DUVG_js = require('./chunk-6LY6DUVG.js');
|
|
5
|
+
var chunk2RNB6HQA_js = require('./chunk-2RNB6HQA.js');
|
|
6
|
+
var chunkX435L7KD_js = require('./chunk-X435L7KD.js');
|
|
7
|
+
var chunkZSIHOWE4_js = require('./chunk-ZSIHOWE4.js');
|
|
8
|
+
var chunkXQNQTM57_js = require('./chunk-XQNQTM57.js');
|
|
9
|
+
require('./chunk-7AUML5JI.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 chunk6LY6DUVG_js.executor_default; }
|
|
18
18
|
});
|
|
19
19
|
Object.defineProperty(exports, "prepare", {
|
|
20
20
|
enumerable: true,
|
|
21
|
-
get: function () { return
|
|
21
|
+
get: function () { return chunk2RNB6HQA_js.executor_default; }
|
|
22
22
|
});
|
|
23
23
|
Object.defineProperty(exports, "build", {
|
|
24
24
|
enumerable: true,
|
|
25
|
-
get: function () { return
|
|
25
|
+
get: function () { return chunkX435L7KD_js.executor_default; }
|
|
26
26
|
});
|
|
27
27
|
Object.defineProperty(exports, "clean", {
|
|
28
28
|
enumerable: true,
|
|
29
|
-
get: function () { return
|
|
29
|
+
get: function () { return chunkZSIHOWE4_js.executor_default; }
|
|
30
30
|
});
|
|
31
31
|
Object.defineProperty(exports, "docs", {
|
|
32
32
|
enumerable: true,
|
|
33
|
-
get: function () { return
|
|
33
|
+
get: function () { return chunkXQNQTM57_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-LS4Q6Y4T.mjs';
|
|
3
|
+
export { executor_default as prepare } from './chunk-4DXTUU2R.mjs';
|
|
4
|
+
export { executor_default as build } from './chunk-BTVHNGFK.mjs';
|
|
5
|
+
export { executor_default as clean } from './chunk-EEUJQ3AZ.mjs';
|
|
6
|
+
export { executor_default as docs } from './chunk-KYWEH3JR.mjs';
|
|
7
|
+
import './chunk-6JOZJJIR.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 chunk6LY6DUVG_js = require('./chunk-6LY6DUVG.js');
|
|
6
|
+
var chunk2RNB6HQA_js = require('./chunk-2RNB6HQA.js');
|
|
7
|
+
var chunkX435L7KD_js = require('./chunk-X435L7KD.js');
|
|
8
|
+
var chunkZSIHOWE4_js = require('./chunk-ZSIHOWE4.js');
|
|
9
|
+
var chunkXQNQTM57_js = require('./chunk-XQNQTM57.js');
|
|
10
10
|
require('./chunk-N2YKXZ5R.js');
|
|
11
11
|
var chunkWUJKJGEW_js = require('./chunk-WUJKJGEW.js');
|
|
12
|
-
require('./chunk-
|
|
12
|
+
require('./chunk-7AUML5JI.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 chunk6LY6DUVG_js.executor_default; }
|
|
27
27
|
});
|
|
28
28
|
Object.defineProperty(exports, "prepare", {
|
|
29
29
|
enumerable: true,
|
|
30
|
-
get: function () { return
|
|
30
|
+
get: function () { return chunk2RNB6HQA_js.executor_default; }
|
|
31
31
|
});
|
|
32
32
|
Object.defineProperty(exports, "build", {
|
|
33
33
|
enumerable: true,
|
|
34
|
-
get: function () { return
|
|
34
|
+
get: function () { return chunkX435L7KD_js.executor_default; }
|
|
35
35
|
});
|
|
36
36
|
Object.defineProperty(exports, "clean", {
|
|
37
37
|
enumerable: true,
|
|
38
|
-
get: function () { return
|
|
38
|
+
get: function () { return chunkZSIHOWE4_js.executor_default; }
|
|
39
39
|
});
|
|
40
40
|
Object.defineProperty(exports, "docs", {
|
|
41
41
|
enumerable: true,
|
|
42
|
-
get: function () { return
|
|
42
|
+
get: function () { return chunkXQNQTM57_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-LS4Q6Y4T.mjs';
|
|
4
|
+
export { executor_default as prepare } from './chunk-4DXTUU2R.mjs';
|
|
5
|
+
export { executor_default as build } from './chunk-BTVHNGFK.mjs';
|
|
6
|
+
export { executor_default as clean } from './chunk-EEUJQ3AZ.mjs';
|
|
7
|
+
export { executor_default as docs } from './chunk-KYWEH3JR.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-6JOZJJIR.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 chunk7AUML5JI_js = require('../../chunk-7AUML5JI.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 chunk7AUML5JI_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 chunkX435L7KD_js = require('../../../chunk-X435L7KD.js');
|
|
6
|
+
require('../../../chunk-7AUML5JI.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 chunkX435L7KD_js.executor_default; }
|
|
15
15
|
});
|
|
16
16
|
Object.defineProperty(exports, "executorFn", {
|
|
17
17
|
enumerable: true,
|
|
18
|
-
get: function () { return
|
|
18
|
+
get: function () { return chunkX435L7KD_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-BTVHNGFK.mjs';
|
|
2
|
+
import '../../../chunk-6JOZJJIR.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 chunkZSIHOWE4_js = require('../../../chunk-ZSIHOWE4.js');
|
|
6
|
+
require('../../../chunk-7AUML5JI.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 chunkZSIHOWE4_js.executor_default; }
|
|
15
15
|
});
|
|
16
16
|
Object.defineProperty(exports, "executorFn", {
|
|
17
17
|
enumerable: true,
|
|
18
|
-
get: function () { return
|
|
18
|
+
get: function () { return chunkZSIHOWE4_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-EEUJQ3AZ.mjs';
|
|
2
|
+
import '../../../chunk-6JOZJJIR.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 chunkXQNQTM57_js = require('../../../chunk-XQNQTM57.js');
|
|
6
|
+
require('../../../chunk-7AUML5JI.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 chunkXQNQTM57_js.executor_default; }
|
|
15
15
|
});
|
|
16
16
|
Object.defineProperty(exports, "executorFn", {
|
|
17
17
|
enumerable: true,
|
|
18
|
-
get: function () { return
|
|
18
|
+
get: function () { return chunkXQNQTM57_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-KYWEH3JR.mjs';
|
|
2
|
+
import '../../../chunk-6JOZJJIR.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 chunk6LY6DUVG_js = require('../../../chunk-6LY6DUVG.js');
|
|
6
|
+
require('../../../chunk-7AUML5JI.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 chunk6LY6DUVG_js.executor_default; }
|
|
15
15
|
});
|
|
16
16
|
Object.defineProperty(exports, "executorFn", {
|
|
17
17
|
enumerable: true,
|
|
18
|
-
get: function () { return
|
|
18
|
+
get: function () { return chunk6LY6DUVG_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-LS4Q6Y4T.mjs';
|
|
2
|
+
import '../../../chunk-6JOZJJIR.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 chunk2RNB6HQA_js = require('../../../chunk-2RNB6HQA.js');
|
|
6
|
+
require('../../../chunk-7AUML5JI.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 chunk2RNB6HQA_js.executor_default; }
|
|
15
15
|
});
|
|
16
16
|
Object.defineProperty(exports, "executorFn", {
|
|
17
17
|
enumerable: true,
|
|
18
|
-
get: function () { return
|
|
18
|
+
get: function () { return chunk2RNB6HQA_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-4DXTUU2R.mjs';
|
|
2
|
+
import '../../../chunk-6JOZJJIR.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.82",
|
|
4
4
|
"description": "A Nx plugin to support Powerlines development in Nx monorepos.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "github",
|
|
@@ -182,21 +182,21 @@
|
|
|
182
182
|
"typings": "dist/index.d.ts",
|
|
183
183
|
"dependencies": {
|
|
184
184
|
"@nx/devkit": "^22.3.3",
|
|
185
|
-
"@storm-software/build-tools": "^0.158.
|
|
185
|
+
"@storm-software/build-tools": "^0.158.79",
|
|
186
186
|
"@storm-software/config": "^1.135.0",
|
|
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.
|
|
187
|
+
"@storm-software/config-tools": "^1.188.79",
|
|
188
|
+
"@storm-software/esbuild": "^0.53.79",
|
|
189
|
+
"@storm-software/unbuild": "^0.57.79",
|
|
190
|
+
"@storm-software/workspace-tools": "^1.294.25",
|
|
191
191
|
"@stryke/fs": "^0.33.29",
|
|
192
192
|
"@stryke/hash": "^0.12.35",
|
|
193
193
|
"@stryke/path": "^0.24.2",
|
|
194
|
-
"@stryke/string-format": "^0.
|
|
194
|
+
"@stryke/string-format": "^0.13.0",
|
|
195
195
|
"@stryke/type-checks": "^0.5.16",
|
|
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.26"
|
|
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": "641addc639bbab3679a139dcaeb2ad810da4ca3e"
|
|
214
214
|
}
|