Andreas Kunz

Results 76 comments of Andreas Kunz

After a loong time, I can answer the original question: just run `ui5 build jsdoc` in a UI5 library project with the ui5.yaml file properly describing the library, then the...

Hi @vonBrax, this topic has come up recently and we are actively looking into it. Nevertheless thanks for reporting it in detail with your current workarounds. This gives additional insight,...

@vonBrax When you extended that transformer plugin to keep things outside the constructor which were annotated with this specific JSDoc tag you invented, how did you deal with the fact...

@dfenerski Well, the "Lie to the type system" part is something usually not found in the Controller Extensions provided by Fiori Elements. That's what I meant in [my comment elsewhere](https://github.com/SAP/ui5-typescript/issues/332#issuecomment-1805492815)....

While that other change provided support for the main use-case, the solution is not completely covering extended use-cases and people are still looking into comprehensive support and documentation, so I'll...

Sorry for the delay, I was a bit confused by how typed views are related to XML preprocessing, as typed views are JSViews and the preprocessing applies to XMLViews. But...