Andreas Kunz

Results 71 comments of Andreas Kunz

Just stumbled across this when researching the parser behavior with no space after colon in RecordTypes. Just a hint: ``` @param {function(arg0:AType, arg1:BType)} ``` without spaces is apparently not being...

Hi, enhancement requests are not guaranteed to be worked on, but I forwarded them to the responsible dev team as 1680009125 to have a look. They can then say more....

Hi Kevin, all TypeScript documentation related to UI5 is now bundled on https://sap.github.io/ui5-typescript/ What we have is there, what's not there, we don't have... The section https://sap.github.io/ui5-typescript#how-to-convert-an-existing-ui5-app-to-typescript should meet your...

Hi @sap-sebelao , yes this is a current glitch. Right now you can access `Device.system` by directly importing it as named export from the "Device" module: ```ts import { system...

As a workaround at least typing the `metadata` field in the first-level TypeScript control as e.g. `object` like this: ```ts static readonly metadata: object = { ``` works and might...

We would benefit from https://github.com/microsoft/TypeScript/issues/33892 here.

The problem is now mentioned at https://github.com/SAP/ui5-typescript/blob/main/packages/ts-interface-generator/README.md#second-level-inheritance

Hi, this is currently being discussed. Bringing the `override` object into the extend call is a simple change in the [transformer](https://github.com/r-murphy/babel-plugin-transform-modules-ui5), but yeah, then there is the name clash. For...

None that I heard of. :-( I'll inquire.

Basically this is waiting on backlog items around the "controller extensions" topic in the core team. It is unclear when they will be addressed.