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/attribute-escaped/output.json

33 lines
572 B

{
"html": {
"start": 0,
"end": 83,
"type": "Fragment",
"children": [
{
"start": 0,
"end": 83,
"type": "Element",
"name": "div",
"attributes": [
{
"start": 5,
"end": 76,
"type": "Attribute",
"name": "data-foo",
"value": [
{
"start": 15,
"end": 75,
"type": "Text",
"raw": "semi:"space:&quot letter:&quote number:&quot1 end:&quot",
"data": "semi:\"space:\" letter:&quote number:&quot1 end:\""
}
]
}
],
"children": []
}
]
}
}