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": null,
		"end": null,
		"children": []
	},
	"instance": {
		"type": "Script",
		"start": 0,
		"end": 146,
		"context": "default",
		"content": {
			"type": "Program",
			"start": 8,
			"end": 137,
			"loc": {
				"start": {
					"line": 1,
					"column": 0
				},
				"end": {
					"line": 9,
					"column": 9
				}
			},
			"body": [
				{
					"type": "ImportDeclaration",
					"start": 10,
					"end": 43,
					"loc": {
						"start": {
							"line": 2,
							"column": 1
						},
						"end": {
							"line": 2,
							"column": 34
						}
					},
					"specifiers": [
						{
							"type": "ImportSpecifier",
							"start": 19,
							"end": 26,
							"loc": {
								"start": {
									"line": 2,
									"column": 10
								},
								"end": {
									"line": 2,
									"column": 17
								}
							},
							"imported": {
								"type": "Identifier",
								"start": 19,
								"end": 26,
// ... (425 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/dynamic-import/output.json (directory: packages/svelte/tests/parser-legacy/samples/dynamic-import).

Analyze Your Own Codebase

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

Try Supermodel Free