# babel-preset-es2015-ie

> Babel preset for all es2015 plugins that works with IE>=9.

Latest version **6.7.0** (published 2017-03-02) · MIT license · 0 weekly downloads

## Install

```sh
npm install babel-preset-es2015-ie
pnpm add babel-preset-es2015-ie
yarn add babel-preset-es2015-ie
bun add babel-preset-es2015-ie
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

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

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 6.7.0 |
| Published | 2017-03-02 |
| First published | 2016-03-28 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 23 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 44 |
| Author | Jeff McRiffey |
| Maintainers | jmcriffey |
| Keywords | babel, preset, es2015, IE9, IE10, internet explorer 9, internet explorer 10 |

## Links

- npm: https://www.npmjs.com/package/babel-preset-es2015-ie
- Repository: https://github.com/jmcriffey/babel-preset-es2015-ie
- Homepage: https://github.com/jmcriffey/babel-preset-es2015-ie#readme
- Issues: https://github.com/jmcriffey/babel-preset-es2015-ie/issues
- npm.io page: https://npm.io/package/babel-preset-es2015-ie

## Dependencies (23)

- [babel-plugin-transform-regenerator](https://npm.io/package/babel-plugin-transform-regenerator.md) ^6.6.0
- [babel-plugin-check-es2015-constants](https://npm.io/package/babel-plugin-check-es2015-constants.md) ^6.5.0
- [babel-plugin-transform-es2015-for-of](https://npm.io/package/babel-plugin-transform-es2015-for-of.md) ^6.6.0
- [babel-plugin-transform-es2015-spread](https://npm.io/package/babel-plugin-transform-es2015-spread.md) ^6.5.0
- [babel-plugin-transform-object-assign](https://npm.io/package/babel-plugin-transform-object-assign.md) ^6.22.0
- [babel-plugin-transform-es2015-classes](https://npm.io/package/babel-plugin-transform-es2015-classes.md) ^6.6.0
- [babel-plugin-transform-es2015-literals](https://npm.io/package/babel-plugin-transform-es2015-literals.md) ^6.5.0
- [babel-plugin-transform-proto-to-assign](https://npm.io/package/babel-plugin-transform-proto-to-assign.md) ^6.6.0
- [babel-plugin-transform-es2015-parameters](https://npm.io/package/babel-plugin-transform-es2015-parameters.md) ^6.6.0
- [babel-plugin-transform-es2015-object-super](https://npm.io/package/babel-plugin-transform-es2015-object-super.md) ^6.5.0
- [babel-plugin-transform-es2015-sticky-regex](https://npm.io/package/babel-plugin-transform-es2015-sticky-regex.md) ^6.5.0
- [babel-plugin-transform-es2015-block-scoping](https://npm.io/package/babel-plugin-transform-es2015-block-scoping.md) ^6.6.0
- [babel-plugin-transform-es2015-destructuring](https://npm.io/package/babel-plugin-transform-es2015-destructuring.md) ^6.6.0
- [babel-plugin-transform-es2015-function-name](https://npm.io/package/babel-plugin-transform-es2015-function-name.md) ^6.5.0
- [babel-plugin-transform-es2015-typeof-symbol](https://npm.io/package/babel-plugin-transform-es2015-typeof-symbol.md) ^6.6.0
- [babel-plugin-transform-es2015-unicode-regex](https://npm.io/package/babel-plugin-transform-es2015-unicode-regex.md) ^6.5.0
- [babel-plugin-transform-es2015-duplicate-keys](https://npm.io/package/babel-plugin-transform-es2015-duplicate-keys.md) ^6.6.0
- [babel-plugin-transform-es2015-arrow-functions](https://npm.io/package/babel-plugin-transform-es2015-arrow-functions.md) ^6.5.0
- [babel-plugin-transform-es2015-modules-commonjs](https://npm.io/package/babel-plugin-transform-es2015-modules-commonjs.md) ^6.6.0
- [babel-plugin-transform-es2015-template-literals](https://npm.io/package/babel-plugin-transform-es2015-template-literals.md) ^6.6.0
- [babel-plugin-transform-es2015-computed-properties](https://npm.io/package/babel-plugin-transform-es2015-computed-properties.md) ^6.5.0
- [babel-plugin-transform-es2015-shorthand-properties](https://npm.io/package/babel-plugin-transform-es2015-shorthand-properties.md) ^6.5.0
- [babel-plugin-transform-es2015-block-scoped-functions](https://npm.io/package/babel-plugin-transform-es2015-block-scoped-functions.md) ^6.5.0

## 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.7.0 (latest) — 2017-03-02
- 6.6.2 — 2016-04-12
- 6.6.1 — 2016-03-28
- 6.6.0 — 2016-03-28

## README

# babel-preset-es2015-ie

> Babel preset for all es2015 plugins that works with IE>=9.

## Install

```sh
$ npm install --save-dev babel-preset-es2015-ie
```

## Usage

### Via `.babelrc` (Recommended)

**.babelrc**

```json
{
  "presets": ["es2015-ie"]
}
```

### Via CLI

```sh
$ babel script.js --presets es2015-ie
```

### Via Node API

```javascript
require("babel-core").transform("code", {
  presets: ["es2015-ie"]
});
```

---
_Source: https://npm.io/package/babel-preset-es2015-ie · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
