1.0.9 • Published 7 years ago
callgraph v1.0.9
Callgraph
This is experimental. Use at your own risk.

Installation
Install Graphviz's Dot, then install callgraph from npm
npm install -g callgraphUsage
callgraph index.jsThis will generate two files in the current directory:
callgraph.png: An image representing the callgraphcallgraph.dot: A file with a Dot representation of the callgraph
Questions
Why UglifyJS for AST parsing and not X?
Does X have walker.find_parent? Please let me know.