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": 45,
		"end": 56,
		"children": [
			{
				"type": "Text",
				"start": 43,
				"end": 45,
				"raw": "\n\n",
				"data": "\n\n"
			},
			{
				"type": "Element",
				"start": 45,
				"end": 56,
				"name": "div",
				"attributes": [],
				"children": []
			}
		]
	},
	"instance": {
		"type": "Script",
		"start": 0,
		"end": 43,
		"context": "default",
		"content": {
			"type": "Program",
			"start": 8,
			"end": 34,
			"loc": {
				"start": {
					"line": 1,
					"column": 0
				},
				"end": {
					"line": 3,
					"column": 9
				}
			},
			"body": [],
			"sourceType": "module",
			"trailingComments": [
				{
					"type": "Line",
					"value": " TODO write some code",
					"start": 10,
					"end": 33
				}
			]
		}
	}
}

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

Analyze Your Own Codebase

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

Try Supermodel Free