chensenlai 10988628a0 语音房项目初始化 | 5 éve | |
---|---|---|
.. | ||
lib | 5 éve | |
.npmignore | 5 éve | |
README.md | 5 éve | |
package.json | 5 éve |
Compile ES2015 shorthand properties to ES5
$ npm install babel-plugin-transform-es2015-shorthand-properties
.babelrc
(Recommended).babelrc
{
"plugins": ["transform-es2015-shorthand-properties"]
}
$ babel --plugins transform-es2015-shorthand-properties script.js
require("babel-core").transform("code", {
plugins: ["transform-es2015-shorthand-properties"]
});