regenerator
Generator transformer
Transforms ECMAScript 6 generator functions into efficient ES5 code
Source transformer enabling ECMAScript 6 generator functions in JavaScript-of-today.
4k stars
90 watching
1k forks
Language: JavaScript
last commit: 9 months ago Related projects:
Repository | Description | Stars |
---|---|---|
serg-plusplus/rollup-plugin-regenerator | Transforms ECMAScript 6 generator and async functions to ES5 Promise based functions. | 10 |
benjamn/recast | A JavaScript syntax tree transformer and pretty-printer that can also generate source maps. | 4,998 |
estools/escodegen | Generates ECMAScript code from an Abstract Syntax Tree (AST) | 2,658 |
nzakas/understandinges6 | A comprehensive guide to ECMAScript 6, covering its new features and capabilities | 5,447 |
standard-things/esm | An ECMAScript module loader for Node.js that provides a simple and production-ready way to support ES modules in Node 6+ | 5,274 |
facebook/jscodeshift | A toolkit for running codemods over multiple JavaScript files to transform and refactor code. | 9,341 |
bitjson/typescript-starter | A tool to quickly create and configure a new Node.js project with TypeScript support | 3,491 |
reworkcss/rework | A plugin-based framework for CSS preprocessing and manipulation in Node.js | 2,760 |
es-shims/es5-shim | A JavaScript shim that enables compatibility with older JavaScript engines by providing implementations of missing EcmaScript 5 features. | 7,117 |
andrewplummer/sugar | A utility library for working with native JavaScript objects | 4,540 |
paulmillr/es6-shim | Provides compatibility shims for legacy JavaScript engines to mimic ECMAScript 6 behavior | 3,116 |
beautifier/js-beautify | Tools for formatting and indenting JavaScript code to improve readability | 8,633 |
jsdoc/jsdoc | An API documentation generator for JavaScript. | 15,053 |
webpack/webpack | A tool for bundling and processing JavaScript modules and other resources into optimized bundles for web applications. | 64,791 |
rollup/rollup | A module bundler for JavaScript that optimizes and compiles ES modules into optimized format for browsers or Node.js. | 25,379 |