A custom task for ui5-builder that migrates UI5 AMD (Asynchronous Module Definition) sources to TypeScript. Version 0.1.11, early development stage with limited functionality. Aimed at SAP UI5 projects, it provides a CLI tool to convert AMD modules to TypeScript. Differentiators: specifically targets UI5 ecosystem, integrates with ui5-builder. Note: feature still in development, not production-ready.
npm install ui5-task-ts-migrationNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Demonstrates CLI and programmatic usage for migrating UI5 AMD sources to TypeScript using ui5-task-ts-migration.
Monitor GitHub repository for updates and breaking changes.
Ensure 'ui5-builder' is listed in project's devDependencies.
Use absolute paths or run the command from the project root with '.' as argument.
Run 'npm install --save-dev ui5-builder' in the project directory.
Provide an absolute path or ensure you run the CLI from the correct location.
Ensure your source files are AMD modules (.js) located in the correct directory.