documentation/test/fixture/inheritance.output.md.json
2015-12-10 16:11:44 -05:00

92 lines
1.6 KiB
JSON

{
"type": "root",
"children": [
{
"depth": 1,
"type": "heading",
"children": [
{
"type": "text",
"value": "Foo"
}
]
},
{
"type": "paragraph",
"children": [
{
"type": "strong",
"children": [
{
"type": "text",
"value": "Extends "
},
{
"type": "text",
"value": "Bar"
}
]
}
]
},
{
"depth": 1,
"type": "heading",
"children": [
{
"type": "text",
"value": "SpecialArray"
}
]
},
{
"type": "paragraph",
"children": [
{
"type": "strong",
"children": [
{
"type": "text",
"value": "Extends "
},
{
"type": "text",
"value": "Array"
}
]
}
]
},
{
"type": "paragraph",
"children": [
{
"type": "text",
"value": "With ES6, built-in types are extensible!",
"position": {
"start": {
"line": 1,
"column": 1
},
"end": {
"line": 1,
"column": 41
},
"indent": []
}
}
],
"position": {
"start": {
"line": 1,
"column": 1
},
"end": {
"line": 1,
"column": 41
},
"indent": []
}
}
]
}