|
|
2 năm trước cách đây | |
|---|---|---|
| .. | ||
| lib | 2 năm trước cách đây | |
| .npmignore | 2 năm trước cách đây | |
| README.md | 2 năm trước cách đây | |
| package.json | 2 năm trước cách đây | |
Allow parsing of decorators.
$ npm install babel-plugin-syntax-decorators
.babelrc (Recommended).babelrc
{
"plugins": ["syntax-decorators"]
}
$ babel --plugins syntax-decorators script.js
require("babel-core").transform("code", {
plugins: ["syntax-decorators"]
});