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

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of stefanpenner/es3-safe-recast

Account's avatar
benjamn/recast
JavaScript syntax tree transformer, nondestructive pretty-printer, and automatic source map generator
Account's avatar
jquery/esprima
ECMAScript parsing infrastructure for multipurpose analysis
Account's avatar
mochajs/mocha
simple, flexible, fun test framework
Account's avatar
visionmedia/better-assert
Better assertions for node, reporting the expr, filename, lineno etc
Account's avatar
stefanpenner/esprima-ast-equal
AST equality test helper

Support the repos that depend on this repository

Top contributors

stefanpenner's profile
stefanpenner
33 contributions
rwjblue's profile
rwjblue
5 contributions
PatrickJS's profile
PatrickJS
1 contributions
toddwildey's profile
toddwildey
1 contributions

Recent events

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

No events yet
stefanpenner

stefanpenner/es3-safe-recast

JavaScript
22
11
No license

es3‑safe‑recast is a JavaScript transformation tool that rewrites code containing ECMAScript 3 reserved words (e.g., `catch`, `finally`, `default`) into a form that can run safely in ES3 environments by accessing them with bracket notation or quoted property names. It can also strip trailing commas from object and array literals. The library is aimed at developers who need to compile modern JavaScript code for older browsers or tools that target ES3, and it is used via plugins for build systems such as Grunt, Gulp, and Broccoli.