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": {
		"type": "StyleSheet",
		"start": 0,
		"end": 386,
		"attributes": [],
		"children": [
			{
				"type": "Rule",
				"prelude": {
					"type": "SelectorList",
					"start": 60,
					"end": 86,
					"children": [
						{
							"type": "ComplexSelector",
							"start": 60,
							"end": 86,
							"children": [
								{
									"type": "RelativeSelector",
									"combinator": null,
									"selectors": [
										{
											"type": "PseudoElementSelector",
											"name": "view-transition-old",
											"start": 60,
											"end": 81
										}
									],
									"start": 60,
									"end": 86
								}
							]
						}
					]
				},
				"block": {
					"type": "Block",
					"start": 88,
					"end": 109,
					"children": [
						{
							"type": "Declaration",
							"start": 92,
							"end": 102,
							"property": "color",
							"value": "red"
						}
					]
				},
				"start": 60,
				"end": 109
			},
			{
				"type": "Rule",
				"prelude": {
					"type": "SelectorList",
					"start": 111,
					"end": 146,
// ... (350 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/css-pseudo-classes/output.json (directory: packages/svelte/tests/parser-modern/samples/css-pseudo-classes).

Analyze Your Own Codebase

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

Try Supermodel Free