documentation/test/fixture/var-function-param-return.output.json
2016-12-08 11:59:26 -05:00

62 lines
972 B
JSON

[
{
"description": "",
"tags": [],
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 6
}
},
"context": {
"loc": {
"start": {
"line": 2,
"column": 0
},
"end": {
"line": 2,
"column": 39
}
}
},
"errors": [],
"name": "f",
"kind": "function",
"params": [
{
"title": "param",
"name": "x",
"lineNumber": 2,
"type": {
"type": "NameExpression",
"name": "number"
}
}
],
"returns": [
{
"type": {
"type": "NameExpression",
"name": "boolean"
}
}
],
"members": {
"instance": [],
"static": [],
"events": []
},
"path": [
{
"name": "f",
"kind": "function"
}
],
"namespace": "f"
}
]