Linux Mint
My Places
Sign in
Community
Software
Users
Moderation
Beta Testing
ISO Images
Teams
node-falafel
transform javascript AST on a recursive walk
https://github.com/substack/node-falafel
0
no reviews
Install
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.