babel-plugin-functionly-annotations
v1.0.0
Published
An experimental babel transformer plugin for functionly annotations
Downloads
5
Readme
babel-plugin-functionly-annotations
A babel transformer plugin for functionly decorators.
Use babel-plugin-transform-decorators-legacy to support decorators.
Install
npm install --save-dev babel-plugin-functionly-annotations
npm install --save-dev babel-plugin-transform-decorators-legacy babel-preset-es2015-node5
.babelrc
{
"plugins": [
"functionly-annotations",
"transform-decorators-legacy"
],
"presets": [
"es2015-node5"
]
}