gtags-parsers
Version:
External parser for customized GNU global source tagging system
19 lines (18 loc) • 418 B
JSON
[
{
"type": "D",
"name": "foo",
"line": 4,
"column": 7,
"path": "test/samples/027.AssignmentFromImmediateFunction.js",
"ref": "const foo = (function FOO() { return 'bar'; })();"
},
{
"type": "D",
"name": "FOO",
"line": 4,
"column": 23,
"path": "test/samples/027.AssignmentFromImmediateFunction.js",
"ref": "const foo = (function FOO() { return 'bar'; })();"
}
]