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": 324,
	"type": "Root",
	"fragment": {
		"type": "Fragment",
		"nodes": [
			{
				"type": "RegularElement",
				"start": 0,
				"end": 14,
				"name": "div",
				"name_loc": {
					"start": {
						"line": 1,
						"column": 1,
						"character": 1
					},
					"end": {
						"line": 1,
						"column": 4,
						"character": 4
					}
				},
				"attributes": [
					{
						"type": "Attribute",
						"start": 5,
						"end": 7,
						"name": "",
						"name_loc": {
							"start": {
								"line": 1,
								"column": 6,
								"character": 6
							},
							"end": {
								"line": 1,
								"column": 6,
								"character": 6
							}
						},
						"value": {
							"type": "ExpressionTag",
							"start": 6,
							"end": 6,
							"expression": {
								"type": "Identifier",
								"name": "",
								"start": 6,
								"end": 6,
								"loc": {
									"start": {
										"line": 1,
										"column": 6,
										"character": 6
									},
									"end": {
// ... (583 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/loose-invalid-expression/output.json (directory: packages/svelte/tests/parser-modern/samples/loose-invalid-expression).

Analyze Your Own Codebase

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

Try Supermodel Free