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

1235

7.0.0-rc.10

Diff

Changelog

Source

7.0.0-rc.10 (2019-03-04)

Fixes

  • #21 Computed class props moved correctly.
rdmurphy
published 7.0.0-rc.9 •

Changelog

Source

7.0.0-rc.9 (2019-03-01)

Fixes

  • #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.
rdmurphy
published 7.0.0-rc.8 •

Changelog

Source

7.0.0-rc.8 (2019-02-28)

Breaking

  • #16 Move all instance class props to constructor or onInit by default. Added option onlyMoveClassPropsUsingThis for old behaviour.
rdmurphy
published 7.0.0-rc.7 •

Changelog

Source

7.0.0-rc.7 (2019-02-13)

Fixes

  • #18 Better recursive detection of 'this' used on class properties
rdmurphy
published 7.0.0-rc.6 •

Changelog

Source

7.0.0-rc.6 (2019-02-13)

Enhancements

  • #15/#17 Deferred module wrapping to support imports and helpers added by other plugins
rdmurphy
published 7.0.0-rc.5 •

Changelog

Source

7.0.0-rc.5 (2019-02-08)

Enhancements

  • #16 modulesMap option
rdmurphy
published 7.0.0-rc.4 •

Changelog

Source

7.0.0-rc.4 (2019-02-07)

Fixes

  • Handle @ sign in import names when creating local variable name
rdmurphy
published 7.0.0-rc.3 •

Changelog

Source

7.0.0-rc.3 (2019-02-06)

Breaking

  • Existing controller constructors are no longer moved to onInit when moveControllerPropsToOnInit is set. New property moveControllerConstructorToOnInit to get back old behaviour.
rdmurphy
published 7.0.0-rc.2 •

Changelog

Source

7.0.0-rc.2 (2019-01-17)

Fixes

  • Re-add @namespace support
  • Convert classes when @controller annotation found
rdmurphy
published 7.0.0-rc.1 •

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