babel-plugin-external-helpers-2

## Installation

MIT 17 个版本
安装
npm install babel-plugin-external-helpers-2
yarn add babel-plugin-external-helpers-2
pnpm add babel-plugin-external-helpers-2
bun add babel-plugin-external-helpers-2
README

babel-plugin-external-helpers-2

Installation

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

Usage

.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"]
});
版本列表
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.9 2015-11-12
6.1.7 2015-11-12
6.1.6 2015-11-12
6.1.5 2015-11-12
6.1.4 2015-11-11
6.0.15 2015-11-01
6.0.14 2015-10-30
6.0.2 2015-10-29
6.0.1 2015-10-29