babel-plugin-transform-modules-ui5 icon indicating copy to clipboard operation
babel-plugin-transform-modules-ui5 copied to clipboard

A Babel transformer plugin for OpenUI5/SAPUI5. It allows you to develop UI5 applications by using the latest ECMAScript or TypeScript, including new syntax and objective oriented programming technolog...

Results 5 babel-plugin-transform-modules-ui5 issues
Sort by recently updated
recently updated
newest added

The following code of the babel-plugin-transform-typescript creates an empty export for modules https://github.com/babel/babel/blob/main/packages/babel-plugin-transform-typescript/src/index.ts#L399

As mentioned by @Elberet in #23 and #25, to benefit from other plugins transformation process, the plugin should run in the `Program#exit` phase. This ensures that e.g. custom code for...

Hello, In our projects we always activate the feature `moveControllerPropsToOnInit=true` so that controls are assigned in `onInit `function time so that their programmatic configuration is possible. But some UI5 patterns,...

With the third argument FNMetaImpl of Object.extend the constructor of a metadata class can be specified. Instances of that class will be used to represent metadata for the newly created...

When calling sap.ui.base.Object.extend, it is possible to specify a custom metadata object as a third parameter: [https://ui5.sap.com/#/api/sap.ui.base.Object%23methods/sap.ui.base.Object.extend](url) It should be possible to set this also in the typescript definiton. (maybe...