mirror of https://github.com/sveltejs/svelte
70 lines
1.1 KiB
70 lines
1.1 KiB
{
|
|
"html": {
|
|
"start": 31,
|
|
"end": 56,
|
|
"type": "Fragment",
|
|
"children": [
|
|
{
|
|
"start": 29,
|
|
"end": 31,
|
|
"type": "Text",
|
|
"data": "\n\n"
|
|
},
|
|
{
|
|
"start": 31,
|
|
"end": 56,
|
|
"type": "Element",
|
|
"name": "input",
|
|
"attributes": [
|
|
{
|
|
"start": 38,
|
|
"end": 55,
|
|
"type": "Binding",
|
|
"name": "value",
|
|
"modifiers": [],
|
|
"expression": {
|
|
"type": "Identifier",
|
|
"start": 50,
|
|
"end": 54,
|
|
"name": "name"
|
|
}
|
|
}
|
|
],
|
|
"children": []
|
|
}
|
|
]
|
|
},
|
|
"instance": {
|
|
"start": 0,
|
|
"end": 29,
|
|
"context": "default",
|
|
"content": {
|
|
"type": "Program",
|
|
"start": 8,
|
|
"end": 20,
|
|
"body": [
|
|
{
|
|
"type": "VariableDeclaration",
|
|
"start": 10,
|
|
"end": 19,
|
|
"declarations": [
|
|
{
|
|
"type": "VariableDeclarator",
|
|
"start": 14,
|
|
"end": 18,
|
|
"id": {
|
|
"type": "Identifier",
|
|
"start": 14,
|
|
"end": 18,
|
|
"name": "name"
|
|
},
|
|
"init": null
|
|
}
|
|
],
|
|
"kind": "let"
|
|
}
|
|
],
|
|
"sourceType": "module"
|
|
}
|
|
}
|
|
} |