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"]
});