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": 101,
	"type": "Root",
	"fragment": {
		"type": "Fragment",
		"nodes": [
			{
				"type": "Text",
				"start": 27,
				"end": 29,
				"raw": "\n\n",
				"data": "\n\n"
			},
			{
				"type": "SnippetBlock",
				"start": 29,
				"end": 81,
				"expression": {
					"type": "Identifier",
					"name": "foo",
					"start": 39,
					"end": 42,
					"loc": {
						"start": {
							"line": 3,
							"column": 10,
							"character": 39
						},
						"end": {
							"line": 3,
							"column": 13,
							"character": 42
						}
					}
				},
				"parameters": [
					{
						"type": "Identifier",
						"start": 43,
						"end": 54,
						"loc": {
							"start": {
								"line": 3,
								"column": 14
							},
							"end": {
								"line": 3,
								"column": 25
							}
						},
						"name": "msg",
						"typeAnnotation": {
							"type": "TSTypeAnnotation",
							"start": 46,
							"end": 54,
							"loc": {
								"start": {
// ... (210 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/snippets/output.json (directory: packages/svelte/tests/parser-modern/samples/snippets).

Analyze Your Own Codebase

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

Try Supermodel Free