|
3 | 3 | * @public |
4 | 4 | */ |
5 | 5 | module.exports = { |
6 | | - /** |
7 | | - * @type {import('./lib/builder/builder')} |
8 | | - */ |
9 | | - builder: "./lib/builder/builder", |
10 | 6 | /** |
11 | 7 | * @public |
12 | 8 | * @alias module:@ui5/builder.processors |
@@ -160,41 +156,6 @@ module.exports = { |
160 | 156 | * @type {import('./lib/tasks/TaskUtil')} |
161 | 157 | */ |
162 | 158 | TaskUtil: "./lib/tasks/TaskUtil" |
163 | | - }, |
164 | | - /** |
165 | | - * @private |
166 | | - * @alias module:@ui5/builder.types |
167 | | - * @namespace |
168 | | - */ |
169 | | - types: { |
170 | | - /** |
171 | | - * @type {typeof import('./lib/types/AbstractBuilder')} |
172 | | - */ |
173 | | - AbstractBuilder: "./lib/types/AbstractBuilder", |
174 | | - /** |
175 | | - * @type {typeof import('./lib/types/AbstractFormatter')} |
176 | | - */ |
177 | | - AbstractFormatter: "./lib/types/AbstractFormatter", |
178 | | - /** |
179 | | - * @type {import('./lib/types/application/applicationType')} |
180 | | - */ |
181 | | - application: "./lib/types/application/applicationType", |
182 | | - /** |
183 | | - * @type {import('./lib/types/library/libraryType')} |
184 | | - */ |
185 | | - library: "./lib/types/library/libraryType", |
186 | | - /** |
187 | | - * @type {import('./lib/types/themeLibrary/themeLibraryType')} |
188 | | - */ |
189 | | - themeLibrary: "./lib/types/themeLibrary/themeLibraryType", |
190 | | - /** |
191 | | - * @type {import('./lib/types/module/moduleType')} |
192 | | - */ |
193 | | - module: "./lib/types/module/moduleType", |
194 | | - /** |
195 | | - * @type {import('./lib/types/typeRepository')} |
196 | | - */ |
197 | | - typeRepository: "./lib/types/typeRepository" |
198 | 159 | } |
199 | 160 | }; |
200 | 161 |
|
|
0 commit comments