mirror of
https://github.com/documentationjs/documentation.git
synced 2026-01-25 14:26:29 +00:00
31 lines
618 B
JSON
31 lines
618 B
JSON
[
|
|
{
|
|
"description": "This function returns the number one.",
|
|
"tags": [
|
|
{
|
|
"title": "return",
|
|
"description": "numberone",
|
|
"type": {
|
|
"type": "NameExpression",
|
|
"name": "Number"
|
|
}
|
|
},
|
|
{
|
|
"title": "name",
|
|
"name": "returnOne"
|
|
}
|
|
],
|
|
"loc": {
|
|
"start": {
|
|
"line": 5,
|
|
"column": 9
|
|
},
|
|
"end": {
|
|
"line": 5,
|
|
"column": 18
|
|
},
|
|
"file": "fixture/deduce-function-declaration.input.js",
|
|
"code": "function returnOne() {\n // this returns 1\n return 1;\n}"
|
|
}
|
|
}
|
|
] |