vlad 6f123ff03e 18.07 | 6 년 전 | |
---|---|---|
.. | ||
lib | 6 년 전 | |
.npmignore | 6 년 전 | |
README.md | 6 년 전 | |
package.json | 6 년 전 |
Allow parsing of class properties.
$ npm install babel-plugin-syntax-class-properties
.babelrc
(Recommended).babelrc
{
"plugins": ["syntax-class-properties"]
}
$ babel --plugins syntax-class-properties script.js
require("babel-core").transform("code", {
plugins: ["syntax-class-properties"]
});