@powerlines/nx 0.5.2 → 0.6.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +22 -0
- package/dist/{chunk-FQGP7LHQ.mjs → chunk-3VDIABQM.mjs} +1 -1
- package/dist/{chunk-FW5WOOGV.js → chunk-3VJBDW77.js} +21 -16
- package/dist/{chunk-RVNLAQU5.mjs → chunk-AKQ4ET4F.mjs} +21 -16
- package/dist/{chunk-BJ4E5KUK.js → chunk-CH4AFRMH.js} +2 -2
- package/dist/{chunk-6EYSDBXF.mjs → chunk-EKEZDLN2.mjs} +1 -1
- package/dist/{chunk-V73NN5FH.mjs → chunk-GFTKA5N5.mjs} +1 -1
- package/dist/{chunk-ID7Q55KI.js → chunk-MTNL3MVV.js} +2 -2
- package/dist/{chunk-6COOH7PT.js → chunk-ODOLGJKY.js} +2 -2
- package/dist/{chunk-YZ7FHAGJ.mjs → chunk-PWRKGASF.mjs} +1 -1
- package/dist/{chunk-K2URIO44.mjs → chunk-QBL3JIKQ.mjs} +1 -1
- package/dist/{chunk-USVD3RLO.js → chunk-X7QVSC5J.js} +2 -2
- package/dist/{chunk-QARFJCME.js → chunk-XYXUN542.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 +13 -13
- package/dist/src/executors/build/schema.d.ts +0 -85
- package/dist/src/executors/build/schema.json +0 -96
- package/dist/src/executors/clean/schema.d.ts +0 -75
- package/dist/src/executors/clean/schema.json +0 -77
- package/dist/src/executors/docs/schema.d.ts +0 -75
- package/dist/src/executors/docs/schema.json +0 -77
- package/dist/src/executors/lint/schema.d.ts +0 -75
- package/dist/src/executors/lint/schema.json +0 -77
- package/dist/src/executors/prepare/schema.d.ts +0 -75
- package/dist/src/executors/prepare/schema.json +0 -77
- package/dist/src/generators/sync/schema.d.ts +0 -15
- package/dist/src/generators/sync/schema.json +0 -19
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,28 @@
|
|
|
2
2
|
|
|
3
3
|
# Changelog for Powerlines - Nx
|
|
4
4
|
|
|
5
|
+
## [0.6.0](https://github.com/storm-software/powerlines/releases/tag/nx%400.6.0) (2025-10-23)
|
|
6
|
+
|
|
7
|
+
### Features
|
|
8
|
+
|
|
9
|
+
- **powerlines:** Added the `extendPlugin` helper function
|
|
10
|
+
([4cd8b1e](https://github.com/storm-software/powerlines/commit/4cd8b1e))
|
|
11
|
+
|
|
12
|
+
### Updated Dependencies
|
|
13
|
+
|
|
14
|
+
- Updated powerlines to 0.7.0
|
|
15
|
+
|
|
16
|
+
## [0.5.2](https://github.com/storm-software/powerlines/releases/tag/nx%400.5.2) (2025-10-22)
|
|
17
|
+
|
|
18
|
+
### Miscellaneous
|
|
19
|
+
|
|
20
|
+
- **monorepo:** Reformat repository files and resolve lefthook issue
|
|
21
|
+
([7b25a63](https://github.com/storm-software/powerlines/commit/7b25a63))
|
|
22
|
+
|
|
23
|
+
### Updated Dependencies
|
|
24
|
+
|
|
25
|
+
- Updated powerlines to 0.6.1
|
|
26
|
+
|
|
5
27
|
## [0.5.1](https://github.com/storm-software/powerlines/releases/tag/nx%400.5.1) (2025-10-21)
|
|
6
28
|
|
|
7
29
|
### Miscellaneous
|
|
@@ -21,6 +21,7 @@ var joinPaths = require('@stryke/path/join-paths');
|
|
|
21
21
|
var replace = require('@stryke/path/replace');
|
|
22
22
|
var isFunction = require('@stryke/type-checks/is-function');
|
|
23
23
|
var isNumber = require('@stryke/type-checks/is-number');
|
|
24
|
+
var isPromise = require('@stryke/type-checks/is-promise');
|
|
24
25
|
var isSet = require('@stryke/type-checks/is-set');
|
|
25
26
|
var isSetObject = require('@stryke/type-checks/is-set-object');
|
|
26
27
|
var isSetString = require('@stryke/type-checks/is-set-string');
|
|
@@ -253,7 +254,7 @@ function isHookExternal(hook) {
|
|
|
253
254
|
}
|
|
254
255
|
chunkSHUYVCID_js.__name(isHookExternal, "isHookExternal");
|
|
255
256
|
function checkDedupe(plugin, plugins2) {
|
|
256
|
-
return plugins2.some((p) => p.dedupe !== false && (isFunction.isFunction(p.dedupe) && p.dedupe(plugin) || p.name === plugin.name));
|
|
257
|
+
return plugin.dedupe === false || plugins2.some((p) => p.dedupe !== false && (isFunction.isFunction(p.dedupe) && p.dedupe(plugin) || p.name === plugin.name));
|
|
257
258
|
}
|
|
258
259
|
chunkSHUYVCID_js.__name(checkDedupe, "checkDedupe");
|
|
259
260
|
function addPluginHook(context, plugin, pluginHook, hooksList) {
|
|
@@ -3175,30 +3176,34 @@ ${console.formatLogMessage(context.config)}`);
|
|
|
3175
3176
|
* @throws Will throw an error if the plugin cannot be found or is invalid
|
|
3176
3177
|
*/
|
|
3177
3178
|
async #initPlugin(config) {
|
|
3178
|
-
|
|
3179
|
-
|
|
3179
|
+
let awaited = config;
|
|
3180
|
+
if (isPromise.isPromiseLike(config)) {
|
|
3181
|
+
awaited = await Promise.resolve(config);
|
|
3182
|
+
}
|
|
3183
|
+
if (!isPluginConfig(awaited)) {
|
|
3184
|
+
throw new Error(`Invalid plugin specified in the configuration - ${JSON.stringify(awaited)}. Please ensure the value is a plugin name, an object with the \`plugin\` and \`props\` properties, or an instance of \`Plugin\`.`);
|
|
3180
3185
|
}
|
|
3181
3186
|
let plugin;
|
|
3182
|
-
if (isPlugin(
|
|
3183
|
-
plugin =
|
|
3184
|
-
} else if (isFunction.isFunction(
|
|
3185
|
-
plugin = await Promise.resolve(
|
|
3186
|
-
} else if (isSetString.isSetString(
|
|
3187
|
-
const resolved = await this.#resolvePlugin(
|
|
3187
|
+
if (isPlugin(awaited)) {
|
|
3188
|
+
plugin = awaited;
|
|
3189
|
+
} else if (isFunction.isFunction(awaited)) {
|
|
3190
|
+
plugin = await Promise.resolve(awaited());
|
|
3191
|
+
} else if (isSetString.isSetString(awaited)) {
|
|
3192
|
+
const resolved = await this.#resolvePlugin(awaited);
|
|
3188
3193
|
if (isFunction.isFunction(resolved)) {
|
|
3189
3194
|
plugin = await Promise.resolve(resolved());
|
|
3190
3195
|
} else {
|
|
3191
3196
|
plugin = resolved;
|
|
3192
3197
|
}
|
|
3193
|
-
} else if (isPluginConfigTuple(
|
|
3198
|
+
} else if (isPluginConfigTuple(awaited) || isPluginConfigObject(awaited)) {
|
|
3194
3199
|
let pluginConfig;
|
|
3195
3200
|
let pluginOptions;
|
|
3196
|
-
if (isPluginConfigTuple(
|
|
3197
|
-
pluginConfig =
|
|
3198
|
-
pluginOptions =
|
|
3201
|
+
if (isPluginConfigTuple(awaited)) {
|
|
3202
|
+
pluginConfig = awaited[0];
|
|
3203
|
+
pluginOptions = awaited?.length === 2 ? awaited[1] : void 0;
|
|
3199
3204
|
} else {
|
|
3200
|
-
pluginConfig =
|
|
3201
|
-
pluginOptions =
|
|
3205
|
+
pluginConfig = awaited.plugin;
|
|
3206
|
+
pluginOptions = awaited.options;
|
|
3202
3207
|
}
|
|
3203
3208
|
if (isSetString.isSetString(pluginConfig)) {
|
|
3204
3209
|
const resolved = await this.#resolvePlugin(pluginConfig);
|
|
@@ -3214,7 +3219,7 @@ ${console.formatLogMessage(context.config)}`);
|
|
|
3214
3219
|
}
|
|
3215
3220
|
}
|
|
3216
3221
|
if (!plugin) {
|
|
3217
|
-
throw new Error(`The plugin configuration ${JSON.stringify(
|
|
3222
|
+
throw new Error(`The plugin configuration ${JSON.stringify(awaited)} is invalid. This configuration must point to a valid Powerlines plugin module.`);
|
|
3218
3223
|
}
|
|
3219
3224
|
if (!isPlugin(plugin)) {
|
|
3220
3225
|
throw new Error(`The plugin option ${JSON.stringify(plugin)} does not export a valid module. This configuration must point to a valid Powerlines plugin module.`);
|
|
@@ -19,6 +19,7 @@ import { joinPaths } from '@stryke/path/join-paths';
|
|
|
19
19
|
import { replacePath } from '@stryke/path/replace';
|
|
20
20
|
import { isFunction } from '@stryke/type-checks/is-function';
|
|
21
21
|
import { isNumber } from '@stryke/type-checks/is-number';
|
|
22
|
+
import { isPromiseLike } from '@stryke/type-checks/is-promise';
|
|
22
23
|
import { isSet } from '@stryke/type-checks/is-set';
|
|
23
24
|
import { isSetObject } from '@stryke/type-checks/is-set-object';
|
|
24
25
|
import { isSetString } from '@stryke/type-checks/is-set-string';
|
|
@@ -223,7 +224,7 @@ function isHookExternal(hook) {
|
|
|
223
224
|
}
|
|
224
225
|
__name(isHookExternal, "isHookExternal");
|
|
225
226
|
function checkDedupe(plugin, plugins2) {
|
|
226
|
-
return plugins2.some((p) => p.dedupe !== false && (isFunction(p.dedupe) && p.dedupe(plugin) || p.name === plugin.name));
|
|
227
|
+
return plugin.dedupe === false || plugins2.some((p) => p.dedupe !== false && (isFunction(p.dedupe) && p.dedupe(plugin) || p.name === plugin.name));
|
|
227
228
|
}
|
|
228
229
|
__name(checkDedupe, "checkDedupe");
|
|
229
230
|
function addPluginHook(context, plugin, pluginHook, hooksList) {
|
|
@@ -3145,30 +3146,34 @@ ${formatLogMessage(context.config)}`);
|
|
|
3145
3146
|
* @throws Will throw an error if the plugin cannot be found or is invalid
|
|
3146
3147
|
*/
|
|
3147
3148
|
async #initPlugin(config) {
|
|
3148
|
-
|
|
3149
|
-
|
|
3149
|
+
let awaited = config;
|
|
3150
|
+
if (isPromiseLike(config)) {
|
|
3151
|
+
awaited = await Promise.resolve(config);
|
|
3152
|
+
}
|
|
3153
|
+
if (!isPluginConfig(awaited)) {
|
|
3154
|
+
throw new Error(`Invalid plugin specified in the configuration - ${JSON.stringify(awaited)}. Please ensure the value is a plugin name, an object with the \`plugin\` and \`props\` properties, or an instance of \`Plugin\`.`);
|
|
3150
3155
|
}
|
|
3151
3156
|
let plugin;
|
|
3152
|
-
if (isPlugin(
|
|
3153
|
-
plugin =
|
|
3154
|
-
} else if (isFunction(
|
|
3155
|
-
plugin = await Promise.resolve(
|
|
3156
|
-
} else if (isSetString(
|
|
3157
|
-
const resolved = await this.#resolvePlugin(
|
|
3157
|
+
if (isPlugin(awaited)) {
|
|
3158
|
+
plugin = awaited;
|
|
3159
|
+
} else if (isFunction(awaited)) {
|
|
3160
|
+
plugin = await Promise.resolve(awaited());
|
|
3161
|
+
} else if (isSetString(awaited)) {
|
|
3162
|
+
const resolved = await this.#resolvePlugin(awaited);
|
|
3158
3163
|
if (isFunction(resolved)) {
|
|
3159
3164
|
plugin = await Promise.resolve(resolved());
|
|
3160
3165
|
} else {
|
|
3161
3166
|
plugin = resolved;
|
|
3162
3167
|
}
|
|
3163
|
-
} else if (isPluginConfigTuple(
|
|
3168
|
+
} else if (isPluginConfigTuple(awaited) || isPluginConfigObject(awaited)) {
|
|
3164
3169
|
let pluginConfig;
|
|
3165
3170
|
let pluginOptions;
|
|
3166
|
-
if (isPluginConfigTuple(
|
|
3167
|
-
pluginConfig =
|
|
3168
|
-
pluginOptions =
|
|
3171
|
+
if (isPluginConfigTuple(awaited)) {
|
|
3172
|
+
pluginConfig = awaited[0];
|
|
3173
|
+
pluginOptions = awaited?.length === 2 ? awaited[1] : void 0;
|
|
3169
3174
|
} else {
|
|
3170
|
-
pluginConfig =
|
|
3171
|
-
pluginOptions =
|
|
3175
|
+
pluginConfig = awaited.plugin;
|
|
3176
|
+
pluginOptions = awaited.options;
|
|
3172
3177
|
}
|
|
3173
3178
|
if (isSetString(pluginConfig)) {
|
|
3174
3179
|
const resolved = await this.#resolvePlugin(pluginConfig);
|
|
@@ -3184,7 +3189,7 @@ ${formatLogMessage(context.config)}`);
|
|
|
3184
3189
|
}
|
|
3185
3190
|
}
|
|
3186
3191
|
if (!plugin) {
|
|
3187
|
-
throw new Error(`The plugin configuration ${JSON.stringify(
|
|
3192
|
+
throw new Error(`The plugin configuration ${JSON.stringify(awaited)} is invalid. This configuration must point to a valid Powerlines plugin module.`);
|
|
3188
3193
|
}
|
|
3189
3194
|
if (!isPlugin(plugin)) {
|
|
3190
3195
|
throw new Error(`The plugin option ${JSON.stringify(plugin)} does not export a valid module. This configuration must point to a valid Powerlines plugin module.`);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunk3VJBDW77_js = require('./chunk-3VJBDW77.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 = chunk3VJBDW77_js.withExecutor("lint", executorFn);
|
|
15
15
|
var executor_default = executor;
|
|
16
16
|
|
|
17
17
|
exports.executorFn = executorFn;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunk3VJBDW77_js = require('./chunk-3VJBDW77.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 = chunk3VJBDW77_js.withExecutor("prepare", 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 chunk3VJBDW77_js = require('./chunk-3VJBDW77.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 = chunk3VJBDW77_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 chunk3VJBDW77_js = require('./chunk-3VJBDW77.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 = chunk3VJBDW77_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 chunk3VJBDW77_js = require('./chunk-3VJBDW77.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 = chunk3VJBDW77_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 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');
|
|
10
10
|
require('./chunk-HHPODCTP.js');
|
|
11
11
|
require('./chunk-SHUYVCID.js');
|
|
12
12
|
|
|
@@ -14,21 +14,21 @@ require('./chunk-SHUYVCID.js');
|
|
|
14
14
|
|
|
15
15
|
Object.defineProperty(exports, "clean", {
|
|
16
16
|
enumerable: true,
|
|
17
|
-
get: function () { return
|
|
17
|
+
get: function () { return chunkXYXUN542_js.executor_default; }
|
|
18
18
|
});
|
|
19
19
|
Object.defineProperty(exports, "docs", {
|
|
20
20
|
enumerable: true,
|
|
21
|
-
get: function () { return
|
|
21
|
+
get: function () { return chunkODOLGJKY_js.executor_default; }
|
|
22
22
|
});
|
|
23
23
|
Object.defineProperty(exports, "lint", {
|
|
24
24
|
enumerable: true,
|
|
25
|
-
get: function () { return
|
|
25
|
+
get: function () { return chunkCH4AFRMH_js.executor_default; }
|
|
26
26
|
});
|
|
27
27
|
Object.defineProperty(exports, "prepare", {
|
|
28
28
|
enumerable: true,
|
|
29
|
-
get: function () { return
|
|
29
|
+
get: function () { return chunkMTNL3MVV_js.executor_default; }
|
|
30
30
|
});
|
|
31
31
|
Object.defineProperty(exports, "build", {
|
|
32
32
|
enumerable: true,
|
|
33
|
-
get: function () { return
|
|
33
|
+
get: function () { return chunkX7QVSC5J_js.executor_default; }
|
|
34
34
|
});
|
package/dist/executors.mjs
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import './chunk-UV4HQO3Y.mjs';
|
|
2
|
-
export { executor_default as clean } from './chunk-
|
|
3
|
-
export { executor_default as docs } from './chunk-
|
|
4
|
-
export { executor_default as lint } from './chunk-
|
|
5
|
-
export { executor_default as prepare } from './chunk-
|
|
6
|
-
export { executor_default as build } from './chunk-
|
|
7
|
-
import './chunk-
|
|
2
|
+
export { executor_default as clean } from './chunk-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';
|
|
8
8
|
import './chunk-CYWOTYVX.mjs';
|
|
9
9
|
import './chunk-O6YSETKJ.mjs';
|
package/dist/index.js
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
require('./chunk-XO62WWX4.js');
|
|
4
|
-
var
|
|
5
|
-
var
|
|
6
|
-
var
|
|
7
|
-
var
|
|
4
|
+
var 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
8
|
require('./chunk-N2YKXZ5R.js');
|
|
9
9
|
var chunkWUJKJGEW_js = require('./chunk-WUJKJGEW.js');
|
|
10
10
|
var chunkZ4BJ37JY_js = require('./chunk-Z4BJ37JY.js');
|
|
11
|
-
var
|
|
12
|
-
require('./chunk-
|
|
11
|
+
var chunkX7QVSC5J_js = require('./chunk-X7QVSC5J.js');
|
|
12
|
+
require('./chunk-3VJBDW77.js');
|
|
13
13
|
require('./chunk-HHPODCTP.js');
|
|
14
14
|
require('./chunk-SHUYVCID.js');
|
|
15
15
|
|
|
@@ -17,19 +17,19 @@ require('./chunk-SHUYVCID.js');
|
|
|
17
17
|
|
|
18
18
|
Object.defineProperty(exports, "clean", {
|
|
19
19
|
enumerable: true,
|
|
20
|
-
get: function () { return
|
|
20
|
+
get: function () { return chunkXYXUN542_js.executor_default; }
|
|
21
21
|
});
|
|
22
22
|
Object.defineProperty(exports, "docs", {
|
|
23
23
|
enumerable: true,
|
|
24
|
-
get: function () { return
|
|
24
|
+
get: function () { return chunkODOLGJKY_js.executor_default; }
|
|
25
25
|
});
|
|
26
26
|
Object.defineProperty(exports, "lint", {
|
|
27
27
|
enumerable: true,
|
|
28
|
-
get: function () { return
|
|
28
|
+
get: function () { return chunkCH4AFRMH_js.executor_default; }
|
|
29
29
|
});
|
|
30
30
|
Object.defineProperty(exports, "prepare", {
|
|
31
31
|
enumerable: true,
|
|
32
|
-
get: function () { return
|
|
32
|
+
get: function () { return chunkMTNL3MVV_js.executor_default; }
|
|
33
33
|
});
|
|
34
34
|
Object.defineProperty(exports, "sync", {
|
|
35
35
|
enumerable: true,
|
|
@@ -49,5 +49,5 @@ Object.defineProperty(exports, "name", {
|
|
|
49
49
|
});
|
|
50
50
|
Object.defineProperty(exports, "build", {
|
|
51
51
|
enumerable: true,
|
|
52
|
-
get: function () { return
|
|
52
|
+
get: function () { return chunkX7QVSC5J_js.executor_default; }
|
|
53
53
|
});
|
package/dist/index.mjs
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import './chunk-UV4HQO3Y.mjs';
|
|
2
|
-
export { executor_default as clean } from './chunk-
|
|
3
|
-
export { executor_default as docs } from './chunk-
|
|
4
|
-
export { executor_default as lint } from './chunk-
|
|
5
|
-
export { executor_default as prepare } from './chunk-
|
|
2
|
+
export { executor_default as clean } from './chunk-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
6
|
import './chunk-23KFTIT2.mjs';
|
|
7
7
|
export { generator_default as sync, generatorFn as syncGenerator } from './chunk-326QB2VK.mjs';
|
|
8
8
|
export { createNodesV2, name } from './chunk-22QO45EK.mjs';
|
|
9
|
-
export { executor_default as build } from './chunk-
|
|
10
|
-
import './chunk-
|
|
9
|
+
export { executor_default as build } from './chunk-PWRKGASF.mjs';
|
|
10
|
+
import './chunk-AKQ4ET4F.mjs';
|
|
11
11
|
import './chunk-CYWOTYVX.mjs';
|
|
12
12
|
import './chunk-O6YSETKJ.mjs';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunk3VJBDW77_js = require('../../chunk-3VJBDW77.js');
|
|
4
4
|
require('../../chunk-HHPODCTP.js');
|
|
5
5
|
require('../../chunk-SHUYVCID.js');
|
|
6
6
|
|
|
@@ -8,5 +8,5 @@ require('../../chunk-SHUYVCID.js');
|
|
|
8
8
|
|
|
9
9
|
Object.defineProperty(exports, "withExecutor", {
|
|
10
10
|
enumerable: true,
|
|
11
|
-
get: function () { return
|
|
11
|
+
get: function () { return chunk3VJBDW77_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 chunkX7QVSC5J_js = require('../../../chunk-X7QVSC5J.js');
|
|
6
|
+
require('../../../chunk-3VJBDW77.js');
|
|
7
7
|
require('../../../chunk-HHPODCTP.js');
|
|
8
8
|
require('../../../chunk-SHUYVCID.js');
|
|
9
9
|
|
|
@@ -11,9 +11,9 @@ require('../../../chunk-SHUYVCID.js');
|
|
|
11
11
|
|
|
12
12
|
Object.defineProperty(exports, "default", {
|
|
13
13
|
enumerable: true,
|
|
14
|
-
get: function () { return
|
|
14
|
+
get: function () { return chunkX7QVSC5J_js.executor_default; }
|
|
15
15
|
});
|
|
16
16
|
Object.defineProperty(exports, "executorFn", {
|
|
17
17
|
enumerable: true,
|
|
18
|
-
get: function () { return
|
|
18
|
+
get: function () { return chunkX7QVSC5J_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-PWRKGASF.mjs';
|
|
2
|
+
import '../../../chunk-AKQ4ET4F.mjs';
|
|
3
3
|
import '../../../chunk-CYWOTYVX.mjs';
|
|
4
4
|
import '../../../chunk-O6YSETKJ.mjs';
|
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var
|
|
6
|
-
require('../../../chunk-
|
|
5
|
+
var chunkXYXUN542_js = require('../../../chunk-XYXUN542.js');
|
|
6
|
+
require('../../../chunk-3VJBDW77.js');
|
|
7
7
|
require('../../../chunk-HHPODCTP.js');
|
|
8
8
|
require('../../../chunk-SHUYVCID.js');
|
|
9
9
|
|
|
@@ -11,9 +11,9 @@ require('../../../chunk-SHUYVCID.js');
|
|
|
11
11
|
|
|
12
12
|
Object.defineProperty(exports, "default", {
|
|
13
13
|
enumerable: true,
|
|
14
|
-
get: function () { return
|
|
14
|
+
get: function () { return chunkXYXUN542_js.executor_default; }
|
|
15
15
|
});
|
|
16
16
|
Object.defineProperty(exports, "executorFn", {
|
|
17
17
|
enumerable: true,
|
|
18
|
-
get: function () { return
|
|
18
|
+
get: function () { return chunkXYXUN542_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-EKEZDLN2.mjs';
|
|
2
|
+
import '../../../chunk-AKQ4ET4F.mjs';
|
|
3
3
|
import '../../../chunk-CYWOTYVX.mjs';
|
|
4
4
|
import '../../../chunk-O6YSETKJ.mjs';
|
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var
|
|
6
|
-
require('../../../chunk-
|
|
5
|
+
var chunkODOLGJKY_js = require('../../../chunk-ODOLGJKY.js');
|
|
6
|
+
require('../../../chunk-3VJBDW77.js');
|
|
7
7
|
require('../../../chunk-HHPODCTP.js');
|
|
8
8
|
require('../../../chunk-SHUYVCID.js');
|
|
9
9
|
|
|
@@ -11,9 +11,9 @@ require('../../../chunk-SHUYVCID.js');
|
|
|
11
11
|
|
|
12
12
|
Object.defineProperty(exports, "default", {
|
|
13
13
|
enumerable: true,
|
|
14
|
-
get: function () { return
|
|
14
|
+
get: function () { return chunkODOLGJKY_js.executor_default; }
|
|
15
15
|
});
|
|
16
16
|
Object.defineProperty(exports, "executorFn", {
|
|
17
17
|
enumerable: true,
|
|
18
|
-
get: function () { return
|
|
18
|
+
get: function () { return chunkODOLGJKY_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-QBL3JIKQ.mjs';
|
|
2
|
+
import '../../../chunk-AKQ4ET4F.mjs';
|
|
3
3
|
import '../../../chunk-CYWOTYVX.mjs';
|
|
4
4
|
import '../../../chunk-O6YSETKJ.mjs';
|
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var
|
|
6
|
-
require('../../../chunk-
|
|
5
|
+
var chunkCH4AFRMH_js = require('../../../chunk-CH4AFRMH.js');
|
|
6
|
+
require('../../../chunk-3VJBDW77.js');
|
|
7
7
|
require('../../../chunk-HHPODCTP.js');
|
|
8
8
|
require('../../../chunk-SHUYVCID.js');
|
|
9
9
|
|
|
@@ -11,9 +11,9 @@ require('../../../chunk-SHUYVCID.js');
|
|
|
11
11
|
|
|
12
12
|
Object.defineProperty(exports, "default", {
|
|
13
13
|
enumerable: true,
|
|
14
|
-
get: function () { return
|
|
14
|
+
get: function () { return chunkCH4AFRMH_js.executor_default; }
|
|
15
15
|
});
|
|
16
16
|
Object.defineProperty(exports, "executorFn", {
|
|
17
17
|
enumerable: true,
|
|
18
|
-
get: function () { return
|
|
18
|
+
get: function () { return chunkCH4AFRMH_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-GFTKA5N5.mjs';
|
|
2
|
+
import '../../../chunk-AKQ4ET4F.mjs';
|
|
3
3
|
import '../../../chunk-CYWOTYVX.mjs';
|
|
4
4
|
import '../../../chunk-O6YSETKJ.mjs';
|
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var
|
|
6
|
-
require('../../../chunk-
|
|
5
|
+
var chunkMTNL3MVV_js = require('../../../chunk-MTNL3MVV.js');
|
|
6
|
+
require('../../../chunk-3VJBDW77.js');
|
|
7
7
|
require('../../../chunk-HHPODCTP.js');
|
|
8
8
|
require('../../../chunk-SHUYVCID.js');
|
|
9
9
|
|
|
@@ -11,9 +11,9 @@ require('../../../chunk-SHUYVCID.js');
|
|
|
11
11
|
|
|
12
12
|
Object.defineProperty(exports, "default", {
|
|
13
13
|
enumerable: true,
|
|
14
|
-
get: function () { return
|
|
14
|
+
get: function () { return chunkMTNL3MVV_js.executor_default; }
|
|
15
15
|
});
|
|
16
16
|
Object.defineProperty(exports, "executorFn", {
|
|
17
17
|
enumerable: true,
|
|
18
|
-
get: function () { return
|
|
18
|
+
get: function () { return chunkMTNL3MVV_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-3VDIABQM.mjs';
|
|
2
|
+
import '../../../chunk-AKQ4ET4F.mjs';
|
|
3
3
|
import '../../../chunk-CYWOTYVX.mjs';
|
|
4
4
|
import '../../../chunk-O6YSETKJ.mjs';
|