babel-plugin-external-helpers-2

## Installation

This was a temporary package since the package name was already taken. The package name was transferred for babel so we recommend using babel-plugin-external-helpers instead.
Last updated 10 years ago by sebmck .
MIT · Repository · Original npm · Tarball · package.json
$ cnpm install babel-plugin-external-helpers-2 
SYNC missed versions from official npm registry.

babel-plugin-external-helpers-2

Installation

$ npm install babel-plugin-external-helpers-2

Usage

Via .babelrc (Recommended)

.babelrc

{
  "plugins": ["external-helpers-2"]
}

Via CLI

$ babel --plugins external-helpers-2 script.js

Via Node API

require("babel-core").transform("code", {
  plugins: ["external-helpers-2"]
});

Current Tags

  • 6.3.13                                ...           latest (10 years ago)
  • 6.3.13                                ...           stable (10 years ago)

17 Versions

  • 6.3.13 [deprecated]           ...           10 years ago
  • 6.2.4                                ...           10 years ago
  • 6.1.18                                ...           10 years ago
  • 6.1.17                                ...           10 years ago
  • 6.1.16                                ...           10 years ago
  • 6.1.13                                ...           10 years ago
  • 6.1.12                                ...           10 years ago
  • 6.1.10                                ...           10 years ago
  • 6.1.9                                ...           10 years ago
  • 6.1.7                                ...           10 years ago
  • 6.1.6                                ...           10 years ago
  • 6.1.5                                ...           10 years ago
  • 6.1.4                                ...           10 years ago
  • 6.0.15                                ...           10 years ago
  • 6.0.14                                ...           10 years ago
  • 6.0.2                                ...           10 years ago
  • 6.0.1                                ...           10 years ago
Downloads
Today 1
This Week 4
This Month 5
Last Day 1
Last Week 1
Last Month 17
Dependencies (1)
Dev Dependencies (1)

Copyright 2013 - present © cnpmjs.org | Home |