fast-async
Async compiler plugin
A Babel plugin that compiles ES7 async/await syntax into performance-optimized code without generators
604 stars
12 watching
21 forks
Language: JavaScript
last commit: over 6 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
matatbread/nodent | An asynchronous JavaScript language extension that simplifies writing and understanding of asynchronous code without adding runtime dependencies or execution freedom. | 288 |
garronej/evt | A typesafe event emitter alternative with support for async/await and promise handling | 456 |
async-plus/async-plus | Provides a simple, chainable interface for async and throwing code in Swift | 195 |
sveltetools/svelte-asyncable | An async store for SvelteJS with lazy initialization and optimistic UI updates. | 169 |
vadymmarkov/when | A lightweight implementation of Promises in Swift for more readable and standardized asynchronous code handling | 266 |
frontarm/async-javascript-cheatsheet | A cheatsheet resource covering the basics of promises and async/await in JavaScript. | 1,944 |
junker/paren-async | Provides an asynchronous programming extension for the Parenscript language | 3 |
jlipps/asyncbox | A collection of utilities for working with asynchronous code in JavaScript | 25 |
malcommac/hydra | A lightweight library for writing better async code in Swift | 1,973 |
leebyron/rollup-plugin-async | Transforms async functions to generator functions before bundling | 40 |
puremvc/puremvc-as3-util-asyncstub | A utility for simulating asynchronous activity in ActionScript 3 applications | 1 |
ziolko/babel-plugin-auto-await | Automatically inserts await keyword before function calls in async functions to make the code appear synchronous | 27 |
oligot/rollup-plugin-nodent | Converts ES2017 async/await syntax to compatible format | 27 |
freshos/then | A toolset for writing concise and maintainable asynchronous code in Swift using promises | 995 |