jsctags
Version:
jsctags generator
36 lines (35 loc) • 691 B
JSON
[
{
"name": "Ctor",
"addr": "/Ctor/",
"kind": "f",
"type": "Ctor function()",
"lineno": 4,
"origin": {
"!span": "112[3:9]-116[3:13]",
"!type": "fn() -> +Ctor",
"!data": {
"isConstructor": true,
"type": "Function.prototype"
}
},
"tagfile": "__DIR__/ctorpattern.js"
},
{
"name": "foo",
"addr": "/foo/",
"kind": "v",
"type": "number",
"lineno": 6,
"namespace": "Ctor",
"origin": {
"!span": "178[5:7]-181[5:10]",
"!type": "number",
"!data": {
"isConstructor": false,
"type": "Number.prototype"
}
},
"tagfile": "__DIR__/ctorpattern.js"
}
]