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": 119,
	"type": "Root",
	"fragment": {
		"type": "Fragment",
		"nodes": [
			{
				"type": "Text",
				"start": 43,
				"end": 45,
				"raw": "\n\n",
				"data": "\n\n"
			},
			{
				"type": "EachBlock",
				"start": 45,
				"end": 119,
				"expression": {
					"type": "Identifier",
					"start": 52,
					"end": 55,
					"loc": {
						"start": {
							"line": 5,
							"column": 7
						},
						"end": {
							"line": 5,
							"column": 10
						}
					},
					"name": "arr"
				},
				"body": {
					"type": "Fragment",
					"nodes": [
						{
							"type": "Text",
							"start": 84,
							"end": 86,
							"raw": "\n\t",
							"data": "\n\t"
						},
						{
							"type": "RegularElement",
							"start": 86,
							"end": 111,
							"name": "div",
							"name_loc": {
								"start": {
									"line": 6,
									"column": 2,
									"character": 87
								},
								"end": {
									"line": 6,
									"column": 5,
// ... (273 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-valid-each-as/output.json (directory: packages/svelte/tests/parser-modern/samples/loose-valid-each-as).

Analyze Your Own Codebase

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

Try Supermodel Free