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": 102,
	"type": "Root",
	"fragment": {
		"type": "Fragment",
		"nodes": [
			{
				"type": "IfBlock",
				"elseif": false,
				"start": 0,
				"end": 33,
				"test": {
					"type": "Identifier",
					"start": 5,
					"end": 5,
					"name": ""
				},
				"consequent": {
					"type": "Fragment",
					"nodes": [
						{
							"type": "Text",
							"start": 6,
							"end": 7,
							"raw": "\n",
							"data": "\n"
						}
					]
				},
				"alternate": {
					"type": "Fragment",
					"nodes": [
						{
							"start": 7,
							"end": 33,
							"type": "IfBlock",
							"elseif": true,
							"test": {
								"type": "Identifier",
								"start": 17,
								"end": 17,
								"name": ""
							},
							"consequent": {
								"type": "Fragment",
								"nodes": [
									{
										"type": "Text",
										"start": 18,
										"end": 19,
										"raw": "\n",
										"data": "\n"
									}
								]
							},
							"alternate": {
								"type": "Fragment",
// ... (136 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-block/output.json (directory: packages/svelte/tests/parser-modern/samples/loose-invalid-block).

Analyze Your Own Codebase

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

Try Supermodel Free