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/unusual-identifier/output.json

41 lines
607 B

{
"hash": 2991613308,
"html": {
"start": 0,
"end": 43,
"type": "Fragment",
"children": [
{
"start": 0,
"end": 43,
"type": "EachBlock",
"expression": {
"type": "Identifier",
"start": 8,
"end": 14,
"name": "things"
},
"children": [
{
"start": 24,
"end": 33,
"type": "Element",
"name": "p",
"attributes": [],
"children": [
{
"start": 27,
"end": 29,
"type": "Text",
"data": "𐊧"
}
]
}
],
"context": "𐊧"
}
]
},
"css": null,
"js": null
}