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": 76,
	"type": "Root",
	"fragment": {
		"type": "Fragment",
		"nodes": [
			{
				"type": "Comment",
				"start": 0,
				"end": 27,
				"data": "should not error out"
			},
			{
				"type": "Text",
				"start": 27,
				"end": 28,
				"raw": "\n",
				"data": "\n"
			}
		]
	},
	"options": null,
	"instance": {
		"type": "Script",
		"start": 28,
		"end": 76,
		"context": "default",
		"content": {
			"type": "Program",
			"start": 46,
			"end": 67,
			"loc": {
				"start": {
					"line": 2,
					"column": 0
				},
				"end": {
					"line": 4,
					"column": 9
				}
			},
			"body": [
				{
					"type": "VariableDeclaration",
					"start": 48,
					"end": 66,
					"loc": {
						"start": {
							"line": 3,
							"column": 1
						},
						"end": {
							"line": 3,
							"column": 19
						}
					},
					"declarations": [
// ... (106 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/comment-before-script/output.json (directory: packages/svelte/tests/parser-modern/samples/comment-before-script).

Analyze Your Own Codebase

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

Try Supermodel Free