使用 Babel 将基于 ES6 的 SAP UI5 的代码转译成传统 JavaScript 代码
我有下列这段基于ES6的SAPUI5代码,使用JavaScript编写而成:importUIComponentfrom"sap/ui/core/UIComponent";/***@namespaceui5.typescript.helloworld*/exportdefaultclassComponentextendsUIComponent{multiply(x,y){returnx*y;}}可以