documentation/test/fixture/document-exported-export-default-object.output.json
Tom MacWright 84c9215811 fix(inference): Refactor membership inference
- Tags with `@lends` are now filtered out early on, so they never
  generate documentation. Lends tags are structural hints only.
- Uses built-in type checks instead of babel-types where appropriate.
- More internal documentation
- Now reuses code for parsing lends between different forms

Previously broken syntax, now working:

```js
/** parent */
export default function() {
  /** child */
  this.a = 1;
}
```
2017-02-24 15:36:55 -05:00

108 lines
1.9 KiB
JSON

[
{
"description": "",
"tags": [],
"loc": {
"start": {
"line": 3,
"column": 0
},
"end": {
"line": 5,
"column": 2
}
},
"context": {
"loc": {
"start": {
"line": 3,
"column": 0
},
"end": {
"line": 5,
"column": 2
}
}
},
"augments": [],
"errors": [],
"examples": [],
"params": [],
"properties": [],
"returns": [],
"sees": [],
"throws": [],
"todos": [],
"name": "document-exported-export-default-object.input",
"members": {
"global": [],
"inner": [],
"instance": [],
"events": [],
"static": []
},
"path": [
{
"name": "document-exported-export-default-object.input"
}
],
"namespace": "document-exported-export-default-object.input"
},
{
"description": "",
"tags": [],
"loc": {
"start": {
"line": 4,
"column": 2
},
"end": {
"line": 4,
"column": 7
}
},
"context": {
"loc": {
"start": {
"line": 4,
"column": 2
},
"end": {
"line": 4,
"column": 7
}
}
},
"augments": [],
"errors": [
{
"message": "@memberof reference to document-exported-export-default-object.input not found",
"commentLineNumber": 0
}
],
"examples": [],
"params": [],
"properties": [],
"returns": [],
"sees": [],
"throws": [],
"todos": [],
"name": "x",
"memberof": "document-exported-export-default-object.input",
"scope": "static",
"members": {
"global": [],
"inner": [],
"instance": [],
"events": [],
"static": []
},
"path": [
{
"name": "x",
"scope": "static"
}
],
"namespace": ".x"
}
]