{ "html": { "start": 41, "end": 63, "type": "Fragment", "children": [ { "start": 39, "end": 41, "type": "Text", "data": "\n\n" }, { "start": 41, "end": 63, "type": "Element", "name": "h1", "attributes": [], "children": [ { "start": 45, "end": 51, "type": "Text", "data": "Hello " }, { "start": 51, "end": 57, "type": "MustacheTag", "expression": { "type": "Identifier", "start": 52, "end": 56, "name": "name" } }, { "start": 57, "end": 58, "type": "Text", "data": "!" } ] } ] }, "instance": { "start": 0, "end": 39, "context": "default", "content": { "type": "Program", "start": 8, "end": 30, "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" } } }