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": 36,
		"end": 205,
		"attributes": [],
		"children": [
			{
				"type": "Atrule",
				"start": 45,
				"end": 135,
				"name": "import",
				"prelude": "url(\"https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap\")",
				"block": null
			},
			{
				"type": "Rule",
				"prelude": {
					"type": "SelectorList",
					"start": 137,
					"end": 139,
					"children": [
						{
							"type": "ComplexSelector",
							"start": 137,
							"end": 139,
							"children": [
								{
									"type": "RelativeSelector",
									"combinator": null,
									"selectors": [
										{
											"type": "TypeSelector",
											"name": "h1",
											"start": 137,
											"end": 139
										}
									],
									"start": 137,
									"end": 139
								}
							]
						}
					]
				},
				"block": {
					"type": "Block",
					"start": 140,
					"end": 196,
					"children": [
						{
							"type": "Declaration",
							"start": 144,
							"end": 161,
							"property": "font-weight",
							"value": "bold"
						},
						{
							"type": "Declaration",
							"start": 165,
// ... (67 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/semicolon-inside-quotes/output.json (directory: packages/svelte/tests/parser-modern/samples/semicolon-inside-quotes).

Analyze Your Own Codebase

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

Try Supermodel Free