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": 51,
	"type": "Root",
	"fragment": {
		"type": "Fragment",
		"nodes": [
			{
				"type": "IfBlock",
				"elseif": false,
				"start": 0,
				"end": 51,
				"test": {
					"type": "Identifier",
					"start": 5,
					"end": 8,
					"loc": {
						"start": {
							"line": 1,
							"column": 5
						},
						"end": {
							"line": 1,
							"column": 8
						}
					},
					"name": "foo"
				},
				"consequent": {
					"type": "Fragment",
					"nodes": [
						{
							"type": "Text",
							"start": 9,
							"end": 11,
							"raw": "\n\t",
							"data": "\n\t"
						},
						{
							"type": "RegularElement",
							"start": 11,
							"end": 21,
							"name": "p",
							"name_loc": {
								"start": {
									"line": 2,
									"column": 2,
									"character": 12
								},
								"end": {
									"line": 2,
									"column": 3,
									"character": 13
								}
							},
							"attributes": [],
							"fragment": {
								"type": "Fragment",
// ... (76 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/if-block-else/output.json (directory: packages/svelte/tests/parser-modern/samples/if-block-else).

Analyze Your Own Codebase

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

Try Supermodel Free