babel-plugin-functionly-annotations

1.0.0 • Public • Published

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

/babel-plugin-functionly-annotations/

    Package Sidebar

    Install

    npm i babel-plugin-functionly-annotations

    Weekly Downloads

    3

    Version

    1.0.0

    License

    ISC

    Last publish

    Collaborators

    • borzav
    • peterzentai