Awesome
babel-preset-jsdoc-to-assert
Babel preset for jsdoc-to-assert.
It contain these plugins.
Installation
npm i -D babel-preset-jsdoc-to-assert
via .babelrc
(Recommended)
{
"presets": [
"jsdoc-to-assert"
]
}
via Babel CLI
$ babel --presets jsdoc-to-assert /path/to/src/target.js > /path/to/build/target.js
Tests
npm test
Contributing
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
License
MIT