gtags-parsers
Version:
External parser for customized GNU global source tagging system
19 lines (18 loc) • 349 B
JSON
[
{
"type": "D",
"name": "gen",
"line": 1,
"column": 11,
"path": "./test/samples/022.YieldExpression.js",
"ref": "function *gen() {yield val;}"
},
{
"type": "R",
"name": "val",
"line": 1,
"column": 24,
"path": "./test/samples/022.YieldExpression.js",
"ref": "function *gen() {yield val;}"
}
]