Is there any library or scripts out there that i can use to extract classes and method structure of any *.js javascript file? (ideally would be nice to be able to iterate classes and methods, somewhat like .net reflection orto get a DOM of the structure like the DOM loads an xml file for example).
Is there any tool in any language to perform this?
thanks!