Home / File/ warnings.json — svelte Source File

warnings.json — svelte Source File

Architecture documentation for warnings.json, a json file in the svelte codebase.

Entity Profile

Source Code

[
	{
		"code": "element_implicitly_closed",
		"message": "This element is implicitly closed by the following `<p>`, which can cause an unexpected DOM structure. Add an explicit `</p>` to avoid surprises.",
		"start": {
			"line": 2,
			"column": 1
		},
		"end": {
			"line": 2,
			"column": 18
		}
	},
	{
		"code": "element_implicitly_closed",
		"message": "This element is implicitly closed by the following `<p>`, which can cause an unexpected DOM structure. Add an explicit `</p>` to avoid surprises.",
		"start": {
			"line": 8,
			"column": 1
		},
		"end": {
			"line": 8,
			"column": 18
		}
	}
]

Frequently Asked Questions

What does warnings.json do?
warnings.json is a source file in the svelte codebase, written in json.
Where is warnings.json in the architecture?
warnings.json is located at packages/svelte/tests/validator/samples/implicitly-closed-by-sibling/warnings.json (directory: packages/svelte/tests/validator/samples/implicitly-closed-by-sibling).

Analyze Your Own Codebase

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

Try Supermodel Free