ui5-community / babel-plugin-transform-modules-ui5

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

Closed petermuessig closed 1 year ago

petermuessig commented 1 year ago

To avoid that use strict is affecting the whole bundle, it should be moved in the sap.ui.define function.