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

The repository provides a Babel plugin that rewrites ES 2015 `for…of` loops into plain array‑based loops, avoiding any reliance on `Symbol.iterator`. By wrapping the loop’s right‑hand side with `Array.from` (and handling arrays, array‑likes, Sets, Maps, and iterator methods), it lets developers use `for…of` syntax without pulling in a large Symbol polyfill, making it useful for projects that need backwards‑compatible code for older environments.

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies

Support the repos that depend on this repository

Top contributors

MikeKovarik's profile
MikeKovarik
8 contributions

Recent events

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

No events yet
mikekovarik

mikekovarik/babel-plugin-transform-...

Transpiles for(...of...) syntax without Symbol.iterator

JavaScript
0
0
MIT License