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": 77,
		"children": [
			{
				"type": "EachBlock",
				"start": 0,
				"end": 77,
				"children": [
					{
						"type": "Element",
						"start": 27,
						"end": 42,
						"name": "p",
						"attributes": [],
						"children": [
							{
								"type": "MustacheTag",
								"start": 30,
								"end": 38,
								"expression": {
									"type": "Identifier",
									"start": 31,
									"end": 37,
									"loc": {
										"start": {
											"line": 2,
											"column": 5
										},
										"end": {
											"line": 2,
											"column": 11
										}
									},
									"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"
				},
				"else": {
					"type": "ElseBlock",
					"start": 50,
					"end": 70,
					"children": [
						{
							"type": "Element",
							"start": 52,
							"end": 69,
							"name": "p",
							"attributes": [],
							"children": [
								{
									"type": "Text",
									"start": 55,
									"end": 65,
									"raw": "no animals",
									"data": "no animals"
								}
							]
						}
					]
				}
			}
		]
	}
}

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-else/output.json (directory: packages/svelte/tests/parser-legacy/samples/each-block-else).

Analyze Your Own Codebase

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

Try Supermodel Free