{
	"html": {
		"start": 79,
		"end": 101,
		"type": "Fragment",
		"children": [
			{
				"start": 77,
				"end": 79,
				"type": "Text",
				"raw": "\n\n",
				"data": "\n\n"
			},
			{
				"start": 79,
				"end": 101,
				"type": "Element",
				"name": "h1",
				"attributes": [],
				"children": [
					{
						"start": 83,
						"end": 89,
						"type": "Text",
						"raw": "Hello ",
						"data": "Hello "
					},
					{
						"start": 89,
						"end": 95,
						"type": "MustacheTag",
						"expression": {
							"type": "Identifier",
							"start": 90,
							"end": 94,
							"name": "name"
						}
					},
					{
						"start": 95,
						"end": 96,
						"type": "Text",
						"raw": "!",
						"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"
		}
	}
}