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": 45,
		"children": [
			{
				"type": "InlineComponent",
				"start": 0,
				"end": 45,
				"name": "Component",
				"attributes": [],
				"children": [
					{
						"type": "Element",
						"start": 11,
						"end": 33,
						"name": "div",
						"attributes": [
							{
								"type": "Attribute",
								"start": 16,
								"end": 26,
								"name": "slot",
								"name_loc": {
									"start": {
										"line": 1,
										"column": 16,
										"character": 16
									},
									"end": {
										"line": 1,
										"column": 20,
										"character": 20
									}
								},
								"value": [
									{
										"start": 22,
										"end": 25,
										"type": "Text",
										"raw": "foo",
										"data": "foo"
									}
								]
							}
						],
						"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/slotted-element/output.json (directory: packages/svelte/tests/parser-legacy/samples/slotted-element).

Analyze Your Own Codebase

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

Try Supermodel Free