I am wondering if the extern files for the Google compiler should be manually closed. I did not see anything about the possibility of generating these files from my .js files. It is quite a bit of work to create all external elements manually, and this is also prone to errors (i.e. Incorrect parameter definitions, as they change over time ...)
So I was wondering if there is a Linux tool (command line) for this purpose. If not, would there be a way to compare .js with extern files so that I can at least make sure they are in sync.?
source share