tree-walk
tree-walk copied to clipboard
A JavaScript library for traversing, inspecting, and transforming arbitrary tree structures.
Can walking deeper be aborted for the particular element (e.g. by returning false), notably (also when using a custom walker)?
I needed a traversal that had both a pre and post visit callback. I'm not thrilled with the name, but really couldn't come up with something better.
Update `README.md` to include detailed installation, usage, and development instructions. * **Table of Contents** - Add a table of contents at the beginning of the file. * **Introduction** - Add...