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/packages/svelte/tests/parser-legacy/samples/convert-entities/output.json

16 lines
207 B

{
"html": {
"type": "Fragment",
"start": 0,
"end": 17,
"children": [
{
"type": "Text",
"start": 0,
"end": 17,
"raw": "Hello & World",
"data": "Hello & World"
}
]
}
}