node-falafel

transform javascript AST on a recursive walk
  https://github.com/substack/node-falafel
  0
  no reviews



Falafel is a pure javascript implementation of recursive walk of abstract syntax tree (AST).

Using falafel you could do syntax aware search and replace, and patching using DOM like method.

Node.js is an event-based server-side JavaScript engine.