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

ast-parents is a JavaScript library that adds a `parent` property to each node in a JavaScript AST, making it easier to navigate the tree structure. It's designed for developers working with ASTs, such as those using esprima for parsing JavaScript code, and simplifies tasks like traversing or manipulating the AST hierarchy. The library ensures the added `parent` properties are non-enumerable, allowing the AST to be serialized to JSON without issues.

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

hughsk's profile
hughsk
3 contributions

Recent events

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

No events yet
hughsk

hughsk/ast-parents

Walks a JavaScript AST and adds a "parent" property to each node

JavaScript
4
1
MIT License