Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
0e30ca9
[INTERNAL] Adopt ui5-project changes
RandomByte Apr 28, 2022
78e1f0c
[INTERNAL] Adopt ui5-project changes II
RandomByte Apr 30, 2022
bb2c41a
[INTERNAL] Adopt ui5-project changes III
RandomByte May 3, 2022
b4d5513
[INTERNAL] Remove modules moved to ui5-project
RandomByte May 13, 2022
f350a19
[INTERNAL] TaskUtil: Always pass resource instance to ResourceTagColl…
RandomByte May 18, 2022
81130d7
[INTERNAL] Builder: Start adapting unit tests to project graph API
RandomByte May 18, 2022
62a81b9
[INTERNAL] TaskRepository: Remove #addTask API
RandomByte May 20, 2022
3824b2c
[INTERNAL] Remove tests for modules moved to ui5-project
RandomByte May 23, 2022
3838a63
builder/builder: Update tests
matz3 May 23, 2022
16dc99f
builder/builder: Update more tests
matz3 May 24, 2022
e042c23
builder/builder: Update all tests, some are still skipped
matz3 May 24, 2022
d113d03
builder/builder: Fix some more tests, 3 failing, 5 skipped
matz3 May 24, 2022
82660f6
manifestCreator: Fix most of the tests
matz3 May 25, 2022
55b60ce
Update more tests
matz3 May 25, 2022
ff740a5
Update more tests to use @ui5/project builder
matz3 May 25, 2022
bb9e8aa
Add handling for unsupported index source maps
matz3 May 25, 2022
a3019c8
[INTERNAL] Fix tests failing because of out-of-namespace resources
RandomByte Jun 2, 2022
98d3d47
[INTERNAL] Enable test for project builder resource excludes
RandomByte Jun 7, 2022
c4820dd
Fix tests I
RandomByte Jun 10, 2022
e534189
Fix tests II
RandomByte Jun 12, 2022
afd95cc
Fix tests III, cleanup TaskUtil
RandomByte Jun 13, 2022
857cf50
Remove debugger statement
RandomByte Jun 13, 2022
4a9f43d
[INTERNAL] Bump @ui5/fs from 3.0.0-alpha.3 to 3.0.0-alpha.4
RandomByte Jun 13, 2022
4789c20
[INTERNAL] Fix tests that broke with Terser v5.14.0
RandomByte Jun 13, 2022
e0a0611
[INTERNAL] package.json: Remove unused dependencies
RandomByte Jun 13, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
39 changes: 0 additions & 39 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@
* @public
*/
module.exports = {
/**
* @type {import('./lib/builder/builder')}
*/
builder: "./lib/builder/builder",
/**
* @public
* @alias module:@ui5/builder.processors
Expand Down Expand Up @@ -160,41 +156,6 @@ module.exports = {
* @type {import('./lib/tasks/TaskUtil')}
*/
TaskUtil: "./lib/tasks/TaskUtil"
},
/**
* @private
* @alias module:@ui5/builder.types
* @namespace
*/
types: {
/**
* @type {typeof import('./lib/types/AbstractBuilder')}
*/
AbstractBuilder: "./lib/types/AbstractBuilder",
/**
* @type {typeof import('./lib/types/AbstractFormatter')}
*/
AbstractFormatter: "./lib/types/AbstractFormatter",
/**
* @type {import('./lib/types/application/applicationType')}
*/
application: "./lib/types/application/applicationType",
/**
* @type {import('./lib/types/library/libraryType')}
*/
library: "./lib/types/library/libraryType",
/**
* @type {import('./lib/types/themeLibrary/themeLibraryType')}
*/
themeLibrary: "./lib/types/themeLibrary/themeLibraryType",
/**
* @type {import('./lib/types/module/moduleType')}
*/
module: "./lib/types/module/moduleType",
/**
* @type {import('./lib/types/typeRepository')}
*/
typeRepository: "./lib/types/typeRepository"
}
};

Expand Down
60 changes: 0 additions & 60 deletions lib/builder/BuildContext.js

This file was deleted.

61 changes: 0 additions & 61 deletions lib/builder/ProjectBuildContext.js

This file was deleted.

Loading