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
fix: dynamic import must not handle __esModule flagged modules #93
Standard NPM packages like
jsPDF
are also detected asstatic object
s but compared to UI5static object
s they must not be returned asdefault
.NPM
static object
s:UI5
static object
: