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/html-entities/output.json

42 lines
672 B

{
"hash": 488075009,
"html": {
"start": 0,
"end": 93,
"type": "Fragment",
"children": [
{
"start": 0,
"end": 93,
"type": "Element",
"name": "p",
"attributes": [],
"children": [
{
"start": 3,
"end": 43,
"type": "Text",
"data": "this <em>should</em> not be "
},
{
"start": 43,
"end": 89,
"type": "Element",
"name": "span",
"attributes": [],
"children": [
{
"start": 49,
"end": 82,
"type": "Text",
"data": "<strong>bold</strong>"
}
]
}
]
}
]
},
"css": null,
"js": null
}