vlad 6f123ff03e 18.07 | пре 6 година | |
---|---|---|
.. | ||
lib | пре 6 година | |
.npmignore | пре 6 година | |
README.md | пре 6 година | |
package.json | пре 6 година |
Allow parsing of do expressions.
$ npm install babel-plugin-syntax-class-constructor-call
.babelrc
(Recommended).babelrc
{
"plugins": ["syntax-class-constructor-call"]
}
$ babel --plugins syntax-class-constructor-call script.js
require("babel-core").transform("code", {
plugins: ["syntax-class-constructor-call"]
});