babel-preset-es2015-ng-compat

6.22.0 • Public • Published

babel-preset-es2015-ng-compat

Babel preset for all es2015 plugins. Removed some problematic plugins.

Install

npm install --save-dev babel-preset-es2015-ng-compat

Usage

Via .babelrc (Recommended)

.babelrc

{
  "presets": ["es2015-ng-compat"]
}

Via CLI

babel script.js --presets es2015-ng-compat

Via Node API

require("babel-core").transform("code", {
  presets: ["es2015-ng-compat"]
});

Options

loose

boolean, defaults to false.

Enable "loose" transformations for any plugins in this preset that allow them.

modules

"amd" | "umd" | "systemjs" | "commonjs" | false, defaults to "commonjs".

Enable transformation of ES6 module syntax to another module type.

Setting this to false will not transform modules.

spec

boolean, defaults to false.

Enable "spec" transformations for any plugins in this preset that allow them.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 6.22.0
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 6.22.0
    0

Package Sidebar

Install

npm i babel-preset-es2015-ng-compat

Homepage

babeljs.io/

Weekly Downloads

0

Version

6.22.0

License

MIT

Last publish

Collaborators

  • gigigo_admin