0.1.2 • Published 8 years ago

babel-plugin-transform-catch-promise v0.1.2

Weekly downloads
-
License
MIT
Repository
-
Last release
8 years ago

babel-plugin-transform-catch-promise

This is a babel plugin that:

  • Prepend var CatchPromise = require('catch-promise'); to the file

  • Replace all Promise identifiers with CatchPromise

Dev

npm run build

npm publish

npm run build
npm publish

Refs