@storm-software/workspace-tools 1.275.11 → 1.275.13
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 +26 -0
- package/README.md +1 -1
- package/dist/{chunk-SQQRYK4J.js → chunk-2VYGGPNB.js} +2 -2
- package/dist/{chunk-UIGXLIMN.js → chunk-3OPUS7DM.js} +2 -2
- package/dist/{chunk-K25ZLKGW.js → chunk-44ORGJU6.js} +2 -2
- package/dist/{chunk-G2UHFS3D.js → chunk-4M4SHAIR.js} +2 -2
- package/dist/{chunk-XBF3XKWV.mjs → chunk-4Q5TA4HY.mjs} +1 -1
- package/dist/{chunk-SUVILEUI.mjs → chunk-5M6KTSAU.mjs} +1 -1
- package/dist/{chunk-SZECIMUK.mjs → chunk-6HLO2W5F.mjs} +1 -1
- package/dist/{chunk-AYVQBZ47.mjs → chunk-7PGIGQWZ.mjs} +1 -1
- package/dist/{chunk-47WIPDU2.mjs → chunk-7X7JDO6G.mjs} +1 -1
- package/dist/{chunk-LCYZN2T4.mjs → chunk-BWWZL3XI.mjs} +1 -1
- package/dist/{chunk-OHVLEVDF.js → chunk-DJJD4NLR.js} +4 -4
- package/dist/{chunk-CJTM5NXW.js → chunk-EFJ4G4IB.js} +2 -2
- package/dist/{chunk-AITIBUH7.mjs → chunk-EPHSEJ2O.mjs} +1 -1
- package/dist/{chunk-DOU4JV63.js → chunk-F2W3BT7Q.js} +2 -2
- package/dist/{chunk-MNAM2PWW.js → chunk-F6VM55TC.js} +1 -1
- package/dist/{chunk-7FHPPXSW.mjs → chunk-FE2MME3C.mjs} +1 -1
- package/dist/{chunk-KQEWSX54.mjs → chunk-FXJFMNIG.mjs} +1 -1
- package/dist/{chunk-GLYNYUEO.js → chunk-GZ2DMJNP.js} +2 -2
- package/dist/{chunk-UIEBEATG.mjs → chunk-NMDGWPQQ.mjs} +1 -1
- package/dist/{chunk-HT6XMCLL.js → chunk-NWZ4RH4R.js} +2 -2
- package/dist/{chunk-SEBYC6OX.mjs → chunk-NZYIQ7PK.mjs} +1 -1
- package/dist/{chunk-UBOVNKIB.mjs → chunk-OCAYHE4R.mjs} +1 -1
- package/dist/{chunk-KPYVSW6K.js → chunk-PT3X4RIM.js} +2 -2
- package/dist/{chunk-THAH7SBB.mjs → chunk-PTKTAEWS.mjs} +1 -1
- package/dist/{chunk-HST5WUAT.mjs → chunk-Q7ZNED73.mjs} +1 -1
- package/dist/{chunk-KAZBWBZO.mjs → chunk-QY7VVGUK.mjs} +2 -2
- package/dist/{chunk-UFC7PMR7.mjs → chunk-RR4536RL.mjs} +1 -1
- package/dist/{chunk-NOKYAGMP.js → chunk-SE4WCL4O.js} +2 -2
- package/dist/{chunk-CD5FQ3SO.js → chunk-UIHVLD6X.js} +2 -2
- package/dist/{chunk-D5HYL5AR.mjs → chunk-UIPBCBUB.mjs} +1 -1
- package/dist/{chunk-WKR7OSM7.js → chunk-VNYMAMOQ.js} +2 -2
- package/dist/{chunk-45N4K3JG.mjs → chunk-WYT3VQJE.mjs} +1 -1
- package/dist/{chunk-L5K5WENX.js → chunk-X6YEZ2IR.js} +2 -2
- package/dist/{chunk-OBPTEDPA.js → chunk-XFRYBLPE.js} +2 -2
- package/dist/{chunk-G73COCIV.js → chunk-YEIQEZ66.js} +2 -2
- package/dist/{chunk-SCM7NIHK.js → chunk-ZARYEHW7.js} +2 -2
- package/dist/executors.js +13 -13
- package/dist/executors.mjs +15 -15
- package/dist/generators.js +9 -9
- package/dist/generators.mjs +8 -8
- package/dist/index.js +20 -20
- package/dist/index.mjs +22 -22
- 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-check/executor.js +4 -4
- package/dist/src/executors/cargo-check/executor.mjs +3 -3
- 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-doc/executor.js +4 -4
- package/dist/src/executors/cargo-doc/executor.mjs +3 -3
- package/dist/src/executors/cargo-format/executor.js +4 -4
- package/dist/src/executors/cargo-format/executor.mjs +3 -3
- package/dist/src/executors/clean-package/executor.js +3 -3
- package/dist/src/executors/clean-package/executor.mjs +2 -2
- package/dist/src/executors/esbuild/executor.js +4 -4
- package/dist/src/executors/esbuild/executor.mjs +3 -3
- package/dist/src/executors/size-limit/executor.js +4 -4
- package/dist/src/executors/size-limit/executor.mjs +3 -3
- package/dist/src/executors/typia/executor.js +4 -4
- package/dist/src/executors/typia/executor.mjs +3 -3
- package/dist/src/executors/unbuild/executor.js +4 -4
- package/dist/src/executors/unbuild/executor.mjs +3 -3
- package/dist/src/generators/browser-library/generator.js +4 -4
- package/dist/src/generators/browser-library/generator.mjs +3 -3
- package/dist/src/generators/config-schema/generator.js +4 -4
- package/dist/src/generators/config-schema/generator.mjs +3 -3
- package/dist/src/generators/neutral-library/generator.js +4 -4
- package/dist/src/generators/neutral-library/generator.mjs +3 -3
- package/dist/src/generators/node-library/generator.js +4 -4
- package/dist/src/generators/node-library/generator.mjs +3 -3
- package/dist/src/generators/preset/generator.js +4 -4
- package/dist/src/generators/preset/generator.mjs +3 -3
- package/dist/src/generators/release-version/generator.js +3 -3
- package/dist/src/generators/release-version/generator.mjs +2 -2
- package/package.json +4 -4
- package/dist/executor-9LmKos6Z.d.mts +0 -146
- package/dist/executor-Bd5An8DR.d.ts +0 -267
- package/dist/executor-Bf5vY3MJ.d.ts +0 -146
- package/dist/executor-C1PrMC7e.d.mts +0 -267
- package/dist/executor-CeGdcLkF.d.ts +0 -34
- package/dist/executor-CpsMF06a.d.ts +0 -57
- package/dist/executor-D1PiCwZy.d.mts +0 -34
- package/dist/executor-q3my5nbv.d.mts +0 -57
- package/dist/generator-BE_y2LLV.d.mts +0 -38
- package/dist/generator-BKRA47fj.d.ts +0 -108
- package/dist/generator-BTd79lYw.d.ts +0 -130
- package/dist/generator-Bm8yfws4.d.ts +0 -186
- package/dist/generator-BvGl9JTM.d.mts +0 -130
- package/dist/generator-CHn9k022.d.mts +0 -108
- package/dist/generator-CkV_kDgf.d.mts +0 -130
- package/dist/generator-Ct6JRxUo.d.ts +0 -130
- package/dist/generator-D1vtMezi.d.ts +0 -130
- package/dist/generator-DDs5eEiE.d.mts +0 -186
- package/dist/generator-LIIIYK9k.d.ts +0 -38
- package/dist/generator-tf6fNTyb.d.mts +0 -130
- package/dist/types-0OheivlN.d.ts +0 -101
- package/dist/types-BucSdHk7.d.mts +0 -1292
- package/dist/types-BucSdHk7.d.ts +0 -1292
- package/dist/types-CwPRTD_m.d.mts +0 -101
|
@@ -1,186 +0,0 @@
|
|
|
1
|
-
import { Tree } from '@nx/devkit';
|
|
2
|
-
import { S as StormWorkspaceConfig } from './types-BucSdHk7.mjs';
|
|
3
|
-
import { ReleaseVersionGeneratorResult } from 'nx/src/command-line/release/version-legacy';
|
|
4
|
-
|
|
5
|
-
// Generated by @storm-software/untyped
|
|
6
|
-
// Do not edit this file directly
|
|
7
|
-
|
|
8
|
-
interface ReleaseVersionGeneratorSchema {
|
|
9
|
-
/**
|
|
10
|
-
* Projects
|
|
11
|
-
*
|
|
12
|
-
* The projects to release
|
|
13
|
-
*
|
|
14
|
-
*/
|
|
15
|
-
projects: Array<{
|
|
16
|
-
[key: string]: any
|
|
17
|
-
}>,
|
|
18
|
-
|
|
19
|
-
/**
|
|
20
|
-
* Release Group
|
|
21
|
-
*
|
|
22
|
-
* The release group
|
|
23
|
-
*
|
|
24
|
-
*/
|
|
25
|
-
releaseGroup: {
|
|
26
|
-
[key: string]: any
|
|
27
|
-
},
|
|
28
|
-
|
|
29
|
-
/**
|
|
30
|
-
* Project Graph
|
|
31
|
-
*
|
|
32
|
-
* The project graph
|
|
33
|
-
*
|
|
34
|
-
*/
|
|
35
|
-
projectGraph: {
|
|
36
|
-
[key: string]: any
|
|
37
|
-
},
|
|
38
|
-
|
|
39
|
-
/**
|
|
40
|
-
* Specifier
|
|
41
|
-
*
|
|
42
|
-
* The specifier
|
|
43
|
-
*
|
|
44
|
-
*/
|
|
45
|
-
specifier: string,
|
|
46
|
-
|
|
47
|
-
/**
|
|
48
|
-
* Specifier Source
|
|
49
|
-
*
|
|
50
|
-
* The specifier source
|
|
51
|
-
*
|
|
52
|
-
*/
|
|
53
|
-
specifierSource?: string,
|
|
54
|
-
|
|
55
|
-
/**
|
|
56
|
-
* Preid
|
|
57
|
-
*
|
|
58
|
-
* The preid
|
|
59
|
-
*
|
|
60
|
-
*/
|
|
61
|
-
preid?: string,
|
|
62
|
-
|
|
63
|
-
/**
|
|
64
|
-
* Package Root
|
|
65
|
-
*
|
|
66
|
-
* The package root
|
|
67
|
-
*
|
|
68
|
-
*/
|
|
69
|
-
packageRoot?: string,
|
|
70
|
-
|
|
71
|
-
/**
|
|
72
|
-
* Current Version Resolver
|
|
73
|
-
*
|
|
74
|
-
* The current version resolver
|
|
75
|
-
*
|
|
76
|
-
* @default "git-tag"
|
|
77
|
-
*/
|
|
78
|
-
currentVersionResolver?: string,
|
|
79
|
-
|
|
80
|
-
/**
|
|
81
|
-
* Current Version Resolver Metadata
|
|
82
|
-
*
|
|
83
|
-
* The current version resolver metadata
|
|
84
|
-
*
|
|
85
|
-
*/
|
|
86
|
-
currentVersionResolverMetadata?: {
|
|
87
|
-
[key: string]: any
|
|
88
|
-
},
|
|
89
|
-
|
|
90
|
-
/**
|
|
91
|
-
* Fallback Current Version Resolver
|
|
92
|
-
*
|
|
93
|
-
* The fallback current version resolver
|
|
94
|
-
*
|
|
95
|
-
* @default "disk"
|
|
96
|
-
*/
|
|
97
|
-
fallbackCurrentVersionResolver?: string,
|
|
98
|
-
|
|
99
|
-
/**
|
|
100
|
-
* First Release
|
|
101
|
-
*
|
|
102
|
-
* Release the first version
|
|
103
|
-
*
|
|
104
|
-
*/
|
|
105
|
-
firstRelease?: boolean,
|
|
106
|
-
|
|
107
|
-
/**
|
|
108
|
-
* Version Prefix
|
|
109
|
-
*
|
|
110
|
-
* The version prefix
|
|
111
|
-
*
|
|
112
|
-
*
|
|
113
|
-
* @enum ,auto,~,^,=
|
|
114
|
-
*/
|
|
115
|
-
versionPrefix?: string,
|
|
116
|
-
|
|
117
|
-
/**
|
|
118
|
-
* Skip Lock File Update
|
|
119
|
-
*
|
|
120
|
-
* Skip lock file update
|
|
121
|
-
*
|
|
122
|
-
*/
|
|
123
|
-
skipLockFileUpdate?: boolean,
|
|
124
|
-
|
|
125
|
-
/**
|
|
126
|
-
* Install Args
|
|
127
|
-
*
|
|
128
|
-
* The install arguments
|
|
129
|
-
*
|
|
130
|
-
*/
|
|
131
|
-
installArgs?: string,
|
|
132
|
-
|
|
133
|
-
/**
|
|
134
|
-
* Install Ignore Scripts
|
|
135
|
-
*
|
|
136
|
-
* Ignore scripts
|
|
137
|
-
*
|
|
138
|
-
*/
|
|
139
|
-
installIgnoreScripts?: boolean,
|
|
140
|
-
|
|
141
|
-
/**
|
|
142
|
-
* Conventional Commits Config
|
|
143
|
-
*
|
|
144
|
-
* The conventional commits config
|
|
145
|
-
*
|
|
146
|
-
*/
|
|
147
|
-
conventionalCommitsConfig?: {
|
|
148
|
-
[key: string]: any
|
|
149
|
-
},
|
|
150
|
-
|
|
151
|
-
/**
|
|
152
|
-
* Delete Version Plans
|
|
153
|
-
*
|
|
154
|
-
* Delete version plans
|
|
155
|
-
*
|
|
156
|
-
*/
|
|
157
|
-
deleteVersionPlans?: boolean,
|
|
158
|
-
|
|
159
|
-
/**
|
|
160
|
-
* Update Dependents
|
|
161
|
-
*
|
|
162
|
-
* Update dependents
|
|
163
|
-
*
|
|
164
|
-
*/
|
|
165
|
-
updateDependents?: string,
|
|
166
|
-
|
|
167
|
-
/**
|
|
168
|
-
* Log Unchanged Projects
|
|
169
|
-
*
|
|
170
|
-
* Log unchanged projects
|
|
171
|
-
*
|
|
172
|
-
*/
|
|
173
|
-
logUnchangedProjects?: boolean,
|
|
174
|
-
|
|
175
|
-
/**
|
|
176
|
-
* Preserve Local Dependency Protocols
|
|
177
|
-
*
|
|
178
|
-
* Preserve local dependency protocols
|
|
179
|
-
*
|
|
180
|
-
*/
|
|
181
|
-
preserveLocalDependencyProtocols?: boolean,
|
|
182
|
-
}
|
|
183
|
-
|
|
184
|
-
declare function releaseVersionGeneratorFn(tree: Tree, options: ReleaseVersionGeneratorSchema, config?: StormWorkspaceConfig): Promise<ReleaseVersionGeneratorResult>;
|
|
185
|
-
|
|
186
|
-
export { type ReleaseVersionGeneratorSchema as R, releaseVersionGeneratorFn as r };
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
import { e as BaseGeneratorResult } from './types-0OheivlN.js';
|
|
2
|
-
import * as _nx_devkit from '@nx/devkit';
|
|
3
|
-
import { Tree } from '@nx/devkit';
|
|
4
|
-
import { S as StormWorkspaceConfig } from './types-BucSdHk7.js';
|
|
5
|
-
import * as z from 'zod';
|
|
6
|
-
|
|
7
|
-
// Generated by @storm-software/untyped
|
|
8
|
-
// Do not edit this file directly
|
|
9
|
-
|
|
10
|
-
interface ConfigSchemaGeneratorSchema {
|
|
11
|
-
/**
|
|
12
|
-
* Directory
|
|
13
|
-
*
|
|
14
|
-
* The directory to create the library in
|
|
15
|
-
*
|
|
16
|
-
*/
|
|
17
|
-
directory?: string,
|
|
18
|
-
|
|
19
|
-
/**
|
|
20
|
-
* Output File
|
|
21
|
-
*
|
|
22
|
-
* The file to write the schema to
|
|
23
|
-
*
|
|
24
|
-
* @default "{workspaceRoot}/storm-workspace.schema.json"
|
|
25
|
-
*/
|
|
26
|
-
outputFile?: string,
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
type ModuleSchema = {
|
|
30
|
-
name: string;
|
|
31
|
-
schema: z.ZodObject<any>;
|
|
32
|
-
};
|
|
33
|
-
declare function configSchemaGeneratorFn(tree: Tree, options: ConfigSchemaGeneratorSchema, config?: StormWorkspaceConfig): Promise<{
|
|
34
|
-
success: boolean;
|
|
35
|
-
}>;
|
|
36
|
-
declare const _default: (tree: Tree, _options: ConfigSchemaGeneratorSchema) => Promise<_nx_devkit.GeneratorCallback | BaseGeneratorResult>;
|
|
37
|
-
|
|
38
|
-
export { type ConfigSchemaGeneratorSchema as C, type ModuleSchema as M, _default as _, configSchemaGeneratorFn as c };
|
|
@@ -1,130 +0,0 @@
|
|
|
1
|
-
import { e as BaseGeneratorResult } from './types-CwPRTD_m.mjs';
|
|
2
|
-
import * as _nx_devkit from '@nx/devkit';
|
|
3
|
-
import { Tree } from '@nx/devkit';
|
|
4
|
-
import { S as StormWorkspaceConfig } from './types-BucSdHk7.mjs';
|
|
5
|
-
|
|
6
|
-
// Generated by @storm-software/untyped
|
|
7
|
-
// Do not edit this file directly
|
|
8
|
-
|
|
9
|
-
interface NeutralLibraryGeneratorSchema {
|
|
10
|
-
/**
|
|
11
|
-
* Directory
|
|
12
|
-
*
|
|
13
|
-
* The directory to create the library in
|
|
14
|
-
*
|
|
15
|
-
*/
|
|
16
|
-
directory: string,
|
|
17
|
-
|
|
18
|
-
/**
|
|
19
|
-
* Name
|
|
20
|
-
*
|
|
21
|
-
* The name of the library
|
|
22
|
-
*
|
|
23
|
-
*/
|
|
24
|
-
name: string,
|
|
25
|
-
|
|
26
|
-
/**
|
|
27
|
-
* Description
|
|
28
|
-
*
|
|
29
|
-
* The description of the library
|
|
30
|
-
*
|
|
31
|
-
*/
|
|
32
|
-
description?: string,
|
|
33
|
-
|
|
34
|
-
/**
|
|
35
|
-
* Build Executor
|
|
36
|
-
*
|
|
37
|
-
* The executor to use for building the library
|
|
38
|
-
*
|
|
39
|
-
* @default "@storm-software/workspace-tools:unbuild"
|
|
40
|
-
*/
|
|
41
|
-
buildExecutor?: string,
|
|
42
|
-
|
|
43
|
-
/**
|
|
44
|
-
* Platform
|
|
45
|
-
*
|
|
46
|
-
* The platform to target with the library
|
|
47
|
-
*
|
|
48
|
-
* @default "neutral"
|
|
49
|
-
*
|
|
50
|
-
* @enum neutral
|
|
51
|
-
*/
|
|
52
|
-
platform?: string,
|
|
53
|
-
|
|
54
|
-
/**
|
|
55
|
-
* Import Path
|
|
56
|
-
*
|
|
57
|
-
* The import path for the library
|
|
58
|
-
*
|
|
59
|
-
*/
|
|
60
|
-
importPath?: string,
|
|
61
|
-
|
|
62
|
-
/**
|
|
63
|
-
* Tags
|
|
64
|
-
*
|
|
65
|
-
* The tags for the library
|
|
66
|
-
*
|
|
67
|
-
*/
|
|
68
|
-
tags?: string,
|
|
69
|
-
|
|
70
|
-
/**
|
|
71
|
-
* Unit Test Runner
|
|
72
|
-
*
|
|
73
|
-
* The unit test runner to use
|
|
74
|
-
*
|
|
75
|
-
*
|
|
76
|
-
* @enum jest,vitest,none
|
|
77
|
-
*/
|
|
78
|
-
unitTestRunner?: string,
|
|
79
|
-
|
|
80
|
-
/**
|
|
81
|
-
* Test Environment
|
|
82
|
-
*
|
|
83
|
-
* The test environment to use
|
|
84
|
-
*
|
|
85
|
-
*
|
|
86
|
-
* @enum jsdom,node
|
|
87
|
-
*/
|
|
88
|
-
testEnvironment?: string,
|
|
89
|
-
|
|
90
|
-
/**
|
|
91
|
-
* Pascal Case Files
|
|
92
|
-
*
|
|
93
|
-
* Use PascalCase for file names
|
|
94
|
-
*
|
|
95
|
-
* @default false
|
|
96
|
-
*/
|
|
97
|
-
pascalCaseFiles?: boolean,
|
|
98
|
-
|
|
99
|
-
/**
|
|
100
|
-
* Strict
|
|
101
|
-
*
|
|
102
|
-
* Enable strict mode
|
|
103
|
-
*
|
|
104
|
-
* @default true
|
|
105
|
-
*/
|
|
106
|
-
strict?: boolean,
|
|
107
|
-
|
|
108
|
-
/**
|
|
109
|
-
* Publishable
|
|
110
|
-
*
|
|
111
|
-
* Make the library publishable
|
|
112
|
-
*
|
|
113
|
-
* @default false
|
|
114
|
-
*/
|
|
115
|
-
publishable?: boolean,
|
|
116
|
-
|
|
117
|
-
/**
|
|
118
|
-
* Buildable
|
|
119
|
-
*
|
|
120
|
-
* Make the library buildable
|
|
121
|
-
*
|
|
122
|
-
* @default true
|
|
123
|
-
*/
|
|
124
|
-
buildable?: boolean,
|
|
125
|
-
}
|
|
126
|
-
|
|
127
|
-
declare function neutralLibraryGeneratorFn(tree: Tree, schema: NeutralLibraryGeneratorSchema, config?: StormWorkspaceConfig): Promise<null>;
|
|
128
|
-
declare const _default: (tree: Tree, _options: NeutralLibraryGeneratorSchema) => Promise<_nx_devkit.GeneratorCallback | BaseGeneratorResult>;
|
|
129
|
-
|
|
130
|
-
export { type NeutralLibraryGeneratorSchema as N, _default as _, neutralLibraryGeneratorFn as n };
|
package/dist/types-0OheivlN.d.ts
DELETED
|
@@ -1,101 +0,0 @@
|
|
|
1
|
-
import { S as StormWorkspaceConfig } from './types-BucSdHk7.js';
|
|
2
|
-
import { Options } from 'tsup';
|
|
3
|
-
|
|
4
|
-
// Generated by @storm-software/untyped
|
|
5
|
-
// Do not edit this file directly
|
|
6
|
-
|
|
7
|
-
interface BaseExecutorSchema {
|
|
8
|
-
/**
|
|
9
|
-
* Output Path
|
|
10
|
-
*
|
|
11
|
-
* The output path for the build
|
|
12
|
-
*
|
|
13
|
-
* @default "dist/{projectRoot}"
|
|
14
|
-
*
|
|
15
|
-
* @format path
|
|
16
|
-
*/
|
|
17
|
-
outputPath?: string,
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
// Generated by @storm-software/untyped
|
|
21
|
-
// Do not edit this file directly
|
|
22
|
-
|
|
23
|
-
interface BaseGeneratorSchema {
|
|
24
|
-
/**
|
|
25
|
-
* Directory
|
|
26
|
-
*
|
|
27
|
-
* The directory to create the library in
|
|
28
|
-
*
|
|
29
|
-
*/
|
|
30
|
-
directory?: string,
|
|
31
|
-
}
|
|
32
|
-
|
|
33
|
-
interface TsupContext {
|
|
34
|
-
projectRoot: string;
|
|
35
|
-
sourceRoot: string;
|
|
36
|
-
projectName: string;
|
|
37
|
-
main: string;
|
|
38
|
-
}
|
|
39
|
-
type BuildOptions = Options;
|
|
40
|
-
type Entry = string | string[] | Record<string, string>;
|
|
41
|
-
interface WorkspaceToolHooks<TSchema = any> {
|
|
42
|
-
applyDefaultOptions?: (options: Partial<TSchema>, config?: StormWorkspaceConfig) => Promise<TSchema> | TSchema;
|
|
43
|
-
preProcess?: (options: TSchema, config?: StormWorkspaceConfig) => Promise<void> | void;
|
|
44
|
-
postProcess?: (config?: StormWorkspaceConfig) => Promise<void> | void;
|
|
45
|
-
}
|
|
46
|
-
interface BaseWorkspaceToolOptions<TSchema = any> {
|
|
47
|
-
skipReadingConfig?: boolean;
|
|
48
|
-
hooks?: WorkspaceToolHooks<TSchema>;
|
|
49
|
-
}
|
|
50
|
-
type BaseExecutorOptions<TExecutorSchema extends BaseExecutorSchema = BaseExecutorSchema> = BaseWorkspaceToolOptions<TExecutorSchema>;
|
|
51
|
-
interface BaseExecutorResult {
|
|
52
|
-
error?: Error;
|
|
53
|
-
success?: boolean;
|
|
54
|
-
}
|
|
55
|
-
type BaseGeneratorOptions<TGeneratorSchema extends BaseGeneratorSchema = BaseGeneratorSchema> = BaseWorkspaceToolOptions<TGeneratorSchema>;
|
|
56
|
-
interface BaseGeneratorResult extends Record<string, any> {
|
|
57
|
-
error?: Error;
|
|
58
|
-
success?: boolean;
|
|
59
|
-
data?: any;
|
|
60
|
-
}
|
|
61
|
-
type ProjectTagVariant = "language" | "type" | "dist-style" | "provider" | "platform" | "registry" | "plugin";
|
|
62
|
-
declare const ProjectTagVariant: {
|
|
63
|
-
LANGUAGE: ProjectTagVariant;
|
|
64
|
-
TYPE: ProjectTagVariant;
|
|
65
|
-
DIST_STYLE: ProjectTagVariant;
|
|
66
|
-
PROVIDER: ProjectTagVariant;
|
|
67
|
-
PLATFORM: ProjectTagVariant;
|
|
68
|
-
REGISTRY: ProjectTagVariant;
|
|
69
|
-
PLUGIN: ProjectTagVariant;
|
|
70
|
-
};
|
|
71
|
-
type ProjectTagLanguageValue = "typescript" | "rust";
|
|
72
|
-
declare const ProjectTagLanguageValue: {
|
|
73
|
-
TYPESCRIPT: ProjectTagLanguageValue;
|
|
74
|
-
RUST: ProjectTagLanguageValue;
|
|
75
|
-
};
|
|
76
|
-
type ProjectTagTypeValue = "library" | "application";
|
|
77
|
-
declare const ProjectTagTypeValue: {
|
|
78
|
-
LIBRARY: ProjectTagTypeValue;
|
|
79
|
-
APPLICATION: ProjectTagTypeValue;
|
|
80
|
-
};
|
|
81
|
-
type ProjectTagDistStyleValue = "normal" | "clean";
|
|
82
|
-
declare const ProjectTagDistStyleValue: {
|
|
83
|
-
NORMAL: ProjectTagDistStyleValue;
|
|
84
|
-
CLEAN: ProjectTagDistStyleValue;
|
|
85
|
-
};
|
|
86
|
-
type ProjectTagPlatformValue = "node" | "browser" | "neutral" | "worker";
|
|
87
|
-
declare const ProjectTagPlatformValue: {
|
|
88
|
-
NODE: ProjectTagPlatformValue;
|
|
89
|
-
BROWSER: ProjectTagPlatformValue;
|
|
90
|
-
NEUTRAL: ProjectTagPlatformValue;
|
|
91
|
-
WORKER: ProjectTagPlatformValue;
|
|
92
|
-
};
|
|
93
|
-
type ProjectTagRegistryValue = "cargo" | "npm" | "container" | "cyclone";
|
|
94
|
-
declare const ProjectTagRegistryValue: {
|
|
95
|
-
CARGO: ProjectTagRegistryValue;
|
|
96
|
-
NPM: ProjectTagRegistryValue;
|
|
97
|
-
CONTAINER: ProjectTagRegistryValue;
|
|
98
|
-
CYCLONE: ProjectTagRegistryValue;
|
|
99
|
-
};
|
|
100
|
-
|
|
101
|
-
export { type BuildOptions as B, type Entry as E, ProjectTagVariant as P, type TsupContext as T, type WorkspaceToolHooks as W, type BaseWorkspaceToolOptions as a, type BaseExecutorOptions as b, type BaseExecutorResult as c, type BaseGeneratorOptions as d, type BaseGeneratorResult as e, ProjectTagLanguageValue as f, ProjectTagTypeValue as g, ProjectTagDistStyleValue as h, ProjectTagPlatformValue as i, ProjectTagRegistryValue as j, type BaseExecutorSchema as k, type BaseGeneratorSchema as l };
|