rollup-plugin-regenerator

Function transformer

Transforms ECMAScript 6 generator and async functions to ES5 Promise based functions.

Provides transforming generator and async functions with ES5 Promise based functions.

GitHub

10 stars
1 watching
2 forks
Language: JavaScript
last commit: over 8 years ago

Related projects:

RepositoryDescriptionStars
leebyron/rollup-plugin-asyncTransforms async functions to generator functions before bundling40
exuanbo/rollup-plugin-esbuild-transformTransforms content types using esbuild with Rollup12
amarcruz/rollup-plugin-pugA Rollup plugin that transforms Pug templates into ES6 modules.27
e-e-e/rollup-plugin-vue-inline-svgConverts SVG files to optimized Vue components during the Rollup build process.15
amarcruz/rollup-plugin-jsccEnables conditional compilation and variable replacement during Rollup processing.58
eight04/rollup-plugin-iifeConverts ES modules to IIFE format for use in Rollup builds43
bengsfort/rollup-plugin-generate-html-templateAutomatically injects a script tag with the final bundle into an HTML file.60
fjc0k/rollup-plugin-svg-to-symbolConverts SVG files into a format allowing them to be used as symbols in other projects4
eight04/rollup-plugin-cjs-esConverts CommonJS modules to ES module format21
swatinem/rollup-plugin-dtsA plugin to generate .d.ts files for TypeScript projects and bundle them with Rollup816
se-panfilov/rollup-plugin-strip-codeA rollup plugin to remove code sections based on regular expressions20
sormy/rollup-plugin-smart-assetRollup plugin to process asset references in JavaScript code34
remcohaszing/babel-plugin-transform-react-class-to-functionA plugin that transforms React component classes into functions to improve consistency and simplify code maintenance.24
wessberg/rollup-plugin-tsA TypeScript plugin for Rollup that bundles declarations and enables integration with transpilers like Babel and swc.496
konsumer/rollup-plugin-jsxWrapper around jsx-transform for Rollup plugin13