Sample of generation of dot graph from javascript source

This commit is contained in:
Michael Hohn
2021-08-14 20:31:56 -07:00
committed by =Michael Hohn
commit 1aa6e6feb4
8 changed files with 590 additions and 0 deletions

21
javascript.code-workspace Normal file
View File

@@ -0,0 +1,21 @@
{
"folders": [
{
"path": "queries"
},
{
"path": "src"
},
{
"path": "/Users/hohn/local/vmsync/ql"
},
{
"name": "[callbacks.db source archive]",
"uri": "codeql-zip-archive://0-56/Users/hohn/w/codeql-javascript/src/callbacks.db/src.zip"
}
],
"settings": {
"omnisharp.autoStart": false,
"codeQL.runningQueries.autoSave": true
}
}