rollup-plugin-async

1.2.0 • Public • Published

Rollup Async functions plugin

Build Status

This Rollup plugin will replace async functions with generator functions that can run in modern browsers or in most versions of node.js during bundling using async-to-gen.

Install

npm install --save rollup-plugin-async
var rollup = require('rollup').rollup;
var async = require('rollup-plugin-async');
 
rollup({
  entry: 'main.js',
  plugins: [ async() ]
}).then(...);

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.2.0
    759
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.2.0
    759
  • 1.1.0
    1
  • 1.0.1
    0

Package Sidebar

Install

npm i rollup-plugin-async

Weekly Downloads

760

Version

1.2.0

License

BSD-3-Clause

Last publish

Collaborators

  • leebyron