-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FIX] ui5Framework: Prevent install of libraries within workspace #589
Conversation
219a640
to
4254fb7
Compare
Ready for review, but tests should be enhanced to cover all the changes. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll create a new PR as prerequisite to get rid of the private API usages
Apart from TODOs & Tests, the code LGTM. The missing test parts are the new Error in the Abstract resolver and the checks for @sapui5/@openui5 dependencies & optional dependencies |
Can be used to retrieve all modules referenced in a workspace to iterate over them. Required for #589
Returns the ID defined by the provider. Should not be used for general purposes for which "getName" should still be preferred. Required for #589
Can be used to retrieve all modules referenced in a workspace to iterate over them. Required for #589
Returns the ID defined by the provider. Should not be used for general purposes for which "getName" should still be preferred. Required for #589
0fdf3cb
to
2fb9cb9
Compare
JIRA: CPOUI5FOUNDATION-643