Peter Muessig

Results 150 comments of Peter Muessig

Seems that the URLHelper isn't exported anymore. I'll have to check...

@akudev: it is as @HappyHepo describes - just `export interface` doesn't work, the following line needs to be added after the interface has been defined: `export const URLHelper: URLHelper;` -...

Issue has been found an will be addressed with the next release of the types. Not sure yet, whether we have it as part of 1.115.1 or 1.116.0

@akudev : `export interface` is wrong as it produces an error! ![image](https://github.com/SAP/ui5-typescript/assets/1589419/b53e490f-0fe4-4b17-96f5-a0fdcc171fab) the interface must not be exported but the const value!

But the commit message doesn't follow the conventional commit syntax, should be: `fix: updated Typedefs for most missing extensions` Just update this during "Squash & Merge"

@uxkjaer : should this be merged?

Hi @qualiture , most probably the cache headers are proxied and not modified. I think this is in general the correct behavior but I could imagine to add an option...

Hi @icostaykov , Please check the configuration options `prependPathMappings ` which prepends the path mapping to the `Component.js` file or even better use the `addToNamespace` option which includes the thirdparty...

In the tutorial you linked, the `addToNamespace` option is also put there in step 4.1: https://github.com/SAP-samples/ui5-typescript-tutorial/tree/main/exercises/ex4#exercise-41---installconfigure-ui5-tooling-extensions Did you miss to set it correctly?

Maybe you can attach your project to allow me to look into it?