2015-07-25 05:19:32 +01:00

48 lines
1000 B
JSON

{
"type": "Program",
"body": [
{
"type": "ExpressionStatement",
"start": 0,
"end": 16,
"expression": {
"type": "JSXElement",
"start": 0,
"end": 16,
"openingElement": {
"type": "JSXOpeningElement",
"start": 0,
"end": 5,
"attributes": [],
"name": {
"type": "JSXIdentifier",
"start": 1,
"end": 4,
"name": "div"
},
"selfClosing": false
},
"closingElement": {
"type": "JSXClosingElement",
"start": 10,
"end": 16,
"name": {
"type": "JSXIdentifier",
"start": 12,
"end": 15,
"name": "div"
}
},
"children": [
{
"type": "Literal",
"start": 5,
"end": 10,
"value": "/text",
"raw": "/text"
}
]
}
}
]
}