Skip to content

Commit b4d5513

Browse files
committed
[INTERNAL] Remove modules moved to ui5-project
1 parent bb2c41a commit b4d5513

21 files changed

+0
-2541
lines changed

index.js

Lines changed: 0 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@
33
* @public
44
*/
55
module.exports = {
6-
/**
7-
* @type {import('./lib/builder/builder')}
8-
*/
9-
builder: "./lib/builder/builder",
106
/**
117
* @public
128
* @alias module:@ui5/builder.processors
@@ -160,41 +156,6 @@ module.exports = {
160156
* @type {import('./lib/tasks/TaskUtil')}
161157
*/
162158
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"
198159
}
199160
};
200161

lib/builder/BuildContext.js

Lines changed: 0 additions & 60 deletions
This file was deleted.

lib/builder/ProjectBuildContext.js

Lines changed: 0 additions & 61 deletions
This file was deleted.

0 commit comments

Comments
 (0)