SAP / ui5-typescript

Tooling to enable TypeScript support in SAPUI5/OpenUI5 projects
https://sap.github.io/ui5-typescript
Apache License 2.0
201 stars 28 forks source link

feat(dts-generator): allow changing names in .dtsgenrc overlays #464

Closed akudev closed 2 months ago

akudev commented 2 months ago

...at least in deeper levels. This is required for building type definitions where the pseudo parameter "this" defines the type on which the method is called. Declaring this in .dtsgenrc shifts the parameters from JSDoc by one. Needed for full ControllerExtension support.