gtags-parsers
Version:
External parser for customized GNU global source tagging system
27 lines (26 loc) • 468 B
JSON
[
{
"type": "D",
"name": "i",
"line": 5,
"column": 5,
"path": "./test/samples/020.ForStatement.js",
"ref": "let i=0;"
},
{
"type": "R",
"name": "i",
"line": 6,
"column": 10,
"path": "./test/samples/020.ForStatement.js",
"ref": "for (i=0;i<10;++i);"
},
{
"type": "R",
"name": "i",
"line": 6,
"column": 17,
"path": "./test/samples/020.ForStatement.js",
"ref": "for (i=0;i<10;++i);"
}
]