mirror of https://github.com/sveltejs/svelte
86 lines
1.3 KiB
86 lines
1.3 KiB
{
|
|
"html": {
|
|
"start": 79,
|
|
"end": 101,
|
|
"type": "Fragment",
|
|
"children": [
|
|
{
|
|
"start": 77,
|
|
"end": 79,
|
|
"type": "Text",
|
|
"data": "\n\n"
|
|
},
|
|
{
|
|
"start": 79,
|
|
"end": 101,
|
|
"type": "Element",
|
|
"name": "h1",
|
|
"attributes": [],
|
|
"children": [
|
|
{
|
|
"start": 83,
|
|
"end": 89,
|
|
"type": "Text",
|
|
"data": "Hello "
|
|
},
|
|
{
|
|
"start": 89,
|
|
"end": 95,
|
|
"type": "MustacheTag",
|
|
"expression": {
|
|
"type": "Identifier",
|
|
"start": 90,
|
|
"end": 94,
|
|
"name": "name"
|
|
}
|
|
},
|
|
{
|
|
"start": 95,
|
|
"end": 96,
|
|
"type": "Text",
|
|
"data": "!"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"instance": {
|
|
"start": 0,
|
|
"end": 77,
|
|
"context": "default",
|
|
"content": {
|
|
"type": "Program",
|
|
"start": 8,
|
|
"end": 68,
|
|
"body": [
|
|
{
|
|
"type": "VariableDeclaration",
|
|
"start": 10,
|
|
"end": 29,
|
|
"declarations": [
|
|
{
|
|
"type": "VariableDeclarator",
|
|
"start": 14,
|
|
"end": 28,
|
|
"id": {
|
|
"type": "Identifier",
|
|
"start": 14,
|
|
"end": 18,
|
|
"name": "name"
|
|
},
|
|
"init": {
|
|
"type": "Literal",
|
|
"start": 21,
|
|
"end": 28,
|
|
"value": "world",
|
|
"raw": "'world'"
|
|
}
|
|
}
|
|
],
|
|
"kind": "let"
|
|
}
|
|
],
|
|
"sourceType": "module"
|
|
}
|
|
}
|
|
} |