documentation/test/fixture/var-function-param-return.output.json
Tom MacWright 25152edeb9 style(prettier): Use prettier for code formatting (#710)
* style(prettier): Use prettier for code formatting

This saves us style issues. Also adds husky and lint-staged for pre-commit testing

Refs https://github.com/documentationjs/documentation/issues/709
2017-04-10 14:25:45 -04:00

71 lines
1.1 KiB
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": 40
}
}
},
"augments": [],
"errors": [],
"examples": [],
"params": [
{
"title": "param",
"name": "x",
"lineNumber": 2,
"type": {
"type": "NameExpression",
"name": "number"
}
}
],
"properties": [],
"returns": [
{
"title": "returns",
"type": {
"type": "NameExpression",
"name": "boolean"
}
}
],
"sees": [],
"throws": [],
"todos": [],
"name": "f",
"kind": "function",
"members": {
"global": [],
"inner": [],
"instance": [],
"events": [],
"static": []
},
"path": [
{
"name": "f",
"kind": "function"
}
],
"namespace": "f"
}
]