1.0.0 • Published 6 years ago

babel-plugin-functionly-annotations v1.0.0

Weekly downloads
2
License
ISC
Repository
github
Last release
6 years ago

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"
  ]
}