mirror of
https://github.com/documentationjs/documentation.git
synced 2026-01-18 14:17:30 +00:00
46 lines
848 B
JSON
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"
|
|
]
|
|
}
|
|
] |