@powerlines/nx 0.6.1 → 0.8.0

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.
Files changed (42) hide show
  1. package/CHANGELOG.md +22 -0
  2. package/dist/{chunk-XYXUN542.js → chunk-3LHPBDCN.js} +2 -2
  3. package/dist/{chunk-ODOLGJKY.js → chunk-3UUTQUUX.js} +2 -2
  4. package/dist/{chunk-GFTKA5N5.mjs → chunk-5KPKXHZH.mjs} +1 -1
  5. package/dist/{chunk-3VDIABQM.mjs → chunk-CTSSOUL6.mjs} +1 -1
  6. package/dist/{chunk-3VJBDW77.js → chunk-CZATM4D6.js} +44 -1
  7. package/dist/{chunk-EKEZDLN2.mjs → chunk-HSNIRMVR.mjs} +1 -1
  8. package/dist/{chunk-AKQ4ET4F.mjs → chunk-IU4QT7J4.mjs} +45 -2
  9. package/dist/{chunk-X7QVSC5J.js → chunk-KNKBKT4T.js} +2 -2
  10. package/dist/{chunk-CH4AFRMH.js → chunk-KOM7ARUV.js} +2 -2
  11. package/dist/{chunk-PWRKGASF.mjs → chunk-XIGAXYDP.mjs} +1 -1
  12. package/dist/{chunk-MTNL3MVV.js → chunk-XPHWTP5U.js} +2 -2
  13. package/dist/{chunk-QBL3JIKQ.mjs → chunk-Z2JOX3QC.mjs} +1 -1
  14. package/dist/executors.js +11 -11
  15. package/dist/executors.mjs +6 -6
  16. package/dist/index.js +11 -11
  17. package/dist/index.mjs +6 -6
  18. package/dist/src/base/base-executor.js +2 -2
  19. package/dist/src/base/base-executor.mjs +1 -1
  20. package/dist/src/executors/build/executor.js +4 -4
  21. package/dist/src/executors/build/executor.mjs +2 -2
  22. package/dist/src/executors/build/schema.d.ts +85 -0
  23. package/dist/src/executors/build/schema.json +96 -0
  24. package/dist/src/executors/clean/executor.js +4 -4
  25. package/dist/src/executors/clean/executor.mjs +2 -2
  26. package/dist/src/executors/clean/schema.d.ts +75 -0
  27. package/dist/src/executors/clean/schema.json +77 -0
  28. package/dist/src/executors/docs/executor.js +4 -4
  29. package/dist/src/executors/docs/executor.mjs +2 -2
  30. package/dist/src/executors/docs/schema.d.ts +75 -0
  31. package/dist/src/executors/docs/schema.json +77 -0
  32. package/dist/src/executors/lint/executor.js +4 -4
  33. package/dist/src/executors/lint/executor.mjs +2 -2
  34. package/dist/src/executors/lint/schema.d.ts +75 -0
  35. package/dist/src/executors/lint/schema.json +77 -0
  36. package/dist/src/executors/prepare/executor.js +4 -4
  37. package/dist/src/executors/prepare/executor.mjs +2 -2
  38. package/dist/src/executors/prepare/schema.d.ts +75 -0
  39. package/dist/src/executors/prepare/schema.json +77 -0
  40. package/dist/src/generators/sync/schema.d.ts +15 -0
  41. package/dist/src/generators/sync/schema.json +19 -0
  42. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -2,6 +2,28 @@
2
2
 
3
3
  # Changelog for Powerlines - Nx
4
4
 
5
+ ## [0.7.0](https://github.com/storm-software/powerlines/releases/tag/nx%400.7.0) (2025-10-24)
6
+
7
+ ### Features
8
+
9
+ - **deepkit:** Initial check-in of the `deepkit` package
10
+ ([d3372b8](https://github.com/storm-software/powerlines/commit/d3372b8))
11
+
12
+ ### Updated Dependencies
13
+
14
+ - Updated powerlines to 0.8.0
15
+
16
+ ## [0.6.1](https://github.com/storm-software/powerlines/releases/tag/nx%400.6.1) (2025-10-23)
17
+
18
+ ### Miscellaneous
19
+
20
+ - **monorepo:** Update workspace package links
21
+ ([26d5877](https://github.com/storm-software/powerlines/commit/26d5877))
22
+
23
+ ### Updated Dependencies
24
+
25
+ - Updated powerlines to 0.7.1
26
+
5
27
  ## [0.6.0](https://github.com/storm-software/powerlines/releases/tag/nx%400.6.0) (2025-10-23)
6
28
 
7
29
  ### Features
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var chunk3VJBDW77_js = require('./chunk-3VJBDW77.js');
3
+ var chunkCZATM4D6_js = require('./chunk-CZATM4D6.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 = chunk3VJBDW77_js.withExecutor("clean", executorFn);
14
+ var executor = chunkCZATM4D6_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 chunk3VJBDW77_js = require('./chunk-3VJBDW77.js');
3
+ var chunkCZATM4D6_js = require('./chunk-CZATM4D6.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 = chunk3VJBDW77_js.withExecutor("docs", executorFn);
14
+ var executor = chunkCZATM4D6_js.withExecutor("docs", executorFn);
15
15
  var executor_default = executor;
16
16
 
17
17
  exports.executorFn = executorFn;
@@ -1,4 +1,4 @@
1
- import { withExecutor } from './chunk-AKQ4ET4F.mjs';
1
+ import { withExecutor } from './chunk-IU4QT7J4.mjs';
2
2
  import { __name } from './chunk-O6YSETKJ.mjs';
3
3
 
4
4
  // src/executors/lint/executor.ts
@@ -1,4 +1,4 @@
1
- import { withExecutor } from './chunk-AKQ4ET4F.mjs';
1
+ import { withExecutor } from './chunk-IU4QT7J4.mjs';
2
2
  import { __name } from './chunk-O6YSETKJ.mjs';
3
3
  import defu from 'defu';
4
4
 
@@ -44,6 +44,7 @@ var join = require('@stryke/path/join');
44
44
  var isNull = require('@stryke/type-checks/is-null');
45
45
  var isString = require('@stryke/type-checks/is-string');
46
46
  var uuid = require('@stryke/unique-id/uuid');
47
+ var oxcParser = require('oxc-parser');
47
48
  var parseTypeDefinition = require('@stryke/convert/parse-type-definition');
48
49
  var colors = require('@storm-software/config-tools/utilities/colors');
49
50
  var noop = require('@stryke/helpers/noop');
@@ -1598,12 +1599,29 @@ var PowerlinesContext = class _PowerlinesContext {
1598
1599
  * An object containing the development dependencies that should be installed for the project
1599
1600
  */
1600
1601
  devDependencies = {};
1601
- reflections = {};
1602
+ /**
1603
+ * The persisted meta information about the current build
1604
+ */
1602
1605
  persistedMeta = void 0;
1606
+ /**
1607
+ * The path to the Powerlines package
1608
+ */
1603
1609
  powerlinesPath;
1610
+ /**
1611
+ * The parsed `package.json` file for the project
1612
+ */
1604
1613
  packageJson;
1614
+ /**
1615
+ * The parsed `project.json` file for the project
1616
+ */
1605
1617
  projectJson = void 0;
1618
+ /**
1619
+ * The module resolver for the project
1620
+ */
1606
1621
  resolver;
1622
+ /**
1623
+ * The resolved entry type definitions for the project
1624
+ */
1607
1625
  get entry() {
1608
1626
  return resolveEntriesSync(this, toArray.toArray(this.config.entry));
1609
1627
  }
@@ -1618,9 +1636,15 @@ var PowerlinesContext = class _PowerlinesContext {
1618
1636
  }
1619
1637
  return this.#tsconfig;
1620
1638
  }
1639
+ /**
1640
+ * Sets the TypeScript configuration parsed from the tsconfig file
1641
+ */
1621
1642
  set tsconfig(value) {
1622
1643
  this.#tsconfig = value;
1623
1644
  }
1645
+ /**
1646
+ * The virtual file system interface for the project
1647
+ */
1624
1648
  get fs() {
1625
1649
  if (!this.#fs) {
1626
1650
  this.#fs = createVfs(this);
@@ -1676,6 +1700,9 @@ var PowerlinesContext = class _PowerlinesContext {
1676
1700
  get workspaceConfig() {
1677
1701
  return this.#workspaceConfig;
1678
1702
  }
1703
+ /**
1704
+ * The environment paths for the project
1705
+ */
1679
1706
  get envPaths() {
1680
1707
  if (!this.#envPaths) {
1681
1708
  this.#envPaths = getEnvPaths.getEnvPaths({
@@ -1734,6 +1761,22 @@ var PowerlinesContext = class _PowerlinesContext {
1734
1761
  return getWorkspaceRoot.relativeToWorkspaceRoot(this.config.projectRoot);
1735
1762
  }
1736
1763
  /**
1764
+ * Parses the source code and returns a {@link ParseResult} object.
1765
+ *
1766
+ * @param code - The source code to parse.
1767
+ * @param id - The unique identifier for the source file.
1768
+ * @param options - Optional parser options.
1769
+ * @returns The parsed {@link ParseResult} object.
1770
+ */
1771
+ async parse(code, id, options = {}) {
1772
+ return oxcParser.parseAsync(id, code, defu4__default.default(options ?? {}, {
1773
+ lang: filePathFns.hasFileExtension(id) ? void 0 : "ts",
1774
+ astType: filePathFns.hasFileExtension(id) ? void 0 : "ts",
1775
+ sourceType: "module",
1776
+ showSemanticErrors: false
1777
+ }));
1778
+ }
1779
+ /**
1737
1780
  * Update the context using a new user configuration options
1738
1781
  *
1739
1782
  * @param userConfig - The new user configuration options.
@@ -1,4 +1,4 @@
1
- import { withExecutor } from './chunk-AKQ4ET4F.mjs';
1
+ import { withExecutor } from './chunk-IU4QT7J4.mjs';
2
2
  import { __name } from './chunk-O6YSETKJ.mjs';
3
3
 
4
4
  // src/executors/clean/executor.ts
@@ -13,7 +13,7 @@ import { createDirectory } from '@stryke/fs/helpers';
13
13
  import { install } from '@stryke/fs/install';
14
14
  import { listFiles, listFilesSync } from '@stryke/fs/list-files';
15
15
  import { isPackageExists, isPackageListed, doesPackageMatch, getPackageListing } from '@stryke/fs/package-fns';
16
- import { findFilePath, findFileExtensionSafe, relativePath, findFileName } from '@stryke/path/file-path-fns';
16
+ import { findFilePath, hasFileExtension, findFileExtensionSafe, relativePath, findFileName } from '@stryke/path/file-path-fns';
17
17
  import { isParentPath } from '@stryke/path/is-parent-path';
18
18
  import { joinPaths } from '@stryke/path/join-paths';
19
19
  import { replacePath } from '@stryke/path/replace';
@@ -42,6 +42,7 @@ import { joinPaths as joinPaths$1 } from '@stryke/path/join';
42
42
  import { isNull } from '@stryke/type-checks/is-null';
43
43
  import { isString } from '@stryke/type-checks/is-string';
44
44
  import { uuid } from '@stryke/unique-id/uuid';
45
+ import { parseAsync } from 'oxc-parser';
45
46
  import { parseTypeDefinition } from '@stryke/convert/parse-type-definition';
46
47
  import { getColor } from '@storm-software/config-tools/utilities/colors';
47
48
  import { noop } from '@stryke/helpers/noop';
@@ -1568,12 +1569,29 @@ var PowerlinesContext = class _PowerlinesContext {
1568
1569
  * An object containing the development dependencies that should be installed for the project
1569
1570
  */
1570
1571
  devDependencies = {};
1571
- reflections = {};
1572
+ /**
1573
+ * The persisted meta information about the current build
1574
+ */
1572
1575
  persistedMeta = void 0;
1576
+ /**
1577
+ * The path to the Powerlines package
1578
+ */
1573
1579
  powerlinesPath;
1580
+ /**
1581
+ * The parsed `package.json` file for the project
1582
+ */
1574
1583
  packageJson;
1584
+ /**
1585
+ * The parsed `project.json` file for the project
1586
+ */
1575
1587
  projectJson = void 0;
1588
+ /**
1589
+ * The module resolver for the project
1590
+ */
1576
1591
  resolver;
1592
+ /**
1593
+ * The resolved entry type definitions for the project
1594
+ */
1577
1595
  get entry() {
1578
1596
  return resolveEntriesSync(this, toArray(this.config.entry));
1579
1597
  }
@@ -1588,9 +1606,15 @@ var PowerlinesContext = class _PowerlinesContext {
1588
1606
  }
1589
1607
  return this.#tsconfig;
1590
1608
  }
1609
+ /**
1610
+ * Sets the TypeScript configuration parsed from the tsconfig file
1611
+ */
1591
1612
  set tsconfig(value) {
1592
1613
  this.#tsconfig = value;
1593
1614
  }
1615
+ /**
1616
+ * The virtual file system interface for the project
1617
+ */
1594
1618
  get fs() {
1595
1619
  if (!this.#fs) {
1596
1620
  this.#fs = createVfs(this);
@@ -1646,6 +1670,9 @@ var PowerlinesContext = class _PowerlinesContext {
1646
1670
  get workspaceConfig() {
1647
1671
  return this.#workspaceConfig;
1648
1672
  }
1673
+ /**
1674
+ * The environment paths for the project
1675
+ */
1649
1676
  get envPaths() {
1650
1677
  if (!this.#envPaths) {
1651
1678
  this.#envPaths = getEnvPaths({
@@ -1704,6 +1731,22 @@ var PowerlinesContext = class _PowerlinesContext {
1704
1731
  return relativeToWorkspaceRoot(this.config.projectRoot);
1705
1732
  }
1706
1733
  /**
1734
+ * Parses the source code and returns a {@link ParseResult} object.
1735
+ *
1736
+ * @param code - The source code to parse.
1737
+ * @param id - The unique identifier for the source file.
1738
+ * @param options - Optional parser options.
1739
+ * @returns The parsed {@link ParseResult} object.
1740
+ */
1741
+ async parse(code, id, options = {}) {
1742
+ return parseAsync(id, code, defu4(options ?? {}, {
1743
+ lang: hasFileExtension(id) ? void 0 : "ts",
1744
+ astType: hasFileExtension(id) ? void 0 : "ts",
1745
+ sourceType: "module",
1746
+ showSemanticErrors: false
1747
+ }));
1748
+ }
1749
+ /**
1707
1750
  * Update the context using a new user configuration options
1708
1751
  *
1709
1752
  * @param userConfig - The new user configuration options.
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var chunk3VJBDW77_js = require('./chunk-3VJBDW77.js');
3
+ var chunkCZATM4D6_js = require('./chunk-CZATM4D6.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 = chunk3VJBDW77_js.withExecutor("build", executorFn);
22
+ var executor = chunkCZATM4D6_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 chunk3VJBDW77_js = require('./chunk-3VJBDW77.js');
3
+ var chunkCZATM4D6_js = require('./chunk-CZATM4D6.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 = chunk3VJBDW77_js.withExecutor("lint", executorFn);
14
+ var executor = chunkCZATM4D6_js.withExecutor("lint", executorFn);
15
15
  var executor_default = executor;
16
16
 
17
17
  exports.executorFn = executorFn;
@@ -1,4 +1,4 @@
1
- import { withExecutor } from './chunk-AKQ4ET4F.mjs';
1
+ import { withExecutor } from './chunk-IU4QT7J4.mjs';
2
2
  import { __name } from './chunk-O6YSETKJ.mjs';
3
3
  import defu from 'defu';
4
4
 
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var chunk3VJBDW77_js = require('./chunk-3VJBDW77.js');
3
+ var chunkCZATM4D6_js = require('./chunk-CZATM4D6.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 = chunk3VJBDW77_js.withExecutor("prepare", executorFn);
22
+ var executor = chunkCZATM4D6_js.withExecutor("prepare", executorFn);
23
23
  var executor_default = executor;
24
24
 
25
25
  exports.executorFn = executorFn;
@@ -1,4 +1,4 @@
1
- import { withExecutor } from './chunk-AKQ4ET4F.mjs';
1
+ import { withExecutor } from './chunk-IU4QT7J4.mjs';
2
2
  import { __name } from './chunk-O6YSETKJ.mjs';
3
3
 
4
4
  // src/executors/docs/executor.ts
package/dist/executors.js CHANGED
@@ -1,12 +1,12 @@
1
1
  'use strict';
2
2
 
3
3
  require('./chunk-XO62WWX4.js');
4
- var chunkXYXUN542_js = require('./chunk-XYXUN542.js');
5
- var chunkODOLGJKY_js = require('./chunk-ODOLGJKY.js');
6
- var chunkCH4AFRMH_js = require('./chunk-CH4AFRMH.js');
7
- var chunkMTNL3MVV_js = require('./chunk-MTNL3MVV.js');
8
- var chunkX7QVSC5J_js = require('./chunk-X7QVSC5J.js');
9
- require('./chunk-3VJBDW77.js');
4
+ var chunk3LHPBDCN_js = require('./chunk-3LHPBDCN.js');
5
+ var chunk3UUTQUUX_js = require('./chunk-3UUTQUUX.js');
6
+ var chunkKOM7ARUV_js = require('./chunk-KOM7ARUV.js');
7
+ var chunkXPHWTP5U_js = require('./chunk-XPHWTP5U.js');
8
+ var chunkKNKBKT4T_js = require('./chunk-KNKBKT4T.js');
9
+ require('./chunk-CZATM4D6.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 chunkXYXUN542_js.executor_default; }
17
+ get: function () { return chunk3LHPBDCN_js.executor_default; }
18
18
  });
19
19
  Object.defineProperty(exports, "docs", {
20
20
  enumerable: true,
21
- get: function () { return chunkODOLGJKY_js.executor_default; }
21
+ get: function () { return chunk3UUTQUUX_js.executor_default; }
22
22
  });
23
23
  Object.defineProperty(exports, "lint", {
24
24
  enumerable: true,
25
- get: function () { return chunkCH4AFRMH_js.executor_default; }
25
+ get: function () { return chunkKOM7ARUV_js.executor_default; }
26
26
  });
27
27
  Object.defineProperty(exports, "prepare", {
28
28
  enumerable: true,
29
- get: function () { return chunkMTNL3MVV_js.executor_default; }
29
+ get: function () { return chunkXPHWTP5U_js.executor_default; }
30
30
  });
31
31
  Object.defineProperty(exports, "build", {
32
32
  enumerable: true,
33
- get: function () { return chunkX7QVSC5J_js.executor_default; }
33
+ get: function () { return chunkKNKBKT4T_js.executor_default; }
34
34
  });
@@ -1,9 +1,9 @@
1
1
  import './chunk-UV4HQO3Y.mjs';
2
- export { executor_default as clean } from './chunk-EKEZDLN2.mjs';
3
- export { executor_default as docs } from './chunk-QBL3JIKQ.mjs';
4
- export { executor_default as lint } from './chunk-GFTKA5N5.mjs';
5
- export { executor_default as prepare } from './chunk-3VDIABQM.mjs';
6
- export { executor_default as build } from './chunk-PWRKGASF.mjs';
7
- import './chunk-AKQ4ET4F.mjs';
2
+ export { executor_default as clean } from './chunk-HSNIRMVR.mjs';
3
+ export { executor_default as docs } from './chunk-Z2JOX3QC.mjs';
4
+ export { executor_default as lint } from './chunk-5KPKXHZH.mjs';
5
+ export { executor_default as prepare } from './chunk-CTSSOUL6.mjs';
6
+ export { executor_default as build } from './chunk-XIGAXYDP.mjs';
7
+ import './chunk-IU4QT7J4.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 chunkXYXUN542_js = require('./chunk-XYXUN542.js');
5
- var chunkODOLGJKY_js = require('./chunk-ODOLGJKY.js');
6
- var chunkCH4AFRMH_js = require('./chunk-CH4AFRMH.js');
7
- var chunkMTNL3MVV_js = require('./chunk-MTNL3MVV.js');
4
+ var chunk3LHPBDCN_js = require('./chunk-3LHPBDCN.js');
5
+ var chunk3UUTQUUX_js = require('./chunk-3UUTQUUX.js');
6
+ var chunkKOM7ARUV_js = require('./chunk-KOM7ARUV.js');
7
+ var chunkXPHWTP5U_js = require('./chunk-XPHWTP5U.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 chunkX7QVSC5J_js = require('./chunk-X7QVSC5J.js');
12
- require('./chunk-3VJBDW77.js');
11
+ var chunkKNKBKT4T_js = require('./chunk-KNKBKT4T.js');
12
+ require('./chunk-CZATM4D6.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 chunkXYXUN542_js.executor_default; }
20
+ get: function () { return chunk3LHPBDCN_js.executor_default; }
21
21
  });
22
22
  Object.defineProperty(exports, "docs", {
23
23
  enumerable: true,
24
- get: function () { return chunkODOLGJKY_js.executor_default; }
24
+ get: function () { return chunk3UUTQUUX_js.executor_default; }
25
25
  });
26
26
  Object.defineProperty(exports, "lint", {
27
27
  enumerable: true,
28
- get: function () { return chunkCH4AFRMH_js.executor_default; }
28
+ get: function () { return chunkKOM7ARUV_js.executor_default; }
29
29
  });
30
30
  Object.defineProperty(exports, "prepare", {
31
31
  enumerable: true,
32
- get: function () { return chunkMTNL3MVV_js.executor_default; }
32
+ get: function () { return chunkXPHWTP5U_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 chunkX7QVSC5J_js.executor_default; }
52
+ get: function () { return chunkKNKBKT4T_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-EKEZDLN2.mjs';
3
- export { executor_default as docs } from './chunk-QBL3JIKQ.mjs';
4
- export { executor_default as lint } from './chunk-GFTKA5N5.mjs';
5
- export { executor_default as prepare } from './chunk-3VDIABQM.mjs';
2
+ export { executor_default as clean } from './chunk-HSNIRMVR.mjs';
3
+ export { executor_default as docs } from './chunk-Z2JOX3QC.mjs';
4
+ export { executor_default as lint } from './chunk-5KPKXHZH.mjs';
5
+ export { executor_default as prepare } from './chunk-CTSSOUL6.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-PWRKGASF.mjs';
10
- import './chunk-AKQ4ET4F.mjs';
9
+ export { executor_default as build } from './chunk-XIGAXYDP.mjs';
10
+ import './chunk-IU4QT7J4.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 chunk3VJBDW77_js = require('../../chunk-3VJBDW77.js');
3
+ var chunkCZATM4D6_js = require('../../chunk-CZATM4D6.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 chunk3VJBDW77_js.withExecutor; }
11
+ get: function () { return chunkCZATM4D6_js.withExecutor; }
12
12
  });
@@ -1,3 +1,3 @@
1
- export { withExecutor } from '../../chunk-AKQ4ET4F.mjs';
1
+ export { withExecutor } from '../../chunk-IU4QT7J4.mjs';
2
2
  import '../../chunk-CYWOTYVX.mjs';
3
3
  import '../../chunk-O6YSETKJ.mjs';
@@ -2,8 +2,8 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var chunkX7QVSC5J_js = require('../../../chunk-X7QVSC5J.js');
6
- require('../../../chunk-3VJBDW77.js');
5
+ var chunkKNKBKT4T_js = require('../../../chunk-KNKBKT4T.js');
6
+ require('../../../chunk-CZATM4D6.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 chunkX7QVSC5J_js.executor_default; }
14
+ get: function () { return chunkKNKBKT4T_js.executor_default; }
15
15
  });
16
16
  Object.defineProperty(exports, "executorFn", {
17
17
  enumerable: true,
18
- get: function () { return chunkX7QVSC5J_js.executorFn; }
18
+ get: function () { return chunkKNKBKT4T_js.executorFn; }
19
19
  });
@@ -1,4 +1,4 @@
1
- export { executor_default as default, executorFn } from '../../../chunk-PWRKGASF.mjs';
2
- import '../../../chunk-AKQ4ET4F.mjs';
1
+ export { executor_default as default, executorFn } from '../../../chunk-XIGAXYDP.mjs';
2
+ import '../../../chunk-IU4QT7J4.mjs';
3
3
  import '../../../chunk-CYWOTYVX.mjs';
4
4
  import '../../../chunk-O6YSETKJ.mjs';
@@ -0,0 +1,85 @@
1
+
2
+ // Generated by @storm-software/untyped
3
+ // Do not edit this file directly
4
+
5
+ export interface BuildExecutorSchema {
6
+ /**
7
+ * Output Path
8
+ *
9
+ * The output path for the build
10
+ *
11
+ * @default "dist/{projectRoot}"
12
+ *
13
+ * @format path
14
+ */
15
+ outputPath?: string,
16
+
17
+ /**
18
+ * TypeScript Configuration File
19
+ *
20
+ * The path to the tsconfig file
21
+ *
22
+ * @default "{projectRoot}/tsconfig.json"
23
+ *
24
+ * @format path
25
+ */
26
+ tsconfig?: string,
27
+
28
+ /**
29
+ * Powerlines Configuration File
30
+ *
31
+ * The path to the Powerlines configuration file
32
+ *
33
+ * @default "{projectRoot}/powerlines.config.ts"
34
+ *
35
+ * @format path
36
+ */
37
+ configFile?: string,
38
+
39
+ /**
40
+ * Mode
41
+ *
42
+ * The build mode
43
+ *
44
+ *
45
+ * @enum development,test,production
46
+ */
47
+ mode?: string,
48
+
49
+ /**
50
+ * Skip Installs
51
+ *
52
+ * Skip installing dependencies before building
53
+ *
54
+ */
55
+ skipInstalls?: boolean,
56
+
57
+ /**
58
+ * Skip Cache
59
+ *
60
+ * Skip the cache when building
61
+ *
62
+ */
63
+ skipCache?: boolean,
64
+
65
+ /**
66
+ * Log Level
67
+ *
68
+ * The log level to use for the build process
69
+ *
70
+ *
71
+ * @enum fatal,error,warn,success,info,debug,trace,silent
72
+ */
73
+ logLevel?: string,
74
+
75
+ /**
76
+ * Entry Path(s)
77
+ *
78
+ * The entry path(s) for the package
79
+ *
80
+ *
81
+ * @oneOf [object Object],[object Object]
82
+ */
83
+ entry?: any,
84
+ }
85
+