JavaScriptAnalyzer
Directory actions
More options
Directory actions
More options
JavaScriptAnalyzer
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
parent directory.. | ||||
You can run JavaScript Analyser on command line where first parameter is the name of your JavaScript souce file. Example: JavaScriptAnalyzer "testProgram.js" If analysis succeed, three files will appear in the same folder: 1. outputXML.xml - abstract syntax tree as an XML document 2. results.xml - analysis results 3. report.html - HTML report concluding analysis results