@powerlines/nx 0.1.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 (128) hide show
  1. package/LICENSE +201 -0
  2. package/README.md +490 -0
  3. package/dist/chunk-23KFTIT2.mjs +1 -0
  4. package/dist/chunk-2IKNOV7W.mjs +305 -0
  5. package/dist/chunk-326QB2VK.mjs +14 -0
  6. package/dist/chunk-3QPPK4K2.js +18 -0
  7. package/dist/chunk-5K7DMFAV.mjs +15 -0
  8. package/dist/chunk-6UG6SXHV.js +4307 -0
  9. package/dist/chunk-6ZABD5GY.js +18 -0
  10. package/dist/chunk-AKX3TTDA.js +18 -0
  11. package/dist/chunk-CQP2LCFV.mjs +19 -0
  12. package/dist/chunk-CYWOTYVX.mjs +108 -0
  13. package/dist/chunk-E6VIOC6R.mjs +19 -0
  14. package/dist/chunk-ED7GH5H4.js +30 -0
  15. package/dist/chunk-ESI25Y6Y.mjs +15 -0
  16. package/dist/chunk-FK3VJFET.mjs +28 -0
  17. package/dist/chunk-FXCIWWXO.mjs +15 -0
  18. package/dist/chunk-HHPODCTP.js +126 -0
  19. package/dist/chunk-N2YKXZ5R.js +2 -0
  20. package/dist/chunk-O6BSKBJP.js +26 -0
  21. package/dist/chunk-O6YSETKJ.mjs +4 -0
  22. package/dist/chunk-OOERKIVS.js +312 -0
  23. package/dist/chunk-OZMYXUES.mjs +4276 -0
  24. package/dist/chunk-SHUYVCID.js +6 -0
  25. package/dist/chunk-TCSCYVA7.mjs +76 -0
  26. package/dist/chunk-UV4HQO3Y.mjs +1 -0
  27. package/dist/chunk-WKH7IEJU.js +26 -0
  28. package/dist/chunk-WUJKJGEW.js +17 -0
  29. package/dist/chunk-XO62WWX4.js +2 -0
  30. package/dist/chunk-XPEFTYN7.js +82 -0
  31. package/dist/executor-B2Y0F4JC.d.ts +83 -0
  32. package/dist/executor-BAcpDLQu.d.ts +83 -0
  33. package/dist/executor-BHIUeaip.d.ts +93 -0
  34. package/dist/executor-BYGMOBlU.d.mts +83 -0
  35. package/dist/executor-Ba95I3EK.d.mts +93 -0
  36. package/dist/executor-CIEyQL42.d.mts +83 -0
  37. package/dist/executor-CkqLFUNx.d.ts +83 -0
  38. package/dist/executor-D055lNr2.d.ts +83 -0
  39. package/dist/executor-D0PJOQkn.d.mts +83 -0
  40. package/dist/executor-DsRaA9mk.d.mts +83 -0
  41. package/dist/executors.d.mts +12 -0
  42. package/dist/executors.d.ts +12 -0
  43. package/dist/executors.js +34 -0
  44. package/dist/executors.mjs +9 -0
  45. package/dist/generators.d.mts +19 -0
  46. package/dist/generators.d.ts +19 -0
  47. package/dist/generators.js +16 -0
  48. package/dist/generators.mjs +3 -0
  49. package/dist/index.d.mts +16 -0
  50. package/dist/index.d.ts +16 -0
  51. package/dist/index.js +53 -0
  52. package/dist/index.mjs +12 -0
  53. package/dist/src/base/base-executor.d.mts +27 -0
  54. package/dist/src/base/base-executor.d.ts +27 -0
  55. package/dist/src/base/base-executor.js +12 -0
  56. package/dist/src/base/base-executor.mjs +3 -0
  57. package/dist/src/base/base-executor.schema.d.d.mts +75 -0
  58. package/dist/src/base/base-executor.schema.d.d.ts +75 -0
  59. package/dist/src/base/base-executor.schema.d.js +2 -0
  60. package/dist/src/base/base-executor.schema.d.mjs +1 -0
  61. package/dist/src/base/base-executor.schema.d.ts +75 -0
  62. package/dist/src/base/base-executor.schema.json +77 -0
  63. package/dist/src/base/base-executor.untyped.d.mts +5 -0
  64. package/dist/src/base/base-executor.untyped.d.ts +5 -0
  65. package/dist/src/base/base-executor.untyped.js +10 -0
  66. package/dist/src/base/base-executor.untyped.mjs +2 -0
  67. package/dist/src/executors/build/executor.d.mts +8 -0
  68. package/dist/src/executors/build/executor.d.ts +8 -0
  69. package/dist/src/executors/build/executor.js +19 -0
  70. package/dist/src/executors/build/executor.mjs +4 -0
  71. package/dist/src/executors/build/untyped.d.mts +5 -0
  72. package/dist/src/executors/build/untyped.d.ts +5 -0
  73. package/dist/src/executors/build/untyped.js +37 -0
  74. package/dist/src/executors/build/untyped.mjs +33 -0
  75. package/dist/src/executors/clean/executor.d.mts +8 -0
  76. package/dist/src/executors/clean/executor.d.ts +8 -0
  77. package/dist/src/executors/clean/executor.js +19 -0
  78. package/dist/src/executors/clean/executor.mjs +4 -0
  79. package/dist/src/executors/clean/untyped.d.mts +5 -0
  80. package/dist/src/executors/clean/untyped.d.ts +5 -0
  81. package/dist/src/executors/clean/untyped.js +19 -0
  82. package/dist/src/executors/clean/untyped.mjs +15 -0
  83. package/dist/src/executors/docs/executor.d.mts +8 -0
  84. package/dist/src/executors/docs/executor.d.ts +8 -0
  85. package/dist/src/executors/docs/executor.js +19 -0
  86. package/dist/src/executors/docs/executor.mjs +4 -0
  87. package/dist/src/executors/docs/untyped.d.mts +5 -0
  88. package/dist/src/executors/docs/untyped.d.ts +5 -0
  89. package/dist/src/executors/docs/untyped.js +20 -0
  90. package/dist/src/executors/docs/untyped.mjs +16 -0
  91. package/dist/src/executors/lint/executor.d.mts +8 -0
  92. package/dist/src/executors/lint/executor.d.ts +8 -0
  93. package/dist/src/executors/lint/executor.js +19 -0
  94. package/dist/src/executors/lint/executor.mjs +4 -0
  95. package/dist/src/executors/lint/untyped.d.mts +5 -0
  96. package/dist/src/executors/lint/untyped.d.ts +5 -0
  97. package/dist/src/executors/lint/untyped.js +20 -0
  98. package/dist/src/executors/lint/untyped.mjs +16 -0
  99. package/dist/src/executors/prepare/executor.d.mts +8 -0
  100. package/dist/src/executors/prepare/executor.d.ts +8 -0
  101. package/dist/src/executors/prepare/executor.js +19 -0
  102. package/dist/src/executors/prepare/executor.mjs +4 -0
  103. package/dist/src/executors/prepare/untyped.d.mts +5 -0
  104. package/dist/src/executors/prepare/untyped.d.ts +5 -0
  105. package/dist/src/executors/prepare/untyped.js +11 -0
  106. package/dist/src/executors/prepare/untyped.mjs +3 -0
  107. package/dist/src/generators/sync/generator.d.mts +6 -0
  108. package/dist/src/generators/sync/generator.d.ts +6 -0
  109. package/dist/src/generators/sync/generator.js +17 -0
  110. package/dist/src/generators/sync/generator.mjs +2 -0
  111. package/dist/src/generators/sync/untyped.d.mts +5 -0
  112. package/dist/src/generators/sync/untyped.d.ts +5 -0
  113. package/dist/src/generators/sync/untyped.js +25 -0
  114. package/dist/src/generators/sync/untyped.mjs +21 -0
  115. package/dist/src/plugin/index.d.mts +8 -0
  116. package/dist/src/plugin/index.d.ts +8 -0
  117. package/dist/src/plugin/index.js +16 -0
  118. package/dist/src/plugin/index.mjs +3 -0
  119. package/docs/api/base-executor.schema.md +72 -0
  120. package/docs/api/build/schema.md +82 -0
  121. package/docs/api/clean/schema.md +72 -0
  122. package/docs/api/docs/schema.md +72 -0
  123. package/docs/api/lint/schema.md +72 -0
  124. package/docs/api/prepare/schema.md +72 -0
  125. package/docs/api/sync/schema.md +16 -0
  126. package/executors.json +30 -0
  127. package/generators.json +14 -0
  128. package/package.json +172 -0
@@ -0,0 +1,27 @@
1
+ import { ExecutorContext, PromiseExecutor } from '@nx/devkit';
2
+ import { StormWorkspaceConfig } from '@storm-software/config/types';
3
+ import { BaseExecutorResult } from '@storm-software/workspace-tools/types';
4
+ import PowerlinesAPI from 'powerlines';
5
+ import { PowerlinesCommand, InlineConfig } from 'powerlines/types/config';
6
+ import { BaseExecutorSchema } from './base-executor.schema.d.js';
7
+
8
+ type PowerlinesExecutorContext<TCommand extends PowerlinesCommand = PowerlinesCommand, TExecutorSchema extends BaseExecutorSchema = BaseExecutorSchema> = ExecutorContext & {
9
+ projectName: string;
10
+ command: TCommand;
11
+ options: TExecutorSchema;
12
+ inlineConfig: InlineConfig;
13
+ workspaceConfig: StormWorkspaceConfig;
14
+ };
15
+ /**
16
+ * A utility function to create a Powerlines executor that can be used with the `withRunExecutor` function.
17
+ *
18
+ * @remarks
19
+ * This function is designed to simplify the creation of Powerlines executors by providing a consistent interface and error handling.
20
+ *
21
+ * @param command - The command that the executor will handle (e.g., "new", "prepare", "build", etc.).
22
+ * @param executorFn - The function that will be executed when the command is run.
23
+ * @returns A Promise that resolves to the result of the executor function.
24
+ */
25
+ declare function withExecutor<TCommand extends PowerlinesCommand = PowerlinesCommand, TExecutorSchema extends BaseExecutorSchema = BaseExecutorSchema>(command: TCommand, executorFn: (context: PowerlinesExecutorContext<TCommand, TExecutorSchema>, api: PowerlinesAPI) => Promise<BaseExecutorResult | null | undefined> | BaseExecutorResult | null | undefined): PromiseExecutor<TExecutorSchema>;
26
+
27
+ export { type PowerlinesExecutorContext, withExecutor };
@@ -0,0 +1,12 @@
1
+ 'use strict';
2
+
3
+ var chunk6UG6SXHV_js = require('../../chunk-6UG6SXHV.js');
4
+ require('../../chunk-HHPODCTP.js');
5
+ require('../../chunk-SHUYVCID.js');
6
+
7
+
8
+
9
+ Object.defineProperty(exports, "withExecutor", {
10
+ enumerable: true,
11
+ get: function () { return chunk6UG6SXHV_js.withExecutor; }
12
+ });
@@ -0,0 +1,3 @@
1
+ export { withExecutor } from '../../chunk-OZMYXUES.mjs';
2
+ import '../../chunk-CYWOTYVX.mjs';
3
+ import '../../chunk-O6YSETKJ.mjs';
@@ -0,0 +1,75 @@
1
+ // Generated by @storm-software/untyped
2
+ // Do not edit this file directly
3
+
4
+ interface BaseExecutorSchema {
5
+ /**
6
+ * Output Path
7
+ *
8
+ * The output path for the build
9
+ *
10
+ * @default "dist/{projectRoot}"
11
+ *
12
+ * @format path
13
+ */
14
+ outputPath?: string,
15
+
16
+ /**
17
+ * TypeScript Configuration File
18
+ *
19
+ * The path to the tsconfig file
20
+ *
21
+ * @default "{projectRoot}/tsconfig.json"
22
+ *
23
+ * @format path
24
+ */
25
+ tsconfig?: string,
26
+
27
+ /**
28
+ * Powerlines Configuration File
29
+ *
30
+ * The path to the Powerlines configuration file
31
+ *
32
+ * @default "{projectRoot}/powerlines.config.ts"
33
+ *
34
+ * @format path
35
+ */
36
+ configFile?: string,
37
+
38
+ /**
39
+ * Mode
40
+ *
41
+ * The build mode
42
+ *
43
+ *
44
+ * @enum development,test,production
45
+ */
46
+ mode?: string,
47
+
48
+ /**
49
+ * Skip Installs
50
+ *
51
+ * Skip installing dependencies during prepare stage
52
+ *
53
+ */
54
+ skipInstalls?: boolean,
55
+
56
+ /**
57
+ * Skip Cache
58
+ *
59
+ * Skip the caching mechanism during the build process (if required)
60
+ *
61
+ */
62
+ skipCache?: boolean,
63
+
64
+ /**
65
+ * Log Level
66
+ *
67
+ * The log level to use for the build process
68
+ *
69
+ *
70
+ * @enum fatal,error,warn,success,info,debug,trace,silent
71
+ */
72
+ logLevel?: string,
73
+ }
74
+
75
+ export type { BaseExecutorSchema };
@@ -0,0 +1,75 @@
1
+ // Generated by @storm-software/untyped
2
+ // Do not edit this file directly
3
+
4
+ interface BaseExecutorSchema {
5
+ /**
6
+ * Output Path
7
+ *
8
+ * The output path for the build
9
+ *
10
+ * @default "dist/{projectRoot}"
11
+ *
12
+ * @format path
13
+ */
14
+ outputPath?: string,
15
+
16
+ /**
17
+ * TypeScript Configuration File
18
+ *
19
+ * The path to the tsconfig file
20
+ *
21
+ * @default "{projectRoot}/tsconfig.json"
22
+ *
23
+ * @format path
24
+ */
25
+ tsconfig?: string,
26
+
27
+ /**
28
+ * Powerlines Configuration File
29
+ *
30
+ * The path to the Powerlines configuration file
31
+ *
32
+ * @default "{projectRoot}/powerlines.config.ts"
33
+ *
34
+ * @format path
35
+ */
36
+ configFile?: string,
37
+
38
+ /**
39
+ * Mode
40
+ *
41
+ * The build mode
42
+ *
43
+ *
44
+ * @enum development,test,production
45
+ */
46
+ mode?: string,
47
+
48
+ /**
49
+ * Skip Installs
50
+ *
51
+ * Skip installing dependencies during prepare stage
52
+ *
53
+ */
54
+ skipInstalls?: boolean,
55
+
56
+ /**
57
+ * Skip Cache
58
+ *
59
+ * Skip the caching mechanism during the build process (if required)
60
+ *
61
+ */
62
+ skipCache?: boolean,
63
+
64
+ /**
65
+ * Log Level
66
+ *
67
+ * The log level to use for the build process
68
+ *
69
+ *
70
+ * @enum fatal,error,warn,success,info,debug,trace,silent
71
+ */
72
+ logLevel?: string,
73
+ }
74
+
75
+ export type { BaseExecutorSchema };
@@ -0,0 +1,2 @@
1
+ 'use strict';
2
+
@@ -0,0 +1,75 @@
1
+
2
+ // Generated by @storm-software/untyped
3
+ // Do not edit this file directly
4
+
5
+ export interface BaseExecutorSchema {
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 during prepare stage
53
+ *
54
+ */
55
+ skipInstalls?: boolean,
56
+
57
+ /**
58
+ * Skip Cache
59
+ *
60
+ * Skip the caching mechanism during the build process (if required)
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
+
@@ -0,0 +1,77 @@
1
+ {
2
+ "id": "#",
3
+ "title": "Base Executor",
4
+ "description": "A shared/base schema type definition for Powerlines executors",
5
+ "required": [],
6
+ "properties": {
7
+ "outputPath": {
8
+ "title": "Output Path",
9
+ "type": "string",
10
+ "format": "path",
11
+ "description": "The output path for the build",
12
+ "id": "#outputPath",
13
+ "default": "dist/{projectRoot}"
14
+ },
15
+ "tsconfig": {
16
+ "title": "TypeScript Configuration File",
17
+ "type": "string",
18
+ "format": "path",
19
+ "description": "The path to the tsconfig file",
20
+ "id": "#tsconfig",
21
+ "default": "{projectRoot}/tsconfig.json"
22
+ },
23
+ "configFile": {
24
+ "title": "Powerlines Configuration File",
25
+ "type": "string",
26
+ "format": "path",
27
+ "description": "The path to the Powerlines configuration file",
28
+ "id": "#configFile",
29
+ "default": "{projectRoot}/powerlines.config.ts"
30
+ },
31
+ "mode": {
32
+ "title": "Mode",
33
+ "type": "string",
34
+ "description": "The build mode",
35
+ "enum": [
36
+ "development",
37
+ "test",
38
+ "production"
39
+ ],
40
+ "id": "#mode"
41
+ },
42
+ "skipInstalls": {
43
+ "title": "Skip Installs",
44
+ "type": "boolean",
45
+ "description": "Skip installing dependencies during prepare stage",
46
+ "id": "#skipInstalls"
47
+ },
48
+ "skipCache": {
49
+ "title": "Skip Cache",
50
+ "type": "boolean",
51
+ "description": "Skip the caching mechanism during the build process (if required)",
52
+ "id": "#skipCache"
53
+ },
54
+ "logLevel": {
55
+ "title": "Log Level",
56
+ "type": "string",
57
+ "description": "The log level to use for the build process",
58
+ "enum": [
59
+ "fatal",
60
+ "error",
61
+ "warn",
62
+ "success",
63
+ "info",
64
+ "debug",
65
+ "trace",
66
+ "silent"
67
+ ],
68
+ "id": "#logLevel"
69
+ }
70
+ },
71
+ "type": "object",
72
+ "default": {
73
+ "outputPath": "dist/{projectRoot}",
74
+ "tsconfig": "{projectRoot}/tsconfig.json",
75
+ "configFile": "{projectRoot}/powerlines.config.ts"
76
+ }
77
+ }
@@ -0,0 +1,5 @@
1
+ import * as untyped from 'untyped';
2
+
3
+ declare const _default: untyped.SchemaDefinition;
4
+
5
+ export { _default as default };
@@ -0,0 +1,5 @@
1
+ import * as untyped from 'untyped';
2
+
3
+ declare const _default: untyped.SchemaDefinition;
4
+
5
+ export = _default;
@@ -0,0 +1,10 @@
1
+ 'use strict';
2
+
3
+ var chunkXPEFTYN7_js = require('../../chunk-XPEFTYN7.js');
4
+ require('../../chunk-SHUYVCID.js');
5
+
6
+
7
+
8
+ module.exports = chunkXPEFTYN7_js.base_executor_untyped_default;
9
+
10
+ module.exports = exports.default;
@@ -0,0 +1,2 @@
1
+ export { base_executor_untyped_default as default } from '../../chunk-TCSCYVA7.mjs';
2
+ import '../../chunk-O6YSETKJ.mjs';
@@ -0,0 +1,8 @@
1
+ import '@nx/devkit';
2
+ import '@storm-software/workspace-tools/types';
3
+ import 'powerlines';
4
+ import '../../base/base-executor.mjs';
5
+ export { e as default, a as executorFn } from '../../../executor-Ba95I3EK.mjs';
6
+ import '@storm-software/config/types';
7
+ import 'powerlines/types/config';
8
+ import '../../base/base-executor.schema.d.mjs';
@@ -0,0 +1,8 @@
1
+ import '@nx/devkit';
2
+ import '@storm-software/workspace-tools/types';
3
+ import 'powerlines';
4
+ import '../../base/base-executor.js';
5
+ export { e as default, a as executorFn } from '../../../executor-BHIUeaip.js';
6
+ import '@storm-software/config/types';
7
+ import 'powerlines/types/config';
8
+ import '../../base/base-executor.schema.d.js';
@@ -0,0 +1,19 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ var chunkO6BSKBJP_js = require('../../../chunk-O6BSKBJP.js');
6
+ require('../../../chunk-6UG6SXHV.js');
7
+ require('../../../chunk-HHPODCTP.js');
8
+ require('../../../chunk-SHUYVCID.js');
9
+
10
+
11
+
12
+ Object.defineProperty(exports, "default", {
13
+ enumerable: true,
14
+ get: function () { return chunkO6BSKBJP_js.executor_default; }
15
+ });
16
+ Object.defineProperty(exports, "executorFn", {
17
+ enumerable: true,
18
+ get: function () { return chunkO6BSKBJP_js.executorFn; }
19
+ });
@@ -0,0 +1,4 @@
1
+ export { executor_default as default, executorFn } from '../../../chunk-E6VIOC6R.mjs';
2
+ import '../../../chunk-OZMYXUES.mjs';
3
+ import '../../../chunk-CYWOTYVX.mjs';
4
+ import '../../../chunk-O6YSETKJ.mjs';
@@ -0,0 +1,5 @@
1
+ import * as untyped from 'untyped';
2
+
3
+ declare const _default: untyped.SchemaDefinition;
4
+
5
+ export { _default as default };
@@ -0,0 +1,5 @@
1
+ import * as untyped from 'untyped';
2
+
3
+ declare const _default: untyped.SchemaDefinition;
4
+
5
+ export = _default;
@@ -0,0 +1,37 @@
1
+ 'use strict';
2
+
3
+ var chunkED7GH5H4_js = require('../../../chunk-ED7GH5H4.js');
4
+ require('../../../chunk-XPEFTYN7.js');
5
+ require('../../../chunk-SHUYVCID.js');
6
+ var untyped = require('untyped');
7
+
8
+ var untyped_default2 = untyped.defineUntypedSchema({
9
+ ...chunkED7GH5H4_js.untyped_default,
10
+ $schema: {
11
+ id: "BuildExecutorSchema",
12
+ title: "Build Executor",
13
+ description: "A type definition for the Powerlines - Build executor schema",
14
+ required: []
15
+ },
16
+ entry: {
17
+ $schema: {
18
+ title: "Entry Path(s)",
19
+ description: "The entry path(s) for the package",
20
+ oneOf: [
21
+ {
22
+ type: "string"
23
+ },
24
+ {
25
+ type: "array",
26
+ items: {
27
+ type: "string"
28
+ }
29
+ }
30
+ ]
31
+ }
32
+ }
33
+ });
34
+
35
+ module.exports = untyped_default2;
36
+
37
+ module.exports = exports.default;
@@ -0,0 +1,33 @@
1
+ import { untyped_default } from '../../../chunk-FK3VJFET.mjs';
2
+ import '../../../chunk-TCSCYVA7.mjs';
3
+ import '../../../chunk-O6YSETKJ.mjs';
4
+ import { defineUntypedSchema } from 'untyped';
5
+
6
+ var untyped_default2 = defineUntypedSchema({
7
+ ...untyped_default,
8
+ $schema: {
9
+ id: "BuildExecutorSchema",
10
+ title: "Build Executor",
11
+ description: "A type definition for the Powerlines - Build executor schema",
12
+ required: []
13
+ },
14
+ entry: {
15
+ $schema: {
16
+ title: "Entry Path(s)",
17
+ description: "The entry path(s) for the package",
18
+ oneOf: [
19
+ {
20
+ type: "string"
21
+ },
22
+ {
23
+ type: "array",
24
+ items: {
25
+ type: "string"
26
+ }
27
+ }
28
+ ]
29
+ }
30
+ }
31
+ });
32
+
33
+ export { untyped_default2 as default };
@@ -0,0 +1,8 @@
1
+ import '@nx/devkit';
2
+ import '@storm-software/workspace-tools/types';
3
+ import 'powerlines';
4
+ import '../../base/base-executor.mjs';
5
+ export { e as default, a as executorFn } from '../../../executor-BYGMOBlU.mjs';
6
+ import '@storm-software/config/types';
7
+ import 'powerlines/types/config';
8
+ import '../../base/base-executor.schema.d.mjs';
@@ -0,0 +1,8 @@
1
+ import '@nx/devkit';
2
+ import '@storm-software/workspace-tools/types';
3
+ import 'powerlines';
4
+ import '../../base/base-executor.js';
5
+ export { e as default, a as executorFn } from '../../../executor-B2Y0F4JC.js';
6
+ import '@storm-software/config/types';
7
+ import 'powerlines/types/config';
8
+ import '../../base/base-executor.schema.d.js';
@@ -0,0 +1,19 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ var chunk6ZABD5GY_js = require('../../../chunk-6ZABD5GY.js');
6
+ require('../../../chunk-6UG6SXHV.js');
7
+ require('../../../chunk-HHPODCTP.js');
8
+ require('../../../chunk-SHUYVCID.js');
9
+
10
+
11
+
12
+ Object.defineProperty(exports, "default", {
13
+ enumerable: true,
14
+ get: function () { return chunk6ZABD5GY_js.executor_default; }
15
+ });
16
+ Object.defineProperty(exports, "executorFn", {
17
+ enumerable: true,
18
+ get: function () { return chunk6ZABD5GY_js.executorFn; }
19
+ });
@@ -0,0 +1,4 @@
1
+ export { executor_default as default, executorFn } from '../../../chunk-5K7DMFAV.mjs';
2
+ import '../../../chunk-OZMYXUES.mjs';
3
+ import '../../../chunk-CYWOTYVX.mjs';
4
+ import '../../../chunk-O6YSETKJ.mjs';
@@ -0,0 +1,5 @@
1
+ import * as untyped from 'untyped';
2
+
3
+ declare const _default: untyped.SchemaDefinition;
4
+
5
+ export { _default as default };
@@ -0,0 +1,5 @@
1
+ import * as untyped from 'untyped';
2
+
3
+ declare const _default: untyped.SchemaDefinition;
4
+
5
+ export = _default;
@@ -0,0 +1,19 @@
1
+ 'use strict';
2
+
3
+ var chunkXPEFTYN7_js = require('../../../chunk-XPEFTYN7.js');
4
+ require('../../../chunk-SHUYVCID.js');
5
+ var untyped = require('untyped');
6
+
7
+ var untyped_default = untyped.defineUntypedSchema({
8
+ ...chunkXPEFTYN7_js.base_executor_untyped_default,
9
+ $schema: {
10
+ id: "CleanExecutorSchema",
11
+ title: "Clean Executor",
12
+ description: "A type definition for the Powerlines - Clean executor schema",
13
+ required: []
14
+ }
15
+ });
16
+
17
+ module.exports = untyped_default;
18
+
19
+ module.exports = exports.default;
@@ -0,0 +1,15 @@
1
+ import { base_executor_untyped_default } from '../../../chunk-TCSCYVA7.mjs';
2
+ import '../../../chunk-O6YSETKJ.mjs';
3
+ import { defineUntypedSchema } from 'untyped';
4
+
5
+ var untyped_default = defineUntypedSchema({
6
+ ...base_executor_untyped_default,
7
+ $schema: {
8
+ id: "CleanExecutorSchema",
9
+ title: "Clean Executor",
10
+ description: "A type definition for the Powerlines - Clean executor schema",
11
+ required: []
12
+ }
13
+ });
14
+
15
+ export { untyped_default as default };
@@ -0,0 +1,8 @@
1
+ import '@nx/devkit';
2
+ import '@storm-software/workspace-tools/types';
3
+ import 'powerlines';
4
+ import '../../base/base-executor.mjs';
5
+ export { e as default, a as executorFn } from '../../../executor-DsRaA9mk.mjs';
6
+ import '@storm-software/config/types';
7
+ import 'powerlines/types/config';
8
+ import '../../base/base-executor.schema.d.mjs';
@@ -0,0 +1,8 @@
1
+ import '@nx/devkit';
2
+ import '@storm-software/workspace-tools/types';
3
+ import 'powerlines';
4
+ import '../../base/base-executor.js';
5
+ export { e as default, a as executorFn } from '../../../executor-D055lNr2.js';
6
+ import '@storm-software/config/types';
7
+ import 'powerlines/types/config';
8
+ import '../../base/base-executor.schema.d.js';
@@ -0,0 +1,19 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ var chunkAKX3TTDA_js = require('../../../chunk-AKX3TTDA.js');
6
+ require('../../../chunk-6UG6SXHV.js');
7
+ require('../../../chunk-HHPODCTP.js');
8
+ require('../../../chunk-SHUYVCID.js');
9
+
10
+
11
+
12
+ Object.defineProperty(exports, "default", {
13
+ enumerable: true,
14
+ get: function () { return chunkAKX3TTDA_js.executor_default; }
15
+ });
16
+ Object.defineProperty(exports, "executorFn", {
17
+ enumerable: true,
18
+ get: function () { return chunkAKX3TTDA_js.executorFn; }
19
+ });
@@ -0,0 +1,4 @@
1
+ export { executor_default as default, executorFn } from '../../../chunk-FXCIWWXO.mjs';
2
+ import '../../../chunk-OZMYXUES.mjs';
3
+ import '../../../chunk-CYWOTYVX.mjs';
4
+ import '../../../chunk-O6YSETKJ.mjs';
@@ -0,0 +1,5 @@
1
+ import * as untyped from 'untyped';
2
+
3
+ declare const _default: untyped.SchemaDefinition;
4
+
5
+ export { _default as default };