开发者

Tool to draw a Javascript function map?

开发者 https://www.devze.com 2023-01-25 07:01 出处:网络
i\'m looking for a tool drawing a kind of function usage map (maybe there\'s a better name for that).

i'm looking for a tool drawing a kind of function usage map (maybe there's a better name for that).

I'm working on a project with many javascript files included in pages. This project has been developped for a while and we've reached a point where t开发者_运维知识库his is really messy. I'd like to have a clear view of what is included where, how functions are used, etc. .

Do you know if such a tool exist ?

thanks.


JSLint produces a Function Report which may sort of be what you need, but in general there aren't any good static analysis tools for JavaScript. (My current project contains a huge amount of duplicated JavaScript developed over 10+ years... we desperately need one too.)

Also see this question.

0

精彩评论

暂无评论...
验证码 换一张
取 消