-
Notifications
You must be signed in to change notification settings - Fork 22
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] Don't report a missing module that's contained in another bundle #915
[FIX] Don't report a missing module that's contained in another bundle #915
Conversation
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.
LGTM, just a small remark
lib/lbt/bundle/Resolver.js
Outdated
@@ -51,6 +51,16 @@ class BundleResolver { | |||
let selectedResources = Object.create(null); | |||
let selectedResourcesSequence = []; | |||
const pool = this.pool; | |||
/** | |||
* Names of modules that are required in some waym but could not be found |
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.
* Names of modules that are required in some waym but could not be found | |
* Names of modules that are required in some way but could not be found |
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.
Tested locally with self-contained build in openui5-sample-app with a dependency to latest sap.viz snapshot
Merging this PR even with the failing tests as they are known false-positives. |
No description provided.