npm.io
6.24.1 • Published 9 years ago

babel-plugin-transform-es2015-object-super

Licence
MIT
Version
6.24.1
Deps
2
Vulns
0
Weekly
0
Stars
44.1K

babel-plugin-transform-es2015-object-super

Compile ES2015 object super to ES5

Installation

npm install --save-dev babel-plugin-transform-es2015-object-super

Usage

.babelrc

{
  "plugins": ["transform-es2015-object-super"]
}
Via CLI
babel --plugins transform-es2015-object-super script.js
Via Node API
require("babel-core").transform("code", {
  plugins: ["transform-es2015-object-super"]
});

Keywords