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/packages/svelte/tests/parser-legacy/samples/whitespace-leading-trailing/output.json

33 lines
480 B

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