Socket
Socket
Sign inDemoInstall

@babel/plugin-transform-object-super

Package Overview
Dependencies
2
Maintainers
5
Versions
71
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

@babel/plugin-transform-object-super


Version published
Maintainers
5
Created

Package description

What is @babel/plugin-transform-object-super?

The @babel/plugin-transform-object-super package is a plugin for Babel, a JavaScript compiler, that allows the transformation of super calls in object methods. This is particularly useful when using the object method shorthand syntax in ES2015 (ES6) and beyond, where you might want to call a method of the same name from the superclass. This plugin ensures that such super calls are correctly transformed to function in environments that do not support this feature natively.

What are @babel/plugin-transform-object-super's main functionalities?

Transforming super calls in object methods

This feature allows you to use 'super' in object methods to call a method of the same name from the superclass. The plugin will transform this code to be compatible with environments that do not support this syntax natively.

{"object": {"method": function() { super.method(); }}}

Other packages similar to @babel/plugin-transform-object-super

Readme

Source

@babel/plugin-transform-object-super

Compile ES2015 object super to ES5

See our website @babel/plugin-transform-object-super for more information.

Install

Using npm:

npm install --save-dev @babel/plugin-transform-object-super

or using yarn:

yarn add @babel/plugin-transform-object-super --dev

Keywords

FAQs

Last updated on 28 Jul 2018

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

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc