kirbysayshi / vash

Vash, the 60 billion double-dollar template-maker. Razor syntax, for JavaScript templates
Other
522 stars 60 forks source link

Add traversel visitor VashMarkupContent #103

Closed differui closed 5 years ago

differui commented 8 years ago

Add traversel visitor VashMarkupContent.

kirbysayshi commented 8 years ago

To be honest, I forgot this was here! Just curious, what are you using it for?

differui commented 8 years ago

Hi @kirbysayshi, I'm looking for a Razor compiler in Node.js using for rendering AST of Razor docs.vash can do this but traversel visitor is incomplete.

kirbysayshi commented 8 years ago

Whoa interesting! I think during the massive rewrite a few years ago I forgot to delete traversal. More than willing to keep it around, if it helps you. Any chance you'd like to write a test for it? I really cannot guarantee that it works properly!

differui commented 8 years ago

OK! I will try to do that. ;)

kirbysayshi commented 8 years ago

Otherwise, an option is to make a separate package! Traversal isn't really a public API, and isn't used anywhere in the code base. But if you wanted to make it a separate thing that would be cool too :)

kirbysayshi commented 5 years ago

Going to close due to inactivity. Reopen if progress was made!