1.0.9 • Published 6 years ago

callgraph v1.0.9

Weekly downloads
11
License
MIT
Repository
github
Last release
6 years ago

Callgraph

This is experimental. Use at your own risk.

output example

Installation

Install Graphviz's Dot, then install callgraph from npm

npm install -g callgraph

Usage

callgraph index.js

This will generate two files in the current directory:

  • callgraph.png: An image representing the callgraph
  • callgraph.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.

License

MIT http://gunar.mit-license.org

1.0.9

6 years ago

1.0.8

8 years ago

1.0.7

8 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago