JavaScript code to Class Diagram
问题 I am looking for a tool that can generate class diagram from JavaScript code. Similar to the ones for C++ and Java. Is there any? 回答1: http://jsuml.org/ 回答2: If you are using node.js, i made a module that generate a class diagram for javascript/node/html/css. Its called wavi. For javascript, function and variable are recognized. https://www.npmjs.org/package/wavi 来源: https://stackoverflow.com/questions/943212/javascript-code-to-class-diagram