用于分析*庞大* JavaScript 代码库的 UML 或 CASE 工具?
我必须弄清楚庞大的 JavaScript 代码库是如何工作的,并且我想知道是否有任何 CASE/UML 工具来分析其结构。我知道,由于动态类型和 eval() 的存在,存在一些限制,但我想,如果 IDE 现在可以为 JavaScript 代码提供有意义的检查,那么必须有某种方法来可视化依赖关系, ETC。
I have to figure out how a huge JavaScript code base works and I'm wondering if there are any CASE/UML tools to analyze its structure. I understand that there are several limitations because of the dynamic typing and existence of eval()
, but I suppose if IDEs can offer meaningful inspections for JavaScript code these days, there must be some way to visualize dependencies, etc.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
WAVI Web 应用程序查看器 2 (Node.js)
为您的 node.js Web 应用程序生成 svg 类图。
WAVI 适用于希望记录 Web 应用程序或作为逆向工程工具来恢复 Web 应用程序结构的开发人员。
https://www.npmjs.com/package/wavi
WAVI Web Application Viewer 2 (Node.js)
Generate a svg class diagram for your node.js web application.
WAVI is intended for developers who wish to document their web application or as a reverse engineering tool to recover the structure of a web application.
https://www.npmjs.com/package/wavi
使用 JS/UML,这是来自 jsuml.org 的 eclipse 插件
use JS/UML which is an eclipse plugin from jsuml.org