documentation/test/fixture/default-param.output.json
2015-10-13 16:37:19 -07:00

46 lines
848 B
JSON

[
{
"description": "Very Important Transform",
"tags": [],
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 3,
"column": 3
}
},
"context": {
"loc": {
"start": {
"line": 4,
"column": 0
},
"end": {
"line": 6,
"column": 1
}
},
"code": "/**\n * Very Important Transform\n */\nfunction veryImportantTransform(foo = 'bar') {\n return \"42\";\n}\n"
},
"errors": [],
"name": "veryImportantTransform",
"kind": "function",
"params": [
{
"title": "param",
"name": "foo",
"default": "'bar'"
}
],
"members": {
"instance": [],
"static": []
},
"path": [
"veryImportantTransform"
]
}
]