gtags-parsers
Version:
External parser for customized GNU global source tagging system
19 lines (18 loc) • 328 B
JSON
[
{
"type": "R",
"name": "foo",
"line": 2,
"column": 5,
"path": "./test/samples/015.BinaryExpression.js",
"ref": "if (foo === bar);"
},
{
"type": "R",
"name": "bar",
"line": 2,
"column": 13,
"path": "./test/samples/015.BinaryExpression.js",
"ref": "if (foo === bar);"
}
]