chensenlai 10988628a0 语音房项目初始化 | лет назад: 5 | |
---|---|---|
.. | ||
lib | лет назад: 5 | |
test | лет назад: 5 | |
.npmignore | лет назад: 5 | |
README.md | лет назад: 5 | |
package.json | лет назад: 5 |
Compile trailing function commas to ES5
$ npm install babel-plugin-syntax-trailing-function-commas
.babelrc
(Recommended).babelrc
{
"plugins": ["syntax-trailing-function-commas"]
}
$ babel --plugins syntax-trailing-function-commas script.js
require("babel-core").transform("code", {
plugins: ["syntax-trailing-function-commas"]
});