New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

babel-plugin-ui5-next

Package Overview
Dependencies
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

babel-plugin-ui5-next

Next-generation syntax for SAP UI5

7.4.3
Source
npm
Version published
Weekly downloads
1
-75%
Maintainers
1
Weekly downloads
 
Created
Source

babel-plugin-ui5-next

npm CircleCI Github CI codecov GitHub license

Next-generation syntax for SAP UI5

Features

  • Convert ES6 class (inherited from UI5 classes) to UI5 class system
  • Convert ES6 module system (import/export) to UI5 module system (sap.ui.define)
  • Enhance JSView logic in import/export
  • JSX support
  • Typescript support
  • Class decorator support (beta, don't use this feature please)
  • Support import CSS in javascript
  • Full test cases

Limitation

  • Limited by technical, this plugin will NOT compile (pure) ES6 classes to ES5 classes.
  • Limited by technical, will not transform async function

Usage

Please DO NOT use this plugin directly, just use the generator to generate UI5 project with predefined config.

CHANGELOG

Keywords

UI5

FAQs

Package last updated on 12 Mar 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts