Search npm for packages to use with Deno
Add them to your projects with a simple command that will already feel familar.
babel-plugin-transform-modules-ui5
An unofficial babel plugin for SAP UI5.
babel-plugin-transform-line
Replaces the identifier __line with the source line number
babel-preset-ui5
An UNOFFICIAL preset for building SAP UI5 application with Babel.
babel-plugin-ui5
An UNOFFICIAL experimental Babel plugin for SAP UI5.
@rob.j.qva/babel-plugin-debug
Plugin that transforms __DEBUG(<MESSAGE>) to console.log("[DEBUG line:", <LINE>, "file:", "<FILE>]", <MESSAGE>)
babel-plugin-transform-ui5
An UNOFFICIAL experimental Babel plugin for SAP UI5.
@rob.j.qva/babel-plugin-debug-functions
Run it before @rob.j.qva/babel-plugin-debug! Then it inserts console.log("[ DEBUG line:", <LINE>, "file:", "<FILE> ]", <ENTER or EXIT FUNCTION_NAME>)" on all functions between __DEBUG_START and __DEBUG_END.
babel-preset-next-ui5
An UNOFFICIAL preset for building SAP UI5 application with Babel.
babel-plugin-next-ui5
An UNOFFICIAL experimental Babel plugin for SAP UI5.
babel-plugin-render-if
A babel plugin that allows you to use declarative-style conditional rendering in JSX