|
|
il y a 2 ans | |
|---|---|---|
| .. | ||
| lib | il y a 2 ans | |
| .npmignore | il y a 2 ans | |
| README.md | il y a 2 ans | |
| package.json | il y a 2 ans | |
Compile ES2015 object super to ES5
npm install --save-dev babel-plugin-transform-es2015-object-super
.babelrc (Recommended).babelrc
{
"plugins": ["transform-es2015-object-super"]
}
babel --plugins transform-es2015-object-super script.js
require("babel-core").transform("code", {
plugins: ["transform-es2015-object-super"]
});