Nicolas Lunet
Nicolas Lunet
This is not so much a jsdoc error as a weird / stupid behavior (imo) createBindingContext can apparently return in some case undefined (technically `null` based on the implementation) however...
In Core.getLibraryResourceBundle you now define ``` getLibraryResourceBundle = function(sLibraryName, sLocale, bAsync) ``` While looking at the code you actually should have three overrides ``` getLibraryResourceBundle = function(sLibraryName, sLocale, bAsync) getLibraryResourceBundle...
sap.ui.model.Model.prototype.createBindingContext says it returns a Context | undefined. however the ClientModel already returns Context | null it seems :/ That's pretty annoying if you want to have proper null checks...