babel-ui5-module-formatter
v0.0.1
Published
This is a custom module formatter for the babel js transpiler. It transpiles ES6 modules to `sap.ui.define` calls (AMD-like syntax).
Downloads
5
Maintainers
Readme
babel-ui5-module-formatter
This is a custom module formatter for the babel js transpiler. It transpiles ES6 modules to sap.ui.define
calls (AMD-like syntax).
Install
$ npm install --save-dev babel-ui5-module-formatter
Usage
coming soon...
Example
check this: https://github.com/geekflyer/babel-ui5-module-example
License
Apache 2.0 © Christian Theilemann