documentation/test/fixture/simple.output.json
2015-03-13 11:13:28 -04:00

33 lines
646 B
JSON

[
{
"description": "This function returns the number one.",
"tags": [
{
"title": "return",
"description": "numberone",
"type": {
"type": "NameExpression",
"name": "Number"
}
},
{
"title": "name",
"name": "exports"
}
],
"context": {
"loc": {
"start": {
"line": 5,
"column": 0
},
"end": {
"line": 5,
"column": 14
}
},
"file": "fixture/simple.input.js",
"code": "module.exports = function () {\n // this returns 1\n return 1;\n}"
}
}
]