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/slotted-element/output.json

42 lines
657 B

{
"html": {
"type": "Fragment",
"start": 0,
"end": 45,
"children": [
{
"type": "InlineComponent",
"start": 0,
"end": 45,
"name": "Component",
"attributes": [],
"children": [
{
"type": "Element",
"start": 11,
"end": 33,
"name": "div",
"attributes": [
{
"type": "Attribute",
"start": 16,
"end": 26,
"name": "slot",
"value": [
{
"start": 22,
"end": 25,
"type": "Text",
"raw": "foo",
"data": "foo"
}
]
}
],
"children": []
}
]
}
]
}
}