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-v2.json

46 lines
720 B

{
"hash": "8weqxs",
"html": {
"start": 0,
"end": 41,
"type": "Fragment",
"children": [
{
"start": 0,
"end": 41,
"type": "EachBlock",
"expression": {
"type": "Identifier",
"start": 7,
"end": 13,
"name": "things"
},
"children": [
{
"start": 22,
"end": 33,
"type": "Element",
"name": "p",
"attributes": [],
"children": [
{
"start": 25,
"end": 29,
"type": "MustacheTag",
"expression": {
"type": "Identifier",
"start": 26,
"end": 28,
"name": "𐊧"
}
}
]
}
],
"context": "𐊧"
}
]
},
"css": null,
"js": null
}