Fabian Reinbold
Fabian Reinbold
~~Any update? I think I might be experiencing the same issue with ui5-tooling-transpile combined with ui5-tooling-modules. Trying to transpile from module to ui5 amd and run ui5-tooling-modules afterwards, but middleware...
Without this feature, it is difficult to use type guards effectively. ```ts interface ITest { mySpecialProperty: true; doSth(): number; } function isITest(obj: any): obj is ITest { return obj?.mySpecialProperty ===...
I also stumbled upon this and didn't know that it automatically detects the ABAP version. Would be cool if this was somehow noted in the UI. Some of our devs...
I think I am experiencing the same issue. I load SAPUI5 from a custom CDN location. The ui5Loader then adds that CDN as base path to mUrlPrefixes, which causes requests...