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 technology.
MIT License
34
stars
16
forks
source link
`use strict;` should be moved into `sap.ui.define` #113
To avoid that
use strict
is affecting the whole bundle, it should be moved in thesap.ui.define
function.