0.4.1 • Published 7 years ago

babel-preset-jsdoc v0.4.1

Weekly downloads
4
License
ISC
Repository
github
Last release
7 years ago

babel-preset-jsdoc NPM Version

Babel preset for latest jsdoc

Installation

npm install --save-dev babel-preset-jsdoc

Usage

Add the following line to your .babelrc file:

{
  "presets": ["jsdoc", "jsdoc/object-rest"]
}

Presets

Note: to support async functions and other proposals, you can add babel preset stage-1 or the stage you want.