rollup-plugin-async
Async transformer
Transforms async functions to generator functions before bundling
Transforms Async functions to generator functions before bundling.
40 stars
3 watching
2 forks
Language: JavaScript
last commit: over 7 years ago Related projects:
Repository | Description | Stars |
---|---|---|
leebyron/rollup-plugin-flow | A Rollup plugin to remove Flow type annotations from JavaScript files during bundling | 80 |
oligot/rollup-plugin-nodent | Converts ES2017 async/await syntax to compatible format | 27 |
serg-plusplus/rollup-plugin-regenerator | Transforms ECMAScript 6 generator and async functions to ES5 Promise based functions. | 10 |
exuanbo/rollup-plugin-esbuild-transform | Transforms content types using esbuild with Rollup | 12 |
yingye/rollup-plugin-banner | A plugin to append content before JavaScript bundle generation. | 16 |
eight04/rollup-plugin-external-globals | Transforms external imports into global variables in Rollup plugins | 106 |
konsumer/rollup-plugin-jsx | Wrapper around jsx-transform for Rollup plugin | 13 |
n370/rollup-plugin-geojson | Converts .geojson files to ES6 modules | 3 |
nikolay-borzov/rollup-plugin-eslint-bundle | A plugin for Rollup that integrates ESLint to lint and fix code errors before bundling JavaScript files. | 4 |
theneuronproject/rollup-plugin-eft | An EFT loader for Rollup that enables template loading and compilation | 1 |
cebor/rollup-plugin-angular | Tool for inlining Angular 2 templates and styles into JavaScript bundles | 15 |
jetiny/rollup-plugin-re | A plugin for transforming and replacing content in build processes using Rollup | 35 |
e-e-e/rollup-plugin-vue-inline-svg | Converts SVG files to optimized Vue components during the Rollup build process. | 15 |
eight04/rollup-plugin-iife | Converts ES modules to IIFE output | 41 |
bengsfort/rollup-plugin-generate-html-template | Automatically injects a script tag with the final bundle into an HTML file. | 60 |