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": 806,
		"attributes": [],
		"children": [
			{
				"type": "Rule",
				"prelude": {
					"type": "SelectorList",
					"start": 60,
					"end": 80,
					"children": [
						{
							"type": "ComplexSelector",
							"start": 60,
							"end": 80,
							"children": [
								{
									"type": "RelativeSelector",
									"combinator": null,
									"selectors": [
										{
											"type": "TypeSelector",
											"name": "h1",
											"start": 60,
											"end": 62
										},
										{
											"type": "PseudoClassSelector",
											"name": "nth-of-type",
											"args": {
												"type": "SelectorList",
												"start": 75,
												"end": 79,
												"children": [
													{
														"type": "ComplexSelector",
														"start": 75,
														"end": 79,
														"children": [
															{
																"type": "RelativeSelector",
																"combinator": null,
																"selectors": [
																	{
																		"type": "Nth",
																		"value": "2n+1",
																		"start": 75,
																		"end": 79
																	}
																],
																"start": 75,
																"end": 79
															}
														]
													}
												]
											},
// ... (1070 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-nth-syntax/output.json (directory: packages/svelte/tests/parser-modern/samples/css-nth-syntax).

Analyze Your Own Codebase

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

Try Supermodel Free