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: over 5 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
vslinko/babel-plugin-react-require | A Babel plugin that adds React import declaration to files containing JSX tags | 159 |
a-synchronous/rubico | Enables simple and composable asynchronous functional programming in JavaScript | 275 |
yannickl/awaitkit | A Swift library that simplifies asynchronous programming using the Async/Await syntax | 750 |
frontarm/async-javascript-cheatsheet | A cheatsheet resource covering the basics of promises and async/await in JavaScript. | 1,943 |
haskellcamargo/babel-plugin-implicit-function | Enables lazy evaluation in JavaScript code by providing an alternative to the `always` function | 24 |
matatbread/fast-async | A Babel plugin that compiles ES7 async/await syntax without generators for better performance | 604 |
vettloffah/odoo-await | An Odoo API client that simplifies CRUD and action execution with async/await support | 74 |
vadymmarkov/when | A lightweight implementation of Promises in Swift for more readable and standardized asynchronous code handling | 266 |
junker/paren-async | Provides an asynchronous programming extension for the Parenscript language | 3 |
anykeyh/await_async | Adds async and await functionality to the Crystal programming language | 84 |
babel/babel-brunch | A Brunch plugin for transforming modern JavaScript code into vanilla ES5 for compatibility with older browsers. | 68 |
jlipps/asyncbox | A collection of utilities for working with asynchronous code in JavaScript | 25 |
kolodny/redux-await | 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 |
babel/karma-babel-preprocessor | A Karma plugin that pre-processes ES6 JavaScript files using Babel. | 167 |
jgornick/asyncp | Port of an async library to use Promises instead of callbacks in Node.js | 29 |