@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
package/dist/src/types.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import '../types-
|
|
1
|
+
import '../types-B5IG4iSJ.js';
|
|
2
2
|
import 'tsup';
|
|
3
|
-
export { b as BaseExecutorOptions, c as BaseExecutorResult, d as BaseGeneratorOptions, e as BaseGeneratorResult, a as BaseWorkspaceToolOptions, B as BuildOptions, E as Entry, h as ProjectTagDistStyleValue, f as ProjectTagLanguageValue, i as ProjectTagPlatformValue, j as ProjectTagRegistryValue, g as ProjectTagTypeValue, P as ProjectTagVariant, T as TsupContext, W as WorkspaceToolHooks } from '../types-
|
|
3
|
+
export { b as BaseExecutorOptions, c as BaseExecutorResult, d as BaseGeneratorOptions, e as BaseGeneratorResult, a as BaseWorkspaceToolOptions, B as BuildOptions, E as Entry, h as ProjectTagDistStyleValue, f as ProjectTagLanguageValue, i as ProjectTagPlatformValue, j as ProjectTagRegistryValue, g as ProjectTagTypeValue, P as ProjectTagVariant, T as TsupContext, W as WorkspaceToolHooks } from '../types-DpaECebR.js';
|
|
4
4
|
import 'zod';
|
|
@@ -11,11 +11,11 @@ export { CargoMetadata, CargoToml, Dep, DepKind, Dependency, Docs, Docs2, Featur
|
|
|
11
11
|
export { getTypiaTransform } from './typia-transform.mjs';
|
|
12
12
|
export { eslintVersion, lintStagedVersion, nodeVersion, nxVersion, pnpmVersion, prettierPackageJsonVersion, prettierPrismaVersion, prettierVersion, semanticReleaseVersion, swcCliVersion, swcCoreVersion, swcHelpersVersion, swcNodeVersion, tsLibVersion, tsupVersion, typesNodeVersion, typescriptVersion, verdaccioVersion } from './versions.mjs';
|
|
13
13
|
import '@nx/devkit';
|
|
14
|
-
import '../../types-
|
|
14
|
+
import '../../types-B5IG4iSJ.mjs';
|
|
15
15
|
import 'zod';
|
|
16
16
|
import 'node:child_process';
|
|
17
17
|
import 'nx/src/utils/package-json.js';
|
|
18
18
|
import 'pkg-types';
|
|
19
|
-
import '../../types-
|
|
19
|
+
import '../../types-44XkV3HO.mjs';
|
|
20
20
|
import 'tsup';
|
|
21
21
|
import 'typescript';
|
|
@@ -11,11 +11,11 @@ export { CargoMetadata, CargoToml, Dep, DepKind, Dependency, Docs, Docs2, Featur
|
|
|
11
11
|
export { getTypiaTransform } from './typia-transform.js';
|
|
12
12
|
export { eslintVersion, lintStagedVersion, nodeVersion, nxVersion, pnpmVersion, prettierPackageJsonVersion, prettierPrismaVersion, prettierVersion, semanticReleaseVersion, swcCliVersion, swcCoreVersion, swcHelpersVersion, swcNodeVersion, tsLibVersion, tsupVersion, typesNodeVersion, typescriptVersion, verdaccioVersion } from './versions.js';
|
|
13
13
|
import '@nx/devkit';
|
|
14
|
-
import '../../types-
|
|
14
|
+
import '../../types-B5IG4iSJ.js';
|
|
15
15
|
import 'zod';
|
|
16
16
|
import 'node:child_process';
|
|
17
17
|
import 'nx/src/utils/package-json.js';
|
|
18
18
|
import 'pkg-types';
|
|
19
|
-
import '../../types-
|
|
19
|
+
import '../../types-DpaECebR.js';
|
|
20
20
|
import 'tsup';
|
|
21
21
|
import 'typescript';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ProjectConfiguration } from '@nx/devkit';
|
|
2
|
-
import { P as ProjectTagVariant, f as ProjectTagLanguageValue, g as ProjectTagTypeValue, h as ProjectTagDistStyleValue, i as ProjectTagPlatformValue, j as ProjectTagRegistryValue } from '../../types-
|
|
3
|
-
import '../../types-
|
|
2
|
+
import { P as ProjectTagVariant, f as ProjectTagLanguageValue, g as ProjectTagTypeValue, h as ProjectTagDistStyleValue, i as ProjectTagPlatformValue, j as ProjectTagRegistryValue } from '../../types-44XkV3HO.mjs';
|
|
3
|
+
import '../../types-B5IG4iSJ.mjs';
|
|
4
4
|
import 'zod';
|
|
5
5
|
import 'tsup';
|
|
6
6
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ProjectConfiguration } from '@nx/devkit';
|
|
2
|
-
import { P as ProjectTagVariant, f as ProjectTagLanguageValue, g as ProjectTagTypeValue, h as ProjectTagDistStyleValue, i as ProjectTagPlatformValue, j as ProjectTagRegistryValue } from '../../types-
|
|
3
|
-
import '../../types-
|
|
2
|
+
import { P as ProjectTagVariant, f as ProjectTagLanguageValue, g as ProjectTagTypeValue, h as ProjectTagDistStyleValue, i as ProjectTagPlatformValue, j as ProjectTagRegistryValue } from '../../types-DpaECebR.js';
|
|
3
|
+
import '../../types-B5IG4iSJ.js';
|
|
4
4
|
import 'zod';
|
|
5
5
|
import 'tsup';
|
|
6
6
|
|
|
@@ -1177,9 +1177,9 @@ declare const StormConfigSchema: z__default.ZodObject<{
|
|
|
1177
1177
|
|
|
1178
1178
|
type TStormConfig = z__default.infer<typeof StormConfigSchema>;
|
|
1179
1179
|
type StormConfig<TExtensionName extends keyof TStormConfig["extensions"] = keyof TStormConfig["extensions"], TExtensionConfig extends TStormConfig["extensions"][TExtensionName] = TStormConfig["extensions"][TExtensionName]> = TStormConfig & {
|
|
1180
|
-
extensions
|
|
1180
|
+
extensions: (TStormConfig["extensions"] & {
|
|
1181
1181
|
[extensionName in TExtensionName]: TExtensionConfig;
|
|
1182
|
-
}) | Record<string, any
|
|
1182
|
+
}) | NonNullable<Record<string, any>>;
|
|
1183
1183
|
};
|
|
1184
1184
|
|
|
1185
1185
|
export type { StormConfig as S };
|
|
@@ -1177,9 +1177,9 @@ declare const StormConfigSchema: z__default.ZodObject<{
|
|
|
1177
1177
|
|
|
1178
1178
|
type TStormConfig = z__default.infer<typeof StormConfigSchema>;
|
|
1179
1179
|
type StormConfig<TExtensionName extends keyof TStormConfig["extensions"] = keyof TStormConfig["extensions"], TExtensionConfig extends TStormConfig["extensions"][TExtensionName] = TStormConfig["extensions"][TExtensionName]> = TStormConfig & {
|
|
1180
|
-
extensions
|
|
1180
|
+
extensions: (TStormConfig["extensions"] & {
|
|
1181
1181
|
[extensionName in TExtensionName]: TExtensionConfig;
|
|
1182
|
-
}) | Record<string, any
|
|
1182
|
+
}) | NonNullable<Record<string, any>>;
|
|
1183
1183
|
};
|
|
1184
1184
|
|
|
1185
1185
|
export type { StormConfig as S };
|
|
@@ -51,13 +51,14 @@ The executor to use for building the library
|
|
|
51
51
|
The platform to target with the library
|
|
52
52
|
|
|
53
53
|
|
|
54
|
-
## `
|
|
54
|
+
## `importPath`
|
|
55
|
+
- **Type**: `string`
|
|
56
|
+
|
|
57
|
+
> Import Path
|
|
55
58
|
|
|
56
|
-
## `dependencies`
|
|
57
59
|
|
|
58
|
-
|
|
60
|
+
The import path for the library
|
|
59
61
|
|
|
60
|
-
## `peerDependenciesMeta`
|
|
61
62
|
|
|
62
63
|
## `tags`
|
|
63
64
|
- **Type**: `string`
|
|
@@ -68,44 +69,6 @@ The platform to target with the library
|
|
|
68
69
|
The tags for the library
|
|
69
70
|
|
|
70
71
|
|
|
71
|
-
## `tsconfigOptions`
|
|
72
|
-
|
|
73
|
-
## `skipFormat`
|
|
74
|
-
- **Type**: `boolean`
|
|
75
|
-
|
|
76
|
-
> Skip Format
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
Skip formatting
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
## `skipTsConfig`
|
|
83
|
-
- **Type**: `boolean`
|
|
84
|
-
|
|
85
|
-
> Skip TsConfig
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
Skip TypeScript configuration
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
## `skipPackageJson`
|
|
92
|
-
- **Type**: `boolean`
|
|
93
|
-
|
|
94
|
-
> Skip Package Json
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
Skip package.json
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
## `includeBabelRc`
|
|
101
|
-
- **Type**: `boolean`
|
|
102
|
-
|
|
103
|
-
> Include Babel Rc
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
Include Babel configuration
|
|
107
|
-
|
|
108
|
-
|
|
109
72
|
## `unitTestRunner`
|
|
110
73
|
- **Type**: `string`
|
|
111
74
|
|
|
@@ -115,15 +78,6 @@ Include Babel configuration
|
|
|
115
78
|
The unit test runner to use
|
|
116
79
|
|
|
117
80
|
|
|
118
|
-
## `linter`
|
|
119
|
-
- **Type**: `string`
|
|
120
|
-
|
|
121
|
-
> Linter
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
The linter to use
|
|
125
|
-
|
|
126
|
-
|
|
127
81
|
## `testEnvironment`
|
|
128
82
|
- **Type**: `string`
|
|
129
83
|
|
|
@@ -133,26 +87,9 @@ The linter to use
|
|
|
133
87
|
The test environment to use
|
|
134
88
|
|
|
135
89
|
|
|
136
|
-
## `importPath`
|
|
137
|
-
- **Type**: `string`
|
|
138
|
-
|
|
139
|
-
> Import Path
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
The import path for the library
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
## `js`
|
|
146
|
-
- **Type**: `boolean`
|
|
147
|
-
|
|
148
|
-
> JavaScript
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
Use JavaScript instead of TypeScript
|
|
152
|
-
|
|
153
|
-
|
|
154
90
|
## `pascalCaseFiles`
|
|
155
91
|
- **Type**: `boolean`
|
|
92
|
+
- **Default**: `false`
|
|
156
93
|
|
|
157
94
|
> Pascal Case Files
|
|
158
95
|
|
|
@@ -162,6 +99,7 @@ Use PascalCase for file names
|
|
|
162
99
|
|
|
163
100
|
## `strict`
|
|
164
101
|
- **Type**: `boolean`
|
|
102
|
+
- **Default**: `true`
|
|
165
103
|
|
|
166
104
|
> Strict
|
|
167
105
|
|
|
@@ -171,6 +109,7 @@ Enable strict mode
|
|
|
171
109
|
|
|
172
110
|
## `publishable`
|
|
173
111
|
- **Type**: `boolean`
|
|
112
|
+
- **Default**: `false`
|
|
174
113
|
|
|
175
114
|
> Publishable
|
|
176
115
|
|
|
@@ -180,6 +119,7 @@ Make the library publishable
|
|
|
180
119
|
|
|
181
120
|
## `buildable`
|
|
182
121
|
- **Type**: `boolean`
|
|
122
|
+
- **Default**: `true`
|
|
183
123
|
|
|
184
124
|
> Buildable
|
|
185
125
|
|
|
@@ -187,111 +127,3 @@ Make the library publishable
|
|
|
187
127
|
Make the library buildable
|
|
188
128
|
|
|
189
129
|
|
|
190
|
-
## `setParserOptionsProject`
|
|
191
|
-
- **Type**: `boolean`
|
|
192
|
-
|
|
193
|
-
> Set Parser Options Project
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
Set parser options project
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
## `config`
|
|
200
|
-
- **Type**: `string`
|
|
201
|
-
|
|
202
|
-
> Config
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
The configuration type
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
## `compiler`
|
|
209
|
-
- **Type**: `string`
|
|
210
|
-
|
|
211
|
-
> Compiler
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
The compiler to use
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
## `bundler`
|
|
218
|
-
- **Type**: `string`
|
|
219
|
-
|
|
220
|
-
> Bundler
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
The bundler to use
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
## `skipTypeCheck`
|
|
227
|
-
- **Type**: `boolean`
|
|
228
|
-
|
|
229
|
-
> Skip Type Check
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
Skip type checking
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
## `minimal`
|
|
236
|
-
- **Type**: `boolean`
|
|
237
|
-
|
|
238
|
-
> Minimal
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
Create a minimal library
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
## `rootProject`
|
|
245
|
-
- **Type**: `boolean`
|
|
246
|
-
|
|
247
|
-
> Root Project
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
Create a root project
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
## `simpleName`
|
|
254
|
-
- **Type**: `boolean`
|
|
255
|
-
|
|
256
|
-
> Simple Name
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
Use a simple name for the library
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
## `addPlugin`
|
|
263
|
-
- **Type**: `boolean`
|
|
264
|
-
|
|
265
|
-
> Add Plugin
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
Add a plugin to the library
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
## `useProjectJson`
|
|
272
|
-
- **Type**: `boolean`
|
|
273
|
-
|
|
274
|
-
> Use Project Json
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
Use project.json
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
## `skipWorkspacesWarning`
|
|
281
|
-
- **Type**: `boolean`
|
|
282
|
-
|
|
283
|
-
> Skip Workspaces Warning
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
Skip workspaces warning
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
## `useTscExecutor`
|
|
290
|
-
- **Type**: `boolean`
|
|
291
|
-
|
|
292
|
-
> Use Tsc Executor
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
Use TSC executor
|
|
296
|
-
|
|
297
|
-
|
|
@@ -51,13 +51,14 @@ The executor to use for building the library
|
|
|
51
51
|
The platform to target with the library
|
|
52
52
|
|
|
53
53
|
|
|
54
|
-
## `
|
|
54
|
+
## `importPath`
|
|
55
|
+
- **Type**: `string`
|
|
56
|
+
|
|
57
|
+
> Import Path
|
|
55
58
|
|
|
56
|
-
## `dependencies`
|
|
57
59
|
|
|
58
|
-
|
|
60
|
+
The import path for the library
|
|
59
61
|
|
|
60
|
-
## `peerDependenciesMeta`
|
|
61
62
|
|
|
62
63
|
## `tags`
|
|
63
64
|
- **Type**: `string`
|
|
@@ -68,44 +69,6 @@ The platform to target with the library
|
|
|
68
69
|
The tags for the library
|
|
69
70
|
|
|
70
71
|
|
|
71
|
-
## `tsconfigOptions`
|
|
72
|
-
|
|
73
|
-
## `skipFormat`
|
|
74
|
-
- **Type**: `boolean`
|
|
75
|
-
|
|
76
|
-
> Skip Format
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
Skip formatting
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
## `skipTsConfig`
|
|
83
|
-
- **Type**: `boolean`
|
|
84
|
-
|
|
85
|
-
> Skip TsConfig
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
Skip TypeScript configuration
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
## `skipPackageJson`
|
|
92
|
-
- **Type**: `boolean`
|
|
93
|
-
|
|
94
|
-
> Skip Package Json
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
Skip package.json
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
## `includeBabelRc`
|
|
101
|
-
- **Type**: `boolean`
|
|
102
|
-
|
|
103
|
-
> Include Babel Rc
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
Include Babel configuration
|
|
107
|
-
|
|
108
|
-
|
|
109
72
|
## `unitTestRunner`
|
|
110
73
|
- **Type**: `string`
|
|
111
74
|
|
|
@@ -115,15 +78,6 @@ Include Babel configuration
|
|
|
115
78
|
The unit test runner to use
|
|
116
79
|
|
|
117
80
|
|
|
118
|
-
## `linter`
|
|
119
|
-
- **Type**: `string`
|
|
120
|
-
|
|
121
|
-
> Linter
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
The linter to use
|
|
125
|
-
|
|
126
|
-
|
|
127
81
|
## `testEnvironment`
|
|
128
82
|
- **Type**: `string`
|
|
129
83
|
|
|
@@ -133,26 +87,9 @@ The linter to use
|
|
|
133
87
|
The test environment to use
|
|
134
88
|
|
|
135
89
|
|
|
136
|
-
## `importPath`
|
|
137
|
-
- **Type**: `string`
|
|
138
|
-
|
|
139
|
-
> Import Path
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
The import path for the library
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
## `js`
|
|
146
|
-
- **Type**: `boolean`
|
|
147
|
-
|
|
148
|
-
> JavaScript
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
Use JavaScript instead of TypeScript
|
|
152
|
-
|
|
153
|
-
|
|
154
90
|
## `pascalCaseFiles`
|
|
155
91
|
- **Type**: `boolean`
|
|
92
|
+
- **Default**: `false`
|
|
156
93
|
|
|
157
94
|
> Pascal Case Files
|
|
158
95
|
|
|
@@ -162,6 +99,7 @@ Use PascalCase for file names
|
|
|
162
99
|
|
|
163
100
|
## `strict`
|
|
164
101
|
- **Type**: `boolean`
|
|
102
|
+
- **Default**: `true`
|
|
165
103
|
|
|
166
104
|
> Strict
|
|
167
105
|
|
|
@@ -171,6 +109,7 @@ Enable strict mode
|
|
|
171
109
|
|
|
172
110
|
## `publishable`
|
|
173
111
|
- **Type**: `boolean`
|
|
112
|
+
- **Default**: `false`
|
|
174
113
|
|
|
175
114
|
> Publishable
|
|
176
115
|
|
|
@@ -180,6 +119,7 @@ Make the library publishable
|
|
|
180
119
|
|
|
181
120
|
## `buildable`
|
|
182
121
|
- **Type**: `boolean`
|
|
122
|
+
- **Default**: `true`
|
|
183
123
|
|
|
184
124
|
> Buildable
|
|
185
125
|
|
|
@@ -187,111 +127,3 @@ Make the library publishable
|
|
|
187
127
|
Make the library buildable
|
|
188
128
|
|
|
189
129
|
|
|
190
|
-
## `setParserOptionsProject`
|
|
191
|
-
- **Type**: `boolean`
|
|
192
|
-
|
|
193
|
-
> Set Parser Options Project
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
Set parser options project
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
## `config`
|
|
200
|
-
- **Type**: `string`
|
|
201
|
-
|
|
202
|
-
> Config
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
The configuration type
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
## `compiler`
|
|
209
|
-
- **Type**: `string`
|
|
210
|
-
|
|
211
|
-
> Compiler
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
The compiler to use
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
## `bundler`
|
|
218
|
-
- **Type**: `string`
|
|
219
|
-
|
|
220
|
-
> Bundler
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
The bundler to use
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
## `skipTypeCheck`
|
|
227
|
-
- **Type**: `boolean`
|
|
228
|
-
|
|
229
|
-
> Skip Type Check
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
Skip type checking
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
## `minimal`
|
|
236
|
-
- **Type**: `boolean`
|
|
237
|
-
|
|
238
|
-
> Minimal
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
Create a minimal library
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
## `rootProject`
|
|
245
|
-
- **Type**: `boolean`
|
|
246
|
-
|
|
247
|
-
> Root Project
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
Create a root project
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
## `simpleName`
|
|
254
|
-
- **Type**: `boolean`
|
|
255
|
-
|
|
256
|
-
> Simple Name
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
Use a simple name for the library
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
## `addPlugin`
|
|
263
|
-
- **Type**: `boolean`
|
|
264
|
-
|
|
265
|
-
> Add Plugin
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
Add a plugin to the library
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
## `useProjectJson`
|
|
272
|
-
- **Type**: `boolean`
|
|
273
|
-
|
|
274
|
-
> Use Project Json
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
Use project.json
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
## `skipWorkspacesWarning`
|
|
281
|
-
- **Type**: `boolean`
|
|
282
|
-
|
|
283
|
-
> Skip Workspaces Warning
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
Skip workspaces warning
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
## `useTscExecutor`
|
|
290
|
-
- **Type**: `boolean`
|
|
291
|
-
|
|
292
|
-
> Use Tsc Executor
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
Use TSC executor
|
|
296
|
-
|
|
297
|
-
|