documentation/test/fixture/es6-default2.output.json
Erik Arvidsson b1f288dab9 Fix invalid ES6 test with multiple default exports (#529)
The test had 2 default exports. Only 1 is allowed!
Move the second default export to its own test fixture.
2016-09-06 11:27:32 -07:00

56 lines
920 B
JSON

[
{
"description": "",
"tags": [
{
"title": "public",
"description": null,
"lineNumber": 1
}
],
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 3,
"column": 3
}
},
"context": {
"loc": {
"start": {
"line": 4,
"column": 0
},
"end": {
"line": 4,
"column": 41
}
}
},
"errors": [],
"access": "public",
"name": "es6-default2.input",
"kind": "function",
"params": [
{
"title": "param",
"name": "thisIsTheArgument",
"lineNumber": 4
}
],
"members": {
"instance": [],
"static": []
},
"path": [
{
"name": "es6-default2.input",
"kind": "function"
}
],
"namespace": "es6-default2.input"
}
]