svelte/test/parser/samples/comment/output.json

18 lines
226 B

8 years ago
{
"html": {
"start": 0,
"end": 18,
"type": "Fragment",
"children": [
{
"start": 0,
"end": 18,
"type": "Comment",
"data": " a comment "
}
]
},
"css": null,
"instance": null,
"module": null
}