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": 51,
		"end": 73,
		"children": [
			{
				"type": "Text",
				"start": 49,
				"end": 51,
				"raw": "\n\n",
				"data": "\n\n"
			},
			{
				"type": "Element",
				"start": 51,
				"end": 73,
				"name": "h1",
				"attributes": [],
				"children": [
					{
						"type": "Text",
						"start": 55,
						"end": 61,
						"raw": "Hello ",
						"data": "Hello "
					},
					{
						"type": "MustacheTag",
						"start": 61,
						"end": 67,
						"expression": {
							"type": "Identifier",
							"start": 62,
							"end": 66,
							"loc": {
								"start": {
									"line": 10,
									"column": 11
								},
								"end": {
									"line": 10,
									"column": 15
								}
							},
							"name": "name"
						}
					},
					{
						"type": "Text",
						"start": 67,
						"end": 68,
						"raw": "!",
						"data": "!"
					}
				]
			}
		]
	},
	"instance": {
// ... (91 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/whitespace-after-script-tag/output.json (directory: packages/svelte/tests/parser-legacy/samples/whitespace-after-script-tag).

Analyze Your Own Codebase

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

Try Supermodel Free