Frank Weigel
Frank Weigel
I agree with @flovogt that this is a (valid) enhancement request. But I would also like to point out, that using the URL path to represent routes not only requires...
This enhancement is already on our roadmap (under the internal ID CPOUI5FRAMEWORK-210).
Involving @akudev and @petermuessig
> It could be an option to additionally generate definition files which just re-add the globals and point the defined modules. These definitions could be loaded in addition to combine...
@aschmalzhaf can you please take a look and comment? Did only the global name disappear and it's possible now to access `sap.ushell.Container` via a module export in UI5 1.100?
The top level parser for binding strings (base.BindingParser) calls the parseJS when it detects a binding object. So inside a binding object you don't need to escape curly braces, only...
This is not a final answer, but rather a comment: The development version of `sap-ui-core.js` can only be used within the head of a document. It is not intended for...
To be honest, I don't see how the current module layout would prevent tree shaking in general. If you refer to `MessageBox` in your code, nothing from the default export...
Correct. And I have more bad news: there are no plans to enhance client-side code-coverage. We plan to fade out the client-side instrumentation as it conflicts with CSP support anyhow....
The sample has been disabled intentionally with 48deb8d1b60ade28d4c93c46b95fd94a2193fabb due to a gap in the sap.ui.fl library. Internally, there's a backlog item (UICSFLEX-3984) to close the gap and to re-enable the...