chensenlai 10988628a0 语音房项目初始化 | il y a 5 ans | |
---|---|---|
.. | ||
lib | il y a 5 ans | |
.npmignore | il y a 5 ans | |
README.md | il y a 5 ans | |
package.json | il y a 5 ans |
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"]
});