svelte/test/parser/samples/self-closing-element/output.json

19 lines
235 B

8 years ago
{
"html": {
"start": 0,
"end": 6,
"type": "Fragment",
"children": [
{
"start": 0,
"end": 6,
"type": "Element",
"name": "div",
"attributes": [],
"children": []
}
]
},
"css": null,
"js": null
}