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

{
	"html": {
		"type": "Fragment",
		"start": 0,
		"end": 62,
		"children": [
			{
				"type": "Element",
				"start": 0,
				"end": 21,
				"name": "div",
				"attributes": [
					{
						"type": "Attribute",
						"start": 5,
						"end": 14,
						"name": "class",
						"name_loc": {
							"start": {
								"line": 1,
								"column": 5,
								"character": 5
							},
							"end": {
								"line": 1,
								"column": 10,
								"character": 10
							}
						},
						"value": [
							{
								"start": 11,
								"end": 14,
								"type": "Text",
								"raw": "foo",
								"data": "foo"
							}
						]
					}
				],
				"children": []
			},
			{
				"type": "Text",
				"start": 21,
				"end": 22,
				"raw": "\n",
				"data": "\n"
			},
			{
				"type": "Element",
				"start": 22,
				"end": 40,
				"name": "a",
				"attributes": [
					{
						"type": "Attribute",
						"start": 25,
						"end": 31,
						"name": "href",
// ... (88 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-legacy/samples/attribute-unquoted/output.json (directory: packages/svelte/tests/parser-legacy/samples/attribute-unquoted).

Analyze Your Own Codebase

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

Try Supermodel Free