babel-plugin-auto-await
Awaiter
Automatically inserts await keyword before function calls in async functions to make the code appear synchronous
Automatically await every expression in async function
27 stars
2 watching
4 forks
Language: JavaScript
last commit: almost 6 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
| A Babel plugin that adds React import declaration to files containing JSX tags | 159 |
| Enables simple and composable asynchronous functional programming in JavaScript | 277 |
| A Swift library that simplifies asynchronous programming using the Async/Await syntax | 750 |
| A cheatsheet resource covering the basics of promises and async/await in JavaScript. | 1,944 |
| Enables lazy evaluation in JavaScript code by providing an alternative to the `always` function | 24 |
| A Babel plugin that compiles ES7 async/await syntax into performance-optimized code without generators | 604 |
| An Odoo API client that simplifies CRUD and action execution with async/await support | 74 |
| A lightweight implementation of Promises in Swift for more readable and standardized asynchronous code handling | 266 |
| Provides an asynchronous programming extension for the Parenscript language | 3 |
| Adds async and await functionality to the Crystal programming language | 84 |
| A Brunch plugin for transforming modern JavaScript code into vanilla ES5 for compatibility with older browsers. | 69 |
| A collection of utilities for working with asynchronous code in JavaScript | 25 |
| A module that helps manage async state in Redux applications by providing middleware, a reducer, and a connector to handle promises in actions and state updates. | 155 |
| A Karma plugin that pre-processes ES6 JavaScript files using Babel. | 167 |
| Port of an async library to use Promises instead of callbacks in Node.js | 29 |