@storm-software/workspace-tools 1.241.0 → 1.243.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-6ZRK5I4N.js} +7 -4
- package/dist/chunk-7O34DHUG.js +127 -0
- package/dist/chunk-7TLYMNLD.mjs +127 -0
- package/dist/{chunk-5AQJQ72E.mjs → chunk-C2REXPET.mjs} +54 -49
- package/dist/{chunk-JOJ3CZQC.js → chunk-C3YSVZWO.js} +7 -4
- package/dist/{chunk-RTFFYOEY.js → chunk-PCPEJBLO.js} +7 -4
- package/dist/{chunk-XHH2IY66.js → chunk-RAVLTWJV.js} +54 -49
- package/dist/{chunk-LNDWWYO3.mjs → chunk-RLGZCVPW.mjs} +6 -3
- package/dist/{chunk-U4K5KWKS.mjs → chunk-T2NTGJ6O.mjs} +6 -3
- package/dist/{chunk-3SP4ZXOA.mjs → chunk-UHNTJRTW.mjs} +6 -3
- package/dist/executors.js +2 -2
- package/dist/executors.mjs +3 -3
- package/dist/generator-AFivysTp.d.ts +130 -0
- package/dist/generator-BAbOohf7.d.mts +130 -0
- package/dist/generator-B_HN13az.d.mts +130 -0
- package/dist/generator-CrR9QK6B.d.mts +130 -0
- package/dist/generator-DNdirMec.d.ts +130 -0
- package/dist/generator-F6EuzmJD.d.ts +130 -0
- package/dist/generators.d.mts +3 -3
- package/dist/generators.d.ts +3 -3
- package/dist/generators.js +6 -6
- package/dist/generators.mjs +7 -7
- package/dist/index.d.mts +4 -4
- package/dist/index.d.ts +4 -4
- package/dist/index.js +9 -9
- package/dist/index.mjs +11 -11
- package/dist/src/base/index.d.mts +22 -206
- package/dist/src/base/index.d.ts +22 -206
- 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/generators/browser-library/generator.d.mts +1 -1
- package/dist/src/generators/browser-library/generator.d.ts +1 -1
- 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/neutral-library/generator.d.mts +1 -1
- package/dist/src/generators/neutral-library/generator.d.ts +1 -1
- 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/files/README.md +8 -3
- package/dist/src/generators/node-library/files/src/index.ts.template +1 -1
- package/dist/src/generators/node-library/generator.d.mts +1 -1
- package/dist/src/generators/node-library/generator.d.ts +1 -1
- 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/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/files/README.md +8 -3
- 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-BQRJyq3B.d.mts +0 -322
- package/dist/generator-BrNmpinc.d.mts +0 -322
- package/dist/generator-CNu7WVP-.d.mts +0 -322
- package/dist/generator-CnbxQjWD.d.ts +0 -322
- package/dist/generator-GzlgTDGq.d.ts +0 -322
- package/dist/generator-pV0dN2TY.d.ts +0 -322
|
@@ -39,38 +39,17 @@
|
|
|
39
39
|
"enum": [
|
|
40
40
|
"neutral",
|
|
41
41
|
"node",
|
|
42
|
+
"worker",
|
|
42
43
|
"browser"
|
|
43
44
|
],
|
|
44
45
|
"id": "#platform",
|
|
45
46
|
"default": "neutral"
|
|
46
47
|
},
|
|
47
|
-
"
|
|
48
|
-
"title": "
|
|
49
|
-
"type": "
|
|
50
|
-
"description": "The
|
|
51
|
-
"id": "#
|
|
52
|
-
"default": {}
|
|
53
|
-
},
|
|
54
|
-
"dependencies": {
|
|
55
|
-
"title": "Dependencies",
|
|
56
|
-
"type": "object",
|
|
57
|
-
"description": "The dependencies to install",
|
|
58
|
-
"id": "#dependencies",
|
|
59
|
-
"default": {}
|
|
60
|
-
},
|
|
61
|
-
"peerDependencies": {
|
|
62
|
-
"title": "Peer Dependencies",
|
|
63
|
-
"type": "object",
|
|
64
|
-
"description": "The peer dependencies to install",
|
|
65
|
-
"id": "#peerDependencies",
|
|
66
|
-
"default": {}
|
|
67
|
-
},
|
|
68
|
-
"peerDependenciesMeta": {
|
|
69
|
-
"title": "Peer Dependencies Meta",
|
|
70
|
-
"type": "object",
|
|
71
|
-
"description": "The peer dependencies meta",
|
|
72
|
-
"id": "#peerDependenciesMeta",
|
|
73
|
-
"default": {}
|
|
48
|
+
"importPath": {
|
|
49
|
+
"title": "Import Path",
|
|
50
|
+
"type": "string",
|
|
51
|
+
"description": "The import path for the library",
|
|
52
|
+
"id": "#importPath"
|
|
74
53
|
},
|
|
75
54
|
"tags": {
|
|
76
55
|
"title": "Tags",
|
|
@@ -78,37 +57,6 @@
|
|
|
78
57
|
"description": "The tags for the library",
|
|
79
58
|
"id": "#tags"
|
|
80
59
|
},
|
|
81
|
-
"tsconfigOptions": {
|
|
82
|
-
"title": "TypeScript Config (tsconfig.json) Options",
|
|
83
|
-
"type": "object",
|
|
84
|
-
"description": "The TypeScript configuration options",
|
|
85
|
-
"id": "#tsconfigOptions",
|
|
86
|
-
"default": {}
|
|
87
|
-
},
|
|
88
|
-
"skipFormat": {
|
|
89
|
-
"title": "Skip Format",
|
|
90
|
-
"type": "boolean",
|
|
91
|
-
"description": "Skip formatting",
|
|
92
|
-
"id": "#skipFormat"
|
|
93
|
-
},
|
|
94
|
-
"skipTsConfig": {
|
|
95
|
-
"title": "Skip TsConfig",
|
|
96
|
-
"type": "boolean",
|
|
97
|
-
"description": "Skip TypeScript configuration",
|
|
98
|
-
"id": "#skipTsConfig"
|
|
99
|
-
},
|
|
100
|
-
"skipPackageJson": {
|
|
101
|
-
"title": "Skip Package Json",
|
|
102
|
-
"type": "boolean",
|
|
103
|
-
"description": "Skip package.json",
|
|
104
|
-
"id": "#skipPackageJson"
|
|
105
|
-
},
|
|
106
|
-
"includeBabelRc": {
|
|
107
|
-
"title": "Include Babel Rc",
|
|
108
|
-
"type": "boolean",
|
|
109
|
-
"description": "Include Babel configuration",
|
|
110
|
-
"id": "#includeBabelRc"
|
|
111
|
-
},
|
|
112
60
|
"unitTestRunner": {
|
|
113
61
|
"title": "Unit Test Runner",
|
|
114
62
|
"type": "string",
|
|
@@ -120,12 +68,6 @@
|
|
|
120
68
|
"description": "The unit test runner to use",
|
|
121
69
|
"id": "#unitTestRunner"
|
|
122
70
|
},
|
|
123
|
-
"linter": {
|
|
124
|
-
"title": "Linter",
|
|
125
|
-
"type": "string",
|
|
126
|
-
"description": "The linter to use",
|
|
127
|
-
"id": "#linter"
|
|
128
|
-
},
|
|
129
71
|
"testEnvironment": {
|
|
130
72
|
"title": "Test Environment",
|
|
131
73
|
"type": "string",
|
|
@@ -136,128 +78,42 @@
|
|
|
136
78
|
"description": "The test environment to use",
|
|
137
79
|
"id": "#testEnvironment"
|
|
138
80
|
},
|
|
139
|
-
"importPath": {
|
|
140
|
-
"title": "Import Path",
|
|
141
|
-
"type": "string",
|
|
142
|
-
"description": "The import path for the library",
|
|
143
|
-
"id": "#importPath"
|
|
144
|
-
},
|
|
145
|
-
"js": {
|
|
146
|
-
"title": "JavaScript",
|
|
147
|
-
"type": "boolean",
|
|
148
|
-
"description": "Use JavaScript instead of TypeScript",
|
|
149
|
-
"id": "#js"
|
|
150
|
-
},
|
|
151
81
|
"pascalCaseFiles": {
|
|
152
82
|
"title": "Pascal Case Files",
|
|
153
83
|
"type": "boolean",
|
|
154
84
|
"description": "Use PascalCase for file names",
|
|
155
|
-
"id": "#pascalCaseFiles"
|
|
85
|
+
"id": "#pascalCaseFiles",
|
|
86
|
+
"default": false
|
|
156
87
|
},
|
|
157
88
|
"strict": {
|
|
158
89
|
"title": "Strict",
|
|
159
90
|
"type": "boolean",
|
|
160
91
|
"description": "Enable strict mode",
|
|
161
|
-
"id": "#strict"
|
|
92
|
+
"id": "#strict",
|
|
93
|
+
"default": true
|
|
162
94
|
},
|
|
163
95
|
"publishable": {
|
|
164
96
|
"title": "Publishable",
|
|
165
97
|
"type": "boolean",
|
|
166
98
|
"description": "Make the library publishable",
|
|
167
|
-
"id": "#publishable"
|
|
99
|
+
"id": "#publishable",
|
|
100
|
+
"default": false
|
|
168
101
|
},
|
|
169
102
|
"buildable": {
|
|
170
103
|
"title": "Buildable",
|
|
171
104
|
"type": "boolean",
|
|
172
105
|
"description": "Make the library buildable",
|
|
173
|
-
"id": "#buildable"
|
|
174
|
-
|
|
175
|
-
"setParserOptionsProject": {
|
|
176
|
-
"title": "Set Parser Options Project",
|
|
177
|
-
"type": "boolean",
|
|
178
|
-
"description": "Set parser options project",
|
|
179
|
-
"id": "#setParserOptionsProject"
|
|
180
|
-
},
|
|
181
|
-
"config": {
|
|
182
|
-
"title": "Config",
|
|
183
|
-
"type": "string",
|
|
184
|
-
"enum": [
|
|
185
|
-
"workspace",
|
|
186
|
-
"project",
|
|
187
|
-
"npm-scripts"
|
|
188
|
-
],
|
|
189
|
-
"description": "The configuration type",
|
|
190
|
-
"id": "#config"
|
|
191
|
-
},
|
|
192
|
-
"compiler": {
|
|
193
|
-
"title": "Compiler",
|
|
194
|
-
"type": "string",
|
|
195
|
-
"description": "The compiler to use",
|
|
196
|
-
"id": "#compiler"
|
|
197
|
-
},
|
|
198
|
-
"bundler": {
|
|
199
|
-
"title": "Bundler",
|
|
200
|
-
"type": "string",
|
|
201
|
-
"description": "The bundler to use",
|
|
202
|
-
"id": "#bundler"
|
|
203
|
-
},
|
|
204
|
-
"skipTypeCheck": {
|
|
205
|
-
"title": "Skip Type Check",
|
|
206
|
-
"type": "boolean",
|
|
207
|
-
"description": "Skip type checking",
|
|
208
|
-
"id": "#skipTypeCheck"
|
|
209
|
-
},
|
|
210
|
-
"minimal": {
|
|
211
|
-
"title": "Minimal",
|
|
212
|
-
"type": "boolean",
|
|
213
|
-
"description": "Create a minimal library",
|
|
214
|
-
"id": "#minimal"
|
|
215
|
-
},
|
|
216
|
-
"rootProject": {
|
|
217
|
-
"title": "Root Project",
|
|
218
|
-
"type": "boolean",
|
|
219
|
-
"description": "Create a root project",
|
|
220
|
-
"id": "#rootProject"
|
|
221
|
-
},
|
|
222
|
-
"simpleName": {
|
|
223
|
-
"title": "Simple Name",
|
|
224
|
-
"type": "boolean",
|
|
225
|
-
"description": "Use a simple name for the library",
|
|
226
|
-
"id": "#simpleName"
|
|
227
|
-
},
|
|
228
|
-
"addPlugin": {
|
|
229
|
-
"title": "Add Plugin",
|
|
230
|
-
"type": "boolean",
|
|
231
|
-
"description": "Add a plugin to the library",
|
|
232
|
-
"id": "#addPlugin"
|
|
233
|
-
},
|
|
234
|
-
"useProjectJson": {
|
|
235
|
-
"title": "Use Project Json",
|
|
236
|
-
"type": "boolean",
|
|
237
|
-
"description": "Use project.json",
|
|
238
|
-
"id": "#useProjectJson"
|
|
239
|
-
},
|
|
240
|
-
"skipWorkspacesWarning": {
|
|
241
|
-
"title": "Skip Workspaces Warning",
|
|
242
|
-
"type": "boolean",
|
|
243
|
-
"description": "Skip workspaces warning",
|
|
244
|
-
"id": "#skipWorkspacesWarning"
|
|
245
|
-
},
|
|
246
|
-
"useTscExecutor": {
|
|
247
|
-
"title": "Use Tsc Executor",
|
|
248
|
-
"type": "boolean",
|
|
249
|
-
"description": "Use TSC executor",
|
|
250
|
-
"id": "#useTscExecutor"
|
|
106
|
+
"id": "#buildable",
|
|
107
|
+
"default": true
|
|
251
108
|
}
|
|
252
109
|
},
|
|
253
110
|
"type": "object",
|
|
254
111
|
"default": {
|
|
255
112
|
"buildExecutor": "@storm-software/workspace-tools:unbuild",
|
|
256
113
|
"platform": "neutral",
|
|
257
|
-
"
|
|
258
|
-
"
|
|
259
|
-
"
|
|
260
|
-
"
|
|
261
|
-
"tsconfigOptions": {}
|
|
114
|
+
"pascalCaseFiles": false,
|
|
115
|
+
"strict": true,
|
|
116
|
+
"publishable": false,
|
|
117
|
+
"buildable": true
|
|
262
118
|
}
|
|
263
119
|
}
|
|
@@ -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
|
-
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var _chunk7O34DHUGjs = require('../../chunk-7O34DHUG.js');
|
|
4
4
|
require('../../chunk-7CJRMBX3.js');
|
|
5
5
|
require('../../chunk-3GQAWCBQ.js');
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
exports.default =
|
|
8
|
+
exports.default = _chunk7O34DHUGjs.typescript_library_generator_untyped_default;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import '../../../types-44XkV3HO.mjs';
|
|
2
2
|
import '@nx/devkit';
|
|
3
3
|
import '../../../types-B5IG4iSJ.mjs';
|
|
4
|
-
export { b as browserLibraryGeneratorFn, _ as default } from '../../../generator-
|
|
4
|
+
export { b as browserLibraryGeneratorFn, _ as default } from '../../../generator-CrR9QK6B.mjs';
|
|
5
5
|
import 'tsup';
|
|
6
6
|
import 'zod';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import '../../../types-DpaECebR.js';
|
|
2
2
|
import '@nx/devkit';
|
|
3
3
|
import '../../../types-B5IG4iSJ.js';
|
|
4
|
-
export { b as browserLibraryGeneratorFn, _ as default } from '../../../generator-
|
|
4
|
+
export { b as browserLibraryGeneratorFn, _ as default } from '../../../generator-F6EuzmJD.js';
|
|
5
5
|
import 'tsup';
|
|
6
6
|
import 'zod';
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
5
|
-
require('../../../chunk-
|
|
4
|
+
var _chunkC3YSVZWOjs = require('../../../chunk-C3YSVZWO.js');
|
|
5
|
+
require('../../../chunk-RAVLTWJV.js');
|
|
6
6
|
require('../../../chunk-HI4G4OOG.js');
|
|
7
7
|
require('../../../chunk-7YRW5HNX.js');
|
|
8
8
|
require('../../../chunk-KLHTXAIU.js');
|
|
@@ -14,4 +14,4 @@ require('../../../chunk-3GQAWCBQ.js');
|
|
|
14
14
|
|
|
15
15
|
|
|
16
16
|
|
|
17
|
-
exports.browserLibraryGeneratorFn =
|
|
17
|
+
exports.browserLibraryGeneratorFn = _chunkC3YSVZWOjs.browserLibraryGeneratorFn; exports.default = _chunkC3YSVZWOjs.generator_default;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import {
|
|
2
2
|
browserLibraryGeneratorFn,
|
|
3
3
|
generator_default
|
|
4
|
-
} from "../../../chunk-
|
|
5
|
-
import "../../../chunk-
|
|
4
|
+
} from "../../../chunk-RLGZCVPW.mjs";
|
|
5
|
+
import "../../../chunk-C2REXPET.mjs";
|
|
6
6
|
import "../../../chunk-EK75QNMS.mjs";
|
|
7
7
|
import "../../../chunk-66TYTM73.mjs";
|
|
8
8
|
import "../../../chunk-SNFZL5BN.mjs";
|