views:

6

answers:

0

Hi all,

All of our js files are neatly validating against jslint. That's in itself a great benefit, but now we'd like to generate some documentation, specifically, we'd like to generate a report specifying of every js file in a directory what it's global variables are and if they are readonly or not. Is there an easy way to achieve that or do we have write a script for it ourselves.

greetings,

Coen