-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FIX] Revert "[INTERNAL] Remove implicit dependencies concept (#913)"
This reverts commit 8caaa72. While we did not expect the initial change to have any impact on projects it has unfortunately caused a regression for application projects that make use of custom bundles such as the ui5-evolution-apps demo: https://github.com/SAP-samples/ui5-evolution-apps/tree/main/app-ui5 While ComponentAnalyzer still finds the application's root view (for example sap.ui.demo.todo.view.App.view.xml), this will no longer cause an implicit dependency to sap/ui/core/mvc/XMLView.js. Which is then missing from the bundle. Note that self-contained bundles are not affected in case of XML views, since sap/ui/core/mvc/XMLView.js is already a dependency through the UI5 support tools.
- Loading branch information
1 parent
14388b8
commit 1043714
Showing
8 changed files
with
165 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.