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/raw-mustaches/output-v2.json

61 lines
932 B

{
"hash": "9m9gjd",
"html": {
"start": 0,
"end": 34,
"type": "Fragment",
"children": [
{
"start": 0,
"end": 34,
"type": "Element",
"name": "p",
"attributes": [],
"children": [
{
"start": 3,
"end": 4,
"type": "Text",
"data": " "
},
{
"start": 4,
"end": 16,
"type": "RawMustacheTag",
"expression": {
"type": "Identifier",
"start": 11,
"end": 15,
"name": "raw1"
}
},
{
"start": 16,
"end": 17,
"type": "Text",
"data": " "
},
{
"start": 17,
"end": 29,
"type": "RawMustacheTag",
"expression": {
"type": "Identifier",
"start": 24,
"end": 28,
"name": "raw2"
}
},
{
"start": 29,
"end": 30,
"type": "Text",
"data": " "
}
]
}
]
},
"css": null,
"js": null
}