|
|
||||
|---|---|---|---|---|
| .. | ||||
| lib | 11e3a9652a | 7 年 前 | ||
| .npmignore | 11e3a9652a | 7 年 前 | ||
| README.md | 11e3a9652a | 7 年 前 | ||
| package.json | 11e3a9652a | 7 年 前 | ||
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"]
});