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/script-comment-trailing/output.json

89 lines
1.4 KiB

{
"html": {
"start": 68,
"end": 90,
"type": "Fragment",
"children": [
{
"start": 66,
"end": 68,
"type": "Text",
"raw": "\n\n",
"data": "\n\n"
},
{
"start": 68,
"end": 90,
"type": "Element",
"name": "h1",
"attributes": [],
"children": [
{
"start": 72,
"end": 78,
"type": "Text",
"raw": "Hello ",
"data": "Hello "
},
{
"start": 78,
"end": 84,
"type": "MustacheTag",
"expression": {
"type": "Identifier",
"start": 79,
"end": 83,
"name": "name"
}
},
{
"start": 84,
"end": 85,
"type": "Text",
"raw": "!",
"data": "!"
}
]
}
]
},
"instance": {
"start": 0,
"end": 66,
"context": "default",
"content": {
"type": "Program",
"start": 8,
"end": 57,
"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"
}
}
}