🚀 Socket Launch Week 🚀 Day 5: Introducing Socket Fix.Learn More
Socket
Sign inDemoInstall
Socket

babel-plugin-transform-class-constructor-call

Package Overview
Dependencies
Maintainers
6
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

babel-plugin-transform-class-constructor-call

This plugin allows Babel to transform class constructors (deprecated)

6.18.0
Source
npm
Version published
Weekly downloads
222K
-52.01%
Maintainers
6
Weekly downloads
 
Created
Source

babel-plugin-transform-class-constructor-call (deprecated)

Installation

$ npm install babel-plugin-transform-class-constructor-call

Usage

.babelrc

{
  "plugins": ["transform-class-constructor-call"]
}

Via CLI

$ babel --plugins transform-class-constructor-call script.js

Via Node API

require("babel-core").transform("code", {
  plugins: ["transform-class-constructor-call"]
});

Keywords

babel-plugin

FAQs

Package last updated on 24 Oct 2016

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