@storm-software/workspace-tools 1.240.4 → 1.242.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +17 -0
- package/README.md +1 -1
- package/dist/{chunk-EFPBJWHS.js → chunk-2OI6IGCD.js} +3 -3
- package/dist/chunk-7O34DHUG.js +127 -0
- package/dist/chunk-7TLYMNLD.mjs +127 -0
- package/dist/{chunk-U4K5KWKS.mjs → chunk-AZGF6LFT.mjs} +1 -1
- package/dist/{chunk-5AQJQ72E.mjs → chunk-C2REXPET.mjs} +54 -49
- package/dist/{chunk-3SP4ZXOA.mjs → chunk-DR65MBFB.mjs} +1 -1
- package/dist/{chunk-RTFFYOEY.js → chunk-P4NR5KOJ.js} +3 -3
- package/dist/{chunk-JOJ3CZQC.js → chunk-PVAQKHBQ.js} +3 -3
- package/dist/{chunk-XHH2IY66.js → chunk-RAVLTWJV.js} +54 -49
- package/dist/{chunk-LNDWWYO3.mjs → chunk-Y4FVIDJI.mjs} +1 -1
- package/dist/{executor-CIGyZdrv.d.ts → executor-B1mTS_M5.d.ts} +1 -1
- package/dist/{executor-C_QU1lUw.d.mts → executor-B2I8lRie.d.mts} +1 -1
- package/dist/{executor-Bk4ug-RW.d.mts → executor-B3LJ1461.d.mts} +1 -1
- package/dist/{executor-D2o23AZj.d.mts → executor-CnnrgXKr.d.mts} +1 -1
- package/dist/{executor-BHwhDrL-.d.ts → executor-Ct74DTAr.d.ts} +1 -1
- package/dist/{executor-ozBp5rj1.d.mts → executor-D5C-erVR.d.mts} +1 -1
- package/dist/{executor-DOFe9F7c.d.ts → executor-DZ-0sX_w.d.ts} +1 -1
- package/dist/{executor-DL3jAzFW.d.mts → executor-De29T5QB.d.mts} +1 -1
- package/dist/{executor-BW_5lER2.d.ts → executor-Dfot53CG.d.ts} +1 -1
- package/dist/{executor-hDJ0Fk_g.d.ts → executor-SU5oGftF.d.ts} +1 -1
- package/dist/executors.d.mts +6 -6
- package/dist/executors.d.ts +6 -6
- package/dist/generator-AFivysTp.d.ts +130 -0
- package/dist/generator-BAbOohf7.d.mts +130 -0
- package/dist/{generator-CiNaIUED.d.ts → generator-BCkqWM1d.d.ts} +1 -1
- package/dist/generator-B_HN13az.d.mts +130 -0
- package/dist/{generator-BNM0qnMp.d.mts → generator-CRiDjsPp.d.mts} +1 -1
- package/dist/generator-CrR9QK6B.d.mts +130 -0
- package/dist/{generator-c8PBxLhH.d.mts → generator-DATsTV1E.d.mts} +2 -2
- package/dist/{generator-QTX2Ix9P.d.ts → generator-DBa9-HbU.d.ts} +1 -1
- package/dist/generator-DNdirMec.d.ts +130 -0
- package/dist/{generator-BPXY7sqO.d.mts → generator-DpXgF55u.d.mts} +1 -1
- package/dist/generator-F6EuzmJD.d.ts +130 -0
- package/dist/{generator-ymaJQAJP.d.ts → generator-rf62OraH.d.ts} +2 -2
- package/dist/generators.d.mts +8 -8
- package/dist/generators.d.ts +8 -8
- package/dist/generators.js +6 -6
- package/dist/generators.mjs +7 -7
- package/dist/index.d.mts +14 -14
- package/dist/index.d.ts +14 -14
- package/dist/index.js +7 -7
- package/dist/index.mjs +8 -8
- package/dist/src/base/base-executor.d.mts +2 -2
- package/dist/src/base/base-executor.d.ts +2 -2
- package/dist/src/base/base-generator.d.mts +2 -2
- package/dist/src/base/base-generator.d.ts +2 -2
- package/dist/src/base/index.d.mts +24 -208
- package/dist/src/base/index.d.ts +24 -208
- package/dist/src/base/index.js +3 -3
- package/dist/src/base/index.mjs +2 -2
- package/dist/src/base/typescript-library-generator.schema.d.ts +8 -200
- package/dist/src/base/typescript-library-generator.schema.json +18 -162
- package/dist/src/base/typescript-library-generator.schema.md +9 -177
- package/dist/src/base/typescript-library-generator.untyped.js +2 -2
- package/dist/src/base/typescript-library-generator.untyped.mjs +1 -1
- package/dist/src/executors/clean-package/executor.d.mts +1 -1
- package/dist/src/executors/clean-package/executor.d.ts +1 -1
- package/dist/src/executors/esbuild/executor.d.mts +2 -2
- package/dist/src/executors/esbuild/executor.d.ts +2 -2
- package/dist/src/executors/size-limit/executor.d.mts +2 -2
- package/dist/src/executors/size-limit/executor.d.ts +2 -2
- package/dist/src/executors/tsdown/executor.d.mts +2 -2
- package/dist/src/executors/tsdown/executor.d.ts +2 -2
- package/dist/src/executors/typia/executor.d.mts +2 -2
- package/dist/src/executors/typia/executor.d.ts +2 -2
- package/dist/src/executors/unbuild/executor.d.mts +2 -2
- package/dist/src/executors/unbuild/executor.d.ts +2 -2
- package/dist/src/generators/browser-library/generator.d.mts +3 -3
- package/dist/src/generators/browser-library/generator.d.ts +3 -3
- package/dist/src/generators/browser-library/generator.js +3 -3
- package/dist/src/generators/browser-library/generator.mjs +2 -2
- package/dist/src/generators/browser-library/schema.d.ts +7 -199
- package/dist/src/generators/browser-library/schema.json +17 -162
- package/dist/src/generators/browser-library/schema.md +9 -177
- package/dist/src/generators/browser-library/untyped.js +2 -2
- package/dist/src/generators/browser-library/untyped.mjs +1 -1
- package/dist/src/generators/config-schema/generator.d.mts +3 -3
- package/dist/src/generators/config-schema/generator.d.ts +3 -3
- package/dist/src/generators/neutral-library/generator.d.mts +3 -3
- package/dist/src/generators/neutral-library/generator.d.ts +3 -3
- package/dist/src/generators/neutral-library/generator.js +3 -3
- package/dist/src/generators/neutral-library/generator.mjs +2 -2
- package/dist/src/generators/neutral-library/schema.d.ts +7 -199
- package/dist/src/generators/neutral-library/schema.json +17 -162
- package/dist/src/generators/neutral-library/schema.md +9 -177
- package/dist/src/generators/neutral-library/untyped.js +2 -2
- package/dist/src/generators/neutral-library/untyped.mjs +1 -1
- package/dist/src/generators/node-library/generator.d.mts +3 -3
- package/dist/src/generators/node-library/generator.d.ts +3 -3
- package/dist/src/generators/node-library/generator.js +3 -3
- package/dist/src/generators/node-library/generator.mjs +2 -2
- package/dist/src/generators/node-library/schema.d.ts +7 -199
- package/dist/src/generators/node-library/schema.json +17 -162
- package/dist/src/generators/node-library/schema.md +9 -177
- package/dist/src/generators/node-library/untyped.js +2 -2
- package/dist/src/generators/node-library/untyped.mjs +1 -1
- package/dist/src/generators/preset/generator.d.mts +3 -3
- package/dist/src/generators/preset/generator.d.ts +3 -3
- package/dist/src/generators/release-version/generator.d.mts +2 -2
- package/dist/src/generators/release-version/generator.d.ts +2 -2
- package/dist/src/plugins/typescript/tsdown.js +11 -4
- package/dist/src/plugins/typescript/tsdown.mjs +11 -4
- package/dist/src/plugins/typescript/tsup.js +11 -3
- package/dist/src/plugins/typescript/tsup.mjs +11 -3
- package/dist/src/types.d.mts +2 -2
- package/dist/src/types.d.ts +2 -2
- package/dist/src/utils/apply-workspace-tokens.d.mts +1 -1
- package/dist/src/utils/apply-workspace-tokens.d.ts +1 -1
- package/dist/src/utils/index.d.mts +2 -2
- package/dist/src/utils/index.d.ts +2 -2
- package/dist/src/utils/project-tags.d.mts +2 -2
- package/dist/src/utils/project-tags.d.ts +2 -2
- package/dist/{types-CYi2oThM.d.mts → types-44XkV3HO.d.mts} +1 -1
- package/dist/{types-zrlItIRw.d.mts → types-B5IG4iSJ.d.mts} +2 -2
- package/dist/{types-zrlItIRw.d.ts → types-B5IG4iSJ.d.ts} +2 -2
- package/dist/{types-Bd83s-qg.d.ts → types-DpaECebR.d.ts} +1 -1
- package/docs/api/base/typescript-library-generator.schema.md +9 -177
- package/docs/api/generators/browser-library/schema.md +9 -177
- package/docs/api/generators/neutral-library/schema.md +9 -177
- package/docs/api/generators/node-library/schema.md +9 -177
- package/package.json +1 -1
- package/dist/chunk-RPECQQG4.mjs +0 -288
- package/dist/chunk-ZFIZ5Q46.js +0 -288
- package/dist/generator-BS6uKMIL.d.mts +0 -322
- package/dist/generator-BsxAYGR_.d.mts +0 -322
- package/dist/generator-CFxhJoNw.d.ts +0 -322
- package/dist/generator-CiDljAEY.d.ts +0 -322
- package/dist/generator-DDW7kns9.d.ts +0 -322
- package/dist/generator-DatrLGpK.d.mts +0 -322
|
@@ -1,322 +0,0 @@
|
|
|
1
|
-
import { e as BaseGeneratorResult } from './types-CYi2oThM.mjs';
|
|
2
|
-
import * as _nx_devkit from '@nx/devkit';
|
|
3
|
-
import { Tree } from '@nx/devkit';
|
|
4
|
-
import { S as StormConfig } from './types-zrlItIRw.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
|
-
* Dev Dependencies
|
|
56
|
-
*
|
|
57
|
-
* The dev dependencies to install
|
|
58
|
-
*
|
|
59
|
-
*/
|
|
60
|
-
devDependencies?: {
|
|
61
|
-
[key: string]: any
|
|
62
|
-
},
|
|
63
|
-
|
|
64
|
-
/**
|
|
65
|
-
* Dependencies
|
|
66
|
-
*
|
|
67
|
-
* The dependencies to install
|
|
68
|
-
*
|
|
69
|
-
*/
|
|
70
|
-
dependencies?: {
|
|
71
|
-
[key: string]: any
|
|
72
|
-
},
|
|
73
|
-
|
|
74
|
-
/**
|
|
75
|
-
* Peer Dependencies
|
|
76
|
-
*
|
|
77
|
-
* The peer dependencies to install
|
|
78
|
-
*
|
|
79
|
-
*/
|
|
80
|
-
peerDependencies?: {
|
|
81
|
-
[key: string]: any
|
|
82
|
-
},
|
|
83
|
-
|
|
84
|
-
/**
|
|
85
|
-
* Peer Dependencies Meta
|
|
86
|
-
*
|
|
87
|
-
* The peer dependencies meta
|
|
88
|
-
*
|
|
89
|
-
*/
|
|
90
|
-
peerDependenciesMeta?: {
|
|
91
|
-
[key: string]: any
|
|
92
|
-
},
|
|
93
|
-
|
|
94
|
-
/**
|
|
95
|
-
* Tags
|
|
96
|
-
*
|
|
97
|
-
* The tags for the library
|
|
98
|
-
*
|
|
99
|
-
*/
|
|
100
|
-
tags?: string,
|
|
101
|
-
|
|
102
|
-
/**
|
|
103
|
-
* TypeScript Config (tsconfig.json) Options
|
|
104
|
-
*
|
|
105
|
-
* The TypeScript configuration options
|
|
106
|
-
*
|
|
107
|
-
*/
|
|
108
|
-
tsconfigOptions?: {
|
|
109
|
-
[key: string]: any
|
|
110
|
-
},
|
|
111
|
-
|
|
112
|
-
/**
|
|
113
|
-
* Skip Format
|
|
114
|
-
*
|
|
115
|
-
* Skip formatting
|
|
116
|
-
*
|
|
117
|
-
*/
|
|
118
|
-
skipFormat?: boolean,
|
|
119
|
-
|
|
120
|
-
/**
|
|
121
|
-
* Skip TsConfig
|
|
122
|
-
*
|
|
123
|
-
* Skip TypeScript configuration
|
|
124
|
-
*
|
|
125
|
-
*/
|
|
126
|
-
skipTsConfig?: boolean,
|
|
127
|
-
|
|
128
|
-
/**
|
|
129
|
-
* Skip Package Json
|
|
130
|
-
*
|
|
131
|
-
* Skip package.json
|
|
132
|
-
*
|
|
133
|
-
*/
|
|
134
|
-
skipPackageJson?: boolean,
|
|
135
|
-
|
|
136
|
-
/**
|
|
137
|
-
* Include Babel Rc
|
|
138
|
-
*
|
|
139
|
-
* Include Babel configuration
|
|
140
|
-
*
|
|
141
|
-
*/
|
|
142
|
-
includeBabelRc?: boolean,
|
|
143
|
-
|
|
144
|
-
/**
|
|
145
|
-
* Unit Test Runner
|
|
146
|
-
*
|
|
147
|
-
* The unit test runner to use
|
|
148
|
-
*
|
|
149
|
-
*
|
|
150
|
-
* @enum jest,vitest,none
|
|
151
|
-
*/
|
|
152
|
-
unitTestRunner?: string,
|
|
153
|
-
|
|
154
|
-
/**
|
|
155
|
-
* Linter
|
|
156
|
-
*
|
|
157
|
-
* The linter to use
|
|
158
|
-
*
|
|
159
|
-
*/
|
|
160
|
-
linter?: string,
|
|
161
|
-
|
|
162
|
-
/**
|
|
163
|
-
* Test Environment
|
|
164
|
-
*
|
|
165
|
-
* The test environment to use
|
|
166
|
-
*
|
|
167
|
-
*
|
|
168
|
-
* @enum jsdom,node
|
|
169
|
-
*/
|
|
170
|
-
testEnvironment?: string,
|
|
171
|
-
|
|
172
|
-
/**
|
|
173
|
-
* Import Path
|
|
174
|
-
*
|
|
175
|
-
* The import path for the library
|
|
176
|
-
*
|
|
177
|
-
*/
|
|
178
|
-
importPath?: string,
|
|
179
|
-
|
|
180
|
-
/**
|
|
181
|
-
* JavaScript
|
|
182
|
-
*
|
|
183
|
-
* Use JavaScript instead of TypeScript
|
|
184
|
-
*
|
|
185
|
-
*/
|
|
186
|
-
js?: boolean,
|
|
187
|
-
|
|
188
|
-
/**
|
|
189
|
-
* Pascal Case Files
|
|
190
|
-
*
|
|
191
|
-
* Use PascalCase for file names
|
|
192
|
-
*
|
|
193
|
-
*/
|
|
194
|
-
pascalCaseFiles?: boolean,
|
|
195
|
-
|
|
196
|
-
/**
|
|
197
|
-
* Strict
|
|
198
|
-
*
|
|
199
|
-
* Enable strict mode
|
|
200
|
-
*
|
|
201
|
-
*/
|
|
202
|
-
strict?: boolean,
|
|
203
|
-
|
|
204
|
-
/**
|
|
205
|
-
* Publishable
|
|
206
|
-
*
|
|
207
|
-
* Make the library publishable
|
|
208
|
-
*
|
|
209
|
-
*/
|
|
210
|
-
publishable?: boolean,
|
|
211
|
-
|
|
212
|
-
/**
|
|
213
|
-
* Buildable
|
|
214
|
-
*
|
|
215
|
-
* Make the library buildable
|
|
216
|
-
*
|
|
217
|
-
*/
|
|
218
|
-
buildable?: boolean,
|
|
219
|
-
|
|
220
|
-
/**
|
|
221
|
-
* Set Parser Options Project
|
|
222
|
-
*
|
|
223
|
-
* Set parser options project
|
|
224
|
-
*
|
|
225
|
-
*/
|
|
226
|
-
setParserOptionsProject?: boolean,
|
|
227
|
-
|
|
228
|
-
/**
|
|
229
|
-
* Config
|
|
230
|
-
*
|
|
231
|
-
* The configuration type
|
|
232
|
-
*
|
|
233
|
-
*
|
|
234
|
-
* @enum workspace,project,npm-scripts
|
|
235
|
-
*/
|
|
236
|
-
config?: string,
|
|
237
|
-
|
|
238
|
-
/**
|
|
239
|
-
* Compiler
|
|
240
|
-
*
|
|
241
|
-
* The compiler to use
|
|
242
|
-
*
|
|
243
|
-
*/
|
|
244
|
-
compiler?: string,
|
|
245
|
-
|
|
246
|
-
/**
|
|
247
|
-
* Bundler
|
|
248
|
-
*
|
|
249
|
-
* The bundler to use
|
|
250
|
-
*
|
|
251
|
-
*/
|
|
252
|
-
bundler?: string,
|
|
253
|
-
|
|
254
|
-
/**
|
|
255
|
-
* Skip Type Check
|
|
256
|
-
*
|
|
257
|
-
* Skip type checking
|
|
258
|
-
*
|
|
259
|
-
*/
|
|
260
|
-
skipTypeCheck?: boolean,
|
|
261
|
-
|
|
262
|
-
/**
|
|
263
|
-
* Minimal
|
|
264
|
-
*
|
|
265
|
-
* Create a minimal library
|
|
266
|
-
*
|
|
267
|
-
*/
|
|
268
|
-
minimal?: boolean,
|
|
269
|
-
|
|
270
|
-
/**
|
|
271
|
-
* Root Project
|
|
272
|
-
*
|
|
273
|
-
* Create a root project
|
|
274
|
-
*
|
|
275
|
-
*/
|
|
276
|
-
rootProject?: boolean,
|
|
277
|
-
|
|
278
|
-
/**
|
|
279
|
-
* Simple Name
|
|
280
|
-
*
|
|
281
|
-
* Use a simple name for the library
|
|
282
|
-
*
|
|
283
|
-
*/
|
|
284
|
-
simpleName?: boolean,
|
|
285
|
-
|
|
286
|
-
/**
|
|
287
|
-
* Add Plugin
|
|
288
|
-
*
|
|
289
|
-
* Add a plugin to the library
|
|
290
|
-
*
|
|
291
|
-
*/
|
|
292
|
-
addPlugin?: boolean,
|
|
293
|
-
|
|
294
|
-
/**
|
|
295
|
-
* Use Project Json
|
|
296
|
-
*
|
|
297
|
-
* Use project.json
|
|
298
|
-
*
|
|
299
|
-
*/
|
|
300
|
-
useProjectJson?: boolean,
|
|
301
|
-
|
|
302
|
-
/**
|
|
303
|
-
* Skip Workspaces Warning
|
|
304
|
-
*
|
|
305
|
-
* Skip workspaces warning
|
|
306
|
-
*
|
|
307
|
-
*/
|
|
308
|
-
skipWorkspacesWarning?: boolean,
|
|
309
|
-
|
|
310
|
-
/**
|
|
311
|
-
* Use Tsc Executor
|
|
312
|
-
*
|
|
313
|
-
* Use TSC executor
|
|
314
|
-
*
|
|
315
|
-
*/
|
|
316
|
-
useTscExecutor?: boolean,
|
|
317
|
-
}
|
|
318
|
-
|
|
319
|
-
declare function neutralLibraryGeneratorFn(tree: Tree, schema: NeutralLibraryGeneratorSchema, config?: StormConfig): Promise<null>;
|
|
320
|
-
declare const _default: (tree: Tree, _options: NeutralLibraryGeneratorSchema) => Promise<_nx_devkit.GeneratorCallback | BaseGeneratorResult>;
|
|
321
|
-
|
|
322
|
-
export { type NeutralLibraryGeneratorSchema as N, _default as _, neutralLibraryGeneratorFn as n };
|
|
@@ -1,322 +0,0 @@
|
|
|
1
|
-
import { e as BaseGeneratorResult } from './types-CYi2oThM.mjs';
|
|
2
|
-
import * as _nx_devkit from '@nx/devkit';
|
|
3
|
-
import { Tree } from '@nx/devkit';
|
|
4
|
-
import { S as StormConfig } from './types-zrlItIRw.mjs';
|
|
5
|
-
|
|
6
|
-
// Generated by @storm-software/untyped
|
|
7
|
-
// Do not edit this file directly
|
|
8
|
-
|
|
9
|
-
interface NodeLibraryGeneratorSchema {
|
|
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 "node"
|
|
49
|
-
*
|
|
50
|
-
* @enum node,neutral
|
|
51
|
-
*/
|
|
52
|
-
platform?: string,
|
|
53
|
-
|
|
54
|
-
/**
|
|
55
|
-
* Dev Dependencies
|
|
56
|
-
*
|
|
57
|
-
* The dev dependencies to install
|
|
58
|
-
*
|
|
59
|
-
*/
|
|
60
|
-
devDependencies?: {
|
|
61
|
-
[key: string]: any
|
|
62
|
-
},
|
|
63
|
-
|
|
64
|
-
/**
|
|
65
|
-
* Dependencies
|
|
66
|
-
*
|
|
67
|
-
* The dependencies to install
|
|
68
|
-
*
|
|
69
|
-
*/
|
|
70
|
-
dependencies?: {
|
|
71
|
-
[key: string]: any
|
|
72
|
-
},
|
|
73
|
-
|
|
74
|
-
/**
|
|
75
|
-
* Peer Dependencies
|
|
76
|
-
*
|
|
77
|
-
* The peer dependencies to install
|
|
78
|
-
*
|
|
79
|
-
*/
|
|
80
|
-
peerDependencies?: {
|
|
81
|
-
[key: string]: any
|
|
82
|
-
},
|
|
83
|
-
|
|
84
|
-
/**
|
|
85
|
-
* Peer Dependencies Meta
|
|
86
|
-
*
|
|
87
|
-
* The peer dependencies meta
|
|
88
|
-
*
|
|
89
|
-
*/
|
|
90
|
-
peerDependenciesMeta?: {
|
|
91
|
-
[key: string]: any
|
|
92
|
-
},
|
|
93
|
-
|
|
94
|
-
/**
|
|
95
|
-
* Tags
|
|
96
|
-
*
|
|
97
|
-
* The tags for the library
|
|
98
|
-
*
|
|
99
|
-
*/
|
|
100
|
-
tags?: string,
|
|
101
|
-
|
|
102
|
-
/**
|
|
103
|
-
* TypeScript Config (tsconfig.json) Options
|
|
104
|
-
*
|
|
105
|
-
* The TypeScript configuration options
|
|
106
|
-
*
|
|
107
|
-
*/
|
|
108
|
-
tsconfigOptions?: {
|
|
109
|
-
[key: string]: any
|
|
110
|
-
},
|
|
111
|
-
|
|
112
|
-
/**
|
|
113
|
-
* Skip Format
|
|
114
|
-
*
|
|
115
|
-
* Skip formatting
|
|
116
|
-
*
|
|
117
|
-
*/
|
|
118
|
-
skipFormat?: boolean,
|
|
119
|
-
|
|
120
|
-
/**
|
|
121
|
-
* Skip TsConfig
|
|
122
|
-
*
|
|
123
|
-
* Skip TypeScript configuration
|
|
124
|
-
*
|
|
125
|
-
*/
|
|
126
|
-
skipTsConfig?: boolean,
|
|
127
|
-
|
|
128
|
-
/**
|
|
129
|
-
* Skip Package Json
|
|
130
|
-
*
|
|
131
|
-
* Skip package.json
|
|
132
|
-
*
|
|
133
|
-
*/
|
|
134
|
-
skipPackageJson?: boolean,
|
|
135
|
-
|
|
136
|
-
/**
|
|
137
|
-
* Include Babel Rc
|
|
138
|
-
*
|
|
139
|
-
* Include Babel configuration
|
|
140
|
-
*
|
|
141
|
-
*/
|
|
142
|
-
includeBabelRc?: boolean,
|
|
143
|
-
|
|
144
|
-
/**
|
|
145
|
-
* Unit Test Runner
|
|
146
|
-
*
|
|
147
|
-
* The unit test runner to use
|
|
148
|
-
*
|
|
149
|
-
*
|
|
150
|
-
* @enum jest,vitest,none
|
|
151
|
-
*/
|
|
152
|
-
unitTestRunner?: string,
|
|
153
|
-
|
|
154
|
-
/**
|
|
155
|
-
* Linter
|
|
156
|
-
*
|
|
157
|
-
* The linter to use
|
|
158
|
-
*
|
|
159
|
-
*/
|
|
160
|
-
linter?: string,
|
|
161
|
-
|
|
162
|
-
/**
|
|
163
|
-
* Test Environment
|
|
164
|
-
*
|
|
165
|
-
* The test environment to use
|
|
166
|
-
*
|
|
167
|
-
*
|
|
168
|
-
* @enum jsdom,node
|
|
169
|
-
*/
|
|
170
|
-
testEnvironment?: string,
|
|
171
|
-
|
|
172
|
-
/**
|
|
173
|
-
* Import Path
|
|
174
|
-
*
|
|
175
|
-
* The import path for the library
|
|
176
|
-
*
|
|
177
|
-
*/
|
|
178
|
-
importPath?: string,
|
|
179
|
-
|
|
180
|
-
/**
|
|
181
|
-
* JavaScript
|
|
182
|
-
*
|
|
183
|
-
* Use JavaScript instead of TypeScript
|
|
184
|
-
*
|
|
185
|
-
*/
|
|
186
|
-
js?: boolean,
|
|
187
|
-
|
|
188
|
-
/**
|
|
189
|
-
* Pascal Case Files
|
|
190
|
-
*
|
|
191
|
-
* Use PascalCase for file names
|
|
192
|
-
*
|
|
193
|
-
*/
|
|
194
|
-
pascalCaseFiles?: boolean,
|
|
195
|
-
|
|
196
|
-
/**
|
|
197
|
-
* Strict
|
|
198
|
-
*
|
|
199
|
-
* Enable strict mode
|
|
200
|
-
*
|
|
201
|
-
*/
|
|
202
|
-
strict?: boolean,
|
|
203
|
-
|
|
204
|
-
/**
|
|
205
|
-
* Publishable
|
|
206
|
-
*
|
|
207
|
-
* Make the library publishable
|
|
208
|
-
*
|
|
209
|
-
*/
|
|
210
|
-
publishable?: boolean,
|
|
211
|
-
|
|
212
|
-
/**
|
|
213
|
-
* Buildable
|
|
214
|
-
*
|
|
215
|
-
* Make the library buildable
|
|
216
|
-
*
|
|
217
|
-
*/
|
|
218
|
-
buildable?: boolean,
|
|
219
|
-
|
|
220
|
-
/**
|
|
221
|
-
* Set Parser Options Project
|
|
222
|
-
*
|
|
223
|
-
* Set parser options project
|
|
224
|
-
*
|
|
225
|
-
*/
|
|
226
|
-
setParserOptionsProject?: boolean,
|
|
227
|
-
|
|
228
|
-
/**
|
|
229
|
-
* Config
|
|
230
|
-
*
|
|
231
|
-
* The configuration type
|
|
232
|
-
*
|
|
233
|
-
*
|
|
234
|
-
* @enum workspace,project,npm-scripts
|
|
235
|
-
*/
|
|
236
|
-
config?: string,
|
|
237
|
-
|
|
238
|
-
/**
|
|
239
|
-
* Compiler
|
|
240
|
-
*
|
|
241
|
-
* The compiler to use
|
|
242
|
-
*
|
|
243
|
-
*/
|
|
244
|
-
compiler?: string,
|
|
245
|
-
|
|
246
|
-
/**
|
|
247
|
-
* Bundler
|
|
248
|
-
*
|
|
249
|
-
* The bundler to use
|
|
250
|
-
*
|
|
251
|
-
*/
|
|
252
|
-
bundler?: string,
|
|
253
|
-
|
|
254
|
-
/**
|
|
255
|
-
* Skip Type Check
|
|
256
|
-
*
|
|
257
|
-
* Skip type checking
|
|
258
|
-
*
|
|
259
|
-
*/
|
|
260
|
-
skipTypeCheck?: boolean,
|
|
261
|
-
|
|
262
|
-
/**
|
|
263
|
-
* Minimal
|
|
264
|
-
*
|
|
265
|
-
* Create a minimal library
|
|
266
|
-
*
|
|
267
|
-
*/
|
|
268
|
-
minimal?: boolean,
|
|
269
|
-
|
|
270
|
-
/**
|
|
271
|
-
* Root Project
|
|
272
|
-
*
|
|
273
|
-
* Create a root project
|
|
274
|
-
*
|
|
275
|
-
*/
|
|
276
|
-
rootProject?: boolean,
|
|
277
|
-
|
|
278
|
-
/**
|
|
279
|
-
* Simple Name
|
|
280
|
-
*
|
|
281
|
-
* Use a simple name for the library
|
|
282
|
-
*
|
|
283
|
-
*/
|
|
284
|
-
simpleName?: boolean,
|
|
285
|
-
|
|
286
|
-
/**
|
|
287
|
-
* Add Plugin
|
|
288
|
-
*
|
|
289
|
-
* Add a plugin to the library
|
|
290
|
-
*
|
|
291
|
-
*/
|
|
292
|
-
addPlugin?: boolean,
|
|
293
|
-
|
|
294
|
-
/**
|
|
295
|
-
* Use Project Json
|
|
296
|
-
*
|
|
297
|
-
* Use project.json
|
|
298
|
-
*
|
|
299
|
-
*/
|
|
300
|
-
useProjectJson?: boolean,
|
|
301
|
-
|
|
302
|
-
/**
|
|
303
|
-
* Skip Workspaces Warning
|
|
304
|
-
*
|
|
305
|
-
* Skip workspaces warning
|
|
306
|
-
*
|
|
307
|
-
*/
|
|
308
|
-
skipWorkspacesWarning?: boolean,
|
|
309
|
-
|
|
310
|
-
/**
|
|
311
|
-
* Use Tsc Executor
|
|
312
|
-
*
|
|
313
|
-
* Use TSC executor
|
|
314
|
-
*
|
|
315
|
-
*/
|
|
316
|
-
useTscExecutor?: boolean,
|
|
317
|
-
}
|
|
318
|
-
|
|
319
|
-
declare function nodeLibraryGeneratorFn(tree: Tree, schema: NodeLibraryGeneratorSchema, config?: StormConfig): Promise<null>;
|
|
320
|
-
declare const _default: (tree: Tree, _options: NodeLibraryGeneratorSchema) => Promise<_nx_devkit.GeneratorCallback | BaseGeneratorResult>;
|
|
321
|
-
|
|
322
|
-
export { type NodeLibraryGeneratorSchema as N, _default as _, nodeLibraryGeneratorFn as n };
|