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

33 lines
471 B

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