Home / File/ output.json — svelte Source File

output.json — svelte Source File

Architecture documentation for output.json, a json file in the svelte codebase.

Entity Profile

Source Code

{
	"html": {
		"type": "Fragment",
		"start": 0,
		"end": 58,
		"children": [
			{
				"type": "EachBlock",
				"start": 0,
				"end": 58,
				"children": [
					{
						"type": "Element",
						"start": 30,
						"end": 50,
						"name": "p",
						"attributes": [],
						"children": [
							{
								"type": "MustacheTag",
								"start": 33,
								"end": 36,
								"expression": {
									"type": "Identifier",
									"start": 34,
									"end": 35,
									"loc": {
										"start": {
											"line": 2,
											"column": 5
										},
										"end": {
											"line": 2,
											"column": 6
										}
									},
									"name": "i"
								}
							},
							{
								"type": "Text",
								"start": 36,
								"end": 38,
								"raw": ": ",
								"data": ": "
							},
							{
								"type": "MustacheTag",
								"start": 38,
								"end": 46,
								"expression": {
									"type": "Identifier",
									"start": 39,
									"end": 45,
									"loc": {
										"start": {
											"line": 2,
											"column": 10
										},
										"end": {
											"line": 2,
											"column": 16
										}
									},
									"name": "animal"
								}
							}
						]
					}
				],
				"context": {
					"type": "Identifier",
					"name": "animal",
					"start": 18,
					"end": 24,
					"loc": {
						"start": {
							"line": 1,
							"column": 18,
							"character": 18
						},
						"end": {
							"line": 1,
							"column": 24,
							"character": 24
						}
					}
				},
				"expression": {
					"type": "Identifier",
					"start": 7,
					"end": 14,
					"loc": {
						"start": {
							"line": 1,
							"column": 7
						},
						"end": {
							"line": 1,
							"column": 14
						}
					},
					"name": "animals"
				},
				"index": "i"
			}
		]
	}
}

Frequently Asked Questions

What does output.json do?
output.json is a source file in the svelte codebase, written in json.
Where is output.json in the architecture?
output.json is located at packages/svelte/tests/parser-legacy/samples/each-block-indexed/output.json (directory: packages/svelte/tests/parser-legacy/samples/each-block-indexed).

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free