discovered 03 Aug 2026
node-source-walk
→ View on GitHubnode-source-walk is a JavaScript tool designed for synchronously traversing the Abstract Syntax Tree (AST) of source files, allowing developers to execute a callback function on each node. Its primary use case is for analyzing or transforming code structures, and it features adaptable parsing options using `@babel/parser`, the ability to halt traversing with a simple method call, and support for custom parsers.