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": 41,
		"children": [
			{
				"type": "EachBlock",
				"start": 0,
				"end": 41,
				"children": [
					{
						"type": "Element",
						"start": 22,
						"end": 33,
						"name": "p",
						"attributes": [],
						"children": [
							{
								"type": "MustacheTag",
								"start": 25,
								"end": 29,
								"expression": {
									"type": "Identifier",
									"start": 26,
									"end": 28,
									"loc": {
										"start": {
											"line": 2,
											"column": 5
										},
										"end": {
											"line": 2,
											"column": 7
										}
									},
									"name": "𐊧"
								}
							}
						]
					}
				],
				"context": {
					"type": "Identifier",
					"name": "𐊧",
					"start": 17,
					"end": 19,
					"loc": {
						"start": {
							"line": 1,
							"column": 17,
							"character": 17
						},
						"end": {
							"line": 1,
							"column": 19,
							"character": 19
						}
					}
				},
				"expression": {
					"type": "Identifier",
					"start": 7,
					"end": 13,
					"loc": {
						"start": {
							"line": 1,
							"column": 7
						},
						"end": {
							"line": 1,
							"column": 13
						}
					},
					"name": "things"
				}
			}
		]
	}
}

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

Analyze Your Own Codebase

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

Try Supermodel Free