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

17 lines
208 B

{
"html": {
"start": 0,
"end": 6,
"type": "Fragment",
"children": [
{
"start": 0,
"end": 6,
"type": "Element",
"name": "div",
"attributes": [],
"children": []
}
]
}
}