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/style-inside-head/output.json

34 lines
472 B

{
"html": {
"type": "Fragment",
"start": 0,
"end": 42,
"children": [
{
"type": "Head",
"name": "svelte:head",
"start": 0,
"end": 42,
"attributes": [],
"children": [
{
"type": "Element",
"start": 13,
"end": 28,
"name": "style",
"attributes": [],
"children": [
{
"type": "Text",
"start": 20,
"end": 20,
"data": ""
}
]
}
]
}
]
}
}