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": 83,
		"children": [
			{
				"type": "Element",
				"start": 0,
				"end": 83,
				"name": "div",
				"attributes": [
					{
						"type": "Attribute",
						"start": 5,
						"end": 76,
						"name": "data-foo",
						"name_loc": {
							"start": {
								"line": 1,
								"column": 5,
								"character": 5
							},
							"end": {
								"line": 1,
								"column": 13,
								"character": 13
							}
						},
						"value": [
							{
								"start": 15,
								"end": 75,
								"type": "Text",
								"raw": "semi:"space:&quot letter:&quote number:&quot1 end:&quot",
								"data": "semi:\"space:\" letter:&quote number:&quot1 end:\""
							}
						]
					}
				],
				"children": []
			}
		]
	}
}

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

Analyze Your Own Codebase

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

Try Supermodel Free