@powerlines/nx 0.10.7 → 0.10.9
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 +17 -0
- package/dist/{chunk-XSNM76JD.mjs → chunk-3TWAKTYR.mjs} +1 -1
- package/dist/{chunk-VTK4AV5G.mjs → chunk-3WPWHDP3.mjs} +223 -0
- package/dist/{chunk-FI2LBCTE.js → chunk-4S5RU53T.js} +2 -2
- package/dist/{chunk-LPW4ZM6F.mjs → chunk-AX3G6RLK.mjs} +1 -1
- package/dist/{chunk-LRS4T7I7.js → chunk-B3UMNKEM.js} +2 -2
- package/dist/{chunk-WIXVSWS2.js → chunk-IUHTUUDE.js} +2 -2
- package/dist/{chunk-67ALH5AX.js → chunk-L5RBARDS.js} +20 -21
- package/dist/{chunk-KPMBIBPE.mjs → chunk-M647TAWI.mjs} +1 -1
- package/dist/{chunk-T42RXTJI.js → chunk-QJEIBIEZ.js} +2 -2
- package/dist/{chunk-KBRKYARM.mjs → chunk-QWEMU3V4.mjs} +21 -21
- package/dist/{chunk-5LTOVY72.mjs → chunk-R4LYPNZD.mjs} +1 -1
- package/dist/{chunk-I2XQBFXH.mjs → chunk-T52ZTHWM.mjs} +1 -1
- package/dist/{chunk-2KH2YNA7.js → chunk-VP7AMTR6.js} +2 -2
- package/dist/{chunk-3NYVLWKQ.js → chunk-WUF54G5K.js} +224 -0
- package/dist/executors.js +13 -13
- package/dist/executors.mjs +6 -6
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +15 -19
- package/dist/index.mjs +7 -7
- 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/dist/src/plugin/index.d.mts +3 -4
- package/dist/src/plugin/index.d.ts +3 -4
- package/dist/src/plugin/index.js +2 -6
- package/dist/src/plugin/index.mjs +1 -1
- package/package.json +16 -16
- package/dist/src/executors/build/schema.d.ts +0 -85
- package/dist/src/executors/clean/schema.d.ts +0 -75
- package/dist/src/executors/docs/schema.d.ts +0 -75
- package/dist/src/executors/lint/schema.d.ts +0 -75
- 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
|
@@ -73,6 +73,7 @@ require('@stryke/fs/read-file');
|
|
|
73
73
|
require('magic-string');
|
|
74
74
|
var kit = require('@nuxt/kit');
|
|
75
75
|
require('@nuxt/schema');
|
|
76
|
+
var $ = require('@stryke/capnp');
|
|
76
77
|
|
|
77
78
|
function _interopDefault (e) { return e && e.__esModule ? e : { default: e }; }
|
|
78
79
|
|
|
@@ -100,6 +101,7 @@ var Handlebars__default = /*#__PURE__*/_interopDefault(Handlebars);
|
|
|
100
101
|
var t__namespace = /*#__PURE__*/_interopNamespace(t);
|
|
101
102
|
var fs__default = /*#__PURE__*/_interopDefault(fs);
|
|
102
103
|
var ts2__default = /*#__PURE__*/_interopDefault(ts2);
|
|
104
|
+
var $__namespace = /*#__PURE__*/_interopNamespace($);
|
|
103
105
|
|
|
104
106
|
function resolveModulePath(nodePath, state) {
|
|
105
107
|
if (!t__namespace.isStringLiteral(nodePath.node)) {
|
|
@@ -3975,6 +3977,228 @@ unplugin.createRolldownPlugin(createUnpluginFactory("rolldown"));
|
|
|
3975
3977
|
unplugin.createRollupPlugin(createUnpluginFactory("rollup"));
|
|
3976
3978
|
unplugin.createRspackPlugin(createUnpluginFactory("rspack"));
|
|
3977
3979
|
unplugin.createUnloaderPlugin(createUnpluginFactory("unloader"));
|
|
3980
|
+
BigInt("0xa56c61324b9d6e49");
|
|
3981
|
+
var FileMetadata_KeyValuePair = class extends $__namespace.Struct {
|
|
3982
|
+
static {
|
|
3983
|
+
chunkSHUYVCID_js.__name(this, "FileMetadata_KeyValuePair");
|
|
3984
|
+
}
|
|
3985
|
+
static _capnp = {
|
|
3986
|
+
displayName: "KeyValuePair",
|
|
3987
|
+
id: "eabb26cf58b2a14c",
|
|
3988
|
+
size: new $__namespace.ObjectSize(0, 2)
|
|
3989
|
+
};
|
|
3990
|
+
get key() {
|
|
3991
|
+
return $__namespace.utils.getText(0, this);
|
|
3992
|
+
}
|
|
3993
|
+
set key(value) {
|
|
3994
|
+
$__namespace.utils.setText(0, value, this);
|
|
3995
|
+
}
|
|
3996
|
+
get value() {
|
|
3997
|
+
return $__namespace.utils.getText(1, this);
|
|
3998
|
+
}
|
|
3999
|
+
set value(value) {
|
|
4000
|
+
$__namespace.utils.setText(1, value, this);
|
|
4001
|
+
}
|
|
4002
|
+
toString() {
|
|
4003
|
+
return "FileMetadata_KeyValuePair_" + super.toString();
|
|
4004
|
+
}
|
|
4005
|
+
};
|
|
4006
|
+
var FileMetadata = class _FileMetadata extends $__namespace.Struct {
|
|
4007
|
+
static {
|
|
4008
|
+
chunkSHUYVCID_js.__name(this, "FileMetadata");
|
|
4009
|
+
}
|
|
4010
|
+
static KeyValuePair = FileMetadata_KeyValuePair;
|
|
4011
|
+
static _capnp = {
|
|
4012
|
+
displayName: "FileMetadata",
|
|
4013
|
+
id: "8e2cab5d7e28c7b3",
|
|
4014
|
+
size: new $__namespace.ObjectSize(0, 4),
|
|
4015
|
+
defaultVariant: "normal"
|
|
4016
|
+
};
|
|
4017
|
+
static _Properties;
|
|
4018
|
+
/**
|
|
4019
|
+
* The variant of the file.
|
|
4020
|
+
*
|
|
4021
|
+
*/
|
|
4022
|
+
get id() {
|
|
4023
|
+
return $__namespace.utils.getText(0, this);
|
|
4024
|
+
}
|
|
4025
|
+
set id(value) {
|
|
4026
|
+
$__namespace.utils.setText(0, value, this);
|
|
4027
|
+
}
|
|
4028
|
+
/**
|
|
4029
|
+
* The output mode of the file.
|
|
4030
|
+
*
|
|
4031
|
+
*/
|
|
4032
|
+
get variant() {
|
|
4033
|
+
return $__namespace.utils.getText(1, this, _FileMetadata._capnp.defaultVariant);
|
|
4034
|
+
}
|
|
4035
|
+
set variant(value) {
|
|
4036
|
+
$__namespace.utils.setText(1, value, this);
|
|
4037
|
+
}
|
|
4038
|
+
/**
|
|
4039
|
+
* Additional metadata associated with the file.
|
|
4040
|
+
*
|
|
4041
|
+
*/
|
|
4042
|
+
get mode() {
|
|
4043
|
+
return $__namespace.utils.getText(2, this);
|
|
4044
|
+
}
|
|
4045
|
+
set mode(value) {
|
|
4046
|
+
$__namespace.utils.setText(2, value, this);
|
|
4047
|
+
}
|
|
4048
|
+
_adoptProperties(value) {
|
|
4049
|
+
$__namespace.utils.adopt(value, $__namespace.utils.getPointer(3, this));
|
|
4050
|
+
}
|
|
4051
|
+
_disownProperties() {
|
|
4052
|
+
return $__namespace.utils.disown(this.properties);
|
|
4053
|
+
}
|
|
4054
|
+
get properties() {
|
|
4055
|
+
return $__namespace.utils.getList(3, _FileMetadata._Properties, this);
|
|
4056
|
+
}
|
|
4057
|
+
_hasProperties() {
|
|
4058
|
+
return !$__namespace.utils.isNull($__namespace.utils.getPointer(3, this));
|
|
4059
|
+
}
|
|
4060
|
+
_initProperties(length) {
|
|
4061
|
+
return $__namespace.utils.initList(3, _FileMetadata._Properties, length, this);
|
|
4062
|
+
}
|
|
4063
|
+
set properties(value) {
|
|
4064
|
+
$__namespace.utils.copyFrom(value, $__namespace.utils.getPointer(3, this));
|
|
4065
|
+
}
|
|
4066
|
+
toString() {
|
|
4067
|
+
return "FileMetadata_" + super.toString();
|
|
4068
|
+
}
|
|
4069
|
+
};
|
|
4070
|
+
var FileIdentifier = class extends $__namespace.Struct {
|
|
4071
|
+
static {
|
|
4072
|
+
chunkSHUYVCID_js.__name(this, "FileIdentifier");
|
|
4073
|
+
}
|
|
4074
|
+
static _capnp = {
|
|
4075
|
+
displayName: "FileIdentifier",
|
|
4076
|
+
id: "e12b8732389d7406",
|
|
4077
|
+
size: new $__namespace.ObjectSize(0, 2)
|
|
4078
|
+
};
|
|
4079
|
+
/**
|
|
4080
|
+
* An additional identifier for the file.
|
|
4081
|
+
*
|
|
4082
|
+
*/
|
|
4083
|
+
get path() {
|
|
4084
|
+
return $__namespace.utils.getText(0, this);
|
|
4085
|
+
}
|
|
4086
|
+
set path(value) {
|
|
4087
|
+
$__namespace.utils.setText(0, value, this);
|
|
4088
|
+
}
|
|
4089
|
+
get id() {
|
|
4090
|
+
return $__namespace.utils.getText(1, this);
|
|
4091
|
+
}
|
|
4092
|
+
set id(value) {
|
|
4093
|
+
$__namespace.utils.setText(1, value, this);
|
|
4094
|
+
}
|
|
4095
|
+
toString() {
|
|
4096
|
+
return "FileIdentifier_" + super.toString();
|
|
4097
|
+
}
|
|
4098
|
+
};
|
|
4099
|
+
var FileData = class extends $__namespace.Struct {
|
|
4100
|
+
static {
|
|
4101
|
+
chunkSHUYVCID_js.__name(this, "FileData");
|
|
4102
|
+
}
|
|
4103
|
+
static _capnp = {
|
|
4104
|
+
displayName: "FileData",
|
|
4105
|
+
id: "fa6725c8a360f9a2",
|
|
4106
|
+
size: new $__namespace.ObjectSize(0, 2)
|
|
4107
|
+
};
|
|
4108
|
+
/**
|
|
4109
|
+
* The contents of the file.
|
|
4110
|
+
*
|
|
4111
|
+
*/
|
|
4112
|
+
get path() {
|
|
4113
|
+
return $__namespace.utils.getText(0, this);
|
|
4114
|
+
}
|
|
4115
|
+
set path(value) {
|
|
4116
|
+
$__namespace.utils.setText(0, value, this);
|
|
4117
|
+
}
|
|
4118
|
+
get content() {
|
|
4119
|
+
return $__namespace.utils.getText(1, this);
|
|
4120
|
+
}
|
|
4121
|
+
set content(value) {
|
|
4122
|
+
$__namespace.utils.setText(1, value, this);
|
|
4123
|
+
}
|
|
4124
|
+
toString() {
|
|
4125
|
+
return "FileData_" + super.toString();
|
|
4126
|
+
}
|
|
4127
|
+
};
|
|
4128
|
+
var FileSystemData = class _FileSystemData extends $__namespace.Struct {
|
|
4129
|
+
static {
|
|
4130
|
+
chunkSHUYVCID_js.__name(this, "FileSystemData");
|
|
4131
|
+
}
|
|
4132
|
+
static _capnp = {
|
|
4133
|
+
displayName: "FileSystemData",
|
|
4134
|
+
id: "aaa72a672ac0732f",
|
|
4135
|
+
size: new $__namespace.ObjectSize(0, 3)
|
|
4136
|
+
};
|
|
4137
|
+
static _Ids;
|
|
4138
|
+
static _Metadata;
|
|
4139
|
+
static _Files;
|
|
4140
|
+
_adoptIds(value) {
|
|
4141
|
+
$__namespace.utils.adopt(value, $__namespace.utils.getPointer(0, this));
|
|
4142
|
+
}
|
|
4143
|
+
_disownIds() {
|
|
4144
|
+
return $__namespace.utils.disown(this.ids);
|
|
4145
|
+
}
|
|
4146
|
+
get ids() {
|
|
4147
|
+
return $__namespace.utils.getList(0, _FileSystemData._Ids, this);
|
|
4148
|
+
}
|
|
4149
|
+
_hasIds() {
|
|
4150
|
+
return !$__namespace.utils.isNull($__namespace.utils.getPointer(0, this));
|
|
4151
|
+
}
|
|
4152
|
+
_initIds(length) {
|
|
4153
|
+
return $__namespace.utils.initList(0, _FileSystemData._Ids, length, this);
|
|
4154
|
+
}
|
|
4155
|
+
set ids(value) {
|
|
4156
|
+
$__namespace.utils.copyFrom(value, $__namespace.utils.getPointer(0, this));
|
|
4157
|
+
}
|
|
4158
|
+
_adoptMetadata(value) {
|
|
4159
|
+
$__namespace.utils.adopt(value, $__namespace.utils.getPointer(1, this));
|
|
4160
|
+
}
|
|
4161
|
+
_disownMetadata() {
|
|
4162
|
+
return $__namespace.utils.disown(this.metadata);
|
|
4163
|
+
}
|
|
4164
|
+
get metadata() {
|
|
4165
|
+
return $__namespace.utils.getList(1, _FileSystemData._Metadata, this);
|
|
4166
|
+
}
|
|
4167
|
+
_hasMetadata() {
|
|
4168
|
+
return !$__namespace.utils.isNull($__namespace.utils.getPointer(1, this));
|
|
4169
|
+
}
|
|
4170
|
+
_initMetadata(length) {
|
|
4171
|
+
return $__namespace.utils.initList(1, _FileSystemData._Metadata, length, this);
|
|
4172
|
+
}
|
|
4173
|
+
set metadata(value) {
|
|
4174
|
+
$__namespace.utils.copyFrom(value, $__namespace.utils.getPointer(1, this));
|
|
4175
|
+
}
|
|
4176
|
+
_adoptFiles(value) {
|
|
4177
|
+
$__namespace.utils.adopt(value, $__namespace.utils.getPointer(2, this));
|
|
4178
|
+
}
|
|
4179
|
+
_disownFiles() {
|
|
4180
|
+
return $__namespace.utils.disown(this.files);
|
|
4181
|
+
}
|
|
4182
|
+
get files() {
|
|
4183
|
+
return $__namespace.utils.getList(2, _FileSystemData._Files, this);
|
|
4184
|
+
}
|
|
4185
|
+
_hasFiles() {
|
|
4186
|
+
return !$__namespace.utils.isNull($__namespace.utils.getPointer(2, this));
|
|
4187
|
+
}
|
|
4188
|
+
_initFiles(length) {
|
|
4189
|
+
return $__namespace.utils.initList(2, _FileSystemData._Files, length, this);
|
|
4190
|
+
}
|
|
4191
|
+
set files(value) {
|
|
4192
|
+
$__namespace.utils.copyFrom(value, $__namespace.utils.getPointer(2, this));
|
|
4193
|
+
}
|
|
4194
|
+
toString() {
|
|
4195
|
+
return "FileSystemData_" + super.toString();
|
|
4196
|
+
}
|
|
4197
|
+
};
|
|
4198
|
+
FileMetadata._Properties = $__namespace.CompositeList(FileMetadata_KeyValuePair);
|
|
4199
|
+
FileSystemData._Ids = $__namespace.CompositeList(FileIdentifier);
|
|
4200
|
+
FileSystemData._Metadata = $__namespace.CompositeList(FileMetadata);
|
|
4201
|
+
FileSystemData._Files = $__namespace.CompositeList(FileData);
|
|
3978
4202
|
|
|
3979
4203
|
// ../powerlines/src/index.ts
|
|
3980
4204
|
var src_default = PowerlinesAPI;
|
package/dist/executors.js
CHANGED
|
@@ -1,34 +1,34 @@
|
|
|
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 chunkB3UMNKEM_js = require('./chunk-B3UMNKEM.js');
|
|
5
|
+
var chunkVP7AMTR6_js = require('./chunk-VP7AMTR6.js');
|
|
6
|
+
var chunk4S5RU53T_js = require('./chunk-4S5RU53T.js');
|
|
7
|
+
var chunkIUHTUUDE_js = require('./chunk-IUHTUUDE.js');
|
|
8
|
+
var chunkQJEIBIEZ_js = require('./chunk-QJEIBIEZ.js');
|
|
9
|
+
require('./chunk-WUF54G5K.js');
|
|
10
10
|
require('./chunk-UOTRU26N.js');
|
|
11
11
|
require('./chunk-SHUYVCID.js');
|
|
12
12
|
|
|
13
13
|
|
|
14
14
|
|
|
15
|
-
Object.defineProperty(exports, "
|
|
15
|
+
Object.defineProperty(exports, "clean", {
|
|
16
16
|
enumerable: true,
|
|
17
|
-
get: function () { return
|
|
17
|
+
get: function () { return chunkB3UMNKEM_js.executor_default; }
|
|
18
18
|
});
|
|
19
|
-
Object.defineProperty(exports, "
|
|
19
|
+
Object.defineProperty(exports, "docs", {
|
|
20
20
|
enumerable: true,
|
|
21
|
-
get: function () { return
|
|
21
|
+
get: function () { return chunkVP7AMTR6_js.executor_default; }
|
|
22
22
|
});
|
|
23
23
|
Object.defineProperty(exports, "lint", {
|
|
24
24
|
enumerable: true,
|
|
25
|
-
get: function () { return
|
|
25
|
+
get: function () { return chunk4S5RU53T_js.executor_default; }
|
|
26
26
|
});
|
|
27
27
|
Object.defineProperty(exports, "prepare", {
|
|
28
28
|
enumerable: true,
|
|
29
|
-
get: function () { return
|
|
29
|
+
get: function () { return chunkIUHTUUDE_js.executor_default; }
|
|
30
30
|
});
|
|
31
31
|
Object.defineProperty(exports, "build", {
|
|
32
32
|
enumerable: true,
|
|
33
|
-
get: function () { return
|
|
33
|
+
get: function () { return chunkQJEIBIEZ_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
|
|
3
|
-
export { executor_default as
|
|
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-M647TAWI.mjs';
|
|
3
|
+
export { executor_default as docs } from './chunk-R4LYPNZD.mjs';
|
|
4
|
+
export { executor_default as lint } from './chunk-T52ZTHWM.mjs';
|
|
5
|
+
export { executor_default as prepare } from './chunk-AX3G6RLK.mjs';
|
|
6
|
+
export { executor_default as build } from './chunk-3TWAKTYR.mjs';
|
|
7
|
+
import './chunk-3WPWHDP3.mjs';
|
|
8
8
|
import './chunk-DVGRVHRD.mjs';
|
|
9
9
|
import './chunk-O6YSETKJ.mjs';
|
package/dist/index.d.mts
CHANGED
|
@@ -5,7 +5,7 @@ export { L as LintExecutorSchema, e as lint } from './executor-CIEyQL42.mjs';
|
|
|
5
5
|
export { P as PrepareExecutorSchema, e as prepare } from './executor-D0PJOQkn.mjs';
|
|
6
6
|
export { default as sync, default as syncGenerator } from './src/generators/sync/generator.mjs';
|
|
7
7
|
export { SyncGeneratorSchema } from './generators.mjs';
|
|
8
|
-
export { createNodesV2
|
|
8
|
+
export { createNodesV2 } from './src/plugin/index.mjs';
|
|
9
9
|
import '@nx/devkit';
|
|
10
10
|
import '@storm-software/workspace-tools/types';
|
|
11
11
|
import 'powerlines';
|
package/dist/index.d.ts
CHANGED
|
@@ -5,7 +5,7 @@ export { L as LintExecutorSchema, e as lint } from './executor-BAcpDLQu.js';
|
|
|
5
5
|
export { P as PrepareExecutorSchema, e as prepare } from './executor-CkqLFUNx.js';
|
|
6
6
|
export { default as sync, default as syncGenerator } from './src/generators/sync/generator.js';
|
|
7
7
|
export { SyncGeneratorSchema } from './generators.js';
|
|
8
|
-
export { createNodesV2
|
|
8
|
+
export { createNodesV2 } from './src/plugin/index.js';
|
|
9
9
|
import '@nx/devkit';
|
|
10
10
|
import '@storm-software/workspace-tools/types';
|
|
11
11
|
import 'powerlines';
|
package/dist/index.js
CHANGED
|
@@ -1,35 +1,35 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
require('./chunk-XO62WWX4.js');
|
|
4
|
-
var
|
|
5
|
-
var
|
|
6
|
-
var
|
|
7
|
-
var
|
|
4
|
+
var chunkB3UMNKEM_js = require('./chunk-B3UMNKEM.js');
|
|
5
|
+
var chunkVP7AMTR6_js = require('./chunk-VP7AMTR6.js');
|
|
6
|
+
var chunk4S5RU53T_js = require('./chunk-4S5RU53T.js');
|
|
7
|
+
var chunkIUHTUUDE_js = require('./chunk-IUHTUUDE.js');
|
|
8
8
|
require('./chunk-N2YKXZ5R.js');
|
|
9
9
|
var chunkWUJKJGEW_js = require('./chunk-WUJKJGEW.js');
|
|
10
|
-
var
|
|
11
|
-
var
|
|
12
|
-
require('./chunk-
|
|
10
|
+
var chunkL5RBARDS_js = require('./chunk-L5RBARDS.js');
|
|
11
|
+
var chunkQJEIBIEZ_js = require('./chunk-QJEIBIEZ.js');
|
|
12
|
+
require('./chunk-WUF54G5K.js');
|
|
13
13
|
require('./chunk-UOTRU26N.js');
|
|
14
14
|
require('./chunk-SHUYVCID.js');
|
|
15
15
|
|
|
16
16
|
|
|
17
17
|
|
|
18
|
-
Object.defineProperty(exports, "
|
|
18
|
+
Object.defineProperty(exports, "clean", {
|
|
19
19
|
enumerable: true,
|
|
20
|
-
get: function () { return
|
|
20
|
+
get: function () { return chunkB3UMNKEM_js.executor_default; }
|
|
21
21
|
});
|
|
22
|
-
Object.defineProperty(exports, "
|
|
22
|
+
Object.defineProperty(exports, "docs", {
|
|
23
23
|
enumerable: true,
|
|
24
|
-
get: function () { return
|
|
24
|
+
get: function () { return chunkVP7AMTR6_js.executor_default; }
|
|
25
25
|
});
|
|
26
26
|
Object.defineProperty(exports, "lint", {
|
|
27
27
|
enumerable: true,
|
|
28
|
-
get: function () { return
|
|
28
|
+
get: function () { return chunk4S5RU53T_js.executor_default; }
|
|
29
29
|
});
|
|
30
30
|
Object.defineProperty(exports, "prepare", {
|
|
31
31
|
enumerable: true,
|
|
32
|
-
get: function () { return
|
|
32
|
+
get: function () { return chunkIUHTUUDE_js.executor_default; }
|
|
33
33
|
});
|
|
34
34
|
Object.defineProperty(exports, "sync", {
|
|
35
35
|
enumerable: true,
|
|
@@ -41,13 +41,9 @@ Object.defineProperty(exports, "syncGenerator", {
|
|
|
41
41
|
});
|
|
42
42
|
Object.defineProperty(exports, "createNodesV2", {
|
|
43
43
|
enumerable: true,
|
|
44
|
-
get: function () { return
|
|
45
|
-
});
|
|
46
|
-
Object.defineProperty(exports, "name", {
|
|
47
|
-
enumerable: true,
|
|
48
|
-
get: function () { return chunk67ALH5AX_js.name; }
|
|
44
|
+
get: function () { return chunkL5RBARDS_js.createNodesV2; }
|
|
49
45
|
});
|
|
50
46
|
Object.defineProperty(exports, "build", {
|
|
51
47
|
enumerable: true,
|
|
52
|
-
get: function () { return
|
|
48
|
+
get: function () { return chunkQJEIBIEZ_js.executor_default; }
|
|
53
49
|
});
|
package/dist/index.mjs
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import './chunk-UV4HQO3Y.mjs';
|
|
2
|
-
export { executor_default as
|
|
3
|
-
export { executor_default as
|
|
4
|
-
export { executor_default as lint } from './chunk-
|
|
5
|
-
export { executor_default as prepare } from './chunk-
|
|
2
|
+
export { executor_default as clean } from './chunk-M647TAWI.mjs';
|
|
3
|
+
export { executor_default as docs } from './chunk-R4LYPNZD.mjs';
|
|
4
|
+
export { executor_default as lint } from './chunk-T52ZTHWM.mjs';
|
|
5
|
+
export { executor_default as prepare } from './chunk-AX3G6RLK.mjs';
|
|
6
6
|
import './chunk-23KFTIT2.mjs';
|
|
7
7
|
export { generator_default as sync, generatorFn as syncGenerator } from './chunk-326QB2VK.mjs';
|
|
8
|
-
export { createNodesV2
|
|
9
|
-
export { executor_default as build } from './chunk-
|
|
10
|
-
import './chunk-
|
|
8
|
+
export { createNodesV2 } from './chunk-QWEMU3V4.mjs';
|
|
9
|
+
export { executor_default as build } from './chunk-3TWAKTYR.mjs';
|
|
10
|
+
import './chunk-3WPWHDP3.mjs';
|
|
11
11
|
import './chunk-DVGRVHRD.mjs';
|
|
12
12
|
import './chunk-O6YSETKJ.mjs';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunkWUF54G5K_js = require('../../chunk-WUF54G5K.js');
|
|
4
4
|
require('../../chunk-UOTRU26N.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 chunkWUF54G5K_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 chunkQJEIBIEZ_js = require('../../../chunk-QJEIBIEZ.js');
|
|
6
|
+
require('../../../chunk-WUF54G5K.js');
|
|
7
7
|
require('../../../chunk-UOTRU26N.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 chunkQJEIBIEZ_js.executor_default; }
|
|
15
15
|
});
|
|
16
16
|
Object.defineProperty(exports, "executorFn", {
|
|
17
17
|
enumerable: true,
|
|
18
|
-
get: function () { return
|
|
18
|
+
get: function () { return chunkQJEIBIEZ_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-3TWAKTYR.mjs';
|
|
2
|
+
import '../../../chunk-3WPWHDP3.mjs';
|
|
3
3
|
import '../../../chunk-DVGRVHRD.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 chunkB3UMNKEM_js = require('../../../chunk-B3UMNKEM.js');
|
|
6
|
+
require('../../../chunk-WUF54G5K.js');
|
|
7
7
|
require('../../../chunk-UOTRU26N.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 chunkB3UMNKEM_js.executor_default; }
|
|
15
15
|
});
|
|
16
16
|
Object.defineProperty(exports, "executorFn", {
|
|
17
17
|
enumerable: true,
|
|
18
|
-
get: function () { return
|
|
18
|
+
get: function () { return chunkB3UMNKEM_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-M647TAWI.mjs';
|
|
2
|
+
import '../../../chunk-3WPWHDP3.mjs';
|
|
3
3
|
import '../../../chunk-DVGRVHRD.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 chunkVP7AMTR6_js = require('../../../chunk-VP7AMTR6.js');
|
|
6
|
+
require('../../../chunk-WUF54G5K.js');
|
|
7
7
|
require('../../../chunk-UOTRU26N.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 chunkVP7AMTR6_js.executor_default; }
|
|
15
15
|
});
|
|
16
16
|
Object.defineProperty(exports, "executorFn", {
|
|
17
17
|
enumerable: true,
|
|
18
|
-
get: function () { return
|
|
18
|
+
get: function () { return chunkVP7AMTR6_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-R4LYPNZD.mjs';
|
|
2
|
+
import '../../../chunk-3WPWHDP3.mjs';
|
|
3
3
|
import '../../../chunk-DVGRVHRD.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 chunk4S5RU53T_js = require('../../../chunk-4S5RU53T.js');
|
|
6
|
+
require('../../../chunk-WUF54G5K.js');
|
|
7
7
|
require('../../../chunk-UOTRU26N.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 chunk4S5RU53T_js.executor_default; }
|
|
15
15
|
});
|
|
16
16
|
Object.defineProperty(exports, "executorFn", {
|
|
17
17
|
enumerable: true,
|
|
18
|
-
get: function () { return
|
|
18
|
+
get: function () { return chunk4S5RU53T_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-T52ZTHWM.mjs';
|
|
2
|
+
import '../../../chunk-3WPWHDP3.mjs';
|
|
3
3
|
import '../../../chunk-DVGRVHRD.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 chunkIUHTUUDE_js = require('../../../chunk-IUHTUUDE.js');
|
|
6
|
+
require('../../../chunk-WUF54G5K.js');
|
|
7
7
|
require('../../../chunk-UOTRU26N.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 chunkIUHTUUDE_js.executor_default; }
|
|
15
15
|
});
|
|
16
16
|
Object.defineProperty(exports, "executorFn", {
|
|
17
17
|
enumerable: true,
|
|
18
|
-
get: function () { return
|
|
18
|
+
get: function () { return chunkIUHTUUDE_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-AX3G6RLK.mjs';
|
|
2
|
+
import '../../../chunk-3WPWHDP3.mjs';
|
|
3
3
|
import '../../../chunk-DVGRVHRD.mjs';
|
|
4
4
|
import '../../../chunk-O6YSETKJ.mjs';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import
|
|
1
|
+
import * as _nx_devkit from '@nx/devkit';
|
|
2
2
|
|
|
3
3
|
interface NxPluginOptions {
|
|
4
4
|
clean?: false | {
|
|
@@ -173,7 +173,6 @@ interface NxPluginOptions {
|
|
|
173
173
|
};
|
|
174
174
|
}
|
|
175
175
|
|
|
176
|
-
declare const
|
|
177
|
-
declare const createNodesV2: CreateNodesV2<NxPluginOptions>;
|
|
176
|
+
declare const createNodesV2: _nx_devkit.CreateNodesV2<NxPluginOptions>;
|
|
178
177
|
|
|
179
|
-
export { createNodesV2
|
|
178
|
+
export { createNodesV2 };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import
|
|
1
|
+
import * as _nx_devkit from '@nx/devkit';
|
|
2
2
|
|
|
3
3
|
interface NxPluginOptions {
|
|
4
4
|
clean?: false | {
|
|
@@ -173,7 +173,6 @@ interface NxPluginOptions {
|
|
|
173
173
|
};
|
|
174
174
|
}
|
|
175
175
|
|
|
176
|
-
declare const
|
|
177
|
-
declare const createNodesV2: CreateNodesV2<NxPluginOptions>;
|
|
176
|
+
declare const createNodesV2: _nx_devkit.CreateNodesV2<NxPluginOptions>;
|
|
178
177
|
|
|
179
|
-
export { createNodesV2
|
|
178
|
+
export { createNodesV2 };
|
package/dist/src/plugin/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunkL5RBARDS_js = require('../../chunk-L5RBARDS.js');
|
|
4
4
|
require('../../chunk-UOTRU26N.js');
|
|
5
5
|
require('../../chunk-SHUYVCID.js');
|
|
6
6
|
|
|
@@ -8,9 +8,5 @@ require('../../chunk-SHUYVCID.js');
|
|
|
8
8
|
|
|
9
9
|
Object.defineProperty(exports, "createNodesV2", {
|
|
10
10
|
enumerable: true,
|
|
11
|
-
get: function () { return
|
|
12
|
-
});
|
|
13
|
-
Object.defineProperty(exports, "name", {
|
|
14
|
-
enumerable: true,
|
|
15
|
-
get: function () { return chunk67ALH5AX_js.name; }
|
|
11
|
+
get: function () { return chunkL5RBARDS_js.createNodesV2; }
|
|
16
12
|
});
|