babel-plugin-syntax-class-constructor-call

6.18.0 • Public • Published

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

Allow parsing of do expressions.

Installation

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

Usage

Via .babelrc (Recommended)

.babelrc

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

Via CLI

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

Via Node API

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

/babel-plugin-syntax-class-constructor-call/

    Package Sidebar

    Install

    npm i babel-plugin-syntax-class-constructor-call

    Weekly Downloads

    340,651

    Version

    6.18.0

    License

    MIT

    Last publish

    Collaborators

    • hzoo
    • loganfsmyth
    • existentialism