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": 169,
	"type": "Root",
	"fragment": {
		"type": "Fragment",
		"nodes": [
			{
				"type": "Text",
				"start": 65,
				"end": 67,
				"raw": "\n\n",
				"data": "\n\n"
			},
			{
				"type": "Text",
				"start": 102,
				"end": 104,
				"raw": "\n\n",
				"data": "\n\n"
			}
		]
	},
	"options": {
		"start": 0,
		"end": 65,
		"attributes": [
			{
				"type": "Attribute",
				"start": 16,
				"end": 49,
				"name": "customElement",
				"name_loc": {
					"start": {
						"line": 1,
						"column": 16,
						"character": 16
					},
					"end": {
						"line": 1,
						"column": 29,
						"character": 29
					}
				},
				"value": [
					{
						"start": 31,
						"end": 48,
						"type": "Text",
						"raw": "my-custom-element",
						"data": "my-custom-element"
					}
				]
			},
			{
				"type": "Attribute",
				"start": 50,
				"end": 62,
// ... (194 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/options/output.json (directory: packages/svelte/tests/parser-modern/samples/options).

Analyze Your Own Codebase

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

Try Supermodel Free