Tool to analyze and display dependencies between Javascript functions

Is there a program / tool that can generate a function dependency graph for javascripts? Basically, the input should be a folder of javascript files, then the output is a good graph that shows all the relationships between each function. It will be better if I can also interact with the schedule.

Is there any way to do this?

thank

+7
source share
1 answer

In windows and Visual Studio you can see JSAnalyse: http://jsanalyse.codeplex.com/

I have not tried, but from the description, it analyzes JavaScript files and creates a dependency tree of different files based on static links between them.

Project

JSAnalyse - JavaScript . JavaScript, .

JavaScript . (, JQuery, Knockout ..) , JavaScript . , Visual Studio 2010 IntelliSense. , . . JSAnalyse . JavaScript, . XML Visual Studio 2010. JSAnalyse Visual Studio Layer Diagram JavaScript. Gated Check-in , JavaScript .

+2

All Articles