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 |
---|---|---|
| An asynchronous JavaScript language extension that simplifies writing and understanding of asynchronous code without adding runtime dependencies or execution freedom. | 288 |
| A typesafe event emitter alternative with support for async/await and promise handling | 456 |
| Provides a simple, chainable interface for async and throwing code in Swift | 195 |
| An async store for SvelteJS with lazy initialization and optimistic UI updates. | 169 |
| A lightweight implementation of Promises in Swift for more readable and standardized asynchronous code handling | 266 |
| A cheatsheet resource covering the basics of promises and async/await in JavaScript. | 1,944 |
| Provides an asynchronous programming extension for the Parenscript language | 3 |
| A collection of utilities for working with asynchronous code in JavaScript | 25 |
| A lightweight library for writing better async code in Swift | 1,973 |
| Transforms async functions to generator functions before bundling | 40 |
| A utility for simulating asynchronous activity in ActionScript 3 applications | 1 |
| Automatically inserts await keyword before function calls in async functions to make the code appear synchronous | 27 |
| Converts ES2017 async/await syntax to compatible format | 27 |
| A toolset for writing concise and maintainable asynchronous code in Swift using promises | 995 |