# babel-plugin-syntax-class-constructor-call

> Allow parsing of class constructor calls (deprecated)

Latest version **6.18.0** (published 2016-10-24) · MIT license · 0 weekly downloads

## Install

```sh
npm install babel-plugin-syntax-class-constructor-call
pnpm add babel-plugin-syntax-class-constructor-call
yarn add babel-plugin-syntax-class-constructor-call
bun add babel-plugin-syntax-class-constructor-call
```

## Health

**Score 35/100 (D)** — status: abandoned.

Positive: no vulnerabilities; high maintenance score; popular repo.

Warnings: low downloads; no types; no esm support.

Negative: abandoned.

## Facts

| | |
|---|---|
| Version | 6.18.0 |
| Published | 2016-10-24 |
| First published | 2015-10-29 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 43995 |
| Maintainers | amasad, hzoo, jmm, loganfsmyth, sebmck, thejameskyle |
| Keywords | babel-plugin |

## Links

- npm: https://www.npmjs.com/package/babel-plugin-syntax-class-constructor-call
- Repository: https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-class-constructor-call
- npm.io page: https://npm.io/package/babel-plugin-syntax-class-constructor-call

## Alternatives

- [@openai/codex-sdk](https://npm.io/package/@openai/codex-sdk.md) — 731.4K weekly downloads
- [babel-plugin-transform-react-jsx](https://npm.io/package/babel-plugin-transform-react-jsx.md) — 565.0K weekly downloads
- [babel-helper-remove-or-void](https://npm.io/package/babel-helper-remove-or-void.md) — 508.5K weekly downloads
- [@pnpm/store-controller-types](https://npm.io/package/@pnpm/store-controller-types.md) — 186.9K weekly downloads
- [react-native-signature-canvas](https://npm.io/package/react-native-signature-canvas.md) — 155.6K weekly downloads

## Recent versions

- 6.18.0 (latest) — 2016-10-24
- 6.13.0 — 2016-08-04
- 6.8.0 — 2016-05-02
- 6.5.0-1 — 2016-02-07
- 6.5.0 — 2016-02-07
- 6.3.13 — 2015-12-04
- 6.2.4 — 2015-11-25
- 6.1.18 — 2015-11-12
- 6.1.17 — 2015-11-12
- 6.1.16 — 2015-11-12
- 6.1.13 — 2015-11-12
- 6.1.12 — 2015-11-12
- 6.1.10 — 2015-11-12
- 6.1.8 — 2015-11-12
- 6.1.7 — 2015-11-12
- … 7 more at https://npm.io/package/babel-plugin-syntax-class-constructor-call/versions

## README

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

Allow parsing of do expressions.

## Installation

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

## Usage

### Via `.babelrc` (Recommended)

**.babelrc**

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

### Via CLI

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

### Via Node API

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

---
_Source: https://npm.io/package/babel-plugin-syntax-class-constructor-call · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
