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": {
		"start": 0,
		"end": 51,
		"type": "Fragment",
		"children": [
			{
				"start": 0,
				"end": 51,
				"type": "Element",
				"name": "ul",
				"attributes": [],
				"children": [
					{
						"start": 4,
						"end": 6,
						"type": "Text",
						"raw": "\n\t",
						"data": "\n\t"
					},
					{
						"start": 6,
						"end": 40,
						"type": "Element",
						"name": "li",
						"attributes": [],
						"children": [
							{
								"start": 10,
								"end": 13,
								"type": "Text",
								"raw": "a\n\t",
								"data": "a\n\t"
							},
							{
								"start": 13,
								"end": 38,
								"type": "IfBlock",
								"expression": {
									"type": "Literal",
									"start": 18,
									"end": 22,
									"loc": {
										"start": {
											"line": 3,
											"column": 6
										},
										"end": {
											"line": 3,
											"column": 10
										}
									},
									"value": true,
									"raw": "true"
								},
								"children": [
									{
										"start": 26,
										"end": 33,
										"type": "Element",
										"name": "li",
										"attributes": [],
										"children": [
											{
												"start": 30,
												"end": 33,
												"type": "Text",
												"raw": "b\n\t",
												"data": "b\n\t"
											}
										]
									}
								]
							},
							{
								"start": 38,
								"end": 40,
								"type": "Text",
								"raw": "\n\t",
								"data": "\n\t"
							}
						]
					},
					{
						"start": 40,
						"end": 46,
						"type": "Element",
						"name": "li",
						"attributes": [],
						"children": [
							{
								"start": 44,
								"end": 46,
								"type": "Text",
								"raw": "c\n",
								"data": "c\n"
							}
						]
					}
				]
			}
		]
	}
}

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

Analyze Your Own Codebase

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

Try Supermodel Free