Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

babel-preset-transform-ui5

Package Overview
Dependencies
Maintainers
0
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

babel-preset-transform-ui5 - npm Package Versions

1245

7.1.2

Diff

Changelog

Source

7.1.2 (2023-04-11)

Bug Fixes

  • dynamic imports of empty modules must not fail (#92) (a1de75d)
ui5-community-bot
published 7.1.1 •

Changelog

Source

7.1.1 (2023-03-27)

Bug Fixes

  • catch err for dynamic import to sap.ui.require (#91) (9c7d26e)
ui5-community-bot
published 7.1.0 •

Changelog

Source

7.1.0 (2023-03-13)

Features

  • backward compatibility for overrides (overridesToOverride option) (dac96e6)

The major version will be kept the same as babel's (currently 7.x.x).

ui5-community-bot
published 7.0.6 •

Changelog

Source

7.0.6 (2023-02-21)

Features

  • #82 - Add "overrides" to static props which go into the extend(...) settings object

Fixes

  • #80 / #81 - Make noWrapBeforeImport work also with no deconstructors
rdmurphy
published 7.0.5 •

Changelog

Source

7.0.5 (2021-07-21)

Fixes

  • #38 / #55 - Fixes sourceRoot resolution
rdmurphy
published 7.0.4 •

Changelog

Source

7.0.4 (2021-07-03)

Fixes

  • #52 / #53 - Fixes unknown ExportNamedDeclaration caused by babel 7.14.4
rdmurphy
published 7.0.3 •

Changelog

Source

7.0.3 (2019-12-03)

Fixes

  • #26 - export type being transpiled, but should be removed
  • #27 - super.X.apply not transpiling correctly
rdmurphy
published 7.0.2 •

Changelog

Source

7.0.2 (2019-08-27)

Fixes

  • Moving prettier to devDeps and upgrade devDeps
rdmurphy
published 7.0.1 •

Changelog

Source

7.0.1 (2019-05-31)

Fixes

  • #24 Use var instead of const for __exports since no other transforms are applied after wrapping.
rdmurphy
published 7.0.0 •

Changelog

Source

7.0.0 (2019-03-20)

Breaking

  • #16 Move all instance class props to constructor or onInit by default. Added option onlyMoveClassPropsUsingThis for old behaviour.
  • Default behaviour is now similar to previous onlyConvertNamedClass=true, but also with logic to convert *.controller.js classes automatically.
    • Added option autoConvertAllExtendClasses to restore version 6 behaviour.
  • Added option autoConvertControllerClass to disable new *.controller.js behaviour (enabled by default)

Enhancements

  • #16 modulesMap option
  • #15/#17 Deferred module wrapping to support imports and helpers added by other plugins

Fixes

  • #18 Better recursive detection of 'this' used on class properties
  • #21 Computed class props moved correctly.
  • #20 (Typescript) declare the __exports variable for anonymous exports at time of declaration rather than at end of program, so that Typescript plugin can strip types on it.
  • Handle @ sign in import names when creating local variable name
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc