ui5-typescript-conversion
Installation
SKILL.md
UI5 TypeScript Conversion Guidelines
This document outlines how a UI5 (SAPUI5/OpenUI5) project can be converted to TypeScript. It consists of the following parts:
- Important general rules
- How the setup of the project needs to be changed
- Converting the code itself
- Converting tests (reference to separate file)
General Conversion Rules
Preserve ALL comments
You MUST preserve existing JSDoc, documentation and comments - never remove JSDoc or comments during the conversion.
Example input: