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": 102,
		"children": [
			{
				"type": "IfBlock",
				"start": 0,
				"end": 33,
				"expression": {
					"type": "Identifier",
					"start": 5,
					"end": 5,
					"name": ""
				},
				"children": [],
				"else": {
					"type": "ElseBlock",
					"start": 18,
					"end": 28,
					"children": [
						{
							"type": "IfBlock",
							"start": 18,
							"end": 33,
							"expression": {
								"type": "Identifier",
								"start": 17,
								"end": 17,
								"name": ""
							},
							"children": [],
							"else": {
								"type": "ElseBlock",
								"start": 27,
								"end": 28,
								"children": []
							},
							"elseif": true
						}
					]
				}
			},
			{
				"type": "Text",
				"start": 33,
				"end": 35,
				"raw": "\n\n",
				"data": "\n\n"
			},
			{
				"type": "EachBlock",
				"start": 35,
				"end": 51,
				"children": [],
				"context": null,
				"expression": {
					"type": "Identifier",
					"start": 42,
// ... (72 more lines)

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

Analyze Your Own Codebase

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

Try Supermodel Free