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

{
	"css": null,
	"js": [],
	"start": 0,
	"end": 173,
	"type": "Root",
	"fragment": {
		"type": "Fragment",
		"nodes": [
			{
				"type": "Text",
				"start": 52,
				"end": 54,
				"raw": "\n\n",
				"data": "\n\n"
			},
			{
				"type": "RegularElement",
				"start": 54,
				"end": 173,
				"name": "button",
				"name_loc": {
					"start": {
						"line": 5,
						"column": 1,
						"character": 55
					},
					"end": {
						"line": 5,
						"column": 7,
						"character": 61
					}
				},
				"attributes": [
					{
						"start": 63,
						"end": 147,
						"type": "OnDirective",
						"name": "click",
						"name_loc": {
							"start": {
								"line": 6,
								"column": 1,
								"character": 63
							},
							"end": {
								"line": 6,
								"column": 9,
								"character": 71
							}
						},
						"expression": {
							"type": "ArrowFunctionExpression",
							"start": 73,
							"end": 146,
							"loc": {
								"start": {
									"line": 6,
									"column": 11
								},
// ... (477 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-modern/samples/typescript-in-event-handler/output.json (directory: packages/svelte/tests/parser-modern/samples/typescript-in-event-handler).

Analyze Your Own Codebase

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

Try Supermodel Free