Kivach
Cascading donations
Add repoPopularDonorsF.A.Q.
My repos

Footer

Subscribe to our newsletter

The latest news, articles, and resources, sent to your inbox.

DiscordTelegramTwitterMediumFacebookYouTubeGitHub

All information about repositories belongs to their owners.

More information about Kivach in the introductory article.

Built on Obyte

This Babel plugin transforms JavaScript `async` functions with `await` expressions into equivalent promise chains using minimal helper functions, making modern async/await syntax compatible with environments that only support promises. It's designed for developers who need to transpile modern async JavaScript code to work in older environments or browsers that don't natively support async/await, offering configurable output options like hoisting, inline helpers, and external helpers to optimize bundle size.

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of rpetrich/babel-plugin-transform-async-to-promises

Account's avatar
babel/babel
Babel compiler core.
Account's avatar
babel/babel
This plugin contains helper functions that’ll be placed at the top of the generated code
Account's avatar
babel/babel
This plugin transforms static class properties as well as properties declared with the property initializer syntax
Account's avatar
babel/babel
Compile ES2015 classes to ES5
Account's avatar
babel/babel
This plugin transforms ES2015 modules to CommonJS
Account's avatar
babel/babel
This plugin transforms ES2015 modules to SystemJS
Account's avatar
babel/babel
Compile ES2015 default and rest parameters to ES5
Account's avatar
babel/babel
A Babel preset for each environment.
Account's avatar
babel/babel
The Babel Traverse module maintains the overall tree state, and is responsible for replacing, removing, and adding nodes
Account's avatar
babel/babel
Babel Types is a Lodash-esque utility library for AST nodes
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for babel-traverse
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for babel-types
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for node
Account's avatar
babel/babel-preset-env
A Babel preset for each environment.
Account's avatar
jestjs/jest
Delightful JavaScript Testing.
Account's avatar
microsoft/TypeScript
TypeScript is a language for application scale JavaScript development

Support the repos that depend on this repository

Top contributors

rpetrich's profile
rpetrich
501 contributions
jimmydief's profile
jimmydief
3 contributions
make-github-pseudonymous-again's profile
make-github-pseudonymous-again
3 contributions
Raiondesu's profile
Raiondesu
1 contributions
Anber's profile
Anber
1 contributions
edoardocavazza's profile
edoardocavazza
1 contributions
navaru's profile
navaru
1 contributions
niksy's profile
niksy
1 contributions
jviide's profile
jviide
1 contributions
kentcdodds's profile
kentcdodds
1 contributions

Recent events

Kivach works on the Obyte network, and therefore you can track all donations.

No events yet
rpetrich

rpetrich/babel-plugin-transform-asy...

Transform async/await to somewhat idiomatic JavaScript promise chains

TypeScript
248
19
MIT License