Nicolas Lunet

Results 3 issues of 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...

UI5 code issue (not TS related)

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...

types

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...