@storm-software/workspace-tools 1.291.6 → 1.291.8
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 +32 -0
- package/README.md +1 -1
- package/dist/{chunk-QQRKRTX2.js → chunk-2JNP6GXE.js} +4 -4
- package/dist/{chunk-AIJZ2J2E.mjs → chunk-2ONEZU6V.mjs} +1 -1
- package/dist/{chunk-ZMSXFUUS.js → chunk-47KLYU6O.js} +4 -4
- package/dist/{chunk-EWYOYVVP.js → chunk-6A7OOTO2.js} +2 -2
- package/dist/{chunk-T6U4ZKT4.mjs → chunk-6XRHEYBA.mjs} +2 -2
- package/dist/{chunk-KTADJNM2.mjs → chunk-A5TDUFMB.mjs} +1 -1
- package/dist/{chunk-B3UTXTP3.mjs → chunk-B4RJUBHW.mjs} +1 -1
- package/dist/{chunk-VOMX6Y6E.js → chunk-BTMFB2P7.js} +2 -2
- package/dist/{chunk-HAW56QRJ.mjs → chunk-CS6KHEXD.mjs} +1 -1
- package/dist/{chunk-ILUKIRP6.js → chunk-DSDE2UL5.js} +4 -4
- package/dist/{chunk-FFAPQXHN.mjs → chunk-E2V56TSF.mjs} +1 -1
- package/dist/{chunk-D5SWHB32.js → chunk-EHEEYTHM.js} +2 -2
- package/dist/{chunk-MOSD246N.js → chunk-FQI5AKJ3.js} +2 -2
- package/dist/{chunk-2JBGEZAQ.mjs → chunk-FQSIFEMR.mjs} +1 -1
- package/dist/{chunk-DD4W4G62.js → chunk-HJ4HLMOR.js} +2 -2
- package/dist/{chunk-HVPRFV4E.js → chunk-J3WZEN2U.js} +2 -2
- package/dist/{chunk-3UZDBUUJ.js → chunk-J4I6MJT2.js} +3 -3
- package/dist/{chunk-R2TGWKYK.mjs → chunk-JGFRV7ZL.mjs} +1 -1
- package/dist/{chunk-INKFBGHY.mjs → chunk-JLXBL5BC.mjs} +1 -1
- package/dist/{chunk-VLWNERHW.js → chunk-MBO4Z5AV.js} +5 -5
- package/dist/{chunk-XPTME2GL.js → chunk-MGF3DTWM.js} +2 -2
- package/dist/{chunk-MLBF3RH2.mjs → chunk-MPHPFWGR.mjs} +1 -1
- package/dist/{chunk-KLRNKAHH.js → chunk-MWEPBXWC.js} +2 -2
- package/dist/{chunk-KHFM25P7.mjs → chunk-NFQWD4KF.mjs} +1 -1
- package/dist/{chunk-YXF6GDJD.mjs → chunk-NOTQLVZP.mjs} +4 -4
- package/dist/{chunk-VCKRPACR.mjs → chunk-P75K6DL2.mjs} +2 -2
- package/dist/{chunk-D36D5CTJ.mjs → chunk-PKK5LFFJ.mjs} +1 -1
- package/dist/{chunk-BNEPSLPN.js → chunk-PV6ADHWU.js} +2 -2
- package/dist/{chunk-RPNWMASR.mjs → chunk-PXWN2N7H.mjs} +1 -1
- package/dist/{chunk-WQ6CO2NH.mjs → chunk-Q57UD72U.mjs} +1 -1
- package/dist/{chunk-JEO3GOXO.mjs → chunk-REKF65PT.mjs} +2 -2
- package/dist/{chunk-C7Y7OHJU.mjs → chunk-SOAWTZZQ.mjs} +1 -1
- package/dist/{chunk-KGTXG5NJ.js → chunk-T5BI42AO.js} +2 -2
- package/dist/{chunk-FCDVNHCP.js → chunk-TD4SWRD6.js} +2 -2
- package/dist/{chunk-RRJNE7DV.js → chunk-UEXDQMO3.js} +2 -2
- package/dist/{chunk-E65ABYRQ.js → chunk-W2PK6IMA.js} +2 -2
- package/dist/{chunk-UTOC5XZ5.js → chunk-WEL4BVFX.js} +11 -11
- package/dist/{chunk-37LYRUNU.mjs → chunk-XLT65REO.mjs} +1 -1
- package/dist/{chunk-2RTJH2ZG.js → chunk-XYDGMWNM.js} +2 -2
- package/dist/{chunk-ZIJMZWM4.js → chunk-YMZQ7GGX.js} +2 -2
- package/dist/{chunk-ZLBP3V7P.mjs → chunk-YNLDYAEE.mjs} +1 -1
- package/dist/{chunk-YVBTO6GU.mjs → chunk-ZZWU35JU.mjs} +2 -2
- package/dist/executors.js +15 -15
- package/dist/executors.mjs +14 -14
- package/dist/generators.js +10 -10
- package/dist/generators.mjs +9 -9
- package/dist/index.js +22 -22
- package/dist/index.mjs +21 -21
- package/dist/src/base/base-executor.js +3 -3
- package/dist/src/base/base-executor.mjs +2 -2
- package/dist/src/base/base-generator.js +3 -3
- package/dist/src/base/base-generator.mjs +2 -2
- package/dist/src/base/index.js +4 -4
- package/dist/src/base/index.mjs +3 -3
- package/dist/src/executors/cargo-build/executor.js +4 -4
- package/dist/src/executors/cargo-build/executor.mjs +3 -3
- package/dist/src/executors/cargo-build/schema.d.ts +86 -0
- package/dist/src/executors/cargo-build/schema.json +85 -0
- package/dist/src/executors/cargo-check/executor.js +4 -4
- package/dist/src/executors/cargo-check/executor.mjs +3 -3
- package/dist/src/executors/cargo-check/schema.d.ts +89 -0
- package/dist/src/executors/cargo-check/schema.json +88 -0
- package/dist/src/executors/cargo-clippy/executor.js +4 -4
- package/dist/src/executors/cargo-clippy/executor.mjs +3 -3
- package/dist/src/executors/cargo-clippy/schema.d.ts +97 -0
- package/dist/src/executors/cargo-clippy/schema.json +94 -0
- package/dist/src/executors/cargo-doc/executor.js +4 -4
- package/dist/src/executors/cargo-doc/executor.mjs +3 -3
- package/dist/src/executors/cargo-doc/schema.d.ts +125 -0
- package/dist/src/executors/cargo-doc/schema.json +164 -0
- package/dist/src/executors/cargo-format/executor.js +4 -4
- package/dist/src/executors/cargo-format/executor.mjs +3 -3
- package/dist/src/executors/cargo-format/schema.d.ts +89 -0
- package/dist/src/executors/cargo-format/schema.json +88 -0
- package/dist/src/executors/cargo-publish/schema.d.ts +115 -0
- package/dist/src/executors/cargo-publish/schema.json +107 -0
- package/dist/src/executors/clean-package/executor.js +3 -3
- package/dist/src/executors/clean-package/executor.mjs +2 -2
- package/dist/src/executors/clean-package/schema.d.ts +60 -0
- package/dist/src/executors/clean-package/schema.json +57 -0
- package/dist/src/executors/esbuild/executor.js +4 -4
- package/dist/src/executors/esbuild/executor.mjs +3 -3
- package/dist/src/executors/esbuild/schema.d.ts +137 -0
- package/dist/src/executors/esbuild/schema.json +165 -0
- package/dist/src/executors/npm-publish/executor.js +4 -4
- package/dist/src/executors/npm-publish/executor.mjs +3 -3
- package/dist/src/executors/npm-publish/schema.d.ts +68 -0
- package/dist/src/executors/npm-publish/schema.json +61 -0
- package/dist/src/executors/size-limit/executor.js +4 -4
- package/dist/src/executors/size-limit/executor.mjs +3 -3
- package/dist/src/executors/size-limit/schema.d.ts +25 -0
- package/dist/src/executors/size-limit/schema.json +29 -0
- package/dist/src/executors/tsdown/executor.js +4 -4
- package/dist/src/executors/tsdown/executor.mjs +3 -3
- package/dist/src/executors/tsdown/schema.d.ts +135 -0
- package/dist/src/executors/tsdown/schema.json +174 -0
- package/dist/src/executors/typia/executor.js +4 -4
- package/dist/src/executors/typia/executor.mjs +3 -3
- package/dist/src/executors/typia/schema.d.ts +48 -0
- package/dist/src/executors/typia/schema.json +57 -0
- package/dist/src/executors/unbuild/executor.js +4 -4
- package/dist/src/executors/unbuild/executor.mjs +3 -3
- package/dist/src/executors/unbuild/schema.d.ts +258 -0
- package/dist/src/executors/unbuild/schema.json +301 -0
- package/dist/src/generators/browser-library/generator.js +4 -4
- package/dist/src/generators/browser-library/generator.mjs +3 -3
- package/dist/src/generators/browser-library/schema.d.ts +122 -0
- package/dist/src/generators/browser-library/schema.json +117 -0
- package/dist/src/generators/config-schema/generator.js +4 -4
- package/dist/src/generators/config-schema/generator.mjs +3 -3
- package/dist/src/generators/config-schema/schema.d.ts +23 -0
- package/dist/src/generators/config-schema/schema.json +24 -0
- package/dist/src/generators/init/schema.d.ts +14 -0
- package/dist/src/generators/init/schema.json +15 -0
- package/dist/src/generators/neutral-library/generator.js +4 -4
- package/dist/src/generators/neutral-library/generator.mjs +3 -3
- package/dist/src/generators/neutral-library/schema.d.ts +122 -0
- package/dist/src/generators/neutral-library/schema.json +116 -0
- package/dist/src/generators/node-library/generator.js +4 -4
- package/dist/src/generators/node-library/generator.mjs +3 -3
- package/dist/src/generators/node-library/schema.d.ts +122 -0
- package/dist/src/generators/node-library/schema.json +117 -0
- package/dist/src/generators/preset/generator.js +4 -4
- package/dist/src/generators/preset/generator.mjs +3 -3
- package/dist/src/generators/preset/schema.d.ts +101 -0
- package/dist/src/generators/preset/schema.json +96 -0
- package/dist/src/generators/release-version/generator.js +4 -4
- package/dist/src/generators/release-version/generator.mjs +3 -3
- package/dist/src/generators/release-version/schema.d.ts +180 -0
- package/dist/src/generators/release-version/schema.json +158 -0
- package/package.json +8 -8
|
@@ -0,0 +1,115 @@
|
|
|
1
|
+
|
|
2
|
+
// Generated by @storm-software/untyped
|
|
3
|
+
// Do not edit this file directly
|
|
4
|
+
|
|
5
|
+
export interface CargoPublishExecutorSchema {
|
|
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
|
+
* Cargo.toml Path
|
|
19
|
+
*
|
|
20
|
+
* The path to the Cargo.toml file
|
|
21
|
+
*
|
|
22
|
+
* @default "{projectRoot}/Cargo.toml"
|
|
23
|
+
*
|
|
24
|
+
* @format path
|
|
25
|
+
*/
|
|
26
|
+
package?: string,
|
|
27
|
+
|
|
28
|
+
/**
|
|
29
|
+
* Toolchain
|
|
30
|
+
*
|
|
31
|
+
* The type of toolchain to use for the build
|
|
32
|
+
*
|
|
33
|
+
* @default "stable"
|
|
34
|
+
*
|
|
35
|
+
* @enum stable,beta,nightly
|
|
36
|
+
*/
|
|
37
|
+
toolchain?: string,
|
|
38
|
+
|
|
39
|
+
/**
|
|
40
|
+
* Target
|
|
41
|
+
*
|
|
42
|
+
* The target to build
|
|
43
|
+
*
|
|
44
|
+
*/
|
|
45
|
+
target?: string,
|
|
46
|
+
|
|
47
|
+
/**
|
|
48
|
+
* All Targets
|
|
49
|
+
*
|
|
50
|
+
* Build all targets
|
|
51
|
+
*
|
|
52
|
+
*/
|
|
53
|
+
allTargets?: boolean,
|
|
54
|
+
|
|
55
|
+
/**
|
|
56
|
+
* Profile
|
|
57
|
+
*
|
|
58
|
+
* The profile to build
|
|
59
|
+
*
|
|
60
|
+
*/
|
|
61
|
+
profile?: string,
|
|
62
|
+
|
|
63
|
+
/**
|
|
64
|
+
* Release
|
|
65
|
+
*
|
|
66
|
+
* Build in release mode
|
|
67
|
+
*
|
|
68
|
+
*/
|
|
69
|
+
release?: boolean,
|
|
70
|
+
|
|
71
|
+
/**
|
|
72
|
+
* Features
|
|
73
|
+
*
|
|
74
|
+
* The features to build
|
|
75
|
+
*
|
|
76
|
+
*
|
|
77
|
+
* @oneOf [object Object],[object Object]
|
|
78
|
+
*/
|
|
79
|
+
features?: string,
|
|
80
|
+
|
|
81
|
+
/**
|
|
82
|
+
* All Features
|
|
83
|
+
*
|
|
84
|
+
* Build all features
|
|
85
|
+
*
|
|
86
|
+
*/
|
|
87
|
+
allFeatures?: boolean,
|
|
88
|
+
|
|
89
|
+
/**
|
|
90
|
+
* Registry
|
|
91
|
+
*
|
|
92
|
+
* The registry to publish to
|
|
93
|
+
*
|
|
94
|
+
*/
|
|
95
|
+
registry?: string,
|
|
96
|
+
|
|
97
|
+
/**
|
|
98
|
+
* Package Root
|
|
99
|
+
*
|
|
100
|
+
* The path to the package root
|
|
101
|
+
*
|
|
102
|
+
*
|
|
103
|
+
* @format path
|
|
104
|
+
*/
|
|
105
|
+
packageRoot?: string,
|
|
106
|
+
|
|
107
|
+
/**
|
|
108
|
+
* Dry Run
|
|
109
|
+
*
|
|
110
|
+
* Perform a dry run
|
|
111
|
+
*
|
|
112
|
+
*/
|
|
113
|
+
dryRun?: boolean,
|
|
114
|
+
}
|
|
115
|
+
|
|
@@ -0,0 +1,107 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "#",
|
|
3
|
+
"title": "Cargo Publish Executor",
|
|
4
|
+
"description": "A type definition for a Cargo/rust Publish executor schema",
|
|
5
|
+
"properties": {
|
|
6
|
+
"outputPath": {
|
|
7
|
+
"title": "Output Path",
|
|
8
|
+
"type": "string",
|
|
9
|
+
"format": "path",
|
|
10
|
+
"description": "The output path for the build",
|
|
11
|
+
"id": "#outputPath",
|
|
12
|
+
"default": "dist/{projectRoot}"
|
|
13
|
+
},
|
|
14
|
+
"package": {
|
|
15
|
+
"title": "Cargo.toml Path",
|
|
16
|
+
"type": "string",
|
|
17
|
+
"format": "path",
|
|
18
|
+
"description": "The path to the Cargo.toml file",
|
|
19
|
+
"id": "#package",
|
|
20
|
+
"default": "{projectRoot}/Cargo.toml"
|
|
21
|
+
},
|
|
22
|
+
"toolchain": {
|
|
23
|
+
"title": "Toolchain",
|
|
24
|
+
"description": "The type of toolchain to use for the build",
|
|
25
|
+
"enum": [
|
|
26
|
+
"stable",
|
|
27
|
+
"beta",
|
|
28
|
+
"nightly"
|
|
29
|
+
],
|
|
30
|
+
"default": "stable",
|
|
31
|
+
"id": "#toolchain",
|
|
32
|
+
"type": "string"
|
|
33
|
+
},
|
|
34
|
+
"target": {
|
|
35
|
+
"title": "Target",
|
|
36
|
+
"type": "string",
|
|
37
|
+
"description": "The target to build",
|
|
38
|
+
"id": "#target"
|
|
39
|
+
},
|
|
40
|
+
"allTargets": {
|
|
41
|
+
"title": "All Targets",
|
|
42
|
+
"type": "boolean",
|
|
43
|
+
"description": "Build all targets",
|
|
44
|
+
"id": "#allTargets"
|
|
45
|
+
},
|
|
46
|
+
"profile": {
|
|
47
|
+
"title": "Profile",
|
|
48
|
+
"type": "string",
|
|
49
|
+
"description": "The profile to build",
|
|
50
|
+
"id": "#profile"
|
|
51
|
+
},
|
|
52
|
+
"release": {
|
|
53
|
+
"title": "Release",
|
|
54
|
+
"type": "boolean",
|
|
55
|
+
"description": "Build in release mode",
|
|
56
|
+
"id": "#release"
|
|
57
|
+
},
|
|
58
|
+
"features": {
|
|
59
|
+
"title": "Features",
|
|
60
|
+
"type": "string",
|
|
61
|
+
"description": "The features to build",
|
|
62
|
+
"oneOf": [
|
|
63
|
+
{
|
|
64
|
+
"type": "string"
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
"type": "array",
|
|
68
|
+
"items": {
|
|
69
|
+
"type": "string"
|
|
70
|
+
}
|
|
71
|
+
}
|
|
72
|
+
],
|
|
73
|
+
"id": "#features"
|
|
74
|
+
},
|
|
75
|
+
"allFeatures": {
|
|
76
|
+
"title": "All Features",
|
|
77
|
+
"type": "boolean",
|
|
78
|
+
"description": "Build all features",
|
|
79
|
+
"id": "#allFeatures"
|
|
80
|
+
},
|
|
81
|
+
"registry": {
|
|
82
|
+
"title": "Registry",
|
|
83
|
+
"type": "string",
|
|
84
|
+
"description": "The registry to publish to",
|
|
85
|
+
"id": "#registry"
|
|
86
|
+
},
|
|
87
|
+
"packageRoot": {
|
|
88
|
+
"title": "Package Root",
|
|
89
|
+
"type": "string",
|
|
90
|
+
"format": "path",
|
|
91
|
+
"description": "The path to the package root",
|
|
92
|
+
"id": "#packageRoot"
|
|
93
|
+
},
|
|
94
|
+
"dryRun": {
|
|
95
|
+
"title": "Dry Run",
|
|
96
|
+
"type": "boolean",
|
|
97
|
+
"description": "Perform a dry run",
|
|
98
|
+
"id": "#dryRun"
|
|
99
|
+
}
|
|
100
|
+
},
|
|
101
|
+
"type": "object",
|
|
102
|
+
"default": {
|
|
103
|
+
"outputPath": "dist/{projectRoot}",
|
|
104
|
+
"package": "{projectRoot}/Cargo.toml",
|
|
105
|
+
"toolchain": "stable"
|
|
106
|
+
}
|
|
107
|
+
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } function _optionalChain(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var _chunkTD4SWRD6js = require('../../../chunk-TD4SWRD6.js');
|
|
4
4
|
require('../../../chunk-LA2KY2TQ.js');
|
|
5
|
-
require('../../../chunk-
|
|
5
|
+
require('../../../chunk-DSDE2UL5.js');
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
var _chunk2CDSXWFAjs = require('../../../chunk-2CDSXWFA.js');
|
|
@@ -300,7 +300,7 @@ function clearPackageJSON(packageJson, inputIgnoreFields) {
|
|
|
300
300
|
}
|
|
301
301
|
return cleanPackageJSON;
|
|
302
302
|
}
|
|
303
|
-
var executor_default =
|
|
303
|
+
var executor_default = _chunkTD4SWRD6js.withRunExecutor.call(void 0,
|
|
304
304
|
"Storm Clean-Package executor",
|
|
305
305
|
cleanPackageExecutorFn,
|
|
306
306
|
{
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import {
|
|
2
2
|
withRunExecutor
|
|
3
|
-
} from "../../../chunk-
|
|
3
|
+
} from "../../../chunk-CS6KHEXD.mjs";
|
|
4
4
|
import "../../../chunk-76SRFTZ2.mjs";
|
|
5
|
-
import "../../../chunk-
|
|
5
|
+
import "../../../chunk-NOTQLVZP.mjs";
|
|
6
6
|
import {
|
|
7
7
|
writeInfo
|
|
8
8
|
} from "../../../chunk-V44DYGWX.mjs";
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
|
|
2
|
+
// Generated by @storm-software/untyped
|
|
3
|
+
// Do not edit this file directly
|
|
4
|
+
|
|
5
|
+
export interface CleanPackageExecutorSchema {
|
|
6
|
+
/**
|
|
7
|
+
* Output Path
|
|
8
|
+
*
|
|
9
|
+
* The path to the output
|
|
10
|
+
*
|
|
11
|
+
* @default "dist/{projectRoot}"
|
|
12
|
+
*/
|
|
13
|
+
outputPath?: string,
|
|
14
|
+
|
|
15
|
+
/**
|
|
16
|
+
* Package JSON Path
|
|
17
|
+
*
|
|
18
|
+
* The path to the package.json that will be modified
|
|
19
|
+
*
|
|
20
|
+
* @default "{outputPath}/package.json"
|
|
21
|
+
*
|
|
22
|
+
* @format path
|
|
23
|
+
*/
|
|
24
|
+
packageJsonPath?: string,
|
|
25
|
+
|
|
26
|
+
/**
|
|
27
|
+
* Ignored Files
|
|
28
|
+
*
|
|
29
|
+
* The files to ignore
|
|
30
|
+
*
|
|
31
|
+
*/
|
|
32
|
+
ignoredFiles?: string,
|
|
33
|
+
|
|
34
|
+
/**
|
|
35
|
+
* Fields
|
|
36
|
+
*
|
|
37
|
+
* The fields to include
|
|
38
|
+
*
|
|
39
|
+
*/
|
|
40
|
+
fields?: string,
|
|
41
|
+
|
|
42
|
+
/**
|
|
43
|
+
* Clean Read Me
|
|
44
|
+
*
|
|
45
|
+
* Clean the read me
|
|
46
|
+
*
|
|
47
|
+
* @default true
|
|
48
|
+
*/
|
|
49
|
+
cleanReadMe?: boolean,
|
|
50
|
+
|
|
51
|
+
/**
|
|
52
|
+
* Clean Comments
|
|
53
|
+
*
|
|
54
|
+
* Clean the comments
|
|
55
|
+
*
|
|
56
|
+
* @default true
|
|
57
|
+
*/
|
|
58
|
+
cleanComments?: boolean,
|
|
59
|
+
}
|
|
60
|
+
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "#",
|
|
3
|
+
"title": "Clean Package Executor",
|
|
4
|
+
"description": "The clean package executor is responsible for removing unnecessary files and fields from a distributable package to make it as light as possible (for scenarios like edge computing, limited memory environments, etc.)",
|
|
5
|
+
"properties": {
|
|
6
|
+
"outputPath": {
|
|
7
|
+
"title": "Output Path",
|
|
8
|
+
"type": "string",
|
|
9
|
+
"description": "The path to the output",
|
|
10
|
+
"id": "#outputPath",
|
|
11
|
+
"default": "dist/{projectRoot}"
|
|
12
|
+
},
|
|
13
|
+
"packageJsonPath": {
|
|
14
|
+
"title": "Package JSON Path",
|
|
15
|
+
"type": "string",
|
|
16
|
+
"format": "path",
|
|
17
|
+
"description": "The path to the package.json that will be modified",
|
|
18
|
+
"id": "#packageJsonPath",
|
|
19
|
+
"default": "{outputPath}/package.json"
|
|
20
|
+
},
|
|
21
|
+
"ignoredFiles": {
|
|
22
|
+
"title": "Ignored Files",
|
|
23
|
+
"type": "string",
|
|
24
|
+
"description": "The files to ignore",
|
|
25
|
+
"id": "#ignoredFiles"
|
|
26
|
+
},
|
|
27
|
+
"fields": {
|
|
28
|
+
"title": "Fields",
|
|
29
|
+
"type": "string",
|
|
30
|
+
"description": "The fields to include",
|
|
31
|
+
"id": "#fields",
|
|
32
|
+
"default": []
|
|
33
|
+
},
|
|
34
|
+
"cleanReadMe": {
|
|
35
|
+
"title": "Clean Read Me",
|
|
36
|
+
"type": "boolean",
|
|
37
|
+
"description": "Clean the read me",
|
|
38
|
+
"id": "#cleanReadMe",
|
|
39
|
+
"default": true
|
|
40
|
+
},
|
|
41
|
+
"cleanComments": {
|
|
42
|
+
"title": "Clean Comments",
|
|
43
|
+
"type": "boolean",
|
|
44
|
+
"description": "Clean the comments",
|
|
45
|
+
"id": "#cleanComments",
|
|
46
|
+
"default": true
|
|
47
|
+
}
|
|
48
|
+
},
|
|
49
|
+
"type": "object",
|
|
50
|
+
"default": {
|
|
51
|
+
"outputPath": "dist/{projectRoot}",
|
|
52
|
+
"packageJsonPath": "{outputPath}/package.json",
|
|
53
|
+
"fields": [],
|
|
54
|
+
"cleanReadMe": true,
|
|
55
|
+
"cleanComments": true
|
|
56
|
+
}
|
|
57
|
+
}
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var _chunk2JNP6GXEjs = require('../../../chunk-2JNP6GXE.js');
|
|
5
5
|
require('../../../chunk-FSYURQ5X.js');
|
|
6
|
-
require('../../../chunk-
|
|
6
|
+
require('../../../chunk-TD4SWRD6.js');
|
|
7
7
|
require('../../../chunk-LA2KY2TQ.js');
|
|
8
|
-
require('../../../chunk-
|
|
8
|
+
require('../../../chunk-DSDE2UL5.js');
|
|
9
9
|
require('../../../chunk-2CDSXWFA.js');
|
|
10
10
|
require('../../../chunk-IVAHNQZP.js');
|
|
11
11
|
require('../../../chunk-G2L3EEEO.js');
|
|
12
12
|
|
|
13
13
|
|
|
14
14
|
|
|
15
|
-
exports.default =
|
|
15
|
+
exports.default = _chunk2JNP6GXEjs.executor_default; exports.esbuildExecutorFn = _chunk2JNP6GXEjs.esbuildExecutorFn;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import {
|
|
2
2
|
esbuildExecutorFn,
|
|
3
3
|
executor_default
|
|
4
|
-
} from "../../../chunk-
|
|
4
|
+
} from "../../../chunk-6XRHEYBA.mjs";
|
|
5
5
|
import "../../../chunk-F3NQOV2M.mjs";
|
|
6
|
-
import "../../../chunk-
|
|
6
|
+
import "../../../chunk-CS6KHEXD.mjs";
|
|
7
7
|
import "../../../chunk-76SRFTZ2.mjs";
|
|
8
|
-
import "../../../chunk-
|
|
8
|
+
import "../../../chunk-NOTQLVZP.mjs";
|
|
9
9
|
import "../../../chunk-V44DYGWX.mjs";
|
|
10
10
|
import "../../../chunk-VGJEUOUN.mjs";
|
|
11
11
|
import "../../../chunk-C26A6BXG.mjs";
|
|
@@ -0,0 +1,137 @@
|
|
|
1
|
+
|
|
2
|
+
// Generated by @storm-software/untyped
|
|
3
|
+
// Do not edit this file directly
|
|
4
|
+
|
|
5
|
+
export interface ESBuildExecutorSchema {
|
|
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
|
+
* Entry File(s)
|
|
19
|
+
*
|
|
20
|
+
* The entry file or files to build
|
|
21
|
+
*
|
|
22
|
+
* @default ["{sourceRoot}/index.ts"]
|
|
23
|
+
*
|
|
24
|
+
* @format path
|
|
25
|
+
*/
|
|
26
|
+
entry?: Array<string>,
|
|
27
|
+
|
|
28
|
+
/**
|
|
29
|
+
* TSConfig Path
|
|
30
|
+
*
|
|
31
|
+
* The path to the tsconfig file
|
|
32
|
+
*
|
|
33
|
+
* @default "{projectRoot}/tsconfig.json"
|
|
34
|
+
*
|
|
35
|
+
* @format path
|
|
36
|
+
*/
|
|
37
|
+
tsconfig?: string,
|
|
38
|
+
|
|
39
|
+
/**
|
|
40
|
+
* Bundle
|
|
41
|
+
*
|
|
42
|
+
* Bundle the output
|
|
43
|
+
*
|
|
44
|
+
*/
|
|
45
|
+
bundle?: boolean,
|
|
46
|
+
|
|
47
|
+
/**
|
|
48
|
+
* Minify
|
|
49
|
+
*
|
|
50
|
+
* Minify the output
|
|
51
|
+
*
|
|
52
|
+
*/
|
|
53
|
+
minify?: boolean,
|
|
54
|
+
|
|
55
|
+
/**
|
|
56
|
+
* Debug
|
|
57
|
+
*
|
|
58
|
+
* Debug the output
|
|
59
|
+
*
|
|
60
|
+
*/
|
|
61
|
+
debug?: boolean,
|
|
62
|
+
|
|
63
|
+
/**
|
|
64
|
+
* Sourcemap
|
|
65
|
+
*
|
|
66
|
+
* Generate a sourcemap
|
|
67
|
+
*
|
|
68
|
+
*/
|
|
69
|
+
sourcemap?: boolean,
|
|
70
|
+
|
|
71
|
+
/**
|
|
72
|
+
* Silent
|
|
73
|
+
*
|
|
74
|
+
* Should the build run silently - only report errors back to the user
|
|
75
|
+
*
|
|
76
|
+
* @default false
|
|
77
|
+
*/
|
|
78
|
+
silent?: boolean,
|
|
79
|
+
|
|
80
|
+
/**
|
|
81
|
+
* Target
|
|
82
|
+
*
|
|
83
|
+
* The target to build
|
|
84
|
+
*
|
|
85
|
+
* @default "esnext"
|
|
86
|
+
*
|
|
87
|
+
* @enum es3,es5,es6,es2015,es2016,es2017,es2018,es2019,es2020,es2021,es2022,es2023,es2024,esnext,node12,node14,node16,node18,node20,node22,browser,chrome58,chrome59,chrome60
|
|
88
|
+
*/
|
|
89
|
+
target?: string,
|
|
90
|
+
|
|
91
|
+
/**
|
|
92
|
+
* Format
|
|
93
|
+
*
|
|
94
|
+
* The format to build
|
|
95
|
+
*
|
|
96
|
+
* @default "esm"
|
|
97
|
+
*
|
|
98
|
+
* @enum cjs,esm,iife
|
|
99
|
+
*/
|
|
100
|
+
format?: string,
|
|
101
|
+
|
|
102
|
+
/**
|
|
103
|
+
* Platform
|
|
104
|
+
*
|
|
105
|
+
* The platform to build
|
|
106
|
+
*
|
|
107
|
+
* @default "neutral"
|
|
108
|
+
*
|
|
109
|
+
* @enum neutral,node,browser
|
|
110
|
+
*/
|
|
111
|
+
platform?: string,
|
|
112
|
+
|
|
113
|
+
/**
|
|
114
|
+
* External
|
|
115
|
+
*
|
|
116
|
+
* The external dependencies
|
|
117
|
+
*
|
|
118
|
+
*/
|
|
119
|
+
external?: Array<any>,
|
|
120
|
+
|
|
121
|
+
/**
|
|
122
|
+
* Define
|
|
123
|
+
*
|
|
124
|
+
* The define values
|
|
125
|
+
*
|
|
126
|
+
*/
|
|
127
|
+
define?: Record<string, string>,
|
|
128
|
+
|
|
129
|
+
/**
|
|
130
|
+
* Environment Variables
|
|
131
|
+
*
|
|
132
|
+
* The environment variable values
|
|
133
|
+
*
|
|
134
|
+
*/
|
|
135
|
+
env?: Record<string, string>,
|
|
136
|
+
}
|
|
137
|
+
|