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/textarea-children/_actual-v2.json

27 lines
399 B

{
"hash": "1uyqul7",
"html": {
"start": 0,
"end": 61,
"type": "Fragment",
"children": [
{
"start": 0,
"end": 61,
"type": "Element",
"name": "textarea",
"attributes": [],
"children": [
{
"start": 10,
"end": 50,
"type": "Text",
"data": "\n\t<p>not actually an element. {foo}</p>\n"
}
]
}
]
},
"css": null,
"js": null
}