Nicolas Lunet
Nicolas Lunet
It doesn't help as far as i know more than it confirm there is a problem :)
by the way it can be even cooler if you were to do all variant properly ``` getLibraryResourceBundle(sLibraryName: string, bAsync: true): Promise; getLibraryResourceBundle(sLibraryName: string, bAsync: false): ResourceBundle; getLibraryResourceBundle(sLibraryName: string): ResourceBundle;...
Having already the proper override would be good :)
Technically why would you even need the namespace in a modern UI5 development ? People don't usually refers to the namespace value in modern ui5 (expect for getting the sap.ui.getCore())...
> So what exactly is your request? that the base class "Model" should document the return type as "null" instead of "undefined"? (the one in error case of course) That...
Just wondering out loud here, but why don't you publish the compiled version as part of the npm package and by default serve those ?