What is node-source-walk?
"Execute a callback on every node of a source code's AST and stop walking when you see fit"
node-source-walk is used to facilitate high-performance Node.js workflows. It provides a slim footprint of 9.1 KB on disk.
Installation Guide
# Install via NPM
npm install node-source-walk
# Install via Yarn
yarn add node-source-walk