Ilja Postnovs

Results 21 comments of Ilja Postnovs

Hi @akudev, Thanks for the possible workaround idea! Indeed, creating the proper type for metadata field seems to be the best solution so far. I think it would be good...

Clear, thanks for the response. Would be nice to have proper access level modifiers in TS, it's pretty necessary thing in OOP world ;)

> No, it's not an official API issue. The TypeScript generation doesn't distinguish between protected and public. > > protected is a bit special in UI5 APIs. When we started...

> Not sure if is worth to start this discussion [again](https://github.com/SAP/openui5/issues/3367). But there is not a single, _universal_ meaning for access modifiers. Different languages differ in detail, especially for `protected`....

> @iljapostnovs If I don't miss anything, there is even already a pull request for this: #357 > > However, that one is stuck a bit, as such generic classes...

Hi @akudev, I've found another issue with generics. If ```class A``` is extending e.g. ```ManagedObject```, ```class A``` is generic class, interface for ```class A``` is generated successfully, however, if ```class...

Hi, To be frank I see this possibility for the first time within UI5 :) I have researched my current code base and unfortunately it's not an easy task to...

Hi, Actually this is quite huge effort. SAP already didn't help with existence of ".controller.js" files. The problem is that it's hard to distinguish the class file path from class...

Hi, Thanks for bug report, but with this kind of information I can't help with anything. If I can't reproduce the issue, I can't debug it. If I can't debug...

Hi, Sorry for late reply, forgot about this issue. If other extensions are the issue, there is nothing I can do with it. Regarding the debugging, it is kind of...