documentation/test/fixture/es6.output.json
2015-10-01 17:59:23 -04:00

53 lines
1008 B
JSON

[
{
"description": "This function returns the number one.",
"tags": [
{
"title": "returns",
"description": "numberone",
"lineNumber": 2,
"type": {
"type": "NameExpression",
"name": "Number"
}
}
],
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 4,
"column": 3
}
},
"context": {
"loc": {
"start": {
"line": 5,
"column": 0
},
"end": {
"line": 5,
"column": 31
}
},
"file": "fixture/es6.input.js",
"code": "var multiply = (a, b) => a * b;\n\nexport default multiply;"
},
"returns": [
{
"title": "returns",
"description": "numberone",
"lineNumber": 2,
"type": {
"type": "NameExpression",
"name": "Number"
}
}
],
"name": "multiply",
"kind": "function"
}
]