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": 97,
		"children": [
			{
				"type": "Element",
				"start": 0,
				"end": 61,
				"name": "button",
				"attributes": [
					{
						"start": 8,
						"end": 45,
						"type": "EventHandler",
						"name": "click",
						"name_loc": {
							"start": {
								"line": 1,
								"column": 8,
								"character": 8
							},
							"end": {
								"line": 1,
								"column": 16,
								"character": 16
							}
						},
						"expression": {
							"type": "ArrowFunctionExpression",
							"start": 19,
							"end": 43,
							"loc": {
								"start": {
									"line": 1,
									"column": 19
								},
								"end": {
									"line": 1,
									"column": 43
								}
							},
							"id": null,
							"expression": true,
							"generator": false,
							"async": false,
							"params": [],
							"body": {
								"type": "AssignmentExpression",
								"start": 25,
								"end": 43,
								"loc": {
									"start": {
										"line": 1,
										"column": 25
									},
									"end": {
										"line": 1,
										"column": 43
// ... (117 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/event-handler/output.json (directory: packages/svelte/tests/parser-legacy/samples/event-handler).

Analyze Your Own Codebase

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

Try Supermodel Free