You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
svelte/test/parser/samples/whitespace-leading-trailing/output-v2.json

33 lines
459 B

{
"hash": 424837432,
"html": {
"start": 6,
"end": 36,
"type": "Fragment",
"children": [
{
"start": 0,
"end": 6,
"type": "Text",
"data": "\n\n\t\t\t\t"
},
{
"start": 6,
"end": 36,
"type": "Element",
"name": "p",
"attributes": [],
"children": [
{
"start": 9,
"end": 32,
"type": "Text",
"data": "just chillin' over here"
}
]
}
]
},
"css": null,
"js": null
}